Update maintainer email address.
[emacs.git] / lisp / ChangeLog
blob6619d04a5985385ead2c05a2096dbd0cd6bf92a6
1 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
3         * saveplace.el: Update maintainer email address.
5 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7         * uniquify.el: (uniquify-rationalize-file-buffer-names): Undo
8         previous change.
10 2001-06-27  Francesco Potorti`  <pot@gnu.org>
12         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
13         preliminary quick reordering.  Can speed things up dramatically.
15 2001-06-26  Richard M. Stallman  <rms@gnu.org>
17         * dired.el (dired-get-filename): A file name starting with ~
18         is not absolute in this context.
20         * which-func.el (which-func-maxout): Increase default to 500000.
21         (which-function-mode): This is now the "real" name of the function.
22         (which-func-mode): Now an alias.
23         (which-func-mode-global): Name deleted.
25         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
26         button-2, when binding hs-mouse-toggle-hiding.
28 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
30         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New
31         function.
32         (rmail-msg-prune-header): Likewise.
33         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
34         and `rmail-msg-prune-header'.
36 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
38         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
39         back than LINEBEG.
41 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
43         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
44         window where they clicked the mouse has a header line, adjust
45         vertical movement by one.
47 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
49         * progmodes/glasses.el (glasses-make-readable): Consider underscores
50         too when separating a parenthesis.
52 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
54         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
55         (bookmark-bmenu-hide-filenames): Add help-echo to
56         mouse-highlighted text.
57         (bookmark-bmenu-show-filenames): Remove help-echo property from
58         the whitespace.
60 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
62         * files.el (auto-mode-alist): Add configure.ac (autoconf).
63         From Karl Eichwalder <ke@suse.de>.
65 2001-06-23  Richard M. Stallman  <rms@gnu.org>
67         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
69         * progmodes/cc-styles.el (c-set-style): Don't specify initial
70         contents for completing-read.
72 2001-06-22  Richard M. Stallman  <rms@gnu.org>
74         * menu-bar.el (menu-bar-make-toggle): Construct the
75         function's doc string from HELP, not DOC, and make it accurate by
76         adding "Toggle whether to " at the front and downcasing the initial.
77         Change the HELP arg in some calls to make it fit this usage.
79         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
80         Undo previous change.
82 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
84         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
86         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
88 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
90         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
92         * dabbrev.el (dabbrev--select-buffers): Fix last change.
94 2001-06-20  Richard M. Stallman  <rms@gnu.org>
96         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
97         broken out from dabbrev--find-expansion.  Handle minibuffer
98         specially here.
99         (dabbrev--find-expansion): Simplify code in various ways.
100         Don't treat minibuffers specially.
101         Call dabbrev--make-friend-buffer-list.
102         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
103         (dabbrev--scanning-message): Do nothing when minibuffer is current.
105 2001-06-19  John Wiegley  <johnw@gnu.org>
107         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
108         Also, added a comment describing how to greatly speedup Eshell
109         loadup time, by concatenating together all of Eshell's .elc files.
111 2001-06-19  John Wiegley  <johnw@gnu.org>
113         * eshell/esh-mode.el: Disabled a test that often yields false failures.
115 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
117         * woman.el (WoMan-highlight-references): Add help-echo to
118         mouse-highlighted text.
120 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
122         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
124 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
126         * international/quail.el (quail-start-conversion):
127         Reset quail-translating to nil.
129         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
130         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
132 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
134         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
135         mouse-highlighted text.
137         * dired.el (dired-mark-pop-up): Fix last change.
139 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
141         * calendar/calendar.el (generate-calendar-month): Add help-echo to
142         mouse-highlighted text.
144         * net/quickurl.el (quickurl-url-file): Run through
145         convert-standard-filename.
146         (quickurl-list-populate-buffer): Add help-echo to
147         mouse-highlighted text.
148         (top-level): Update Dave's URL.
150         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
151         mouse-highlighted text.
153         * textmodes/page-ext.el (pages-copy-header-and-position):
154         Add help-echo to mouse-highlighted text.
156         * tar-mode.el (tar-header-block-summarize): Add help-echo to
157         mouse-highlighted text.
159         * replace.el (occur): Add help-echo to mouse-highlighted text.
161         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
162         mouse-highlighted text.
164         * progmodes/cpp.el (cpp-make-button): Add help-echo to
165         mouse-highlighted text.
167         * progmodes/compile.el (compile-reinitialize-errors):
168         Add help-echo to mouse-highlighted messages.
169         (compilation-forget-errors): Remove help-echo property as well.
171         * play/landmark.el (lm-plot-square, lm-init-display):
172         Add help-echo to mouse-highlighted text.
174         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
175         Add help-echo to mouse-highlighted text.
177         * dired.el (dired-insert-set-properties): Add help-echo to
178         mouse-highlighted text.
179         (dired-mark-pop-up): Remove help-echo property from the file name.
181         * comint.el (comint-send-input): Add help-echo to
182         mouse-highlighted text.
184         * buff-menu.el (list-buffers-noselect): Add help-echo to
185         mouse-highlighted text.
187         * arc-mode.el (archive-summarize-files): Add help-echo to
188         mouse-highlighted text.
190         * ffap.el (ffap-machine-p): Always return nil if
191         open-network-stream is not fboundp.
193 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
195         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
196         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
197         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
198         incorrectly binding chars between 128 and 256 to it.
199         (sgml-maybe-name-self): Handle latin-1 chars properly.
200         (sgml-tags-invisible): Bind buffer-file-name to nil.
201         Use unwind-protect and restore-buffer-modified-p.
202         (sgml-point-entered): Use buffer-substring-no-properties.
203         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
204         (html-mode): Don't force `imenu-sort-function'.
206 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
208         * tar-mode.el: Fix the copyright notice.
210         * font-lock.el (font-lock-comment-face): For tty's with dark
211         background, use "red1", since "lightred" is not one of the colors
212         recognized by tty-colors.el.
214         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
215         create a buffer for extracted file, in case there's more than one
216         file by that name in an archive, possibly in different
217         directories.  From Kevin Rodgers <kevinr@ihs.com>.
219         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
220         <alex@gnu.org>.
222 2001-06-15  Miles Bader  <miles@gnu.org>
224         * textmodes/texinfmt.el (texinfo-format-syntax-table):
225         Revert previous change.
227 2001-06-14  Richard M. Stallman  <rms@gnu.org>
229         * replace.el (keep-lines-read-args): Return just a regexp.
230         Provide nil for the region args.
231         (keep-lines, flush-lines, how-many):
232         Calculate the defaults for the region here, when args are nil.
234 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
236         * rot13.el (rot13-other-window): Some more doc fix.
238 2001-06-14  Per Starback  <starback@ling.uu.se>
240         * replace.el (case-replace, query-replace-from-history-variable)
241         (query-replace-to-history-variable, keep-lines-read-args)
242         (occur-revert-function, query-replace-help): Dox fix.
244 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
246         * rot13.el (rot13-other-window): Doc fix.
248 2001-06-14  Miles Bader  <miles@gnu.org>
250         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
251         of " and \ to "." (punctuation).
252         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
254 2001-06-13  Richard M. Stallman  <rms@gnu.org>
256         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
258         * simple.el (shell-command-on-region): Never kill the
259         *Shell Command Output* buffer.
261 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
263         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
265 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
267         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
268         New var, to recognize ${ $' and PODs.
269         (perl-font-lock-syntactic-face-function): New function.
270         (perl-mode): Use them.
271         (perl-continuation-line-p): New function, from perl-calculate-indent.
272         (perl-calculate-indent): Use it, to properly handle continuation
273         lines of continuation lines.
275 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
277         * server.el (server-process, server-buffer-clients): Doc fix.
278         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
280 2001-06-09  John Wiegley  <johnw@gnu.org>
282         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
283         test if the last command was Lisp or not.
284         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
285         B x C".
287 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
289         * dos-w32.el (grep-regexp-alist): Remove definition, since the
290         general one on compile.el supports drive letters.
292 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
294         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
295         key description.
297         * textmodes/reftex-sel.el (reftex-select-jump): New command.
299         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
300         (reftex-toc-jump): New command.
302         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
303         to parse international characters as well.
305         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
306         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
308         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
310         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
311         TAB to the key separators.
313 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
315         * international/mule.el (auto-coding-alist): Remove redundant
316         up-cased versions of the extensions (auto-coding-alist-lookup is
317         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
318         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
320 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
322         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
324 2001-06-01  Richard M. Stallman  <rms@gnu.org>
326         * help.el (describe-variable): Put value on same line
327         with preceding text, if it is short enough to look good that way.
329 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
331         * term/internal.el (IT-unicode-translations): New variable.
332         (IT-setup-unicode-display): New function.
334 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
336         * ps-print.el: Handle before-string and after-string overlay properties
337         in ps-print-*-with-faces commands.  Doc fix.
338         (ps-print-version): New version number (6.5.2).
339         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
340         for XEmacs.
341         (ps-prefix-quote): Doc fix.
342         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
343         (ps-basic-plot-str, ps-plot-string): New funs.
345 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
347         * progmodes/etags.el (tags-compression-info-list): Fix docstring
348         and :type spec.
350 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
352         * international/mule-cmds.el (inactivate-input-method):
353         Set input-method-function to nil.
355         * xml.el (xml-parse-tag): The document may contain invalid characters.
356         From ShengHuo ZHU  <zsh@cs.rochester.edu>
358 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
360         * mail/rmailsum.el (rmail-message-subject-p): Don't call
361         `rmail-summary-line-decoder' if the message does not have
362         a Subject: field.
364         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
366         * mail/rmail.el (rmail-insert-mime-resent-message-function):
367         New variable.
368         (rmail-resend): Modify to work in `rmail-view-buffer'; call
369         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
370         is non-nil.
372 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
374         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
376 2001-05-29  Sam Steingold  <sds@gnu.org>
378         * faces.el (face-valid-attribute-values): Bind `valid' directly
379         instead of using `setq'.
381         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
382         Use `tex-shell-buf'.
383         (tex-shell-proc): Use `tex-shell-running'.
384         (tex-shell-buf-no-error): New function.
385         (tex-send-tex-command): Use it.
386         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
387         (tex-kill-job): Check the process before calling `quit-process'.
389 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
391         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
392         UTF-8 sequences.
394 2001-05-28  Miles Bader  <miles@gnu.org>
396         * comint.el (comint-carriage-motion): Renamed from
397         `comint-cr-magic'.  Operate on the buffer instead of the string
398         (for use as a comint post-output filter, instead of as a
399         pre-output filter).  Handle backspaces too.  Add to the
400         `comint-output-filter-functions' hook instead of
401         `comint-preoutput-filter-functions'.
403 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
405         * language/japan-util.el (japanese-hankaku): Prefer the charset
406         `jisx0201' when the optional argument `ascii-only' is not specified.
407         (japanese-hankaku-region): Ditto.
408         From Katsumi Yamaoka <yamaoka@jpl.org>
410 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
412         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
413         (outline-invisible-p): New function.
414         (hide-leaves): Save excursion.
415         (hide-other): Stop looping when reaching bobp.
417 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
419         * cus-edit.el (custom-file): Fix last change.
421 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
423         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
424         same definition in byte-compile-function-environment as `autoload'
425         would put in `symbol-function'.
427         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
428         patch to correct the error message as well.
430 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
432         * cus-edit.el (custom-file): Don't assume we were invoked with -q
433         unless ~/.emacs exists.
435         * novice.el (enable-command): If user-init-file is nil or does not
436         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
438 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
440         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
441         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
442         Allow spaces around macro arguments.
443         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
444         indent-for-tab-command.
445         (latex-mode-map, plain-tex-mode-map): New keymaps.
446         Inherit from tex-mode-map.
447         (tex-common-initialization): Don't setup the keymap any more
448         since it's now done right by define-derived-mode.
449         (latex-mode): Set skeleton-end-hook to nil.
450         (latex-skeleton-end-hook): Remove.
451         (tex-latex-block, latex-insert-item): Simplify.
452         (latex-syntax-after): Use following-char rather than char-after.
453         (tex-discount-args-cmds, tex-count-words): New functions.
455         * textmodes/tildify.el (tildify-ignored-environments-alist):
456         Recognize \verb* as well.
458         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
459         (perl-comment-indent): Simplify to let newcomment.el do its job.
460         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
461         (perl-mark-function): Cleanup the namespace.
462         (perl-calculate-indent): Don't be fooled by nested functions.
464         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
466         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
467         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
469 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
471         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
472         actually be `\\'.
473         (ctlau-b5-converter): Likewise.
475 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
477         * international/titdic-cnv.el (quail-misc-package-ext-info):
478         Change CTLauB.el to CTLau-b5.el.
480 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
482         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
483         rather than beginning-of-line to avoid problems with fields.
484         (gud-perldb-massage-args): Use unless and push.
485         (gud-chdir-before-run): New var.
486         (gud-common-init): Use it.
488 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
490         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
491         delete entries for chinese-ctlau and chinese-ctlaub.
492         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
493         chinese-ctlaub.
494         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
495         New functions.
497 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
499         * cus-edit.el (custom-comment-show): Remove debug code.
501         * language/japan-util.el (japanese-symbol-table): Fix handling of
502         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
504 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
506         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
507         Renamed by removing the silly `-flag' suffix.
508         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
510 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
512         * replace.el (keep-lines-read-args): Use `copy-marker'.
513         (how-many): Save excursion properly.
514         (occur-mode): Use define-derived-mode.
515         (perform-replace): Use with-current-buffer.
517 2001-05-20  Richard M. Stallman  <rms@gnu.org>
519         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
521         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
523         * info.el (Info-read-subfile): Widen before finding the
524         desired node in the subfile.
526         * startup.el (command-line-1): When >2 files visited,
527         leave the last one visible, and make that the selected window.
529 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
531         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
533 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
535         * international/ccl.el (define-ccl-program): Fix a typo.
536         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
538         * international/mule.el (decode-char): Fix a typo.  From Pavel
539         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
541         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
542         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
544         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
545         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
547 2001-05-18  Sam Steingold  <sds@gnu.org>
549         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
550         and [RET] to `cvs-mode-find-file'.
552 2001-05-18  John Wiegley  <johnw@gnu.org>
554         * eshell/esh-ext.el (eshell-explicit-command-char): A new
555         configuration variable, which determines the initial character
556         that forces use of an external version of a command.  The default
557         is *, but may be set to \, for example.
559         * eshell/esh-ext.el (eshell-explicit-command):
560         Use `eshell-explicit-command-char' instead of ?*.
562         * eshell/esh-cmd.el (eshell/which):
563         Use `eshell-explicit-command-char' instead of ?*.
565         * eshell/em-cmpl.el (eshell-completion-command-name)
566         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
567         instead of ?*.
569 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
571         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
572         subst-char-in-string.
573         (ange-ftp-after-parse-ls-hook): New variable.
574         (ange-ftp-ls): Run that hook.
575         From Peter Milliken <Peter.Milliken@GTECH.COM>.
577         * tmm.el (tmm-get-keymap): Fix handling of :filter.
578         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
579         text into *Completions*.
581         * net/goto-addr.el (goto-address-at-point): Deal with URLs
582         part of which look like email addresses.
584 2001-05-18  Andrew Innes  <andrewi@gnu.org>
586         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
587         Use . instead of absolute path for lisp dir, to avoid bug in W2K
588         cmd.exe's handling of FOR loops.
589         (autoloads): Set find-file-suppress-same-file-warnings to t to
590         avoid slew of spurious messages.
592 2001-05-18  Simon Josefsson  <simon@josefsson.org>
594         * mail/smtpmail.el (maybe-append-domain): Renamed to
595         `smtpmail-maybe-append-domain'.
596         (smtpmail-via-smtp): Use the new name.
598         * net/browse-url.el (browse-url-browser-function): Add kde.
599         (browse-url-kde-program, browse-url-kde-args): New variables.
600         (browse-url-kde): New function.
602 2001-05-18  Miles Bader  <miles@gnu.org>
604         * simple.el (delete-horizontal-space, just-one-space):
605         Use `constrain-to-field' instead of `field-end'/`field-beginning',
606         because it's more efficient for large files.
608 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
610         * mail/rmail.el (rmail-require-mime-maybe): New function.
611         (rmail): Use it.
612         (rmail-mode): Handle the case of finding Rmail files.
614         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
615         functions.
617 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
619         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
620         text-property after moving to the beginning of line and regardless
621         of the value of font-lock-multiline.
623 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
625         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
627         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
628         last coding system used before calling set-buffer-modified-p
629         because that function changes last-coding-system.
631 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
633         * files.el (switch-to-buffer-other-window)
634         (switch-to-buffer-other-frame): Add an xref to display-buffer in
635         the doc string.
637 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
639         * language/slovak.el, language/czech.el: New maintainer.
641 2001-05-16  Sam Steingold  <sds@gnu.org>
643         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
644         sub-form of `defgeneric' correctly.
646 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
648         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
649         of `c'.
651         * textmodes/outline.el (outline-font-lock-level): Remove the
652         condition-case, test what outline-level returns instead, to
653         ease debugging.
655         * international/mule.el (auto-coding-regexp-alist): New user-option.
656         (auto-coding-from-file-contents): New function.
657         (set-auto-coding): Use it to determine a coding system.
659 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
661         * mouse.el (mouse-delete-other-windows): Doc fix.
663         * emacs-lisp/lisp-mode.el (lisp-mode):
664         Make font-lock-keywords-case-fold-search a buffer-local variable with
665         make-local-variable before setting it.
667 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
669         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
670         prefixes.
672 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
674         * hexl.el (hexl-current-address): Print a message when called
675         interactively.
677 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
679         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
681         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
683         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
685 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
687         * startup.el (command-line): If parameters have been changed in
688         the init files which influence font selection, clear the face
689         cache so that faces get realized with the new parameters.
691         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
693 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
695         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
697 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
699         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
700         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
702 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
704         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
705         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
707 2001-05-09  John Wiegley  <johnw@gnu.org>
709         * eshell/esh-util.el (eshell-convert-numeric-arguments):
710         Annotated the documentation string to tell users about
711         `eshell-no-numeric-conversions'.
713         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
714         conversions if a Lisp function has the property
715         `eshell-no-numeric-conversions' set to a non-nil value.
717         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
718         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
719         property `eshell-no-numeric-conversions' on the following
720         functions (which all deal with filesystem entities, and never Lisp
721         numerical values): eshell/cd, eshell/pushd, eshell/popd,
722         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
723         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
724         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
725         eshell/which, eshell/addpath.
727 2001-05-09  John Wiegley  <johnw@gnu.org>
729         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
730         encountered as an argument, don't convert it right away, but tag
731         the first character of the string with the text properties
732         `number', which signifies to `eshell-lisp-command' that the
733         argument should be passed through `string-to-number' if it is
734         actually used in the call to a Lisp function.
736         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
737         function, convert any string arguments that have been tagged as
738         "numbers", by calling string-to-number.
740         * eshell/esh-util.el (eshell-number-regexp): Now that number
741         conversions only happen for Lisp function calls, the number regexp
742         should now match all integer and floating point forms.
744         * eshell/esh-proc.el: Disable `eshell-stop-process' and
745         `eshell-continue-process', since they are both nonfunctional at
746         the moment.
747         (eshell-proc-initialize): Don't bind keys for
748         `eshell-stop-process' or `eshell-continue-process'.
750         * eshell/em-unix.el (eshell-shuffle-files):
751         Apply `directory-file-name' before calling `file-name-directory'.
753         * eshell/em-hist.el (eshell-add-to-history): Reference to
754         `eshell-history-ring' needed to be `eshell-history-index'.
756         * calendar/timeclock.el (timeclock-find-discrep):
757         Initialize `elapsed' to 0.
758         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
759         it's still nil.
761 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
763         * arc-mode.el (archive-int-to-mode): Construct the string directly.
764         (archive-mode): Use capitalize.
765         (archive-unique-fname): Use make-temp-file.
767 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
769         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
771 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
773         * tar-mode.el (tar-extract): Pay attention to the value of
774         coding-system-for-read, if it is non-nil.
776         * calendar/holidays.el (holidays): Add an autoload cookie.
777         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
779 2001-05-08  John Wiegley  <johnw@gnu.org>
781         * calendar/timeclock.el (timeclock-workday-remaining):
782         Changed logic for determining how much time is remaining.
783         (timeclock-workday-elapsed): Don't accept a "relative" argument
784         for the current day's elapsed time.  What could that have meant?
785         (timeclock-workday-elapsed-string): No "relative" argument anymore.
786         (timeclock-when-to-leave): Changed logic, similarly to what was
787         done for `timeclock-workday-remaining'.
788         (timeclock-find-discrep): Removed "today-only" argument, which had
789         no meaning.  Fixed some more math problems.  The function now
790         returns a three member list: (TOTAL-TIME-DISCREPANCY
791         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
793 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
795         * w32-fns.el (convert-standard-filename): Start replacing slashes
796         from the beginning of the file name, not from where the last
797         invalid character was.  From "Andrew Maguire (SWW)"
798         <Andrew.Maguire@Smallworld.co.uk>
800 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
802         The following changes are to provide infrastructure for handling
803         MIME messages to rmail.  They don't affect the original behaviour
804         if rmail-enable-mime is nil.
806         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
807         (rmail-search-mime-message-function)
808         (rmail-search-mime-header-function): New variables.
809         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
810         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
811         `rmail-view-buffer' is hidden.
812         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
813         call rmai-show-mime-function.
814         (rmail-display-labels): If rmail-enable-mime is non-nil, update
815         mode-line-process of rmail-view-buffer.
816         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
817         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
818         buffer.
819         (rmail-next-message, rmail-next-undeleted-message): Be sure to
820         set-buffer to the Rmail buffer.
821         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
822         rmail-search-mime-header-function.
823         (rmail-search-message): New function.
824         (rmail-search): Call rmail-search-message to check if a message
825         matches REGEXP, lastly update point after calling
826         rmail-show-message.
827         (rmail-undelete-previous-message, rmail-expunge-confirmed)
828         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
829         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
830         header region, refer to rmail-msgref-vector while setting the
831         current buffer to rmail-buffer temporarily.
832         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
833         If rmail-enable-mime is non-nil, call
834         rmail-insert-mime-forwarded-message-function instead of inserting
835         forwarded message by itself.
837         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
838         Rmail buffer.
839         (rmail-set-label, rmail-next-labeled-message): Likewise.
841         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
842         set-buffer to the Rmail buffer.
843         (rmail-output-to-rmail-file): Likewise.
844         (rmail-output): Likewise.
846         * mail/rmailsum.el (rmail-message-subject-p): Process the result
847         of mail-fetch-field by rmail-summary-line-decoder.
848         (rmail-new-summary): Be sure to go to the Rmail buffer.
849         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
850         rmail-view-buffer to nil.
851         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
852         rmail-view-buffer.
853         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
854         rmail-buffer.
855         (rmail-summary-scroll-msg-down): Likewise.
856         (rmail-summary-beginning-of-message): Likewise.
857         (rmail-summary-wipe): Likewise.
858         (rmail-summary-toggle-header): Use save-window-excursion, not
859         save-excursion.  Update point in rmail-view-buffer, not in
860         rmail-buffer.
861         (rmail-summary-reply): Before calling rmail-reply, set buffer to
862         rmail-view-buffer, not rmail-buffer.
864 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
866         * cus-edit.el (custom-file): Signal an error if user-init-file is
867         nil (running -q).
869         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
871         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
872         Add :version.
874         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
875         New option.
876         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
877         only if smtpmail-warn-about-unknown-extensions is set.
879         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
880         instead of rmail-sort-by-keywords.
882         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
883         rmail-sort-by-keywords.
885         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
886         rmail-summary-sort-by-keywords.  Doc fix.
887         (rmail-summary-mode): Doc fix.
889         * mail/rmail.el (rmail-edit): New Custom group.
891         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
892         (rmail-edit-mode-hook): New user-option.
894 2001-05-05  Richard M. Stallman  <rms@gnu.org>
896         * help.el (help-xref-symbol-regexp): Recognize "source of"
897         and friends, meaning make a link to the source file.
898         (help-make-xrefs): Handle "source of" and friends
899         by constructing a link that visits the source file.
901         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
903 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
905         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
906         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
907         Renamed from perl-font-lock-keywords to avoid clashes.
908         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
909         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
910         Updated correspondingly.
912         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
913         Typo `nonexistant' -> `nonexistent'.
915 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
917         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
918         Split `c-electric-delete' into two functions where
919         `c-electric-delete-forward' always deletes forward and
920         `c-electric-delete' only contains the code necessary for XEmacs to
921         choose between backward and forward deletion.
923         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
924         get the electric behavior on that key too.
925         (c-fill-paragraph): Fixed bogus direct use of
926         c-comment-prefix-regexp, which caused an error when it's a list.
928 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
930         * dired-aux.el (dired-diff): Doc fix.
932         * dired.el (dired-diff): Likewise.
934 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
936         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
938 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
940         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
941         if both the buffer and the file are read-only.
943         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
944         rather than font-lock-string-face.
945         (sh-get-indent-info): Treat heredocs like strings.
947 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
949         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
950         a newline following `}'.
951         (texinfo-format-email): New function.
952         (toplevel): Use texinfo-format-email for @email.
953         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
954         Add `display'.
955         (texinfo-sort-region): Goto point-min before sorting.
956         (texinfo-set): Remove leading white space from value.
957         From yagi@is.titech.ac.jp.
959         * replace.el (query-replace-regexp-eval): Doc fix.
961 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
963         * diff-mode.el (diff-nonexistant-face): New face.
964         (diff-font-lock-keywords): Use it.
966 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
968         * font-lock.el (font-lock-mode): Doc fix.
970         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
971         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
973 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
975         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
976         backslash at the start of the here-document delimiter.
977         (sh-font-lock-syntactic-keywords): Likewise.
979         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
981 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
983         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
984         (tty-color-translate, tty-color-by-index, tty-color-values)
985         (tty-color-desc): Doc fix.
987 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
989         * dired-aux.el (dired-do-create-files, dired-do-copy)
990         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
991         Mention dired-dwim-target in the doc string.
993 2001-04-28  Miles Bader  <miles@gnu.org>
995         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
996         (dabbrev--find-expansion): Use it.
997         (dabbrev--select-buffers): Don't select ignored buffers.
999 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
1001         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1003 2001-04-26  Richard M. Stallman  <rms@gnu.org>
1005         * dabbrev.el: Add doc strings for some functions.
1006         (dabbrev--eliminate-newlines): New variable.
1007         (dabbrev--substitute-expansion): Convert newlines to spaces
1008         if dabbrev--eliminate-newlines is set.
1009         If abbrev and expansion are both all-lower-case,
1010         leave dabbrev--last-case-pattern nil.
1012 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
1014         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1015         if necessary, like in rmail-show-message.
1017 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1019         * ps-print.el: Color specified by number is forced to be float number.
1020         (ps-print-version): New version number (6.5.1.1).
1021         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1022         initialization.
1023         (ps-prefix-quote): New internal var.
1024         (ps-print-quote): New fun.
1025         (ps-setup, ps-output-frame-properties, ps-float-format)
1026         (ps-format-color): Code fix.
1027         (ps-plot-region): Eliminate redundant foreground color text setting.
1029 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
1031         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1033 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
1035         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1037 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * info.el (Info-additional-directory-list): Doc fix.
1041         * find-lisp.el (find-lisp-find-dired-filter)
1042         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1043         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
1045 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
1047         * progmodes/make-mode.el (makefile-font-lock-keywords):
1048         Rationalize the rules for includes and conditionals and use the
1049         keyword face for them.
1051         * faces.el (modify-face): Add compatibility for non-interactive use.
1053 2001-04-24  John Wiegley  <johnw@gnu.org>
1055         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1056         fix from last night, since it wasn't finding eshell/cd.
1058 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
1060         * rect.el (string-rectangle): Revert to 20.x behaviour.
1061         (replace-rectangle): Make it an alias for string-rectangle.
1062         (string-insert-rectangle): New function.
1064 2001-04-23  John Wiegley  <johnw@gnu.org>
1066         * eshell/em-unix.el (eshell/diff): Fixed problems that were
1067         occurring with Emacs 21's diff.el/compile.el interaction layer.
1069 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
1071         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1072         case where the function was defined in a file, but not part of an
1073         eshell module.
1075 2001-04-23  John Wiegley  <johnw@gnu.org>
1077         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1078         code to work around a redisplay problem I've been having.
1080 2001-04-23  John Wiegley  <johnw@gnu.org>
1082         * calendar/timeclock.el (timeclock-day-required): If the time
1083         required for a particular day is not set, use `timeclock-workday'.
1084         (timeclock-find-discrep): Added some sample code in a comment.
1086         * eshell/eshell.el (eshell-command): Made a few changes so that
1087         `eshell-command' could be called programmatically.
1089         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1091         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1093 2001-04-23  John Wiegley  <johnw@gnu.org>
1095         * calendar/timeclock.el: Updated copyright.
1096         (timeclock-generate-report): Don't report the daily or two-week
1097         total, if no time has been worked in that period.
1098         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1099         final computational form, which was unnecessary; corrected a
1100         parsing problem when timeclock-relative was nil.
1102 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
1104         * calendar/timeclock.el (timeclock-modeline-display): Check if
1105         `list-entry' is null.
1106         (timeclock-use-display-time): The first argument to `set-variable'
1107         must be a symbol.
1109 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
1111         * calendar/calendar.el (diary-entry-marker)
1112         (calendar-today-marker, calendar-holiday-marker):
1113         Use display-color-p instead of window-system.
1114         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1115         instead of window-system.
1116         (calendar-hide-window): Use display-multi-frame-p instead of
1117         window-system.
1119         * calendar/cal-x.el (calendar-two-frame-setup)
1120         (calendar-only-one-frame-setup, calendar-one-frame-setup):
1121         Use display-multi-frame-p instead of window-system.
1123 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
1125         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1127         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1128         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1130 2001-04-23  Alex Schroeder  <alex@gnu.org>
1132         * goto-addr.el: Instead of defining line-beginning-position and
1133         line-end-position a defalias is used for point-at-bol and point-at-eol.
1135 2001-04-23  Alex Schroeder  <alex@gnu.org>
1137         * goto-addr.el: Added XEmacs compatibility code.
1138         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1140 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
1142         * textmodes/paragraphs.el (sentence-end): Doc fix.
1144 2001-04-20  Alex Schroeder  <alex@gnu.org>
1146         * sql.el (sql-escape-newlines-and-send): New function.
1147         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1149 2001-04-20  Alex Schroeder  <alex@gnu.org>
1151         * sql.el (sql-db2-program): New option.
1152         (sql-db2-options): New option.
1153         (sql-db2): New function.
1155 2001-04-20  Alex Schroeder  <alex@gnu.org>
1157         * sql.el (sql-mode-menu): Added highlighting entries.
1158         (sql-highlight-oracle-keywords): New function.
1159         (sql-highlight-postgres-keywords): New function.
1160         (sql-highlight-ansi-keywords): New function.
1162 2001-04-20  Alex Schroeder  <alex@gnu.org>
1164         * sql.el (sql-help): Doc change.
1166 2001-04-19  Karl Fogel  <kfogel@collab.net>
1168         * saveplace.el (save-place-alist-to-file): Removed no-effect code
1169         that inserted file content only to delete it immediately.
1170         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
1171         <lektu@uol.com.br> for the patch.
1173 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
1175         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1177 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1179         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1180         for defmethod.
1182         * comint.el (comint-cr-magic): New function.
1183         (toplevel): Add it to comint-preoutput-filter-functions.
1185 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1187         * makefile.w32-in (EMACSLOADPATH): Define.
1188         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1189         (recompile): Remove stuff to set EMACSLOADPATH.
1191 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1193         * language/slovak.el ("Slovak"): Add tutorial entry.
1195         * net/browse-url.el (browse-url-new-window-flag): Renamed from
1196         browse-url-new-window-p.
1198 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1200         * info.el (Info-menu-update): When there are no menus and/or no
1201         cross references in the node, make the respective items of the
1202         Info menu-bar menu inactive.
1204 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
1206         * indent.el (indent-for-tab-command): Call indent-line-function
1207         with no argument if PREFIX-ARG is non-nil.
1209         * frame.el (delete-other-frames): Handle minibuffer-only frames.
1211 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1213         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1214         an async subprocess if start-process is unavailable.  Suggested by
1215         Tim Van Holder <tim.van.holder@pandora.be>.
1217 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
1219         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
1220         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1222 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
1224         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1225         manual.
1227 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
1229         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1230         (cvs-menu): Add a few entries.
1232         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1233         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1234         lock file appears to be reachable from Emacs.
1235         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1236         (cvs-mode-find-file): Look for cvs-header-face rather than
1237         cvs-dirname-face (which doesn't exist).
1238         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1240         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1242 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1244         * emulation/pc-select.el (pc-selection-mode): Don't turn on
1245         normal-erase-is-backspace on a tty.  Instead, bind some keys such
1246         as [delete] directly, like pc-select.el did before
1247         normal-erase-is-backspace was invented.
1249 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
1251         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1253 2001-04-11  John Wiegley  <johnw@gnu.org>
1255         * eshell/em-ls.el (eshell-ls-insert-directory):
1256         Set font-lock-defaults to nil, to prevent fontification in dired
1257         buffers, if Eshell's ls is being used.
1259 2001-04-11  John Wiegley  <johnw@gnu.org>
1261         * calendar/timeclock.el (timeclock-completing-read): New function.
1262         (timeclock-ask-for-project, timeclock-ask-for-reason):
1263         Call `timeclock-completing-read'.
1265         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1266         required where `member' was being used.
1268 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
1270         * eshell/em-hist.el (eshell-previous-matching-input):
1271         Don't display "History item" if the the minibuffer is active.
1273 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
1275         * startup.el (command-line): Output a newline after printing
1276         an error from loading the window system's init file.
1278 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
1280         * textmodes/texinfo.el (texinfo-font-lock-keywords):
1281         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1282         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
1283         keywords whose arguments routinely include @@.
1285 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
1287         * emacs-lisp/advice.el (ad-make-advised-definition):
1288         Construct advice for subrs differently.
1290         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1291         regexp in parentheses when building the regexp for searching backwards.
1293         * simple.el (completion-list-mode-finish): New function.
1294         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1296         * language/european.el ("Polish"): Change sample text.
1297         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1299         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1300         parameter.
1302         * faces.el (menu): Doc fix.
1304 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1306         * ps-print.el: Footer implementation.  Doc fix.
1307         (ps-print-version): New version number (6.5.1).
1308         (ps-header-frame-alist): New customization var for header frame
1309         properties.
1310         (ps-line-number-color): New customization var for line number color.
1311         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1312         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1313         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1314         (ps-right-footer): New customization vars for footers.
1315         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1316         footers.
1317         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1318         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1319         Code fix.
1320         (ps-prologue-file): Indentation fix.
1321         (ps-print-quote): Fun eliminated.
1322         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1323         (ps-output-frame-properties): New fun.
1324         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1325         (ps-skip-newline): Replace defun by defsubst.
1327 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
1329         * eshell/eshell.el (eshell-command): Needed a "%s" format
1330         specifier, in case the buffer contains percent characters.
1332 2001-04-10  John Wiegley  <johnw@gnu.org>
1334         * calendar/timeclock.el (timeclock-generate-report): Added a
1335         missing insert of the project name.
1337 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
1339         * obsolete/profile.el: Moved from emacs-lisp/.
1341         * Makefile.in (nonobsolete_setwins): New macro.
1342         (finder-data): Use it instead of `setwins'.
1343         From: Dave Love <fx@gnu.org>.
1345         * server.el (server-visit-files): Set server-existing-buffer correctly.
1346         (server-visit-files): Run server-visit-hook after going to
1347         line 1 so that the hook can set point as it sees fit.
1349         * bindings.el (mode-line-modified): Unify help messages.
1351 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
1353         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1354         All callers changed.
1356 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
1358         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1359         long file names aren't supported, truncate the file names in
1360         quail-misc-package-ext-info to 8+3 before matching them against
1361         FILENAME.
1363         * dos-fns.el (dos-truncate-to-8+3): New function.
1365         * progmodes/compile.el (grep-compute-defaults): Use null-device
1366         instead of literal /dev/null. Reported by Jens Schmidt
1367         <schmidt@mathematik.uni-kl.de>.
1369         * simple.el (normal-erase-is-backspace-mode): Doc fix.
1371 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
1373         * textmodes/sgml-mode.el: Add unknown maintainer.
1374         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1375         (html-mode-map): Use set-keymap-parent.
1377 2001-04-06  Dave Love  <fx@gnu.org>
1379         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1380         Remove redundant string-to-list.
1382 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
1384         * composite.el (reference-point-alist): Doc fix.
1386 2001-04-05  Sam Steingold  <sds@gnu.org>
1388         * font-lock.el (font-lock-keywords-case-fold-search):
1389         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
1390         file made font-lock case-insensitive.
1392 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
1394         * faces.el (defface menu): Doc fix.
1396         * wid-edit.el (widget-color-sample-face-get): Don't make
1397         faces for undefined colors.
1399         * version.el (emacs-version): Include LessTif/Motif version info.
1401 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1403         * ps-mule.el: Eliminate cl package dependence.
1404         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1405         if they aren't defined yet.
1406         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1407         Eliminate cl package dependence.
1409 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
1411         * progmodes/cc-cmds.el (c-outline-level):
1412         Bind buffer-invisibility-spec.  Originally from Dave Love, but
1413         got lost when incorporating version 5.26.
1415 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
1417         * emulation/pc-select.el (pc-selection-mode):
1418         Call normal-erase-is-backspace-mode instead of binding
1419         keys individually.
1421         * cus-load.el (normal-erase-is-backspace): Use it instead of
1422         delete-key-deletes-forward.
1424         * startup.el (command-line): Use normal-erase-is-backspace and
1425         normal-erase-is-backspace-mode.
1427         * simple.el (normal-erase-is-backspace): Rename from
1428         delete-key-deletes-forward.  Doc fix.
1429         (normal-erase-is-backspace-mode): Rename from
1430         delete-key-deletes-forward-mode.  Doc fix.
1431         Run normal-erase-is-backspace-hook.
1433         * dired.el (dired-move-to-filename-regexp): Support file sizes in
1434         ``human-readable'' format produced by GNU `ls'.
1435         (dired-move-to-filename-regexp): Recognize ISO format dates.
1436         From Paul Eggert <eggert@twinsun.com>.
1438 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
1440         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1441         New functions.
1442         (lm-verify): Check keywords.
1443         From Eric M. Ludlam <eric@siege-engine.com>.
1445 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
1447         * speedbar.el (speedbar-insert-image-button-maybe): Check for
1448         `xemacs' feature instead of for the function `set-extent-property'.
1450 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
1452         * mail/mh-utils.el (mh-folder-hist): New var.
1453         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1455 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
1457         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1458         region, position point on the first or last 16-byte group.
1459         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1460         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
1461         hexl-beginning-of-line.
1463 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
1465         * icomplete.el (icomplete-mode): Treat an argument like other
1466         modes do.
1468         * startup.el (fancy-splash-head): Use splash8.xpm for color
1469         depth 8.
1471         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1472         Add an antry for ``converts''.
1474         * language/slovak.el ("Slovak"): Add documentation string.
1475         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1477         * language/czech.el ("Czech"): Add documentation string.
1478         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1480         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1481         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
1483 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
1485         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1486         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1487         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1488         Use `defsubst' rather than a macro to ease debugging.
1489         (mail-extr-last): Remove (use `last' instead).
1490         (mail-extract-address-components): Properly reset the syntax-table
1491         after parsing an address.  Use `last' rather than mail-extr-last.
1492         Make sure the end marker stays at the very end.
1494 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
1496         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1497         last change.
1499 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1501         * ps-print.el: Line and paragraph spacing feature.  Region to cut
1502         out when printing.  Doc fix.
1503         (ps-print-version): New version number (6.5).
1504         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1505         New vars.  Line and paragraph spacing feature.
1506         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
1507         out when printing.
1508         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1509         (ps-get-font-size, ps-begin-job, ps-continue-line)
1510         (ps-plot-region): Code fix.
1511         (ps-print-prologue-2): Var eliminated.
1512         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1513         New internal vars.
1514         (ps-get-size): New fun.
1515         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1516         (ps-next-line): Replace defun by defsubst.
1517         (ps-mule-plot-string): Autoload doc fix.
1519         * ps-bdf.el: XEmacs compatibility.  Doc fix.
1520         (installation-directory, coding-system-for-read): Declare vars if
1521         it's not declared yet.
1522         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1524         * ps-mule.el: XEmacs compatibility.  Doc fix.
1525         (leading-code-private-22): Declare var if it's not declared yet.
1526         (charset-bytes, charset-dimension, charset-id, charset-width)
1527         (find-charset-region, split-char, char-width, chars-in-region)
1528         (forward-point, decompose-composite-char, encode-coding-string)
1529         (coding-system-p, ccl-execute-on-string, define-ccl-program):
1530         Define funs if not defined yet.
1531         (encode-composition-rule, find-composition): Define funs if not
1532         loaded yet.
1533         (ps-mule-prologue): PostScript code fix.
1535 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
1537         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
1538         non-nil, generate font for the header strings.
1539         (ps-mule-prepare-font): Likewise.
1540         (ps-mule-generate-glyphs): Likewise.
1541         (ps-mule-string-encoding): Likewise.
1542         (ps-mule-header-charsets): New variable.
1543         (ps-mule-encode-header-string): New function.
1544         (ps-mule-header-string-charsets): New function.
1545         (ps-mule-begin-job): Check charsets in the header strings.  If there
1546         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1548         * ps-print.el (ps-generate-header-line): Encode the header string by
1549         ps-mule-encode-header-string.
1550         (ps-mule-encode-header-string): Declare autoload.
1552 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
1554         * frame.el (cursor-in-non-selected-windows):
1555         Replaces show-cursor-in-non-selected-windows.
1557 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
1559         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1560         Delete entries for "chinese-py" and "chinese-ziranma".
1561         (quail-misc-package-ext-info): New variable.
1562         (tsang-quick-converter): New function.
1563         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1564         (quick-cns-converter, py-converter, ziranma-converter)
1565         (miscdic-convert, batch-miscdic-convert): New functions.
1567 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
1569         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1570         eight-bit-control chars.
1572         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1573         Reduce making temporary vector (suggested by Dave Love).
1575 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1577         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1578         string as well.
1580 2001-03-30  Andreas Schwab  <schwab@suse.de>
1582         * files.el (backup-directory-alist): Fix typo.
1584 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1586         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
1587         <eggert@twinsun.com>.
1589 2001-03-30  Dave Love  <fx@gnu.org>
1591         * progmodes/fortran.el (fortran-comment-region): Fix typo.
1593 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1595         * simple.el (transient-mark-mode): Mention C-g in the doc string.
1597 2001-03-30  Miles Bader  <miles@gnu.org>
1599         * subr.el (interactive-form): Fix paren typo.
1601 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1603         * emacs-lisp/profile.el: Say that it's obsolete in the header
1604         line, so that finder.el puts that into its data-base.
1605         Suggested by Alex Schroeder <alex@gnu.org>.
1607 2001-03-29  Paul Eggert  <eggert@twinsun.com>
1609         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1610         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1612 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
1614         * generic.el (generic-mode-set-comments): Use "" rather than nil
1615         for comment-end.
1617 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
1619         * emacs-lisp/advice.el (ad-make-advised-definition):
1620         Call interactive-form to obtain the interactive spec of subrs.
1622         * subr.el (interactive-form): New function.
1624 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
1626         * vc-sccs.el (vc-sccs-register): Use relative file names.
1628 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
1630         * bookmark.el (bookmark-get-bookmark): Handle case that
1631         BOOKMARK is not a string.
1633         * image.el (image-type-regexps): Change type for PS files
1634         to `postscript'.
1636         * subr.el (read-passwd): Clear command history after each
1637         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
1639 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
1641         * international/kkc.el (kkc-save-init-file): Locally bind
1642         print-length to nil.
1644 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1646         * textmodes/flyspell.el: Some doc fixes.
1647         (flyspell-maybe-correct-transposition)
1648         (flyspell-maybe-correct-doubling): Use a temporary buffer
1650         * textmodes/ispell.el (ispell-parse-output): Doc fix.
1652         * emacs-lisp/byte-opt.el (byte-optimize-while)
1653         (byte-optimize-form-code-walker): Diagnose too few arguments
1654         for `if' and `while'.
1656 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
1658         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1659         Prepend `\' to "\<quail-translation-docstring>".
1661 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1663         * autorevert.el (global-auto-revert-non-file-buffers):
1664         Remove duplicate defcustom.
1666 2001-03-26  Miles Bader  <miles@gnu.org>
1668         * international/latin1-disp.el (latin1-char-displayable-p):
1669         Add leading "-" for X font pattern.
1671 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
1673         * international/mule-diag.el (describe-coding-system):
1674         For raw-text and emacs-mule, don't add anymore text about what
1675         charsets they can encode.
1677 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
1679         * help.el (view-lossage): Mention open-dribble-file in the doc
1680         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1682 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
1684         * skeleton.el (skeleton-internal-list): Fix bogus logic.
1685         (skeleton-pair-insert-maybe): Don't pair after a backslash.
1687 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
1689         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1690         Call ccl-execute-on-string directly so that CCL program handling
1691         multibyte sequence can work correctly.
1692         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1693         property of the coding system.
1695 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
1697         * textmodes/fill.el (fill-individual-paragraphs-prefix):
1698         Fix transcription typo.
1700 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
1702         * whitespace.el: Add buffer local variables to toggle testing of
1703         whitespaces in buffers without affecting the default values.
1704         Bump version to 3.0 to account for a few other changes.
1705         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1706         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1707         (whitespace-toggle-spacetab-check): New functions.
1709 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1711         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1713 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
1715         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1716         bs-cycle-configuration-name.  From Juanma Barranquero
1717         <lektu@uol.com.br>.
1719         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1720         and cc-vars.el.
1722         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1723         headers.  Always invoke sendmail with option -t.
1725 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1727         * Release of cc-mode 5.28.
1729 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1731         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1732         Removed the hardcoded switch to "java" style in Java mode.
1733         It's instead taken care of by the default value for c-default-style.
1735 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1737         * cc-align.el (c-lineup-math): Fix bug where lineup was
1738         triggered by equal signs in string literals.
1740 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1742         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1743         limit detection when at the ends of the buffer.
1745         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1746         "for" statement clause in case 7F; a better one is done
1747         earlier in case 7D anyway.
1749 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1751         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1752         somewhat more and did a small optimization.
1754 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1756         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1757         Use the limit argument only to limit the syntactic context
1758         search, not to limit the actual movement.
1760         * cc-cmds.el (c-beginning-of-statement): Move by sentence
1761         inside multiline strings, just like in comments.  Also various
1762         fixes to the paragraph and comment prefix recognition, block
1763         comment ender handling etc.
1765 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1767         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1768         the relative position of the point.
1770         * cc-cmds.el (c-electric-continued-statement): New function to
1771         use as abbrev hook to reindent for keywords such as "else"
1772         that continues an earlier statement.
1774         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1775         like classes.
1777         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1778         (pike-mode): Populate the default abbrev tables to reindent for
1779         keywords such as "else" that can continue earlier statements.
1780         Abbrev mode is therefore turned on by default now.  (Note that
1781         this doesn't apply to idl-mode, since IDL afaik doesn't have
1782         statements at all.)
1784 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1786         * cc-engine.el (c-inside-bracelist-p): Fix for handling
1787         bracelists where the declaration contains template arguments.
1789 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1791         * cc-cmds.el (c-comment-indent):
1792         Use `c-get-syntactic-indentation' to correctly calculate the
1793         syntactic indentation.  Fixes bug with lineup functions that
1794         return vectors.
1796         * cc-engine.el (c-get-syntactic-indentation): Split the
1797         indentation sum calculation from `c-indent-line' to a separate
1798         function.
1800 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1802         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1803         Fixed places where it was assumed that preprocessor directives
1804         have to start in column zero.
1806         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1807         template arguments after a class identifier properly.
1809         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1810         lists for `new Foo[]' constructs in Java as expressions and
1811         not top level definition brace lists on the top level, so that
1812         they'll get indented consistently with the same type of
1813         expression in a normal block.
1815 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1817         * cc-cmds.el (c-fill-paragraph): The kludge that checks
1818         whether the adaptive filling package fails to keep the comment
1819         prefix is now kludged further to check for filladapt-mode
1820         which doesn't have that problem. This is really icky, but it's
1821         the only way that works with the current misfeatures/bugs in
1822         both adaptive-fill-mode and filladapt-mode.
1824         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1825         around point is recognized more robust.
1827 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1829         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1830         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1831         (c-lit-type): Fixed all internal variables used dynamically so
1832         that they are always bound.
1834         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1835         errors:
1837         (c-indent-region): Fixed reporting of syntactic errors so that
1838         the region is fully reindented even when an error occurs.
1839         The last syntactic error is printed afterwards.  Also cleanup up a
1840         whole lot of code that tried to optimize indentation of whole
1841         sexps but in reality accomplishes nothing.
1843         (c-indent-sexp): Use c-indent-region.
1845         (c-parsing-error): Changed this variable to hold the message
1846         for any syntactic error that is discovered.
1848         (c-parse-state): Search backward from point instead of the bod
1849         position when the latter is invalid.  This makes CC Mode
1850         recover faster when there are unbalanced close braces.
1852         (c-backward-to-start-of-if): Use c-parsing-error to report
1853         dangling "else" clauses instead of throwing an error, and fall
1854         back to a reasonable position.
1856         (c-indent-line): Added argument to avoid reporting syntactic errors.
1858         (c-show-syntactic-information): Don't report any syntactic errors.
1860 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1862         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1863         paragraph recognition when moving by sentence in literals.
1865         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1866         start regexp for javadoc to recognize javadoc markup in general instead
1867         of a specific set of keywords, to be more future-safe.
1869         (c-Pike-pikedoc-paragraph-start)
1870         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1871         pikedoc markup.
1873         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1875         (pike-mode): Initialize paragraph settings pikedoc recognition.
1877         * cc-vars.el (c-default-style): Made a nicer Customize widget.
1879         (c-comment-prefix-regexp): Made it possible to use an
1880         association list on this to specify mode specific regexps.
1881         The default value now use a special regexp in Pike mode to
1882         recognize pikedoc markup.
1884         (c-current-comment-prefix): New variable containing the actual
1885         regexp from c-comment-prefix-regexp for the current buffer.
1887 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1889         * cc-cmds.el (c-electric-brace): Fixed check for special brace
1890         lists: We can't look at the syntax, since a brace list can get
1891         recognized as a plain statement-cont.
1893         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1894         special brace list opener broken over two lines got recognized
1895         as a statement on the second line.  Case 9A changed.
1897 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1899         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1900         adjustment after line is reindented.
1902 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1904         * cc-defs.el (c-point): Added optional argument for position
1905         to use instead of the current point.
1907         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1908         the in-expression block symbols when the construct starts at
1909         boi, to avoid the extra level of indentation in that case.
1910         Cases 4, 16A and 17E affected.
1912 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1914         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1915         calls to `c-indent-line', to adhere better to Emacs conventions.
1917         * cc-engine.el (c-indent-line): Use the syntax already bound
1918         to `c-syntactic-context', if there is any.
1920 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1922         * cc-engine.el (c-get-offset): Fixed bug where the indentation
1923         wasn't added up correctly when a lineup function returned nil.
1925 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1927         * cc-engine.el (c-collect-line-comments): Fixed bug where
1928         empty lines were ignored when collecting line comments backwards.
1930 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1932         * cc-align.el (c-lineup-dont-change): Return an absolute
1933         indentation column to work correctly in the case when several
1934         syntactic elements are processed for the same line.
1936         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1937         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1938         (c-set-offset): Added absolute indentation column settings by
1939         using the vector type.
1941 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1943         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1944         Implemented two new cleanups `space-before-funcall' and
1945         `compact-empty-funcall'.
1947 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1949         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1950         helping building regexps.
1952         * cc-engine.el (c-on-identifier): New function for detecting
1953         identifiers.  It takes keywords into account.
1955         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1956         lists.  `c-keywords' is set to a regexp matching all keywords
1957         in the current language.
1959 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1961         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1962         list of characters to skip backwards over at the beginning of
1963         a statement, since it can precede string literals in Pike.
1965 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1967         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1968         recognition when standing on the last line in a C++ comment
1969         with nothing but whitespace after the prefix.
1971         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1972         given no limit argument.
1974 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1976         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1977         recognition for the `[]= operator symbol in Pike.
1979 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1981         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1982         around a bug in `eval-when-compile' in the byte compiler.
1984         * cc-engine.el (c-forward-token-1): Fixed bug with return
1985         value when count is zero and there's no token start within the limit.
1987         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1988         "prefix comments", i.e. comments which are followed by code on
1989         the same line.
1991         * cc-mode-19.el: Fixes so that checks that must be done at
1992         compile time also are done then.
1994 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1996         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1997         time and at runtime, and only when it's needed.
1999 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2001         Major cleanup for less error prone and more warning free
2002         compilation, including some fixes for bugs due to different
2003         compilation orders. Thanks to Martin Buchholz for providing
2004         the basis for all this.
2006         * cc-bytecomp.el: New file that provides some byte compilation
2007         features: It ensures that files always are loaded from the
2008         current source directory during compilation, and it provides a
2009         set of macros to turn off specific compiler warnings for
2010         specific symbols.  (It's not CC Mode specific in any way.)
2012         Fixed a nearly acyclic dependency tree (both runtime and
2013         compile-time) between all files.
2015         * cc-defs.el: Separated all macros before the inline functions,
2016         to ensure correct compilation.
2018         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2019         cc-defs.el to cc-engine.el and made it a function instead.
2021         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2022         about char-after.
2024         * cc-vars.el: Cope even when there isn't a custom package
2025         containing defcustom available.
2027         * cc-make.el: Removed since it's no longer necessary.
2029         README: Updated installation instructions.
2031 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2033         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2034         improve the modularity: Moved all mode init stuff from
2035         cc-langs.el to cc-mode.el, including the keymap
2036         initialization; cc-langs now only contains the various
2037         variables for configuring the language syntax.
2039         * cc-engine.el, cc-styles.el (c-evaluate-offset)
2040         (c-get-offset): Moved from cc-styles to cc-engine since file
2041         dependency analysis suggests they belong there (which also
2042         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
2044 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2046         * cc-cmds.el (c-fn-region-is-active-p): New function that
2047         wraps the corresponding macro, for use in places that aren't
2048         compiled.  Thanks to Martin Buchholz for pointing out this.
2050         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2052         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2053         add things to the bug report.
2055 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2057         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2058         returned prefix could contain a newline when the search for a
2059         good prefix line failed.
2061 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2063         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2064         (c-toggle-auto-hungry-state): Made the argument optional, as
2065         the documentation says it is.
2067 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2069         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2070         multiline string syntax, #"...", as a cpp macro.
2072 2001-03-21  Paul Eggert  <eggert@twinsun.com>
2074         * international/mule-cmds.el (set-locale-environment):
2075         Set system-messages-locale and system-time-locale, but only if the
2076         caller specifies a non-nil locale name.
2078 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2080         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2081         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
2083 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2085         * follow.el (follow-avoid-tail-recenter): Doc fix.
2087         * custom.el (custom-set-variables): Avoid reversing the list
2088         of args needlessly.
2090         * startup.el (fancy-splash-head): Don't change the colors of the
2091         XPM image on a dark background.
2093         * comint.el (comint-exec-1): Set columns of the terminal to
2094         window-width instead of frame-width.
2096         * info.el (Info-scroll-down): Add missing WINDOW arg for
2097         pos-visible-in-window-p.
2099         * ehelp.el (electric-help-mode-hook): Add defcustom.
2101         * mail/sendmail.el (mail-mode): Activate case-folding in
2102         font-lock-defaults.
2104 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
2106         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2107         (completion-ignored-extensions): Remove duplicate ".class".
2109 2001-03-19  Andreas Schwab  <schwab@suse.de>
2111         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2112         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2114 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
2116         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2117         methods since there are not prefix input methods.
2119 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
2121         * international/mule-cmds.el (read-input-method-name):
2122         Locally bind enable-recursive-minibuffers to t.
2124 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
2126         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2128 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
2130         * ediff-util.el: Copyright years.
2131         (ediff-choose-syntax-table): New function.
2132         (ediff-setup): Use ediff-choose-syntax-table.
2134         * ediff-init.el (ediff-with-syntax-table): New macro, uses
2135         with-syntax-table.
2137         * ediff.el: Date of last update, copyright years.
2139         * ediff-wind (ediff-setup-control-frame): Nill->nil.
2141         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2142         of Scott Bronson.
2143         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2144         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2145         Deleted functions.
2146         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2147         ex-token-list.
2149         * viper-util.el: Spaces, indentation.
2151         * viper.el: Changed version, modification time.
2153 2001-03-16  John Wiegley  <johnw@gnu.org>
2155         * calendar/timeclock.el (timeclock-workday-remaining):
2156         Check whether `discrep' is non-null before using it.
2158 2001-03-16  John Wiegley  <johnw@gnu.org>
2160         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2161         first-time checkins.
2162         (timeclock-log-data): Fixed problem with reading timelog log file.
2163         Resulting data in the "day list" was incorrect.
2164         (timeclock-find-discrep): Check if `timeclock-file' is readable
2165         before opening it.
2166         (timeclock-time-less-p): New function.
2167         (timeclock-day-base): New function.
2168         (timeclock-geometric-mean): New function.
2169         (timeclock-generate-report): Generate a summary report based on
2170         the contents of the log file.  This uses `timeclock-log-data', and
2171         is an example of writing a timelog manipulation function.
2172         (timeclock-visit-timelog): A quick command for opening the timelog
2173         file.
2174         (timeclock-log-data): Bound the variable event.
2176 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
2178         * international/mule-cmds.el (select-safe-coding-system):
2179         Fix typo: symbol-name -> symbol-value.
2181         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2182         before substitute-in-file-name to handle double slashes in FILE
2183         correctly.
2185 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
2187         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2188         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2190 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
2192         * bindings.el (features): Add `md5' and `overlay' to the list.
2194         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2195         bound before using it.  It's not bound when configured without X,
2196         for instance.
2198 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
2200         * progmodes/hideshow.el: Update copyright.
2201         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2202         (hs-minor-mode-hook): Include `:version' in defcustom form.
2204 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
2206         * help.el (string-key-binding): Don't call event-start on
2207         a non-list.
2209 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
2211         * startup.el (fancy-splash-tail, command-line-1): Fix the
2212         copyright year.
2214 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
2216         * term.el: These changes are based on a patch sent from Yong Lu
2217         <lyongu@yahoo.com>.
2218         (term-set-escape-char): Bind M-x to execute-extended-command in
2219         term-raw-escape-map.
2220         (term-move-columns): Don't try to move to negagive column.
2221         (term-emulate-terminal): Insert a string before deleting a text to
2222         overwrite.
2224 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
2226         * play/life.el (life): Rearrange code so that all calls to
2227         life-display-generation are in a catch-form.
2229         * progmodes/etags.el (tags-loop-continue): Don't change point in a
2230         file that isn't interesting.  In an interesting file, push the old
2231         value of point on the mark ring.
2233         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2234         New function.
2235         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2236         Use it.
2238         * emacs-lisp/autoload.el (generate-file-autoloads):
2239         Remove warning about line lengths.
2241 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
2243         * progmodes/etags.el (tags-compression-info-list): New variable.
2244         (find-tag-in-order): Use it to deal with compressed source files.
2245         (tag-file-name-match-p): New function.
2246         (etags-recognize-tags-table): Use it for better match of file names.
2248 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
2250         * international/mule-cmds.el (register-input-method): Doc fix.
2252         * international/quail.el (quail-translate-key): Fix condition to
2253         check if there's another breaking point in the current key.
2255 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
2257         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2258         Babyl header to the newly-created output file, bind
2259         coding-system-for-write to either rmail-file-coding-system or
2260         emacs-mule-unix.
2262 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
2264         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2265         Fix the name and regexp used for subsubsections.
2267 2001-03-10  Dave Love  <fx@gnu.org>
2269         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2270         and save-buffer if buffer-file-name non-nil.  From rms.
2272 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
2274         * vc.el (vc-do-command): If the destination buffer is already
2275         current, don't set it up and don't erase it.  Updated doc string
2276         to reflect that.
2277         (vc-version-diff): When doing a single file diff, don't switch to the
2278         *vc-diff* buffer before the command.  This is to preserve local
2279         variable bindings that might affect the diff command.
2280         (vc-print-log): Don't switch to the *vc* buffer before the
2281         command, so that local variable bindings are preserved.
2283         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2284         not the current buffer.
2285         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2287         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2288         make output go to buffer *vc*, not the current buffer.
2290 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2292         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2293         so ^, $, *, ? and + are interpreted correctly.
2295 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
2297         * help.el (string-key-binding): Renamed from
2298         mode-line-key-binding.  Handle any event on a string.
2299         Check for `keymap' properties as well as `local-map' properties.
2301         * comint.el (comint-insert-clicked-input): Use the last key
2302         from this-command-keys to lookup the global key definition.
2304 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
2306         * international/characters.el: Add category `j' for
2307         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
2309         * international/mule-conf.el (no-conversion): Fix docstring.
2310         (raw-text): Fix docstring.
2312 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
2314         * simple.el (choose-completion-string): When not leaving the
2315         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2316         is set.
2318         * window.el (shrink-window-if-larger-than-buffer): Handle frame
2319         parameter `(minibuffer . t)'.
2321 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2323         * progmodes/sh-script.el (sh-st-symbol): New symbol.
2324         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2325         (sh-mode): Remove `make-local-variable' for unused var
2326         `font-lock-unfontify-region-function'.
2328 2001-03-07  Richard M. Stallman  <rms@gnu.org>
2330         * info.el (Info-scroll-down): Fix previous change.
2332         * mail/rmail.el (rmail-toggle-header): Use a window which
2333         is showing the Rmail buffer, rather than the selected window.
2335 2001-03-07  Dave Love  <fx@gnu.org>
2337         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2338         now, to avoid problems with binding imenu directly to a mouse event.
2340 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2342         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2343         second arg t.
2345 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2347         * log-edit.el (log-edit-common-indent): New var.
2348         (log-edit-set-common-indentation): Renamed from
2349         log-edit-delete-common-indentation.  Use the new var.
2350         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2352         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2353         (cvs-mode-add-change-log-entry-other-window):
2354         Don't presume change-log-default-name is defined.
2356         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2358         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2359         the "tree" operation as well.
2361         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2363         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2364         to match paragraph-start.
2366         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2367         comment-start-skip and set comment-end-skip as well.
2368         (sgml-comment-indent): Fix for new value of comment-start-skip.
2369         (html-autoview-mode): Don't bother using make-local-hook.
2371 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2373         * cus-edit.el (custom-save-delete): Move in front of local
2374         variables, otherwise long Custom entries would make them ineffective.
2376         * uniquify.el: Set maintainer to FSF.
2378 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
2380         * dired-aux.el (dired-do-shell-command): Doc fix.
2382 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
2384         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2386         * which-func.el (which-func-modes): Add cperl-mode.
2387         (which-func-mode-global): Use define-minor-mode.
2389         * info-look.el: Docstring fixes and dead code eliminated.
2390         (cperl-mode): Add support.
2391         (emacs-lisp-mode): List all entries from elisp manual, whether
2392         or not they are currently (f)bound or not.  Update regexp.
2394         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2396         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2397         so that C-h m shows the correct information.
2398         Use make-local-variable rather than make-variable-buffer-local.
2399         (cperl-info-buffer, cperl-setup-tmp-buf):
2400         Use make-local-variable rather than make-variable-buffer-local.
2401         (cperl-msb-fix, cperl-get-help-defer):
2402         Check major-mode for `cperl-mode' as well.
2404         * progmodes/cperl-mode.el: Updated to author version 4.23.
2405         (cperl-electric-pod): SYNOPSIS was misspelled.
2406         (cperl-find-pods-heres): @if ? a : b was considered a REx.
2407         (cperl-after-expr-p): Make true after __END__.
2409 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
2411         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2412         bookmark-completion-ignore-case is t.
2414         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2415         switch, like xterm, and concat resource strings, with a newline
2416         between them.
2418 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
2420         * international/codepage.el (cp770-decode-table)
2421         (cp773-decode-table, cp774-decode-table): New variables.
2423         * man.el (Man-hyphenated-reference-regexp): New variable.
2424         (Man-build-references-alist): Use it to search for referenced
2425         manpages.  If hyphenated is non-nil, record a concatenated word in
2426         Man-refpages-alist only if it matches Man-reference-regexp.
2427         Update word's length when it is concatenated.  Reverse the list,
2428         to get the first manpage at the head.
2429         (Man-possibly-hyphenated-word): New function.
2430         (Man-follow-manual-reference): Use it instead of current-word to
2431         find a manpage at point, in a way that accounts for hyphenated
2432         references.
2434 2001-03-06  Alex Schroeder  <alex@gnu.org>
2436         * sql.el (sql-interbase): New function.
2437         (sql-interbase-program): New option.
2438         (sql-interbase-options): New option.
2439         And some typos fixed: "customise" to "customize".
2441 2001-03-06  Dave Love  <fx@gnu.org>
2443         * textmodes/flyspell.el (flyspell-region):
2444         Set up flyspell-local-mouse-map.
2446 2001-03-05  Richard M. Stallman  <rms@gnu.org>
2448         * mail/rmail.el (rmail-retry-failure):
2449         Don't call rmail-beginning-of-message.
2450         Don't discard From: field.  Do discard Received: field.
2451         Use unwind-protect to re-prune.
2452         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2454 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
2456         * international/quail.el (quail-title): Add autoload cookie.
2458 2001-03-05  Dave Love  <fx@gnu.org>
2460         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2461         new defs.
2463 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2465         * language/ethio-util.el (ethio-toggle-space):
2466         Update current-input-method-title if necessary.
2467         (ethio-toggle-punctuation): Likewise.
2469         * international/quail.el (quail-title): Fix for the case that a
2470         title of an input method is specified by a list of the same form
2471         as used in mode-line-format.
2473         * international/mule-cmds.el (activate-input-method):
2474         If current-input-method-title is set by activating INPUT-METHOD,
2475         respect that value.
2477 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
2479         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2481 2001-03-05  Alex Schroeder  <alex@gnu.org>
2483         * sql.el (sql-sybase): Fix typo (was: query user about server two
2484         times instead of server and database).
2486         * sql.el (sql-sybase): Doc change.
2487         (sql-mysql): Doc change.
2488         (sql-postgres): Doc change.
2490 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2492         * international/mule-conf.el (emacs-mule, raw-text):
2493         Docstring modified.
2495 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
2497         * term/internal.el: Update copyright notice.
2499         * term/pc-win.el: Update copyright notice.
2501 2001-03-02  Dave Love  <fx@gnu.org>
2503         * files.el (insert-file-contents-literally):
2504         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2505         not jka-compr-compression-info-list.
2507 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
2509         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2510         spaces in default comment-start-skip settings rather than \s-.
2512 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
2514         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2515         default-frame-alist as well.
2517 2001-03-01  Dave Love  <fx@gnu.org>
2519         * textmodes/reftex.el (defvar): Wrap some defvars in
2520         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
2522         * subr.el (event-basic-type): Doc fix.
2524         * international/quail.el: Doc fixes.
2526         * international/utf-8.el: Doc fixes.
2528         * international/mule-cmds.el: Doc fixes.
2529         (leim-list-header): Fix header text.
2531         * international/mule.el (coding-system-category): Doc fix.
2533         * international/ccl.el (ccl-compile): Doc fix.
2535 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
2537         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2538         rather than (before|after)-change-functions.
2540 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
2542         * ediff-util.el (ediff-scroll-horizontally): Arrange for
2543         scroll-left and scroll-right being called interactively so that
2544         they set the window's min_hscroll.
2546 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
2548         * info.el (info-insert-file-contents-1): Accept an additional
2549         argument `lfn': if it is non-nil, concatenate `filename' and
2550         `suffix'; otherwise use the complicated MS-DOS code.
2551         All callers changed.
2552         (info-insert-file-contents, Info-find-node): If the MS-DOS port
2553         can access long file names, try the long file-name version of
2554         `info-insert-file-contents-1', then the short file-name version.
2556 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
2558         * language/ethio-util.el (setup-ethiopic-environment-internal):
2559         Change bindings of functions keys to conform to "Emacs Lisp Coding
2560         Convention".
2562         * language/ethiopic.el ("Ethiopic"): Add documentation.
2564 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
2566         * international/utf-8.el (mule-utf-8): Set coding-category
2567         property to coding-category-utf-8.
2569 2001-02-27  Richard M. Stallman  <rms@gnu.org>
2571         * lpr.el (lpr-page-header-switches, print-region-1):
2572         Undo 2000-07-06 change.
2573         (lpr-add-switches): Default to t on gnu/linux.
2575 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
2577         * bs.el (bs-attributes-list): Doc fix.
2579 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2581         * help.el (describe-project): Display the file THE-GNU-PROJECT.
2583         * help.el (view-order-manuals): Use goto-address.
2585         * startup.el (command-line-1): Add info about ordering manuals
2586         to the not so fancy splash screens.
2588 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
2590         * vc.el (vc-default-workfile-unchanged-p)
2591         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2593 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2595         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2596         fontify in the right buffer.
2598         * allout.el (outline-flag-region): Move macro in front of first
2599         use to avoid a run-time error.
2601 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2603         * makefile.w32-in: Fix copyright notice.
2605 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
2607         * international/utf-8.el (mule-utf-8): Set correct value for
2608         valid-codes property.
2610         * international/fontset.el (x-complement-fontset-spec): In the
2611         case that we use ASCII font for the other charsets, use only
2612         family and registry part of it.
2614 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2616         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2617         (shrink-window-if-larger-than-buffer): Doc fix.
2619 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
2621         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2622         predicate passed to completing-read.
2624 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2626         * startup.el (command-line): Fix last change.
2628 2001-02-23  Jason Rumney  <jasonr@gnu.org>
2630         * startup.el (tool-bar-originally-present): New variable.
2631         (command-line): Set it if the tool-bar is switched on at startup.
2633         * frame.el (frame-notice-user-settings): Only adjust frame height
2634         for no tool-bar case if tool-bar was originally switched on.
2635         From E. Jay Berkenbilt.
2637 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
2639         * server.el (server-switch-buffer): Only switch window if the
2640         current one is dedicated.
2642         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2643         rather than using (match-beginning 0) when searching for break point.
2645 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
2647         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2648         @ follows an accent command such as @'.  Support optional braces
2649         in commands that insert accents, like makeinfo does.
2651 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
2653         * startup.el (fancy-splash-text): Add a line for ordering
2654         manuals.  Reverse order of splash screens shown.
2655         (use-fancy-splash-screens-p): Adapt to the text line added.
2657         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2658         manuals from the FSF.
2660         * help.el (view-order-manuals): New function.
2661         (toplevel): Bind C-h C-m to this function.
2663 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
2665         * newcomment.el (comment-forward): Skip the comment-start before
2666         searching for the comment-end.
2668 2001-02-21  Dave Love  <fx@gnu.org>
2670         * custom.el (custom-initialize-changed, defcustom): Doc fix.
2672         * international/mule-cmds.el, international/mule.el: Doc fixes.
2674         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
2675         (fortune) <defgroup>: Add :link.
2676         (fortune-from-region): Use eq, not eql.
2678 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
2680         * startup.el (fancy-splash-screens): Use display-hourglass
2681         instead of display-busy-cursor.
2683         * frame.el (display-hourglass): Renamed from busy-cursor.
2684         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2685         (show-cursor-in-non-selected-windows): Doc fix.
2687 2001-02-20  Dave Love  <fx@gnu.org>
2689         * international/utf-8.el: Doc and commentary fixes.
2691 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2693         * ehelp.el (with-electric-help): Doc fix.
2695 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
2697         * msb.el (msb-mode): Call the update-buffers function explicitly
2698         with a FORCE argument.
2700         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2701         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
2702         returns nil.
2704 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2706         * ps-print.el: Timestamp package replacement.  Some enhancements.
2707         Some XEmacs compatibility.  Doc fix.
2708         (ps-print-version): New version number (6.4).
2709         (ps-printer-name): Initialization fix.
2710         (ps-zebra-stripe-follow): Funcionality enhancement.
2711         (ps-prologue-file): Code enhancement.
2712         (ps-right-header): Timestamp package replacement.
2713         (ps-setup, ps-face-bold-p, ps-face-italic-p)
2714         (ps-get-page-dimensions)
2715         (ps-generate-header, ps-begin-file, ps-begin-job)
2716         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2717         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2718         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2719         (coding-system-for-write): Var declaration (XEmacs compatibility).
2721 2001-02-20  Miles Bader  <miles@gnu.org>
2723         * image-file.el (image-file-name-extensions): Add "tif".
2725 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
2727         * wid-edit.el (widget-button-click): Save the selected window
2728         around the code handling clicks on buttons.
2730 2001-02-18  Dave Love  <fx@gnu.org>
2732         * imenu.el (imenu--generic-function): Use mapc to iterate over
2733         syntax characters.
2735 2001-02-17  Richard M. Stallman  <rms@gnu.org>
2737         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2739         * uniquify.el (uniquify-buffer-name-style): Doc fix.
2741 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
2743         * mouse.el (mouse-save-then-kill): If the distance from the new
2744         point to the mark is equal to the distance of point from the new
2745         point, move point instead of the mark.
2747 2001-02-16  Dave Love  <fx@gnu.org>
2749         * textmodes/flyspell.el (flyspell-get-word): Return string without
2750         properties.
2752 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2754         * generic.el (generic-find-file-regexp): Doc fix.
2755         (generic-ignore-files-regexp): New defcustom.
2756         (generic-mode-find-file-hook): If the file's name matches the
2757         regexp in `generic-ignore-files-regexp', don't enter
2758         default-generic-mode.  Doc fix.
2760 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
2762         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2763         Add autoload cookies.
2765         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2766         of cal-tex-24.
2768 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2770         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2772         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2773         the character class after the (optional) drive, to support file
2774         names with embedded blanks.
2776 2001-02-15  Sam Steingold  <sds@gnu.org>
2778         * textmodes/tex-mode.el (tex-shell-running):
2779         Check the process buffer too.
2781 2001-02-15  Dave Love  <fx@gnu.org>
2783         * battery.el (battery-status-function): Fix doc, :type.
2785         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2787 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
2789         * subr.el (read-passwd): Clear Lisp memory holding password.
2791 2001-02-15  Miles Bader  <miles@gnu.org>
2793         * info.el (Info-copy-current-node-name): New function.
2794         (Info-mode-menu): Add it to the menu.
2796 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
2798         * international/mule-cmds.el (toggle-input-method): Doc fix.
2800 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
2802         * replace.el (occur): Stop at end of buffer.
2804 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
2806         * international/mule-cmds.el (set-input-method): Another doc fix.
2808 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
2810         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2812 2001-02-13  Miles Bader  <miles@gnu.org>
2814         * faces.el (set-face-background, set-face-foreground)
2815         (set-face-stipple): Treat a value of nil as being `unspecified'.
2817 2001-02-12  Dave Love  <d.love@dl.ac.uk>
2819         * international/latin1-disp.el:  Doc fixes.
2820         (latin1-display) <defgroup>: Add :link.
2821         (latin1-display) <function>: Set variable latin1-display.
2823 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
2825         * international/mule-cmds.el (set-input-method): Doc fix.
2827 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
2829         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2830         (speedbar-line-file): Return nil if not a file.
2831         (speedbar-buffers-line-path): Return file for tags, and dir for files.
2833 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
2835         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2836         for remote files.
2837         (ediff-coding-system-for-read): Replaced the no-conversion default
2838         with raw-text.
2840         * ediff-init.el: Removed :version from defcustom vars.
2842         * ediff-util.el (ediff-compute-custom-diffs-maybe):
2843         Better handling of the diff mode.
2845         * ediff.texi: Added ediff-coding-system-for-read.
2847         * viper.texi: Fix typos.
2849 2001-02-11  Dave Love  <fx@gnu.org>
2851         * shadowfile.el: Doc fixes.
2852         (shadow) <defgroup>: Add :link.
2853         (shadowfile-unload-hook): New function.
2854         (shadow-initialize): Use defalias, not fset.
2855         (shadow-define-cluster, shadow-define-literal-group)
2856         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2858         * international/mule.el: Doc and message fixes.
2860         * international/ccl.el (define-ccl-program): Doc fix.
2862 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
2864         * faces.el (mode-line): Set :line-width property to -1.
2866 2001-02-10  Richard M. Stallman  <rms@gnu.org>
2868         * complete.el (partial-completion-mode): Doc fix.
2870         * simple.el (delete-key-deletes-forward-mode):
2871         Change `let' to `let*' to fix gross bug in last change.
2873         * repeat.el (repeat): Don't let execute-kbd-macro alter
2874         real-last-command.
2876 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
2878         * simple.el (eval-expression): Doc fix.
2880 2001-02-09  Dave Love  <fx@gnu.org>
2882         * imenu.el (imenu-generic-expression): Doc fix.
2884         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2885         From Juanma Barranquero.
2887         * emacs-lisp/authors.el (authors): Expand `root' before running find.
2889 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
2891         * faces.el (set-face-attribute): Describe the case of a negative
2892         value specified for :line-width.
2894 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
2896         * which-func.el (which-func-mode): Invert which-func-mode-global.
2897         From Juanma Barranquero <lektu@uol.com.br>.
2899 2001-02-08  Dave Love  <fx@gnu.org>
2901         * wid-edit.el (widget-plist-convert-widget): Replace binding of
2902         widget-plist-value-type.
2903         (widget-alist-convert-widget): Replace binding of
2904         widget-alist-value-type.
2906         * textmodes/paragraphs.el (sentence-end): Doc fix.
2908         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2909         Remove `backward-line'.
2911         * play/pong.el (pong-blank-color, pong-bat-color)
2912         (pong-ball-color, pong-border-color, pong-left-key)
2913         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2914         (pong-pause-key, pong-resume-key, pong-timer-delay):
2915         * mail/mh-comp.el (mh-compose-letter-function):
2916         * eshell/esh-mode.el (eshell-skip-prompt-function):
2917         * emulation/viper-ex.el (ex-unix-type-shell-options):
2918         * recentf.el (recentf-menu-filter):
2919         * ps-print.el (ps-print-region-function):
2920         * lpr.el (print-region-function):
2921         * forms.el (forms-mode-hooks):
2922         * dirtrack.el (dirtrack-directory-change-hook):
2923         * cus-start.el (temp-buffer-show-function, display-buffer-function):
2924         * textmodes/spell.el (spell-filter):
2925         * textmodes/fill.el (adaptive-fill-function):
2926         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2927         * progmodes/etags.el (find-tag-default-function):
2928         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2929         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2931 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
2933         * emulation/viper-init.el (viper-fast-keyseq-timeout)
2934         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
2935         Meyering <jim@meyering.net>.
2937         * loadup.el: Revert last change.
2939 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
2941         * international/mule.el (transform-make-coding-system-args):
2942         Make it work also for coding systems not using CCL.
2944 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2946         * simple.el (previous-matching-history-element)
2947         (next-matching-history-element): Doc fix.
2949         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2950         specific part.
2952 2001-02-06  Dave Love  <fx@gnu.org>
2954         * add-log.el (add-log-current-defun-function)
2955         (add-log-buffer-file-name-function, add-log-file-name-function):
2956         Fix :type.
2957         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2959 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2961         * info.el (info-initialize): Remove the test for system-type when
2962         invocation-directory is non-nil.
2964         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2965         of `font-lock-defaults' to `backward-paragraph' rather than nil.
2967 2001-02-06  Andrew Innes  <andrewi@gnu.org>
2969         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2970         absolute.
2972 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
2974         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2975         buffers.  When hi-lock turned on rather than only checking current
2976         buffer for regexps, all buffers are checked. Moved activation of
2977         font-lock to hi-lock-refontify. When font-lock turned off rather
2978         than removing added highlighting just in current buffer, remove it
2979         in all buffers.  Changed edit menu text from "Automatic
2980         Highlighting" to "Regexp Highlighting" Documentation for
2981         highlighting phrases, minor documentation changes.
2982         (hi-lock-set-file-patterns): Execute only if there are new or
2983         existing file patterns.
2984         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2985         unfontify and, if a support mode is active, will not refontify the
2986         whole buffer.  If necessary, turn on font lock. (Removed
2987         font-lock-unfontify and font-lock support-mode-specific calls,
2988         such as lazy-lock-fontify-window.)
2989         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2990         patterns are found. Not useful now since find-file-hook is removed
2991         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2992         (hi-lock-face-phrase-buffer): New function.  Also added related
2993         menu item and keybinding.
2994         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2995         (hi-lock-process-phrase): New function.
2996         (hi-lock-line-face-buffer): Doc fixes.
2997         (hi-lock-face-buffer): Doc fixes.
2998         (hi-lock-unface-buffer): Doc fixes.
3000 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
3002         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3003         dabbrev-ignored-regexps.
3005 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3007         * simple.el (kill-line): Doc fix.
3009 2001-02-05  Dave Love  <fx@gnu.org>
3011         * loadup.el: Revert last two changes -- bootstrapping works with
3012         regenerated loaddefs.
3014 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3016         * isearch.el (isearch-forward): Doc fix.
3018         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3019         of font-lock-defaults to backward-paragraph.
3021 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3023         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3024         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3026 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3028         * ebnf2ps.el: Eliminate time-stamp functions.
3029         (ebnf-version): New version (3.5).
3030         (ebnf-eps-finish-and-write): Replace time-stamp functions by
3031         format-time-string.
3033 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3035         * simple.el (next-line): Goto end-of-line before inserting a newline.
3037 2001-02-05  Miles Bader  <miles@gnu.org>
3039         * image-file.el (insert-image-file): When visiting an image, also
3040         set `truncate-lines' to t so that any fringe arrow looks correct.
3042 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
3044         * isearch.el (isearch-forward): Add description about input method
3045         in the docsting.
3047 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
3049         * skeleton.el (skeleton-internal-1): Always push the mark for @.
3051 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3053         * info.el (info-initialize): If installation-directory is nil, for
3054         DOS/Windows systems try looking in a sibling of invocation-directory.
3056 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
3058         * wid-edit.el (widget-button-click): Fix last change.
3060         * frame.el (frame-notice-user-settings): When resizing the initial
3061         frame because the tool bar is off, also change the frame's top
3062         position if a negative top position was specified.
3064 2001-02-02  Miles Bader  <miles@gnu.org>
3066         * image-file.el (insert-image-file): When visiting an image,
3067         suppress the cursor in the image buffer.
3069 2001-02-01  Dave Love  <fx@gnu.org>
3071         * progmodes/f90.el (f90-mode): Remove startup message.
3073         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
3075 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3077         * startup.el (command-line): Fix code determining whether or not
3078         to use delete-key-deletes-forward-mode.
3080 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
3082         * vc.el (vc-diff-switches): New user option.
3083         (vc-version-diff): Use it.
3084         (vc-diff-switches-list): New macro.
3086         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3087         New customization options.
3088         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3090         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3092 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3094         * msb.el (toplevel): Quote hook symbols.
3096 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
3098         * international/mule.el (make-coding-system): Add description
3099         about recognized properties in the docstring.
3101         * international/mule-conf.el: Remove unused charsets
3102         mac-roman-lower and mac-roman-upper.
3104 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
3106         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3107         is in front of the left-margin, if any.
3109         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3110         like `delete'.
3112         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3114         * term/w32-win.el (mouse-set-font): Doc fix.
3116 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
3118         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3119         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3120         on already.
3122 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
3124         * files.el (save-buffer): Don't give message if (buffer-file-name)
3125         returns nil.
3127 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
3129         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3131         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3132         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
3134         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3135         display problems.
3137 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
3139         * international/mule.el (charset-info): Fix docstring.
3141         * international/mule-diag.el (describe-character-set): Check final
3142         char valid before printing it.
3144 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
3146         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3148         * frame.el (frame-notice-user-settings): Do the tool-bar
3149         stuff only for graphical displays.  Fix a braino.
3151         * frame.el (frame-initialize): Create initial frame visible.
3152         (frame-notice-user-settings): When tool-bar has been switched off,
3153         correct the frame size and sync tool-bar-mode.
3155         * startup.el (command-line): Remove manipulation of frame
3156         height for tool bars.
3158 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3160         * lpr.el: Compatibility with XEmacs and doc fixes.
3161         (lpr-windows-system, lpr-lp-system): New vars.
3162         (lpr-printer-switch): New defcustom.
3163         (printer-name, lpr-command): Customization fix.
3164         (print-region-1): Code fix.
3165         (print-region-new-buffer, printify-region): Indentation fix.
3166         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3167         New functions.
3169 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3171         * msb.el (toplevel): Fix the eval-after-load.
3173 2001-01-29  Dave Love  <fx@gnu.org>
3175         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3177         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3179         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3180         (tcl-using-emacs-19-23): Consider Emacs 21+.
3181         (tcl-help-directory-list, tcl-command-switches): Fix :type.
3182         (tcl-add-emacs-menu): Supply menu name.
3183         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3185 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3187         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3189 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
3191         * pcvs.el (cvs-mark-fis-dead): New function.
3192         (cvs-mode-add): Use it.
3193         (cvs-mode-add-change-log-entry-other-window):
3194         Rebind change-log-default-name to itself rather than to nil.
3196 2001-01-29  Sam Steingold  <sds@gnu.org>
3198         * vc-cvs.el: Replaced (require 'vc) with a bunch of
3199         `autoload' statements.
3201 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
3203         * files.el (confirm-kill-emacs): Doc fix.
3205         * frame.el (frame-initialize): Doc fix.
3207         * time-stamp.el (time-stamp-string): Doc fix.
3209         * woman.el (WoMan-log-1): Make the log buffer writable.
3210         From Markus Rost <rost@math.ohio-state.edu>.
3212 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3214         * imenu.el (imenu-syntax-alist): Add autoload cookie for
3215         the `make-variable-buffer-local'.
3217 2001-01-29  Dave Love  <fx@gnu.org>
3219         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3220         (ansi-color-for-comint-mode-on, ansi-color-process-output):
3221         Add autoload cookie.
3222         (ansi-color-apply-sequence): Fix typo.
3224 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3226         * menu-bar.el (menu-bar-files-menu): Add menu items for
3227         Postscript printing in black and white.
3229         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3230         X-Mailman-Version, Precedence, List-Help, List-Post,
3231         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3232         Content-Type, Content-Length.
3234 2001-01-29  Dave Love  <fx@gnu.org>
3236         * elide-head.el (elide-head): Make overlay evaporate.
3238         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3240 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
3242         * isearch.el (isearch-highlight): Don't punt if the display
3243         doesn't support colors, since isearch faces are defined for
3244         monochrome displays as well.
3246 2001-01-27  Sam Steingold  <sds@gnu.org>
3248         * shell.el (shell-write-history-on-exit): Make sure that we are in
3249         the shell buffer (M-x tex-file RET inserted the error message into
3250         the TeX buffer).
3252 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3254         * simple.el (transient-mark-mode): Doc fix.
3256 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
3258         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3260 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3262         * shell.el (shell-unquote-argument): If the shell is one of the
3263         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3264         quote character.
3265         (shell-dumb-shell-regexp): Document that the shells which match
3266         this regexp are supposed to not treat a backslash as a quote character.
3268         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3269         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
3271 2001-01-27  Richard M. Stallman  <rms@gnu.org>
3273         * dabbrev.el (dabbrev--substitute-expansion):
3274         Treat a one-capital-letter abbrev as "not all upper case",
3275         so as to force preservation of the expansion's pattern
3276         if the expansion starts with a capital letter.
3278 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3280         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3281         Doc fix.
3283         * simple.el (transient-mark-mode): Document the fact that many
3284         commands act on the region when mark is active.
3286 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
3288         * international/quail.el (quail-setup-completion-buf): Make the
3289         multibyteness of current buffer inherited to Quail completion buffer.
3290         (quail-show-guidance-buf): Make the multibyteness of current
3291         buffer inherited to Quail guidance buffer.
3292         (quail-help): Make the multibyteness of current buffer inherited
3293         to Quail help buffer.
3295 2001-01-26  Dave Love  <fx@gnu.org>
3297         * time-stamp.el: Doc fixes.
3299         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3300         (delphi-keyword-face, delphi-other-face): Fix :type.
3302         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
3304         * mail/feedmail.el (feedmail): Add :link.
3305         (feedmail-send-it): Doc fix.
3307         * mail/sendmail.el: Doc fixes.
3308         (sendmail-send-it): Fix the non-ASCII regexp and use
3309         rfc2047-encode-string.
3311         * dired.el, dired-aux.el: Revert last change.
3313 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3315         * makefile.w32-in (DONTCOMPILE): Add various term files.
3317 2001-01-26  Dave Love  <fx@gnu.org>
3319         * Makefile.in (DONTCOMPILE): Add various term files.
3321 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3323         * man.el (Man-default-man-entry, Man-mode): Doc fix.
3325         * startup.el (display-startup-echo-area-message): Make sure
3326         the echo area is resized to fit the size of the startup message.
3328         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3329         part of which is a constant.
3331 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
3333         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3335 2001-01-26  Richard M. Stallman  <rms@gnu.org>
3337         * simple.el (next-line): Don't let `newline' expand abbrevs.
3338         Simplify slightly.
3339         (open-line): Don't let `newline' expand abbrevs.
3341 2001-01-25  John Wiegley  <johnw@gnu.org>
3343         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3344         to `repeat' in the :type field.
3346         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3347         allow a choice of regexp or nil.
3348         (pcomplete-dir-ignore): Same.
3350         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3351         a command) to always fail.
3353 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
3355         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3356         discard the result.
3357         (iswitchb-to-end): Likewise.
3359 2001-01-25  Sam Steingold  <sds@gnu.org>
3361         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3362         Require vc.
3364 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
3366         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3368         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3370 2001-01-25  Dave Love  <fx@gnu.org>
3372         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3373         (describe-coding-system): Tweak the English text.
3375         * loadup.el: Preload international/ccl for utf-8.
3377 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
3379         * mail/rmail.el (rmail-redecode-body): Doc fix.
3381 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
3383         * international/mule-cmds.el (reset-language-environment):
3384         Reset coding-category-utf-8 to mule-utf-8.
3386         * international/mule-conf.el (coding-category-utf-8):
3387         Initialize to mule-utf-8.
3389         * loadup.el: Preload international/utf-8.
3391         * international/utf-8.el: New file.
3393 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3395         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3397 2001-01-24  Sam Steingold  <sds@gnu.org>
3399         * dired.el (dired-replace-in-string): Removed.
3400         (dired-sort-toggle): Use `replace-regexps-in-string'
3401         instead of `dired-replace-in-string'.
3403         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3404         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3406         * gs.el (gs-replace-in-string): Removed.
3407         (gs-options): Use `replace-regexps-in-string'
3408         instead of `gs-replace-in-string'.
3410 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
3412         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3413         bug report is mailed to an email list and posted to a news group.
3415 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3417         * comint.el (comint-replace-by-expanded-history-before-point):
3418         Fix change of 2000-08-03 to move point to the start of the line again.
3420         * startup.el (tool-bar-images-pixel-height): New variable.
3421         (command-line): After loading the user's init file, when
3422         tool-bar-mode is on, increase the frame's size by some lines for
3423         the tool-bar.
3425         * frame.el (frame-initialize): Create the initial frame invisible.
3427 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3429         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3430         (chinese-big5): MIME:Big5.
3432 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3434         * international/mule-cmds.el (universal-coding-system-argument):
3435         Handle commands with prefix args.
3437 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3439         * calendar/diary-lib.el (diary-float): Fix case of MONTH
3440         being a list of numbers.
3441         (diary-mail-entries): Rewritten.
3443 2001-01-23  Dave Love  <fx@gnu.org>
3445         * international/mule.el (make-coding-system): Fix typo.
3447         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3448         Add backward-paragraph as font-lock-beginning-of-syntax-function.
3450 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
3452         * font-lock.el (font-lock-mode): Doc fix.
3454 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
3456         * international/mule.el (make-translation-table): Fix docstring.
3458 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
3460         * mail/rmail.el (rmail-redecode-body): New function.
3462         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3464 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
3466         * isearch.el (isearch-lazy-highlight-case-fold-search)
3467         (isearch-lazy-highlight-regexp): New variables.
3468         (isearch-lazy-highlight-cleanup): Update lazy highlight if
3469         case-fold search or regexp search has been toggled.
3471         * wid-edit.el (widget-button-click): Avoid a save-excursion
3472         around running a global binding.
3474         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3475         to 0.25.
3477 2001-01-20  Miles Bader  <miles@gnu.org>
3479         * cus-edit.el (custom-face-save): Do post-processing on the face's
3480         new value like `custom-face-set' does.
3482 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3484         * mail/emacsbug.el (report-emacs-bug): Report the value of
3485         LC_CTYPE, not LC_TYPE.
3487         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3488         isearch-toggle-regexp and isearch-edit-string to doc string.
3490 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
3492         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3493         as font-lock-beginning-of-syntax-function in font-lock-defaults.
3495         * jit-lock.el (jit-lock-fontify-now): Don't bind
3496         font-lock-beginning-of-syntax-function to nil.
3498 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3500         * mail/emacsbug.el (report-emacs-bug): Report values of
3501         locale-coding-system, default-enable-multibyte-characters, and the
3502         environment variables LC_ALL, LC_TYPE, and LANG.
3504 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
3506         * font-lock.el (font-lock-default-fontify-region): Fix last change.
3508         * font-lock.el (font-lock-multiline): Default to nil.
3509         (font-lock-default-fontify-region): If font-lock-multiline is
3510         nil, don't check the property `font-lock-multiline'.
3512         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3513         is nil, don't check the `font-lock-multiline' text property.
3515 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
3517         * viper.el: Call initial-major-mode on startup.
3519         * ediff.el (ediff-patch-file): Use better defaults.
3521         * ediff-vers.el: Fix for 8+3 DOS file systems.
3523 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
3525         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3526         diff mode, if available.
3528 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
3530         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3532         * ediff-init.el (subst-char-in-string): Define and use it, unless
3533         it's already defined.
3535 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
3537         * tooltip.el (tooltip-hide-delay): New user-option.
3538         (tooltip-show): Use tooltip-hide-delay instead of the default.
3540 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
3542         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3543         kill-local-variable doesn't work for enable-multibyte-characters.
3545 2001-01-17  Dave Love  <fx@gnu.org>
3547         * ediff-init.el (ediff-before-setup-hook)
3548         (ediff-merge-filename-prefix): Add :version.
3550         * international/latin1-disp.el: Require disp-table.
3551         (latin1-display): Fix :set.
3553         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3555 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
3557         * isearch.el (isearch-lazy-highlight-initial-delay)
3558         (isearch-lazy-highlight-interval): Default to 0.
3560 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
3562         * isearch.el (isearch-highlight): Set isearch-overlay priority to
3563         1 here rather than each time through
3564         isearch-lazy-highlight-new-loop.
3565         (isearch-lazy-highlight-max): Variable deleted.
3566         (isearch-lazy-highlight-max-at-a-time): New user variable, like
3567         isearch-lazy-highlight-max but controls a single invocation of
3568         isearch-lazy-highlight-update.
3569         (isearch-lazy-highlight-wrapped): Variable recreated.
3570         (isearch-lazy-highlight-window-start): New variable.
3571         (isearch-lazy-highlight-cleanup): Restored to behavior of
3572         before 2-Jan.
3573         (isearch-lazy-highlight-remove-overlays): Function deleted;
3574         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
3575         behavior removed.
3576         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3577         isearch-lazy-highlight-update in a loop rather than just once.
3578         Test isearch-invalid-regexp here and decide not to start a new
3579         loop, rather than testing it each time through
3580         isearch-lazy-highlight-update.
3581         (isearch-lazy-highlight-search): Function restored.
3582         (isearch-lazy-highlight-update): Get called in a timer loop again,
3583         but this time highlight more than one match each time through.
3584         Only highlight matches in the visible part of the window.
3585         Start at point, move in the direction of the search, and wrap around at
3586         the edge of the window.  Use sit-for to force redisplay and ensure
3587         window-start is credible.  "Face suppressing" behavior removed;
3588         overlay priorities should make it unnecessary, right?
3589         (isearch-highlight): Face suppressing behavior removed.
3590         (isearch-dehighlight): Face suppressing behavior removed.
3591         (isearch-set-lazy-highlight-faces-at): Removed.
3593 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
3595         * language/european.el ("Latin-1"): Make the format of description
3596         about additional language environments same as that of Latin-2.
3598 2001-01-16  Dave Love  <fx@gnu.org>
3600         * isearch.el (isearch-lazy-highlight): Add :version.
3602         * simple.el (backward-delete-char-untabify-method)
3603         (next-line-add-newlines): Add :version.
3605 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
3607         * bindings.el: Bind <backspace> and <delete> via function-key-map.
3608         Don't bind <delete> otherwise.
3610         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3611         and <delete> via function-key-map.
3613         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3614         Subject line only if point is after the `Subject:'.
3616 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
3618         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3619         japanese-jisx0213-2 in `charset' property of this lang. env.
3621         * language/european.el ("Latin-1"): Add description for Dutch and
3622         Spanish lang. env.
3624         * international/mule.el (decode-char): Fix conditions.
3625         (encode-char): Handle eight-bit-control too.
3626         (transform-make-coding-system-args): New function.
3627         (make-coding-system): Accept XEmacs style arguments for CCL base
3628         coding system.
3630 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
3632         * progmodes/etags.el (find-tag-noselect): Save the value of
3633         tags-file-name before switching buffers, for the case it has a
3634         buffer-local value.
3636 2001-01-15  Alex Schroeder  <alex@gnu.org>
3638         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3639         From Dave Love <fx@gnu.org>.
3640         (ansi-color-for-comint-mode): Fix :version.
3642 2001-01-15  Alex Schroeder  <alex@gnu.org>
3644         * ansi-color.el (ansi-color-unfontify-region): Doc change.
3646 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
3648         * dired.el (dired-insert-directory): If file-system-info fails,
3649         remove the " free " part, but don't signal an error.
3651 2001-01-12  Sam Steingold  <sds@gnu.org>
3653         * bookmark.el (bookmark-maybe-historicize-string):
3654         Use new backquote syntax.
3656 2001-01-12  Richard M. Stallman  <rms@gnu.org>
3658         * subr.el (last): Handle a list that doesn't end in nil.
3660 2001-01-12  Sam Steingold  <sds@gnu.org>
3662         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3663         to `backward-delete-char-untabify'.
3665 2001-01-12  Dave Love  <fx@gnu.org>
3667         * cus-edit.el (customize-menu-create): Fix the :filter following
3668         easymenu change.
3670         * wid-edit.el (function): Add :match-alternatives.
3671         (widget-color-action): Doc fix.
3673 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
3675         * calendar/calendar.el (calendar-basic-setup): Doc fix.
3677 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
3679         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3681         * international/ccl.el (define-ccl-program): Fix docstring.
3683 2001-01-11  Dave Love  <fx@gnu.org>
3685         * international/mule-cmds.el (standard-display-european-internal):
3686         Set display table for 2208 as for 160.
3688         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3690         * progmodes/fortran.el (fortran-mode-map): Modify Customization
3691         entry for custom-menu-create change.
3692         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
3693         don't cons it in the search loop.
3695         * imenu.el (imenu--truncate-items): Revert last change.
3697 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
3699         * info.el (Info-setup-header-line): If the node header includes
3700         either Next: or Prev: links, don't show the File: and Node: parts
3701         in the header line.
3703 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
3705         * comint.el (comint-goto-process-mark): Don't print a message
3706         when running in batch mode.
3708         * isearch.el (isearch-search): In the condition-case handler for
3709         `error', set isearch-invalid-regexp to the whole error message.
3711         * subr.el (eval-after-load): Call load-symbol-file-load-history to
3712         ensure that eval-after-load works for files dumped with Emacs.
3714         * help.el (load-symbol-file-load-history): New function extracted
3715         from function symbol-file.
3716         (symbol-file): Use it.
3718         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3720 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
3722         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3723         behave as if there were no prefix argument.
3724         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3725         argument were nil.
3727 2001-01-11  Richard M. Stallman  <rms@gnu.org>
3729         * isearch.el (isearch-lazy-highlight-update):
3730         Don't look for more potential matches once maximum is exceeded.
3731         Use overlays-in to check correctly for overlap with current match.
3732         Ignore empty matches.
3734 2001-01-11  Miles Bader  <miles@gnu.org>
3736         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3737         (ispell-overlay-window, ispell-help, ispell-show-choices)
3738         (ispell-command-loop): Use it instead of `window-height'.
3740 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
3742         * files.el (confirm-kill-emacs): New user-option.
3743         (save-buffers-kill-emacs): Ask for final confirmation before
3744         killing Emacs.
3746         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3747         to nil.
3749 2001-01-10  Dave Love  <fx@gnu.org>
3751         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3753         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3755         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3757         * calculator.el (calculator-number-digits): Fix :type.
3759         * vc-cvs.el (vc-cvs-header): Fix :type.
3760         * vc-rcs.el (vc-rcs-header): Fix :type.
3761         * vc-sccs.el (vc-sccs-header): Fix :type.
3763         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3765         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3767         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3769 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
3771         * simple.el (set-variable): Force a thorough redisplay for the
3772         case that the variable has an effect on the display, like
3773         `tab-width' has.
3775 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
3777         * vc.el: Add documentation for backend interface.
3779 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
3781         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3783         * international/mule-conf.el (latin-extra-code-table): Set to t
3784         for \223 and \224.
3786 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
3788         * international/mule-cmds.el (locale-language-names): Map "es" to
3789         "Spanish" and "nl" to "Dutch".
3791 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
3793         * bindings.el (global-map): Bind <home> to beginning-of-line,
3794         <end> to end-of-line, C-<home> to beginning-of-buffer, and
3795         C-<end> to end-of-buffer.
3797         * language/european.el: Add Dutch and Spanish language info
3798         to be able to use the appropriate tutorials.
3800 2001-01-09  Alex Schroeder  <alex@gnu.org>
3802         * ansi-color.el (ansi-color-process-output): Use markers instead
3803         of positions for start and end of region.
3804         (ansi-color-apply-on-region): Rewrote code to make it more robust.
3805         Previously, occasional mistakes happend when fontifying many
3806         chunks of output (eg. ls --color=yes /dev).  This happened
3807         whenever an overlay was created up to the end of the region, which
3808         coincided with the process-mark.  New text would then be added
3809         within that overlay instead of after it.
3810         (ansi-color-make-extent): Overlays are created with the property
3811         `modification-hooks' set to '(ansi-color-freeze-overlay).
3812         (ansi-color-freeze-overlay): New function.  When inserting text at
3813         the end of the overlay, the overlay will resize.
3815 2000-01-09  Alex Schroeder  <alex@gnu.org>
3817         * ansi-color.el (ansi-color-process-output): Doc change.
3818         (ansi-color-unfontify-region): Doc change.  No longer installed
3819         automatically in font-lock-unfontify-region-function.
3820         (ansi-color-apply): Doc change.
3821         (ansi-color-apply-on-region): Use extents or overlays instead of
3822         text-properties.
3823         (ansi-color-make-extent): New function.
3824         (ansi-color-set-extent-face): New function.
3826 2000-01-09  Alex Schroeder  <alex@gnu.org>
3828         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3829         both use ansi-color-process-output, now.
3830         (ansi-color-process-output): Doesn't return string anymore.  It is
3831         installed in comint-output-filter-functions for both Emacs and
3832         XEmacs, now.
3833         (ansi-color-unfontify-region): Simplified code removing variables
3834         pos and start-ansi.
3835         (ansi-color-apply): Put text-property ansi-color before putting
3836         text-property face because ansi-color-unfontify-region is called
3837         immediately after the call to put-text-property.
3838         (ansi-color-context-region): Doc change.
3839         (ansi-color-filter-region): Simplified code.
3840         (ansi-color-apply-on-region): Changed start to start-marker, using
3841         a marker explicitly.  Put text-property ansi-color before putting
3842         text-property face because ansi-color-unfontify-region is called
3843         immediately after the call to put-text-property.
3845 2000-01-09  Alex Schroeder  <alex@gnu.org>
3847         * ansi-color.el (ansi-color-faces-vector): Doc change.
3848         (ansi-color-for-comint-mode): Changed :type property to choice.
3849         (ansi-color-last-context): Removed.
3850         (ansi-color-process-output): Don't use ansi-color-last-context, as
3851         the main functions will store their context now.
3852         (ansi-color-context): Doc change.
3853         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3854         Uses ansi-color-context such that repeated calls will strip
3855         partial escape sequences, too.
3856         (ansi-color-apply): Simplified code.  Colorize end of string if
3857         face is not null.  Store context in new (FACE STRING) format, such
3858         that repeated calls will strip partial escape sequences, too.
3859         Append faces to face property using ansi-color-apply-sequence such
3860         that cumulative mode actually works.
3861         (ansi-color-context-region): New variable.
3862         (ansi-color-filter-region): Rewrote it based on
3863         ansi-color-apply-on-region.  Uses ansi-color-context-region such
3864         that repeated calls will strip partial escape sequences, too.
3865         (ansi-color-apply-on-region): Simplified code.  Colorize end of
3866         region if face is not null.  Store context in new (FACE POS)
3867         format, such that repeated calls will strip partial escape
3868         sequences, too.  Append faces to face property using
3869         ansi-color-apply-sequence such that cumulative mode actually works.
3870         (ansi-color-apply-sequence): New function.
3871         (ansi-color-get-face): When the default face is added to the list
3872         of faces, all previous settings are discarded and the list of
3873         faces is set to '(default).
3875 2000-01-09  Alex Schroeder  <alex@gnu.org>
3877         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3878         face, such that ansi-color-apply and ansi-color-apply-on-region
3879         will do the right thing.
3880         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3881         returns nil, set the list of faces back to nil instead of
3882         appending the result of ansi-color-get-face to the front of the list.
3884 2000-01-09  Alex Schroeder  <alex@gnu.org>
3886         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3887         (ansi-color-process): Doc change.
3888         (ansi-color-last-context): New buffer-local variable.
3889         (ansi-color-process-output): New function.  It is automatically
3890         added to comint-output-filter-functions if this is XEmacs.
3891         (ansi-color-unfontify-region): New optional parameter for XEmacs
3892         compatibility.  Check wether font-lock-syntactic-keywords is
3893         boundp before removing the syntax table text property, as XEmacs
3894         doesn't have it.
3895         (ansi-color-filter-region): Doc change.
3896         (ansi-color-apply-on-region): Doc change.
3897         (ansi-color-make-face): New function.  Compatibility layer for
3898         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
3899         (ansi-color-make-color-map): Use ansi-color-make-face.
3900         (ansi-color-get-face): Avoid face text property '(nil) as results
3901         in an errow for XEmacs.
3903 2000-01-09  Alex Schroeder  <alex@gnu.org>
3905         * ansi-color.el (ansi-color-unfontify-region): New function.
3906         Uses text-property ansi-color in order to preserve fontification by
3907         ansi-color.  When the package is loaded, a lambda expression is
3908         put onto font-lock-mode-hook.  This lambda expression will check
3909         font-lock-unfontify-region-function and replace
3910         font-lock-default-unfontify-region with ansi-color-unfontify-region.
3911         (ansi-color-apply): Add text-property ansi-color in addition to
3912         text-property face.
3913         (ansi-color-apply-on-region): Add text-property ansi-color in
3914         addition to text-property face.
3915         (save-buffer-state): Copy of the macro that is also used by
3916         lazy-lock and font-lock.
3918         (ansi-color-for-comint-mode): New option.
3919         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3920         (ansi-color-for-comint-mode-off): Ditto.
3921         (ansi-color-for-comint-mode-filter): Ditto.
3922         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
3923         decide what to do.  This function is added to
3924         comint-preoutput-filter-functions when the package is loaded.
3926         (ansi-color-for-shell-mode-set): Removed.
3927         (ansi-color-for-shell-mode): Removed.
3929 2000-01-09  Alex Schroeder  <alex@gnu.org>
3931         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3932         the lambda expression from the ansi-color-for-shell-mode :set
3933         property.  Additionally, modify shell-mode-hook to enable or
3934         disable font-lock-mode for future shell buffers.
3935         (ansi-color-for-shell-mode): The :set property calls
3936         ansi-color-for-shell-mode-set instead of a lambda expression.
3938 2000-01-09  Alex Schroeder  <alex@gnu.org>
3940         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3941         (ansi-color-context): New variable.
3942         (ansi-color-apply): Save context between calls.
3944 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
3946         * isearch.el (isearch, isearch-lazy-highlight-face):
3947         New definitions for face colors and attributes.
3949         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3950         of display-mouse-p.
3952 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
3954         * international/mule.el (make-coding-system): If the coding system
3955         accepts extra latin codes, register such codes as safe for the
3956         coding system.
3958 2001-01-08  Richard M. Stallman  <rms@gnu.org>
3960         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3961         don't mention the file name or the date here, because they are
3962         logged at the start of the file.
3964 2001-01-08  Richard M. Stallman  <rms@gnu.org>
3966         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3967         Change screen-width to frame-width.
3969 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
3971         * info.el (Info-search): Print the default as part of the prompt.
3973 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
3975         * vc.el (vc-default-latest-on-branch-p): New function, replaces
3976         constant implementations in backends.
3978         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3979         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3981         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3982         WRITABLE to EDITABLE.
3984         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3985         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3986         to EDITABLE.
3988 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
3990         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3991         (copyright, copyright-update): Compute the current year at run time.
3993 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
3995         * isearch.el (isearch-old-signal-hook): Removed.
3996         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3997         instead of setting signal-hook-function.
3998         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4000 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4002         * emulation/edt.el: Update to version 4.0.  Provide support for
4003         EDT scroll margins at top and bottom of the window.  Provide an
4004         emulation of the EDT SUBS command (bound to GOLD-Enter, by
4005         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
4006         user when file-related buffer modifications exist.
4007         Provide support for running EDT Emulation in XEmacs.
4008         Provide customize access to some user updatable variables.
4009         Add Commentary section to file header.
4010         Fixed a few minor bugs and cleaned up some code.
4012         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
4013         for detecting a keypress that generates an ASCII key sequence.
4014         (Previously, only a keypress that generates a vector was
4015         recognized.)  Embed Window Manager name into name of the generated
4016         EDT Emulation initialization file since the initialization file is
4017         Window Manager specific.  Add Commentary section to file header.
4019 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
4021         * mail/sendmail.el (mail-mode): Doc fix.
4023         * info.el (Info-goto-emacs-command-node): Doc fix.
4024         (Info-goto-emacs-key-command-node): Doc fix.
4026 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4028         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4029         systems without long file-name support.
4031 2001-01-06  Andrew Innes  <andrewi@gnu.org>
4033         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4035 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4037         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4038         (isearch-lazy-highlight-update): Doc fix.
4040         * ffap.el (ffap-bindings): Doc fix.
4042         * dired-x.el (dired-virtual-guess-dir): Doc fix.
4044 2001-01-05  Dave Love  <fx@gnu.org>
4046         * emacs-lisp/cl-seq.el (remove, remq): Remove.
4048 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
4050         * mouse-drag.el (mouse-drag-safe-scroll):
4051         Bind scroll-preserve-screen-position to nil.
4053         * isearch.el (isearch-old-signal-hook): New variable.
4054         (isearch-mode): Set signal-hook-function to isearch-done.
4055         (isearch-done): Restore old signal-hook-function.
4057         * info.el (Info-fontify-node): Mark one more char as intangible.
4059 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
4061         * composite.el (compose-last-chars): New argument COMPONENTS.
4062         If it is non-nil, compose preceding characters by compose-region with
4063         COMPONENTS.
4065         * international/quail.el (quail-input-string-to-events): New function.
4066         (quail-input-method): Convert input string to events here.
4067         (quail-start-translation): Return input string, not event list.
4068         (quail-start-conversion): Likewise.
4070 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
4072         * tooltip.el (tooltip-cancel-delayed-tip)
4073         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4074         and tooltip-add-timeout.
4075         (tooltip-show): Set border color from faces's foreground.
4076         (tooltip-show-help-function): If called with the same help string
4077         as last time, do nothing.
4078         (tooltip-help-tips): Don't set tooltip-help-message to nil.
4080         * startup.el (fancy-splash-screens): Don't bind show-help-function
4081         to nil.
4083         * tooltip.el (tooltip-frame-parameters): Remove colors.
4084         (tooltip): New face
4085         (tooltip-set-param): New function.
4086         (tooltip-show): Set up color frame parameters from face `tooltip'.
4087         Display the tooltip text in face `tooltip'.
4089 2001-01-04  Dave Love  <fx@gnu.org>
4091         * whitespace.el (whitespace-global-mode): Fix typo.
4093         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4095 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
4097         * help.el (help-for-help): Fix a typo in a doc string.
4098         From kwzh@gnu.org (Karl Heuer).
4100 2001-01-03  Dave Love  <fx@gnu.org>
4102         * dired-x.el: Doc fixes.  Maintainer change.
4103         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4104         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4105         (dired-guess-shell-alist-user): Customize.
4106         (dired-x-help-address): Set to bug-gnu-emacs.
4107         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4108         (dired-default-directory): Renamed from default-directory.
4110         * hl-line.el (hl-line): Doc fix.
4112 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
4114         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4116 2001-01-02  Richard M. Stallman  <rms@gnu.org>
4118         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4119         to remove all the current alternative-match highlighting.
4120         If nil, remove only what's outside the current window.
4121         (isearch-lazy-highlight-remove-overlays): Take optional
4122         region within which NOT to remove them.
4123         (isearch-lazy-highlight-new-loop): Greatly simplified.
4124         (isearch-lazy-highlight-update): Find all the other occurrences
4125         visible in the window, in just one call.
4126         (isearch-lazy-highlight-start): Now holds start of region to scan.
4127         (isearch-lazy-highlight-end): Now holds end of region to scan.
4128         (isearch-lazy-highlight-wrapped): Variable deleted.
4129         (isearch-lazy-highlight-search): Function deleted.
4131 2000-01-02  Andrew Innes  <andrewi@gnu.org>
4133         * w32-fns.el (convert-standard-filename): Do length check on name
4134         before aref.
4136 2001-01-02  Dave Love  <fx@gnu.org>
4138         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4139         value.
4140         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4142         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4144         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4145         read syntax.
4147         * calendar/todo-mode.el (todo): Add :link, :version.
4148         (todo-save-top-priorities): Remove autoload cookie.
4149         (todo-add-category, todo-add-item-non-interactively)
4150         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4152 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
4154         * comint.el (comint-input-history-ignore): New variable.
4155         (comint-read-input-ring): Ignore entries matching
4156         comint-input-history-ignore.
4158 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
4160         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4161         (lm-copyright-mark): New function.
4162         (lm-crack-copyright): New function.
4163         (lm-verify): Check that the file has a copyright.
4164         Check that the file is copyright Free Software Foundation.
4166 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
4168         * international/mule-diag.el (print-fontset): Indent font name by
4169         24 columns, not 25.
4171 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
4173         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4174         in Subject line.
4176         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4177         Use mail-mode-hook instead of mail-setup-hook.
4178         Otherwise continuing an interrupted message with C-u C-x m for
4179         instance, winds up in Mail mode without abbrevs.
4181 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4183         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4184         non-nil.  Adding almost all customization variables on ps-setup.
4185         Doc fix.
4186         (ps-print-version): New version number (6.3.3).
4187         (ps-end-with-control-d): Initialization fix.
4188         (ps-lines-printed): New var.
4189         (ps-skip-newline): New fun.
4190         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4191         (ps-next-line, ps-continue-line, ps-plot-region)
4192         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4194 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
4196         * international/fontset.el (x-complement-fontset-spec):
4197         Resolve ASCII font name so that the same family name is used for fonts
4198         registered in x-font-name-charset-alist.
4199         (create-fontset-from-fontset-spec): Adjusted for the above change.
4200         The name of fontset alias should be a unresolved ASCII font name.
4202 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
4204         * simple.el (delete-key-deletes-forward-mode): Bind backspace
4205         and delete in isearch-mode-map.
4207 2000-12-28  Richard M. Stallman  <rms@gnu.org>
4209         * dired-x.el (dired-guess-shell-alist-default):
4210         Use xpdf instead of acroread.
4212 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
4214         * textmodes/artist.el (artist-butlast): Deleted.
4215         (artist-ellipse-mirror-quadrant): Use butlast instead of
4216         artist-butlast.
4218         * subr.el (butlast, nbutlast): Moved from cl.el to here.
4220         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4222 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4224         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4226         * ls-lisp.el: Better support for the Mac and MS-Windows.
4227         (ls-lisp): New defgroup.
4228         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4229         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4230         (ls-lisp-support-shell-wildcards): New defcustoms.
4231         (ls-lisp-parse-symlink): New function.
4232         (insert-directory): Code to convert switches to a list and set up
4233         the wildcard argument copied from ls-lisp-insert-directory.
4234         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
4235         for -C and -R switches.
4236         (ls-lisp-column-format): New function.
4237         (ls-lisp-delete-matching, ls-lisp-handle-switches)
4238         (ls-lisp-format-time): Add doc strings.
4239         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4240         Support ls-lisp-dirs-first.
4241         (ls-lisp-classify, ls-lisp-extension): New functions.
4242         (ls-lisp-format): Optionally support emulation of symlinks.
4243         Support -i, -s, and -G switches.
4245 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
4247         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4249         * version.el (emacs-version): Print X scroll bar information.
4251         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4252         instead of x-toolkit-scroll-bars-p.
4254         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4255         of x-toolkit-scroll-bars-p.
4257 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4259         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4260         (ffap-bindings): Doc fix, to reflect the above change.
4262 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
4264         * term.el (term-char-mode): Define all non-ascii self-inserting
4265         characters to 'term-send-raw in term-raw-map.
4267 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
4269         * viper-init (viper-restore-cursor-type): Added condition-case guard.
4271         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4272         Changed initialization; use add-hook.
4273         (ediff-file-remote-p): Use file-local-copy.
4275         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4277         * ediff.el (ediff-patch-buffer): Bug fix.
4278         (ediff-revision): Allow selection of the file at the prompt.
4280 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
4282         * subr.el (combine-run-hooks): Remove.
4284         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4285         and remove the rogue second spec.
4287 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
4289         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4291 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
4293         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4294         Use minibuffer menu prompt for the `=' prefix.
4295         (smerge-command-prefix): Change default to C-^.
4296         (smerge-mode): Don't assume font-lock doesn't move point.
4298         * skeleton.el (skeleton-internal-1): Make sure the first line of
4299         the region is also re-indented.
4300         (skeleton-end-newline): New var.
4301         (skeleton-end-hook): Use it.
4303 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4305         * comint.el (comint-password-prompt-regexp): Support CVS.
4307 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
4309         * simple.el (delete-key-deletes-forward-mode): Simplify.
4310         Also backspace key combinations, depending on
4311         delete-key-deletes-forward.
4313         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4315         * simple.el (delete-key-deletes-forward): Doc fix.
4317 2000-08-22  Emmanuel Briot  <briot@gnat.com>
4319         * xml.el (top level comment): Updated to reflect the fact that
4320         white spaces are relevant in the XML file.
4321         (xml-parse-file): Do not kill an existing Emacs buffer if the file
4322         to parse was already edited. This allows for on-the-fly analysis
4323         of XML files.
4324         (xml-parse-tag): Check that the casing is the same in the start
4325         tag and end tag, since XML is case-sensitive.  Allows for spaces
4326         in the end tag, after the name of the tag.
4327         (xml-parse-attlist): Allow for the character '-' in the name of
4328         attributes, as in the standard http-equiv attribute Do not save
4329         the properties in the XML tree, since they are not relevant.
4331 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
4333         * generic.el (generic-read-type): Undo last change, inline into
4334         `generic-mode' and then remove.
4335         (generic-mode): Inline generic-read-type.
4336         (define-generic-mode): Push the symbol name rather than the symbol
4337         onto generic-mode-list.
4339 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
4341         * generic.el (generic-read-type): Build an alist for
4342         completing-read as in 20.7.
4344         * play/landmark.el (lm): Use interactive spec `P'.
4345         (toplevel): Don't set debug-on-error.
4347         * server.el (server-switch-buffer): Choose a window on a visible frame.
4349 2000-12-21  Dave Pearson  <davep@davep.org>
4351         * quickurl.el: Commentry change, I've moved my web site.
4353 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4355         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4356         ranges like \177-\237, but accepts the character sequence from \177 to
4357         \237.  Doc fix.
4358         (ebnf-version): New version (3.4).
4359         (ebnf-setup): Code fix.
4360         (ebnf-range-regexp): New fun.
4361         (ebnf-8-bit-chars): Const fix.
4363         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4364         entry.  Doc fix.
4365         (ebnf-bnf-lex): Code fix.
4366         (ebnf-bnf-comment-chars): Const fix.
4368         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4369         entry.  Doc fix.
4370         (ebnf-iso-comment-chars): Const fix.
4372         * ebnf-otz.el: Doc fix.
4374         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4375         entry.  Doc fix.
4376         (ebnf-yac-skip-code): Code fix.
4377         (ebnf-yac-comment-chars): Const fix.
4379 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
4381         * files.el (insert-directory-safely): New function.
4382         (recover-file): Use it instead of insert-directory.
4383         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4385 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4387         * international/mule-cmds.el (select-safe-coding-system):
4388         Check coding-category-list more rigidly.  Improve help message.
4390         * dired.el (dired-move-to-filename-regexp): Fix previous change.
4392 2000-12-21  Miles Bader  <miles@gnu.org>
4394         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4396 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4398         * international/mule-diag.el (describe-char-after): Make *Help*
4399         buffer inherit multibyteness of the current buffer.
4401         * international/mule.el (make-char): Docstring adjusted for the
4402         change of make-char-internal.
4404 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
4406         * international/iso-cvt.el: Docstrings fix.
4408 2000-12-20  Dave Love  <fx@gnu.org>
4410         * subr.el (eval-after-load): Doc fix.
4412 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
4414         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4415         for numbers.
4417 2000-12-20  Miles Bader  <miles@gnu.org>
4419         * international/quail.el (quail-help): Resize the help window
4420         again after it has all its contents.  Remove unneeded progn.
4422 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
4424         * pcmpl-linux.el: Fix copy/paste error.
4426 2000-12-19  Andrew Innes  <andrewi@gnu.org>
4428         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4430 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4432         * progmodes/idlw-rinfo.el: Fixed copyright notice.
4434         * progmodes/idlw-toolbar.el: Fixed copyright notice.
4436         * progmodes/idlw-shell.el: Fixed copyright notice.
4438         * progmodes/idlwave.el: Fixed copyright notice.
4440         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4441         TAB as key separators.
4443 2000-12-19  Alex Schroeder  <alex@gnu.org>
4445         * sql.el (sql-sybase-options): New option.
4446         (sql-sybase): Use it.  Add sql-database to the list of parameters
4447         provided for login.  The options -w 2048 -n are not used any more.
4448         (sql-postgres-options): Changed default from "--pset" to "-P".
4449         (sql-mysql-options): Doc change.
4450         (sql-stop): Doc change.
4452 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
4454         * international/quail.el (quail-input-method): Always hide
4455         the guidance buffer on exiting.
4457 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4459         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4460         isn't fboundp.
4462         * server.el (server-buffer-done): Bury the buffer before
4463         killing it.
4465         * faces.el (face-spec-set): Interpret a nil in specs for
4466         foreground and background colors as `unspecified', for
4467         compatibility with 20.x.
4469 2000-12-18  Dave Love  <fx@gnu.org>
4471         * simple.el (mail-user-agent): Doc fix.
4472         (input-mode-8-bit): Removed.
4474         * international/mule.el (set-keyboard-coding-system): Doc fix.
4475         (keyboard-coding-system): New option.
4477         * mail/sendmail.el (send-mail-function): Customize.
4479 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
4481         * international/codepage.el (cp866-decode-table): New table.
4483 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4485         * version.el (emacs-version): Remove `%a' from the time format
4486         because the weekday doesn't fit well into each locale.
4488 2000-12-18  Miles Bader  <miles@gnu.org>
4490         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4492         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4493         Check that emacs-major-version is `=' to 20, not `>='.
4494         (artist-replace-chars): Use `make-string' instead of a loop.
4496 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
4498         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4499         (cvs-execute-single-file): Don't change directory.
4500         Patch from Per Cederqvist.
4502 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4504         * textmodes/ispell.el (check-ispell-version):
4505         If `ispell-program-name' is "aspell", pass it the -v switch instead
4506         of -vv.
4508 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
4510         * international/mule-diag.el (mule-diag): Insert information about
4511         configure options, multibyte awareness, language env.
4513         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4514         regexp to search for candidates.
4516 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4518         * info.el (Info-forward-node): If the node has an
4519         Info-header-line, widen the buffer before searching for "next:"
4520         and "up:" pointers, and set the search limit to stay in the
4521         current node.
4523 2000-12-16  Miles Bader  <miles@gnu.org>
4525         * simple.el (delete-trailing-whitespace): Remove extraneous let.
4527 2000-12-15  Miles Bader  <miles@gnu.org>
4529         * comint.el (comint-send-string, comint-send-region): Also accept
4530         a buffer, buffer-name, or nil for PROCESS, for compatibility with
4531         process-send-string/region.
4533 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
4535         * isearch.el (isearch-lazy-highlight-max): New user-option.
4536         (isearch-lazy-highlight-update): Don't highlight more than
4537         isearch-lazy-highlight-max matches.
4539         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4541 2000-12-15  Richard M. Stallman  <rms@gnu.org>
4543         * sort.el (sort-columns): Fix error message.
4545         * dabbrev.el (dabbrev--last-case-pattern): Value is now
4546         `upcase' or `downcase' or nil.
4547         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4548         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4549         (dabbrev--substitute-expansion): New arg record-case-pattern.
4550         If it is non-nil, set dabbrev--last-case-pattern.
4551         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4553         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4555 2000-12-15  Miles Bader  <miles@gnu.org>
4557         * paths.el (Info-default-directory-list): Don't delete
4558         configure-info-directory from the list of standard info
4559         directories when appending it to the end -- their order is important.
4561         * faces.el (read-face-attribute): If there's no entry for the
4562         user's input in VALID, just use it as-is (this will often result
4563         in an error, but it may be OK for e.g. colors using hexadecimal
4564         notation, and at least will yield a better error message).
4566         * window.el (mode-line-window-height-fudge): Function removed.
4567         (height-affecting-face-attributes, mode-line-window-height-fudge):
4568         Variables removed.
4569         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4570         window is really the right size.  Use vertical-motion
4571         rather than forward-line.
4572         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4573         (ispell-command-loop, ispell-show-choices): Use the variable
4574         ispell-choices-win-default-height, rather than the function.
4575         (ispell-choices-win-default-height): Function removed.
4576         (ispell-mode-line-window-height-fudge): Function removed.
4578 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
4580         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4582 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4584         * paths.el (Info-default-directory-list):
4585         If configure-info-directory is not one of the standard directories,
4586         put it first in the list; otherwise put it last.  Doc string
4587         changed accordingly.
4589         * info.el (Info-directory-list): Change doc string to reflect the
4590         change in Info-default-directory-list.
4592         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4593         windows-nt as windowed environments, even under -nw.
4595         * startup.el (command-line): Don't call x-backspace-delete-keys-p
4596         if not fboundp.  Switch delete-forward mode for the <delete> key
4597         on all PC platforms, even under -nw.
4599         * term/internal.el ([M-delete]): Remap to M-d.
4601 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4603         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4605 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4607         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4609 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4611         * startup.el (command-line): Call delete-key-deletes-forward-mode,
4612         if appropriate.
4614         * simple.el (delete-key-deletes-forward): New user-option.
4615         (delete-key-deletes-forward-mode): New function.
4617         * bindings.el: Bind `delete' to backward-delete-char.
4619         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4620         Test if symbol is bound before getting its value.
4622         * tooltip.el (tooltip-show): If an error is signaled in
4623         x-show-tip, display that error, and display the help in the
4624         echo area.
4626 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
4628         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4629         Show "... entries" messages for every 10000 entries, not 10.
4631 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
4633         * bookmark.el: Provide a generic exit hook, as suggested by
4634         Ovidiu Predescu <ovidiu@cup.hp.com>:
4635         (bookmark-exit-hook): New var.
4636         (bookmark-exit-hook-internal): New func, replaces
4637         old raw lambda form in `kill-emacs-hook', and runs new
4638         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
4639         as logically that feature must have been provided if this function
4640         is running.
4641         Removed ;;;###autoload before the `add-hook' call.
4643 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
4645         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4646         (easy-menu-current-active-maps): New function.
4647         (easy-menu-get-map): Use it.
4648         Make a proper menu entry when creating a new keymap.
4650 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
4652         * international/characters.el: Fix cases and syntaxes for
4653         mule-unicode-0100-24ff.
4655         * dired.el (dired-move-to-filename-regexp): Fixed for the case
4656         that a Japanese character is not appended after day and year.
4658         * info.el (Info-suffix-list): Change format for a command that
4659         requires arguments.
4660         (info-insert-file-contents): Adjusted for the above change.
4662 2000-12-12  Andreas Schwab  <schwab@suse.de>
4664         * tar-mode.el (tar-extract): Base the name of the subfile buffer
4665         on the name of the tar buffer.  Verify that the existing buffer is
4666         visiting the same subfile.
4668 2000-12-12  Dave Love  <fx@gnu.org>
4670         * subdirs.el: Add obsolete.
4672 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4674         * mail/rmailsum.el (rmail-summary-expunge)
4675         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4676         instead of rmail-confirm-expunge.
4678         * replace.el (perform-replace): Don't use an empty match adjacent
4679         to a non-empty match when computing the next match before the
4680         replacement is performed.
4682 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
4684         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4685         definition (patch by Stefan Monnier).
4686         (glasses-mode): Use jit-lock instead of `after-change-functions'
4687         (patch by Stefan Monnier).
4689 2000-12-12  Miles Bader  <miles@gnu.org>
4691         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4692         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4694 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
4696         * term/mac-win.el: Remove load for ls-lisp.
4698         * loadup.el: Load ls-lisp for system-type `macos'.
4700 2000-12-12  Miles Bader  <miles@gnu.org>
4702         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4703         Respect field end too.
4704         (just-one-space): Respect fields as `delete-horizontal-space'.
4705         (newline-and-indent, reindent-then-newline-and-indent):
4706         Use `delete-horizontal-space'.
4708 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
4710         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4711         (so as to obey the field property in the minibuffer).
4713         * obsolete/c-mode.el: Moved from lisp/progmodes.
4714         * obsolete/auto-show.el: Moved from lisp.
4715         * obsolete/ooutline.el: Moved from lisp/textmodes.
4717 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4719         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
4720         changes to list them here.
4722         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4723         Too many changes to list them here.
4725         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4726         Too many changes to list them here.
4728         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4730 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
4732         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4734         * cus-edit.el (custom-save-variables, custom-save-faces):
4735         Comment fix.
4737         * hscroll.el: Moved to `obsolete' subdir.
4739 2000-12-11  Miles Bader  <miles@gnu.org>
4741         * window.el (window-text-height): Function removed (now in C).
4743 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
4745         * log-edit.el (log-edit-parent-buffer): New var.
4746         (log-edit): Set it.  Add BUFFER argument.
4747         (log-edit-done): Use char-before.
4748         Don't bother checking validity of vc-comment-ring.
4749         Only bury the buffer if log-edit popped it up.
4751         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4752         (cvs-mode-diff-help): Remove.
4753         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4754         (cvs-mode-marked): Set up the default for CMD manually.
4756         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4757         Remove binding for ? now made unnecessary.
4759 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4761         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4762         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4764         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4765         when master file is not open.
4767 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4769         * progmodes/ada-stmt.el: Update `maintainer'.
4771 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
4773         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4774         choices to match documentation string.
4776 2000-12-09  Miles Bader  <miles@gnu.org>
4778         * minibuf-eldef.el: New file.
4780         * window.el (fit-window-to-buffer): Don't pass last argument to
4781         pos-visible-in-window-p, now that its meaning is inverted.
4783 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
4785         * image.el (create-image): Doc fix; spotted by Per Cederqvist
4786         <ceder@lysator.liu.se>.
4788 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
4790         * autoinsert.el (auto-insert-alist): Add missing final \n.
4792         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
4793         (cvs-menu-map): Remove.
4794         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4795         (cvs-mode-quit): Turn it back into a plain function.
4797         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4798         (texinfo-filter): Remove (move to texinfo.el).
4800         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4801         file where it's more visible.
4802         (texinfo-filter, texinfo-chapter-level-regexp): New variables
4803         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4804         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4805         (texinfo-inside-macro-p): Only catch `scan-error's.
4806         (texinfo-inside-env-p): Make better use of the match info.
4807         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4808         (texinfo-insert-@end): Slight re-organization.
4809         Also remove useless `looking-at' call.
4811 2000-12-08  Andrew Innes  <andrewi@gnu.org>
4813         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4814         accessible in -nw mode.
4816         * term/w32-win.el: Remove stuff about selection timeout, which is
4817         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
4818         it is accessible in -nw mode.
4820 2000-12-08  Dave Love  <fx@gnu.org>
4822         * emacs-lisp/lisp-mode.el (lisp-mode):
4823         Set font-lock-keywords-case-fold-search.
4825 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
4827         * textmodes/ispell.el (ispell): Doc fix.
4829 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
4831         * international/quail.el (quail-insert-decode-map): Check the
4832         frame width of a window displaying the current buffer, not that of
4833         the selected frame.
4834         (quail-help): Make sure that the help buffer has window before
4835         inserting text in it.
4837 2000-12-07  Sam Steingold  <sds@gnu.org>
4839         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4840         Backquote is used in isearch.el, so autoloading saves nothing.
4842 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
4844         * startup.el (normal-top-level-add-subdirs-to-load-path):
4845         Ignore the CVS and RCS subdirectories case-insensitively.
4847         * dired.el (dired-insert-directory): If file-system-info is
4848         fboundp, call it instead of invoking dired-free-space-program.
4850 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
4852         * server.el (server-visit-files): Push files on file-name-history.
4854         * progmodes/cc-langs.el: Update copyright.
4856         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4858         * bindings.el (mode-line-mode-menu): Add glasses-mode.
4860         * bindings.el (mode-line-mode-menu): Reverse the order
4861         of define-keys so that the menu appears in alphabetical order.
4863 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
4865         * progmodes/glasses.el (glasses-mode): Update mode line at the end
4866         of the function.
4868 2000-12-07  Dave Love  <fx@gnu.org>
4870         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4872         * facemenu.el (facemenu-unlisted-faces): Fix value.
4874 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4876         * font-lock.el (font-lock-default-fontify-region):
4877         Include the terminating \n (off-by-one error).
4878         (font-lock-set-defaults): Use dolist.
4880         * derived.el (define-derived-mode): Don't use combine-run-hooks.
4882 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
4884         * international/mule-cmds.el (describe-language-environment):
4885         Fix for the case that an input method title is not string but a list.
4887         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4888         of wrong SIZE record.
4890 2000-12-06  Dave Love  <fx@gnu.org>
4892         * newcomment.el (comment-region, comment-dwim): Doc fix.
4894         * textmodes/texinfo.el: Require tex-mode when compiling.
4895         (texinfo-update-node): Doc fix.
4896         (texinfo-imenu-generic-expression): Add @anchor.
4897         (texinfo-font-lock-keywords): Add @uref.
4898         (texinfo-inside-macro-p): Don't use ignore-errors.
4899         (texinfo-insert-quote): Match more contexts.
4901         * international/mule.el (decode-char, encode-char): Doc fix.
4902         (auto-coding-alist): Customize.
4904         * files.el (load-file): Fix change of 2000-03-12.
4906         * wid-edit.el (widget-text-keymap): Doc fix.
4908 2000-12-06  Andrew Innes  <andrewi@gnu.org>
4910         * makefile.w32-in (lisp): Set to an absolute directory, namely
4911         $(CURDIR).
4913 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4915         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4916         read generated-autoload-file, and set buffer-file-coding-system to
4917         raw-text-unix after reading the file.
4919         * international/mule-conf.el (file-coding-system-alist):
4920         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4922 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
4924         * replace.el (occur): Make line-number-width 1 smaller for the
4925         colon following the line number.
4927         * startup.el (fancy-splash-text, command-line-1):
4928         Use `File' for the menu name instead of `Files'.
4930         * tmm.el: Update copyright.
4932         * cus-start.el: Add entry for even-window-heights.
4934 2000-12-06  Miles Bader  <miles@gnu.org>
4936         * faces.el (frame-set-background-mode): Avoid stomping on
4937         locally modified faces.
4939 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
4941         * international/fontset.el: Correct the font registries for
4942         japanese-jisx0213-1 and japanese-jisx0213-2.
4944 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
4946         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4948         * iswitchb.el: Update customization commentary.
4950 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
4952         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4953         (tpu-search-highlight): Fixed comparison of overlay end positions.
4954         (tpu-trim-line-ends): Implemented trimming logic locally.
4956         * emulation/tpu-extras.el (tpu-write-file-hook)
4957         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4959 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
4961         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4962         to cn-gb.
4963         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4965 2000-12-04  Dave Love  <fx@gnu.org>
4967         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4969 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
4971         * mail/rmailsum.el (rmail-summary-expunge)
4972         (rmail-summary-expunge-and-save): Ask for confirmation with
4973         rmail-expunge-confirmed.
4975         * mail/rmail.el (rmail-expunge-confirmed): New function.
4976         (rmail-expunge): Use it.
4978 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
4980         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4981         (etags-recognize-tags-table, find-tag-in-order):
4982         New functionality: interpret file names as tags.
4984 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
4986         * info.el (Info-scroll-prefer-subnodes): New defcustom.
4987         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4988         the first subnode until the bottom of the current node is visible.
4990 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
4992         * format.el (format-decode): Don't change buffer's undo list.
4994 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
4996         * faces.el (face-font-registry-alternatives): Add entries for CJK
4997         fonts.  Doc-string adjusted for the actual usage of this data.
4999         * international/fontset.el: Change the font registries for CJK
5000         fonts in the default fontset.  Don't append '*' to registries.
5002 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
5004         * emacs-lisp/easy-mmode.el (define-derived-mode)
5005         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5007         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5008         (derived-mode-p): New function.
5009         (derived-mode-make-docstring): Add `docstring' argument.
5010         Use it if available and complete it if necessary.
5012 2000-12-03  Andreas Schwab  <schwab@suse.de>
5014         * type-break.el (type-break): Don't make parent of itself.
5016 2000-12-03  Miles Bader  <miles@gnu.org>
5018         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5020 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5022         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5023         (tex-main-file, tex-file): Simplify.
5024         (tex-generate-zap-file-name): Use subst-char-in-string.
5025         (tex-strip-dots): Remove.
5027         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5029         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5030         to check if the match succeeded.
5032 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5034         * startup.el (use-fancy-splash-screens-p): New function.
5035         (command-line-1): Use it to determine whether or not to use
5036         a fancy splash screen.
5038 2000-12-02  Andreas Schwab  <schwab@suse.de>
5040         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5042 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5044         * international/mule.el (make-char): Fix last change.
5046         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5047         New defcustoms.
5048         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5049         autoloading tex-mode; instead, do the same manually.
5050         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
5051         with numeric argument.  Docstring fix.
5052         (toplevel): Require cl when compiling.
5054         * international/mule.el (make-char): Doc fix.
5056 2000-12-02  Jason Rumney  <jasonr@gnu.org>
5058         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5059         the Emacs Lisp manual)
5061 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5063         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5065         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5066         the Emacs Lisp manual).
5068 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5070         * simple.el (next-line-add-newlines): Change default to nil.
5072 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
5074         * files.el (revert-buffer, recover-file):
5075         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5077 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
5079         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5081 2000-12-01  Miles Bader  <miles@gnu.org>
5083         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5085 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
5087         * international/mule-diag.el (describe-char-after): Fix typo.
5088         (describe-character-set, non-iso-charset-alist): Fix typo.
5090 2000-12-01  Miles Bader  <miles@gnu.org>
5092         * image-file.el (image-file-name-regexp): Automatically add
5093         upper-case variants of each filename extension in
5094         `image-file-name-extensions', since they seem to be common.
5096         * simple.el (minibuffer-contents)
5097         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5098         New functions.
5099         * filecache.el (file-cache-directory-name)
5100         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5102 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
5104         * filecache.el (file-cache-minibuffer-complete): Don't try to
5105         delete the minibuffer prompt.
5107 2000-11-30  Dave Love  <fx@gnu.org>
5109         * cus-start.el: Fix read-buffer-function type.
5111 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5113         * md5.el: Removed.  There's a built-in function, now.
5115 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
5117         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5118         as dummy 0-th char of rmail-deleted-vector.
5120 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
5122         * ps-print.el (ps-end-job): Bind case-fold-search only after
5123         switching to ps-spool-buffer.
5125 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5127         * ps-print.el: Line number font customization.  PostScript: Lines and
5128         PageCount are initialized on each page.  Doc Fix.
5129         (ps-print-version): New version number (6.3.2).
5130         (ps-lpr-switches, ps-font-info-database, ps-font-size)
5131         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5132         (ps-right-header): Customization fix.
5133         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5134         Fix code.
5135         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5136         New vars.
5138 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5140         * bs.el: Fix typos and spelling errors.
5141         (bs-appearance) <defgroup>: Renamed from bs-appearence.
5142         (bs-configuration): Doc fix.
5144         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
5146 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
5148         * emulation/tpu-edt.el (tpu-version): New version.
5149         (tpu-search-overlay, tpu-replace-overlay): New initial range.
5150         (tpu-original-mode-line): Variable deleted.
5151         (tpu-mark-flag): New initial value.
5152         (tpu-set-mode-line): Don't redefine mode-line-format.
5153         Add tpu-mark-flag to minor-mode-alist.
5154         (tpu-update-mode-line): New mark flag logic.
5155         (tpu-get): Use find-file-wildcards.
5156         (tpu-search-highlight): Move overlay less, reset overlay properly.
5157         (tpu-unselect): Deactivate mark.
5158         (tpu-lm-replace): Reset overlay properly.
5159         (tpu-forward-line): Use forward-visible-line.
5160         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
5162         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5164 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5166         * cus-edit.el (custom-face-value-create): Always emphasize tag.
5168 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5170         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5171         and skip whitespace and newlines.
5173 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
5175         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5177 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
5179         * help.el (describe-function-1): Regexp-quote function name
5180         when used as part of a regexp.
5182         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5183         Use face-attribute instead of face-foreground and face-background.
5184         (tool-bar-add-item): Likewise, and handle unspecified colors.
5186         * enriched.el (enriched-face-ans): Use face-attribute instead
5187         of face-foreground and face-background.
5189         * faces.el (face-foreground, face-background, face-stipple):
5190         Return nil if attribute is unspecified, for backward compatibility.
5192         * files.el (auto-mode-alist): Add an entry for antlr-mode.
5194         * play/5x5.el: Remove version info.
5196         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5198         * frame.el (blink-cursor-mode): Doc fix.
5200 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5202         * antlr-mode.el: New commands to run ANTLR from within Emacs and
5203         to create Makefile rules.
5204         (antlr-tool-command): New user option.
5205         (antlr-ask-about-save): New user option.
5206         (antlr-makefile-specification): New user option.
5207         (antlr-file-formats-alist): New variable.
5208         (antlr-special-file-formats): New variable.
5209         (antlr-unknown-file-formats): New user option.
5210         (antlr-help-unknown-file-text): New variable.
5211         (antlr-help-rules-intro): New variable.
5212         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5213         (antlr-mode-menu): Add entries.
5214         (antlr-file-dependencies): New function.
5215         (antlr-directory-dependencies): New function.
5216         (antlr-superclasses-glibs): New function.
5217         (antlr-run-tool): New command.
5218         (antlr-makefile-insert-variable): New function.
5219         (antlr-insert-makefile-rules): New function.
5220         (antlr-show-makefile-rules): New command.
5222         * antlr-mode.el: More Emacs/XEmacs stuff.
5223         (antlr-no-action-keywords): New constant with value nil.
5224         (antlr-font-lock-keywords-alist): Use it.  Old value would break
5225         syntax highlighting in Emacs-21.0.
5226         (antlr-default-directory): Emacs/XEmacs dependend function.
5227         (antlr-read-shell-command): Ditto.
5228         (antlr-with-displaying-help-buffer): Ditto.
5230 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5232         * antlr-mode.el: imenu, parsing and highlighting changes.
5233         (antlr-imenu-create-index-function): Don't create extra submenus
5234         for definitions in different grammar classes.  It is not necessary
5235         for the menu and would make command `imenu' awkward to use.
5236         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5237         header actions and more than one.
5238         (antlr-font-lock-tokendef-face): Changed color.
5239         (antlr-font-lock-tokenref-face): Changed color.
5240         (antlr-font-lock-additional-keywords): Also highlight lowercase.
5241         (antlr-mode-syntax-table): New variable.
5242         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5243         (antlr-with-syntax-table): Don't copy syntax table.
5245 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5247         * antlr-mode.el: Minor changes: language setting.
5248         (antlr-language-alist): The value for file option "language" can
5249         be both an identifier and a string.
5250         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5251         (antlr-language-limit-n-regexp): Change accordingly.
5253 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5255         * antlr-mode.el: Minor changes: tabs, hiding.
5256         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5257         (antlr-action-visibility): Also allow value nil to also hide the
5258         braces.  Renamed from `antlr-tiny-action-length'.
5259         Suggested by Jay@aol.com.
5260         (antlr-hide-actions): Change accordingly.  Hide line if completely
5261         hidden action is on a line of its own.
5263 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5265         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5267         * sort.el (sort-columns): Don't concat strings with numbers.
5269 2000-11-29  Dave Love  <fx@gnu.org>
5271         * cus-edit.el (face): Fix :format.
5273         * mail/feedmail.el: Require smtpmail when compiling.
5274         (mail-do-fcc): Autoload.
5275         (feedmail) <defgroup>: Fix :link.
5276         (feedmail-nuke-body-in-fcc): Fix :type.
5277         (feedmail-send-it): Add autoload cookie.
5279 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5281         * newcomment.el (comment-indent): Save excursion around call to
5282         comment-indent-function.
5284 2000-11-29  Miles Bader  <miles@gnu.org>
5286         * subr.el (member-ignore-case): Return the tail of the list who's
5287         car matches, like `member', not the matching element itself.
5289 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
5291         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
5292         should not contain `\n'.
5294 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5296         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5298         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5300         * dired-aux.el (dired-do-create-files): Construct default file
5301         name for dired-mark-read-file-name so that when the user enters
5302         just RET, the target file will end up in the target directory.
5304         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5305         local-abbrev-table before changing buffers because it might
5306         have a buffer-local binding.
5308 2000-11-28  Miles Bader  <miles@gnu.org>
5310         * simple.el (delete-horizontal-space): Handle fields more generally.
5312 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5314         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5316 2000-11-28  Dave Love  <fx@gnu.org>
5318         * progmodes/ps-mode.el (ps-mode): Set comment-start and
5319         comment-start-skip locally.
5321         * progmodes/fortran.el (fortran-mode): Don't set
5322         fortran-comment-line-start-skip.  Set comment-start to
5323         fortran-comment-line-start.
5324         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5325         (fortran-comment-line-start-skip): Simplify slightly.
5327 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5329         * play/5x5.el: Remove RCS keyword.
5331         * bs.el: Mistaken commit, undone 2000-11-30.
5333 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
5335         * textmodes/tildify.el (tildify-string-alist):
5336         Add `plain-tex-mode' here.
5338 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
5340         * chistory.el (Command-history-setup): Remove extraneous `keymap'
5341         reference.
5343 2000-11-28  Miles Bader  <miles@gnu.org>
5345         * cus-face.el (custom-face-attributes): Add post-filter function
5346         for :box.  Make pre-filter function for :box handle all cases.
5348         * wid-edit.el (widget-choose): Make sure pop-up window is large
5349         enough to display all the choices, as there's no way to scroll it.
5351 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
5353         * international/mule-conf.el: Make the coding system no-conversion
5354         safe for all characters.
5356 2000-11-27  Dave Love  <fx@gnu.org>
5358         * net/ldap.el (ldap) <defgroup>: Add :version.
5360         * tooltip.el (tooltip-use-echo-area): Doc fix.
5362         * cus-start.el <minibuffer-prompt-properties>: Add version.
5363         <read-buffer-function>: Add.
5365         * apropos.el (apropos-print): Add help-echo to active text.
5367         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5369 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5371         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5372         type, group and version.
5374 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
5376         * select.el (x-get-selection): Docstring fix.
5378 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
5380         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5382 2000-11-27  Andrew Innes  <andrewi@gnu.org>
5384         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5386         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5388 2000-11-27  Miles Bader  <miles@gnu.org>
5390         * dired.el (dired-get-filename): Return filename verbatim if
5391         LOCALP is `verbatim'.
5392         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5393         `verbatim' so that we don't inadvertently delete a non-existant
5394         directory name.
5396 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
5398         * international/characters.el: Specify cases and syntaxes for
5399         mule-unicode-0100-24ff.
5401 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5403         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5404         that foreground and/or background colors of the face `tool-bar'
5405         are unspecified.
5407 2000-11-27  Miles Bader  <miles@gnu.org>
5409         * wid-edit.el (widget-field-buffer, widget-field-start)
5410         (widget-field-end): Handle widget field `pseudo-overlays'.
5411         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5412         if it's there instead of in `widget-field-list'.
5414         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5415         (help-make-xrefs): Delete extraneous newlines at the end of the
5416         docstring.
5418 2000-11-25  Jason Rumney  <jasonr@gnu.org>
5420         * startup.el (command-line): Call set-locale-environment after
5421         Window System init file is read, as it can result in a call to
5422         redraw-frame.
5424 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
5426         * simple.el (shell-command): Mention the effect of the prefix
5427         argument in the doc string.
5429 2000-11-25  Miles Bader  <miles@gnu.org>
5431         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5433         * wid-edit.el (widget-field-value-delete): Don't try to delete
5434         overlay when it's the `pseudo-overlay' that exists at some points.
5436 2000-11-24  Jason Rumney  <jasonr@gnu.org>
5438         * international/mule-cmds.el (locale-language-names): Add "jp" as
5439         a non-standard alternative for Japanese.
5441 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
5443         * vc-hooks.el: Require 'cl during compilation.
5445 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
5447         * faces.el (face-set-after-frame-default): Let face attributes
5448         specified for new frames override frame parameters.
5450         * startup.el (command-line): Fix computation of the source file
5451         for user-init-file when user-init-file is a compiled file.
5453 2000-11-24  Miles Bader  <miles@gnu.org>
5455         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5456         (custom-post-filter-face-spec): New functions.
5457         (custom-face-set, custom-face-value-create): Filter the face spec
5458         before and after customization.
5459         (custom-face-set): If VALUE specifies a null face, pass a
5460         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5461         * cus-face.el (custom-face-attributes): Remove SET and GET
5462         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
5463         cases they're needed.
5465         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5466         that it's distinguishable from the :off-glyph on dark-background
5467         displays.  Set its background color too.
5469         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5470         so that people can easily turn it off.
5472 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5474         * ediff-diff.el: Moved variables around to have it compile under NT.
5476         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5478         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5480         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5481         redundant skip-small-frames test.
5483         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5484         (viper-downgrade-to-insert): Protect against errors in hooks.
5486         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5487         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5488         (viper-restore-cursor-type,viper-set-insert-cursor-type):
5489         New functions.
5491         * viper-util.el (viper-memq-char): Bug fixes.
5493         * viper.el (viper-mode): Fix cursor handling.
5495 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
5497         * international/mule-diag.el (list-iso-charset-chars):
5498         For two-byte charset, fix the `while' condition.
5499         (list-non-iso-charset-chars): Fix the `while' condition.
5501 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5503         * subr.el (add-hook, remove-hook): Don't call make-local-hook
5504         if the variable is make-variable-buffer-local.
5506         * progmodes/ada-stmt.el (ada-template-map):
5507         Initialize and bind it to C-c t in ada-mode-map.
5508         (ada-stmt-mode-hook): New function extracted from old code.
5509         Only change the buffer-local side of skeleton-*.
5510         (ada-mode-hook): Use it.
5512 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
5514         * iswitchb.el (iswitchb-minibuf-depth): New variable.
5515         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5516         we expect to be returned by minibuffer-depth once we prompt the
5517         user in the minibuffer.
5518         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5519         as recorded in iswitchb-minibuf-depth, return non-nil.
5521 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
5523         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5524         (hscroll-window-maybe): Docstring fix.
5526 2000-11-23  Dave Love  <fx@gnu.org>
5528         * rect.el (string-rectangle): Don't test delete-selection-mode.
5530 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
5532         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5533         is in the tool bar.
5535         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5536         with `no-dir'; we want the directory part to be able to remove it.
5538 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5540         * textmodes/outline.el (outline-flag-region):
5541         Don't bind inhibit-read-only since we don't modify the buffer.
5542         (outline-isearch-open-invisible): Don't jump to overlay-start
5543         since we're trying to unhide text around point.
5544         (outline-discard-overlays): Use dolist.
5546         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5548 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5550         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5552 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5554         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5555         Fix ARG regexp to skip quoted braces.
5556         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5557         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5558         are (correctly) handled separately).
5559         Remove `caption' and `footnote' from `citations': they contain text.
5560         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5561         (latex-skeleton-end-hook): New function.
5562         (latex-mode): Use it.
5563         (tex-start-tex-marker): Remove.
5564         (tex-send-tex-command): Don't set tex-start-tex-marker.
5565         (tex-error-parse-syntax-table): New var.
5566         (tex-compilation-parse-errors): Use it.
5567         Ignore tex-start-tex-marker.  Don't bother with marker-position.
5568         (tex-validate-buffer): Don't bother with marker-position.
5570         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5571         (flyspell-generic-progmode-verify): Use it.
5573 2000-11-22  Sam Steingold  <sds@gnu.org>
5575         * simple.el (delete-trailing-whitespace): New interactive function.
5577         * progmodes/ada-mode.el (ada-mode): Use it instead of
5578         `ada-remove-trailing-spaces'.
5579         (ada-remove-trailing-spaces): Removed.
5581         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5583         * textmodes/picture.el (picture-clean): Removed.
5584         (picture-mode-exit): Call it instead of `picture-clean'.
5586 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5588         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5590         * hi-lock.el (hi-lock-refontify): Don't call non-existent
5591         jit-lock-fontify-buffer; it should anyway be unneccessary to
5592         do anything special when jit-lock is active.
5593         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5595 2000-11-22  Dave Love  <fx@gnu.org>
5597         * calendar/todo-mode.el (todo-top-priorities): Use
5598         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5600         * language/chinese.el, language/cyrillic.el:
5601         * language/devanagari.el, language/ethiopic.el, language/greek.el:
5602         * language/hebrew.el, language/indian.el, language/japanese.el:
5603         * language/korean.el, language/lao.el, language/misc-lang.el:
5604         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5605         Use provide.
5607         * cus-edit.el (custom-buffer-create-internal): Save some consing.
5608         (custom-variable-set): Improve validation error mesage.
5610         * rect.el (string-rectangle): Revert last change.
5611         (string-rectangle-line): New arg DELETE.
5612         (string-rectangle): Check delete-selection-mode.
5614         * emacs-lisp/edebug.el (edebug-version)
5615         (edebug-maintainer-address): Deleted.
5616         (edebug-submit-bug-report): Just alias to report-emacs-bug.
5617         (edebug-read-function): Account for other `'#' read forms.
5618         (edebug-mode-menus): Make some items toggles.
5619         (edebug-outside-unread-command-event, unread-command-event):
5620         Remove these to avoid warnings.
5622 2000-11-22  David Ponce  <david@dponce.com>
5624         * recentf.el (recentf-menu-items-for-commands)
5625         (recentf-make-menu-items, recentf-make-menu-item)
5626         (recentf-filter-changer): Added :help and :active menu-item properties.
5628         (recentf-build-dir-rules, recentf-dump-variable)
5629         (recentf-edit-list, recentf-open-files-item)
5630         (recentf-open-files): Replaced unnecessary `mapcar' with new
5631         built-in `mapc'.
5633 2000-11-23  Miles Bader  <miles@gnu.org>
5635         * faces.el (menu): Make inverse-video on ttys too.
5637 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5639         * simple.el (comment-line-break-function): Use the new name
5640         indent-new-comment-line -> comment-indent-new-line.
5641         (clone-indirect-buffer): Don't ignore NORECORD.
5642         (next-completion): Properly handle the case where items are adjacent.
5644         * mouse.el (popup-menu): Stupid typo.
5646 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5648         * emacs-lisp/authors.el: Remove autoload cookies, add author,
5649         maintainer, keywords tags.
5651         * rect.el (replace-rectangle): Don't call string-rectangle-line
5652         with too many arguments.
5654 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
5656         * ediff-util.el (ediff-file-checked-out-p)
5657         (ediff-file-checked-in-p): Call vc-state instead of
5658         vc-locking-user, which no longer exists.
5660         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5662 2000-11-22  Dave Love  <fx@gnu.org>
5664         * md5.el (md5): Provide.
5665         (md5): Fix error call.
5667 2000-11-22  Miles Bader  <miles@gnu.org>
5669         * textmodes/refill.el (refill-adjust-ignorable-overlay)
5670         (refill-fill-paragraph-at): Remove debugging code.
5672         * calendar/calendar.el (generate-calendar-window): When we don't
5673         call `fit-window-to-buffer', make sure the top line is fully visible.
5675         * image-file.el (insert-image-file): Don't make `read-only'
5676         property rear-nonsticky.
5678         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5679         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5680         stashing away its original value.
5681         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5682         in the recursive edit.
5683         Bind `isearch-original-minibuffer-message-timeout' to protect it.
5684         (isearch-done): Restore `minibuffer-message-timeout'.
5686         * cus-start.el: Remove entry for `mode-line-inverse-video'.
5688 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
5690         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5692         * find-lisp.el (find-lisp-find-files-internal):
5693         Use dolist, when and file-name-as-directory.
5695         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5696         (define-derived-mode, define-minor-mode): Add specs.
5698         * window.el: General comment and spacing fixes.
5699         (save-selected-window): Use backquotes.
5700         (window-safely-shrinkable-p): New function.
5701         (shrink-window-if-larger-than-buffer): Use it.
5703         * subr.el (make-local-hook): Docstring fix.
5705         * shell.el (shell-mode): Use define-derived-mode.
5707         * newcomment.el (comment-indent): Insert comment before calling
5708         comment-indent-function.  Don't insert in column 0.
5709         (comment-dwim): Indent before inserting comment.
5711         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
5712         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
5713         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5714         Use mapc rather than map.
5716         * files.el (find-buffer-visiting): Compare all attributes before
5717         declaring two files identical (rather than just their inode-no).
5718         (auto-mode-alist): Use \' rather than $.
5720         * which-func.el: Update maintainer line.
5722         * pcvs.el (uniquify-buffer-file-name): Remove advice.
5723         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5724         (uniquify-buffer-file-name): Use it.
5726 2000-11-22  Miles Bader  <miles@gnu.org>
5728         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5729         * simple.el (minibuffer-avoid-prompt): New function.
5731 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
5733         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5735 2000-11-21  Miles Bader  <miles@gnu.org>
5737         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5738         inclusion of `track-mouse'.
5740         * textmodes/refill.el (refill-ignorable-overlay): New variable.
5741         (refill-adjust-ignorable-overlay): New function.
5742         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5743         only the paragraph's tail if possible.
5744         Update `refill-ignorable-overlay'.
5745         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5747         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5748         point inside the fill-prefix.
5750         * textmodes/refill.el (refill-post-command-function): Don't reset
5751         refill-doit in the case where a self-insertion command doesn't
5752         case a refill.  Use `refill-fill-paragraph-at', getting position
5753         from `refill-doit'.
5754         (refill-after-change-function): Set `refill-doit' to END.
5755         (refill-fill-paragraph-at): New function, mostly from old
5756         refill-fill-paragraph.
5757         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5758         (refill-pre-command-function): New function.
5759         (refill-mode): Add it to `pre-command-hook'.
5761 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
5763         * textmodes/artist.el (artist-mode): Fix autoload cookie.
5765         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5766         javadoc tags.
5768 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
5770         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5771         vc.el).
5773         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5774         require vc.
5776         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5777         checkouts.
5779 2000-11-20  Dave Love  <fx@gnu.org>
5781         * Makefile.in (DONTCOMPILE): Omit bindings.el.
5783 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
5785         * calculator.el (calculator-paste): Use `if' instead of `and'
5786         and `or'.
5787         (calculator-help): Don't use electric-describe-mode for XEmacs.
5789 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
5791         * info.el (info-menu-5): Doc fix.
5793         * textmodes/artist.el: New file.
5795 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
5797         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5798         and differentiate according to checkout model.
5799         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5800         since this function is only concerned with master state.
5802         * vc-hooks.el (vc-workfile-unchanged-p)
5803         (vc-default-workfile-unchanged-p): Moved here from vc.el.
5805         * vc.el (vc-workfile-unchanged-p)
5806         (vc-default-workfile-unchanged-p): See above.
5808 2000-11-19  Miles Bader  <miles@gnu.org>
5810         * image-file.el (insert-image-file): Make `intangible' and
5811         `read-only' properties rear-nonsticky too.
5813 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
5815         * ps-print.el: Update copyright notice.
5817         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5818         (tooltip-show): Use the offsets.
5820         * bindings.el (mode-line-modified): Fix a typo.
5821         (mode-line-toggle-modified, mode-line-widen)
5822         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5824 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
5826         * ps-print.el (toplevel): Test for find-coding-system being
5827         fboundp before calling ps-x-find-coding-system.
5829 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
5831         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5832         (vc-version-backup-file): Docstring fix.
5834 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
5836         * files.el (basic-save-buffer): Don't add a newline if
5837         find-file-literally is non-nil.
5838         (find-file-literally): Extend doc string.
5840         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5841         sort(1) with the `-f' argument.
5843 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
5845         * vc.el: Updated backend documentation.
5846         (vc-default-check-headers): New function.
5848         * vc-{cvs,rcs,sccs}.el: Functions reordered.
5850         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5851         up-to-date.
5852         (vc-do-command): In the asynchronous case, output messages only if
5853         the minibuffer is not active.
5855         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5856         `vc-cvs-use-edit' is on.
5857         (vc-cvs-checkout): When this is used for reverting the workfile,
5858         make a backup of the original contents and revert to that in case
5859         of error.
5860         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5861         remote repositories.
5863         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5864         for both version and ratio in the minibuffer.
5866         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5867         Use vc-do-command to perform the annotation, not call-process.
5869 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
5871         * international/quail.el (quail-start-translation): Don't call
5872         `message' before reading key sequence.
5874 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
5876         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5878 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
5880         * window.el (fit-window-to-buffer): Be sure to acquire at least
5881         one text line even if the buffer is empty.
5883 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
5885         * net/ange-ftp.el (ange-ftp-file-writable-p)
5886         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5887         Bind ange-ftp-process-verbose to nil.
5889 2000-11-15  Dave Love  <fx@gnu.org>
5891         * wid-edit.el (widget-specify-field, widget-specify-button):
5892         If :help-echo is a function, set help-echo of overlay to
5893         widget-mouse-help.
5894         (widget-mouse-help): New function.
5895         (widget-echo-help): Rewritten for :help-echo functions only taking
5896         a widget arg.
5898         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5899         Use display-graphic-p.
5900         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5901         and that JPEG is available.
5902         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5904         * international/mule-cmds.el (locale-charset-language-names):
5905         Match @euro.
5907 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
5909         * faces.el (face-set-after-frame-default):
5910         If `inhibit-default-face-x-resources' is bound, don't intialize the
5911         default face from X resources.
5913 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
5915         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5916         Don't set EMACSLOADPATH.
5918 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
5920         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5921         texinfo-insert-@url.
5922         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5923         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5925 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
5927         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5928         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5929         (checkdoc-minor-keymap): Backward compatibility.
5930         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5931         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5932         (checkdoc-this-string-valid-engine): Be a bit more strict
5933         to avoid matching substrings of `...' quoted vars/funs.
5934         (checkdoc-defun-info): Only look for `interactive' if alone.
5935         (debug-ignored-errors): Add "arg doesn't appear in docstring".
5937         * progmodes/compile.el (grep): `tag-default' can be nil.
5939         * newcomment.el (comment-indent): Paren typo.
5941 2000-11-14  Dave Love  <fx@gnu.org>
5943         * calculator.el: New maintainer version.
5945         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5947         * cmuscheme.el: Doc fixes.
5948         (cmuscheme) <defgroup>: Use `scheme' as parent.
5949         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
5951         * xscheme.el (scheme-program-name): Don't define here.
5953         * progmodes/scheme.el (scheme-program-name): New variable
5954         (originally in cmuscheme).
5956 2000-11-14  Miles Bader  <miles@gnu.org>
5958         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5959         Handle header-lines.  Don't loop forever if we can't enlarge the
5960         window anymore.  Simplify a bit.
5962 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
5964         * window.el (fit-window-to-buffer): Don't check
5965         window-text-height.  Assure that the last line is fully visible.
5967         * international/quail.el (quail-show-guidance-buf):
5968         Call fit-window-to-buffer to assure the enough height of the guidance
5969         buffer.
5970         (quail-update-guidance): Avoid making the guidance buffer shorter.
5972 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
5974         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5975         rather than `prepend' and add an interesting comment.
5976         (tex-math-face, tex-font-lock-syntactic-face-function):
5977         New face and function to use it.
5978         (tex-define-common-keys, tex-mode-map): Use menu-item rather
5979         than `menu-enable' symbol property.
5980         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5981         (tex-mode): Add some latex-mode commands for auto-selection.
5982         Use tex-font-lock-syntactic-face-function.
5983         (tex-insert-quote): Simplify.
5984         (tex-shell): New mode.
5985         (tex-start-shell): Use it.
5986         (tex-shell-proc, tex-shell-buf): New functions.
5987         (tex-send-command): Use it.
5988         (tex-main-file): Fix the meaning of the new arg REALFILE.
5989         (tex-send-tex-command): New function split from `tex-start-tex'.
5990         Set compilation-last-buffer and compilation-parsing-end.
5992         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5993         when it follows non-comment text on the line.
5995         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5996         Set font-lock-defaults.
5997         (lisp-mode-shared-map): Init inside the defvar.
5998         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5999         Use define-derived-mode.
6001 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
6003         * faces.el (header-line): Use `:box nil' for color/gs displays too.
6005 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
6007         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6008         Don't recursively optimize body because that can lead to infinite
6009         recursion; see comment there.
6011 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
6013         * faces.el (face-spec-set-match-display): Revert the change from
6014         2000-10-24.  Add a FIXME for after v21.1.
6016 2000-11-13  Miles Bader  <miles@gnu.org>
6018         * textmodes/fill.el (skip-line-prefix): New function.
6019         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
6020         (fill-paragraph): Don't leave point inside the fill-prefix.
6021         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6022         point inside the fill-prefix.
6024 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
6026         * calendar/calendar.el (generate-calendar-window):
6027         Use `fit-window-to-buffer'.
6029 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6031         * gud.el (gud-minor-mode): New var.
6032         (gud-symbol, gud-val): New functions.
6033         (gud-find-file): Copy gud-minor-mode to the new buffer.
6034         (gud-menu-map): Include entries for commands that are not always
6035         available, using :enable to (de)activate them.
6036         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
6037         (gud-mode-map): New map.
6038         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6039         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6040         Don't set up gud's menu (it's done by the minor-mode).
6041         (gud-minibuffer-local-map): New.
6042         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6043         (gud-query-cmdline): New function.
6044         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
6045         (gud-mode): Use define-derived-mode.
6046         Don't set up gud's menu (it's done by the minor-mode).
6047         (gud-chop-words): Remove.
6048         (gud-common-init): Use split-string instead.
6049         (gud-new-keymap, gud-make-debug-menu): Eradicate.
6051         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6052         Add keyword arg :name.
6054         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6055         (diff-count-matches, diff-split-hunk): New functions.
6056         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6058         * pcvs-info.el (cvs-fi-conflict-face): New var.
6060         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6061         Make it into a simple syntax-table, shared among all submodes.
6062         (sh-heredoc-face): Re-introduce.
6063         (sh-font-lock-syntactic-face-function): New function.
6064         (sh-mode): Use it.  Also use define-derived-mode.
6065         Remove old bogus setting of indent-region-function.
6066         (sh-set-shell): Don't set the syntax-table any more.
6067         (sh-mode-syntax-table) <defun>: Remove.
6069 2000-11-12  Miles Bader  <miles@gnu.org>
6071         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6072         message if interactive.
6074 2000-11-12  Dave Love  <fx@gnu.org>
6076         * mail/feedmail.el: Fix header,
6077         (feedmail) <defgroup>: Add :link.
6079         * view.el: Use local-map property, not keymap on mode-line string.
6081         * scroll-all.el (scroll-all-mode): Customize variable.
6082         Add autoload cookie to function.
6084         * lazy-lock.el: Remove compatibility code.
6086         * finder.el (finder-known-keywords): Add `files', remove `vms'.
6087         (finder-help-echo): New variable.
6088         (finder-mouse-face-on-line): Add help-echo stuff.
6089         (finder-list-keywords, finder-list-matches): Use mapc.
6091         * faces.el (face-font-registry-alternatives): Add :version.
6093         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6094         tags-table-list.
6096         * net/browse-url.el (browse-url-browser-function): Update :version.
6098         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6099         (mail-mode): Use [:alnum:] in some regexps.
6101 2000-11-10  Dave Love  <fx@gnu.org>
6103         * ediff.el (ediff-regions-internal, ediff-documentation):
6104         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6105         fundamental mode.
6107         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6108         buffer into fundamental mode.
6109         (ediff-set-difference): Use copy-sequence if available.
6111         * ediff-ptch.el (ediff-dispatch-file-patching-job):
6112         Check ediff-patch-map non-nil.
6113         (ediff-fixup-patch-map, ediff-fixup-patch-map)
6114         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6115         buffer into fundamental mode.
6117         * ediff-merg.el (state-or-merge): Defvar when compiling.
6119 2000-11-10  Jason Rumney  <jasonr@gnu.org>
6121         * w32-fns.el (w32-add-charset-info): New function.
6122         (w32-charset-info-alist): Use it.
6124 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6126         * faces.el (face-font-registry-alternatives): New user-option.
6128 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
6130         * textmodes/texinfo.el (texinfo-block-default): New var.
6131         (texinfo-insert-block): Use it.  Insert a newline if needed.
6133         * textmodes/fill.el (fill-indent-according-to-mode): New var.
6134         (fill-region-as-paragraph): Use it.
6136         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6137         (latex-mode): Tweak tex-*-(head|trail)er regexps.
6138         Tweak paragraph regexps to allow a leading [ \t]*.
6139         (tex-latex-block): Insert a newline if necessary.
6140         (latex-insert-item): Only insert a newline if necessary.
6141         (tex-guess-main-file): New function.
6142         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
6143         Set tex-main-file if TeX-master is provided.
6144         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6146 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6148         * startup.el (command-line): Set the default tooltip-mode
6149         to t for graphical displays which implement x-show-tip.
6151         * tooltip.el (tooltip-mode): Add a comment about startup.el
6152         setting the default value of this user-option.
6154 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
6156         * font-lock.el (font-lock-*-face) <defvar>: Move.
6157         (font-lock-defaults-alist): Mark obsolete.
6158         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6159         (font-lock-mode): Use define-minor-mode.
6160         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6161         (font-lock-turn-off-thing-lock): Be more explicit.
6162         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6163         (font-lock-syntactic-face-function): New var.
6164         (font-lock-fontify-syntactically-region): Use it.
6165         (font-lock-doc-face): New.
6167         * pcvs.el (cvs-enabledp): Ignore errors.
6168         (cvs-commit-filelist): Never query.
6169         (cvs-mode-insert): Always add a terminating / in the initial prompt.
6170         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6171         (cvs-do-removal): Use cvs-partition rather than delete-if.
6172         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6173         cvs-bury-buffer.
6175         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6176         Allow `next' to jump to after the end of the last match.
6178 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
6180         * simple.el (byte-compiling-files-p): New function.
6182         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6183         if it is there.
6185         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6186         nil again.
6188         * textmodes/ispell.el (ispell-library-path): Don't call
6189         check-ispell-version when byte-compiling because that starts
6190         an ispell process, and ispell might not be installed.
6191         (toplevel): Don't set up a menu when byte-compiling.
6193         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6194         it, so that a boundp test can be used to determine if we're
6195         currently byte-compiling.
6197 2000-11-09  Dave Love  <fx@gnu.org>
6199         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6201 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6203         * ps-print.el: Patch for variable initialization when spooling.
6204         Doc fix.
6205         (ps-output-list): Fun eliminated.
6206         (ps-begin-file, ps-begin-job): Code fix.
6208 2000-11-08  Dave Love  <fx@gnu.org>
6210         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6212 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
6214         * simple.el (shell-command, display-message-or-buffer)
6215         (shell-command-on-region): Mention resize-mini-windows in the doc
6216         string.
6217         (display-message-or-buffer): Take the value of resize-mini-windows
6218         into account.
6220 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
6222         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6224         * dired.el (dired-between-files): Add `^. find' as an alternative
6225         to the regular expression, for find-dired.
6227 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6229         * textmodes/texnfo-upd.el: Require texinfo.
6230         (defmacro, defgroup): Remove.
6231         (texinfo-section-to-generic-alist): Remove.
6232         Use texinfo-section-list instead (i.e. level is changed string->int).
6233         (texinfo-filter): New function.
6234         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6235         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6236         Use it.  And use regexp-opt.
6237         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6238         (texinfo-update-menu-region-beginning)
6239         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6240         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6241         (texinfo-update-menu-same-level-regexps): Update.
6242         (texinfo-update-node, texinfo-every-node-update)
6243         (texinfo-sequential-node-update): Remove autoload cookie.
6245         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6246         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6247         (texinfo-chapter-level-regexp): Remove.
6248         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6250 2000-11-06  Dave Love  <fx@gnu.org>
6252         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6254         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6255         Match defun*.
6257 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6259         * composite.el (composition-function-table): Variable declaration
6260         moved to src/composite.c.
6261         (compose-chars-after): New optional arg object.
6263 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
6265         * bindings.el (mode-line-toggle-read-only)
6266         (mode-line-toggle-modified, mode-line-widen)
6267         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6268         (make-mode-line-mouse2-map): Rewritten.
6269         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6270         functions so that C-h k can show something with a doc string.
6272         * startup.el (fancy-splash-delay): Set to 10 seconds.
6273         (fancy-splash-max-time): New user-option.
6274         (fancy-splash-stop-time): New variable.
6275         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
6276         (fancy-splash-screens-1): Throw `stop-splashing' when current
6277         time is greater than fancy-splash-stop-time.
6279 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6281         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6283         * pcvs.el (cvs-mode-marked): New arg `noquery'.
6284         Prompt user for a file rather than raising an error.
6285         (cvs-enabledp): Fix call to cvs-mode-marked.
6286         (cvs-insert-file): New function (extracted from cvs-mode-insert).
6287         (cvs-mode-insert): Use it.  Change the init prompt' value.
6288         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6290         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6291         Don't pass default arg to ewoc-locate.
6292         (ewoc-collect): Return result in the right order.
6294         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6296         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6297         (cvs-status-get-tags): Fix regexp.
6298         (cvs-status-trees, cvs-status-cvstrees):
6299         Combine after change hooks and don't sit-for.
6300         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6301         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6302         Use make-char rather than hard-coded cryptic data.
6303         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6305         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6307         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6308         (cvs-insert-strings): New function.
6310 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
6312         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6313         `mwheel-scroll-amount'.
6314         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6315         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6316         string-matching against the version string.
6318 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6320         * language/thai.el ("Thai"): Set a lisp form that produces
6321         composed string in `sample-text' language info.
6323         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6324         composed string in `sample-text' language info.
6326         * international/mule-cmds.el (describe-language-environment):
6327         Eval `sample-text' data and insert the result.
6329         * international/mule-conf.el (compound-text): Define this coding
6330         system here.  Make x-ctext and ctext aliases of it.
6332         * language/european.el (compound-text, ctext): Moved to
6333         international/mule-conf.el.
6335 2000-11-05  Andrew Innes  <andrewi@gnu.org>
6337         * w32-fns.el (w32-version): New function.
6339 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
6341         * progmodes/awk-mode.el: Update copyright.
6342         (awk-mode-abbrev-table): Remove.
6343         (awk-font-lock-keywords): Use regexp-opt.
6344         (awk-mode): Use define-derived-mode.
6346         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6347         when extracting a suffix.
6349 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
6351         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
6352         auto-save-mode.
6354 2000-11-04  Jason Rumney  <jasonr@gnu.org>
6356         * language/european.el (decode-mac-roman): Test against r1 not r0.
6358 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
6360         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6361         (icon-mode): Define indent-line-function.
6362         (icon-comment-indent): Simplify.
6363         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6365         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6367         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6368         Bind change-log-default-mode to defeat the caching done on it.
6369         Don't bother saving excursion any more.
6371         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6373         * frame.el (after-setting-font-hook): Rename hooks -> hook.
6374         (set-frame-font): Use the new name (and the old for compatibility).
6376         * toolbar/tool-bar.el (tool-bar-mode):
6377         * time.el (display-time-mode):
6378         * recentf.el (recentf-mode):
6379         * paren.el (show-paren-mode):
6380         * mwheel.el (mouse-wheel-mode):
6381         * msb.el (msb-mode):
6382         * jka-compr.el (auto-compression-mode):
6383         * image-file.el (auto-image-file-mode):
6384         * hl-line.el (hl-line-mode):
6385         * delsel.el (delete-selection-mode):
6386         * autoinsert.el (auto-insert-mode):
6387         * complete.el (partial-completion-mode): Drop unneeded positional args.
6389         * info.el (Info-mode):
6390         * comint.el (comint-mode): Don't bother with make-local-hook.
6392         * log-edit.el (log-edit-menu): New menu.
6394 2000-11-03  Miles Bader  <miles@gnu.org>
6396         * wid-edit.el (widget-end-of-line): Reinstate, with a new
6397         definition, so that trailing spaces are handled properly.
6398         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6400 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
6402         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6403         tab character.
6404         (fancy-splash-screens): Set tab-width to 20.
6406 2000-11-03  Dave Love  <fx@gnu.org>
6408         * comint.el (comint-completion-addsuffix): Fix custom type.
6410 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
6412         * font-lock.el (font-lock-buffers): Remove.
6413         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6414         (font-lock-change-major-mode): Remove.
6415         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6416         (font-lock-default-fontify-region): Extend the multiline
6417         fontification to whole lines.
6418         (font-lock-fontify-anchored-keywords)
6419         (font-lock-fontify-keywords-region): If matching just one
6420         line (with \n) only mark the \n as multiline.
6422         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6423         Correctly handle the case where several :group args are supplied.
6424         Allow :extra-args.
6425         (easy-mmode-define-global-mode): Allow :extra-args.
6426         Correctly handle the case where several :group args are supplied.
6428 2000-11-02  Miles Bader  <miles@gnu.org>
6430         * calendar/calendar.el (diary-face, calendar-today-face)
6431         (holiday-face): Remove dependency on `window-system'.
6433 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
6435         * Makefile.in (emacs): Set EMACSLOADPATH always.
6436         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6437         (compile-files): Bomb out if compilation of a file fails.
6439 2000-11-02  Dave Love  <fx@gnu.org>
6441         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6443 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
6445         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6446         punctuation in the warning inserted into the *mail* buffer.
6448 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
6450         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6451         (authors-public-domain-p): New function.
6452         (authors-print): Use it.
6454         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6456         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6458 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6460         * ps-print.el: Extension for even/odd printing.  Doc fix.
6461         (ps-print-version): New version number (6.3.1).
6462         (ps-even-or-odd-pages): Customization fix.
6463         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6464         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6465         (ps-page-count): Var replaced by `ps-page-column'.
6466         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6467         (ps-print-sheet-p): New fun.
6469 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6471         * tooltip.el (tooltip-gud-tips-setup): New function.
6472         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6473         (tooltip-mode): Call tooltip-gud-tips-setup.
6474         (tooltip-gud-tips): Use `gud-basic-call' instead of
6475         process-send-string, so the prompt gets frobbed appropriately.
6476         Handle nil return value from `tooltip-gud-print-command'.
6478 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
6480         * comint.el (comint-add-to-input-history): New function.
6481         (comint-send-input): Use `comint-add-to-input-history'.
6483 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6485         * info.el (info-menu-header): New face.
6486         (Info-fontify-menu-headers): New function.
6487         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6489         * info.el (Info-insert-dir): Don't include blank lines at
6490         beginning of additional dir files (one is added automatically).
6492 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
6494         * emacs-lisp/easy-mmode.el (define-minor-mode):
6495         Revert the latest changes.
6496         Allow the three positional arguments to be skipped and replaced
6497         by keyword arguments.
6498         Add a :toggle argument to determine whether a nil arg means toggle
6499         or means turn-on.  The default is unchanged.
6500         Add a call to force-mode-line-update.
6502 2000-11-01  Dave Love  <fx@gnu.org>
6504         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6506 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
6508         * calendar/calendar.el (diary-face, holiday-face):
6509         Add dark-background variants.
6511 2000-10-31  Sam Steingold  <sds@gnu.org>
6513         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6514         `tex-main-file' does not have directory in it.
6516 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
6518         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6520 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
6522         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6523         functional change.
6525 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
6527         * files.el (find-file-noselect): When we expand a wildcard, return
6528         a list of buffers, as we should do according to the doc string.
6530 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
6532         * loadup.el (top level): Adjust load path if program name is
6533         "../src/bootstrap-emacs", in case it's not dumped and thus the
6534         load path adjustment hasn't already been done.
6536 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6538         * ps-print.el: Fix bug on selected pages for printing.
6539         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
6540         is on.  Try to avoid warning messages when compiling.  Doc Fix.
6541         (ps-print-version): New version number (6.3).
6542         (ps-color-device): Use `color-values' to determine if device
6543         supports color.
6544         (ps-color-values): Try to use `x-color-values' when using XEmacs.
6545         (ps-print-page-p): Changed from defsubst to defun.
6546         (ps-page-number): Changed from defmacro to defun.
6547         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6548         printing.
6549         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6550         (ps-end-file, ps-dummy-page): Funs eliminated.
6551         (ps-print-color-scale): Changed default value.
6552         (ps-page-n-up, ps-print-page-p): New internal vars.
6553         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6554         (ps-plot-region, ps-generate, ps-end-job): Code fix.
6556         * delim-col.el: Little programming improvement.
6557         (delimit-columns-str): New macro.
6558         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6560 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
6562         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6563         Moved to european.el.
6564         (ccl-encode-mac-roman-font, fontset-mac): Modified for
6565         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6566         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6567         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6569 2000-10-30  Dave Love  <fx@gnu.org>
6571         * progmodes/cc-menus.el (imenu-generic-expression)
6572         (imenu-progress-message): Only defvar when compiling.
6574         * emacs-lisp/elp.el (elp-unload-hook): New function.
6576         * loadhist.el (unload-feature): Call elp-restore-function,
6577         checking for symbols; don't use elp-restore-all.
6578         (loadhist-hook-functions): Doc fix.
6580 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
6582         * log-edit.el (log-edit-confirm): Fix the default.
6584 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6586         * delim-col.el: Little fix: replace delimit-columns-align-columns by
6587         delimit-columns-format.
6588         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6590 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
6592         * comint.el (comint-replace-by-expanded-history): Don't use
6593         comint-get-old-input (we're not looking at *old* input).
6594         (comint-get-old-input-default): If using fields, signal an error
6595         when the point is not in an input field.
6597 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
6599         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6600         and mule-unicode-e000-ffff.
6602         * international/mule.el (decode-char, encode-char): New functions.
6603         (make-coding-system): Accept a symbol of translation table as a
6604         value of property `safe-chars'.
6606         * international/mule-cmds.el (encode-coding-char): Check property
6607         safe-chars instead of safe-charsets.
6609         * international/fontset.el (fontset-default): Modified for
6610         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6611         (x-font-name-charset-alist): Likewise.
6612         (ccl-encode-unicode-font): New CCL program.  Record it in
6613         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6615         * language/european.el (mac-roman-decoder, mac-roman-encoder):
6616         New translation tables.
6617         (decode-mac-roman, encode-mac-roman): Definition of these CCL
6618         programs are modified and moved from mac-win.el.
6619         (mac-roman): Definition of this coding system is modified and
6620         moved from mac-win.el.
6622 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
6624         * ediff-wind.el (ediff-setup-control-frame): Enclose
6625         face-attribute in condition-case to avoid errors in older emacsen.
6627 2000-10-29  Miles Bader  <miles@gnu.org>
6629         * custom.el (custom-add-to-group): Allow multiple entries for a
6630         given value OPTION, as long as their widget types are different.
6631         * cus-edit.el (custom-face-value-create): If face name doesn't end
6632         with "face", add such here (similar to custom group widgets).
6634         * comint.el (comint-highlight-prompt): Add :type.
6636 2000-10-28  John Wiegley  <johnw@gnu.org>
6638         * calendar/timeclock.el (timeclock-log): Doc fix.
6639         (timeclock-last-event): Doc fix.
6640         (timeclock-log): Kill the timelog buffer after appending a new event.
6641         (timeclock-find-discrep): Use a temp buffer to read in the
6642         timelog, instead of visiting the file.
6643         (timeclock-log-data): A new function, along with a host of helper
6644         functions, for the purpose of making timelog data accessible to
6645         programmers.
6647         * eshell/esh-mode.el (window-height test): Make certain that
6648         `eshell-stringify-t' is non-nil.
6649         (eshell-password-prompt-regexp): Changed to a much simpler
6650         password regexp.
6651         (eshell-send-input): If `eshell-invoke-directly' returns t,
6652         directly invoke the parsed command using `eval'.  This improves
6653         turn-around time on simple commands by a factor of three or
6654         greater, such as cd, ls, pwd, etc. -- which get used very often.
6655         It also conserves thousands of cons cells per call (since
6656         `eshell-do-eval' consumes memory like a Cookie Monster set loose
6657         in the Pacific Cookie Company).
6659         * eshell/esh-test.el (eshell-test): Whitespace fix.
6661         * eshell/em-ls.el (eshell-ls-insert-directory):
6662         Make `eshell-ls-initial-args' nil when inserting directory contents.
6664         * eshell/em-script.el (eshell-script-initialize): Add names to
6665         `eshell-complex-commands, since `source' and `.' are complex.
6667         * eshell/esh-cmd.el (eshell-rewrite-for-command)
6668         (eshell-rewrite-while-command): Use `eshell-protect' instead of
6669         `eshell-copy-handles'.
6670         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6671         bodies.
6672         (eshell-separate-commands): Whitespace fix.
6673         (eshell-complex-commands): Added a new list of names, for
6674         determining whether a given command is as simple as it looks.
6675         (eshell-invoke-directly): New function.  Returns t if a command
6676         should be invoked directly (using `eval'), rather than indirectly
6677         using `eshell-do-eval'.
6678         (eshell-do-eval): Whitespace fix.
6680         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6681         which provides an emulation of the DOS shell behavior of assuming
6682         that cp/mv/ln should copy/move/link to the current directory.
6683         (eshell-remove-entries): Added a doc string.
6684         (eshell-shuffle-files): Removed the check for `target' being null.
6685         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6686         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6687         it to do a smarter check of whether a destination was provided.
6688         (eshell/mv, eshell/cp): Enable `:preserve-args'.
6689         (eshell/ln): Enable `:preserve-args', and use
6690         `eshell-mvcpln-template' to implement the body of the function.
6691         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6692         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6693         list after flattening it.  This makes it possible to cat files
6694         with numerical names.
6695         (eshell-unix-initialize): Added several names to
6696         `eshell-complex-commands.
6697         (eshell-unix-command-complex-p): Return t if a given command name
6698         may result in external processes being invoked.
6700         * eshell/em-glob.el (eshell-glob-show-progress): Make this
6701         variable nil by default, since it slows down glob processing by a
6702         factor of two or more, and increases memory consumption.
6704         * eshell/em-smart.el: Added a note about how memory consumptive
6705         smart display mode can be (at least this is true in Emacs 21).
6706         (eshell-smart-initialize): Whitespace fix.
6707         (eshell-refresh-windows): Use `if' instead of `when'.
6708         (eshell-smart-scroll-window): Calling `save-current-buffer' was
6709         not necessary.
6710         (eshell-currently-handling-window): Added a missing global variable.
6712         * eshell/em-ls.el (eshell-do-ls): Code simplification.
6713         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6714         Whitespace fix.
6715         (eshell-ls-exclude-hidden): Added this variable in addition to
6716         `eshell-ls-exclude-regexp'.  This one prevents files beginning
6717         with . from even being read, which can improve memory consumption
6718         quite a bit.
6719         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6720         read file entries beginning with a dot.  In home directories with
6721         lots of hidden files, fully two-thirds of the time spent in ls is
6722         used to read directory entries that are immediately thrown away.
6723         (eshell-ls-initial-args): Added back this configuration variable,
6724         for specifying default initial arguments to every call to ls.
6725         Much faster than using an alias to do the same thing.
6726         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6727         (eshell-ls-dir): Whitespace change.
6729         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6731         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6732         (eshell-stringify-t): Added a customization variable, to indicate
6733         whether `t' should be rendered as a string at all.  If not, one
6734         can still determine if the result of an expression is true using
6735         "file-exists-p FILE && echo true".
6736         (eshell-stringify): If `eshell-stringify-t' is nil, don't
6737         stringify t!
6739         * eshell/esh-module.el: Whitespace fix.
6741         * eshell/em-alias.el (eshell-alias-initialize):
6742         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6743         (eshell-command-aliased-p): New function that returns t if a
6744         command name names an aliased.
6746 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
6748         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6749         redrawing the screen when changing cursor color.
6750         (viper-insert-state-pre-command-sentinel)
6751         (viper-replace-state-pre-command-sentinel)
6752         (viper-replace-state-post-command-sentinel):
6753         Use viper-preserve-cursor-color.
6754         Many functions changed to use viper= instead of = when comparing
6755         characters.
6756         * viper-util.el (viper-memq-char,viper=): New functions for
6757         working with characters.
6758         (viper-change-cursor-color): Fixed buglet.
6759         Many functions changed to use viper= instead of = when comparing
6760         characters.
6761         * viper.el (viper-insert-state-mode-list): Added eshell.
6763         * ediff-init.el (ediff-before-setup-hook): New hook.
6764         Several typos fixed in various docstrings.
6765         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6766         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6767         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6768         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6769         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6770         (ediff-get-selected-buffers): New function.
6771         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6772         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6773         Use save-window-excursion.
6774         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6775         termination check in while loop.
6776         * ediff.el (ediff-get-default-file-name): Better defaults when in
6777         dired buffer.
6778         (ediff-files,ediff-merge-files,ediff-files3)
6779         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6781 2000-10-28  Dave Love  <fx@gnu.org>
6783         * info.el (Info-fontify-node): Add help-echo for menu items.
6785 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
6787         * startup.el (normal-top-level): If the value of $TERM indicates
6788         we are running from xterm or one of its work-alikes, default to a
6789         light background mode.
6791         Support for -fg, -bg, and -rv command-line arguments for TTYs:
6792         * faces.el (tty-handle-reverse-video): New function.
6793         (tty-create-frame-with-faces): Call it.
6795         * frame.el (frame-notice-user-settings): Don't apply
6796         default-frame-alist and initial-frame-alist to MS-DOS frames.
6797         Call tty-handle-reverse-video, frame-set-background-mode, and
6798         face-set-after-frame-default for non-MS-DOS frames.
6800         * startup.el (tty-long-option-alist): New variable.
6801         (tty-handle-args): New function.
6802         (command-line): Call tty-handle-args.
6804         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6805         startup.el now does that for all character-terminal frames.
6807 2000-10-28  Miles Bader  <miles@gnu.org>
6809         * emacs-lisp/easy-mmode.el (define-minor-mode):
6810         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6811         is global.  If :global is followed by a non-nil but non-t value,
6812         make the mode buffer-local, but also generate a `global-MODE'
6813         version using `easy-mmode-define-global-mode'.
6814         Add :conditional-turn-on keyword argument.
6816 2000-10-28  Dave Love  <fx@gnu.org>
6818         * international/latin1-disp.el (latin1-char-displayable-p):
6819         Don't use window-system.
6821 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
6823         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6824         Don't call find-buffer-file-type-coding-system.  Instead, just
6825         set eol-type to -unix if inhibit-eol-conversion is in effect, or
6826         if the file is on an untranslated filesystem.
6827         (add-untranslated-filesystem): Use "D" instead of "f" inside
6828         interactive.
6830 2000-10-27  Dave Love  <fx@gnu.org>
6832         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6833         (refill-mode): Use it.
6835 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
6837         * international/quail.el (quail-activate): Don't make-local-hook.
6839 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
6841         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6842         manual backups and file.~<rev>.~ for automatic ones.
6843         (vc-make-version-backup): Don't do it on MS-DOS without long file
6844         names.
6846         * vc.el (vc-version-other-window): If an automatic backup of the
6847         desired version exists, rename it instead of copying it.
6849         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6850         after command.  If there's an unexpected error, signal it instead
6851         of being silent.
6852         (vc-cvs-merge-news): Be prepared for no news at all.
6854 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
6856         * shell.el (shell): Add BUFFER argument.
6857         * comint.el (make-comint-in-buffer): New function.
6858         (make-comint): Use it.
6860         * faces.el (face-spec-choose): Change syntax so that the list of
6861         attribute-value pairs is now the cdr of each clause, not the cadr.
6862         Detect old-style entries, and handle them.  Use pop.
6864 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
6866         * cus-edit.el (custom-mode-map): Use a sparse map.
6867         (custom-mode): Don't bother with make-local-hook.
6869         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6871         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6873 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6875         * ps-print.el: Avoid compilation gripes.
6876         (ps-print-version): New version number (6.2.1).
6878 2000-10-26  Dave Love  <fx@gnu.org>
6880         * menu-bar.el: Modify some menu item help strings.
6881         (menu-bar-help-menu): Add link to MORE.STUFF.
6883         * cus-edit.el (custom-mode): Add `special' mode-class property.
6885         * wid-browse.el (widget-browse-mode): Likewise.
6887         * wid-edit.el (widget-specify-field): Revert to using local-map
6888         property, not keymap.
6890 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
6892         * wid-edit.el (widget-field-end): When checking for a `boundary'
6893         field, do so in the correct buffer.
6895         * simple.el (undo): Correctly distinguish between numeric and
6896         non-numeric prefix args in non-transient-mark-mode, as per the doc
6897         string.  When in transient-mark-mode, treat all prefix-args as
6898         numeric.
6900         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6901         Position point on match.  Handle N == 0 correctly.
6903         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6904         (comint-mode-map): Reverse order of `comint-write-output' and
6905         `comint-append-output-to-file'.
6906         (comint-append-output-to-file): Reinstate this function, for the
6907         benefit of the menu.
6909 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
6911         * vc.el (vc-version-other-window): Bind `file'.
6913 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6915         * Makefile.in (update-authors): New target for maintenance purposes.
6917         * emacs-lisp/authors.el (batch-update-authors): New function.
6918         (authors-fixed-entries): New defconst.
6919         (authors-add-fixed-entries): New function.
6920         (authors): Call it.: Don't process lispref/.
6922 2000-10-25  Jason Rumney  <jasonr@gnu.org>
6924         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6925         Merge x w32 and mac definitions.
6927 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6929         * menu-bar.el (menu-bar-options-menu): Add a help string for
6930         `uniquify'.
6932 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
6934         * time-stamp.el (time-stamp-string-preprocess):
6935         Fix a wrong type argument error.
6937 2000-10-25  Miles Bader  <miles@gnu.org>
6939         * recentf.el (recentf-mode): Variable removed.
6940         (recentf-mode): Use `define-minor-mode'.
6942         * mwheel.el (mouse-wheel-mode): New global minor mode.
6943         (mwheel-install): Use `mouse-wheel-mode'.
6945 2000-10-25  Dave Love  <fx@gnu.org>
6947         * progmodes/cperl-mode.el (cperl-mode):
6948         Set normal-auto-fill-function correctly.
6950         * wid-edit.el (widget-field-keymap, widget-text-keymap):
6951         Don't inherit from global-map and don't nullify menu-bar and tool-bar
6952         bindings.
6954 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
6956         * wid-edit.el (widget-field-at): New function.
6957         (widget-at, widget-field-activate): Use it.
6958         (widget-tabable-at): Use `widget-at'.
6959         (widget-specify-field): If the terminating character of the widget
6960         field (which is read-only) is a newline, put it into a special
6961         `boundary' field so that C-n/C-p act more naturally.
6962         (widget-field-end): Also don't subtract one if a special
6963         `boundary' field has been added after the widget field.
6965         * comint.el (comint-output-filter, comint-send-input):
6966         Don't bother adding stickiness fields to overlays to fool the field
6967         code, since it should notice the overlay insertion-types now.
6969         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6970         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6971         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6973 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
6975         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6976         (authors): Set file coding system to iso-2022-7bit.
6977         Add file-local variables to output buffer.
6979         * files.el (after-find-file): Don't print any warnings if
6980         WARN is nil.
6982 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6984         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6986         * delim-col.el: Now there is a column formatting mechanism.
6987         Modified to customization mechanisms convention.  Doc fix.
6988         (columns): New group for delim-col.
6989         (delimit-columns-before, delimit-columns-after)
6990         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6991         (delimit-columns-end): New vars.
6992         (delimit-columns-customize, delimit-columns-format): New funs.
6993         (delimit-columns-region, delimit-columns-rectangle)
6994         (delimit-columns-rectangle-line): Modified to support column
6995         formatting.
6997 2000-10-24  Dave Love  <fx@gnu.org>
6999         * log-edit.el (log-edit): Add :version and a :group for vc.
7001 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7003         * files.el (after-find-file): Don't print a message ``New file''
7004         if WARN is nil.
7006         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7007         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
7008         get duplicate tool-bar entries because we'll see the global ones
7009         on more than one path through keymaps.
7011         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7013         * progmodes/cmacexp.el: Change Francesco's email address.
7015 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7017         * window.el (fit-window-to-buffer): Adjust point of the window
7018         buffer, not that of the current buffer.
7020 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
7022         * progmodes/cmacexp.el: Update the euthor's email address.
7024 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7026         * faces.el (face-spec-set-match-display): Add `graphic' display
7027         type (the inverse of `tty').  Use `display-graphic-p' instead of
7028         the window-system variable.
7030 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7032         * international/isearch-x.el (isearch-with-input-method):
7033         Call input-method-function with the first event in
7034         unread-command-events.
7036 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7038         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7040 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
7042         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7043         New charsets.
7045         * term/mac-win.el: Remove definitions of mac-roman-lower and
7046         mac-roman-upper, require dired, and define instead of set
7047         mac-ready-for-drag-n-drop to avoid compilation error.
7049 2000-10-23  Andrew Innes  <andrewi@gnu.org>
7051         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7052         Remove superfluous calls to subst-char-in-string; instead apply
7053         expand-file-name after convert-standard-filename to ensure
7054         expected directory separators are used.
7056 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
7058         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7060 2000-10-23  Dave Love  <fx@gnu.org>
7062         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7063         (tool-bar-add-item): Set foreground and background for XBM icons.
7065         * international/latin1-disp.el (latin1-char-displayable-p):
7066         New function (from Handa).
7067         (latin1-display-check-font): Use it.
7069         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7070         using :key-sequence, making it much more usable.
7071         Use nconc, not append.
7072         (imenu--create-keymap-1): Avoid append.
7074         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7076 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7078         [the following changes fix a bug where `define-minor-mode' didn't
7079         correctly generate :require clauses for defcustoms in compiled files]
7080         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7081         (byte-compile-log-file, byte-compile-log-1): Don't set
7082         `byte-compile-current-file' to nil.  Instead set
7083         `byte-compile-last-logged-file' to it.  Test whether
7084         byte-compile-current-file equals byte-compile-last-logged-file
7085         instead of whether its nil.
7086         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7088 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
7090         * textmodes/refill.el: Fix var names in doc.
7091         (refill-mode): Don't bother with make-local-hook anymore.
7093 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7095         * faces.el (face-user-default-spec, face-default-spec): New functions.
7096         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7097         (frame-set-background-mode, face-set-after-frame-default):
7098         Use `face-user-default-spec'.  Simplify code slightly.
7100         * woman.el (woman-italic-face, woman-bold-face)
7101         (woman-unknown-face): Add dark-background variants.
7102         (woman-default-faces): Renamed from `woman-colour-faces'.
7103         Set using the stored defaults, rather than using hard-wired colors.
7104         (woman-monochrome-faces): Renamed from `woman-black-faces'.
7105         Just make the foreground `unspecified' rather than "black".
7106         (woman-menu): Rename menu entries accordingly.
7108         * faces.el (header-line): Make more reasonable on mono/grayscale
7109         displays.
7111 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
7113         * cus-edit.el (custom-button-face): Use 3D look for mac.
7114         (custom-button-pressed-face): Likewise.
7116         * faces.el (set-face-attributes-from-resources): Handle mac frames
7117         in the same way as x and w32 frames.
7118         (face-valid-attribute-values): Likewise.
7119         (read-face-attribute): Likewise.
7120         (defined-colors): Likewise.
7121         (color-defined-p): Likewise.
7122         (color-values): Likewise.
7123         (display-grayscale-p): Likewise.
7124         (face-set-after-frame-default): Likewise.
7125         (mode-line): Same default face as for x and w32.
7126         (tool-bar): Likewise.
7128         * frame.el: Remove call to frame-notice-user-settings at end of
7129         the file.
7131         * info.el (Info-fontify-node): Make underlines invisible for mac
7132         as for x, pc, and w32 frame types.
7134         * term/mac-win.el: New file.
7136 2000-10-22  Dave Love  <fx@gnu.org>
7138         * textmodes/refill.el: New file.
7140 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
7142         * vc-hooks.el (vc-version-backup-file-name): New optional args
7143         MANUAL and REGEXP.
7144         (vc-delete-automatic-version-backups, vc-make-version-backup):
7145         New functions.
7146         (vc-before-save): Use the latter.
7147         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7148         confusion.
7150         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7151         expected by vc[-hooks].el.
7153         * vc.el (vc-checkout): Added `-p' suffix in call to
7154         vc-make-version-backups-p; use vc-make-version-backup to actually
7155         make the backup.
7156         (vc-version-other-window, vc-version-backup-file): Handle both
7157         automatic and manual backups.
7158         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7159         of all of them.
7161 2000-10-22  Miles Bader  <miles@gnu.org>
7163         * comint.el (comint-highlight-input, comint-highlight-prompt):
7164         Renamed, `-face' at end removed.
7165         (comint-send-input, comint-output-filter): Use renamed faces.
7167         * window.el (fit-window-to-buffer): Change defaulting of
7168         MAX-HEIGHT slightly.
7170         * faces.el (color-values, color-defined-p): Use `member', not
7171         `memq', because it works correctly for strings.
7172         (frame-set-background-mode): Actually, "unspecified-fg" and
7173         "unspecified-bg" *are* strings.  Use `member', not `memq', and
7174         `equal', not `eq', when a string value is possible.
7176 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
7178         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7180 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
7182         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7183         sh-electric-rparen, sh-electric-less and sh-electric-hash.
7184         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7185         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7186         (sh-font-lock-syntactic-keywords): Use them.
7187         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7188         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7189         (sh-mode): Don't override font-lock-unfontify-region-function.
7190         Use a copy of sh-font-lock-syntactic-keywords.
7191         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7192         Don't call sh-scan-buffer since font-lock does it on the fly.
7193         (sh-get-indent-info): Use `face' rather than `syntax-table'
7194         text-property to detect here-documents.
7195         Replace sh-special-syntax with sh-st-punc.
7196         (sh-prev-line): Use `face' rather than `syntax-table'
7197         text-property to skip over here-documents.
7198         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7199         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7200         (sh-electric-less, sh-set-here-doc-region)
7201         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7202         (sh-scan-buffer, sh-rescan-buffer): Remove.
7204 2000-10-21  Andrew Innes  <andrewi@gnu.org>
7206         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7207         remote (ange-ftp) file names.
7209 2000-10-21  Miles Bader  <miles@gnu.org>
7211         * window.el (fit-window-to-buffer): New function.
7212         (shrink-window-if-larger-than-buffer): Use it.
7213         (window-text-height): Don't expect minibuffers to have mode-lines.
7215         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7216         * international/quail.el (quail-update-guidance):
7217         Use `fit-window-to-buffer' instead of `set-window-text-height'.
7219         * international/quail.el (quail-show-guidance-buf): Make sure
7220         guidance window really has enough room.
7221         (quail-update-guidance): If quail-guidance-win is already shown,
7222         make sure its height is OK.
7224         * window.el (window-text-height, set-window-text-height):
7225         New functions.
7226         (shrink-window-if-larger-than-buffer): Use `window-text-height'
7227         instead of `window-height' & `mode-line-window-height-fudge'.
7228         (mode-line-window-height-fudge): Add FACE parameter.
7229         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7230         instead of `enlarge-window' & `mode-line-window-height-fudge'.
7232 2000-10-20  Miles Bader  <miles@gnu.org>
7234         * window.el (height-affecting-face-attributes): Use `defconst'.
7236         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7237         New function, conditionally aliased to `mode-line-window-height-fudge'.
7238         (ispell-help): Use it.
7239         (ispell-choices-win-default-height): Don't include mode-line fudge.
7240         (ispell-choices-win-default-height): New function.
7241         (ispell-show-choices, ispell-command-loop): Use function
7242         `ispell-choices-win-default-height' instead of variable.
7244 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
7246         * window.el (mode-line-window-height-fudge): New variable.
7247         (height-affecting-face-attributes): New variable.
7248         (mode-line-window-height-fudge): New function.
7249         (shrink-window-if-larger-than-buffer): Use it.
7250         * help.el (resize-temp-buffer-window): Likewise.
7252         * info.el (Info-fontify-node): Add support for @subsubsection
7253         titles, which use `Info-title-4-face'.
7254         (Info-title-4-face): New face.
7255         (Info-title-3-face): Inherit from Info-title-4-face instead of
7256         variable-pitch.
7258 2000-10-19  Jason Rumney  <jasonr@gnu.org>
7260         * dired.el (dired-insert-directory): Do not let errors signalled by
7261         attempt to run dired-free-space-program prevent dired from working.
7263 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
7265         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7267 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
7269         * dirtrack.el (dirtrack): Fix call to run-hooks.
7271         * cmuscheme.el (cmuscheme-program-name): Renamed from
7272         scheme-program-name because xscheme.el contains a defcustom with
7273         the same name.  As a consequence, customizing group `cmuscheme'
7274         loaded `xscheme' which redefined run-scheme.
7275         (run-scheme): Use cmuscheme-program-name.
7277         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7279         * play/doctor.el (doctor-death): Update the Samaritans'
7280         anonymous address, and add a website for Befrienders International.
7282 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7284         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
7285         Avoid compilation gripes.  Doc fix.
7286         (ps-print-version): New version number (6.2).
7287         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7288         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7289         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7290         (ps-x-extent-priority, ps-x-extent-start-position)
7291         (ps-x-face-font-instance, ps-x-find-coding-system)
7292         (ps-x-font-instance-properties, ps-x-make-color-instance)
7293         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7294         avoid compilation gripes without defining functions.
7295         (ps-e-find-composition): Alias for function find-composition, to have a
7296         suitable function depending on Emacs version.
7297         (ps-color-device, ps-color-values, ps-face-foreground-name)
7298         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7299         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7300         (ps-print-ensure-fontified): Function definitions surrounded by
7301         `eval-and-compile' to avoid compilation gripes.
7302         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7303         by symbol-value to avoid compilation gripes.
7304         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7305         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7307 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7309         * startup.el (normal-top-level): Call `frame-set-background-mode'
7310         after `frame-notice-user-settings' because the latter doesn't call
7311         the former on a tty.
7313         * faces.el (frame-set-background-mode): `unspecified' &c are
7314         symbols, not strings.
7316 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7318         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7319         why some "light*" colors are deliberately absent from the alist.
7321         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7322         Change colors for tty's, as suggested by Miles Bader.
7324 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
7326         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7327         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
7328         for ISO10646-1 fonts.
7329         (x-font-name-charset-alist): Add an entry for "iso10646-1".
7331 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7333         * faces.el (frame-set-background-mode): If a tty frame defines a
7334         background color, use that to compute the background mode, instead
7335         of always defaulting to "dark".
7337 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7339         * comint.el (comint-write-output): New function.
7340         (comint-mode-map): Add it to the menu.
7341         Bind `C-c C-s' to comint-write-output.
7343 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
7345         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7346         Use fancy-splash-delay.
7348 2000-10-18  Alex Schroeder  <alex@gnu.org>
7350         * progmodes/sql.el (sql-sybase-options): New option.
7351         (sql-sybase): Use it.  Add sql-database to the list of parameters
7352         provided for login.  The options -w 2048 -n are not used any more.
7354         * comint.el (comint-read-input-ring): Bugfix such that the first
7355         and the last entry of the input ring file are not lost.
7357 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7359         * ps-print.el: Internal variable changes to defcustom,
7360         make-local-hook changes to defvar.  Doc fix.
7361         (ps-print-version): New version number (6.1).
7362         (ps-setup, ps-do-despool): Code fix.
7363         (ps-printer-name): Customization fix.
7364         (ps-printer-name-option): Now is a defcustom instead of an
7365         internal variable.
7366         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7367         (ps-print-begin-column-hook): Now are defvar instead of
7368         make-local-hook.
7370 2000-10-18  Miles Bader  <miles@gnu.org>
7372         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7373         (comint-kill-output): Changed into an alias for `comint-delete-output',
7374         and made obsolete.
7375         (comint-mode-map): Rename references to comint-kill-output.
7377 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
7379         * diff-mode.el (diff-header-face, diff-file-header-face)
7380         (diff-changed-face): Add bold and italic attributes to tty faces.
7381         (diff-function-face): New face.
7382         (diff-font-lock-keywords): Use it.
7384 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
7386         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7387         Remove commented-out call to force-mode-line-update.
7388         (comint-kill-output): Use `forward-line 0' instead of
7389         beginning-of-line to make sure we get past the prompt.
7391 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
7393         * diff-mode.el (diff-header-face, diff-file-header-face):
7394         Add specific setting for dark background.
7395         (diff-context-face): Renamed from diff-comment-face.
7396         Set explicitly rather than inheriting from font-lock-comment-face.
7398 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7400         * startup.el (command-line): Move the code which sets the default
7401         TTY colors to before before-init-hook.
7403 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7405         * jit-lock.el (jit-lock-stealth-time): Doc fix.
7407 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7409         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7410         extensions, for MS-DOS.
7412         * diff-mode.el (diff-header-face, diff-file-header-face)
7413         (diff-changed-face): Define tty-specific colors.
7415 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7417         * startup.el (fancy-splash-text): Realign the text.
7419 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7421         * font-lock.el (font-lock-comment-face): Define a separate default
7422         for dark-background tty's.
7424 2000-10-17  Miles Bader  <miles@gnu.org>
7426         * help.el (resize-temp-buffer-window): Add hack to avoid last line
7427         being obscured by whizzy mode-lines on graphics displays.
7429 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7431         * info.el (Info-title-1-face, Info-title-2-face)
7432         (Info-title-3-face): Define colors for tty's.
7433         (info-header-node): Remove unneeded tty-specific definition.
7435 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
7437         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7438         reverse from the frame parameters, and don't invert foreground and
7439         background colors.
7441 2000-10-16  Miles Bader  <miles@gnu.org>
7443         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7444         string "*Info*".  Call propertized-buffer-identification to spruce
7445         up the result.
7447 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7449         * help.el: Provide `help' for the sake of define-minor-mode
7450         which generates defcustoms with requires.
7452         * jit-lock.el (jit-lock-after-change): If we're in text that
7453         matches a multi-line font-lock pattern, make sure the whole text
7454         will be redisplayed.
7456         * emacs-lisp/authors.el (authors-add): Don't add an entry if
7457         author's name is unknown.
7459         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7460         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7461         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7462         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7463         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7464         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7465         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7466         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7467         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7468         Add author information.
7470 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
7472         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7473         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7474         full-color version (using the Gimp) to eliminate dithering artifacts.
7476 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7478         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7480         * simple.el (syntax-flag-table, string-to-syntax): Remove.
7482 2000-10-15  Dave Love  <fx@gnu.org>
7484         * progmodes/sh-script.el: Require skeleton and comint when compiling.
7486         * pcomplete.el (pcomplete) <defgroup>: Add :version.
7488         * whitespace.el: Doc fixes.
7489         (top-level): Don't add hooks here.
7490         (whitespace-running-emacs): Deleted.
7491         (timer): Don't require.
7492         (whitespace): Add back :version conditional on xemacs test.
7493         (whitespace-spacetab-regexp, whitespace-indent-regexp)
7494         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7495         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7496         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7497         Avoid specific xemacs test.
7498         (whitespace-global-mode): New option.
7499         (whitespace-global-mode): New command.
7500         (whitespace-unload-hook): New function.
7502         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7503         (Info-fontify-node, Info-goto-node, Info-mode-menu)
7504         (Info-fontify-node): `Goto' goes to `Go to'.
7505         (Info-fontify-node): Add help-echo to xref links.
7507 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
7509         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7511 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7513         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7514         Use plist-get and allow :inherit.
7516         * emacs-lisp/cl-macs.el (cl-do-arglist):
7517         Use plist-get and plist-member instead of memq.
7519         * emacs-lisp/ewoc.el (ewoc-location): New function.
7520         (ewoc-enter-after, ewoc-enter-before): Document return value.
7521         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7522         Don't need make-local-hook any more.
7523         (cvs-addto-collection): Return the new tin.
7524         (cvs-mode-insert): Jump to the new line.
7526         * jit-lock.el (jit-lock-fontify-buffer): Remove.
7528         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7530         * font-lock.el (font-lock-syntactically-fontified): New var.
7531         (font-lock-fontify-syntactic-keywords-region): Use it.
7532         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
7534         * diff-mode.el (diff-find-file-name): Fix regexp.
7536         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7537         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7539         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7540         (sh-mode-syntax-table): Add punctuation syntax for < and >.
7541         (sh-mode): Don't make all vars local here.
7542         (sh-kw): Reformat.
7543         (sh-set-shell): Use dolist.  Don't set indent-region-function.
7544         (sh-mode-syntax-table): Use pop.
7545         (sh-remember-variable): Use push.
7546         (sh-help-string-for-variable): Use memq.
7547         (sh-safe-backward-sexp): Remove.
7548         (sh-safe-forward-sexp): Add ARG.
7549         (sh-get-indent-info, sh-prev-stmt): Use it.
7550         (sh-prev-line): Simplify by using forward-comment.
7551         (sh-this-is-a-continuation): Simplify.
7552         (sh-learn-buffer-indent): Use dolist.
7553         (sh-do-nothing): Remove.
7554         (sh-set-char-syntax, sh-set-here-doc-region):
7555         Use inhibit-modification-hooks.
7556         (sh-name-style): Use mapcar and push.
7557         (sh-load-style): Use dolist.
7558         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7559         (sh-case, sh-while-getopts): Use propertize directly rather
7560         than sh-electric-rparen.
7562 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
7564         * textmodes/tex-mode.el: Require CL when compiling.
7565         (tex-mode-syntax-table): Init immediately.
7566         (tex-mode-map): Bind M-RET to latex-insert-item.
7567         (latex-mode): Set indent-line-function to latex-indent.
7568         (tex-common-initialization): Don't setup the syntax-table any more.
7569         (latex-insert-item): New skeleton.
7570         (tex-next-unmatched-end): Fix copy/paste braino.
7571         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7572         (latex-indent, latex-find-indent): New functions.
7573         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7574         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7575         (tex-compilation-parse-errors): Use with-syntax-table.
7577 2000-10-15  Miles Bader  <miles@gnu.org>
7579         * font-lock.el (font-lock-comment-face): Change dark-background,
7580         color, non-tty, default to `chocolate1'.
7582 2000-10-13  John Wiegley  <johnw@gnu.org>
7584         * eshell/esh-util.el (require): Added a missing `require' form,
7585         needed when compiling (for an ange-ftp macro definition).
7587 2000-10-13  Dave Love  <fx@gnu.org>
7589         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7591 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
7593         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7595         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7596         transparent -colors 8).
7598 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
7600         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7601         that breaks with old list format timestamps.
7602         (time-stamp-warn-inactive, time-stamp-old-format-warn)
7603         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7605 2000-10-13  John Wiegley  <johnw@gnu.org>
7607         * align.el, pcomplete.el, calendar/timeclock.el,
7608         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7610         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7611         faulty math, where holiday hours were being computing as seconds.
7613 2000-10-13  John Wiegley  <johnw@gnu.org>
7615         * desktop.el (desktop-buffer-modes-to-save): Added a global for
7616         specifying what "other" kinds of buffers should be saved.
7617         This used to be hard-coded.
7618         (desktop-buffer-misc-functions): A global for specifying how
7619         auxiliary data should be determined for special buffer types.
7620         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7621         instead of hard-coding the special buffer types.
7622         (desktop-save): Run `desktop-buffer-misc-functions' to gather
7623         auxiliary data, instead of hard-coding for Info buffers and dired.
7624         (desktop-buffer-info-misc-data): Aux function for determining Info
7625         buffer auxiliary info.
7626         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7627         (desktop-buffer-info): Changed this function to use the info
7628         gathered above.
7629         (desktop-create-buffer): Be a little more careful about what
7630         `minor-mode' means before calling it.  This is important for some
7631         buffer types.
7633 2000-10-13  John Wiegley  <johnw@gnu.org>
7635         * eshell/esh-util.el: Added a global form which declares an
7636         autoload for `parse-time-string', if that function is not already
7637         defined, and if parse-time.el is available on the user's system.
7639         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7640         to be aware of ange-ftp user info.
7641         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
7642         (eshell-ls-annotate): Use `eshell-file-attributes'.
7643         (eshell-ls-file): Made the user-id printing code a bit smarter.
7645         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7646         allow identification of alias user ids in remote directories.
7647         It's manual, but there's no other way to know when the current user
7648         on the local machine, is also the owning user on the remote machine.
7649         (fboundp): Bind `ange-cache'.
7650         (eshell-directory-files-and-attributes): Re-organized the logic a
7651         bit to use `eshell-file-attributes' instead of `file-attributes'.
7652         The former is more sensitive to directories that are read via FTP,
7653         and knows how to use ange-ftp to determine full attribute
7654         information, instead of just the name and last modtime.
7655         (eshell-current-ange-uids): Return the current user id when in a
7656         remote directory.
7657         (eshell-parse-ange-ls): Parse a full directory listing that has
7658         been returned by ange-ftp.
7659         (eshell-file-attributes): This beefed up version of
7660         `file-attributes' is only special if the user is currently in a
7661         remote directory, in which case it does a lot of work to find out
7662         what the real attributes of a file are, as they appear on the
7663         remote machine.  This makes usage of remote directories (i.e.,
7664         ange-ftp pathnames) much more useful.  You can now use Eshell as a
7665         full-fledged FTP client, with much more manipulation ability than
7666         most other clients.
7668         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7669         variable, which means that Eshell's du should always be preferred
7670         in remote directories.
7671         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7672         just `file-attributes'.
7673         (eshell-mvcp-template): Bind `ange-cache', to improve performance
7674         when reading remote directories.  This is an Eshell-specific
7675         variable (not part of ange-ftp).
7676         (eshell/ln): Bind `ange-cache'.
7677         (eshell/du): Added some extra logic for determining when to use
7678         Eshell's du (which is slow), and when to use the external version
7679         (which may or may not exist).
7681         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7682         Call `eshell-interactive-process', rather than using
7683         `get-buffer-process', since backgrounded processes don't count in
7684         the context of this function's logic.
7686         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7687         `forward-char', so that null strings are parsed correctly.
7689 2000-09-13  John Wiegley  <johnw@gnu.org>
7691         * eshell/em-pred.el (eshell-pred-file-type)
7692         (eshell-pred-file-links, eshell-pred-file-size):
7693         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
7695         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7696         that remote file globbing is more efficient.
7698         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7699         gathering the files and attributes within a directory.
7701         * eshell/em-unix.el (eshell/cat): If any of the files passed on
7702         the command line is a special file (not a regular file, directory
7703         or symlink), always attempt to call the external version of cat.
7705 2000-09-13  John Wiegley  <johnw@gnu.org>
7707         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7708         Eshell-friendly version of find-tag.
7710 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
7712         * image-file.el (image-file-name-extensions)
7713         (image-file-name-regexps): Add autoload cookies.
7715 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
7717         * international/mule-cmds.el (select-safe-coding-system): If FROM
7718         is string, show it in *Warning* buffer.
7720 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7722         * startup.el (normal-top-level): Use display-popup-menus-p instead
7723         of window-system.
7724         (command-line): Use display-graphic-p instead of window-system.
7725         (command-line-1): Use display-popup-menus-p and display-mouse-p
7726         instead of window-system.
7728 2000-10-12  Sam Steingold  <sds@gnu.org>
7730         * tooltip.el (tooltip-use-echo-area): New user variable.
7731         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7733 2000-10-12  Dave Love  <fx@gnu.org>
7735         * recentf.el: Maintainer's checkdoc fixes.
7737         * startup.el (normal-top-level-add-subdirs-to-load-path):
7738         Use character class, not ASCII when matching file names.
7739         (fancy-splash-head): Add trailing slash to URL.
7740         (command-line): Don't require XPM support for toolbar.
7742         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7743         (cperl-invalid-face): Revert last change.
7744         (cperl-init-faces): Quote cperl-invalid-face.
7746 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
7748         * startup.el (fancy-splash-text): Remove superfluous quote.
7750 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
7752         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7753         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7754         (command-line-1): Don't use fancy-splash-pending-command.
7755         (fancy-splash-screens-1): Goto point-min after inserting text.
7757         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7759         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7760         instead of shared-lisp-mode-map.
7762 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
7764         * faces.el (header-line): Change tty-variant to use underlining.
7766         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7767         (isearch-highlight): Restore lazy-isearch face properties at old
7768         position, and suppress them at new position.
7769         (isearch-dehighlight): Restore lazy-isearch face properties.
7770         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7771         over the real isearch overlay, but in that case, don't give it a
7772         face property.  Use `push'.
7774 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
7776         * man.el (Man-getpage-in-background): Fix previous change.
7777         Decode the process output only when we are in multibyte mode.
7779 2000-10-11  Dave Love  <fx@gnu.org>
7781         * info.el (Info-mode-menu): Fix some help.
7782         (info-tool-bar-map): Add entry for Info-last.
7784         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7785         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7786         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7787         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7788         * toolbar/search-replace.xpm, toolbar/exit.xpm:
7789         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7790         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7791         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7792         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7793         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7794         Reduce colour requirements to 25 overall.  (Probably wants
7795         revisiting from the originals to reduce further.)
7797 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
7799         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7800         buffer-file-coding-system, instead of raw-text.
7801         (dehexlify-buffer): Bind coding-system-for-read to
7802         buffer-file-coding-system, instead of raw-text.
7804 2000-10-11  Sam Steingold  <sds@gnu.org>
7806         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7807         `underline' - fixes the bug introduced on 2000-09-21.
7809 2000-10-11  Dave Love  <fx@gnu.org>
7811         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7812         Avoid compiler warnings.
7813         (scheme-mode): Doc fix.
7814         (scheme-font-lock-keywords-1): Match `define-syntax'.
7816 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
7818         * faces.el (frame-set-background-mode): Pay attention to saved
7819         face specs as well as default ones.  Only do anything if the
7820         bg-mode or display-type has actually changed.  Use `dolist'.
7821         (region): Make dark-background `region' face less in-your-face.
7823 2000-10-10  Sam Steingold  <sds@gnu.org>
7825         * chistory.el, ielm.el, ledit.el:
7826         * progmodes/inf-lisp.el, progmodes/scheme.el:
7827         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7829 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
7831         * textmodes/texinfo.el: Update copyright and fix typo.
7833         * desktop.el (desktop-modes-not-to-save): New var.
7834         (desktop-save-buffer-p): Use it.
7835         Also, obey desktop-buffers-not-to-save even for non-file buffers.
7836         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7838 2000-10-10  Dave Love  <fx@gnu.org>
7840         * toolbar/tool-bar.el (tool-bar-add-item)
7841         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7843         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7844         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7845         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7846         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7847         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7848         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7849         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7850         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7851         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7852         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7853         the .xpms; probably need retouching.
7855 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
7857         * subr.el (add-to-list): Add optional argument APPEND.
7858         * battery.el (display-battery): Use `add-to-list'.
7860 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
7862         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7863         properties.
7864         (zone, zone-when-idle, zone-leave-me-alone)
7865         (zone-pgm-whack-chars): Use new symbol properties.
7867         * battery.el (display-battery): Doc spelling fix.
7869         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7870         property.
7872 2000-10-09  Dave Love  <fx@gnu.org>
7874         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7875         has been initialized before calling tool-bar-setup.
7876         (tool-bar-add-item-from-menu): Add autoload cookie.
7878 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
7880         * menu-bar.el (send-mail-item-name): New function.
7881         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7882         of mail-user-agent in the menu.  Don't display the "Send Mail"
7883         item if mail-user-agent is nil or its value is ignore.
7884         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7885         if read-mail-command is nil or its value is ignore.
7887         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7889 2000-10-09  Miles Bader  <miles@gnu.org>
7891         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7892         Correct image size.
7893         * toolbar/left_arrow.xpm: Correct image size.
7895         * jka-compr.el: Don't call `jka-compr-install' when loading (it
7896         will be done by the definition of `auto-compression-mode' if
7897         necessary.  Move code to uninstall existing file-name handler
7898         before definition of `auto-compression-mode'.
7900         * image-file.el (auto-image-file-mode): Move to the end of the
7901         file, because `define-minor-mode' actually calls the mode-function
7902         if the associated variable is non-nil, which requires that all
7903         needed functions be already defined.
7905         * mouse.el (popup-menu): Balance parens.
7907 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
7909         * mouse.el (popup-menu): Move the command call outside the loop
7910         so that popup-menu returns whatever the command returns.
7912         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
7913         (initialize-new-tags-table): Use run-hook-with-args-until-success.
7914         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7915         (tags-table-format-functions): Renamed from tags-table-format-hooks.
7917         * vc.el (vc-version-diff): diff-switches can be a list.
7918         Use relative filenames for prettier output.
7920         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7921         (vc-post-command-functions): Remove old-VC compatibility code.
7923         * newcomment.el (comment-indent-default): Autoload.
7925         * font-lock.el (font-lock-defaults): Make buffer-local.
7926         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7927         (font-lock-choose-keywords):
7928         Ignore LEVEL unless KEYWORDS is a list of syms.
7929         (c-keywords, c++-keywords, objc-keywords, java-keywords):
7930         Don't wrap regexp-opt things in \(...\) unnecessarily.
7932         * jit-lock.el: Don't require font-lock any more.
7933         (jit-lock-functions): Make buffer-local.
7934         (jit-lock-saved-fontify-buffer-function): Remove.
7935         (jit-lock-mode): Remove autoload cookie.
7936         Remove font-lock specific code.
7937         (jit-lock-unregister): Don't bother handling complex hooks any more.
7938         (jit-lock-refontify): New function.
7939         (jit-lock-fontify-buffer): Use it.
7940         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7941         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7942         Add optional args START and END.
7943         Never call font-lock-fontify-region directly.
7944         (jit-lock-function, jit-lock-stealth-fontify): Use it.
7946         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7948 2000-10-08  Dave Love  <fx@gnu.org>
7950         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7952         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7954         * play/studly.el (studlify-region, studlify-word): Add autoload
7955         cookie.
7957         * play/morse.el (morse-region, unmorse-region): Add autoload
7958         cookie.
7960         * play/spook.el (spook-phrases-file): Use expand-file-name, not
7961         concat.
7963         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7964         insist on symbols starting with word syntax.
7965         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7966         (eval-defun-1): Doc fix.
7967         (indent-sexp): Use nconc to build up indent-stack.
7969         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7970         Gnus with little use.
7971         (mail-setup-hook): Add mail-abbrevs-setup to options.
7973         * recentf.el: Doc fixes.
7975         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7976         Clean up remainder.
7978         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
7979         without timezone and (8) with timezone to enforce some whitespace.
7980         Simplify code somewhat.
7982         * options.el (list-options): Doc that you should use customize.
7984         * iswitchb.el (iswitchb-mode): Add :require.
7986         * info.el (Info-goto-node, Info-menu): Doc fix.
7987         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7988         (info-tool-bar-map): New variable.
7989         (Info-mode): Use it.
7990         (Info-edit-map): Define all in defvar.
7991         (speedbar-attached-frame): Avoid compiler warning.
7993         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7994         (global-map): Bind [tool-bar] to a filtered map.
7995         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
7996         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7997         Allow PBM icons.
7998         (tool-bar-setup): Adjust calls of tool-bar-add-item.
8000         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8001         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8002         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
8003         icons, except up_arrow, which is left-arrow rotated.
8005         * imenu.el (imenu-add-to-menubar): Fix last change.
8007 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
8009         * generic-x.el (rul-generic-mode): Remove eval-when-compile
8010         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
8012 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8014         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8015         typos in doc strings.
8017         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8018         the doc strings how to customize Font Lock faces.
8020         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8021         computing growth when dragging the header line.
8023 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8025         * simple.el (kill-line): Doc fix.
8027 2000-10-08  Miles Bader  <miles@gnu.org>
8029         * faces.el (secondary-selection): Make foreground visible on tty.
8031         * jka-compr.el (auto-compression-mode): Move to the end of the
8032         file, because `define-minor-mode' actually calls the mode-function
8033         if the associated variable is non-nil, which requires that all
8034         needed functions be already defined.
8035         (with-auto-compression-mode): Add autoload cookie.
8037 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
8039         * files.el (find-backup-file-name) [ms-dos]: If support for long
8040         file names is not available, behave as if version-control were set
8041         to never.
8043 2000-10-07  Dave Love  <fx@gnu.org>
8045         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8046         (browse-url-gnome-moz): New function.
8047         (browse-url-browser-function): Use it.
8048         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8050 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
8052         * indent.el (tab-always-indent): New var.
8053         (indent-for-tab-command): Use it.
8055         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8056         raise an error.  This way it can still default to a sane value.
8058 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8060         * startup.el (fancy-splash-screens): Use local rather than global map.
8061         Don't use `update-menu-bindings' any more.
8062         Get rid of assumptions about keymap representation.
8064 2000-10-06  Dave Love  <fx@gnu.org>
8066         * textmodes/fill.el (sentence-end-double-space)
8067         (sentence-end-without-period):  Doc fix.
8068         (adaptive-fill-regexp): Purecopy.
8069         (unjustify-current-line): Use line-end-position.
8070         (fill-individual-paragraphs-prefix): Use line-beginning-position.
8072         * net/eudc-vars.el (eudc): Add :version, :link.
8074         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8076         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8077         Fix for define-minor-mode.
8078         (function-at-point): Alias to function-called-at-point.
8080         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8082         * simple.el (backward-word): Doc fix.
8084         * image-file.el (image-file-name-regexp): image-file-regexps ->
8085         image-file-name-regexps.
8086         (image-file-name-extensions): Add pbm.
8088 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8090         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8091         and add filename to the names so that diff-mode can jump to source.
8093         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8094         (tex-font-lock-keywords, tex-font-lock-keywords-2)
8095         (tex-font-lock-keywords-1): Remove.
8096         (font-lock-turn-on-thing-lock): Use jit-lock-register.
8097         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8098         (font-lock-default-fontify-region):
8099         Expand beg..end correctly when just following a multiline region.
8100         (font-lock-fontify-anchored-keywords):
8101         Include the anchor text as part of the multiline.
8103 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
8105         * loadup.el (toplevel): Load `loaddefs' before `help' because the
8106         latter needs the autoloaded define-minor-mode macro during the
8107         bootstrap.
8109         * startup.el (command-line): For now, activate tool-bar-mode only
8110         if XPM images are supported.
8112         * mouse.el (mouse-drag-header-line): Don't allow resizing a
8113         window by dragging a header-line at the top of the frame; that's
8114         confusing because the header-line doesn't move.
8115         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8116         of treating the event as a list.  Some cleanup.
8118 2000-10-06  Miles Bader  <miles@gnu.org>
8120         * simple.el (display-message-or-buffer): New function.
8121         (shell-command-on-region): Use `display-message-or-buffer'.
8123         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8124         docstring parts.
8126         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8127         (smbclient-prompt-regexp): Add usage note to doc string.
8128         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8129         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8130         Use add-hook for adding the comint filter function, and only do so
8131         if it's not already in the global hook list.
8132         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8133         to `make-local-variable'.
8134         (nslookup-font-lock-keywords): Remove prompt entry.
8135         (nslookup): Don't set the process-filter.
8136         (finger): Exit the loop correctly when the regexps list runs out.
8137         (ftp, smbclient, smbclient-list-shares):
8138         Set the real major mode immediately, not after execing.
8139         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8141         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8143 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
8145         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8147         * which-func.el (which-func-format): Remove spurious space.
8148         (which-func-mode): Don't make it permanent-local.
8149         (which-func-ff-hook): Allow which-func-maxout to be nil.
8150         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
8151         (which-func-mode): Simplify.
8152         Use post-command-idle-hook rather than post-command-hook.
8153         Go through all buffers and update their state.
8154         (which-function): Also try add-log-current-defun-function.
8156         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8157         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8158         Update call to with-vc-properties accordingly.
8159         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8160         (vc-revert-buffer): More careful about window selection and deletion.
8161         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8163         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8164         (cvs-retrieve-revision): Reuse a pre-existing buffer.
8165         (cvs-dired-action): Change the default to quickdir.
8167         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8168         if comment-indent-function returns nil.
8169         (comment-indent-default): New function.
8170         (comment-indent-function): Use it and document the new semantics.
8172         * image-file.el: Docstring fixes.
8174         * help.el (help-xref-on-pp): Use match-string.
8175         (describe-variable): New arg BUFFER.
8176         Store the current buffer in the help-xref-stack.
8177         (temp-buffer-resize-mode): Use define-minor-mode.
8179         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8180         consistently with its docstring.
8181         Set jit-lock-first-unfontify-pos in an idempotent way.
8182         (jit-lock-register): Autoload and add arg CONTEXTUAL.
8184 2000-10-05  Alex Schroeder  <alex@gnu.org>
8186         * sql.el (sql-mysql-options): New variable.
8187         (sql-mysql): Use it.
8189 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
8191         * image.el (image): New group.
8193         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8194         (smerge-base-face, smerge-markers-face): Add dark-background variants.
8196 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8198         * net/net-utils.el (nslookup-font-lock-keywords)
8199         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8200         Ignore the value of wqindow-system; always define keywords
8202 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
8204         * startup.el (fancy-splash-screens): Remove the code for
8205         debugging; `(trace-to-stderr "EXITTT\n")'.
8207 2000-10-05  Miles Bader  <miles@gnu.org>
8209         * diff-mode.el (diff-goto-source): Update call to
8210         `diff-hunk-status-msg' to reflect new REV variable.
8212 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
8214         * progmodes/icon.el (icon-mode):
8215         Don't gratuitously override the default for comment-column.
8217         * vc-hooks.el (vc-mode-line): Fix interactive spec.
8219         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8220         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8221         (jit-lock-functions): New var.
8222         (jit-lock-function-1): Use it if non-nil.
8223         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
8224         Set the `fontified' property before doing the fontification to avoid
8225         repeatedly going through the same error.
8226         Don't turn errors into messages.
8227         (jit-lock-register, jit-lock-unregister): New functions.
8229         * dired.el (dired-mark-pop-up): Turn comment into docstring.
8230         Use with-current-buffer.
8232         * dired-aux.el (dired-do-create-files, dired-kill-tree):
8233         Turn comment into docstring.
8235         * apropos.el (apropos-mode): Use define-derived-mode.
8237 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
8239         * startup.el (fancy-splash-pending-command): New variable.
8240         (fancy-splash-pre-command): New function.
8241         (fancy-splash-screens): Rewritten.
8242         (command-line-1): If fancy-splash-pending-command is set, call it
8243         interactively.
8245 2000-10-04  Dave Love  <fx@gnu.org>
8247         * toolbar/tool-bar.el (tool-bar-setup): New function.
8248         (tool-bar-mode): Use it.
8250         * subr.el (substitute-key-definition): Doc fix.
8251         (play-sound-file): New command.
8253 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
8255         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8256         vc-version-backup-file-name): New functions.
8258         * files.el (basic-save-buffer): Call vc-before-save before saving.
8260         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8261         vc-cvs-stay-local-p.
8263         * vc.el (vc-revert-buffer): Handle empty diff properly.
8264         (vc-version-backup-file): New function.
8265         (vc-checkout): Create a version backup if necessary.
8266         (vc-checkin): If a version backup file exists, delete it.
8267         (vc-version-diff): Diff locally using version backups, if available.
8268         (vc-revert-file): If there's a version backup, revert locally.
8269         (vc-transfer-file): Use version backup for base version, if
8270         available.  If not, ask for confirmation whether to get it from the
8271         server.  Update mode line before check-in.
8273 2000-10-04  Dave Love  <fx@gnu.org>
8275         * toolbar/tool-bar.el (tool-bar-setup): New function.
8276         (tool-bar-mode): Use it.
8278 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8280         * net/net-utils.el (nslookup-font-lock-keywords)
8281         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8282         Only set if window-system is non-nil
8283         (net-utils-run-program): Returns buffer.
8284         (network-connection-reconnect): Added this function.
8286         * generic.el:
8287         Incorporates extensive cleanup and docfixes by
8288         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8289         Uses cl compile-time macros.
8290         (generic-mode-name, generic-comment-list)
8291         (generic-keywords-list, generic-font-lock-expressions)
8292         (generic-mode-function-list, generic-mode-syntax-table):
8293         Removed variables.
8294         (generic-mode-alist): Renamed to generic-mode-list.
8295         (generic-find-file-regexp): Default changed to "^#".
8296         (generic-read-type): Uses completing read on generic-mode-list.
8297         (generic-mode-sanity-check): removed this function.
8298         (generic-add-to-auto-mode): Removed this function
8299         (generic-mode-internal): Bind mode-specific definitions
8300         into function instead of putting them in alist.
8301         (generic-mode-set-comments): Reworked extensively.
8302         (generic-mode-find-file-hook): Simplified regexp searching
8303         (generic-make-keywords-list): Omit extra pair of parens
8305         * find-lisp.el (find-lisp-find-files-internal):
8306         Make sure directory name ends with "/".
8308         * generic-x.el (apache-conf-generic-mode):
8309         Regexp now allows leading whitespace.
8310         (rc-generic-mode): Added eval-when-compile
8311         around generic-make-keywords-list.
8312         Deleted duplicate regexp
8313         (rul-generic-mode): Added eval-when-compile
8314         around generic-make-keywords-list.
8315         (etc-fstab-generic-mode): New generic mode.
8316         (rul-generic-mode): Removed one eval-when-compile
8317         which caused a max-specpdl-size exceeded error.
8319 2000-10-04  Miles Bader  <miles@gnu.org>
8321         * simple.el (minibuffer-temporary-goal-position): New variable.
8322         (next-history-element): Try to keep the position of point in the
8323         input string constant.
8325         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8326         (dired-do-create-files): If there's only one file, pass it in as
8327         the DEFAULT arg to dired-mark-read-file-name.
8329 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
8331         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8332         (diff-goto-source): Be smarter when choosing REVERSE or not.
8334         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8335         (texinfo-mode-menu): Add an explicit shortcut for update all.
8337 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
8339         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8340         factorize backend-specific code cleanly (this was essentially
8341         conceived by Stefan Monnier).
8342         (vc-unregister): Function removed.
8343         (vc-revert-file): New function.
8344         (vc-revert-buffer): Delegate some of the work to it.
8346         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8347         default branch unconditionally.
8348         (vc-rcs-set-default-branch): New function.
8349         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8350         (vc-rcs-checkin): If an appropriate default branch has been set,
8351         force creation of that branch.
8352         (vc-rcs-receive-file): Rewritten to contain only backend-specific
8353         code (as suggested by Stefan Monnier).
8355 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8357         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8358         highlighting overlay with a different face over the overlay
8359         isearch uses to highlight the current match because that can lead
8360         to bad face combinations.
8362         * loadup.el (toplevel): Load faces before isearch.
8364         * isearch.el (isearch-faces): New custom group.
8365         (isearch): New defface; was already tested for in the code.
8366         (isearch-lazy-highlight-face): Changed to defface from defcustom.
8367         (isearch-highlight): Always use face `isearch'.
8369 2000-10-02  Dave Love  <fx@gnu.org>
8371         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8372         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
8373         comparison of opcode with operand.
8375 2000-10-03  Miles Bader  <miles@gnu.org>
8377         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8378         buffer, since the echo area will now grow to accommodate them.
8380 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
8382         * vc-hooks.el (vc-registered): If FILE used to be registered under
8383         a certain backend, try that one first.
8385         * vc.el (vc-responsible-backend): Undo the previous change in the
8386         argument list.  Handle multiple backends correctly.
8387         (vc-find-new-backend): Function removed.
8388         (vc-register): Use vc-responsible-backend, as before.
8389         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8391 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8393         * startup.el (fancy-splash-head): Change message below the
8394         logo.
8396 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
8398         * diff-mode.el (diff-goto-source): Emit a status message.
8399         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8400         (diff-test-hunk): Fix doc string.
8401         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8402         (diff-advance-after-apply-hunk): New variable.
8403         (diff-apply-hunk): Don't return a value.
8405 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
8407         * vc.el (vc-editable-p): Minor optimization.
8408         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8409         (vc-find-new-backend): New function split from vc-responsible-backend.
8410         (vc-register): Use it.
8411         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8412         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8413         (vc-default-unregister, vc-revert-buffer): Docstring fix.
8414         (vc-clear-headers): Don't use find-file.
8415         (vc-revert-buffer): Use `and' again (must have been a braino).
8416         (vc-switch-backend): Only prompt if requested.
8417         Short circuit if nothing is to be done.
8418         Don't use vc-resynch-buffer which could lose unsaved editing.
8419         (vc-default-receive-file): Update call to vc-unregister.
8420         (with-vc-file, vc-next-action-on-file):
8421         Use vc-backend rather than vc-registered.
8422         (vc-next-action-on-file): Use intern-soft.
8423         Deal with read-only *vc-diff* buffer.
8424         (vc-transfer-file): Docstring fix.
8426         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8427         (vc-rcs-receive-file): Avoid with-vc-properties.
8428         Update call to vc-unregister.
8429         Use constant `RCS' rather than (dynamically bound) var `backend'.
8431 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
8433         * vc.el (vc-next-action-on-file): Update mode line only if file
8434         is visited.
8435         (vc-start-entry): New argument initial-contents.  Don't visit the file
8436         if it isn't already visited.  Brought documentation up-to-date.
8437         (vc-next-action, vc-register): Updated calls to vc-start-entry.
8438         (vc-checkin): New optional arg initial-contents, which is passed to
8439         vc-start-entry.
8440         (vc-finish-logentry): Make sure to bury log buffer only if there
8441         really is one.  Call `vc-resynch-buffer' on log-file, not
8442         buffer-file-name.
8443         (vc-default-comment-history, vc-default-wash-log): New functions.
8444         (vc-index-of): Removed.
8445         (vc-transfer-file): Make do without the above.
8446         (vc-default-receive-file): Call comment-history unconditionally.  Pass
8447         the resulting string to vc-checkin, instead of inserting it into the
8448         comment ring.
8450         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8451         unconditionally.  Use the comments as initial contents of the log
8452         entry buffer.  Document the trick to force branch creation with no
8453         changes.
8455 2000-10-01  Miles Bader  <miles@gnu.org>
8457         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8458         `recenter' with an arg to prevent redrawing the display.
8460 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
8462         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8464         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8466         * progmodes/c-mode.el (c-mode):
8467         Don't gratuitously override the default for comment-column.
8469         * textmodes/tex-mode.el (latex-metasection-list): New var.
8470         (latex-imenu-create-index): Use it.
8471         Move the regexp construction outside loops (and use push).
8472         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8473         (tex-font-lock-keywords): Moved from font-lock.el.
8474         (tex-comment-indent): Remove.
8475         (tex-common-initialization): Don't set comment-indent-function.
8476         (latex-block-default): New var.
8477         (tex-latex-block): Use it to provide a default choice.
8478         Add any unknown choice to latex-block-names.
8479         Insert [...] after {...}.
8480         (tex-last-unended-begin): Simplify regexp.
8481         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8482         (latex-forward-sexp-1, latex-forward-sexp): New functions.
8483         (latex-mode): Set forward-sexp-function.
8485         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8486         Add regexp for @ignore ... @end ignore.
8487         (texinfo-heading-face): New face.
8488         (texinfo-font-lock-keywords): Use it.
8489         (texinfo-mode-menu): New menu.
8490         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8491         New functions.
8492         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8493         (texinfo-section-types-regexp, texinfo-section-level-regexp)
8494         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8495         Remove declaration.
8496         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8498         * delsel.el (delete-selection-mode): Use define-minor-mode.
8500         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8502 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8504         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8506 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
8508         * replace.el (keep-lines-read-args): New function.
8509         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8510         read arguments interactively.  Add parameters RSTART and REND.
8511         Operate on the active region in Transient Mark mode.
8513         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8515         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8516         (authors-obsolete-files-regexps): New variable.
8517         (authors-add): Don't record changes in obsolete files.
8519 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8521         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8523         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8524         (comment-indent): Make sure there's a space between code and comment.
8525         Shift comments left to avoid going past fill-column.
8527 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8529         * startup.el (startup-echo-area-message): New function.
8530         (display-startup-echo-area-message): Use it.
8531         (fancy-splash-screens): Rewritten to use keymaps and a timer.
8532         (fancy-splash-default-action): New function.
8533         (fancy-splash-screens-1): New function.
8534         (fancy-splash-head): Put a help-echo and a keymap under the image.
8536 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8538         * diff-mode.el (diff-add-log-file-name): Remove.
8539         (diff-mode): Use add-log-buffer-file-name-function.
8541         * add-log.el (find-change-log): New arg BUFFER-FILE.
8542         (add-log-file-name): Obey add-log-file-name-function.
8543         (add-log-buffer-file-name-function): New var.
8544         (add-change-log-entry): Use it.
8546 2000-09-29  Miles Bader  <miles@gnu.org>
8548         * image-file.el (image-file-name-extensions): New variable.
8549         (image-file-name-regexps): Renamed from `image-file-regexps'.
8550         New default value is nil.  Call `auto-image-file-mode'.
8551         (image-file-name-regexp): New function.
8552         (auto-image-file-mode): New minor mode.
8553         (insert-image-file): Don't make conditional on the image-file
8554         handler being enabled.
8555         (image-file-handler): Make the call here conditional instead.
8556         (set-image-file-handler-enabled, enable-image-file-handler)
8557         (disable-image-file-handler): Functions removed.
8559         * emacs-lisp/authors.el (authors-print): Rephrase many-files
8560         string.
8562 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8564         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8565         it's a function from CL.
8566         (latex-imenu-create-index): Replace eval-when-compile with progn
8567         because latex-section-alist is not bound while compiling.
8569 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
8571         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8572         (outline-mode): Use define-derived-mode.
8574         * progmodes/perl-mode.el (perl-mode):
8575         * progmodes/awk-mode.el (awk-mode):
8576         * progmodes/asm-mode.el (asm-mode):
8577         Don't gratuitously override the default for comment-column.
8579         * emacs-lisp/lisp.el (lisp-complete-symbol):
8580         Distinguish the let-binding case from the funcall case.
8581         (forward-sexp-function): New variable.
8582         (forward-sexp): Use it.
8584         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8585         (easy-mmode-defmap): Remove the now useless autoload.
8587         * time.el (display-time-mode): Use define-minor-mode.
8589         * subr.el (add-minor-mode): Don't eval NAME.
8590         Don't depend on the presence of TOGGLE-FUN for any special behavior.
8591         Use if rather than cond.
8593         * simple.el (read-expression-map): Define more properly.
8594         (comment-indent-hook): Remove.
8595         (string-to-syntax): Bug fix.
8597         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8598         (cvs-ediff-diff): Fix typo.
8599         (cvs-revert-if-needed): Don't bother preserving read-only.
8601         * paren.el (show-paren-mode): Use define-minor-mode.
8603         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8604         (toggle-auto-compression): Remove.
8605         (jka-compr-build-file-regexp): Remove useless grouping.
8607         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8608         Avoid user-reserved bindings.
8609         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8610         (diff-header-face): Revert to grey85.
8612         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8614         * complete.el (partial-completion-mode) <defcustom>: Remove.
8615         (partial-completion-mode): Use define-minor-mode.
8616         (PC-do-completion): Understand `completion-auto-help = delay'
8617         to mean to popup the completion buffer only the second time.
8618         (PC-include-file-all-completions, PC-include-file-all-completions)
8619         (PC-include-file-all-completions): Don't quote lambda.
8621         * comint.el (comint-mode-hook): Docstring fix.
8622         (comint-mode): Use define-derived-mode.
8623         (comint-mode-map): Remove obsolete comment.
8624         (make-comint): Minor stylistic change.
8625         (comint-insert-clicked-input): Be more careful to find the overlay.
8626         Use this-command-keys rather than hardcoding mouse-2.
8628         * font-lock.el: Replace confusing (,@ with ,
8629         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8630         Don't use regexp-opt-depth.  Spice up the regexp for args.
8631         Don't distinguish between cmds that can take an opt arg or not.
8632         Use `append' and `prepend' rather than `keep'.
8634         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8635         (latex-outline-regexp): New var.
8636         (latex-outline-level): New fun.
8637         (latex-section-alist): New var.
8638         (latex-imenu-create-index): Use it.  Use `push' as well.
8639         (tex-shell-map): Initialize it properly.
8640         (tex-mode): Minor stylistic change.
8641         (plain-tex-mode): Use define-derived-mode.
8642         (latex-mode): Use define-derived-mode.
8643         Construct the paragraph regexps in a more readable way.
8644         Set the buffer-local outline-{level,regexp} vars.
8645         (slitex-mode): Derive from latex-mode.
8646         (tex-common-initialization): Don't kill-all-vars anymore.
8647         Add setting for comment-add and font-lock-defaults.
8648         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8649         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
8650         (tex-start-tex): New arg DIR (and send a chdir command for it).
8651         Also display the shell buffer and save it in tex-last-buffer-texed.
8652         (tex-region): Use expand-file-name rather than concat.
8653         Remove code made useless by changes in tex-start-tex.
8654         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8656         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8658 2000-09-28  Dave Love  <fx@gnu.org>
8660         * eshell/eshell.el (eshell) <defgroup>: Add :version.
8662 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
8664         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8665         `append'.
8667 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
8669         * info.el (Info-extract-pointer): Undo last change.
8670         Instead, fix the position of the `bound' arg to re-search-backward.
8672 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
8674         * info.el (Info-extract-pointer):
8675         Widen more carefully, to avoid finding pointers in other nodes.
8676         (Info-index): Use push.
8678 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
8680         * frame.el (set-frame-font): Remove call to obsolete function
8681         frame-update-faces.
8682         (set-foreground-color, set-background-color): Likewise for
8683         frame-update-face-colors.
8685 2000-09-27  Miles Bader  <miles@gnu.org>
8687         * image-file.el: New file.
8689 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
8691         * frame.el (frame-notice-user-settings): Don't call
8692         frame-update-faces, which is a no-op now.
8694         * ediff-wind.el (ediff-control-frame-parameters): Add zero
8695         tool-bar-lines.
8697 2000-09-27  Dave Love  <fx@gnu.org>
8699         * mouse.el: Fix last change.
8701 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
8703         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8705 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
8707         * international/quail.el (quail-help): The output message is
8708         improved.
8710 2000-09-26  Dave Love  <fx@gnu.org>
8712         * mouse.el (popup-menu): If POSITION is nil, set it using
8713         mouse-position.
8715 2000-09-25  Sam Steingold  <sds@gnu.org>
8717         * net/browse-url.el (browse-url-file-url): Check for null maps.
8719 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
8721         * frame.el (frame-notice-user-settings): Don't add a
8722         tool-bar-lines frame parameter to default-frame-alist in batch mode.
8724         * frame.el (frame-notice-user-settings):
8725         Make tool-bar-mode and default-frame-alist consistent.
8727         * toolbar/tool-bar.el (tool-bar-help): New function.
8729 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8731         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8732         current-load-list in top-level forms.  Else this leaks a cons cell
8733         every time a defun is called.
8735         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8737 2000-09-25  Dave Love  <fx@gnu.org>
8739         * startup.el (fancy-splash-head): Check XPM is available.
8741         * autoinsert.el (auto-insert): Doc fix.
8742         (auto-insert-alist): Following GNU notices, don't say `copyright
8743         _by_'.  Use line-beginning-position.
8744         (auto-insert): Check buffer-file-name is non-nil before use.
8746 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8748         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8749         starting with `@def' or `@multitable', in addition to ones
8750         specified by the user in auto-fill-inhibit-regexp.
8752 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
8754         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8755         rmail-dont-reply-to-names matches the empty string.
8757 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8759         * startup.el (command-line-1, fancy-splash-text): Change the
8760         text to sound more friendly.
8762 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
8764         * progmodes/hideshow.el: Update author email address.
8765         Generally, sync w/ maintainer version 5.22.
8766         (hs-hide-all-non-comment-function): New var.
8767         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8768         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8769         (hs-show-region): Delete this command.
8770         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8772 2000-09-22  Dave Love  <fx@gnu.org>
8774         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8775         (hl-line-highlight): Specify buffer when moving overlay.
8777         * progmodes/fortran.el (fortran-mode): Locally set
8778         normal-auto-fill-function.
8779         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8780         (fortran-mode-map): Adjust auto-fill menu entry.
8782 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
8784         * vc-rcs.el (toplevel): Require `vc' when compiling.
8786         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8788 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
8790         * vc.el (vc-switch-backend): Signal an error if the file is not
8791         registered under the new backend.
8793         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8794         without explicit revision number.
8796 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
8798         * diff-mode.el (diff-file-header-face): Reset to its previous value.
8799         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8800         (diff-xor): New function.
8801         (diff-find-source-location): Use it.  Fix a stupid name clash.
8802         (diff-hunk-status-msg): New function.
8803         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8804         (diff-test-hunk): Use diff-find-source-location.
8805         (diff-goto-source): Favor the `reverse'.
8806         (diff-hunk-text): Properly handle one-sided context diffs.
8807         (diff-apply-hunk): When done, advance to the next hunk.
8809 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
8811         * startup.el (command-line): If frame was created with a non-zero
8812         tool-bar-lines parameter, switch tool-bar-mode on.
8814         * add-log.el (change-log-date-face, change-log-name-face)
8815         (change-log-email-face, change-log-file-face)
8816         (change-log-list-face, change-log-conditionals-face)
8817         (change-log-function-face, change-log-acknowledgement-face):
8818         New faces, inheriting from font-lock faces.
8819         (change-log-font-lock-keywords): Use them.
8821 2000-09-21  Dave Love  <fx@gnu.org>
8823         * progmodes/cperl-mode.el (top-level): Clean up
8824         `eval-when-compile's and assorted defvars.
8825         (cperl-invalid-face): Don't double-quote value.  Change custom
8826         type.
8827         (cperl-mode): Set normal-auto-fill-function and don't zap
8828         auto-fill-function.
8829         (cperl-imenu--function-name-regexp-perl): Renamed from
8830         imenu-example--function-name-regexp-perl.
8831         (cperl-imenu--create-perl-index): Renamed from
8832         imenu-example--create-perl-index.
8833         (cperl-xsub-scan): Don't require cl.
8835         * msb.el (msb-mode-map): Use substitute-key-definition.
8836         (msb-mode): Use msb-mode-map.
8838 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
8840         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8841         New functions.
8842         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8843         (vc-switch-backend): New function.
8844         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8845         (vc-register): Fix prompt.
8846         (vc-unregister, vc-default-unregister): New functions.
8847         (vc-version-diff): Handle empty buffer in sentinel.
8849         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8850         (vc-rcs-state-heuristic): Use it to guess the state of files with
8851         non-strict locking.
8852         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8853         been set with -b, but not created yet.
8854         (vc-rcs-fetch-master-state): With non-strict locking, compare file
8855         contents in order to find the state.
8856         (vc-rcs-checkin): Allow creation of branches with no changes.
8857         (vc-rcs-unregister, vc-rcs-receive-file)
8858         (vc-rcs-set-non-strict-locking): New functions.
8860         * vc-hooks.el (vc-name): Force correct computation of the value
8861         in case it is missing.
8863 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
8865         * startup.el (fancy-splash-tail): Use a different foreground
8866         color on a dark frame background.
8868 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
8870         * info.el: Use the correct capitalization when making Info-mode
8871         and Info-edit-mode `special' modes.
8873 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
8875         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8876         (diff-mode): Add support for add-log.el.
8877         (diff-hunk-text): Use char offsets rather than line offsets.
8878         (diff-find-source-location): Replace LINE with line-offset (nil
8879         if not found) and always set POS to a meaningful position.
8880         Adapt to the new char-offsets.
8881         (diff-apply-hunk): Drop support for the unused `select' POPUP.
8882         Adapt to the new diff-find-source-location.
8883         (diff-goto-source): Adapt to the new diff-find-source-location.
8885         * add-log.el (add-log-file-name): New function (split out of
8886         add-change-log-entry).
8887         (add-change-log-entry): Use it.
8888         Call add-log-file-name-function with the changelog file name if
8889         the current buffer is not associated with any file.
8890         Avoid find-file if the selected window is dedicated.
8892         * diff-mode.el (diff-find-source-location):
8893         Move code from diff-apply-hunk.  Return buffer rather than file.
8894         (diff-apply-hunk): Use the new result from  diff-find-source-location.
8895         (diff-goto-source): Use the new diff-find-source-location.
8897 2000-09-20  Dave Love  <fx@gnu.org>
8899         * iswitchb.el: Some doc fixes.
8900         (iswitchb-mode-map): Define completely initially.  Inherit
8901         minibuffer-local-map.
8902         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8903         fundamental-mode.
8904         (iswitchb-global-map): New variable.
8905         (iswitchb-summaries-to-end): Amalgamate regexps.
8906         (iswitchb-mode): New.
8907         (iswitchb-mode-hook): New variable.
8908         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
8909         `extensions'.
8911 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8913         * ehelp.el (electric-help): New defgroup.
8914         (electric-help-shrink-window): New user-option.
8915         (with-electric-help): Use it.
8917         * window.el (shrink-window-if-larger-than-buffer): If face
8918         `mode-line' has a :box, and we're on a graphical frame, add 1
8919         to the needed window height.
8921         * frame.el (frame-notice-user-settings): Add a last parameter nil
8922         to a call to `append', because the last list passed to `append' is
8923         not copied, and so subsequent calls to assq-delete-all will modify
8924         default-frame-alist.
8926         * startup.el (fancy-splash-image): Change :type.
8927         (fancy-splash-head): Use an XBM image if appropriate.
8928         (command-line-1): Show splash screens in more cases.
8930         * startup.el (fancy-splash-text): Don't quote faces.
8932         * dired.el (dired-font-lock-keywords): Undo last change.
8933         (dired-readin): Bind indent-tabs-mode to nil.
8935         * startup.el (fancy-splash-head): If frame's background mode
8936         is `dark', change the black background of the image to gray.
8937         (fancy-splash-screens): Display startup echo area message.
8938         (display-startup-echo-area-message): New function.
8940 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
8942         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8944         * info.el (info-header-node): Tweak for color ttys.
8946         * faces.el (face-valid-attribute-values): Make sure directories we
8947         search for stipples both exist and are readable before trying to
8948         search them.
8950         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8951         in the dry-run case.
8953         * jka-compr.el (with-auto-compression-mode): New macro.
8955         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8956         (custom-group-tag-face, custom-variable-tag-face): Use relative
8957         :height and inherit from `variable-pitch' face instead of
8958         hardwiring :family.
8959         * hi-lock.el (hi-black-hb): Likewise.
8961         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8962         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8963         toolbar-add-item, if image doesn't have a mask add a `:mask
8964         heuristic'.
8966 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
8968         * diff-mode.el: Docstring fixes.
8969         (diff-header-face, diff-comment-face): New faces.
8970         (diff-font-lock-keywords): Highlight a bit differently.
8971         (diff-find-source-location): Don't return SPAN any more.
8972         (diff-hunk-text): Don't bother erasing the temp buffer.
8973         (diff-find-text): Drop argument LINE.
8974         (diff-apply-hunk): Update calls to diff-find-text.
8975         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8977         * calendar/calendar.el: Docstring fixes.
8978         (calendar-make-alist): Don't quote lambda.
8979         (calendar-star-date): Use make-local-variable.
8981 2000-09-19  Dave Love  <fx@gnu.org>
8983         * toolbar/tool-bar.el: Renamed from toolbar.el.
8984         Change `toolbar' to `tool-bar' generally in symbols.
8985         Make some items invisible in `special' major modes.
8986         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8987         Add arg PROPS.
8989         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8990         Add :version here.
8991         (fancy-splash-delay, fancy-splash-image): Remove :version here.
8993 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
8995         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8997         * files.el (find-file-suppress-same-file-warnings): New user-option.
8998         (find-file-noselect): Use it.
9000         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9001         (fancy-splash-screen): Defgroup.
9003         * add-log.el (change-log-font-lock-keywords): Match names
9004         more exactly for the case that font-lock-constant-face is
9005         underlined.
9007 2000-09-19  Richard M. Stallman  <rms@gnu.org>
9009         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9011 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
9013         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9015 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9017         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9018         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9019         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9020         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9021         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9022         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9023         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9024         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9025         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9026         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9027         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9028         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9030         * startup.el (fancy-splash-text): New variable.
9031         (fancy-splash-delay, fancy-splash-image): New user-options.
9032         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9033         (fancy-splash-screens): New functions.
9034         (command-line-1): If display has a `display' frame parameter, has
9035         colors, and we have XPM support, show more fancy splash screens.
9037 2000-09-19  Dave Love  <fx@gnu.org>
9039         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
9040         with null `help'.  Use modern backquote syntax.
9042 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9044         * font-lock.el (font-lock-mode): Change message telling the user
9045         that ``the buffer is too big''.
9047         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9048         for instance for the case that tab-width is 2.
9050 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
9052         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9053         toolbar-add-item, if image doesn't have a mask add a `:mask
9054         heuristic'.
9056 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
9058         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9059         and return a cons if it's non-nil.
9060         (diff-apply-hunk): Try to jump to the line in the source text
9061         corresponding to the position of point in the in the hunk.
9063         * info.el (Info-title-3-face, Info-title-2-face)
9064         (Info-title-1-face): Use face inheritance and relative sizes
9065         instead of hard-wiring things.
9067         * faces.el (secondary-selection): Make dark-background variant sane.
9069 2000-09-16  Andrew Innes  <andrewi@gnu.org>
9071         * makefile.w32-in (compile-files-CMD): No need to make .elc files
9072         read-only, since they aren't under VC now.
9074 2000-09-17  Dave Love  <fx@gnu.org>
9076         * tmm.el: Replace mapcar with mapc in several places.
9078         * loadhist.el (unload-feature): Maybe call elp-restore-list and
9079         ad-unadvise.
9081         * international/latin1-disp.el: New file.
9083         * calendar/cal-move.el (scroll-calendar-left)
9084         (scroll-calendar-right): Make arg optional (for active mode line).
9086         * calendar/calendar.el (calendar-mode-line-format): Make fields
9087         mouse-sensitive.
9088         (calendar-read-date, calendar-read-date, calendar-window-list):
9089         Unquote lambda.
9090         (calendar-month-name): Use aref, not sref.
9092         * view.el (minor-mode-alist): Propertize the string.
9094         * international/characters.el (standard-case-table): Add entries
9095         for Greek.
9097 2000-09-18  Miles Bader  <miles@gnu.org>
9099         * info.el (info-node, info-xref): Add dark-background variants.
9101         * faces.el (header-line): Change defaults to be less confusing
9102         when mixed with mode-lines.
9104         * info.el (Info-fontify-node): Make a few cleanups.
9105         Add extra `help-echo' and `local-map' props to node xrefs.
9106         Use header-specific faces for node-names & xrefs.
9107         (Info-use-header-line): New variable.
9108         (info-header-xref, info-header-node): New faces.
9109         (Info-setup-header-line): New function.
9110         (Info-select-node): Call Info-setup-header-line when enabled.
9111         (Info-extract-pointer): Work even if the header line is hidden.
9112         (Info-header-line): New variable.
9114 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
9116         * vms-patch.el (print-region-function): Don't quote lambda.
9118         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9120         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9121         (lm-get-header-re): Allow spaces between the header and the colon.
9122         (lm-header): Allow $ in non-RCS headers.
9123         (lm-header-multiline): Put the strings back into order.
9124         Stop at an empty line.  Don't require two space chars if the
9125         line is clearly not another header line.
9127         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9128         (popup-menu-popup): Remove.
9130 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9132         * toolbar/toolbar.el (toolbar-add-item): Use the same image
9133         specification if or if not tool-bar item contains an `:enabled'
9134         property.
9136         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9137         current buffer has no file name.
9139 2000-09-15  Dave Love  <fx@gnu.org>
9141         * strokes.el: Sync with maintainer's current version with changes
9142         for Emacs, but avoid runtime cl and levents.
9143         (toplevel):  Change autoloads and compilation requires.
9144         (strokes-version, strokes-bug-address, strokes-lift): Values
9145         changed.
9146         (strokes-xpm-header, strokes-insinuated): New variable.
9147         (strokes): Add :link.
9148         (strokes-mode): Customized.
9149         (strokes-while-inhibiting-garbage-collector): New macro.
9150         (strokes-remassoc): Avoid remove-if.
9151         (strokes-fix-button2-command): Don't use ad-do-it.
9152         (strokes-insinuate): New function.
9153         (strokes-button-press-event-p, strokes-button-release-event-p):
9154         New functions, used instead of non-`strokes-' versions..
9155         (strokes-mouse-event-p): Rewritten.
9156         (strokes-event-closest-point): Avoid event-point.
9157         (strokes-get-grid-position): Avoid cdadr, caadr
9158         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9159         functions.
9160         (strokes-help): Use with-output-to-temp-buffer.
9161         (strokes-window-configuration-changed-p): New function.
9162         (strokes-update-window-configuration): Use buffer-live-p,
9163         strokes-window-configuration-changed-p.
9164         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
9165         (strokes-char-face): New face.
9166         (strokes-char-table, strokes-base64-chars): New variable.
9167         (strokes-xpm-for-stroke, strokes-list-strokes)
9168         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9169         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9170         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9171         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9172         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9173         functions.
9175 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9177         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9179         * image.el (create-image): Doc fix.
9181         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9182         instead of `:heuristic-mask t'.
9184 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9186         * makefile.w32-in: Revert to Unix line endings.
9188 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9190         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
9191         when installing.
9193         * makefile.nt (DONTCOMPILE): Fix typo.
9195         * shell.el (shell-write-history-on-exit): New function.
9196         (shell-dumb-shell-regexp): New custom variable.
9197         (shell-mode): Make shell-write-history-on-exit the process
9198         sentinel if shell name matches shell-dumb-shell-regexp.
9200         * w32-fns.el: Comment out before-init-hook function which resets
9201         source-directory based; this breaks bootstrap.
9203 2000-09-14  Dave Love  <fx@gnu.org>
9205         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9206         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9207         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9208         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9209         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9210         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9211         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
9212         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
9213         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9215         * toolbar/toolbar.el: New.
9217         * subdirs.el: Add toolbar.
9219 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
9221         * indent.el (indent-for-tab-command): Doc fix.
9223 2000-09-14  Alex Schroeder  <alex@gnu.org>
9225         * ansi-color.el (ansi-colors): Doc change.
9226         (ansi-color-get-face): Simplified regexp.
9227         (ansi-color-faces-vector): Added more faces, doc change.
9228         (ansi-color-names-vector): Doc change.
9229         (ansi-color-regexp): Simplified regexp.
9230         (ansi-color-parameter-regexp): New regexp.
9231         (ansi-color-filter-apply): Doc change.
9232         (ansi-color-filter-region): Doc change.
9233         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9234         deal with zero length parameters.
9235         (ansi-color-apply-on-region): Doc change.
9236         (ansi-color-map): Doc change.
9237         (ansi-color-map-update): Removed debugging message.
9238         (ansi-color-get-face-1): Added condition-case to trap
9239         args-out-of-range errors.
9240         (ansi-color-get-face): Doc change.
9241         (ansi-color-make-face): Removed.
9242         (ansi-color-for-shell-mode): New option.
9244 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
9246         * international/quail.el (quail-start-translation): Translate KEY
9247         if necessary even if it doesn't have any mapping in the current
9248         input method.
9249         (quail-start-conversion): Likewise.
9250         (quail-help): The output message is improved.
9252 2000-09-13  Miles Bader  <miles@gnu.org>
9254         * comint.el (comint-output-filter): Revert to using
9255         `insert-before-markers'.  Add bletcherous hack to undo damage
9256         caused by `insert-before-markers'.  Put `front-sticky' property on
9257         overlays created here so that the field code understands how the
9258         overlay works.  Use a let when making comint-last-prompt-overlay,
9259         so that the code is easier to read.
9261 2000-09-13  Dave Love  <fx@gnu.org>
9263         * wid-edit.el (widget-default-format-handler): DTRT when
9264         doc-property is a function.
9266 2000-09-12  Francesco Potorti`  <pot@gnu.org>
9268         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9269         filed name if it's not there.
9271 2000-09-12  Dave Love  <fx@gnu.org>
9273         * simple.el (read-mail-command): Doc fix.
9274         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9276         * vc.el (vc-dired-listing-switches): Fix :version.
9278         * vc-hooks.el: Doc fixes.
9280         * subr.el (add-minor-mode): Use toggle-fun arg.
9282         * speedbar.el: Add :version to several defcustoms.
9284         * imenu.el (imenu--truncate-items, imenu--cleanup)
9285         (imenu--generic-function): Avoid mapcar.
9286         (imenu--replace-spaces): Function removed.
9287         (imenu--completion-buffer): Use subst-char-in-string.
9288         (imenu-add-to-menubar): Use keymap inheritance.
9290 2000-09-12  Miles Bader  <miles@gnu.org>
9292         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9293         (diff-mode-map): Bind `diff-test-hunk'.
9294         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9296 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9298         * bytecomp.el (byte-compile-defvar): Undo last change
9299         because it breaks '(make-variable-buffer-local (defvar ...)'
9300         which is used at least in dired.
9302 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9304         * international/quail.el (quail-define-package): Docstring
9305         modified.
9307 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9309         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9310         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9311         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
9312         docstring of "chinese-py".
9314         * international/quail.el (quail-translation-docstring): New
9315         variable.
9316         (quail-show-keyboard-layout): Docstring modified.
9317         (quail-select-current): Likewise.
9318         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9319         infinite recursive call.
9320         (quail-help): Check quail-translation-docstring.  Format of the
9321         output changed.
9322         (quail-help-insert-keymap-description): Adjusted for the above
9323         change.
9325 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9327         * bytecomp.el (byte-compile-defvar): Only cons onto
9328         current-load-list in top-level forms.  Else this leaks a cons cell
9329         every time a defun is called.
9331 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
9333         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9334         Now understands non-unified diffs.  Some functionality moved into
9335         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
9336         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
9337         modify anything.  Only reposition point in the patched file if the
9338         patch succeeds.  Only pop up another window if POPUP is true.
9339         Emit a message describing what happened if successful, and at what
9340         line-offset.  Automatically detect reversed hunks and do something
9341         appropriate.
9342         (diff-hunk-text, diff-find-text): New functions.
9343         (diff-filter-lines): Function removed.
9344         (diff-test-hunk): New function.
9345         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9347 2000-09-10  Dave Love  <fx@gnu.org>
9349         * textmodes/tildify.el: Minor doc/commentary fixes.
9350         (tildify) <defgroup>: Add :version.
9352         * faces.el (face-x-resources): Make custom type more specific.
9353         (frame-background-mode): Use mapc.
9354         (region) <defcustom>: Add :version.
9356 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
9358         * vc-sccs.el (vc-sccs-register):
9359         * vc-rcs.el (vc-rcs-register):
9360         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9361         * vc.el (vc-register): Clear file's properties.
9363 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
9365         * faces.el (face-spec-set): Only face-spec-reset-face when
9366         ATTRS is non-nil.
9368 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9370         * help.el (help-insert-xref-button): Fix a typo in doc string.
9372 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
9374         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9375         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9376         methods.
9378         * menu-bar.el (read-mail-item-name): New function.
9379         (menu-bar-tools-menu): Use it to compute and display the package
9380         used to read email.
9381         (menu-bar-tools-menu): Fix typo in GUD's help string.
9383 2000-09-07  Dave Love  <fx@gnu.org>
9385         * diff-mode.el (diff-mouse-goto-source): New function.
9387         * vc-sccs.el: Doc fixes.
9388         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9390         * vc-rcs.el: Doc fixes.
9391         (vc-rcs-register-switches, vc-rcs-checkin-switches)
9392         (vc-rcs-checkout-switches, vc-rcs-header)
9393         (vc-rcs-master-templates): Add or change :version.
9395         * vc-cvs.el: Doc fixes.
9396         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9397         (vc-cvs-stay-local): Add :version.
9399         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9401 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9403         * international/quail.el (quail-help): Fix previous change.
9405 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9407         * faces.el (color-values): Doc fix.
9409         * faces.el (frame-set-background-mode): Use frame-parameter
9410         instead of frame-parameters.
9412         * frame.el (filtered-frame-list): Reduce consing.
9413         (frames-on-display-list): Call frame-parameter instead of
9414         frame-parameters.
9416 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9418         * language/devan-util.el (devanagari-to-indian-region): In the
9419         loop, change the following char, not preceding char.
9421 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9423         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9424         instead of frame-parameters.
9426         * faces.el (set-face-attribute): Simplify by calling
9427         internal-set-lisp-face-attribute with FRAME being 0.
9429         * vc.el: Remove `Id' version control keyword.
9431 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9433         * help.el (help-make-xrefs): Adjusted for the change of
9434         help-xref-mule-regexp.
9435         (help-insert-xref-button): New function.
9437         * international/mule-cmds.el (help-xref-mule-regexp-template):
9438         Include the pattern for character set.
9439         (leim): New group.
9441         * international/quail.el: Don't require face.
9442         (quail): New group.
9443         (quail-other-command): Dummy command to make quail-help work better.
9444         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9445         (quail-keyboard-layout-substitution): New variable.
9446         (quail-update-keyboard-layout): New function.
9447         (quail-keyboard-layout-type): New customizable variable.
9448         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9449         (quail-keyboard-translate): Pay attention to
9450         quail-keyboard-layout-substitution.
9451         (quail-insert-kbd-layout): New function.
9452         (quail-show-keyboard-layout): New function.
9453         (quail-get-translation): If the definition is a vector of length
9454         1, and the element is a string of length 1, return the character
9455         in that string.
9456         (quail-update-current-translations): Fix the case of
9457         relative-index out of range.
9458         (quail-build-decode-map, quail-insert-decode-map): New Functions.
9459         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9460         Show key sequences for all available characters.
9461         (quail-help-insert-keymap-description): Don't show such verbose
9462         key bindings as quail-self-insert-command.
9464         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9465         Format changed, and each element now have extra documentations.
9466         (tit-process-header): Delete invalid characters from TIT-PROMPT.
9467         Adjusted for the change of quail-cxterm-package-ext-info.
9469 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
9471         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9472         requiring it leads to a recursive loading of vc.el and vc-hooks.el
9473         during bootstrap.
9475 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9477         * vc.el: (toplevel): Don't require `dired' at run-time.
9478         (vc-dired-resynch-file): Remove autoload cookie.
9480 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9482         * vc.el: Made several backend functions optional.
9483         (vc-default-responsible-p): New function.
9484         (vc-merge): Use RET for first version to trigger merge-news, not
9485         prefix arg.
9486         (vc-annotate): Handle backends that do not support annotation.
9487         (vc-default-merge-news): Removed.  The existence of a merge-news
9488         implementation is now checked on caller sites.
9490         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9491         case.
9493         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9494         special case that has been removed from the default in vc-hooks.el.
9496 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9498         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9500 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9502         * vc-hooks.el: Require vc during compilation.
9503         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9504         macro `with-vc-properties' in vc.el.
9505         (vc-file-getprop): Doc fix.
9506         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9508         * vc.el: Require dired-aux during compilation.
9509         (vc-name-assoc-file): Moved to vc-sccs.el.
9510         (with-vc-properties): New macro.
9511         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9512         vc-finish-steal): Use it.
9513         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
9514         to the backend-specific function is now supposed to do the checkout,
9515         too.
9516         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9518         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9519         set file properties; that gets done in the generic code now.
9521         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9522         Changed parameter list, added code from vc.el that does the
9523         checkout, possibly with a double-take.
9525         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9526         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9527         the above under the new name.
9528         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
9529         parameter list, added checkout command.
9530         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9531         properties; that gets done in the generic code now.
9533 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9535         * vc.el: Docstring fixes (courtesy of checkdoc).
9537 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9539         * vc.el (vc-checkout-writable-buffer-hook)
9540         (vc-checkout-writable-buffer): Remove.
9541         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9542         (vc-log-mode): Make it into a clean derived major mode.
9543         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9544         vc-log-mode if log-edit is not available.
9545         (vc-dired-mode-map): Don't set-keymap-parent yet.
9546         (vc-dired-mode): Do set-keymap-parent here.
9547         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9549 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
9551         * faces.el (set-face-attribute, face-spec-reset-face)
9552         (face-spec-set): Avoid consing by removing calls to `apply'.
9554         * frame.el (frame-parameter): Move to C code.
9556 2000-09-05  Dave Love  <fx@gnu.org>
9558         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9559         insert-before-markers-and-inherit.  Now checked systematically!
9561 2000-09-05  Alex Schroeder  <alex@gnu.org>
9563         * sql.el (sql-postgres): Use sql-postgres-options.
9564         (sql-postgres-options): New variable.
9566 2000-09-05  Alex Schroeder  <alex@gnu.org>
9568         * sql.el (sql-mode-menu): Work around missing variable mark-active
9569         in XEmacs.
9570         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9571         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9572         compatibility.
9574 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
9576         * vc.el (vc-dired-resynch-file): Add autoload cookie.
9578         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9580         * Makefile.in (DONTCOMPILE): Fix typo in file name.
9582 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9584         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9585         don't support anything else under SCCS yet.
9587         * vc-hooks.el: Minor doc fixes.
9589 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9591         * vc.el (vc-next-action-on-file): Do not visit the file if it's
9592         not necessary.  If verbose in state `needs-patch', do the same as
9593         under `up-to-date'.  When NOT verbose and `needs-patch', check out
9594         latest version instead of `merge-news'.
9595         (vc-next-action-dired): Don't mess with default-directory here; it
9596         breaks other parts of dired.  It is the job of the
9597         backend-specific functions to adjust it temporarily if they need it.
9598         (vc-next-action): Remove a special CVS case.
9599         (vc-clear-headers): New optional arg FILE.
9600         (vc-checkin, vc-checkout): Set properties vc-state and
9601         vc-checkout-time properly.
9602         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9603         (vc-print-log): Use new backend function `show-log-entry'.
9604         (vc-cancel-version): Do the checks in a different order.  Added a
9605         FIXME concerning RCS-only code.
9607         * vc-rcs.el (vc-rcs-show-log-entry): New function.
9608         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9610         * vc-cvs.el (vc-cvs-show-log-entry): New function.
9612         * vc-hooks.el (vc-default-mode-line-string): Show state
9613         `needs-patch' as a `-' too.
9615 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9617         * vc.el (vc-responsible-backend): New optional arg REGISTER.
9618         (vc-default-could-register): New function.
9619         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9620         (vc-resynch-buffer): Call vc-dired-resynch-file.
9621         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9622         vc-resynch-buffer instead of vc-resynch-window.
9623         (vc-next-action-dired): Don't redisplay here, that gets done as a
9624         result of the individual file operations.
9625         (vc-retrieve-snapshot): Corrected prompt order.
9627         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9629         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9630         as well.
9631         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
9632         hostname regexps.  Updated all callers.
9633         (vc-cvs-responsible-p): Handle directories as well.
9634         (vc-cvs-could-register): New function.
9635         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9636         properties up-to-date.
9638         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9639         user whether to create one.
9641 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9643         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9644         check out a non-existing file.
9646         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9647         workfile does not exist.
9649         * vc.el (vc-version-diff): Use `require' to check for existence of
9650         diff-mode.
9652 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9654         * vc-cvs.el (vc-cvs-registered): Use new function
9655         vc-cvs-parse-entry to do the actual work.
9657 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9659         * vc-hooks.el (vc-find-backend-function): If function doesn't
9660         exist, return nil instead of error.
9661         (vc-call-backend): Doc fix.
9663         * vc.el (vc-do-command): Doc fix.
9664         (vc-finish-logentry): When checking in from vc-dired, choose the
9665         right backend for logentry check.
9666         (vc-dired-mode-map): Inherit from dired-mode-map.
9667         (vc-dired-mode): Local value of dired-move-to-filename-regexp
9668         simplified.
9669         (vc-dired-state-info): Removed, updated caller.
9670         (vc-default-dired-state-info): Use parentheses instead of hyphens.
9671         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9672         (vc-dired-listing-switches): New variable.
9673         (vc-directory): Use it, instead of dired-listing-switches.
9675         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9676         (vc-cvs-dir-state): New function.
9677         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9678         (vc-cvs-parse-entry): New function, also to be used in
9679         vc-cvs-registered.
9681 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9683         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9684         *or* single-window-frames.
9686 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9688         * vc.el (vc-update-changelog): Split into generic part and default
9689         implementation.  Doc string adapted.
9690         (vc-default-update-changelog): New function.  Call the `rcs2log'
9691         script in exec-directory, to fix a long-standing nuisance.
9693         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9694         simply signals an error.
9696 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9698         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9699         control-flow more clear and to avoid running `cvs' twice.
9701         * vc.el (vc-next-action-on-file): Doc fix.
9702         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9703         (vc-print-log): Eval `file' before constructing the continuation.
9705 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9707         * vc.el (vc-next-action-on-file): Corrected several messages.
9708         (vc-merge): Add prefix arg `merge-news'; handle it.
9710         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9711         is not reached.  It is.
9712         (vc-cvs-merge): Set state to 'edited after merge.
9713         (vc-cvs-merge-news): Set workfile version to nil if not known.
9714         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
9716         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9717         via stdout. (Merge from main line.)
9719 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9721         * vc.el (vc-finish-logentry): Thinko in the "same comment"
9722         detection.
9724 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9726         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9727         against kill-all-local-variables.
9728         (vc-log-edit): Don't save vc-parent-buffer any more.
9729         (vc-last-comment-match): Initialize to an empty string.
9730         (vc-post-command-functions): New hook.
9731         (vc-do-command): Run it.
9732         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9733         (vc-finish-logentry): Only add the comment to the ring if it's
9734         different from the last comment entered.
9735         (vc-new-comment-index): New function.
9736         (vc-previous-comment): Use it.  Make the minibuffer message
9737         slightly less terse.
9738         (vc-comment-search-reverse): Make it work forward as well.  Don't
9739         set vc-comment-ring-index if no match is found.  Use
9740         vc-new-comment-index.
9741         (vc-comment-search-forward): Use vc-comment-search-reverse.
9742         (vc-dired-mode-map): Don't inherit from dired-mode-map since
9743         define-derived-mode will do it for us.  Bind `v' to a keymap that
9744         inherits from vc-prefix-map so that we can bind `vt' without
9745         binding C-x v t.
9746         (vc-retrieve-snapshot): Parenthesis typo.
9748         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9749         to 1.  Make sure to switch to *vc* before looking for an error
9750         message.  Use vc-parse-buffer.
9752 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9754         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9755         and NAME.
9756         (vc-retrieve-snapshot): Split into two parts.
9757         (vc-default-retrieve-snapshot): New function.
9759         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9760         (vc-cvs-retrieve-snapshot): New function (untested).
9761         (vc-cvs-stay-local): Default to t.
9762         (vc-cvs-remote-p): New function and property.
9763         (vc-cvs-state): Stay local only if the above is t.
9764         (vc-handle-cvs): Removed.
9765         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9766         done via vc-handled-backends now.
9767         (vc-cvs-header): Escape Id.
9769 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9771         * vc.el (vc-do-command): Remove unused commands.
9772         (vc-version-diff): Make sure default-directory ends with a slash.
9773         Move the window commands into a vc-exec-after.
9774         (vc-print-log): Move more of the code into the `vc-exec-after'.
9776 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9778         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9779         (vc-print-log): Search current revision from beginning of buffer.
9780         (vc-revert-buffer): Clear echo area after the diff is finished.
9781         (vc-prefix-map): Removed definition of "t" for terse display in vc
9782         dired.
9783         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
9784         definition of "vt" for terse display.
9785         (vc-dired-mode): Fix dired-move-to-filename-regexp.
9787 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9789         * vc.el (vc-exec-after): Avoid caddr.
9791 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9793         * vc.el (vc-exec-after): New function.
9794         (vc-do-command): Use it to add a termination message for async
9795         procs.
9796         (vc-checkout): Try to handle a missing-backend situation.
9797         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9798         of a directory with a backend using async diffs.
9799         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9800         present.
9802         * vc-sccs.el (vc-sccs-state-heuristic): Use
9803         file-ownership-preserved-p.
9805         * vc-rcs.el (vc-rcs-state-heuristic): Use
9806         file-ownership-preserved-p.
9807         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9809 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9811         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9812         vc-do-command.
9814         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9815         when there are no changes.
9817 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9819         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9821         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9823 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9825         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9827         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9828         the `fset' outside of the defvar so that it works even if
9829         vc-prefix-map was already defined.
9830         (vc-setup-buffer): New function, split out of vc-do-command.
9831         (vc-do-command): Allow BUFFER to be t to mean `just use the
9832         current buffer without any fuss'.
9833         (vc-version-diff): Change the `diff' backend operation to just put
9834         the diff in the current buffer without erasing it.  Always use
9835         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
9836         shrink-window-if-larger-than-buffer.
9837         (vc-print-log): Change the `print-log' backend operation to just
9838         put the log in the current buffer without erasing it.  Protect
9839         shrink-window-if-larger-than-buffer.
9840         (vc-update-change-log): Fix setd typo.
9842         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9843         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9845         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9846         (vc-rcs-diff): Insert in the current buffer and remove unused arg
9847         CMP.
9849         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9850         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
9851         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9853 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9855         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9856         not possible, use vc-BACKEND-workfile-unchanged-p.
9857         (vc-default-workfile-unchanged-p): New function.  Delegates to a
9858         full vc-BACKEND-diff.
9860         * vc-hooks.el (vc-simple-command): Removed.
9862         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9863         instead of vc-simple-command.
9864         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9865         avoid doing a diff when opening a file.
9866         (vc-rcs-state): Added check for unlocked-changes.
9867         (vc-rcs-header): Escape Id.
9868         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9869         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9870         version.
9872         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9873         (vc-sccs-diff): Remove optional arg CMP.
9874         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9875         SCCS-specific function.
9877         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9878         vc-simple-command.
9880 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9882         * vc.el (vc-editable-p): Renamed from vc-writable-p.
9883         (with-vc-file, vc-merge): Use vc-editable-p.
9884         (vc-do-command): Remove unused var vc-file and fix the
9885         doubly-defined `status' var.  Add a user message when starting an
9886         async command.
9887         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9888         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9889         Use with-current-buffer.
9890         (vc-buffer-sync): Use unless.
9891         (vc-next-action-on-file): If the file is 'edited by read-only,
9892         make it read-write instead of trying to commit.
9893         (vc-version-diff, vc-update-change-log): Use `setq
9894         default-directory' rather than `cd'.
9895         (vc-log-edit): Don't forget to set default-directory in the
9896         buffer.
9898         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9899         (vc-sccs-state-heuristic): Use file-writable-p instead of
9900         comparing userids.
9901         (vc-sccs-checkout): Use `unless'.
9903         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9904         of comparing userids.
9905         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9906         Simplify the logic by eliminating unreachable code.
9907         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9908         just do a recursive call if we need to retry.
9909         (vc-rcs-checkout): Handle the case where rcs is missing by making
9910         the buffer read-write if requested and re-signalling the error.
9912         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9914 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9916         * vc-hooks.el (vc-handled-backends): Docstring change.
9917         (vc-ignore-vc-files): Mark obsolete.
9918         (vc-registered): Check vc-ignore-vc-files.
9919         (vc-find-file-hook, vc-file-not-found-hook): Don't check
9920         vc-ignore-vc-files.
9922         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9924 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9926         * vc.el (vc-checkout): Don't do anything special for ange-ftp
9927         files since ange-ftp already has vc-registered return nil.
9929         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9930         (vc-sccs-workfile-version): Use with-temp-buffer and new
9931         vc-parse-buffer and don't bother setting the property.
9932         (vc-sccs-add-triple): Use with-current-buffer and
9933         find-file-noselect.
9934         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9936         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
9937         derives from the old vc-parse-buffer but uses the revision number
9938         rather than the date (much easier to compare robustly).
9939         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
9940         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
9941         locking-user more directly.  Check strict locking and set
9942         checkout-model appropriately.
9943         (vc-rcs-parse-locks): Remove.
9944         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9945         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9946         (vc-rcs-system-release): Use with-current-buffer and
9947         vc-parse-buffer.
9948         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9950         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9951         (vc-simple-command): Docstring fix.
9952         (vc-registered): Align the way the file-handler is called with the
9953         way the function itself works.
9954         (vc-file-owner): Remove.
9956         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
9957         extraction of fields and call to file-attributes because of a
9958         temporary bug in rcp.el.
9959         (vc-cvs-fetch-status): Use with-current-buffer.
9961 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9963         * vc.el (vc-do-command): Use file-relative-name.
9964         (vc-responsible-backend): Use vc-backend if possible.
9965         (vc-create-snapshot): Improve the `interactive' spec. Add support
9966         for branches and dispatch to backend-specific `create-snapshot'.
9967         (vc-default-create-snapshot): New function, containing the bulk of
9968         the old vc-create-snapshot.
9969         (vc-retrieve-snapshot): Improve the interactive spec.
9971         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9972         (vc-backend-hook-functions): Remove.
9973         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9974         (vc-backend): Reintroduce the test for `file = nil' now that I
9975         know why it was there (and added a comment to better remember).
9977         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9978         code from vc-sccs-hooks.el.
9979         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
9980         'vc anymore.
9981         (vc-sccs-responsible-p): Use expand-file-name instead of concat
9982         and file-directory-p instead of file-exists-p.
9983         (vc-sccs-check-headers): Simplify the regexp.
9985         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9986         from vc-rcs-hooks.el.  Don't require 'vc anymore.
9987         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9988         file-directory-p instead of file-exists-p.
9990         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9991         from vc-cvs-hooks.el.
9992         (proto vc-cvs-registered): Require 'vc-cvs instead of
9993         'vc-cvs-hooks.  Don't require 'vc anymore.
9994         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9995         file-directory-p instead of file-exists-p.
9996         (vc-cvs-create-snapshot): New function, replacing
9997         vc-cvs-assign-name.
9998         (vc-cvs-assign-name): Remove.
10000 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10002         * vc-cvs.el (vc-cvs-header): New var.
10004         * vc-rcs.el (vc-rcs-exists): Remove.
10005         (vc-rcs-header): New var.
10007         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10008         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10009         (vc-sccs-header): New var.
10011         * vc.el (vc-do-command): Get rid of the `last' argument.
10012         (vc-header-alist): Remove, replaced by vc-X-header.
10013         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10014         (vc-dired-hook): Use expand-file-name instead of concat.
10015         (vc-directory): Use file-name-as-directory.
10016         (vc-snapshot-precondition, vc-create-snapshot)
10017         (vc-retrieve-snapshot): Allow the command to operate on any
10018         directory.
10020         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10021         just removing the 'WORKFILE argument or by removing the 'MASTER
10022         argument and replacing `file' with (vc-name file).
10024 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10026         * vc.el: Update Copyright and add a crude list of backend funs.
10027         (vc-writable-p): New function.
10028         (with-vc-file): Use vc-writable-p.
10029         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10030         (vc-register): Avoid vc-name.
10031         (vc-locking-user): Remove.
10032         (vc-steal-lock): Make the `owner' arg non-optional.
10033         (vc-merge): Use vc-writable-p instead of vc-locking-user and
10034         vc-checkout-model.
10035         (vc-default-dired-state-info): Use vc-state instead of
10036         vc-locking-user and return special strings for special states.
10037         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10038         and get rid of one of the special CVS cases.
10039         (vc-cancel-version): prettify error message with \\[...].
10040         (vc-rename-master): New function.
10041         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10042         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
10043         the CVS special case generic.
10044         (vc-default-record-rename): Remove.
10045         (vc-file-tree-walk-internal): Only call FUNC for files that are
10046         under control of some VC backend and replace `concat' with
10047         expand-file-name.
10048         (vc-file-tree-walk): Update docstring.
10049         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10050         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10052         * vc-sccs.el (vc-sccs-rename-file): Renamed from
10053         vc-sccs-record-rename.  Use `find-file-noselect' rather than
10054         `find-file' and call `vc-rename-master' to do the actual move.
10055         (vc-sccs-diff): Remove unused `backend' variable.
10057         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10058         to delay loading of vc-sccs until it is really used.
10059         (vc-sccs-master-templates): Preload.
10060         (vc-sccs-state): Update call to vc-sccs-parse-locks.
10061         (vc-sccs-project-dir): Remove (merged into
10062         vc-sccs-search-project-dir).
10063         (vc-sccs-search-project-dir): Rewrite using file name handling ops
10064         rather than `concat', make sure it is preloaded and don't bother
10065         to check that the file actually exists.
10066         (vc-sccs-parse-locks): Remove unused `file' argument, remove
10067         `locks' argument (use buffer's content instead) and eliminate n^2
10068         behavior.
10070         * vc-rcs.el: Update Copyright.
10071         (vc-rcs-rename-file): New function.
10072         (vc-rcs-diff): Remove unused `backend' variable.
10074         * vc-hooks.el: Update Copyright.
10075         (vc-backend): Don't accept a nil argument any more.
10076         (vc-up-to-date-p): Turn into a defsubst.
10077         (vc-possible-master): New function.
10078         (vc-check-master-templates): Use `vc-possible-master' and allow
10079         funs in vc-X-master-templates to return a non-existent file.
10081         * vc-cvs.el: Update Copyright.
10082         (vc-cvs-diff): Remove unused `backend' variable.
10083         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10085         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10087 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10089         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10090         since it can be called from vc-rcs.el.
10091         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10093 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10095         * vc.el (vc-version-diff): Expand file name read from the
10096         minibuffer.  Handle the case when a previous version number can't
10097         be guessed.  Give suitable messages when there were no differences
10098         found.
10099         (vc-clear-headers): Call backend-specific implementation, if one
10100         exists.
10101         (vc-cancel-version): Made error checks generic.  When done, clear
10102         headers generically, too.
10104         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10105         from vc-clear-headers in vc.el.
10107         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10108         correctly.
10109         (vc-rcs-latest-on-branch-p): Made second argument VERSION
10110         optional.  Handle the case when it's not there.
10112 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10114         * vc.el (vc-locking-user): Moved from vc-hooks.el.
10116 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10118         * vc-hooks.el (vc-loadup): Remove.
10119         (vc-find-backend-function): Use `require'.  Also, handle the case
10120         where vc-BACKEND-hooks.el doesn't exist.
10121         (vc-call-backend): Cleanup.
10123 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10125         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10126         vc-rcs-grab-templates)
10127         (vc-rcs-registered): Remove.  The default function works as well.
10128         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10129         vc-sccs-grab-templates)
10130         (vc-sccs-registered): Remove.  The default function works as well.
10132         * vc.el (vc-version-diff): Left out a vc- in call to
10133         vc-call-backend.
10134         (vc-default-dired-state-info, vc-default-record-rename)
10135         (vc-default-merge-news): Update for the new backend argument.
10137         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10138         using the default function.
10139         (vc-call-backend): If calling the default function, pass it the
10140         backend as first argument.  Update the docstring accordingly.
10141         (vc-default-state-heuristic, vc-default-mode-line-string): Update
10142         for the new backend argument.
10143         (vc-make-backend-sym): Renamed from vc-make-backend-function.
10144         (vc-find-backend-function): Use the new name.
10145         (vc-default-registered): New function.
10147 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10149         * vc.el (vc-merge): Use vc-find-backend-function.
10151         * vc-hooks.el (vc-backend-functions): Remove.
10152         (vc-loadup): Don't setup 'vc-functions.
10153         (vc-find-backend-function): New function.
10154         (vc-call-backend): Use above fun and populate 'vc-functions
10155         lazily.
10156         (vc-backend-defines): Remove.
10158 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10160         * vc.el (vc-register): Put a FIXME note for a newly found bug.
10161         Call vc-call-backend without the leading vc-.
10162         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10163         (vc-check-headers): Call vc-call-backend without the leading vc-.
10164         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10165         (vc-annotate-display): Replace confusing use of `cond' with `or'.
10166         Call vc-call-backend without the leading vc-.
10168         * vc-cvs.el (tail): Provide vc-cvs.
10169         * vc-sccs.el (tail): Provide vc-sccs.
10170         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10172         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10173         (vc-make-backend-function, vc-call): Pass names without leading
10174         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10175         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10176         (vc-call-backend): Always try to load vc-X-hooks.
10177         (vc-registered): Remove vc- in call to vc-call-backend.
10179 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10181         * vc.el (vc-process-filter): New function.
10182         (vc-do-command): Setup `vc-process-filter' for the async process.
10183         (vc-maybe-resolve-conflicts): New function to reduce
10184         code-duplication.  Additionally, it puts the buffer in
10185         `smerge-mode' if applicable.
10186         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10187         calling `merge-news'.
10188         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10189         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
10190         interfacing to log-edit.el.
10191         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10192         log-edit is available.
10193         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10195 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10197         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10198         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10199         defvar and the initialization.
10200         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10202         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10203         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10205         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10207 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10209         * vc.el (vc-file-clear-masterprops): Removed.
10210         (vc-checkin, vc-revert-buffer): Removed calls to the above.
10211         (vc-version-diff): Use buffer-size without argument.
10212         (vc-register): Heed vc-initial-comment.
10214         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10215         default branch.
10217         * vc-rcs.el (vc-rcs-register): Parse command output to find master
10218         file name and workfile version.
10219         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10221         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10222         vc-file-clear-masterprops.
10224         * vc-sccs.el (vc-sccs-checkout): Removed call to
10225         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
10226         rather than user login name.
10229 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10231         * vc.el (vc-workfile-unchanged-p): Remove unused argument
10232         `want-differences-if-changed' and simplify.
10233         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10234         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10235         output (which is invalid for async vc-diff) to decide whether to
10236         do the revert silently or not.
10238 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10240         * vc-hooks.el (vc-loadup): Load files quietly.
10241         (vc-call-backend): Oops, brain fart.
10243 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10245         * vc-cvs.el (vc-cvs-state): Typo.
10246         (vc-cvs-merge-news): Return the status code rather than the error msg.
10248 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10250         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10251         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10252         vc-state or vc-up-to-date-p.
10253         (vc-merge): Use vc-backend-defines to check whether merging is
10254         possible.  Set state to 'edited after successful merge.
10256         * vc-hooks.el (vc-locking-user): If locked by the calling user,
10257         return that name.  Redocumented.
10259 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10261         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10262         new `vc-state' semantics.
10263         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10264         'vc-locking-user to the current user.
10265         (vc-merge): Inline vc-backend-merge.  Comment out code that I
10266         don't understand and hence can't adapt to the new `vc-state' and
10267         `vc-locking-user' semantics.
10268         (vc-backend-merge): Remove.
10270         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10271         rather than 'vc-locking-user.
10273         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10275         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10276         (vc-state): Don't use 'reserved any more.  Just use the same
10277         convention as the one used for vc-<backend>-state where the
10278         locking user (as a string) is returned.
10279         (vc-locking-user): Update, based on the above convention. The
10280         'vc-locking-user property has disappeared.
10281         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10283         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10284         with a heuristic one.
10285         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10286         (vc-cvs-checkin): Do a trivial parse to set the state in case of
10287         error.  That allows us to get to 'needs-merge even in the
10288         stay-local case.  There's still no way to detect 'needs-patch in
10289         such a setup (or to force an update for that matter).
10290         (vc-cvs-logentry-check): Remove, the default works as well.
10292 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10294         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10296         * vc.el (vc-do-command): kill-all-local-variables, to reset any
10297         major-mode in which the buffer might have been put earlier.  Use
10298         `remove' and `when'.  Allow `okstatus' to be `async' and use
10299         `start-process' in this case.
10300         (vc-version-diff): Handle the case where the diff looks empty
10301         because of the use of an async process.
10303 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10305         * vc.el (vc-next-action-on-file): Removed optional parameter
10306         `simple'.  Recompute state unconditionally.
10307         (vc-default-toggle-read-only): Removed.
10309         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10310         (vc-toggle-read-only): Undid prev change.
10312         * vc-cvs.el (vc-cvs-stay-local): Renamed from
10313         vc-cvs-simple-toggle.  Redocumented.
10314         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10315         (vc-cvs-toggle-read-only): Removed.
10317 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10319         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10320         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10321         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10322         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
10323         still is. So maybe it should be removed.
10324         (vc-head-version, vc-find-binary): Remove.
10325         (vc-recompute-state): Move from vc-hooks.el.
10326         (vc-next-action-on-file): Add a `simple' argument to allow
10327         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10328         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10329         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10330         (vc-dired-mode-map): Properly defvar it.
10331         (vc-print-log): Call log-view-mode if available.
10332         (small-temporary-file-directory): defvar instead of use boundp.
10333         (vc-merge-news): Moved to vc-cvs.el.
10334         (vc-default-merge-news): New function.
10336         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10337         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10338         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10339         unknown `vc-latest-version' function.  It should probably refer to
10340         vc-workfile-version or somesuch, but it's very unclear to me and I
10341         don't have SCCS to test things.
10343         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10344         (vc-sccs-state-heuristic): Fix typo.
10345         (vc-sccs-workfile-unchanged-p): Add missing argument.
10347         * vc-rcs.el: Require vc and vc-rcs-hooks.
10348         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10349         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10350         (vc-release-greater-or-equal-p): Move from vc.
10351         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10352         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10353         (vc-rcs-checkout): Add a missing `new-version' argument in the
10354         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
10356         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10357         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10358         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10359         than the apparently unbound `workfile-version'.
10361         * vc-hooks.el (vc-master-templates): Def the obsolete var.
10362         (vc-file-prop-obarray): Use `make-vector'.
10363         (vc-backend-functions): Add new hookable functions
10364         vc-toggle-read-only, vc-record-rename and vc-merge-news.
10365         (vc-loadup): If neither backend nor default functions exist, use
10366         the backend function rather than nil.
10367         (vc-call-backend): If the function if not bound yet, try to load
10368         the non-hook file to see if it provides it.
10369         (vc-call): New macro plus use it wherever possible.
10370         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10371         nor `vc-find-binary' since it's only called from
10372         vc-mistrust-permission which is only used once the backend is known.
10373         (vc-checkout-model): Fix parenthesis.
10374         (vc-recompute-state, vc-prefix-map): Move to vc.el.
10376         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10377         (vc-cvs-release, vc-cvs-system-release): Remove.
10378         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10379         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10380         status symbols.
10381         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10382         (vc-cvs-toggle-read-only): First cut at a function to allow a
10383         cvs-status-free vc-toggle-read-only.
10384         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10385         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10386         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
10387         (vc-cvs-checkout): Modify access rights directly if the user
10388         requested not to use `cvs edit'.  And refresh the mode line.
10390         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10391         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10393 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10395         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
10396         workfile' that got lost when the code was extracted from vc.el.
10397         And merged the tail with the rest of the code (not possible in the
10398         old vc.el where the tail was shared among all backends).  And
10399         explicitly set the state to 'edited if `writable' is set.
10401         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10402         (vc-cvs-state): Be careful to return the value from
10403         vc-cvs-parse-state.
10404         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
10405         property but return it instead.  Also be careful to handle a nil
10406         or "" `rev' when workfile is non-nil (it was handled properly when
10407         workfile was nil).
10409         * vc.el: Removed those pesky unnecessary `(function' quotes.
10410         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10411         directly in the defvar.
10412         (vc-do-command): Bind inhibit-read-only so as to properly handle
10413         the case where the destination buffer has been made read-only.
10414         (vc-diff): Delegate to vc-version-diff in all cases.
10415         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10416         (vc-annotate-mode-variables): Removed (code moved partly to
10417         defvars and partly to vc-annotate-add-menu).
10418         (vc-annotate-mode): Turned into a derived-mode.
10419         (vc-annotate-add-menu): Moved in code in
10420         vc-annotate-mode-variables.
10421         (vc-update-change-log): Use make-temp-file if available.
10423 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
10425         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10426         `vc-checkout-model' updated to `vc-cvs-update-model'.
10428 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10430         * vc.el (vc-next-action-on-file): Added handling of state
10431         `unlocked-changes'.
10432         (vc-checkout-carefully): Is now practically obsolete, unless the
10433         above is too slow to be enabled unconditionally.
10434         (vc-update-change-log): Fixed typo.
10436         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10438         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10439         Now handles state `unlocked-changes'.
10440         (vc-sccs-workfile-unchanged-p): New function, to support the above.
10442         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10444         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10445         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
10446         `unlocked-changes'.
10447         (vc-rcs-workfile-unchanged-p): Renamed from
10448         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
10449         function yet, but supposed to become one soon.
10451         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10452         `vc-steal-lock'.
10453         (vc-call-backend): Changed error message.
10454         (vc-state): Added description of state `unlocked-changes'.
10456 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10458         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10459         always return t in CVS-controlled directories.
10461         * vc.el (vc-responsible-backend): New function.
10462         (vc-register): Largely rewritten.
10463         (vc-admin): Removed (implementation moved into vc-register).
10464         (vc-checkin): Redocumented.
10465         (vc-finish-logentry): If no backend defined yet (because we are in
10466         the process of registering), use the responsible backend.
10468         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10469         Updated function lists.
10470         (vc-call-backend): Fixed typo.
10472         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10473         New functions.
10474         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10475         Removed query option.  Redocumented.
10477 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10479         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10481         * vc.el: Updated callers of `vc-checkout-required' to use
10482         `vc-checkout-model'.
10484 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10486         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
10487         stuff updated to reference this function instead of the old
10488         `vc-backend-release-p'.
10490 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10492         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10493         vc-checkout-model.  Return appropriate values.  Updated callers.
10495 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10497         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10498         (vc-backend-revert): Function moved into `vc-revert';
10499         `vc-next-action' must be updated to accomodate this change.
10500         (vc-backend-steal): Function moved into `vc-finish-steal'.
10501         (vc-backend-logentry-check): Function moved into
10502         `vc-finish-logentry'.
10503         (vc-backend-printlog): Function moved into `vc-print-log'.
10504         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10505         (vc-backend-assign-name): Function moved into
10506         `vc-create-snapshot'.
10508 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10510         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10511         Rename to vc-checkout-model.  Return appropriate values.
10512         Update callers.
10514         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10515         to vc-checkout-model.
10516         (vc-checkout-required): Rename to vc-checkout-model.
10517         Re-implement and re-comment.
10518         (vc-after-save): Use vc-checkout-model.
10520 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10522         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10523         Update to use the vc-BACKEND-diff functions instead.
10524         `vc-diff' is now working.
10526         * vc-rcs.el (vc-rcs-logentry-check): New function.
10528         * vc-cvs.el (vc-cvs-logentry-check): New function.
10530         * vc-sccs.el (vc-sccs-diff): Function changed name from
10531         `vc-backend-diff'.  This makes `vc-diff' work.
10533         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10534         of functions possibly implemented in a vc-BACKEND library.
10535         (vc-checkout-required): Fix bug that caused an error to be
10536         signaled during `vc-after-save'.
10538         * vc.el: Fix typo.
10539         This checkin is made with our new VC code base for the very first time.
10540         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10542         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10543         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10545         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10546         updated to `vc-uses-locking'.
10547         (vc-checkout-required): Call to backend function.
10548         `vc-checkout-required' updated to `vc-uses-locking' instead.
10550         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10551         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10553         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10554         to match the split into various backends.
10555         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
10556         (vc-retrieve-snapshot): Bug fix.
10558 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10560         * vc-sccs.el (vc-sccs-release): Doc fix.
10562 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10564         * vc.el (vc-next-action-on-file): Bug found and fixed.
10565         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10566         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10568         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10569         (vc-rcs-checkout): Name space cleaned up.  No more revision number
10570         crunching function names that are not prefixed with vc-rcs.
10571         (vc-rcs-checkout-model): Function added.  References to
10572         `vc-checkout-model' replaced.
10574 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10576         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10577         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
10578         still need to be split, and implemented for RCS).
10580 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10582         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10584         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10585         required by the vc.el file.
10587         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10588         required by the vc.el file.
10589         (vc-rcs-exists): Function added.
10591         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10592         required by the vc.el file.
10594         * vc.el (vc-admin): Updated to handle selection of appropriate
10595         backend.  Current implementation is crufty and need re-thinking.
10597         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10599 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10601         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10602         beginning of annotate buffers correctly.
10604         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10605         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10606         functionality updated quite a lot to support multiple backends.
10607         Variables `vc-annotate-mode', `vc-annotate-buffers',
10608         `vc-annotate-backend' added.
10610         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10611         `vc-annotate-difference' added to supported backend functions.
10613 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10615         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10616         Use with-temp-file instead of /bin/sh.  Merged from mainline
10618 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10620         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10622         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10624         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10626 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10628         * vc-hooks.el: vc-state-heuristic added to
10629         vc-backend-hook-functions.
10631         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10633         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10635         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10636         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
10637         state to `reserved'.
10639         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10640         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
10642 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10644         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
10645         untouched.
10647         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10649         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10650         if defined.  (Merged from main line, slightly adapted.)
10652         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10653         millenium problem (merged from mainline).
10655 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10657         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10658         part and moved the non-BACKEND stuff to vc.el.
10660         * vc.el: Split the annotate feature into a BACKEND specific part
10661         and moved it from the vc-cvs.el file to this one.
10663 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10665         * vc-hooks.el: Implement new state model.
10666         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10667         (vc-locking-user): Simplify.  Now only needed if the file is
10668         locked by somebody else.
10669         (vc-lock-from-permissions): Remove.  Functionality is in
10670         vc-sccs-hooks.el and vc-rcs-hooks.el now.
10671         (vc-mode-line-string): New name for former vc-status.  Adapted.
10672         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
10674         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10675         Various simplifications and adaptations all over the place.
10677         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10678         Simplify and adapt the rest.
10680         * vc.el (vc-resynch-window): Add TODO comment: check for
10681         interaction with view mode according to recent RCS change.
10682         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10684 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10686         * vc.el: Convert the remaining function comments to docstrings.
10688 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10690         * vc.el (vc-backend-release, vc-release-greater-or-equal)
10691         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10692         (vc-minor-part, vc-previous-version): Functions that operate and
10693         compare revision numbers got proper documentation.  Comments added
10694         about their possible removal.
10696 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10698         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10699         the vc-backend.el files.
10701         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10703         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10704         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10705         (vc-rcs-previous-version): Functions added.
10707         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10709         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10711 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10713         * vc-hooks.el (vc-master-templates): Is really obsolete.
10714         Comment out the definition for now.  What is the right procedure
10715         to get rid of it?
10716         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10717         rewritten.
10718         (vc-default-registered): Remove.
10719         (vc-check-master-templates): New function; does mostly what the
10720         above did before.
10721         (vc-locking-user): Don't rely on the backend to set the property.
10723         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10724         Rewrite documentation.
10725         (vc-rcs-templates-grabbed): New variable.
10726         (vc-rcs-grab-templates): New function.
10727         (vc-rcs-registered): Rewrite to use above mechanism.
10729         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10730         Rewrite documentation.
10731         (vc-sccs-templates-grabbed): New variable.
10732         (vc-sccs-grab-templates): New function.
10733         (vc-sccs-registered): Rewrite to use above mechanism.
10734         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10735         Don't throw the result, simply return it.
10737         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10738         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
10739         (vc-cvs-registered): Does the check itself now.  Simplify.
10741         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10742         from main line.
10744 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10746         * vc-cvs.el (vc-cvs-diff): New function.
10748         * vc-sccs.el (vc-sccs-diff): New function.
10750         * vc-rcs.el (vc-rcs-diff): New function.
10751         (vc-rcs-checkout): Bug (typo) found and fixed.
10752         (vc-rcs-register-switches): New variable.
10754         * vc.el (vc-backend-diff): Function removed and placed in the
10755         backend files.
10757 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10759         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10761         * vc.el (vc-backend-checkout): Function removed and replaced in
10762         the vc-backend.el files.
10764         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10766         * vc.el (vc-backend-admin): Removed and replaced in the
10767         vc-backend.el files.
10769         * vc.el (Martin): Removed all the annotate functionality since it
10770         is CVS backend specific.
10772 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10774         * spec.txt: Added specification of vc-state.
10776         * vc-sccs-hooks.el (vc-sccs-master-properties):
10777         Remove handling of vc-latest-version and
10778         vc-your-latest-version.  What used to be vc-latest-version, is now
10779         returned as vc-workfile-version.
10780         (vc-sccs-workfile-version): Adapt.
10782 2000-09-04  Dave Love  <fx@gnu.org>
10784         * vc.el: [Merged from mainline.]
10785         (vc-dired-mode): Make the dired-move-to-filename-regexp
10786         regexp match the date, to avoid treating date as file size.
10787         Add YYYY S option to WESTERN/
10789 2000-09-04  Dave Love  <fx@gnu.org>
10791         * vc.el: Require `compile' when compiling.
10792         (vc-logentry-check-hook): New option.
10793         (vc-steal-lock): Use compose-mail.
10794         (vc-dired-mode-map): Defvar when compiling.
10795         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10796         vc-sccs.el and renamed.  Callers changed.
10797         (vc-backend-checkout, vc-backend-logentry-check)
10798         (vc-backend-merge-news): Doc fix.
10799         (vc-default-logentry-check): New function.
10800         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10801         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10802         (vc-backend-merge): Doc fix.  Use backend functions.
10803         (vc-check-headers): Use backend functions.
10805         * vc-cvs.el: Require vc when compiling.
10806         (vc-cvs-register-switches): Doc fix.
10807         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10808         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10809         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10810         New functions (code from vc.el).
10811         (vc-annotate-display-default): Fix interactive spec.
10812         (vc-annotate-time-span): Doc fix.
10814         * vc-rcs.el: Require vc when compiling.
10815         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10816         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10817         (vc-rcs-checkin): New functions (code from vc.el).
10818         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10819         Doc fix.
10820         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
10822         * vc-sccs.el: Require vc when compiling.
10823         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10824         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10825         (vc-sccs-revert)
10826         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10827         from vc.el).
10828         (vc-sccs-add-triple, vc-sccs-record-rename)
10829         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10830         (vc-sccs-admin): Doc fix.
10832 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10834         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10835         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10836         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10837         from vc.el.
10839         * vc-sccs.el (vc-admin-sccs): Added from vc.el
10841         * vc-cvs.el: Moved the annotate functionality from vc.el.
10842         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10844 2000-09-04  Dave Love  <fx@gnu.org>
10846         * vc.el (vc-backend-release): Call vc-system-release.
10848         * vc-sccs.el (vc-sccs-system-release):
10849         Renamed from vc-sccs-backend-release.
10851         * vc-rcs.el (vc-rcs-system-release):
10852         Renamed from vc-rcs-backend-release.
10854         * vc-cvs.el (vc-cvs-system-release):
10855         Renamed from vc-cvs-backend-release.
10857 2000-09-04  Dave Love  <fx@gnu.org>
10859         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10860         backend files.
10861         (vc-backend-release): Dispatch to backend functions.
10862         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
10863         probably needs attention.]
10865         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10866         (vc-sccs-backend-release): New function.
10868         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10869         (vc-cvs-backend-release): New function.
10871         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10872         Doc fix.
10873         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10874         (vc-default-dired-state-info): New function.
10875         (vc-dired-state-info): Dispatch to backends.
10876         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
10878         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10879         from vc.el and renamed.
10881 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10883         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10884         (vc-version-other-window, vc-backend-assign-name): Removed
10885         references to vc-latest-version; sometimes changed into
10886         vc-workfile-version.
10888         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10889         vc-rcs-master-workfile-version.
10890         (vc-rcs-workfile-version): Use the above.  Don't call
10891         vc-latest-version (that was unreachable code, anyway).
10892         (vc-rcs-fetch-master-properties): Doc fix.
10894         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10895         (vc-backend-hook-functions): Removed them from this list, too.
10896         (vc-fetch-properties): Removed.
10897         (vc-workfile-version): Doc fix.
10899         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10900         (vc-rcs-workfile-version, vc-rcs-locking-user)
10901         (vc-rcs-uses-locking): Use it.
10903         * vc-hooks.el (vc-consult-rcs-headers):
10904         Moved into vc-rcs-hooks.el, under the name
10905         vc-rcs-consult-headers.
10907         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10908         headers.
10909         (vc-cvs-find-master): Use this name only; correct different
10910         versions of the name.
10912         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10913         New functions.
10914         (vc-sccs-locking-user): Use the latter.
10916         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10917         New functions.
10919         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10920         Moved into both
10921         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
10922         functions are implementation details of those two backends.
10924 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10926         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10927         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10929         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10930         (vc-sccs-parse-locks): SCCS-specific code moved here from
10931         vc-hooks.
10933         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10934         code moved here from vc-hooks.
10936         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10937         into back-end specific parts and removed.  Callers not updated
10938         yet; because I guess these callers will disappear into back-end
10939         specific files anyway.
10941 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10943         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10944         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10945         `vc-uses-locking'.
10947         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10948         Store yes/no in the property, and return t/nil.  Updated all
10949         callers.
10951         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10952         vc-sccs-uses-locking.  Don't set property.
10953         (vc-sccs-locking-user): Don't set property.
10955         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10956         vc-cvs-uses-locking.  Don't set property here; leave that to
10957         vc-hooks.
10958         (vc-cvs-locking-user): Reflect above change.  Streamlined.
10960         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10961         vc-rcs-uses-locking.
10962         (vc-rcs-locking-user): Reflect above change.
10964 2000-09-04  Dave Love  <fx@gnu.org>
10966         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10968         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10970         * vc-hooks.el (vc-checkout-model): Punt to backends.
10972         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10974         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10976         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10977         New functions.
10979         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10980         New functions.
10982         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10983         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10985         * vc-hooks.el (vc-default-locking-user): New function.
10986         (vc-locking-user, vc-workfile-version): Punt to backends.
10988 2000-09-04  Dave Love  <fx@gnu.org>
10990         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10991         (vc-master-workfile-version): Moved from vc-hooks.
10993         * vc-rcs-hooks.el: Fix duplicate code in last change.
10995         * vc-rcs-hooks.el: Require vc-hooks when compiling.
10996         (vc-rcs-master-templates): Improve :type.
10997         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10998         vc-master-workfile-version): Moved from vc-hooks.
11000         * vc-sccs-hooks.el: Require vc-hooks when compiling.
11001         (vc-sccs-master-templates): Improve :type.
11002         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11004         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11006         * vc-cvs-hooks.el: Require vc-hooks when compiling.
11007         (vc-cvs-master-templates): Improve :type.  Use
11008         vc-cvs-find-cvs-master.
11009         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11010         from vc-hooks.
11011         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11013         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11014         Moved to vc-cvs-hooks.
11016         * vc-hooks.el: Add doc strings in various places.  Simplify the
11017         minor mode setup.
11018         (vc-handled-backends): New user variable.
11019         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11020         simplification.
11022 2000-09-04  Dave Love  <fx@gnu.org>
11024         * vc.el: Some doc fixes for autoloaded and interactive functions.
11025         Fix compilation warnings from ediff stuff.
11026         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11028         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11030         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11032         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11034 2000-09-04  Dave Love  <fx@gnu.org>
11036         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11037         New variable.
11038         (vc-make-backend-function, vc-loadup, vc-call-backend)
11039         (vc-backend-defines): New functions.
11041         * vc-hooks.el: Various doc fixes.
11042         (vc-default-back-end, vc-follow-symlinks): Custom fix.
11043         (vc-match-substring): Function removed.  Callers changed to use
11044         match-string.
11045         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11046         Simplify.
11048 2000-09-04  Dave Love  <fx@gnu.org>
11050         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11051         type.
11052         (vc-sccs-project-dir, vc-search-sccs-project-dir)
11053         (vc-sccs-registered): Doc fix.
11055         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11056         (vc-cvs-registered): Doc fix.
11058         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11059         (vc-rcs-registered): Doc fix.
11061 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11063         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11065         * vc-hooks.el: vc-registered has been renamed
11066         vc-default-registered.  Some functions have been moved to the
11067         backend specific files.  they all support the
11068         vc-BACKEND-registered functions.
11070 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11072         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11074         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11076 2000-09-04  Dave Love  <fx@gnu.org>
11078         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11079         menu-bar-update-hook.
11081         * help.el (help-manyarg-func-alist): Add
11082         find-operation-coding-system.
11084         * wid-edit.el (widget-sexp-validate): Fix garbled code.
11086         * custom.el (custom-set-variables): Print message about errors in
11087         setting.
11089 2000-09-03  Andrew Innes  <andrewi@gnu.org>
11091         * makefile.w32-in: Change to DOS line endings.
11093 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11095         * mouse.el (mouse-popup-menubar): Supply the prompt string for
11096         minor-mode keymaps, if they don't have one.
11098 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11100         * eshell/esh-module.el (eval-when-compile): Don't lose if
11101         esh-module.el's file name is truncated to DOS 8+3 limits.
11103 2000-09-01  John Wiegley  <johnw@gnu.org>
11105         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11106         predicate, which caused entries in the completion list to be
11107         doubled.
11109 2000-08-30  John Wiegley  <johnw@gnu.org>
11111         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11112         sending to subprocesses.  Also, hook pre-command-hook if
11113         `eshell-send-direct-to-subprocesses' is non-nil.
11114         (eshell-send-direct-to-subprocesses): New config variable.  If t,
11115         subprocess input is send immediately.
11116         (eshell-toggle-direct-send): New function.
11117         (eshell-self-insert-command): New function.
11118         (eshell-intercept-commands): New function.
11119         (eshell-send-input): If direct subprocess sending is enabled,
11120         don't echo any input to the Eshell buffer.  Let the subprocess
11121         handle that.  This requires "stty echo" in bash, for example.
11123 2000-08-28  John Wiegley  <johnw@gnu.org>
11125         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11126         completion function for Eshell's implementation of `unset'.
11128 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11130         * info.el (Info-directory-list): Doc fix.
11132 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
11134         * filecache.el (file-cache-add-directory-using-find): Don't quote
11135         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11137 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
11139         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11140         coding systems.
11142 2000-08-30  Andrew Innes  <andrewi@gnu.org>
11144         * timer.el (run-with-idle-timer): Undo last change, so that timer
11145         is not activated immediately if Emacs is already idle.  Some
11146         existing code relies on this behaviour.
11148 2000-08-30  Miles Bader  <miles@gnu.org>
11150         * frame.el (set-frame-font): Do completion of font-name for
11151         interactive use.
11153 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
11155         * international/quail.el (quail-start-translation): Bind locally
11156         last-command-event, last-command, and this-command.
11157         (quail-start-conversion): Likewise.
11158         (quail-self-insert-command): Fix docstring.
11160 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
11162         * progmodes/executable.el
11163         (executable-make-buffer-file-executable-if-script-p): Check that
11164         buffer contains at least 2 characters.
11166 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
11168         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11170 2000-08-29  Dave Love  <fx@gnu.org>
11172         * diff-mode.el (diff-mode) <defgroup>: Add :version.
11173         (diff-mode-shared-map): Bind mouse-2.
11174         (diff-imenu-generic-expression): New variable.
11175         (diff-mode): Use it.
11177         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11178         (mouse-popup-menubar): Add minor mode menus.
11179         (popup-menu): Check for lookup-key returning number.
11181 2000-08-29  Miles Bader  <miles@gnu.org>
11183         * comint.el (comint-send-input): Create overlays using the proper
11184         front/read-advance arguments.
11186 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11188         * ps-print.el: Even/odd pages printing.  Doc fix.
11189         (ps-print-version): New version number (6.0).
11190         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11191         (ps-background, ps-begin-file, ps-begin-job): Code fix.
11192         (ps-print-duplex-feature): Variable eliminated.
11193         (ps-even-or-odd-pages): New variable.
11195         * progmodes/ebnf2ps.el: Doc fix.
11196         (ebnf-version): New version (3.3).
11197         (ebnf-user-arrow): Change variable customization to sexp.
11198         (ebnf-user-arrow): Function eliminated.
11199         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11201 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
11203         * help.el (help-xref-mule-regexp): New variable.
11204         (help-make-xrefs): Handle help-xref-mule-regexp.
11206         * international/mule-cmds.el (help-xref-mule-regexp-template): New
11207         variable.
11208         (describe-input-method): Temporarily activate the specfied input
11209         method to display the information.
11210         (describe-language-environment): Hyperlinks to mule related items.
11212         * international/mule-diag.el (charset-multibyte-form-string): New
11213         function.
11214         (list-character-sets-1): Use charset-multibyte-form-string.
11215         (describe-character-set): New function.
11216         (describe-coding-system): Hyperlinks to safe character sets.
11218         * international/quail.el (quail-help): New arg PACKAGE.
11219         Hyperlinks to mule related items.
11220         (quail-help-insert-keymap-description): Use
11221         substitute-command-keys instead of describe-bindings.
11222         (quail-translation-help): Hyperlinks to mule related items.
11224 2000-08-28  John Wiegley  <johnw@gnu.org>
11226         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11227         have a defsubst call itself.  Made `eshell-flatten-list' back into
11228         a function again.
11230         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11231         catch, in case re-centering point at bottom messes up the display.
11232         This happens frequently in Emacs 21, due I believe to variable
11233         line heights.
11235         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11236         to call `find-tag-interactive'.
11238         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11239         the list of remember directories.
11241 2000-08-28  John Wiegley  <johnw@gnu.org>
11243         * align.el: Test align-region-separate to see if it's a symbol.
11245 2000-08-28  John Wiegley  <johnw@gnu.org>
11247         * eshell/esh-util.el (eshell-flatten-list): Made this function
11248         into a defsubst form.  It gets used very frequently, although
11249         calls don't occur all that often.
11251         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11252         examining it.
11254         * eshell/esh-cmd.el (eshell-rewrite-while-command):
11255         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11256         `eshell-protect'.
11257         (eshell-copy-handles): Created a new macro for duplicating the
11258         current set of open handles.  This is needed by the looping
11259         functions.
11260         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11261         is not incorrectly stomped on.
11263         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11264         declaration for pcomplete-use-paring.
11265         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11266         value of eshell-cmpl-use-paring.
11267         * pcomplete.el (pcomplete-use-paring): New config variable, to
11268         indicate whether paring should be used.
11269         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11270         completion alternatives that have already been used.
11272         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11273         bound to C-c C-y, which will repeat the previous N arguments
11274         (based on prefix argument).
11275         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11277         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11278         if there is no *Help* buffer.  This is for XEmacs, which renames
11279         its help buffers uniquely.  TODO: Find out what the current buffer
11280         name to delete is.
11282         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11283         first entry that correlates to a passwd/group number.  Later
11284         entries (used for group/user name aliasing to multiple IDs) are
11285         ignored.
11287         * eshell/em-xtra.el (eshell/expr):
11288         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11289         (eshell-grep, eshell/diff, eshell/locate):
11290         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11291         argument list, before passing it to the system command.
11293         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11294         `find-tag' for use at final position in Eshell buffers (which
11295         otherwise triggers an error on Emacs 21).
11296         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11297         buffer, if it is currently bound to `find-tag'.
11299         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11300         in the list of matched Makefile names.
11301         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11302         directory, prefer its contents to Makefile.
11304         * eshell/em-dirs.el (eshell/cd): cd commands that look up
11305         directory parts (like "cd old new", or "cd =regexp"), are now case
11306         sensitive on non-Windows/DOS platforms.
11308         * eshell/esh-mode.el (eshell-parse-command-input): When a user
11309         types RET after an open delimiter (like "), display a message
11310         indicating that Eshell is waiting for the closing delimiter.
11312         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11313         environment variables.
11315         * eshell/em-unix.el (eshell/diff): Added logic to fail more
11316         gracefully if the user enters incorrect arguments.
11318         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11319         Eshell buffers.
11321         * eshell/esh-var.el (eshell-interpolate-variable):
11322         * eshell/esh-mode.el (eshell-move-argument):
11323         * eshell/em-unix.el (eshell-du-sum-directory):
11324         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11325         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11326         (not (= ...)).
11328         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11329         to ensure the `preserve' flag gets propagated when doing recursive
11330         directory copies.
11332 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
11334         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11335         Don't convert \n into \0177 in memory.
11336         (eshell-read-history, eshell-write-history): Convert \n to \0177,
11337         and back again, when reading and writing.
11339 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
11341         * eshell/esh-util.el (eshell-processp): Added to relieve constant
11342         testing of `fboundp' on `processp'.
11344         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11345         (eshell/jobs): Don't call process-list if it is not bound.
11346         (eshell-gather-process-output): Support systems where async
11347         subprocesses aren't supported.
11348         (eshell-scratch-buffer, eshell-last-sync-output-start): New
11349         variables.
11351         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11352         eshell-do-eval returns t.
11353         (eshell-do-pipelines-synchronously): New defmacro.
11354         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11355         when async subprocesses aren't supported.
11356         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
11357         if async subprocesses aren't supported.
11358         (eshell-resume-command): Don't assume STATUS is a string.
11360         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11362         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11363         (eshell-close-target, eshell-get-target): Use eshell-processp.
11364         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11365         fix.
11366         (eshell-get-target, eshell-create-handles): Doc fix.
11368 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
11370         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11371         criterion to include commands that output something, as long as it
11372         leaves both the command and the end-of-buffer visible when the
11373         command has exited.
11374         (eshell-review-quick-commands): Adjust the help doc string
11375         accordingly.
11377 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
11379         * locate.el (locate): Cleaned up locate command's interactive prompting
11380         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11382         * filecache.el (file-cache-case-fold-search): New variable
11383         (file-cache-assoc-function): New variable
11384         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11385         Use file-cache-case-fold-search variable
11386         (file-cache-add-file): Use file-cache-assoc-function
11387         (file-cache-delete-file): likewise
11388         (file-cache-directory-name): likewise
11389         (file-cache-debug-read-from-minibuffer): likewise
11391 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
11393         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11394         (abbrev-table-name): New function.
11395         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11396         If non-nil list local abbrev, only.
11398 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
11400         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11401         from Gnus support code, and use special article copy buffer
11402         `(gnus-original-article-buffer)' instead.  This allows to get rid
11403         of article-hide-headers usage (which breaks in the latest Gnus
11404         version).  Thanks to Detlev Zundel.
11406 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
11408         * international/quail.el (quail-use-package): Hide "... loaded"
11409         message.
11410         (quail-start-translation, quail-start-conversion): Likewise.
11412         * international/kkc.el (kkc-region): Hide "... loaded" message.
11414 2000-08-27  Dave Love  <fx@gnu.org>
11416         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11418 2000-08-27  Miles Bader  <miles@gnu.org>
11420         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11422 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
11424         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11425         'ja-dic-cnv), not (require 'skkdic-cnv).
11427 2000-08-26  Miles Bader  <miles@gnu.org>
11429         * faces.el (face-x-resources): Add entry for :inherit.
11430         * cus-face.el (custom-face-attributes): Add support for :inherit
11431         attribute.  Add support for relative face heights.
11432         (custom-face-attributes-get): Treat `nil' as being a default value
11433         for :inherit (as well as `unspecified').
11435         * faces.el (set-face-attribute): Update doc string.
11436         (face-attribute-name-alist): Add :inherit.
11437         (face-valid-attribute-values): Handle :inherit.
11438         (face-read-string): Rephrase prompt to be less confusing.
11439         Assume that DEFAULT is a string, since we must return a string.
11440         (face-read-integer): Use `format' to turn DEFAULT into an
11441         acceptable default for face-read-string.  Match NEW-VALUE against
11442         the string "unspecified", not the symbol `unspecified', since
11443         that's what face-read-string returns.
11444         (read-face-attribute): Lookup a name for old-value in valid, and
11445         use it as a default if we find one.  Treat all values from
11446         face-read-string as strings.  If the default is used, don't do any
11447         more processing on the value, just use the old value directly.
11448         (read-face-and-attribute, modify-face): Tweak prompt.
11449         (read-face-name): Don't assume prompt ends with a space.
11451         * faces.el (describe-face): Add support for :inherit attribute.
11453 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
11455         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
11456         concat doesn't accept interger.
11458         * international/kkc.el: Remove SKK from Keywords.  Require
11459         ja-dic-utl instead of skkdic-utl.
11461         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11462         Provide ja-dic-cnv instead of skkdic-cnv.
11463         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
11464         (iso-2022-7bit-short): Add safe-charsets property.
11465         (skkdic-convert-postfix): Search Japanese chou-on character in
11466         addition to Hiragana character.
11467         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11468         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11469         (batch-skkdic-convert): Likewise.
11471         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11472         Provide ja-dic-utl instead of skkdic-utl.
11473         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11475 2000-08-24  Dave Love  <fx@gnu.org>
11477         * disp-table.el (standard-display-default): Make the test of `l'
11478         useful.
11480         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11481         mod sample text.
11483         * international/iso-ascii.el: Make pilcrow convenient string
11484         consistent with section.
11485         (iso-ascii-display): Set up multibyte characters as well as
11486         unibyte.
11488 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
11490         * international/mule-cmds.el (reset-language-environment): Set
11491         default-process-coding-system to '(undecided . iso-latin-1), which
11492         makes process I/O almost consistent with file I/O.   Call this
11493         function when mule-cmds.el[c] is loaded.
11495 2000-08-22  Andrew Innes  <andrewi@gnu.org>
11497         * makefile.w32-in: New file.
11499 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
11501         * comint.el (comint-output-filter): Compare end of
11502         comint-last-output-overlay with the start of the newly inserted
11503         text, not the end, when deciding whether to extend it.
11504         Set saved-point's insertion type to advance after insertion.
11506         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11507         since this is now done independently of font-lock mode.
11509 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
11511         * server.el (server-kill-new-buffers): New user option.
11512         (server-existing-buffer): New buffer-local variable.
11513         (server-visit-files): When using an existing buffer, set
11514         server-existing-buffer to t.
11515         (server-buffer-done): If server-kill-new-buffers is t, kill the
11516         buffer, unless it was already present before visiting it with
11517         Emacs server.
11519 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
11521         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11522         even if the display doesn't support colors: some displays will
11523         support bold/underline faces.
11525 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
11527         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11529         * startup.el (command-line): If user's init file had an error,
11530         add explanatory text to *Messages*.
11532 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
11534         * man.el (Man-getpage-in-background): Decode the process output by
11535         the system locale coding system.
11537 2000-08-20  Dave Love  <fx@gnu.org>
11539         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11540         Don't test x-popup-menu.
11541         (function) <complete-function>: Complete only fbound symbols.
11542         <validate, value>: New.
11543         (variable) <complete-function>: Complete only bound symbols.
11544         (coding-system): Add :base-only, :complete-function, :validate,
11545         :value, :prompt-match.
11546         (widget-coding-system-prompt-value): Use read-coding-system and
11547         act on :base-only.
11548         (editable-field): Add :help-echo.
11549         (widget-push-button-gui, widget-push-button-cache)
11550         (widget-gui-action, widget-editable-list-gui): COmment out, along
11551         with uses.
11552         (widget-at): Make arg optional.
11553         (widget-echo-help): Adjust for current help-echo calling sequence.
11554         (widget-specify-field, widget-specify-button)
11555         (widget-specify-insert, widget-get-sibling, widget-image-find)
11556         (widget-convert, widget-insert, widget-leave-text)
11557         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11558         (widget-setup, widget-field-find, widget-before-change)
11559         (widget-after-change, widget-default-complete)
11560         (widget-default-create, widget-default-delete)
11561         (widget-push-button-value-create, editable-field)
11562         (widget-field-prompt-value, widget-field-validate)
11563         (widget-choice-value-create, widget-choice-action)
11564         (widget-choice-validate, widget-checklist-add-item)
11565         (widget-radio-add-item, widget-radio-chosen)
11566         (widget-radio-value-inline, widget-editable-list-value-create)
11567         (widget-editable-list-entry-create)
11568         (widget-documentation-link-add)
11569         (widget-documentation-string-value-create)
11570         (widget-regexp-validate, widget-file-complete)
11571         (widget-sexp-validate, widget-plist-convert-widget)
11572         (widget-plist-convert-widget, widget-alist-convert-widget)
11573         (widget-alist-convert-widget, widget-color-complete): Simplify,
11574         particularly to avoid bindings which aren't optimized out.
11576         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11577         Doc fix.
11578         (down-list, backward-up-list, up-list, kill-sexp)
11579         (backward-kill-sexp, mark-sexp): Make arg optional.
11580         (lisp-complete-symbol): Add optional arg PREDICATE.
11582         * cus-start.el: Add display-buffer-reuse-frames,
11583         file-coding-system-alist.
11585 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
11587         * startup.el (command-line): Clear realized faces after
11588         modifying TTY color mappings.
11590 2000-08-20  Miles Bader  <miles@gnu.org>
11592         * faces.el (face-attr-match-p): Don't return true if ATTRS are
11593         merely a subset of FACE's attributes.
11595 2000-08-19  Miles Bader  <miles@gnu.org>
11597         * comint.el (comint-output-filter): Save the point with a marker,
11598         not just a buffer position.
11600         * international/mule.el (set-buffer-process-coding-system): Make
11601         interactive prompt less confusing.
11603 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
11605         * hilit-chg.el: General cleanup of doc strings, comments and
11606         code formatting.
11608 2000-08-19  Miles Bader  <miles@gnu.org>
11610         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11611         Compiler macro removed; beginning-of-line is no longer always
11612         equivalent to forward-line, in the presence of fields.
11614         * comint.el (comint-output-filter): Remove ad-hoc saving of
11615         restriction, and just use save-restriction, now that it works
11616         correctly.  Don't adjust comint-last-input-start to account for
11617         our insertion; it shouldn't have moved because we don't use
11618         insert-before-markers anymore.  Comment out call to
11619         `force-mode-line-update'; why is it here?
11621         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11622         while checking for prompt to delete.  Use `forward-line 0'
11623         instead of beginning-of-line.
11624         (gud-filter): Temporarily widen gud comint buffer while
11625         examining output.
11627 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
11629         * progmodes/sh-script.el: Big bag of typos.
11631         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11632         check since ispell-process is not bound when ispell is not yet loaded.
11634 2000-08-18  Dave Love  <fx@gnu.org>
11636         * image.el (find-image): Copy `spec' before using plist-put.
11638 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
11640         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11641         `portugues'.
11643         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11644         backward-kill-sexp, analogous to kill-sexp.
11646         * progmodes/icon.el (icon-indent-line)
11647         (icon-is-continuation-line): Handle comments specially.
11649 2000-08-17  Ken Stevens <k.stevens@ieee.org>
11651         * ispell.el: Set to standard author/maintainer/keyword fields.
11652         Fine tuning to menu map appearance and operation, and added help.
11653         Remove `start' and `end' error messages when compiling.
11654         (ispell-choices-win-default-height): Fixed comment string.
11655         (ispell-dictionary-alist-1): Fixed regexp in castellano and
11656         castellano8 dictionaries.
11657         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11658         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11659         dictionary, added italiano dictionary.
11660         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11661         word character
11662         (ispell-tex-skip-alists): Added psfig support.
11663         (ispell-skip-html): Renamed from ispell-skip-sgml.
11664         (ispell-begin-skip-region-regexp, ispell-skip-region)
11665         (ispell-minor-check): Improved html skipping support to skip across
11666         code, and recognize `&' commands without propper `;' syntax;
11667         (ispell-process-line): Fix alignment error when manually
11668         correcting spelling.
11669         (ispell): Fix comment string.
11670         (ispell-add-per-file-word-list): Always put word list on new line.
11672 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
11674         * format.el (format-encode-run-method): Fix error message to say
11675         `encode' instead of `decode'.  Use save-window-excursion around
11676         shell-command-on-region as in format-decode-run-method because
11677         shell-command-on-region can display a buffer with error output.
11678         (format-decode): Don't record undo information for the decoding.
11679         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
11680         that number part of the temporary buffer name so that more than
11681         one decoding using a temporary buffer can happen safely.
11683         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11684         of `A-z' in the regexp.
11686         * hilit-chg.el: Fix typos in commentary.
11688         * help.el (view-emacs-news): Rewritten for new naming scheme
11689         for old NEWS files.
11691         * startup.el (command-line): Pop to *Messages* in case an error
11692         is signaled while loading user-init-file.
11694 2000-08-17  Andreas Schwab  <schwab@suse.de>
11696         * files.el (insert-directory): Don't lose original file name,
11697         undoing an undocumented change.
11699 2000-08-17  Alex Schroeder  <alex@gnu.org>
11701         * sql.el (sql-magic-go): Use comint-bol.
11702         (sql-copy-column): Use comint-line-beginning-position.
11703         (comint-line-beginning-position): Define a replacement for
11704         comint-line-beginning-position if it is not fboundp.
11706 2000-08-17  Alex Schroeder  <alex@gnu.org>
11708         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11709         it didn't have any effect anyway.
11711 2000-08-17  Alex Schroeder  <alex@gnu.org>
11713         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11714         --pset and pager=off instead of sending \\o|cat at the beginning
11715         of the session.
11717 2000-08-17  Miles Bader  <miles@gnu.org>
11719         * progmodes/octave-inf.el: Add compatibility definition of
11720         comint-line-beginning-position.
11722 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
11724         * startup.el (normal-top-level): Look in each dir in load-path for
11725         a leim-list.el file too.  This assures of loading leim-list.el
11726         that is created at Emacs installation time even if a user have his
11727         own leim-list.el.
11729 2000-08-17  Miles Bader  <miles@gnu.org>
11731         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11732         foreground color to black if the background is dark.
11734 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
11736         * loadhist.el (unload-feature): Typo.
11738         * finder.el (finder-compile-keywords):
11739         * cus-dep.el (custom-make-dependencies): Add local-variable settings
11740         to the generated file.
11742         * mail/mh-e.el (mh-make-local-vars):
11743         Replace make-variable-buffer-local with make-local-variable.
11745         * play/landmark.el:
11746         * options.el (Edit-options-{set,toggle,t,nil}):
11747         * mail/mailabbrev.el (mail-abbrevs-mode):
11748         * textmodes/tex-mode.el (tex-expand-files):
11749         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11751         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11753         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11754         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11755         Allow going past the last element.
11756         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11757         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11758         (cvs-mouse-toggle-mark): Don't move point.
11759         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11761         * progmodes/compile.el (grep): Provide a default set of files.
11762         (next-error): Docstring fix.
11763         (compilation-find-file): Avoid find-file (fails in a dedicated window).
11765         * emacs-lisp/easy-mmode.el (define-minor-mode):
11766         Use `symbol-value' to keep the byte-compiler quiet.
11768         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11769         (diff-find-source-location): New fun, extracted from diff-goto-source.
11770         (diff-goto-source): Use it.
11771         (diff-next-complex-hunk, diff-filter-lines): New function.
11772         (diff-apply-hunk): New command.
11774         * smerge-mode.el (smerge-mode-menu): Doc fix.
11776         * msb.el (msb-mode): Define it in terms of define-minor-mode.
11778 2000-08-16  Dave Love  <fx@gnu.org>
11780         * windmove.el (windmove) <defgroup>: Add :version.
11782         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
11783         (goto-address-fontify-p, goto-address-highlight-p)
11784         (goto-address-url-face, goto-address-url-mouse-face)
11785         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11786         (goto-address-url-regexp): Use thing-at-point-url-regexp.
11787         (goto-address-fontify, goto-address-at-mouse): Simplify,
11788         (goto-address-at-point): browse-url-url-at-point,
11789         goto-address-find-address-at-point can return nil.
11790         (goto-address-find-address-at-point): Return nil on failure.
11792         * align.el (align) <defgroup>: Add :version.
11794         * calculator.el (calculator): Add :version.
11795         (calculator): Use two lines for calculator window if `modeline'
11796         face is boxed.
11798         * play/5x5.el: Doc fixes.
11799         (5x5) <defgroup>: Add :version.
11801         * play/fortune.el (fortune) <defgroup>: Add :version.
11802         (fortune-append): Fix error message.
11803         (fortune-from-region): Doc fix.
11805         * play/pong.el (pong): Doc fix.
11807         * play/morse.el: Keywords, commentary, autoloads.
11809 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
11811         * desktop.el (desktop-save): Don't look at symbol-value of a
11812         member of minor-mode-alist, unless it is boundp.
11814 2000-08-16  Sam Steingold  <sds@gnu.org>
11816         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11817         `while'; use `with-current-buffer' instead of `save-excursion'.
11818         Removed unnecessary kludges now that "*Buffer List*" is excluded.
11820 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
11822         * international/ccl.el (declare-ccl-program): Docstring modified.
11823         (ccl-execute-with-args): Likewise.
11825 2000-08-16  Miles Bader  <miles@gnu.org>
11827         * progmodes/sql.el: Add compatibility definition of
11828         comint-line-beginning-position.
11830 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
11832         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11833         'buffer-menu' property.
11834         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11835         fails.
11836         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11837         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11838         wasn't killed.
11840         * buff-menu.el (list-buffers-noselect): Don't display the
11841         *Buffer List* buffer.
11843         * font-lock.el: Require jit-lock to prevent a very late
11844         `Loading jit-lock' message.
11846         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11847         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11848         mail address.
11850 2000-08-15  Miles Bader  <miles@gnu.org>
11852         * textmodes/ispell.el (ispell-graphic-p): New constant.
11853         (ispell-choices-win-default-height, ispell-help): Use
11854         `ispell-graphic-p' instead of `xemacsp'.
11856 2000-08-15  Dave Love  <fx@gnu.org>
11858         * simple.el: Autoload widget-convert when compiling.
11859         (mail-user-agent): Doc fix.
11861         * help.el (function-called-at-point, variable-at-point): Use
11862         with-syntax-table.
11863         (help-manyarg-func-alist): Add insert-and-inherit.
11865         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11867         * delsel.el (delsel-unload-hook): New function.
11869         * find-file.el: Doc fixes.  Move provide to end.
11870         (ff) <defgroup>: Add :link.
11871         (ff-goto-click): Deleted.
11872         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11873         Use mouse-set-point.
11875         * textmodes/tildify.el: Doc fixes.
11876         (tildify) <defgroup>: Add:version.
11878         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11879         (glasses-custom-set): Use set-default, not set.
11880         (minor-mode-alist): Propertize the lighter.
11881         (glasses-mode): Provide optional arg.
11883         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11884         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
11885         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11886         option.  Provide :type.
11887         (cwarn-configuration): Provide :type.
11888         (cwarn-mode): Doc fix.
11890         * add-log.el (change-log-merge): Doc fix.
11891         (change-log-redate): New command.
11893         * net/browse-url.el (browse-url-filename-alist): Add a clause for
11894         Doze and Dog.
11895         (browse-url): Use dolist, not mapcar.
11896         (browse-url-at-point): Check for null url.
11897         (browse-url-event-buffer, browse-url-event-point): Functions
11898         deleted.
11899         (browse-url-at-mouse, browse-url-netscape): Simplify.
11901         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11902         modes.
11903         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11904         Fix previous change to mapcan.
11905         (msb--init-file-alist, msb--add-separators)
11906         (msb--make-keymap-menu): Simplify.
11907         (msb--choose-file-menu): Use copy-sequence.
11908         (msb-mode-map): Add title to keymap.
11909         (msb-unload-hook): New function.
11911         * bs.el: Fix indentation.
11912         (bs) <defgroup>: Add :links.
11913         (bs-show): Doc fix.
11914         (bs-apply-sort-faces): Don't use window-system.
11915         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11917 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
11919         * calendar/timeclock.el (timeclock-file): Run .timelog through
11920         convert-standard-filename.
11922 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
11924         * emacs-lisp/authors.el: New file.
11926         * paren.el (show-paren-priority): New user option.
11927         (show-paren-function): Set overlay priorities to
11928         show-paren-priority.
11930 2000-08-14  Miles Bader  <miles@gnu.org>
11932         * comint.el (comint-bol): Use `forward-line 0' instead of calling
11933         beginning-of-line with inhibit-field-text-motion bound.
11935 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
11937         * calendar/timeclock.el: New file.
11939 2000-08-14  David Ponce  <david@dponce.com>
11941         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11942         `widget-button-click'. so that one can use left mouse button to
11943         click on dialog buttons.
11945 2000-08-14  Emmanuel Briot  <briot@gnat.com>
11947         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11948         identifiers, since XML is case sensitive
11950 2000-08-12  Miles Bader  <miles@gnu.org>
11952         * comint.el (comint-output-filter): Don't bother frobbing
11953         window-start, it doesn't seem to be necessary.
11955         * comint.el (comint-send-string, comint-send-region): Make into
11956         real functions.  Snapshot the prompt before sending.
11958 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
11960         * info.el (Info-find-emacs-command-nodes): Rewrite to use
11961         technique similar to Info-index, instead of relying on specific
11962         names of relevant Index nodes.
11963         (Info-goto-emacs-command-node): Bind Info-history to nil when
11964         going to the first node found by Info-find-emacs-command-nodes.
11966 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
11968         * menu-bar.el (menu-bar-help-menu): Add a :help string.
11970 2000-08-10  Miles Bader  <miles@gnu.org>
11972         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11974 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
11976         * info.el (Info-file-list-for-emacs): More elements for the
11977         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11978         and woman manuals.
11980 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
11982         * comint.el (comint-send-input): Make the newline boundary overlay
11983         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
11984         (comint-output-filter): Use `insert' instead of
11985         `insert-before-markers'.  Extend comint-last-output-overlay when
11986         necessary since we can't rely on insert-before-markers to do it.
11987         * gud.el (gud-filter): Use `with-current-buffer' instead of
11988         save-excursion when inserting the output, so that point gets
11989         updated correctly; the old method relied on a rather dodgy
11990         side-effect of comint-output-filter to avoid the effect of
11991         save-excursion.
11993 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
11995         * files.el (recover-file): Call insert-directory instead of
11996         invoking `ls' directly.
11998 2000-08-10  Miles Bader  <miles@gnu.org>
12000         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12001         (comint-last-prompt-overlay): New variables.
12002         (comint-output-filter): Implement prompt highlighting.
12003         (comint-snapshot-last-prompt): New function.
12004         (comint-send-input): Snapshot the last prompt.
12005         Use comint-highlight-input-face.
12006         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12007         Use defface instead of defcustom.
12008         (send-invisible, comint-send-eof): Snapshot the last prompt.
12009         (comint-delchar-or-maybe-eof): Use comint-send-eof.
12010         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12012 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
12014         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12015         (regexp-opt-group): Use a list of chars for `letters'.
12016         (regexp-opt-charset): `chars' is now a list of chars.
12017         Use a char-table rather than a vector so it works for multibyte chars.
12019         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
12020         Set cvs-minor-current-files to the selected fileinfo.
12021         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12022         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12024 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
12026         * files.el (insert-directory): Don't call access-file on
12027         directories on DOS and Windows.
12029 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
12031         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12032         longer if necessary.
12033         (ccl-embed-code): Call ccl-embed-data to store CODE in
12034         ccl-program-vector.
12036 2000-08-09  Miles Bader  <miles@gnu.org>
12038         * comint.el (comint-output-filter): Properly handle the case where
12039         the text surrounded by comint-last-output-overlay was deleted.
12041 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
12043         * info.el (Info-insert-dir): Use Info-additional-directory-list if
12044         non-nil.
12045         (Info-file-list-for-emacs): Remove "info" from the list because
12046         that leads to trying to use the documentation from file `info'
12047         in various situations where it isn't appropriate, for instance
12048         C-h C-k C-h i.
12050         * ffap.el (ffap-read-file-or-url-internal): Handle case that
12051         DIR and/or STRING are nil.
12053         * progmodes/compile.el (compilation-setup): Make variable
12054         compilation-error-screen-columns buffer-local, as some comment
12055         in the code suggests it should be.
12057         * files.el (auto-mode-interpreter-regexp): New variable.
12058         (set-auto-mode): Use it.
12060         * indent.el (indent-for-tab-command): Doc fix.
12062         * mouse-sel.el (mouse-sel-mode): Doc fix.
12064         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12065         labels.
12067         * help.el (print-help-return-message): When
12068         display-buffer-reuse-frames is set, let the help window been quit,
12069         instead of deleting it, which might delete a reused frame.
12071 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
12073         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12074         rename a directory to a name that differs only by its letter case.
12076 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
12078         * international/quail.el (quail-define-rules): Handle Quail decode
12079         map correctly.  Add code for supporting annotations.
12080         (quail-install-decode-map): New function.
12081         (quail-defrule-internal): New optional arguments decode-map and
12082         props.
12083         (quail-advice): New function.
12085 2000-08-07  Sam Steingold  <sds@gnu.org>
12087         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12088         `defconst', `define-condition', `with-slots'.
12089         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12091 2000-08-03  Miles Bader  <miles@gnu.org>
12093         * comint.el (comint-use-prompt-regexp-instead-of-fields):
12094         New variable.
12095         (comint-prompt-regexp, comint-get-old-input): Document dependence on
12096         comint-use-prompt-regexp-instead-of-fields.
12097         (comint-send-input): Add `input' field property to stuff we send to
12098         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12099         (comint-output-filter): Add `output' field property to process
12100         output, if comint-use-prompt-regexp-instead-of-fields is nil.
12101         (comint-replace-by-expanded-history)
12102         (comint-get-old-input-default, comint-show-output)
12103         (comint-backward-matching-input, comint-forward-matching-input)
12104         (comint-next-prompt, comint-previous-prompt):  Use field
12105         properties if comint-use-prompt-regexp-instead-of-fields is nil.
12106         (comint-line-beginning-position): New function.
12107         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
12108         (comint-replace-by-expanded-history-before-point): Use
12109         comint-line-beginning-position and line-end-position.
12110         (comint-last-output-overlay): New variable.
12111         (comint-mode): Make `comint-last-output-overlay' buffer-local.
12113         * shell.el (shell-prompt-pattern): Doc change.
12114         (shell-backward-command): Use line-beginning-position.
12116         * gud.el (gud-gdb-complete-command): Use
12117         comint-line-beginning-position.
12119         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12120         comint-bol doesn't actually go to the beginning of the line.
12122         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12123         if comint-use-prompt-regexp-instead-of-fields is non-nil.
12124         (try-expand-line-all-buffers): Likewise.
12126         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12127         explicitly matching comint-prompt-regexp.
12128         (sql-copy-column): Use comint-line-beginning-position instead of
12129         explicitly matching comint-prompt-regexp.
12131         * progmodes/octave-inf.el (inferior-octave-complete): Use
12132         comint-line-beginning-position.
12134         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12136         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12137         looking for a prompt, use `forward-line 0' instead of
12138         `beginning-of-line', to avoid getting caught by an input field.
12140 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
12142         * files.el (shell-quote-wildcard-pattern): Make sure to return
12143         PATTERN, in the Unix case.
12145 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
12147         * play/zone.el (zone): Discard any pending input before running
12148         the randomly-chosen pgm.
12150 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
12152         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12153         checking the existence of any multibyte characters.
12155 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
12157         * help.el (describe-mode): Test minor-mode symbol for being
12158         bound before testing its value for being nil.
12160         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12161         `first', `second', and `third'.
12163         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12164         (second): Make it an alias for `cadr'.
12166 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
12168         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12169         types of display support faces now.
12171 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
12173         * pcvs.el (require): Require `cl' during compilation, only.
12175         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12176         (toplevel): Remove `remq' and `remove' from autoloads.
12177         (cl-fake-autoloads): New variable.  If set, arrange for an error
12178         when CL functions etc. are autoloaded.
12180 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
12182         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12184         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12185         popped up, but the user clicks outside the menu, return an empty
12186         regexp (that causes unhighlight-regexp to have no effect).
12188         * menu-bar.el (menu-bar-games-menu): Add Zone.
12190         * hi-lock.el (toplevel): Require font-lock.
12192 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12194         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12195         (ebnf-8-bit-chars): New var for bug fix.
12196         (ebnf-string): Bug fix.
12198 2000-08-03  Sam Steingold  <sds@gnu.org>
12200         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12201         instead of `buffer-string'.
12202         (require 'cl): Always, not just when compiling.
12203         `ignore-errors' in `interactive', `list*', `defun*' &c make this
12204         necessary.
12206 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
12208         * international/mule-cmds.el (select-safe-coding-system): Make
12209         the message text about selecting a safe coding system more clear.
12211 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
12213         * hi-lock.el: New file.
12215         * play/zone.el: New file.
12217         * replace.el (occur): Set tab-width in the *Occur* buffer to the
12218         value of tab-width in the original buffer.  Choose a line number
12219         format that's a multiple of the original buffer's tab width, so
12220         that lines appear right.
12222         * textmodes/ispell.el (ispell): New function, replacing an alias.
12223         Spell-check active region if in transient-mark-mode and mark
12224         is active; otherwise spell-check buffer.
12226 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12228         * ps-mule.el: Fix a customization problem on
12229         ps-mule-font-info-database-default.
12231 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
12233         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12234         display-mouse-p instead of window-system.
12235         (ebrowse-member-mode-map): Ditto.
12237 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12239         * progmodes/ebnf2ps.el: Update ps-print functions call.
12240         Indentation fix.  Doc fix.
12241         (ebnf-version): New version number (3.2).
12242         (ebnf-format-color, ebnf-begin-job): Code fix.
12244 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
12246         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12247         font lock support on window-system.
12248         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12250         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12251         display-color-p, if fboundp, instead of window-system.
12253 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
12255         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12256         instead of window-system.
12258         * wid-edit.el (widget-choose): Use display-mouse-p instead of
12259         window-system.
12260         (widget-choice-mouse-down-action): Use display-popup-menus-p
12261         instead of window-system.
12263         * strokes.el (strokes-file): Run the file name through
12264         convert-standard-filename.
12265         (strokes-mode): Call display-mouse-p instead of looking at
12266         window-system.  Change the error message accordingly.
12268         * progmodes/cpp.el (toplevel): Support faces on tty's.
12270         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12271         (lm-plot-square, lm-init-display): Don't use window-system.
12273         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12274         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12276         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12277         instead of looking at window-system.
12279 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12281         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12282         of testing if iswitchb-prepost-hooks is bound, because the
12283         latter will always be true when invoking a recursive minibuffer
12284         from an active Iswitchb buffer.
12286 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
12288         * files.el (shell-quote-wildcard-pattern): New function.
12289         (insert-directory): Call it.  Only prepend "\" to command on Unix
12290         and GNU/Linux systems.
12292 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12294         * eshell/esh-groups.el: Change custom :link file names
12295         from `eshell.info' to `eshell'.
12297 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
12299         * dired.el (dired-build-subdir-alist): Expand subdirectory names
12300         correctly in recursive ange-ftp listings.
12302 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12304         * ps-print.el: Fix bug 1: if ps-font-size-internal,
12305         ps-header-font-size-internal and
12306         ps-header-title-font-size-internal variables are not set,
12307         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
12308         face text property is (foreground-color . COLOR) or
12309         `(background-color . COLOR)', ps-print crashes.  Doc fix.
12310         (ps-print-version): New version number (5.2.4).
12311         (ps-plot-region): Code fix.
12312         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12313         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12314         Bug fix 2.
12316 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
12318         * glasses.el (glasses-make-readable): Fix uncapitalization of
12319         identifiers like `myXMLDocument'.
12321 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
12323         * mail/mail-hist.el (mail-hist-previous-input)
12324         (mail-hist-next-input): Do the obvious code factorization.
12325         (mail-hist-retrieve-and-insert): New func, contains common
12326         code of above two.
12327         If inserting a message body, leave point at top.
12329 2000-07-28  Sam Steingold  <sds@gnu.org>
12331         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12332         Use `<=', not `<' to compare times!
12333         (ange-ftp-ls): Remove.
12335 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
12337         * play/cookie1.el: Add explanation of how to make cookie.el
12338         compatible with strfile(1) to comment.
12340         * subr.el (remove, remq): New functions.
12342         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12343         escape `*' in regexps.
12344         (midnight-find): Reverse order of arguments in the funcall of
12345         TEST.
12347         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12348         and `.class'.
12350         * play/meese.el: Add Commentary section.
12352 2000-07-27  Alex Schroeder  <alex@gnu.org>
12354         * sql.el (sql-ms): Added autoload cookie.
12355         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12356         (sql-oracle): Ditto.
12357         (sql-help): Doc change.
12359         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12360         types and exceptions.
12362 2000-07-27  Alex Schroeder  <alex@gnu.org>
12364         * sql.el (sql-placeholder-history): New variable.
12365         (sql-query-placeholders-and-send): New function that will query
12366         the user and replace placeholders with user input.
12367         (sql-oracle): If running on NT, set comint-input-sender to
12368         sql-query-placeholders-and-send.
12370         (sql-stop): If in the SQLi buffer, insert stop notification, else
12371         present it as a message.
12373 2000-07-27  Alex Schroeder  <alex@gnu.org>
12375         * sql.el (sql-input-ring-separator): Doc change.
12376         (sql-input-ring-file-name): Doc change.
12377         (sql-interactive-mode): Use `sql-input-ring-separator' and
12378         `sql-input-ring-file-name' to set the comint-mode equivalents
12379         without making them local variables.
12380         (sql-stop): Don't bind `sql-input-ring-separator' and
12381         `sql-input-ring-file-name' dynamically to their comint-mode
12382         equivalents.
12384 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12386         * international/mule.el (register-char-codings): New function.
12387         (make-coding-system): Handle `safe-chars' specification in the arg
12388         PROPERTY.
12390         * international/mule-cmds.el
12391         (find-coding-systems-region-subset-p): This function deleted.
12392         (sort-coding-systems-predicate): New variable.
12393         (sort-coding-systems): New function.
12394         (find-coding-systems-region): Use
12395         find-coding-systems-region-internal.
12396         (find-coding-systems-string): Use find-coding-systems-region.
12397         (find-coding-systems-for-charsets): Check
12398         char-coding-system-table.
12399         (select-safe-coding-system-accept-default-p): New variable.
12400         (select-safe-coding-system): Mostly rewritten.  New argument
12401         ACCEPT-DEFAULT-P.
12402         (select-message-coding-system): Call select-safe-coding-system
12403         with ACCEPT-DEFAULT-P arg.
12404         (reset-language-environment): Reset default-sendmail-coding-system
12405         to the default value iso-latin-1.
12406         (set-language-environment): Don't set the obsolete variable
12407         charset-origin-alist.
12409         * international/codepage.el (cp-coding-system-for-codepage-1):
12410         Give `safe-chars' property to make-coding-system.
12412         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12413         calling select-message-coding-system twice.
12415         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12416         instead of `safe-charsets'.
12417         (cyrillic-alternativnyj): Likewise.
12418         (ccl-encode-alternativnyj): Don't check the charset
12419         cyrillic-iso8859-5.
12421 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12423         * composite.el (compose-chars-after): Preserve match data.
12425 2000-07-26  Sam Steingold  <sds@gnu.org>
12427         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12428         (ange-ftp-real-file-newer-than-file-p): New function.
12429         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12430         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12432         * tooltip.el (tooltip-float-time): Removed (use `float-time').
12433         * midnight.el (midnight-float-time): Ditto.
12435 2000-07-26  Andreas Schwab  <schwab@suse.de>
12437         * files.el (normal-backup-enable-predicate): Correct
12438         interpretation of the return value of compare-strings.
12440 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
12442         * isearch.el (isearch-resume): New function.
12443         (isearch-done): Add something to command-history to resume
12444         the search.
12445         (isearch-yank-line, isearch-yank-word): Use
12446         buffer-substring-no-properties instead of buffer-substring.
12448         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12449         of flyspell-mouse-map.
12451         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12452         duplicate definition.
12453         (makefile-mode): Remove duplicate setting of local-abbrev-table.
12455         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12456         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12458 2000-07-25  Sam Steingold  <sds@gnu.org>
12460         * net/ange-ftp.el: Get modtime over the net.
12461         (ange-ftp-file-modtime): New function.
12462         (ange-ftp-write-region, ange-ftp-insert-file-contents)
12463         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12464         Use it.
12465         (ange-ftp-dot-to-slash): New function.
12466         (ange-ftp-fix-name-for-vms): Use it.
12468         * midnight.el (midnight-buffer-display-time): Use
12469         `with-current-buffer'.
12471 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
12473         * find-dired.el: Update copyright notice.
12474         (find-dired): Offer to kill a running `find'.
12476         * enriched.el (enriched-face-ans): For a `foreground-color'
12477         property, return '(("x-color" COLOR))' so that COLOR will be
12478         output as a parameter of the x-color annotation.  Likewise for the
12479         `background-color' property.  In the case of normal face
12480         properties, don't return annotations for unspecified foreground
12481         and background face attributes.
12483 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
12485         * language/japan-util.el (japanese-katakana-region): Fix handling
12486         HANKAKU argument.
12488 2000-07-25  Miles Bader  <miles@gnu.org>
12490         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12491         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
12492         constrain-to-field.
12494 2000-07-24  Andrew Innes  <andrewi@gnu.org>
12496         * timer.el (timer-activate-when-idle): Add optional parameter
12497         DONT-WAIT.  Update docstring.
12498         (run-with-idle-timer): Specify extra parameter to
12499         timer-activate-when-idle, so that timer will be activated
12500         immediately if Emacs is already idle.
12502         * w32-fns.el (w32-using-nt): Fix docstring.
12504 2000-07-24  Dave Love  <fx@gnu.org>
12506         * mouse.el (popup-menu): Set last-command-event.
12507         (mouse-major-mode-menu-prefix): Declare.
12509 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
12511         * textmodes/flyspell.el: Update to author's version 1.5d.
12513         * progmodes/hideshow.el: Update copyright notice.
12515         * vcursor.el: Set maintainer to FSF, since author cannot
12516         be reached.
12518 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
12520         * info.el (Info-goto-emacs-key-command-node): Leave a space after
12521         the prompt.
12523         * mouse.el (popup-menu): Run the keymap through indirect-function,
12524         in case it was defined with define-prefix-key.  If the menu is a
12525         list of keymaps, look up the binding of user's choice in each one
12526         of the keymaps.
12527         (mouse-popup-menubar): If the global and local menu-bar keymaps
12528         don't have a prompt string, create one and insert it into the
12529         keymap.  Don't barf if current-local-map returns nil.
12531 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
12533         * dired.el (dired-sort-R-check): Added to allow recursive listing
12534         to be undone.
12535         (dired-sort-other): Use it.
12537 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12539         * Release of cc-mode 5.27
12541 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12543         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12544         c-beginning-of-statement-1 that caused a bad case of recursion
12545         which could consume a lot of CPU in large classes in languages
12546         that have in-expression classes (i.e. Java and Pike).
12548         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12549         statements before top level constructs (i.e. case 6 is moved
12550         before case 5 and is now case 4) to catch in-expression
12551         classes in top level expressions correctly.
12553 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12555         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12556         objc-method-intro. Case 4 removed and case 5I added.
12558         * cc-langs.el (c-append-paragraph-start): New variable used by
12559         c-common-init to get paragraph-start correct.
12560         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12561         initialize paragraph-start to make it correct both with and
12562         without the javadoc special case.
12564         * cc-mode.el (java-mode): Use c-append-paragraph-start to
12565         initialize paragraph-start for javadoc markup.
12567         * cc-vars.el (c-style-variables-are-local-p): Incompatible
12568         change by defaulting this to t.  It's motivated by the
12569         confusing behavior that otherwise arise from the style system
12570         when editing both java and non-java files at the same time
12571         (see the comments about style setting in c-common-init).
12573 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12575         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12576         similar to the one in c-fill-paragraph to check the fill
12577         prefix from the adaptive fill function for sanity.
12579 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12581         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12582         defun block.
12584 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12586         * cc-align.el (c-lineup-multi-inher): Handle lines with
12587         leading comma nicely. Extended to handle member initializers
12588         too.
12590         * cc-engine.el: (c-beginning-of-inheritance-list,
12591         c-guess-basic-syntax): Fixed recognition of inheritance lists
12592         when the lines begins with a comma.
12594         * cc-vars.el (c-offsets-alist): Changed default for
12595         member-init-cont to c-lineup-multi-inher since it now handles
12596         member initializers and indents better for leading commas.
12598 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12600         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12601         handling that caused class open lines to be recognized as
12602         statement-conts in some cases.
12604         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12605         guessed by the adaptive fill function unless point is on the
12606         first line of a block comment.
12608         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12609         when the buffer ends with a macro continuation char.
12611         * cc-engine.el (c-guess-basic-syntax): Added support for
12612         function definitions as statements in Pike.  The first
12613         statement in a lambda block is now labeled defun-block-intro
12614         instead of statement-block-intro.
12616         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12617         so that the class surrounding point is selected, not the one
12618         innermost in the state.
12620         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12621         recognition of switch labels having hanging multiline
12622         statements.
12624         * cc-engine.el (c-beginning-of-member-init-list): Broke out
12625         some code in c-guess-basic-syntax to a separate function.
12626         * cc-engine.el (c-just-after-func-arglist-p): Fixed
12627         recognition of member inits with multiple line arglists.
12628         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12629         member-init-cont when the commas are in funny places.
12631 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12633         * cc-defs.el (c-auto-newline): Removed this macro since it's
12634         not used anymore.
12636         * cc-engine.el (c-looking-at-bos): New helper function.
12637         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12638         inexpr and toplevel classes apart in Pike.
12640         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12641         of case 9A.
12643         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12644         constant, since "class" can introduce an in-expression class
12645         in Pike nowadays.
12647 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12649         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12650         indentation on cpp-macro lines.
12652         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12653         a syntax modifier like comment-intro, to make it possible to
12654         get syntactic indentation for preprocessor directives.  It's
12655         incompatible wrt to lineup functions on cpp-macro, but it has
12656         no observable effect in the 99.9% common case where cpp-macro
12657         is set to -1000.
12659 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12661         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12662         member-init-cont when the preceding arglist is several lines.
12664 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12666         * cc-styles.el (c-style-alist): The basic offset for the BSD
12667         style corrected to 8.
12669 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12671         * cc-styles.el (c-style-alist): Adjusted the indentation of
12672         brace list openers in the gnu style.
12674 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12676         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12678         * cc-cmds.el (c-electric-brace, c-electric-slash,
12679         c-electric-star, c-electric-semi&comma, c-electric-colon,
12680         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12681         when c-syntactic-indentation is nil.
12683         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12684         we were left at comments preceding the first statement when
12685         reaching the beginning of the buffer.
12687         * cc-vars.el (c-syntactic-indentation): New variable to turn
12688         off all syntactic indentation.
12690 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12692         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12693         between the text and the block comment ender when it hangs,
12694         depending on how many there are before the fill.
12696 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12698         * cc-engine.el (c-beginning-of-closest-statement): New helper
12699         function to go back to the closest preceding statement start,
12700         which could be inside a conditional statement.
12701         * cc-engine.el (c-guess-basic-syntax): Use
12702         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12704         * cc-engine.el (c-guess-basic-syntax): Better handling of
12705         arglist-intro, arglist-cont-nonempty and arglist-close when
12706         the arglist is nested inside parens.  Cases 7A, 7C and 7F
12707         changed.
12709         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12710         up-to-date with javadoc 1.2.
12712 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12714         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12715         multiline Pike type decls.
12717 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12719         * cc-cmds.el (c-indent-new-comment-line): Always break
12720         multiline comments in multiline mode, regardless of
12721         comment-multi-line.
12723 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12725         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12726         fully::qualified::names in C++ member init lists.  Preamble in
12727         case 5D changed.
12729 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12731         * cc-langs.el (c-common-init): Handling of obsolete variables
12732         moved to c-initialize-cc-mode.  More compatible style override
12733         when using global style variables.
12734         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12735         variables moved here.
12737         * cc-styles.el (c-make-styles-buffer-local): Flag style
12738         variable localness in c-style-variables-are-local-p to make
12739         the compatibility measure in c-common-init work well.
12741         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12742         longer contain set-from-style.
12743         * cc-styles.el (c-initialize-builtin-style): Don't check for
12744         set-from-style on c-special-indent-hook.
12745         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
12746         copy-alist is sufficient now.
12748         * cc-styles.el (c-set-style, c-set-style-1,
12749         c-get-style-variables): Fixes to variable initialization so
12750         that duplicate entries in styles have the same effect
12751         regardless of DONT-OVERRIDE.
12753         * cc-styles.el (c-set-style-2): Fixed bug where the
12754         initialization of inheriting styles failed when the
12755         dont-override flag is set.
12757         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12758         on this.
12760 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12762         * cc-defs.el (c-forward-comment): Removed the workaround
12763         introduced in 5.38 since it had worse side-effects.  If a line
12764         contains the string "//\"", it regarded the // as a comment
12765         start since the \ temporarily doesn't have escape syntax.
12767 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
12769         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12770         ada-xref.el before ada-prj.el, so that the Project menu is created
12771         when ada-prj tries to add to it.
12772         (ada-activate-keys-for-case): Suppress the characters that are not
12773         part of the Ada syntax. Better compatibility with else-mode
12774         (ada-adjust-case-interactive): When auto-casing is not active,
12775         correctly insert newlines (used to insert only ^M).  Prevent the
12776         syntax table from being changed in case of an error
12777         (or '_' becomes part of a word and some commands are confused).
12778         Do nothing if ada-auto-case is nil.
12779         (ada-after-keyword-p): Ignore keywords that are also attributes
12780         (ada-batch-reformat): Update usage comment
12781         (ada-call-from-contextual-menu): New function
12782         (ada-case-read-exceptions): Reinitialize the casing exception list
12783         first to nil first, so that the casing exception file can be
12784         shared.
12785         (ada-check-defun-name): Handles "configure" keyword for gnatdist
12786         files.
12787         (ada-compile-goto-error): Fix regexp used to detect a file:line
12788         anywhere in the error message
12789         (ada-contextual-menu-last-point): New variable
12790         (ada-create-keymap): If the variable delete-key-deletes-forward is
12791         t on XEmacs, it means that DEL should delete one character
12792         forward.
12793         (ada-create-menu): Use :included instead of :visible for XEmacs.
12794         New submenu "Options".
12795         (ada-end-stmt-re): Correctly indent "select ... then abort"
12796         statements.
12797         (ada-fill-comment-paragraph): Correctly delete all leading '--'
12798         even if they don't match ada-fill-comment-prefix Fix handling of
12799         paragraphs on the first or last line of a file.
12800         (ada-format-paramlist): Fix handling of default parameter values.
12801         (ada-get-body-name): New function.
12802         (ada-get-current-indent): Optimized by searchling directly for an
12803         existing generic part or a statement outside of it.  Handle
12804         ada-indent-align-comments when indenting comments Replaced some
12805         regexps by testing directly the next character. This results in a
12806         huge speedup on some files.  New indentation scheme for renames
12807         statements.  Stop looking for the 'while' or 'for' associated with
12808         a 'loop' at the first semicolon encountered.  A "return" can also
12809         match an anonymous access subprogram declaration.
12810         (ada-get-indent-noindent): Ignore strings and comments when
12811         looking for the keywords "record" and "private".
12812         (ada-goto-matching-decl-start): When matching "if", make sure we
12813         are not in fact seeing "end if".  Ignore "when" statements except
12814         when initial keyword was "begin".  Fix handling of nested
12815         procedures.  Add a recursive call to this function to skip over
12816         other 'end' statmts.  Fix indentation for "when .. => begin"
12817         (ada-in-open-paren-p): Fix indentation for complex boolean
12818         expressions, where 'and then', 'or else' and parenthesis
12819         statements are mixed up.
12820         (ada-in-paramlist-p): Skip comments while searching for the
12821         beginning Fix handling of operator declarations.
12822         (ada-indent-align-comments): New variable
12823         (ada-indent-current): Change the syntax table only in the
12824         protected section, so that we are sure it is restored correctly.
12825         (ada-indent-on-previous-lines): Use ada-use-indent and
12826         ada-with-indent Correctly indent "select ... then"
12827         (ada-indent-region): Slight speedup.
12828         (ada-indent-renames): New variable.
12829         (ada-last-which-function-subprog, ada-last-which-function-line):
12830         New variables
12831         (ada-looking-at-semi-private): Correctly indent the 'private'
12832         keyword when it is the first word in a package declaration.
12833         (ada-loose-case-word): Stop searching if at the end of the buffer.
12834         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12835         even if point is not initially at the end of the word.
12836         (ada-matching-decl-start-re): Add "when".
12837         (ada-mode): Add support for abbrev-mode, outline-mode and
12838         which-func-mode Override the old find-file.el entry in
12839         ff-special-constructs since it is using the obsolete
12840         ada-spec-suffix variable
12841         (ada-no-auto-case): New function
12842         (ada-scan-paramlist): When parsing the argument type, accept
12843         spaces (as in "X 'Class", generated by Rational Rose).
12844         (ada-other-file-name): No longer loads the other file.
12845         (ada-popup-menu): Save and restore the current buffer and cursor
12846         position before and after displaying the menu.
12847         (ada-search-ignore-complex-boolean): New function.
12848         (ada-uncomment-region): Emacs21 already knows how to delete
12849         comments not starting in the first column.
12850         (ada-use-indent): New variable
12851         (ada-which-function): New function.
12852         (ada-with-indent): New variable
12853         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12854         can be batch-compiled from the command line.
12856         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12857         Add to the menu when the file is loaded, not in ada-mode-hook.
12858         Add -toolbar to the default ddd command Switches moved from
12859         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12860         ada-prj-default-comp-opt
12861         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12862         Reference Manual to the menu
12863         (ada-check-current): rewritten as a call to ada-compile-current
12864         (ada-compile): Removed.
12865         (ada-compile-application, ada-compile-current, ada-check-current):
12866         Set the compilation-search-path so that compile.el automatically
12867         finds the sources in src_dir.  Automatic scrollong of the
12868         compilation buffer.  C-uC-cC-c asks for confirmation before
12869         compiling
12870         (ada-compile-current): New parameter, prj-field
12871         (ada-complete-identifier): Load the .ali file before doing
12872         processing
12873         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12874         conform to gnatmake's behavior.
12875         (ada-find-file-in-dir): New function
12876         (ada-find-references): Set the environment variables for gnatfind
12877         (ada-find-src-file-in-dir): New function.
12878         (ada-first-non-nil): Removed
12879         (ada-gdb-application): Add support for jdb, the java debugger.
12880         (ada-get-ada-file-name): Load the original-file first if not done
12881         yet.
12882         (ada-get-all-references): Handles the new ali syntax (parent types
12883         are found between <>).
12884         (ada-initialize-runtime-library): New function
12885         (ada-mode-hook): Always load a project file when a file is opened,
12886         so that the casing exceptions are correctly read.
12887         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12888         (ada-parse-prj-file): Use find-file-noselect instead of find-file
12889         to open the project file, since the latter does not work with
12890         speedbar Get default values before loading the prj file, or the
12891         default executable file name is wrong.  Use the absolute value of
12892         src_dir to initialize ada-search-directories and
12893         compilation-search-path,...  Add the standard runtime library to
12894         the search path for find-file.
12895         (ada-prj-default-debugger): Was missing an opening '{'
12896         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12897         variables.
12898         (ada-prj-default-gnatmake-opt): New variable
12899         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12900         buffers, the project file is the default one Save the windows
12901         configuration before displaying the menu.
12902         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12903         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12904         ...)  regexp-quote identifiers names to support operators +,
12905         -,... in regexps.
12906         (ada-remote): New function.
12907         (ada-run-application): Erase the output buffer before starting the
12908         run Support remote execution of the application.  Use
12909         call-process, or the arguments are incorrectly parsed
12910         (ada-set-default-project-file): Reread the content of the active
12911         project file, not the one from the current buffer When a project
12912         file is set as the default project, all directories are
12913         automatically associated with it.
12914         (ada-set-environment): New function
12915         (ada-treat-cmd-string): New special variable ${current}
12916         (ada-treat-cmd-string): Revised.  The substitution is now done for
12917         any ${...} substring
12918         (ada-xref-current): If no body was found, compiles the spec
12919         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12920         compiler to get rid of command line length limitations.
12921         (ada-xref-get-project-field): New function
12922         (ada-xref-project-files): New variable
12923         (ada-xref-runtime-library-specs-path)
12924         (ada-xref-runtime-library-ali-path): New variables
12925         (ada-xref-set-default-prj-values): Default run command now does a
12926         cd to the build directory.  New field: main_unit Provide a default
12927         file name even if the current buffer has no prj file.
12929         * ada-prj.el:
12930         Rewritten to show a tabbed-dialog.
12931         (ada-prj-add-ada-menu): Remove the map and name parameters.
12932         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12933         New function
12934         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12935         (ada-prj-load-from-file): New function
12936         (ada-prj-save): Always save fields that depend on the current buffer
12937         (ada-prj-show-value): New function
12939         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12940         Ada mode. This will allow us to display the Ada menu in any buffer
12941         we want (for project items).
12942         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12943         number of spaces in the header.
12945 2000-07-24  Dave Love  <fx@gnu.org>
12947         * ediff-init.el (ediff-region-help-echo): Bind face-help.
12949 2000-07-23  Noah Friedman  <friedman@splode.com>
12951         * type-break.el (type-break): perform autosave.
12952         Suggested by Stephen Gildea <gildea@intouchsys.com>.
12953         (type-break-do-query): Cancel query schedule while performing
12954         actual query, to avoid possibility of a second query being made
12955         while first one is already in progress.
12956         (type-break-time-stamp-format): New variable.
12957         (type-break-time-stamp): New function.
12958         (type-break-time-warning): Use it.
12959         (type-break-keystroke-warning): Use it.
12960         (type-break-noninteractive-query): Use it.
12962         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12963         cookie.
12964         Use add-minor-mode to set minor-mode-alist, if available.
12965         (eldoc-echo-area-use-multiline-p): New user option.
12966         (eldoc-echo-area-multiline-supported-p): New variable.
12967         (eldoc-docstring-format-sym-doc): Use them.
12968         (eldoc-mode): If not using idle timers, append to local post and
12969         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
12970         (eldoc-display-message-no-interference-p): Don't interfere with
12971         edebug.
12972         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12973         (eldoc-function-arglist): New function.
12974         (eldoc-function-argstring): Use it.
12976         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12977         auto save directory exists before calling directory-files.
12979 2000-07-23  Dave Love  <fx@gnu.org>
12981         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12982         ^o, ^u.
12984 2000-07-21  Dave Love  <fx@gnu.org>
12986         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12987         now passed to the function.  It now works properly.
12989         * smerge-mode.el (smerge-mode-menu): Fill it out.
12991 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
12993         * info-look.el (info-lookup): If *info* is shown in another frame
12994         on the same display, select that frame, instead of switching to
12995         the Info buffer in another window of the selected frame.
12997         * simple.el (universal-argument-map): Bind numeric keypad keys
12998         kp-0 to kp-9 and kp-subtract.
12999         (digit-argument): Handle these keys.
13001 2000-07-20  Dave Love  <fx@gnu.org>
13003         * net/goto-addr.el (goto-address-fontify): Don't bother with
13004         buffer-modified and read-only stuff -- irrelevant with overlays.
13005         Put an extra property on the overlays and use it to clean up in
13006         case goto-address is re-run.
13008 2000-07-19  Richard M. Stallman  <rms@gnu.org>
13010         * timer.el (run-with-idle-timer): Doc fix.
13012         * mail/mail-utils.el (mail-strip-quoted-names):
13013         Handle case where <...> appears inside "...".
13014         Use replace-match to edit the string more simply.
13015         (rmail-dont-reply-to): Cope with an unmatched ".
13017 2000-07-19  Dave Love  <fx@gnu.org>
13019         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13020         implementation.
13022         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13023         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13024         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13026 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
13028         * textmodes/refer.el: Correct maintainer's email address.
13030         * progmodes/hideif.el: Correct author's email address.
13031         Fix typo in comment.
13033         * xml.el: New file.
13035         * mail/mailheader.el: Correct author's mail address.
13037         * gnus/parse-time.el: Correct author's mail address.
13039 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
13041         * comint.el (comint-highlight-input, comint-highlight-face):
13042         New user options.
13043         (comint-input-ring-file-name): Change custom type.
13044         (comint-mode-map): Bind mouse-2.
13045         (comint-insert-clicked-input): New function.
13046         (comint-send-input): Handle input highlighting.
13048 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
13050         * mouse.el (popup-menu): New function.
13051         (mouse-major-mode-menu): Use it.
13053 2000-07-18  Dave Love  <fx@gnu.org>
13055         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13056         improvements.
13058 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13060         * faces.el (face-font-selection-order)
13061         (face-font-family-alternatives): Add custom type.
13063 2000-07-18  Dave Love  <fx@gnu.org>
13065         * cus-edit.el (custom-variable-reset-saved)
13066         (custom-variable-reset-standard): Remove unused bindings.
13068         * rect.el (open-rectangle-line): Remove unused let.
13070         * hl-line.el (hl-line-highlight): Check hl-line-mode.
13072 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13074         * cdl.el: Fix `Maintainer' keyword.
13076         * play/pong.el: Add author's email address.
13078 2000-07-17  Sam Steingold  <sds@gnu.org>
13080         * files.el (insert-directory): Call `split-string' instead of
13081         re-implementing it.
13083 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13085         * mail/vms-pmail.el: Change maintainer to FSF.
13087         * net/goto-addr.el: Change maintainer to FSF.
13089         * info.el (Info-title-face-alist): Removed.
13091 2000-07-18  David Ponce  <david@dponce.com>
13093         * recentf.el (recentf-open-files): New command that works like
13094         `recentf-open-more-files', but shows the whole list of files (not just
13095         those omitted from the menu). Useful if you don't use a menu-bar!
13096         (recentf-open-more-files) Modified to use `recentf-open-files'.
13098         (recentf-open-files, recentf-open-more-files)
13099         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13101         (recentf-dialog-mode): New mode for dialogs. You can now just type
13102         "q" to cancel the dialogs.
13104 2000-07-18  David Ponce  <david@dponce.com>
13106         * recentf.el: This is a major update of recentf.el. It adds new
13107         features to better organize the recentf menu and "More..." buffer.
13109         Using new provided menu filtering functions you can now organize the
13110         recent files list:
13112         - by major modes
13113         - by directories
13114         - by user defined rules
13116         Finally, with the new `recentf-filter-changer' customizable filter you
13117         can define a ring of filters and dynamically (via the menu) cycle on
13118         each menu organization in the ring (a la msb).
13120 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
13122         * eshell/eshell.el (eshell): Replace links to eshell.info with
13123         links to eshell, to avoid problems on systems where the manual is
13124         installed as `eshell'.
13125         * eshell/esh-cmd.el (eshell-cmd): Ditto.
13126         * eshell/em-smart.el (eshell-smart): Ditto.
13127         * eshell/em-banner.el (eshell-banner): Ditto.
13128         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13130         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13131         same-file check in the MS-DOS version (it does support inodes).
13133         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13135         * eshell/eshell.el (eshell-directory-name):
13136         Run default directory name through convert-standard-filename.
13138 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
13140         * international/mule-cmds.el (select-safe-coding-system):
13141         Fix typo in the comment.
13143         * language/european.el (compound-text):
13144         Force katakana-jisx0201 to be designated to G1.
13146         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13147         Don't translate some national variant characters of latin-jisx0201.
13148         (x-ctext): Force katakana-jisx0201 to be designated to G1.
13150         * international/kkc.el (kkc-after-update-conversion-functions):
13151         New variable.
13152         (kkc-update-conversion): Run functions in it at the tail.
13154 2000-07-16  John Wiegley  <johnw@gnu.org>
13156         * lisp/align.el (align-newline-and-indent):
13157         Adding new function.  for auto-aligning blocks of code on RET.
13158         (align-region): Fixed badly formatted minibuffer message.
13160 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
13162         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13163         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
13164         the conversion list at first if appropriate.
13165         (kkc-next): Don't update kkc-next-count here.
13166         (kkc-prev): Don't update kkc-prev-count here.
13167         (kkc-show-conversion-list-update): Fix setting up of conversion
13168         list message.
13170 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13172         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13174 2000-07-16  Dave Love  <fx@gnu.org>
13176         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13177         function to be more specific.
13179         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13180         non-string help-echo.
13181         (widget-types-convert-widget): Defsubst it.
13182         (widget-echo-help): Try to cope with a help-echo function of two
13183         possible sorts.
13185 2000-07-15  Jason Rumney  <jasonr@gnu.org>
13187         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13188         Declare as obsolete.
13190         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13192 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
13194         * hilit-chg.el: Fix typo.
13196 2000-07-14  Dave Love  <fx@gnu.org>
13198         * info.el (Info-mode-menu): Fix use of :help, :enable.
13200 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
13202         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13204 2000-07-13  Dave Love  <fx@gnu.org>
13206         * emacs-lisp/easymenu.el: Doc fixes.
13207         (easy-menu-remove): Defalias to ignore.
13209         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13210         Call throw correctly.
13212 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
13214         * faces.el (frame-background-mode): Doc fix.
13216         * simple.el (eval-expression-print-length): Change custom type to
13217         allow entering nil as value.
13219 2000-07-13  Dave Love  <fx@gnu.org>
13221         * progmodes/fortran.el (fortran-imenu-generic-expression):
13222         Change definition layout.
13223         (fortran-mode-menu): Reinstate customize entries.
13225         * cus-edit.el (custom-group-menu-create, customize-menu-create):
13226         Use :filter, per old XEmacs code.
13228 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
13230         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13231         event when deciding what to send to the terminal.
13233 2000-07-12  Dave Love  <fx@gnu.org>
13235         * cus-start.el: Add optional version as 4th element of specs and
13236         use it for several things new in v21.  Remove load-path.  Fix type
13237         of line-number-display-limit.
13239 2000-07-11  Dave Love  <fx@gnu.org>
13241         * progmodes/fortran.el: Don't require easymenu.
13242         Use repeat counts in various regexps.
13243         (fortran-mode-syntax-table): Defvar directly.
13244         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13245         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13246         Use defvar, not defconst.
13247         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
13248         (fortran-mode): Set fortran-comment-line-start-skip,
13249         fortran-comment-line-start-skip, dabbrev-case-fold-search.
13250         (fortran-comment-indent): Use defsubst.
13251         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13252         Use fortran-comment-indent, not fortran-comment-indent-function.
13253         (fortran-comment-region, fortran-electric-line-number): Simplify.
13254         (fortran-auto-fill): New function.
13255         (fortran-do-auto-fill): Deleted.
13256         (fortran-find-comment-start-skip):
13257         Check for non-null comment-start-skip.
13258         (fortran-auto-fill-mode, fortran-fill-statement):
13259         Use fortran-auto-fill.
13260         (fortran-fill): Use fortran-auto-fill.  Check for null
13261         comment-start-skip.  Simplify final clause and use end-of-line finally.
13263         * widget.el (widget-plist-member): New alias.
13265 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
13267         * eshell/esh-module.el (toplevel): Reference
13268         byte-compile-current-file only if it is bound.
13270 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
13272         * dired.el: Don't require `dired-aux'.
13274 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
13276         * dired-aux.el (dired-show-file-type): New function.
13277         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13278         (dired-show-file-type): Add autoload.
13280 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
13282         * international/mule-diag.el (describe-font): Adjusted for the
13283         change of fontset-info.
13284         (print-fontset): Likewise.
13286 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
13288         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13290 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
13292         * bindings.el: Bind `[delete]' to delete-char.
13294         * dired.el (dired-find-alternate-file): New function.
13295         (dired-mode-map): Bind `a' to dired-find-alternate-file.
13296         (toplevel): Require dired-aux when compiling.
13297         (dired-buffers): Move defvar within file to avoid compiler warning.
13299         * info.el (Info-last-search): Variable removed.
13300         (Info-search-history): New variable.
13301         (Info-search): New Info-search-history.
13303         * battery.el, info-look.el: Change author's mail address.
13305 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13307         * mail/rmail.el (rmail-clear-headers): Don't throw an error
13308         if rmail-ignored-headers is nil.
13309         (rmail-retry-failure): Bind rmail-ignored-headers and
13310         rmail-displayed-headers to nil.
13312 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
13314         * lpr.el (lpr-page-header-switches): Add `-h' switch.
13315         (print-region-1): Don't hard code `-h' here.
13317         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13319 2000-07-01  Francesco Potorti`  <pot@gnu.org>
13321         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13322         exim can use "your message" instead of "the message".
13324 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13326         * facemenu.el: Docstrings fixes.
13327         (facemenu-get-face): Don't use internal-find-face.
13328         (facemenu-iterate): Rename arg to match the docstring.
13330         * newcomment.el (uncomment-region): Be more careful when skipping
13331         backwards over `=' not to bump into BOBP.
13333 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
13335         * ediff-diff.el (ediff-wordify): Use syntax table.
13336         * ediff-init.el (ediff-has-face-support-p): Use
13337         ediff-color-display-p.
13338         (ediff-color-display-p): Use display-color-p, changed to defun
13339         from defsubst.
13340         Got rid of special cases for NeXT and OS/2.
13341         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13342         face.
13344 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13346         * emacs-lisp/lucid.el: Require CL.
13347         (copy-tree, remprop): Remove, it's provided by CL.
13348         (map-keymap): Define in terms of cl-map-keymap.
13349         (extent-property, set-extent-end-glyph): New functions.
13351         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13353 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13355         * Makefile.in (DONTCOMPILE): Add comment that the name may
13356         not be changed without changing the make-dist script.
13358         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13359         (cl-mapc): Use mapc instead of cl-old-mapc.
13361 2000-07-05  Andrew Innes  <andrewi@gnu.org>
13363         * makefile.nt: Add support for `bootstrap' and related targets.
13365 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13367         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13368         (easy-menu-do-define): Use `menu-item' format.
13369         Handle case where easy-menu-create-menu returns a symbol.
13370         Manually call the potential top-level filter in the function binding.
13371         (easy-menu-filter-return): New arg NAME.
13372         Convert to a keymap if MENU is an XEmacs menu.
13373         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
13374         (easy-menu-converted-items-table, easy-menu-convert-item):
13375         New var and fun to memoize easy-menu-convert-item-1.
13376         (easy-menu-do-add-item): Use it.
13377         (easy-menu-create-menu): Use easy-menu-convert-item.
13378         Wrap easy-menu-filter-return around any :filter specification.
13379         Don't convert the menu if a filter was specified.
13380         Tell easy-menu-make-symbol not to check for MENU being an expression.
13381         (easy-menu-make-symbol): New arg NOEXP.
13383 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13385         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13386         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13387         (eval-defun): If called with prefix arg, instrument code for
13388         Edebug.
13390         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13391         similar to that of eval-defun.
13393 2000-07-04  Dave Love  <fx@gnu.org>
13395         * hl-line.el (hl-line-overlay): Make it permanent-local.
13397         * calendar/todo-mode.el: Replaced with a working version, based on
13398         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13400 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
13402         * paths.el (prune-directory-list): New function.
13403         (Info-default-directory-list): Rewritten to more methodically
13404         enumerate a big list of possible info directories (based on the
13405         list used by the standalone info reader).
13407         * info.el (info-initialize): Use prune-directory-list to remove
13408         non-existent directories from Info-directory-list.
13410         * paths.el (Info-default-directory-list): Try a list of possible
13411         info-directories instead of a single one.  Add the possible
13412         info directory "/usr/share/info".
13414         * woman.el (woman-man.conf-path): Explicitly include the debian
13415         man-db config file "/etc/manpath.config".
13416         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13417         are present in `manpath.config'.
13418         (woman-manpath): Include "/usr/share/man".
13420 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
13422         * frame.el (blink-cursor-mode): Don't hide cursor initially.
13424         * startup.el (command-line): Initialize blink-cursor based
13425         on window-system.
13427         * frame.el (blink-cursor): Default to nil if not running under
13428         a window-system.
13430         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13431         (face-x-resources): Remove duplicate entry for :font.
13433         * textmodes/refer.el (refer-find-entry-internal): Use some-window
13434         instead of cycling through windows with next-window.
13436         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13437         of cycling through windows with next-window.
13439         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13440         of cycling through windows with next-window.
13442         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13443         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13444         instead of cycling through windows with next-window.
13446         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13447         instead of cycling through windows with next-window.
13449         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13450         of cycling through windows with next-window.
13452         * terminal.el (te-process-output): Use walk-windows instead of
13453         cycling through windows with next-window.
13455         * server.el (server-switch-buffer): Use some-window instead of
13456         cycling through windows with next-window.
13458         * window.el (some-window): New function.
13459         (walk-windows): Remove reference to walk-windows-start.
13461         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13463 2000-07-03  Richard Stallman  <rms@gnu.org>
13465         * window.el (walk-windows): Guarantee termination by keeping a list
13466         of all the windows already handled.
13468 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13470         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13471         window-system.
13473         * man.el (Man-notify-when-ready): Don't use window-system.  If
13474         Man-notify-method is newframe, and the display is not
13475         multi-frame, select the frame created for the man page.
13476         (Man-init-defvars): Doc fix.
13478 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
13480         * faces.el (region): Change background color for light background.
13482         * ediff-wind.el (ediff-setup-control-frame): Remove :box
13483         attribute from mode-line face of Ediff control frame.
13485         * replace.el (query-replace-map): Bind `e' like `E'.
13487 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13489         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13490         Change name to "Select All".
13492         * dos-fns.el (convert-standard-filename): Fix last change.
13494 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
13496         * help.el (describe-variable): Don't insert a second `'s' in front
13497         of the string `value is shown below'.  Since the syntax-table is
13498         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13499         an existing `'s', so that this won't be deleted.
13501         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13502         * pcmpl-unix.el: New files.
13504 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
13506         * wid-edit.el (widget-member): Use the new plist-member.
13508 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
13510         * replace.el (perform-replace): Undo change of 2000-04-04.
13511         Instead, move backward 1 character at the end of the loop when
13512         necessary.
13514         * faces.el (fringe): Change face for different backgrounds.
13516         * eshell/esh-module.el (toplevel): Load defgroup's differently;
13517         patch from John.
13519         * eshell/*.el: Change spelling of the Free Software Foundation.
13521         * eshell/esh-toggle.el: Removed.
13523         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13525         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13526         interactively.
13528 2000-06-26  Alex Schroeder  <alex@gnu.org>
13530         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13531         `define-key'; instead of checking `(emacs-version)' check for
13532         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
13533         for `;' and `o' which might be electric.
13535         (sql-electric-stuff): New user option.
13536         (sql-magic-go): New function which uses `sql-electric-stuff'.
13537         (sql-magic-semicolon): New function which uses
13538         `sql-electric-stuff'.
13540         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13541         is not fboundp.
13543         (sql-oracle-options): New variable.
13544         (sql-oracle): Use it.
13546         (sql-imenu-generic-expression): Doc change.
13547         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13548         is used.
13550         (sql-informix): Added command line parameter "-" to force
13551         sql-informix-program to use stdout.
13553 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
13555         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13556         (cp864-decode-table): Doc fix.
13557         (cp720-decode-table): New variable, supports the Arabic OEM
13558         codepage used by Windows.
13559         (cp737-decode-table): New, Greek OEM codepage used by Windows.
13561 2000-06-23  Dave Love  <fx@gnu.org>
13563         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13564         (font-lock-fontify-anchored-keywords): Use
13565         line-beginning-position.
13566         (global-font-lock-mode): Use mapc.
13568 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
13570         * eshell/esh-module.el: Require CL when compiling.
13572 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
13574         * comint.el (comint-substitute-in-file-name): Call replace-match
13575         with second and third arg t.
13577         * cus-edit.el (custom-button-face, custom-button-pressed-face):
13578         Specify foreground color.
13580         * faces.el (tool-bar, mode-line, header-line): Specify foreground
13581         color.
13583         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13585         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13586         cddr instead of cdddr.
13588         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13589         instead of copy-list.
13591         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13592         of copy-list.
13594         * subdirs.el: Add eshell subdirectory.
13596         * eshell: New subdirectory containing the Eshell package.
13598         * pcomplete.el: New file.
13600 2000-06-23  Paul Eggert  <eggert@twinsun.com>
13602         * mail/mailpost.el (post-mail-send-it): Make sure file has
13603         proper permissions from birth.
13605         * files.el (basic-save-buffer-2): When temporarily setting
13606         file modes, set them to current modes plus 0200, not to 0777.
13608         * emerge.el (emerge-make-temp-file): Make sure file has proper
13609         permissions from birth.
13611 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
13613         * files.el (make-backup-file-name-1): On DOS/Windows, run the
13614         backup file name through convert-standard-filename.
13616         * dos-fns.el (convert-standard-filename): Convert leading
13617         directories as well.  When long file names are supported, convert
13618         characters that are invalid in Windows file names.
13620 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13622         * ps-print.el: Fix bug: if ^L is the very first buffer character,
13623         ps-print crashes.  New feature: page selection for printing.  Create
13624         raw-text-unix coding system for XEmacs.  Doc fix.
13625         (ps-print-version): New version number (5.2.3).
13626         (ps-plot-region): Bug fix.
13627         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13628         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13629         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13630         funs.
13631         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13632         (ps-last-page): New vars.
13634 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
13636         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13637         empty option string.
13639 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
13641         * man.el (man): Doc fix.
13643 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
13645         * international/mule-cmds.el (set-language-info-alist): Docstring
13646         fixed.
13648 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
13650         * version.el (emacs-version): Use ISO date format.
13652         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13653         instead of `M-backspace'.
13655         * simple.el (turn-off-auto-fill): New function.
13657 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
13659         * jit-lock.el (with-buffer-prepared-for-jit-lock):
13660         Renamed from with-buffer-prepared-for-font-lock and use
13661         inhibit-modification-hooks rather than setting *-change-functions.
13662         Update all functions to use the new name.
13663         (jit-lock-first-unfontify-pos): New semantics (and doc).
13664         (jit-lock-mode): Make non-interactive.
13665         Don't automatically turn on font-lock.
13666         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13667         Always use jit-lock-after-change.
13668         Remove and restore font-lock-after-change-function.
13669         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13670         (jit-lock-after-unfontify-buffer): Remove.
13671         (jit-lock-stealth-fontify):
13672         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13673         (jit-lock-after-change): Set the `fontified' text-prop to nil.
13675 2000-06-20  Sam Steingold  <sds@gnu.org>
13677         * emacs-lisp/cl-indent.el (toplevel): Indent
13678         `print-unreadable-object' properly.  Untabify.
13680 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13682         * textmodes/reftex.el (reftex-find-citation-regexp-format):
13683         Support for bibentry.
13684         (reftex-compile-variables): Fixed problem with end of section-re.
13686         * texmodes/reftex-dcr.el (reftex-view-crossref,
13687         reftex-view-crossref-from-bibtex):
13688         Deal with changed `reftex-find-citation-regexp-format'.
13689         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13690         Replaced `remprop' with `put'.
13691         (reftex-view-crossref, reftex-view-crossref-when-idle):
13692         Support for bibentry.
13694         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13695         New entry for bibentry package.
13697         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13698         Regexp also matches "\nobibliography".
13700         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13701         Call `reftex-ensure-write-access' before doing anything.
13702         (reftex-ensure-write-access): New function.
13704 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13706         * progmodes/idlwave.el: File re-installed (update to version 4.2)
13708         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13710         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13712         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13715 2000-06-20  Dave Love  <fx@gnu.org>
13717         * faces.el (frame-background-mode): Use set-default, not set, in
13718         setter.
13719         (frame-update-faces, frame-update-face-colors): Define with
13720         defalias.
13722         * enriched.el (enriched-decode-foreground)
13723         (enriched-decode-background): Don't use internal-find-face.
13725         * apropos.el: Doc fixes.
13727         * cus-edit.el (customize-changed-options): Check arg.
13728         (customize-version-lessp): Don't require decimal point.
13730         * custom.el (defcustom, defgroup): Doc fix.
13732         * newcomment.el (comment) <defgroup>: Add :version.
13733         (comment-multi-line): Doc fix.
13735         * emulation/mlsupport.el (define-hooked-local-abbrev,
13736         define-hooked-global-abbrev): Fix, using define-abbrev.
13738 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
13740         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13741         the whole buffer.
13743 2000-06-19  Dave Love  <fx@gnu.org>
13745         * menu-bar.el (menu-bar-options-save): New function.
13746         (menu-bar-options-menu): Use it.
13747         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13748         Simplify.
13750 2000-06-19  Andreas Schwab  <schwab@suse.de>
13752         * progmodes/etags.el (tags-query-replace): Put new parameters
13753         START and END at the end, for backward compatibility.
13755 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
13757         * international/codepage.el:
13758         (cp-coding-system-for-codepage-1): Delete special codes for
13759         generating xxx-dos coding system because now a CCL based coding
13760         system can handle EOL conversion by default.
13762         * international/mule.el (make-coding-system): Generate subsidiary
13763         coding systems for EOL handling variants even for a CCL based
13764         coding system.
13766 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
13768         * international/isearch-x.el (isearch-minibuffer-input-method)
13769         (isearch-minibuffer-input-method-function): These variables
13770         deleted.
13771         (isearch-with-input-method): Don't use the above variables.
13772         (isearch-process-search-multibyte-characters): Likewise.  Call
13773         read-string with the arg INHERIT-INPUT-METHOD t.
13775 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
13777         * font-lock.el (font-lock-after-fontify-buffer)
13778         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13780         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13781         Use consistent make-local-variable style for font-lock-fontified.
13782         (jit-lock-fontify-buffer):
13783         Don't bother checking for font-lock-mode and jit-lock-mode.
13785         * time.el: Remove trailing ^M that prevent CVS-merging.
13787 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
13789         * Makefile.in (distclean): New target.
13791 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
13793         * Makefile.in (srcdir): Define for update-subdirs.
13795 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
13797         * find-lisp.el: New file.
13799 2000-06-16  Andrew Innes  <andrewi@gnu.org>
13801         * time.el (display-time-mail-function): New variable, to allow
13802         external packages to indicate when new mail is available.
13803         (display-time-update): Use it.
13805 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
13807         * international/mule.el (mule-version): Change version name to
13808         SAKAKI.  AOI has already been used by Meadow.
13810         * international/quail.el (quail-show-guidance-buf): To find the
13811         bottom window (but minibuffer), pay attention to the height of
13812         minibuffer.
13814 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13816         * arc-mode.el (archive-mode-map): Use the new menu-item format for
13817         menu-bar menus.  Add help strings.  Don't remove the Edit menu
13818         from the menu bar, as the menu bar has enough space now.
13820         * Makefile.in (SHELL): Make sure /bin/sh is used.
13822         * woman.el (woman-man-buffer): Fix bold and underlined CJK
13823         characters, which use series of two ^H characters instead of one.
13825 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
13827         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13828         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13829         functions.
13830         (Info-find-node-2): Try a case-sensitive search first, then
13831         do a case-insensitive search.
13833         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13834         tutorials.
13836         * complete.el (PC-env-vars-alist): New variable.
13837         (PC-complete-as-file-name): New function.
13838         (partial-completion-mode): Initialize PC-env-vars-alist from
13839         process-environment.
13840         (PC-do-completion): Handle completion of env vars.
13842         * info.el (Info-set-mode-line): Show file name in mode line,
13843         use `*Info*' instead of `Info:'.
13845         * startup.el (command-line-1): Change copyright messages to year
13846         2000.
13848 2000-06-15  Dave Love  <fx@gnu.org>
13850         * net/goto-addr.el (goto-address-fontify): Use keymap property,
13851         not local-map.
13853 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
13855         * international/mule.el (set-buffer-file-coding-system): Almost
13856         rewritten to handle `undecided' as no-op.
13858 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
13860         * Makefile.in: New file.
13862         * Makefile: Removed.
13864         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13865         (goto-address-highlight-keymap): Bind C-c RET.
13867 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
13869         * mail/sendmail.el (sendmail-send-it): The temporary buffer
13870         inherits buffer-file-coding-system of the current buffer.
13872         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13873         0.  Give correct argument to set-auto-coding-function.
13874         (tar-expunge): For goto-char, use (point-min), not 0.
13875         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13876         (tar-subfile-save-buffer): Likewize.
13878         * international/mule.el
13879         (after-insert-file-set-buffer-file-coding-system): Call
13880         set-buffer-file-coding-system with the arg FORCE t.
13882 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
13884         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13885         nil.  Contemporary sendmails issue an X-Authentication-Warning if
13886         the sender is set with `-f'.
13888 2000-06-13  Dave Love  <fx@gnu.org>
13890         * help.el (describe-function-1): Kluge around cases of functions
13891         fset to subrs whose doc doesn't match their symbol-name.
13893         * image.el (insert-image): Default STRING to a space.
13895         * info.el Doc fixes.
13896         (Info-build-node-completions): Match Ref tags.
13898 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
13900         * frame.el (display-multi-frame-p, display-multi-font-p): New
13901         defaliases for display-graphic-p.
13903         * hl-line.el: Fixed a typo in commentary.
13905 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
13907         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13908         fixed.
13910 2000-06-12  Dave Love  <fx@gnu.org>
13912         * image.el (insert-image): Save a little consing.
13914 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
13916         * language/tibet-util.el: Convert all tibetan-1-column characters
13917         to the corresponding tibetan characters.
13918         (tibetan-add-components): Delete code for the special treatment of
13919         'a chung.
13921         * language/tibetan.el (tibetan-composable-pattern): Fix previous
13922         change.
13923         (tibetan-vowel-transcription-alist): More rules added.
13924         (tibetan-composite-vowel-alist): New variable.
13925         (tibetan-precomposition-rule-alist): More rules added.
13927 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
13929         * startup.el (command-line): Only call menu-bar-mode if interactive.
13931         * thingatpt.el (toplevel symbol-properties):
13932         * textmodes/makeinfo.el (makeinfo-compile):
13933         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13934         * progmodes/hideif.el (hif-compress-define-list)
13935         (hide-ifdef-use-define-alist):
13936         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13937         (ange-ftp-vms-add-file-entry):
13938         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13939         * man.el (Man-build-man-command):
13940         * mail/rnewspost.el (news-reply-header-hook):
13941         * info.el (Info-insert-dir):
13942         * emulation/mlconvert.el (backward-word, forward-word, setq):
13943         * emacs-lisp/gulp.el (gulp-send-requests):
13944         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13945         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13946         (byte-optimize-apply, end of file):
13947         * emacs-lisp/advice.el (ad-advice-class-completion-table)
13948         (ad-make-freeze-definition):
13949         * startup.el (command-line, command-line-1): Don't quote lambdas.
13951         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13952         (cvs-cleanup-removed): New function.
13953         (cvs-cleanup-functions): New var.
13954         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13955         some flexibility in specifying additional entries to auto-cleanup.
13956         (cvs-quickdir): New function.
13957         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13958         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13959         (cvs-mode-find-file): Check that we are on a filename or dirname
13960         when invoked through a mouse-click.
13961         (cvs-full-path): Remove.
13962         (cvs-dired-action): Re-introduced.
13963         (cvs-dired-noselect): Use it.
13964         (vc-post-command-functions): use this new hook if available.
13966         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13967         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13968         (cvs-filename-map, cvs-dirname-map): Remove.
13969         (cvs-default-action): Remove.
13970         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13971         if the arg is really a keymap.
13972         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13973         Don't hardcode the mapping from state (aka type) to face, but check
13974         the var cvs-fi-<type>-face instead.
13975         (cvs-fileinfo-from-entries): New function.
13977         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13978         Docstring fix.
13979         (cvs-find-file-and-jump): Change default to be safer.
13980         (cvs-mode-diff-map): Define it as a function as well.
13981         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13982         Bind mouse-2 in this global map rather than with text-properties.
13984         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13985         file to resolve the ambiguity between C(conflict) and C(need-merge).
13987 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
13989         * international/mule.el (set-buffer-file-coding-system): If
13990         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13991         unconditionally.
13993 2000-06-12  Dave Love  <fx@gnu.org>
13995         * wid-edit.el (widget-specify-button): Really suppress the face if
13996         required.
13998 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
14000         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14002 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
14004         * imenu.el (imenu-generic-expression): Docstring fix.
14006         * composite.el (composition-function-table): Move the `put'
14007         below the autoload cookie so we can load the file before loaddefs.
14009         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14011         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14012         Handle easy-mmode-define-global-mode.
14013         For complex macros like define-minor-mode that can generate
14014         several autoload entries, try to autoload entries in the
14015         macroexpanded code.
14017         * emacs-lisp/easy-mmode.el (define-minor-mode):
14018         If KEYMAP is a symbol, just use it.
14019         Use byte-compile-current-file and load-file-name to infer the
14020         proper :require to pass to defcustom.
14021         Wrap the hook var into `progn' so as not to autoload it.
14022         Add a :autoload-end cookie.
14023         Be more careful about the evaluation of KEYMAP.
14024         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14025         (define-derived-mode): Move define-abbrev-table outside of defvar.
14027 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
14029         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14030         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14031         (backup-compiled-files): Ignore errors during `tar'.
14032         (bootstrap): Make autoloads before elc files.
14034 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
14036         * international/mule.el (set-buffer-file-coding-system): If one of
14037         undecided-XXX is specified, change only EOL conversion.
14039         * international/mule-conf.el (unix): New alias for the coding
14040         system undecided-unix.
14042 2000-06-09  Dave Love  <fx@gnu.org>
14044         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14046         * progmodes/executable.el: Byte compile dynamic.
14047         (executable-insert): Change custom type.
14048         (executable-find): Add autoload cookie.
14049         (executable-make-buffer-file-executable-if-script-p): New
14050         function.  After Noah Friedman.
14052         * files.el (after-save-hook): Customize, with
14053         executable-make-buffer-file-executable-if-script-p as an option.
14055 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
14057         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14058         "tib24p-mule.bdf" for Tibetan.
14060         * composite.el (decompose-composite-char): Declare it as obsolete.
14062         * man.el (Man-fontify-manpage): Pay attention to underline and
14063         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14065 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
14067         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14068         Set maintainer to FSF since author isn't reachable.
14070 2000-06-08  Dave Love  <fx@gnu.org>
14072         * international/mule-cmds.el (select-safe-coding-system): If
14073         DEFAULT-CODING-SYSTEM is not specified, also check the most
14074         preferred coding-system if buffer-file-coding-system is
14075         `undecided'.  From Handa.
14077 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
14079         * international/mule.el
14080         (after-insert-file-set-buffer-file-coding-system): If the buffer
14081         size is greater than INSERTED, judget that we are not visiting.
14083 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
14085         * whitespace.el (defgroup whitespace): Comment out `:version'.
14086         XEmacs 20.4 has problems defining the group with this present.
14087         We'll have this commented out till get resolve the problem.
14089 2000-06-07  John Wiegley  <johnw@gnu.org>
14091         * align.el (align-dq-string-modes, align-sq-string-modes)
14092         (align-open-comment-modes): Add pyhton-mode.
14093         (align-rules-list): Use get-text-property instead of
14094         text-properties-at.
14095         (align-rules-list): Add python-assignment.
14096         (align-rules-list): Change perl-comma-delimiter to
14097         basic-comma-delimiter.  Use if for Perl modes and python-mode.
14098         (align-rules-list): Add python-chain-logic and
14099         basic-line-continuation.
14101 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
14103         * apropos.el (apropos-mode-hook): New user variable.
14104         (apropos-mode): Run apropos-mode-hook.
14106 2000-06-07  David Ponce  <david@dponce.com>
14108         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14109         commands.  Require `wid-edit' at run-time.
14111 2000-06-07  David Ponce  <david@dponce.com>
14113         * recentf.el: Added some "Commentary".
14114         (recentf-open-more-files, recentf-edit-list): Minor changes to
14115         move the point at the top of the file list.  This behaviour is
14116         consistent with the menu one when the list contains a lot of
14117         files.
14118         (recentf-cleanup): Now displays the number of items removed from
14119         the list.
14120         (recentf-relative-filter) New menu filter to show filenames
14121         relative to `default-directory'.
14123 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14125         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
14126         with/without giving an error if PostScript printer doesn't have this
14127         kind of page size.  Zebra Stripe continues or restarts on next page.
14128         Manual/automatic paper feeding.  Switch or not the header.
14129         (ps-print-version): New version number (5.2.2).
14130         (ps-windows-system): Include emx as a Windows system.
14131         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14132         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14133         (ps-background-text): Code fix.
14134         (ps-error-handler-message, ps-user-defined-prologue)
14135         (ps-print-prologue-header, ps-printer-name)
14136         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14137         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14138         (ps-use-face-background): Customization fix.
14139         (ps-n-up-database): Data fix.
14140         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14141         (ps-switch-header): New vars.
14142         (ps-xemacs-color-name, ps-face-foreground-name)
14143         (ps-face-background-name, ps-boolean-constant): New funs.
14145 2000-06-07  Dave Love  <fx@gnu.org>
14147         * allout.el: New version from Manheimer.
14149 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
14151         * textmodes/fill.el (fill-find-break-point): Check the validity of
14152         charset.
14154 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14156         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14157         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14158         Call display-color-p and display-mouse-p instead of looking at
14159         window-system.
14161 2000-06-06  Dave Love  <fx@gnu.org>
14163         * image.el (find-image): Doc fix.  Return nil if image not found.
14164         (put-image, insert-image): Make STRING arg optional.
14166 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
14168         * language/vietnamese.el: Remove eval-when-compile.
14169         (viet-viscii-nonascii-translation-table): Define it as a
14170         translation table made from viet-viscii-decode-table.
14171         (viet-viscii-encode-table): Define it as a translation table made
14172         from the reverse map of above.
14173         (viet-vscii-nonascii-translation-table): Define it as a
14174         translation table made from viet-vscii-decode-table.
14175         (viet-vscii-encode-table): Define it as a translation table made
14176         from the reverse map of above.
14177         (ccl-decode-viscii): Use translate-character.
14178         (ccl-encode-viscii, ccl-encode-viscii-font)
14179         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14180         Likewize.
14182         * language/cyrillic.el: Remove eval-when-compile.
14183         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14184         translation table made from cyrillic-koi8-r-decode-table.
14185         (cyrillic-koi8-r-encode-table): Define it as a translation table
14186         made from the reverse map of above.
14187         (ccl-decode-koi8): Use translate-character.
14188         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14189         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14190         a translation table made from cyrillic-alternativnyj-decode-table.
14191         (cyrillic-alternativnyj-encode-table): Define it as a translation
14192         table made from the reverse map of above.
14193         (ccl-decode-alternativnyj): Use translate-character.
14194         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14195         Likewize
14197         * international/mule-diag.el (non-iso-charset-alist): Specify
14198         translation table symbol instead of translation table itself.
14199         (list-block-of-chars): CHARSET may be a translation table symbol.
14201         * international/mule.el (make-coding-system): If CODING-SYSTEM
14202         already exists, override it.
14204         * international/fontset.el: Use family `proportional' for Tibetan
14205         fonts.
14207         * international/ccl.el (ccl-compile-translate-character): Don't
14208         check if Rrr has property translation-table.
14209         (ccl-compile-map-multiple): Modified to avoid compiler warning.
14211 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
14213         * info.el: Bind case-fold-search to t when searching in case
14214         a user sets it to nil in a hook.
14216 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
14218         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14219         * hl-line.el (hl-line-mode): Use the new :global key argument.
14221         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14222         (tar-clip-time-string): Prepend a space.
14223         (tar-grind-file-mode): Construct a string rather than modifying one.
14224         (tar-header-block-summarize): Fix docstring.
14225         Use `format' rather than an error-prone set of copy-loops.
14227         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14228         (diff-goto-source, diff-unified->context, diff-context->unified)
14229         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14230         understand the format output by the `-p' argument to diff.
14232         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14233         (sh-re-done): Use defconst.
14234         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14235         (sh-help-string-for-variable, sh-guess-basic-offset):
14236         Don't quote lambdas.
14237         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14238         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14240         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14241         (mh-letter-mode): Derive from text-mode.
14242         This implicitly means that it now calls kill-all-local-variables.
14243         Also remove the Emacs-18 compatibility code.
14245         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14246         Make use of symbol-property doc-string-elt.
14247         Use memq rather than a sequence of eq.
14248         (doc-string-elt): Fix the wrong or missing previously unused values.
14249         (autoload-print-form): New function extracted from
14250         generate-file-autoloads to allow recursion when handling progn
14251         so that defvar's and defun's docstrings are properly printed.
14252         (generate-file-autoloads): Use it.
14254         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14255         Use find-file-hooks in the minor-mode function.
14256         Be careful not to loop indefinitely in the post-command-hook function.
14258 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
14260         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14261         tty's.
14262         * ediff-diff.el (ediff-exec-process): Use --binary for fine
14263         differences whenever appropriate.
14264         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14265         * viper.el (find-file, find-file-other-window): Get viper to do
14266         wildcards.
14268 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
14270         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14271         (jit-lock-fontify-buffer): New function for JIT refontification.
14272         (jit-lock-mode): Fix docstring.
14273         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14274         Remove jit-lock-after-change from the _local_ hook.
14275         (jit-lock-function-1): Fix docstring.
14277         * info.el (Info-on-current-buffer): Initialize info.
14279         * newcomment.el (comment-indent): Ignore comment-indent-hook.
14281         * progmodes/tcl.el (tcl-indent-for-comment):
14282         Ignore comment-indent-hook.
14284         * emacs-lisp/easy-mmode.el: Require CL during compilation.
14285         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14286         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14287         and improve to use the lighter to guess the capitalization.
14288         (define-minor-mode): Inline code from easy-mmode-define-toggle.
14289         Add keyword arguments to specify global-ness or the custom group.
14290         Add local-map and help-echo properties to the lighter.
14291         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14292         (easy-mmode-define-global-mode): New macro.
14294 2000-06-02  Dave Love  <fx@gnu.org>
14296         * wid-edit.el: byte-compile-dynamic since we typically don't use
14297         all the widgets.  Don't require cl or widget.  Remove
14298         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
14299         (widget-read-event): Removed.  Callers changed to use read-event.
14300         (widget-button-release-event-p): Renamed from
14301         button-release-event-p.
14302         (widget-field-add-space, widget-field-use-before-change):
14303         Uncustomize.
14304         (widget-specify-field): Use keymap property, not local-map.
14305         (widget-specify-button): Obey :suppress-face.
14306         (widget-specify-insert): Use modern backquote syntax.
14307         (widget-image-directory): Renamed from widget-glyph-directory.
14308         (widget-image-enable): Renamed from widget-glyph-enable.
14309         (widget-image-find): Replaces widget-glyph-find.
14310         (widget-button-pressed-face): Move defvar.
14311         (widget-image-insert): Replaces widget-glyph-insert.
14312         (widget-convert): Use keywordp.
14313         (widget-leave-text, widget-children-value-delete): Use mapc.
14314         (widget-keymap): Remove XEmacs stuff.
14315         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14316         (widget-button-click): Don't set point at the click, but re-centre
14317         if we scroll out of window.  Rewritten for images v. glyphs &c.
14318         (widget-tabable-at): Use POS arg, not point.
14319         (widget-beginning-of-line, widget-end-of-line)
14320         (widget-item-value-create, widget-sublist, widget-princ-to-string)
14321         (widget-sexp-prompt-value, widget-echo-help): Simplify.
14322         (widget-default-create): Use widget-image-insert; some rewriting.
14323         (widget-visibility-value-create)
14324         (widget-push-button-value-create, widget-toggle-value-create): Use
14325         widget-image-insert.
14326         (checkbox): Create on and off images dynamically.
14327         (documentation-link): Change :help-echo.
14328         (widget-documentation-link-echo-help): Remove.
14330 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
14332         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14334         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14335         (easy-mmode-define-toggle, define-minor-mode): Use it.
14336         (easy-mmode-define-keymap): Docstring fix.
14337         (define-derived-mode): Default PARENT to fundamental-mode.
14338         Add the derived-mode-parent symbol-property.
14339         (easy-mmode-derived-mode-p): New function.
14341 2000-06-02  Dave Love  <fx@gnu.org>
14343         * files.el (convert-standard-filename): Doc fix.
14344         (normal-backup-enable-predicate): New function.
14345         (backup-enable-predicate): Use it to replace the lambda form.
14347         * calendar/todo-mode.el: [This needs more work on the outline
14348         stuff.]  Doc fixes.
14349         (todo) <defgroup>: Add :version.
14350         (todo-add-category): Don't use pushnew.
14351         (todo-cmd-raise): Fix typo.
14352         (todo-top-priorities): Change temp buffer name.
14353         (todo-category-alist): Avoid redundant lambda.
14354         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14355         Use outline-next-heading.
14357         * autoarg.el: Rewritten to use define-minor-mode.
14358         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14359         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14361 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
14363         * isearch.el (isearch-other-meta-char): Fix previous change.
14365 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14367         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14368         (log-edit-done): Only add the comment to the ring if it's different
14369         from the last comment entered.
14371         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14373 2000-06-01  Dave Love  <fx@gnu.org>
14375         * hl-line.el: Rewritten using define-minor-mode.
14377         * help.el (describe-function-1): Distinguish special form from
14378         builtin function.  Sanity-check presence of arglist for builtins.
14380 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
14382         * international/characters.el: Fix syntax/category setting of
14383         Tibetan characters.
14385         * language/tibet-util.el (tibetan-add-components): Fixes for new
14386         encoding of Tibetan characters.
14387         (tibetan-decompose-precomposition-alist): New variable.
14388         (tibetan-decompose-region): Convert precomposed characters to
14389         non-precomposed characters.
14390         (tibetan-decompose-string): Likewise.
14391         (tibetan-composition-function): Fix args to
14392         thibetan-compose-string.
14394         * language/tibetan.el (tibetan-composable-pattern): More
14395         characters included.
14396         (tibetan-consonant-transcription-alist): Rule for "R" added.
14397         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14398         "+R" added.
14399         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14401         * language/lao-util.el (lao-composition-function): Fix args to
14402         compose-string.
14404         * language/thai-util.el (thai-composition-function): Fix args to
14405         compose-string.
14407         * isearch.el (isearch-update): Set disable-point-adjustment to t
14408         to prevent the point moving to the end of a composition when a
14409         part of a composition is searched.
14410         (isearch-other-meta-char): If the key invoking this command can be
14411         mapped by function-key-map to a printing char, call
14412         isearch-process-search-char directly.
14414 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14416         * emacs-lisp/bytecomp.el:
14417         * frame.el:
14418         * international/mule-cmds.el:
14419         * international/mule-util.el:
14420         * international/mule.el:
14421         * mouse.el:
14422         * subr.el:
14423         * faces.el: Update calls to make-obsolete with a WHEN argument.
14425         * byte-run.el (make-obsolete, make-obsolete-variable):
14426         Add an optional WHEN argument and change the format of the
14427         symbol-property information.
14428         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14429         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14430         new obsolete-symbol-property format and print WHEN if it is provided.
14432 2000-05-31  Dave Love  <fx@gnu.org>
14434         * loadhist.el (loadhist-hook-functions): Remove
14435         before-change-function, after-change-function.
14436         (unload-feature): Deal with symbols which are both bound and
14437         fbound.
14439         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14440         before-change-function, after-change-function.
14442         * simple.el (newline): Don't bind before-change-function,
14443         after-change-function.
14445 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
14447         * whitespace.el (whitespace-rescan-timer-time): Update interval
14448         set to 600 seconds (10 minutes) instead of 60 seconds since
14449         a large number of whitespace buffers causes emacs to `freeze'
14450         for a considerable amount of time.
14452         * whitespace.el: Updated email address
14454 2000-05-31  Dave Love  <fx@gnu.org>
14456         * add-log.el (change-log-font-lock-keywords) <function>: Add
14457         pattern for function of change.
14458         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14459         acknowledgements patterns.
14461 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
14463         * isearch.el (isearch-printing-char): If keyboard coding system is
14464         being used, call isearch-process-search-multibyte-characters.
14466         * international/isearch-x.el: Mostly rewritten.
14468         * international/quail.el (quail-start-conversion): Don't include
14469         unhandled events in the returned events, but set them in
14470         unread-command-events.  Exit if all inputs are deleted.
14472 2000-05-30  Jason Rumney  <jasonr@gnu.org>
14474         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14476         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14477         Reenable code to create initial fontsets.
14478         Use set-fontset-font in place of put-charset-property.
14480 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
14482         * progmodes/perl-mode.el (perl-indent-line): When looking for a
14483         label, ensure that the first colon isn't followed by another.
14485         * paths.el (Info-default-directory-list): Doc fix.
14487         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14488         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14489         send a query containing USER only, not USER@HOST.
14491         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14492         and rmail-msgend to compute the restriction at the end, instead of
14493         computing it.
14495 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
14497         * dabbrev.el (dabbrev-expand): Don't display messages in the
14498         echo area if the minibuffer window is active.
14500         * jit-lock.el (jit-lock-mode): Add after change function to
14501         local hook.
14503 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
14505         * antlr-mode.el: New commands: hide/unhide actions,
14506         upcase/downcase literals.
14507         (antlr-tiny-action-length): New user option.
14508         (antlr-hide-actions): New command.  Suggested by
14509         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14510         (antlr-mode-map): New binding [C-c C-v].
14511         (antlr-mode-menu): New entries.
14512         (antlr-downcase-literals): New command.
14513         (antlr-upcase-literals): Ditto.
14515         * antlr-mode.el: Minor changes: indendation, mode-name.
14516         (antlr-indent-line): Indent cpp directive at column 0.
14517         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14519         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14520         (antlr-font-lock-additional-keywords): Workaround for intentional
14521         bug in XEmacs version of font-lock.
14522         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
14523         be used by a smarter version of `buffers-menu-grouping-function'.
14525 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
14527         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14528         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14530 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
14532         * international/encoded-kb.el
14533         (encoded-kbd-iso2022-designation-map): Pay attention to that
14534         charset-iso-final-char return -1 for eight-bit-control and
14535         eight-bit-graphic.
14537 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
14539         * speedbar.el (speedbar-use-images, speedbar-update-flag)
14540         (speedbar-easymenu-definition-base): Use display-graphic-p where
14541         available, instead of window-system.
14543 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
14545         * international/codepage.el (cp-coding-system-for-codepage-1): Add
14546         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14547         coding systems.
14549 2000-05-26  Dave Love  <fx@gnu.org>
14551         * disp-table.el (standard-display-underline): Don't use
14552         internal-find-face.
14554         * mail/reporter.el: Maintainer change.  Doc fixes.
14555         (reporter-version): Deleted.
14557         * emacs-lisp/elp.el: Maintainer change.
14558         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14560 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
14562         * add-log.el (add-change-log-entry): Merge the current entry with the
14563         previous one if the previous one is empty.
14565 2000-05-26  Dave Love  <fx@gnu.org>
14567         * loadhist.el (unload-feature): Fix interactive spec [from
14568         lijnzaad@ebi.ac.uk].
14570         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14571         subr-arity to check primitives.
14572         (byte-compile-flush-pending, byte-compile-file-form-progn)
14573         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14574         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14575         mapcar.
14577 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
14579         * international/fontset.el: Set family names of non-latin charsets
14580         in default fontset to "*".
14582         * international/mule-diag.el (print-fontset): Combine family part
14583         and registry part of the fontname by "-*-" instead of "-".
14585         * international/mule-cmds.el (encode-coding-char): Make strings
14586         multibyte before calling encode-coding-string.
14588 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
14590         * derived.el: Fix keywords.
14591         (define-derived-mode): Only define if needed.
14593         * simple.el (fill-comment, comment-column, comment-start)
14594         (comment-start-skip, comment-end, comment-indent-function)
14595         (block-comment-start, block-comment-end, indent-for-comment)
14596         (set-comment-column, kill-comment, comment-padding, comment-region)
14597         (comment-multi-line, indent-new-comment-line): Remove.
14599         * bindings.el (esc-map): Change ; to comment-dwim and use the new
14600         function names for comment operations.
14602         * newcomment.el: Add abundant autoload cookies.
14603         (comment-style): Don't depend on runtime data at compile-time.
14604         (comment-indent-hook): Remove.
14605         (comment-indent): Check if comment-indent-hook is bound.
14606         (comment-region): Docstring fix.
14608 2000-05-25  Dave Love  <fx@gnu.org>
14610         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14611         byte-code-function-p.
14613         * mail/rmailsum.el: Add provide.
14615         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14617         * smerge-mode.el (smerge-diff-switches): Don't use list* in
14618         defcustom.
14620 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
14622         * ediff-diff.el (ediff-exec-process): delete --binary option from
14623         non-buffer ediff jobs.
14625 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14627         * hilit-chg.el (highlight-changes-mode): Ask about color or
14628         grayscale support, not about window-system.
14630         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14631         window-system.
14632         (ffap-highlight): Always default to t.
14634         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14635         display-popup-menus-p instead of looking at window-system.
14637         * disp-table.el (standard-display-g1, standard-display-graphic):
14638         Only refuse to use string glyphs on X and MS-Windows.
14640         * avoid.el: Remove window-system from commentary, suggest to use
14641         display-*-p instead.
14643         * apropos.el (apropos-print): Use display-mouse-p instead of
14644         window-system.
14646 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14648         * international/codepage.el (cp-decoding-vector-for-codepage):
14649         Fill up unsupported characters with their own codes.  From Kenichi
14650         Handa.
14652 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14654         * international/mule-diag.el (describe-char-after): Use
14655         display-graphic-p instead of window-system, so that this function
14656         works on MS-DOS.
14658 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14660         * international/codepage.el (cp-make-coding-systems-for-codepage):
14661         Remove the eight-bit-graphic and eight-bit-control charsets from
14662         the list of charsets which we convert into `?'.
14664 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
14666         * international/mule-conf.el: Specify CHARSET-ID explicitely for
14667         private charsets.
14668         (mule-unicode-0100-24ff, japanese-jisx0213-1,
14669         japanese-jisx0213-2): New charsets.
14671         * international/fontset.el: Setup default fontset for new charsets.
14673 2000-05-24  Dave Love  <fx@gnu.org>
14675         * info.el (Info-find-node-2): Restructure [following "Vadim
14676         S. Solomin" <sovs@uic.nnov.ru>].
14678         * icomplete.el: Fix header for Finder.
14680 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
14682         * rmailout.el (rmail-output-to-rmail-file): Added optional param
14683         STAY.
14685         * rmail.el (rmail-automatic-folder-directives): New user variable.
14686         (rmail-show-message): Add call to `rmail-auto-file' during
14687         display.
14688         (rmail-auto-file): New function.
14690 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
14692         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14693         account.
14694         (ediff-test-utility,ediff-diff-mandatory-option)
14695         (ediff-reset-diff-options): Utilities for proper initialization of
14696         ediff-diff-options and ediff-diff3-options on Windows.
14698         * ediff-init.el (ediff-merge-filename-prefix): New customizable
14699         variable.
14701         * ediff-mult.el (ediff-filegroup-action): Use
14702         ediff-merge-filename-prefix.
14704 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
14706         * viper-ex.el (ex-write): Set selective display to nil.
14708 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
14710         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14711         aliases for hebrew-iso-8bit.
14713 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
14715         * woman.el: New version from Francis J. Wright
14716         <F.J.Wright@Maths.QMW.ac.uk>.
14717         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14718         names in environment variables regardless of the path separator.
14719         (woman-topic-all-completions-1): Don't call file-name-directory-p
14720         on all files, since woman-file-regexp already filters out any
14721         directories.
14723 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
14725         * international/quail.el (quail-start-translation): Don't change
14726         modified-p of the current buffer.
14727         (quail-start-conversion): Likewise.
14729         * international/kkc.el (kkc-region): Don't change modified-p of
14730         the current buffer.
14732         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14733         conform to RFC1468.
14734         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14736 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
14738         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14739         (speedbar-insert-button): Invisible text property fix.
14740         (speedbar-directory-plus): Renamed from speedbar-directory-+
14741         (speedbar-directory-minus): Renamed from speedbar-directory--
14742         (speedbar-page-plus): Renamed from speedbar-file-+
14743         (speedbar-page-minus): Renamed from speedbar-file--
14744         (speedbar-page): Renamed from speedbar-file-
14745         (speedbar-tag): Renamed from speedbar-tag-
14746         (speedbar-tag-plus): Renamed from speedbar-tag-+
14747         (speedbar-tag-minus): Renamed from speedbar-tag--
14748         (speedbar-expand-image-button-alist): Use above renames.
14750         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14751         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14752         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14753         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14754         * sb-pg.xpm: Renamed from sb-file.xpm
14755         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14756         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14758 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
14760         * international/quail.el (quail-show-guidance-buf): Set
14761         current-input-method of the guidance buffer to the name of the
14762         curren input method.
14764 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
14766         * progmodes/compile.el (compile-internal): Style typo.
14768         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14769         quote vars and functions in the docstring.
14771         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14773         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14774         Don't quote lambdas.
14776         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14778 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
14780         * startup.el (command-line): Determine source file of compiled
14781         user init file differently.  Warn if compiled user init file
14782         is older than its source file.
14784         * ffap.el (ffap-url-regexp): Add `https'.
14786 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
14788         * files.el (make-backup-file-name-1): Replace slashes with `!'
14789         rather than `|' (which is not allowed on Windows).  Replace the
14790         drive letters with a string "drive_X".
14792 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
14794         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14796         * files.el (interpreter-mode-alist): Add `bash2'.
14798 2000-05-22  Dave Love  <fx@gnu.org>
14800         * loadhist.el (feature-symbols, file-provides, file-requires): Use
14801         mapc.
14802         (feature-file): Avoid calling symbol-name.  Doc fix.
14803         (file-set-intersect, file-dependents): Use dolist, not mapcar.
14804         (loadhist-hook-functions): Add mouse-position-function.
14805         (unload-feature): Change uses of mapcar.
14807         * files.el (parse-colon-path): Doc fix.
14808         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14809         (set-auto-mode): Use mapc.
14811         * complete.el (PC-look-for-include-file): Use :alnum: character
14812         class.
14813         (partial-completion-mode): Add autoload cookie.
14815 2000-05-22  Sam Steingold  <sds@gnu.org>
14817         * info.el (Info-fontify-node): Fixed the call to
14818         `add-text-properties' (bug introduced on 2000-05-18).
14820 2000-05-22  Dave Love  <fx@gnu.org>
14822         * bindings.el: Remove debug-ignored-errors set in other files.
14824         * progmodes/etags.el: Add to debug-ignored-errors.
14825         (visit-tags-table-buffer): Clear out buffers holding old tables
14826         when making a new list.
14827         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14828         mapc.
14830         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
14831         quote keywords.
14832         (cmpl-string-case-type): Use character classes.
14834         * comint.el:
14835         * textmodes/ispell.el:
14836         * imenu.el:
14837         * mail/mh-e.el:
14838         * progmodes/compile.el: Add to debug-ignored-errors.
14840         * dabbrev.el: Add to debug-ignored-errors.
14841         (dabbrev-completion): Use mapc.
14843 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
14845         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14846         (woman-mapcan, woman-parse-man.conf)
14847         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14848         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14849         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
14850         path syntax better.
14851         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14852         (woman-manpath): Call woman-parse-man.conf.
14853         (woman-emulation): New defcustom, defaults to nroff.
14854         (woman-font-support): New defconst.
14855         (woman-use-symbol-font): New defcustom.
14856         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14857         "Emulation".
14858         Many functions: Doc fix.
14860 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
14862         * international/quail.el (quail-simple-translation-keymap): Map
14863         128..255 to quail-self-insert-command.
14864         (quail-keyboard-layout-alist): Add definition for "pc102-de".
14866 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
14868         * help.el (help-manyarg-func-alist): Typo.
14870         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14871         intervals which makes it heaps simpler.
14873         * newcomment.el (comment-region-internal): Go back to BEG after quoting
14874         the nested comment markers.
14876         * subr.el (remove-hook): Don't turn the hook's value into a list.
14878 2000-05-21  Dave Love  <fx@gnu.org>
14880         * edmacro.el (edmacro-parse-keys): Return vector if any elements
14881         are invalid characters.
14883         * international/mule-util.el (detect-coding-with-priority): Use
14884         mapc.  Remove redundant lambda.
14886         * international/mule-diag.el (list-non-iso-charset-chars)
14887         (describe-fontset): Remove redundant lambda.
14889         * emulation/crisp.el (brief-mode): New alias.
14891         * emacs-lisp/ring.el (ring-elements): New function.
14893         * emacs-lisp/easymenu.el (easy-menu-create-menu)
14894         (easy-menu-do-add-item): Use keywordp.
14896         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14898         * replace.el: Doc and error message fixes.
14899         (replace-highlight): Use facep, not internal-find-face.
14901 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
14903         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14905         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14906         (log-edit-insert-changelog): Drop `:' as well.
14908         * log-view.el: Fix file description.
14909         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14910         available.
14911         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14912         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14914         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14915         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14916         Print a status message if the toggle is called interactively.
14917         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14918         for global minor modes and use `defcustom' for them.
14919         Use add-minor-mode.
14920         (easy-mmode-define-derived-mode): Remove.
14921         (define-derived-mode): Fancier default docstring.
14922         (easy-mmode-define-navigation): Signal an error rather than (ding).
14924         * newcomment.el (comment-styles): New `box-multi'.
14925         (comment-normalize-vars): Better default for comment-continue to
14926         avoid whitespace-only continuations.
14927         (comment-search-forward): Always move even in the no-syntax case.
14928         (comment-padright): Only obey N if it's only obeyed for padleft.
14929         (comment-make-extra-lines): Better handling of empty continuations.
14930         Use `=' for the filler if comment-start has only one character.
14931         (uncomment-region): Try handling the special `=' filler.
14932         (comment-region): Allow LINES even if MULTI is nil.
14933         (comment-box): Choose box style based on comment-style.
14935 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
14937         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14938         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14940 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
14942         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14943         and insert, not subst-char-in-region.
14945         * international/mule-diag.el (list-character-sets-1): Handle
14946         charsets eight-bit-control and eight-bit-graphic.
14947         (list-iso-charset-chars): Likewise.
14948         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14949         charactes as is.  Use indent-to to align characters.
14951         * international/mule-cmds.el (find-multibyte-characters): Never
14952         exclude charsets eight-bit-control and eight-bit-graphic.
14954 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
14956         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14957         Don't quote lambdas.
14959         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14961 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
14963         * gud.el (gud-jdb-directories): Doc fix.
14965 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
14967         * newcomment.el: New file.
14969 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
14971         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14973 2000-05-18  Andreas Schwab  <schwab@suse.de>
14975         * dired.el (dired-between-files): Also skip lines beginning with
14976         `used'.
14978 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
14980         * msb.el (msb-menu-cond): Add choice `user'.
14982 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14984         * ps-print.el: Compatibility, customization and doc fix.
14985         (ps-printer-name-option): Replace defconst by defvar.
14986         (ps-postscript-code-directory): XEmacs compatibility.
14987         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14988         fix.
14989         (ps-user-defined-prologue, ps-print-prologue-header)
14990         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14991         compatibility and code fix.
14992         (ps-print-background-image, ps-print-background-text):
14993         Customization fix.
14994         (ps-line-number-start, ps-n-up-on): New vars.
14996 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
14998         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14999         the indent-comment function to just return the appropriate indent.
15001 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
15003         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15004         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15005         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15007 2000-05-18  Dave Love  <fx@gnu.org>
15009         * info.el (Info-fontify-node): Add intangible property as well as
15010         invisible.
15012         * calendar/appt.el (appt-make-list): Match all lines of entry.
15013         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15015 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
15017         * international/mule-diag.el (describe-char-after): Call
15018         internal-char-font, not char-font.  If internal-char-font returns
15019         nil, display "-- none --".
15021 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15023         * image.el (image-type-available-p): Don't reference image-types
15024         if it isn't bound.
15026 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15028         * autoarg.el (autoarg-mode): Typo in the :set argument.
15030 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15032         * startup.el (command-line-1): Don't signal an error if the
15033         directory for auto-save-list files does not yet exist.
15035 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
15037         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15039 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
15041         * subr.el (remove-hook): `setq' hook-value, not `set'.
15043 2000-05-16  Sam Steingold  <sds@gnu.org>
15045         * info.el (debug-ignored-errors): More errors to ignore.
15047 2000-05-16  Dave Love  <fx@gnu.org>
15049         * cus-edit.el: Don't require cl or easymenu.
15050         (custom-variable-prompt): Test standard-value property, not
15051         user-variable-p.
15053 2000-05-16  Sam Steingold  <sds@gnu.org>
15055         * subr.el (add-hook): `setq' hook-value, not `set'.
15057 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
15059         * startup.el (command-line-1): Mention the FAQ in the startup
15060         message.
15062         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15064         * progmodes/compile.el (compilation-parse-errors): Collect
15065         `nomessage' regexps last.
15067         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15069         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15070         to the function name.
15072 2000-05-15  Dave Love  <fx@gnu.org>
15074         * speedbar.el (speedbar-recenter): Typo.
15075         (speedbar-expand-line): Make arg optional.
15076         (speedbar-mode): Avoid a compiler warning.
15078 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15080         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15081         user-specified option string is empty.
15083         * mouse.el (mouse-yank-at-click): Doc fix.
15085 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
15087         * term/internal.el (IT-character-translations): More updates of
15088         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15089         documents.
15091 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15093         * env.el (getenv): New function, interactively callable.
15094         (setenv, getenv): Remove autoload cookies.
15096         * loadup.el: Load `env'.
15098         * progmodes/f90.el: Change author's mail address.
15100 2000-05-14  Dave Love  <fx@gnu.org>
15102         * mail/rmail.el (rmail-show-message-hook): Customize and offer
15103         goto-addr as an option.
15105         * help.el (help-xref-stack): Doc fix.
15106         (help-xref-following): New variable.
15107         (help-make-xrefs): Use it.
15108         (help-xref-go-back): Use position information from stack element.
15109         (help-follow): Make position in stack element a pair.  Use
15110         help-xref-following.
15112         * autoarg.el: New file.
15114         * faces.el: Declare more functions obsolete.
15116         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15117         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15118         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15119         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15120         Remove all the setup-...-environment functions.
15122 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
15124         * speedbar.el: Updated the commentary section.  xemacs20p now uses
15125         >= when detecting.  Require `defimage' safely.
15126         (speedbar-easymenu-definition-base): Add toggle for images.
15127         (speedbar-easymenu-definition-special): Add flush cache & expand.
15128         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
15129         (speedbar-reconfigure-keymaps-hook): New variable.
15130         (speedbar-frame-parameters): Updated documentation.
15131         (speedbar-use-imenu-flag): Updated custom tag
15132         (speedbar-dynamic-tags-function-list): New variable.
15133         (speedbar-tag-hierarchy-method): Updated doc & custom.
15134         (speedbar-indentation-width, speedbar-indentation-width) New
15135         variables.
15136         (speedbar-hide-button-brackets-flag): Customizable.
15137         (speedbar-vc-indicator): Doc update.
15138         (speedbar-ignored-path-expressions): Updated default value.
15139         (speedbar-supported-extension-expressions): Updated default value.
15140         (speedbar-syntax-table): Remove {} paren status.
15141         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15142         as "+".  Added overlay aliases.
15143         (speedbar-mode): Use `speedbar-mode-line-update' instead of
15144         `force-mode-line-update'.
15145         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15146         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15147         `mouse-set-point'
15148         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15149         (speedbar-item-info-tag-helper): Revamped to handle a wider range
15150         of arbitrary text, and new helper functions.
15151         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15152         filename finder.
15153         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15154         (speedbar-directory-buttons): Update path search/expansion.
15155         (speedbar-make-tag-line): Pay attention to
15156         `speedbar-indentation-width'.  Use more care w/ invisible
15157         properties.
15158         (speedbar-change-expand-button-char): Call
15159         `speedbar-insert-image-button-maybe'.
15160         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15161         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15162         (speedbar-trim-words-tag-hierarchy)
15163         (speedbar-simple-group-tag-hierarchy): New functions
15164         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15165         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15166         functions.
15167         (speedbar-mouse-set-point): New function
15168         (speedbar-power-click): Updated documentation.
15169         (speedbar-line-token, speedbar-goto-this-file): Handle more types
15170         of tag prefix text.
15171         (speedbar-expand-line, speedbar-contract-line): Make more robust
15172         to strange text.
15173         (speedbar-expand-line): Takes universal argument to flush the
15174         cache.
15175         (speedbar-flush-expand-line): New function.
15176         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15177         Use new generator insertion method.
15178         (speedbar-fetch-dynamic-tags): New function.
15179         (speedbar-fetch-dynamic-imenu): Removed code now handled in
15180         `speedbar-fetch-dynamic-imenu'.
15181         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15182         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15183         "Revert Buffer" menu items.
15184         (speedbar-buffer-buttons-engine): Be smarter when creating a
15185         filename tag (for expansion purposes.).
15186         (speedbar-highlight-one-tag-line,
15187         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15188         (speedbar-recenter): New functions.
15189         (defimage-speedbar): Image loading abstraction.
15190         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15191         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15192         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15193         (speedbar-tag-type, speedbar-tag-mail): New images.
15194         (speedbar-expand-image-button-alist): New variable.
15195         (speedbar-insert-image-button-maybe): Insert an image over some
15196         buttons.
15198 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
15200         * international/mule-cmds.el (encode-coding-char): An ASCII
15201         character is always encodable.
15203         * international/mule-conf.el: Add more information in descriptions
15204         of character sets.
15206         * international/mule-diag.el (describe-char-after): New function.
15207         (describe-font-internal): Adjusted for the change of font-info.
15208         (describe-font): Likewise.
15209         (print-fontset): Rewritten for the new fontset implementation.
15210         (describe-fontset): Include fontset alias names in completion.
15211         (list-fontsets): Adjusted for the change of print-fontset.
15213         * simple.el (what-cursor-position): If DETAIL is non-nil, call
15214         describe-char-after instead of displaying the detail in the echo
15215         area.
15216         (syntax-code-table): Format changed.
15217         (string-to-syntax): Adjusted for the above change.
15219 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
15221         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15223 2000-05-12  Dave Love  <fx@gnu.org>
15225         * calendar/todo-mode.el: Remove some compatibility stuff and CL
15226         dependence.  Use line-{beginning,end}-position, not
15227         point-at{b,e}ol.  Some doc fixes.
15228         (todo-position): New function.  Fix callers of position to use it.
15229         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15231 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
15233         * time.el (display-time-mail-icon): Use `:ascent center'.
15235         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15236         handling FTP security extensions.
15238 2000-05-11  Dave Love  <fx@gnu.org>
15240         * calendar/todo-mode.el: New file.
15242 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
15244         * comint.el (comint-read-input-ring): Move reference to
15245         comint-input-ring-size outside of the save-excursion.  It was
15246         causing the default value to be the only one ever seen.
15248         * font-lock.el: Update copyright.  Remove Simon Marshall's email
15249         address on request from him.
15251         * subr.el (substitute-key-definition): Add comment describing
15252         the meaning of PREFIX.
15254 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
15256         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15258         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15259         (add-minor-mode): Don't make the variable buffer-local and add a
15260         reference to define-minor-mode in the docstring.
15262         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15263         HEADER/FOOTER and fix bug with trailing empty directory.
15264         (cvs-append-to-ignore): Use vc-editable-p if available.
15265         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15266         (vc-do-command): Tweak advice to handle the new VC.
15268         * log-view.el (log-view-goto-rev): New function for the new VC.
15269         (log-view-minor-wrap): Use mark-active.
15271         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15272         (log-edit-changelog-full-paragraphs): New var.
15273         (log-edit-insert-changelog): Remove a lonely leading `* file'.
15274         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15275         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15276         (log-edit-changelog-ours-p, log-edit-changelog-entries)
15277         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15278         Replace the `cvs' prefix with `log-edit'.
15280         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15282         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15283         (diff-font-lock-defaults): Explicitly turn off multiline.
15284         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15285         (diff-ediff-patch): Fix call to ediff-patch-file.
15286         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15287         Handle comments.
15289         * frame.el (automatic-hscrolling): Typo.
15291         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15293 2000-05-09  Sam Steingold  <sds@goems.com>
15295         * apropos.el (apropos-print): use `describe-face' instead of
15296         `customize-face-other-window'.
15298 2000-05-09  Dave Love  <fx@gnu.org>
15300         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15302         * help.el (describe-variable): Have customize button pop the
15303         help-xref stack when invoked.
15304         (help-xref-symbol-regexp): Add `face'.
15305         (help-make-xrefs): Check for quoted face names and adapt regexp
15306         submatch numbers to cope.
15307         (help-xref-interned): Maybe insert face doc too.  Separate
15308         sections with a line of hyphens.
15310         * faces.el:  Some doc fixes.  Declare some functions obsolete.
15311         (describe-face): Add customize button.  Return the help
15312         text.  Fix prompt.
15314 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
15316         * term/internal.el (IT-character-translations): Fix last change.
15318 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15320         * woman.el: New file
15321         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15323 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15325         * term/internal.el (IT-character-translations): Update ASCII
15326         simulations for greek-iso8859-7, add latin-iso8859-14 and
15327         latin-iso8859-15.
15329         * international/mule-cmds.el (set-language-info-alist): Call
15330         define-prefix-command with 3 arguments, to make the map suitable
15331         for a menu.
15333 2000-05-07  Dave Love  <fx@gnu.org>
15335         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15337 2000-05-05  Dave Love  <fx@gnu.org>
15339         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15340         list in doc string.  Don't quote keyword symbols.
15341         * emacs-lisp/cl.el: Likewise
15342         * emacs-lisp/cl-seq.el: Likewise
15344 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
15346         * abbrev.el (abbrev-mode): Make ARG optional.
15348 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
15350         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15352         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15354         * subr.el (substitute-key-definition): Clarify documentation.
15356 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
15358         * glasses.el (glasses-convert-to-unreadable): Use
15359         `glasses-separator' instead of the hard-wired "_".
15360         (glasses-mode): Call `glasses-make-unreadable' only in a single
15361         place.
15363 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
15365         * term/internal.el (cjk-codepages-alist): Add associations for
15366         Chinese and Korean codepages.  Remove FIXME comment.
15368 2000-05-03  Dave Love  <fx@gnu.org>
15370         * time.el (display-time-mail-face, display-time-use-mail-icon):
15371         New option.
15372         (display-time-mail-icon): New variable.
15373         (display-time-string-forms): Use the above.  Fix the local-map.
15375 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
15377         * replace.el (query-replace-map): Add binding for `E'.
15378         (query-replace-help): Extend help text.
15379         (perform-replace): Allow editing the replacement string.
15381         * make-mode.el (makefile-mode-abbrev-table): New variable.
15382         (makefile-mode): Set local abbrev table to
15383         makefile-mode-abbrev-table.
15384         (makefile-font-lock-keywords): Fontify includes and conditionals.
15386         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15387         set TOGGLE's value.
15389         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15390         mail-interactive-insert-alias.
15391         (mail-abbrev-complete-alias): New command.
15392         (mail-mode-map): Bind it to `M-TAB'.
15394 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
15396         * language/lao-util.el (lao-compose-region): New function.
15398 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
15400         * files.el (recover-session): Make directories as necessary
15401         if they don't exist yet.
15403         * calendar/cal-french.el
15404         (french-calendar-multibyte-special-days-array)
15405         (french-calendar-special-days-array): Change French text.
15406         (calendar-french-date-string): Change output.
15407         (calendar-goto-french-date): Likewise.
15409 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
15411         * wid-edit.el (widget-default-active): Obey `:always-active'.
15412         (widget-documentation-string-value-create): Set `:always-active'.
15414 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15416         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15417         default prefix to `~/_emacs.d/auto-save.list/_s'.
15418         (normal-top-level): Create the directory for auto-save files, if
15419         it doesn't already exist (in the ms-dos case only).
15421 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15423         * international/mule-cmds.el (set-language-environment): Don't
15424         concat an integer (dos-codepage), use format instead.
15426 2000-05-02  Dave Love  <fx@gnu.org>
15428         * help.el (help-xref-on-pp): Check for constant symbols.
15430 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
15432         * startup.el (normal-top-level): Put a condition-case around
15433         the code loading subdirs.el.
15435 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15437         * ps-print.el: Upside-down and face background color printing,
15438         line number step, doc fix.
15439         (ps-print-version): New version number (5.2).
15440         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15441         (ps-face-attribute-list, ps-plot-with-face): Code fix.
15442         (ps-spool-config): Var fix.
15443         (ps-printer-name-option): Const fix.
15444         (ps-print-upside-down, ps-use-face-background)
15445         (ps-line-number-step): New vars.
15446         (ps-window-system, ps-lp-system): New consts.
15447         (ps-face-background): New fun.
15449 2000-04-28  Richard Stallman  <rms@gnu.org>
15451         * files.el (make-auto-save-file-name):
15452         Apply auto-save-file-name-transforms to visited file name
15453         before generating auto save file name.
15454         (auto-save-file-name-transforms): New variable.
15456         * files.el (backup-enable-predicate):
15457         Correctly test for a file under a temporary directory.
15459 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
15461         * subr.el (add-minor-mode): Rewritten.
15463 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
15465         * mail/sendmail.el (sendmail-send-it): Set
15466         buffer-file-coding-system to the selected coding system for MIME
15467         header.
15469 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
15471         * dired.el (dired-move-to-filename-regexp): Allow format where
15472         YYYY is followed by two spaces.
15474         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15475         in the second character class of the regexp.
15477         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15478         mh-etc, too.
15480         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15481         nil.
15483         * subr.el (add-minor-mode): Use `set' instead of `setq'.
15485         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15486         argument.
15488 2000-04-27  Sen Nagata <sen@eccosys.com>
15490         * emacs-lisp/crm.el (crm-completion-table): New variable.
15491         (crm-collection-fn, crm-test-completion)
15492         (completing-read-multiple): Use it.
15494 2000-04-27  Dave Love  <fx@gnu.org>
15496         * help.el (locate-library): Use mapc.
15497         (help-manyarg-func-alist): Add call-process-region.
15499 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
15501         * subr.el (add-minor-mode): Make argument MAP optional.
15503         * desktop.el (desktop-save): Save list of minor modes.
15504         (desktop-create-buffer): Restore minor modes.
15505         (desktop-minor-mode-table): New user-option.
15507         * subr.el (add-minor-mode): New function.
15509         * image.el (find-image): New function.
15510         (defimage): Rewritten to find image at load time.
15512         * startup.el (normal-top-level-add-to-load-path): Handle
15513         case that the default directory is not in load-path.
15515         * help.el: Old patch from Stefan Monnier.
15516         (help-xref-on-pp): New function.
15517         (describe-variable): Use it to display xrefs in a symbol's value.
15519 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
15521         * cus-edit.el (custom-face): Fix parenthesis.
15523 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
15525         * mail/rmail.el (rmail-expunge): When there are no deleted
15526         messages, do nothing.
15528 2000-04-26  Dave Love  <fx@gnu.org>
15530         * international/mule-cmds.el (locale-translation-file-name):
15531         Defvar to nil.
15532         (set-locale-environment): Set it here (at runtime).
15534 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
15536         * replace.el (perform-replace): Add parameters START and END.  Use
15537         them instead of the check for a region in Transient Mark mode.
15538         (query-replace-read-args): Return two more list elements for the
15539         start and end of the region in Transient Mark mode.
15540         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15541         (map-query-replace-regexp, replace-string, replace-regexp): Add
15542         optional last arguments START and END and pass them to
15543         perform-replace.
15545         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15546         form with additional arguments for perform-replace.
15548         * progmodes/etags.el (tags-query-replace): Add parameters START
15549         and END.  Construct a form with additional arguments for
15550         perform-replace.
15552         * simple.el (shell-command): Set default directory for "*Shell
15553         Command Output" buffer.
15555         * language/european.el (iso-latin-4): Fix typo.
15557         * emacs-lisp/crm.el: New file.
15559 2000-04-24  Dave Love  <fx@gnu.org>
15561         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15562         (Custom-reset-saved, Custom-reset-standard)
15563         (custom-group-value-create, custom-group-set, custom-group-save)
15564         (custom-group-reset-current, custom-group-reset-saved)
15565         (custom-group-reset-standard): Use mapc.
15566         (custom-buffer-create-internal): Disable undo when creating items.
15567         Use mapc.
15568         (custom-face): Avoid redundant lambda.
15570 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15572         * startup.el (auto-save-list-file-prefix): Set default to
15573         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15575 2000-04-24  Sam Steingold  <sds@gnu.org>
15577         * time-stamp.el (time-stamp-string-preprocess): Always convert
15578         `field-result' to a string.
15580 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15582         * frame.el (scrolling): New group.
15583         (automatic-hscrolling): New user-option.
15585         * startup.el (command-line-x-option-alist): Add `-lsp' and
15586         `--line-spacing'.
15588 2000-04-19  Dave Love  <fx@gnu.org>
15590         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15591         (cl-mapc): Rename from mapc.  Fix the funcall.
15593 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
15595         * simple.el (clone-indirect-buffer-other-window): New command.
15596         (clone-indirect-buffer): Add optional arg NORECROD.
15597         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15599         * help.el (resize-temp-buffer-window): Use count-screen-lines.
15601         * window.el (count-screen-lines): New function.
15602         (shrink-window-if-larger-than-buffer): Use count-screen-lines
15603         instead of window-buffer-height.
15605         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15606         non-existing variable comint-input-sentinel.
15607         (inferior-lisp-args-to-list): Removed.
15608         (inferior-lisp): Use split-string instead of
15609         inferior-lisp-args-to-list.
15611         * hexl.el (hexl-insert-hex-string): New command.
15613         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15614         instead of concat.
15616 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
15618         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15619         at the start of an existing but empty folder.
15621 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15623         * ps-mule.el: Customization fix, doc fix.
15624         (ps-multibyte-buffer): Customization fix.
15626 2000-04-17  Richard M. Stallman  <rms@gnu.org>
15628         * subr.el (read-passwd): Use read-char-exclusive.
15630 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
15632         * textmodes/texinfo.el (texinfo-insert-@email)
15633         (texinfo-insert-@emph, texinfo-insert-@quotation)
15634         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15635         (texinfo-mode-map): Add key bindings for them.
15637         * files.el (basic-save-buffer-2): Use a template with `$'
15638         instead of `#' for VMS.
15640         * simple.el (clone-indirect-buffer): New function.
15642 2000-04-16  Stephen Eglen  <stephen@gnu.org>
15644         * iswitchb.el (iswitchb-case): New function.  If the user input
15645         contains any upper-case characters, the search is made
15646         case-sensitive.
15648 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
15650         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15651         comment-end.
15652         (texinfo-font-lock-syntactic-keywords): New var.
15653         (texinfo-font-lock-keywords): Remove comment regexp.
15654         (texinfo-insert-block): New function.
15655         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15656         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
15657         and font-lock-defaults.  Use regexp-opt for outline-regexp.
15658         (texinfo-environments): New var.
15659         (texinfo-environment-regexp): Use regexp-opt and
15660         texinfo-environments.
15662         * textmodes/ispell.el (ispell-menu-map-needed): Check that
15663         ispell-process is bound since this might be eval'd before ispell
15664         is loaded.
15665         (ispell-message): Use a tiny bit less magic and a bit more hard
15666         data to figure out what kind of sc-cite-regexp to use.
15668         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15670         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15671         (insert-cyclic-diary-entry): Unquote the lambda.
15673         * gud.el (gud-jdb-build-source-files-list): Fix typo.
15675         * files.el (backup-enable-predicate): Unquote the lambda.
15677         * cus-edit.el (custom-face, face): Unquote the lambda.
15679 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15681         * ps-print.el: Check for line-beginning-position definition.
15683         * ps-print.el: Fix counting lines in a region.
15684         (ps-print-version): New version number (5.1.5).
15685         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15686         (ps-printing-region): Fun code fix.
15688 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
15690         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15691         to file-directory-p.
15693 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
15695         * gud.el (gud-jdb-build-source-files-list): Check that directory
15696         exists before calling directory-files.
15698 2000-04-13  Dave Love  <fx@gnu.org>
15700         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
15701         syntax.
15703         * emacs-lisp/cl-specs.el: Remove when, unless.
15705         * emacs-lisp/cl-extra.el: Don't quote keywords.
15706         (cl-old-mapc): New variable.
15707         (mapc): Use it.
15708         (cl-map-intervals): Use with-current-buffer.  Don't check for
15709         next-property-change.
15710         (cl-map-overlays): Use with-current-buffer.
15711         (cl-expt): Remove.
15712         (copy-tree, remprop): Define unconditionally.
15714         * emacs-lisp/cl-compat.el (keywordp): Remove.
15716         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
15717         to use keywordp.
15718         (edebug-spec): Enable keywordp.
15720         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15721         string-lessp.
15723         * cus-start.el: Use keywordp.
15725 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15727         * diary-lib.el (include-other-diary-files): Fix the fix of
15728         2000-02-18 by doing a save-excursion.
15730 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15732         * ps-print.el: Customization fix, doc fix.
15733         (ps-print-version): New version number (5.1.4).
15734         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15735         (ps-print-preprint): Adjust code.
15736         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15737         (ps-print-prologue-header, ps-print-control-characters)
15738         (ps-spool-config): Customization fix.
15740 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
15742         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15743         converted to the new menu-item format, names silightly changed,
15744         help strings added.
15746         Support for spelling without async subprocesses:
15748         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15749         (ispell-session-buffer): New variables.
15750         (ispell-start-process, ispell-process-status,
15751         ispell-accept-output, ispell-send-string): New functions, for
15752         Ispell invocation when async subprocesses aren't supported.
15753         (ispell-word, ispell-pdict-save, ispell-command-loop,
15754         ispell-process-line, ispell-buffer-local-parsing): Replace calls
15755         to process-send-string with calls to ispell-send-string, and
15756         accept-process-output with ispell-accept-output.
15757         (ispell-init-process): Call ispell-process-status instead of
15758         process-status with.
15759         (ispell-init-process): Call ispell-start-process.  Call
15760         ispell-accept-output and ispell-send-string.  Don't call
15761         process-kill-without-query and kill-process if they are unbound.
15762         (ispell-async-processp): New function.
15764 2000-04-12  Dave Love  <fx@gnu.org>
15766         * info.el: Add debug-ignored-errors.
15767         (Info-mode-menu): Add some items.
15768         (Info-directory): Add autoload cookie.
15770         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15771         Modify `truncate-lines'.  Make `describe-language-environment'
15772         always visible and add help.  Modify `describe-key' help.  Invoke
15773         Info-directory from `info'.  New entry `emacs-manual'.
15775 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
15777         * progmodes/ebrowse.el (ebrowse-tree-mode):
15778         Use propertized-buffer-identification.
15779         (ebrowse-update-member-buffer-mode-line): Likewise.
15780         (ebrowse--mode-strings): Removed.
15781         (ebrowse--mode-line-props): Removed.
15783         * files.el (auto-mode-alist): Add `EBROWSE'.
15785         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15786         space before testing for end of buffer.
15787         (ebrowse-load): Removed.
15788         (ebrowse-revert-tree-buffer-from-file): Rewritten.
15789         (ebrowse-create-tree-buffer): Rewritten.
15790         (ebrowse-tree-mode): Read tree from buffer.
15792         * progmodes/ebrowse-ffh.el: Removed.
15794 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
15796         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15798 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
15800         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15801         at the wrong place.
15803 2000-04-09  Dave Love  <fx@gnu.org>
15805         * files.el (backup-enable-predicate):
15806         Use temporary-file-directory, small-temporary-file-directory.
15807         (make-backup-file-name-function, backup-directory-alist): New vars.
15808         (make-backup-file-name-1): New function.
15809         (make-backup-file-name): Use it.
15810         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
15811         (file-newest-backup): Use make-backup-file-name.
15813 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
15815         * progmodes/ebrowse-ffh.el: New file.
15817         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15818         Moved to ebrowse-ffh.el.
15819         (ebrowse-load): Add autoload.
15821         * finder.el (finder-commentary): Add autoload cookie.
15823         * mail/rfc2368.el: Correct author's email address.
15825         * progmodes/ebrowse.el: New file.
15827         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15828         item help string.
15829         (easy-menu-do-add-item): Ditto.
15830         (easy-menu-define): Extend doc string.
15832         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15833         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15834         (jit-lock-function, jit-lock-stealth-fontify): Don't use
15835         with-buffer-unmodified.
15837 2000-04-08  Dave Love  <fx@gnu.org>
15839         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15840         unless, when.
15842 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
15844         * viper-util.el (viper-put-on-search-overlay): New subroutine.
15845         (viper-flash-search-pattern): No operation when using Emacs
15846         doesn't support face.
15847         Use `viper-put-on-search-overlay'.
15849 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
15851         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15852         like C-r.
15854         * progmodes/make-mode.el: Some doc fixes.
15855         (makefile-mode-abbrev-table): New variable.
15856         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15857         (makefile-font-lock-keywords): Fontify includes and conditionals.
15858         (toplevel): Require `dabbrev' and `add-log' when compiling.
15860         * replace.el (perform-replace): Don't move forward one char
15861         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
15862         to do that because it leaves point 1 position after the last
15863         replacement, after everything has been replaced.
15865         * jit-lock.el (with-buffer-unmodified): New macro.
15866         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15867         modified state.
15868         (jit-lock-function-1): Extracted from jit-lock-function; not
15869         preserving buffer's modified state.
15870         (jit-lock-function, jit-lock-stealth-fontify):
15871         Call jit-lock-function-1.
15873         * mail/rfc2368.el: Remove supernumerary copyright line.
15875 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
15877         * glasses.el: Provide facilities for inserting space before left
15878         parentheses and uncapitalization of identifiers.
15879         (glasses-mode): Try to remove old overlays in all cases.
15881 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
15883         * progmodes/compile.el (compile-internal): Display the compilation
15884         buffer in a different frame, if it's already displayed there.
15886         * mail/rfc2368.el: New file.
15888         * simple.el (sendmail-user-agent-compose): Recognize a `body'
15889         header and insert its value as mail body.
15891         * subr.el (member-ignore-case): New function.
15893         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15894         (dabbrev--find-expansion): Ignore buffers matching a regexp
15895         from dabbrev-ignored-regexps.
15897         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15898         to extensions handled by gzip.
15900 2000-04-03  Richard M. Stallman  <rms@gnu.org>
15902         * files.el (insert-directory): List the total free space
15903         along with the used space.
15905         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15906         line is followed by one that matches CITATION-REGEXP, end the
15907         paragraph.
15909 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
15911         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15912         (rmail-make-basic-summary-line): Use that option.
15914 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
15916         * international/mule-cmds.el (encoded-string-description):
15917         Rewritten.   Try pretty description for ISO 2022 escape sequences
15918         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
15919         for hexadecimal format.
15921 2000-04-01  Dave Love  <fx@gnu.org>
15923         * cpp.el: Change customization group to `c' from `C'.
15925         * vcursor.el (vcursor-move): Use display-color-p.
15927         * international/mule-util.el: Provide mule-utils.
15928         (string-to-sequence): Simplify and speed up.
15930         * international/mule.el (make-coding-system): Purecopy doc-string.
15932         * international/mule-cmds.el: Various menu changes.
15933         (describe-specified-language-support): Handle `Default'.
15934         (set-language-info): Purecopy `info'.
15936 2000-03-31  Andrew Innes  <andrewi@gnu.org>
15938         * vc.el (vc-backend-diff): Return the correct status if we had to
15939         retry the rcsdiff command without the --brief option.
15941 2000-03-31  Dave Love  <fx@gnu.org>
15943         * help.el (help-manyarg-func-alist): Correct several omissions.
15945         * add-log.el: Don't require cl, fortran.
15946         (add-log-current-defun-function): Doc fix.
15947         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
15948         (change-log-version-rcs): Function deleted.
15949         (change-log-version-number-search): Doc fix.
15950         Use vc-workfile-version. Avoid CL dolist.
15951         (add-change-log-entry): Just call add-log-current-defun to get
15952         defun.  Simplify somewhat.
15953         (change-log-get-method-definition-1): Likewise.
15954         (add-log-current-defun): Return nil if calling
15955         add-log-current-defun-function does so.  Move Fortran stuff to
15956         fortran.el.  Return string without properties.
15958         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15959         and :alpha: char classes.
15961         * mail/supercite.el: Defvar curline when compiling.
15962         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15963         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15964         rather than a-zA-Z0-9 to allow non-ASCII characters.
15966 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
15968         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15970         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15971         Re-enable new code.
15973         * lpr.el (print-region-1): Use -d to specify printer name for
15974         systems `usg-unix-v*, `dgux', `hpux', `irix'.
15976 2000-03-31  Dave Love  <fx@gnu.org>
15978         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15979         Look for function definition in symbol's function value slot first
15980         instead of first consulting byte-compile-function-environment.
15982 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
15984         * language/european.el ("Polish"): New language environment.
15985         (setup-polish-environment): New function.
15987 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
15989         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15990         Disable new code.
15992         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15993         trying to `load' the symbol of an autoload instead of the file
15994         recorded in the autoload.  Fix error messages.
15996 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15998         * ps-print.el: PostScript programming fix for ghostview, doc fix.
15999         (ps-print-version): New version number (5.1.3).
16000         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16001         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16002         (ps-generate-postscript-with-faces): Code fix.
16003         (ps-color-values): XEmacs compatibility.
16004         (ps-print-background-image, ps-print-background-text, ps-printer-name)
16005         (ps-default-fg, ps-default-bg): Adjust customization.
16006         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16007         (ps-color-scale): Renaming old ps-color-value fun.
16008         (ps-print-headers): Replace ps-print-header group to avoid conflict
16009         with ps-print-header variable.
16010         (ps-print-miscellany): New group.
16011         (ps-format-color, ps-rgb-color): New funs.
16012         (ps-default-foreground): New var.
16013         (ps-printer-name-option): New const.
16015 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
16017         * net/net-utils.el:
16018         (network-connection-host, network-connection-service): New variables
16019         (network-connection-mode): New mode, derived from comint-mode
16020         (network-connection-mode-setup): New function, saves host and
16021         service information in local variables.
16023         * lisp/locate.el:
16024         (locate-word-at-point): Added this function
16025         (locate): Default to using locate-word-at-point as input
16026         Run dired-mode-hook
16028 2000-03-29  Dave Love  <fx@gnu.org>
16030         * calendar/appt.el: Doc fixes.
16031         (appt-check): Convert min-to-app to a string before passing to
16032         appt-disp-window-function or concat.
16033         (appt-delete-window): Remove test for frame-root-window.
16034         (appt-select-lowest-window, appt-convert-time): Simplify.
16036         * emacs-lisp/bytecomp.el: Doc fixes.
16037         (byte-compile-file-form-autoload):
16038         Update byte-compile-function-environment.
16040 2000-03-29  Andreas Schwab  <schwab@suse.de>
16042         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16044         * dired.el (dired-insert-directory): If dired-free-space-program
16045         failed just delete its output.
16047 2000-03-29  Dave Love  <fx@gnu.org>
16049         * international/iso-cvt.el: Move provide to end.  Doc fixes.
16050         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16051         (iso-iso2sgml, iso-sgml2iso): New functions.
16052         (iso-cvt-define-menu): Fix some entries and use backquote for
16053         clarity.
16055         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16057 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
16059         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16060         ISO-DATE.  If non-nil, return date in ISO 8601 format.
16062 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16064         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16065         if it ever becomes used.
16066         (log-edit-mode-hook): Default to vc-log-mode-hook.
16067         (log-edit-mode): Fix the docstring.
16069         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16070         the code.
16072 2000-03-26  Dave Love  <fx@gnu.org>
16074         * net/browse-url.el (browse-url): Re-fix case of
16075         browse-url-browser-function being an alist.
16076         (browse-url): Add :link to defgroup.
16078         * files.el: Doc fixes.
16079         (file-truename): Include `[' in wildcard characters.
16080         (automount-dir-prefix): Customize.
16081         (find-file-wildcards): Add :version.
16082         (find-file-noselect): Simplify a mapcar call.
16084         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16085         compatible with inf-lisp version.
16086         (eval-defun-1): Fix custom-declare-variable case.
16088 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16090         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16092 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16094         * Makefile (COMPILE_FIRST): New macro.
16095         (compile-files): Compile files from COMPILE_FIRST first.
16097         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16099         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16100         matching open parenthesis in column 0 to defun-prompt-regexp
16101         only if open-paren-in-column-0-is-defun-start is set.
16103         * sun-curs.el: Require CL at compile-time only.
16105         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16106         instead of copy-list which is a function from CL.
16107         (msb--choose-menu, msb--mode-menu-cond)
16108         (msb--create-buffer-menu-2): Use dolist instead of mapc.
16109         (msb--init-file-alist): Use mapcar instead of mapcan.
16110         (msb--aggregate-alist): Use mapcar instead of mapcan.
16111         Fix `(' in column 0 in doc string.
16112         (msb--add-separators): Use mapcar instead of mapcan.
16114         * cus-dep.el: Require CL at compile-time only.
16116 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
16118         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16119         (byte-compile-warnings): New warning `noruntime'.
16120         (byte-compile-constants, byte-compile-variables): Fix docstring.
16121         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16122         execute `eval-whenc-compile's body.
16123         (byte-compile-unresolved-functions): Fix docstring.
16124         (byte-compile-eval): New function.
16125         (byte-compile-callargs-warn): Check if the function will be available
16126         at runtime (via property `byte-compile-noruntime').
16127         (byte-compile-print-syms): New function.
16128         (byte-compile-warn-about-unresolved-functions): Also warn about
16129         `noruntime' functions (and use `byte-compile-print-syms').
16130         (byte-compile-file): Capitalize the message.
16132 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16134         * mail/rmail.el (rmail-confirm-expunge): New user-option.
16135         (rmail-expunge): Ask for confirmation depending on the setting
16136         of rmail-confirm-expunge.
16138 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
16140         * Makefile (bootstrap-clean): If $(emacs) exists, build
16141         loaddefs.el first.  A loaddefs.el that's not up-to-date might
16142         cause a bootstrap failure because things don't autoload as expected.
16144 2000-03-23  Dave Love  <fx@gnu.org>
16146         * net/browse-url.el: Restore previous use of
16147         browse-url-maybe-new-window.
16149 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16151         * ps-print.el: Skip banner page fix.
16152         (ps-print-version): New version number (5.1.2).
16153         (ps-begin-file, ps-end-file, ps-generate): Code fix.
16155 2000-03-23  Dave Pearson  <davep@davep.org>
16157         * net/quickurl.el Changed the type of parameter passed to the
16158         function defined by `quickurl-format-function'. Before only the
16159         text of the URL was passed. Now the whole URL structure is passed
16160         and the function is responsible for extracting the parts it requires.
16161         Changed the default of `quickurl-format-function' accordingly.
16162         (quickurl-insert): Changed the `funcall' of
16163         `quickurl-format-function' to match the above change.
16164         (quickurl-list-insert): Changed the `url' case so that it makes
16165         use of `quickurl-format-function', previous to this the format was
16166         hard wired.
16168 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
16170         * startup.el: Change some spellings for the X Window System.
16172 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
16174         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16175         Clean up the code and the regexp and make sure the cursor is
16176         temporarily moved to the suspicious line while querying the user.
16178 2000-03-22  Jason Rumney  <jasonr@gnu.org>
16180         * w32-fns.el (w32-charset-info-alist): Initialize.
16182 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16184         * ps-print.el: N-up last page fix.
16185         (ps-print-version): New version number (5.1.1).
16186         (ps-end-file, ps-end-job, ps-generate): Code fix.
16188 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16190         * files.el (find-file-run-dired): Update docstring.
16191         (find-directory-functions): New hook.
16192         (find-file-noselect): Run find-directory-functions rather than
16193         calling dired directly.
16195         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16197         * pcvs.el: Add a minimal leading commentary.
16198         (cvs-make-cvs-buffer): Change the header part by removing the startup
16199         message and adding a `Module' entry.  Also replace the FOOTER and
16200         HEADER special fileinfos with the new support in ewoc for updating
16201         its own footer and header.
16202         (cvs-update-header): Update to use the header/footer of the ewoc.
16203         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16204         (cvs-is-within-p): New function.
16205         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16206         to only examine some subset of the buffers.
16208         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16209         `format' instead of our own ad-hoc functions.
16210         Remove HEADER and FOOTER cases, now handled in the EWOC.
16211         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16213         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16214         output to avoid scaring the user.
16215         (cvs-parse-table): Catch message for non-up-to-date commits.
16217         * pcvs-defs.el (cvs-startup-message): Remove.
16218         (cvs-global-menu): New autoloaded menu.
16220         * pcvs-util.el (cvs-string-fill): Remove.
16222         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16223         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16224         PP part of it and also make it work for footers and headers.
16225         (ewoc-create): Drop POS and BUFFER arguments.
16226         Use the DLL's dummy node to store the end-of-footer position.
16227         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16228         (ewoc-refresh): Remove unused `header' variable.
16229         (ewoc-(get|set)-hf): New functions.
16231         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16232         log-view-*-(message|file) and use easy-mmode-define-navigation.
16233         (log-view-message-re): Match SCCS format as well.
16234         And match the revision line rather than the dashed separator line.
16235         (log-view-mode): Use the new define-derived-mode.
16236         (log-view-current-tag): Fill in with an actual implementation.
16238         * cvs-status.el (cvs-status-(prev|next)): Rename from
16239         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16240         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16241         to let the output "breathe" a little more (more readable).
16242         (cvs-status-mode): Use the new define-derived-mode.
16244         * smerge-mode.el (smerge-auto-leave): New function and variable.
16245         (smerge-basic-map): Rename from smerge-basic-keymap.
16246         Change the bindings for smerge-diff-*.
16247         (smerge-*-map): Use easy-mmode-defmap.
16248         (smerge-(next|prev)): Use easy-mmode-define-navigation.
16249         (smerge-keep-*): Use smerge-auto-leave.
16251 2000-03-21  Jason Rumney  <jasonr@gnu.org>
16253         * cus-edit.el (custom-button-face): Use 3D look for w32.
16254         (custom-button-pressed-face): Likewise.
16256 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
16258         * progmodes/etags.el (tags-case-fold-search): New user-option.
16259         (tags-loop-eval): New function.  Bind case-fold-search around eval
16260         depending on the value of tags-case-fold-search.
16261         (tags-loop-continue): Use tags-loop-eval.
16262         (find-tag-in-order): Bind case-fold-search depending on the value
16263         of tags-case-fold-search.
16265 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16267         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16268         (diff-end-of-hunk): Return the end position for use in
16269         `easy-mmode-define-navigation'.
16270         (diff-recenter): Remove.
16271         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16272         of `easy-mmode-define-navigation'.
16273         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16274         previous renaming) and fix to use new names.
16275         (diff-merge-strings): Use \n as separator: simpler, faster.
16276         (diff-mode): Use `define-derived-mode'.
16278         * derived.el (define-derived-mode): Don't autoload anymore.
16279         Prefer the macro-only version provided by easy-mmode.el.
16281         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16282         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
16283         (easy-mmode-define-navigation): New macro.
16285         * subr.el (combine-run-hooks): New function.
16287 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
16289         * term/x-win.el: Fontsets related initialization is simplified.
16291         * international/mule-diag.el (describe-font): Don't refer to
16292         global-fontset-alist, instead call font-list.
16293         (describe-fontset, list-fontsets, mule-diag): Likewise.
16294         (print-fontset): Adjusted for the change of fontset implementation.
16296         * international/fontset.el (x-charset-registries): Variable removed,
16297         instead the corresponding data is stored in the default fontset.
16298         (register-alternate-fontnames): Function removed.
16299         (resolved-ascii-font): Variable removed.
16300         (x-compose-font-name): Ignore the second argument REDOCE.
16301         (x-complement-fontset-spec): Complement only an ASCII font and
16302         element for those charsets than can use that ASCII font.
16303         (generate-fontset-menu): Don't refer to global-fontset-alist,
16304         instead call fontset-list.
16305         (uninstantiated-fontset-alist): Variable removed.
16306         (x-style-funcs-alist): Likewise.
16307         (fontset-default-styles): Likewise.
16308         (x-modify-font-name): Function removed.
16309         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16310         (create-fontset-from-ascii-font): Docsting adjusted for the above
16311         change.
16312         (instantiate-fontset, resolve-fontset-name): Functions removed.
16313         (fontset-list): Now implemented by C code.
16315         * faces.el (read-face-font): Fix TABLE arg to completing-read.
16316         (describe-face): Include `font' attribute in the description.
16318 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
16320         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16322 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
16324         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16325         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16326         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16328         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16329         about behavior of set-buffer-modified-p wrt redisplay.
16331 2000-03-19  Richard M. Stallman  <rms@gnu.org>
16333         * view.el (view-mode-disable): Kill local binding of view-read-only.
16335 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
16337         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16338         is a string, convert it to a syntax cell using string-to-syntax.
16340         * simple.el (syntax-code-table, syntax-flag-table): New variables.
16341         (string-to-syntax): New function.
16343         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16344         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16345         try to use passive ftp mode.
16347 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
16349         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16351         * simple.el (append-to-buffer): Update point of windows after
16352         insertion.
16354         * abbrev.el (inverse-add-abbrev): Identify word by first moving
16355         forward then moving backward.  Reindent.
16357         * frame.el (other-frame): Call x-focus-frame only if
16358         focus-follows-mouse is off.
16360 2000-03-17  Dave Love  <fx@gnu.org>
16362         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16364 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
16366         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16367         regexp for labels cannot span several lines.
16369         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16370         `(setq :<key> ':<key>)' to the macro expansion.
16372 2000-03-16  Dave Love  <fx@gnu.org>
16374         * progmodes/f90.el (f90): Put custom group under `languages', not
16375         `fortran'.
16376         (f90-mode-hook): Customize.
16377         (f90-mode): Set add-log-current-defun-function.
16378         (f90-current-defun): New function.
16380 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
16382         * cus-edit.el (custom-variable-tag-face): Handle case that
16383         default face's height is not a number.
16384         (custom-face-tag-face, custom-group-tag-face-1)
16385         (custom-group-tag-face): Ditto.
16386         (custom-group-tag-face-1): Add :group.
16388         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16390 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
16392         * pcvs-defs.el (toplevel): Remove autoload cookie for form
16393         requiring easymenu.
16395 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16397         * ps-print.el: PostScript user-defined prologue, PostScript error
16398         handler, doc fix.
16399         (ps-print-version): New version number (5.1).
16400         (ps-user-defined-prologue, ps-error-handler-message)
16401         (ps-print-prologue-0, ps-error-handler-alist): New vars.
16402         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16403         (ps-insert-string): New function.
16405 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
16407         * international/ccl.el (ccl-compile-expression): Don't generate
16408         invalid self-assignment code.
16410 2000-03-14  Dave Love  <fx@gnu.org>
16412         * subr.el (replace-regexp-in-string): Renamed from
16413         replace-regexps-in-string.  Doc fix.
16415 2000-03-12  Dave Love  <fx@gnu.org>
16417         * cus-edit.el: Doc fixes.
16418         (customize-set-variable, customize-save-variable): Rename args for doc.
16419         (custom-variable-tag-face, custom-face-tag-face)
16420         (custom-group-tag-face-1, custom-group-tag-face): Modify from
16421         style which user identify as hyperlink.
16422         (hook): Don't add undefined functions to the hook.
16423         (debug-ignored-errors): Transfer message from bindings.el.
16425 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16427         * recentf.el (recentf-keep-non-readable-files-p):
16428         Remove double/nested definition.
16430 2000-03-12  Dave Love  <fx@gnu.org>
16432         * facemenu.el (facemenu-get-face): Use display-color-p.
16433         * enriched.el (enriched-decode-foreground): Likewise.
16434         (enriched-decode-background): Likewise.
16435         * isearch.el (isearch-highlight): Likewise.
16436         * info-look.el (info-lookup): Likewise.
16437         * simple.el (completion-setup-function): Likewise.
16439         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16440         :options.
16442         * bindings.el (mode-line-format): Fix line-number and
16443         column-number items.  Add help-echo for the background.
16444         (mode-line-mule-info): Modify help-echo.
16446         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16448         * files.el (load-file): Allow completion to .elc.
16450         * man.el: Doc fixes.
16451         (Man-init-defvars): Use display-color-p to set fontification.
16453         * play/hanoi.el (hanoi-internal): Don't use oddp.
16455 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16457         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16459         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16461 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16463         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16464         Fix comment.
16466 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
16468         * font-lock.el (font-lock-keywords): Fix the doc now that
16469         regexp-opt-depth is unnecessary.
16470         (save-buffer-state): Set an edebug spec.
16471         (font-lock-fontify-anchored-keywords): Properly handle the case when
16472         the matcher goes past the limit.
16474         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16475         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16477         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
16478         dll.el and cookie.el (from Elib) with heavy renaming and other
16479         massaging.
16481         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16482         Autoload the functions used.
16483         (easy-mmode-define-syntax): Fix CL typo.
16484         (easy-mmode-define-derived-mode): Improve the docstring generation.
16486 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
16488         * textmodes/texinfo.el (texinfo-version): Variable and function
16489         removed.
16491 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
16493         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16494         allow more flexibility.
16495         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16496         (easy-mmode-defmap, easy-mmode-defsyntax)
16497         (easy-mmode-define-derived-mode): New macros.
16499 2000-03-09  Didier Verna  <didier@xemacs.org>
16501         * rect.el (replace-rectangle): New function.
16503 2000-03-09  Dave Love  <fx@gnu.org>
16505         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16506         (fortran-comment-line-start-skip): Don't match cpp stuff.
16507         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
16508         (fortran-mode-map): Remove over-eager custom-menu-create for now.
16509         (fortran-mode): Don't set fortran-comment-line-start-skip,
16510         fortran-comment-line-start here.  Set comment-start,
16511         add-log-current-defun.
16512         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16513         (fortran-current-defun): New function.
16515 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
16517         * emacs-lisp/re-builder.el: New file.
16519         * mouse.el (mouse-drag-region): Don't run up-event handler
16520         if hscroll has changed.
16522         * octave-mod.el (octave-font-lock-keywords): To font-lock the
16523         builtin operators, use `font-lock-builtin-face' for Emacs and
16524         `font-lock-preprocessor-face' otherwise.
16526         * font-lock.el (lisp-font-lock-keywords-1): Highlight
16527         `(defun (setf foo)' differently.
16529 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
16531         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16532         (regexp-opt): Update comment and adapt the code the new meaning of
16533         the `paren' argument of regex-opt-group for shy-groups.
16534         (regexp-opt-depth): Handle shy groups as well as backslashed
16535         backslashes.
16536         (regexp-opt-group): Turn the leading comment into a docstring.
16537         Allow `paren' to be a string (the string to use to open a group).
16538         Remove open-presuf and close-presuf.  Instead of checking for `all
16539         one-char' and then later on check for `several one-char', handle
16540         both cases close together.  Also apply a more generic algorithm
16541         for suffixes (the mirror image of the algorithm used for
16542         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
16543         (regexp-opt-try-suffix): Removed.
16545         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16546         from comint-mode-map, so we can just inherit from it.  Also, move
16547         the initialization into the `defvar' since there's no docstring
16548         anyway and it's fairly short.
16549         (inferior-scheme-mode): Define it as derived-mode: the code is
16550         shorter and this way we inherit from comint-mode-map rather than
16551         copying it.
16553         * subr.el (replace-regexps-in-string): Properly handle the case
16554         where we match an empty string.
16556         * comint.el (comint-exec-1): Add the current-dir to the exec-path
16557         when the command has a directory component (such as "./testml").
16558         Also fix a typo in the comment.
16560 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
16562         * Makefile (compile-files): Compile files one by one because
16563         that's the only way to ensure a clean compilation environment for
16564         each individual file.
16566         * frame.el (other-frame): Call x-focus-frame.
16568 2000-03-07  Dave Love  <fx@gnu.org>
16570         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16571         :require to defcustom.
16573         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16575         * files.el (auto-mode-alist): Add configure.in.
16577         * progmodes/autoconf.el: New file.
16579 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
16581         * mail/mh-e.el: Change maintainer to `none'.
16583         * recentf.el (recentf-keep-non-readable-files-p): Quote args
16584         to remove-hook and add-hook.
16586 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
16588         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16589         it as the default.
16590         (mail-send): Test mail-send-nonascii also for the new `mime' value.
16591         (sendmail-send-it): Conditionally add MIME headers specifying the
16592         used character set.
16594 2000-03-07  Dave Love  <fx@gnu.org>
16596         * winner.el: Fix keywords, autoload cookies.
16597         Split eval-when-compile form to avoid compilation failure.
16599 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
16601         * international/mule.el: Modify comment about coding system
16602         property `coding-category'.
16603         (make-coding-system): New argument EOL-TYPE.  Pay attention to
16604         coding-category property of PROPERTIES.
16606         * international/mule-conf.el (coding-category-utf-8)
16607         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16608         categories.  Include them in the argument for set-coding-priority.
16610         * international/mule-cmds.el (reset-language-environment):
16611         Include coding-category-utf-8, coding-category-utf-16-be, and
16612         coding-category-utf-16-le in the argument for set-coding-priority.
16613         (reset-language-environment): Initialize coding-category-utf-8,
16614         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16616 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
16618         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16619         code abstracted out of `bookmark-jump-noselect'.  Now tries info
16620         extensions as well as compression extensions.
16621         (bookmark-jump-noselect): Use above new func.
16623 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
16625         * strokes.el: Change maintainer's mail address.
16627 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
16629         * international/mule-diag.el (list-character-sets): Make help-echo
16630         string by substitute-command-keys.
16631         (list-character-sets): Likewise.
16632         (sort-listed-character-sets): Call help-setup-xref.
16634 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
16636         * time.el (display-time-mail-file): Add `none' to the list of choices.
16638 2000-03-01  Dave Love  <fx@gnu.org>
16640         * help.el (help-xref-go-back): Don't try to set position.
16642         * international/mule-diag.el (list-character-sets):
16643         Call help-setup-xref.  Add help-echo to xrefs.
16644         (list-character-sets-1): Add help-echo to xrefs.
16646 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
16648         * frame.el (blink-cursor-mode): Switch cursor on when turning
16649         the mode off.
16651         * add-log.el (add-log-current-defun): Add support for
16652         Autoconf mode.
16654         * mail/rmail.el (rmail-quit-hook): New variable.
16656 2000-03-01  Dave Love  <fx@gnu.org>
16658         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16660         * help.el (help-xref-button): Add help-echo arg.
16661         (describe-function-1, describe-variable, help-make-xrefs): Use it.
16663         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16665         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16667 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
16669         * image.el (defimage): Look for image files in load-path.
16671         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16673 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16675         * recentf.el (recentf): Added version tag to the defgroup of recentf.
16677 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16679         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16680         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16681         action to select/unselect a file.
16682         (recentf-edit-list): Code cleanup and improvement.
16683         (recentf-open-more-files-action): `recentf-open-more-files' button
16684         widget action to open a file.
16685         (recentf-open-more-files): No more use standard completion but widgets.
16686         (recentf-more-collection): Deleted.
16687         (recentf-more-history): Deleted.
16688         (recentf-setup-more-completion): Deleted.
16690 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16692         * recentf.el (recentf-mode): No more needs that Emacs is running
16693         under a window-system.
16695 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16697         * recentf.el (recentf-edit-list): New command to edit the recent
16698         list which allow the user to remove files.
16699         (recentf-edit-selected-items): New global variable, used by
16700         `recentf-edit-list' to hold the list of files to be removed from
16701         the recent list.
16702         (recentf-make-menu-items): Updated to display a "Edit list..."
16703         menu item.  Minor code cleanup.
16705 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16707         * recentf.el (recentf-open-more-files): New command to open files
16708         that are not displayed in the menu.
16709         (recentf-more-collection): New global variable holding the set of
16710         permissible completions used by `recentf-open-more-files'.
16711         (recentf-more-history): New global variable holding the history list
16712         used by `recentf-open-more-files' completion.
16713         (recentf-setup-more-completion): New function to setup completion for
16714         `recentf-open-more-files'.
16715         (recentf-make-menu-items): Updated to display a "More..." menu item.
16717 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16719         * recentf.el (recentf-menu-action): Doc fixed.
16721 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16723         * recentf.el (recentf-menu-filter): Doc updated.
16724         (recentf-update-menu-hook): Allow menu filters to force menu update.
16725         (recentf-make-menu-items): New menu filter handling.
16726         (recentf-make-menu-item): New helper function.
16727         (recentf-menu-elements): New menu handling function.
16728         (recentf-sort-ascending): Updated to new menu filter handling.
16729         (recentf-sort-descending): Updated to new menu filter handling.
16730         (recentf-sort-basenames-ascending): New menu filter function.
16731         (recentf-sort-basenames-descending): New menu filter function.
16732         (recentf-show-basenames): New menu filter function.
16733         (recentf-show-basenames-ascending): New menu filter function.
16734         (recentf-show-basenames-descending): New menu filter function.
16736 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16738         * diary-lib.el (list-diary-entries): Don't try to go forward at
16739         the end of the buffer.
16741 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
16743         * international/mule-diag.el (list-character-sets):
16744         Completely rewritten.
16745         (sort-listed-character-sets): New function.
16746         (list-character-sets-1): Completely rewritten.
16747         (list-character-sets-2): New function.
16748         (non-iso-charset-alist): New variable.
16749         (decode-codepage-char): New function.
16750         (charset-history): New variable.
16751         (read-charset) (list-block-of-chars)
16752         (list-iso-charset-chars)
16753         (list-non-iso-charset-chars)
16754         (list-charset-chars): New functions.
16755         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16756         (dump-charsets): Likewise.
16758 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
16760         * dired-x.el (dired-filename-at-point): Add `@' to valid
16761         file name characters.
16762         (dired-filename-at-point): Handle ange-ftp file names.
16764         * frame.el (frame-notice-user-settings): Use assq-delete-all
16765         instead of assoc-delete-all.
16766         (frame-notice-user-settings): Ditto.
16768         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16769         Don't copy alist.
16771 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
16773         * calculator.el (calculator-use-menu): New option.
16774         (calculator-initial-bindings): Changed some bindings to work as macros.
16775         (calculator-forced-input): Removed.
16776         (calculator-restart-other-mode): New variable.
16777         (calculator-mode-map): Set up menu.
16779 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
16781         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16783 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
16785         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16786         translate all ESC key sequences.
16787         (viper-goto-mark-subr): Restore markers for files for which
16788         they were saved.
16789         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16790         * viper-util.el (viper-set-replace-overlay-glyphs)
16791         (viper-set-replace-overlay): Always check if the replacement
16792         overlay is live.
16793         * viper.el (viper-vi-state-mode-list): Add major modes.
16794         * ediff-wind.el: Minor comment changes.
16795         * ediff.el: Copyright notice date fix.
16797 2000-02-27  Jason Rumney  <jasonr@gnu.org>
16799         * faces.el (face-font-family-alternatives): Add arial to helv.
16800         (mode-line, header-line, tool-bar): Same default as x for w32.
16801         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16802         face-font-family-alternatives from working.
16803         * term/w32-win.el (mouse-set-font): Do not build fontset from
16804         chosen font.
16806 2000-02-25  Sam Steingold  <sds@goems.com>
16808         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16809         properly.
16811 2000-02-25  Richard M. Stallman  <rms@gnu.org>
16813         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16815 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
16817         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16819         * frame.el (busy-cursor-delay-seconds): New option.
16821 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
16823         * frame.el (show-cursor-in-non-selected-windows): New option.
16825 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16827         * diary-lib.el (include-other-diary-files): Undo the selective
16828         display in any included file and don't kill it.
16830 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
16832         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16833         Menu items converted to (menu-item format, help strings added.
16834         [downcase, upcase]: Don't enable on MS-DOS.
16835         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16836         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16838 2000-02-23  Dave Love  <fx@gnu.org>
16840         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16841         (backward-kill-word): Revert addition of * to interactive spec --
16842         it's a feature.
16844         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16845         (backward-kill-sentence, kill-sentence): Likewise.
16847         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16848         scratch buffer name.
16849         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
16851         * term/w32-win.el (internal-face-interactive): Update prompt for
16852         new read-face-name.
16854         * mail/footnote.el (footnote): Add :version to defgroup.
16855         (footnote-section-tag-regexp): Customize.
16856         (footnote-start-tag, footnote-end-tag): New option.
16857         (footnote-latin-regexp): New variable.
16858         (Footnote-latin): New function.
16859         (footnote-style-alist): Add element for latin style.
16860         (footnote-style): Moved.
16861         (Footnote-goto-footnote): Use eq to test arg.
16863         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16865         * emacs-lisp/byte-opt.el: Change old backquote syntax.
16866         (byte-compile-trueconstp): Include keywords.
16867         (byte-optimize-quote, byte-optimize-lapcode):
16868         Use byte-compile-const-symbol-p.
16869         (byte-optimize-char-before): New optimization.
16871         * emacs-lisp/bytecomp.el: Change old backquote syntax.
16872         (byte-compile-const-symbol-p): New function.
16873         (byte-compile-constp, byte-compile-out-toplevel)
16874         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16875         Use it.
16877         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
16879 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
16881         * international/encoded-kb.el: Be sure to update minor-mode-alist
16882         and minor-mode-map-alist.
16883         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16884         codes SS2 and SS3 correctly.
16885         (encoded-kbd-self-insert-ccl): New function.
16886         (encoded-kbd-setup-keymap): New function.
16887         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
16888         by calling encoded-kbd-setup-keymap.
16890         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16891         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
16893 2000-02-22  Dave Love  <fx@gnu.org>
16895         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16896         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
16897         (lisp-mode-syntax-table): Set up for #|...|# comments.
16898         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
16899         classes.  Match `defface'.
16900         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16901         (eval-defun-1): Fix for defcustom.
16902         (lisp-indent-region): Doc fix.
16904         * subr.el (when, unless, split-string): Doc fix.
16905         (read-passwd): Move call of clear-this-command-keys to the right place.
16906         (replace-regexps-in-string): New function.
16908 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
16910         * help.el (describe-variable): Set syntax table to
16911         emacs-lisp-mode-syntax-table when moving forward over the
16912         symbol's name.
16914 2000-02-22  Dave Love  <fx@gnu.org>
16916         * xt-mouse.el: Doc fixes.
16917         (xterm-mouse-position-function): New function, replacing advice of
16918         mouse-position.
16919         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
16921         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16923 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
16925         * format.el (format-annotate-single-property-change):
16926         Handle properties.with dotted-list values.
16927         (format-proper-list-p): New function.
16929         * enriched.el (enriched-face-ans): Handle '(foreground-color
16930         . COLOR) and (background-color . COLOR).
16932 2000-02-20  Dave Love  <fx@gnu.org>
16934         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16935         and assignments to it.
16936         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16937         current local map.
16938         (make-flyspell-overlay): Use it.
16939         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16941         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16942         (lm-get-header-re): Defun, not defsubst.
16943         (lm-get-package-name): Defun, not defsubst.  Simplify.
16944         (lm-version): Doc fix.  Simplify.
16945         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16946         (lm-crack-address, lm-last-modified-date, lm-commentary)
16947         (lm-verify, lm-synopsis): Simplify.
16948         (lm-report-bug): Require emacsbug.  Use compose-mail.
16950 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
16952         * dired.el (dired-mode): Call propertized-buffer-identification
16953         to set mode-line-buffer-identification to something having
16954         the right text properties.
16956         * bindings.el (propertized-buffer-identification): New function.
16958 2000-02-20  Dave Love  <fx@gnu.org>
16960         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16961         check for t-mouse too.
16963         * cus-start.el: Make echo-keystrokes `number'.
16965 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
16967         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16968         Don't call ring-empty-p unless tags-location-ring is bound.
16969         From Noah Friedman <friedman@splode.com>.
16971 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
16973         * progmodes/hideshow.el (hs-flag-region): No longer use
16974         `intangible' overlay property.
16976         (hs-toggle-hiding): New command.
16977         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16979         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16980         Fix omission bug: Run `hs-minor-mode-hook' for both activation
16981         and deactivation.
16983 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
16985         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16987 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
16989         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16991         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16992         of `*' to handle `(* ... *)' comments.
16994 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
16996         * faces.el (list-faces-display): Use display-mouse-p instead of
16997         window-system.
16999         * menu-bar.el (global-map): Menu-bar items converted to the new
17000         format (menu-item..., rearranged for better CUA compliance, and
17001         their names changed for better clarity.  Help strings added.
17003         * international/mule-cmds.el (mule-menu-keymap)
17004         (describe-language-environment-map, set-coding-system-map)
17005         (setup-language-environment-map): Convert to new (menu-item...
17006         form, add help strings.  Change names of menu items for better clarity.
17007         "Mule" menu-bar item removed (it's now in the "Options" submenu).
17009 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17011         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17012         within the code.
17014 2000-02-16  Dave Love  <fx@gnu.org>
17016         * faces.el: Don't require custom.  Add more specific :groups to
17017         various deffaces.
17018         (set-face-attribute): Purecopy args.
17019         (read-face-name): Default to name at point and use it in prompt.
17020         Remove colon from arg in all callers.
17021         (list-faces-display): Hyperlink to face descriptions and customize
17022         buffers.
17024 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
17026         * wid-edit.el (widget-match-inline): An atom never matches a list.
17028 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17030         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17031         at ':' characters by call to split-string.
17033 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17035         * textmodes/bibtex.el: Added RCS version identification.
17037 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17039         * textmodes/bibtex.el: Some temporary comments removed.
17040         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17041         (bibtex-field-const): Allow capital letters.
17042         (bibtex-start-of-string): Deleted because unused.
17044         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
17045         use the term 'reference' to describe a bibtex entry as a whole.
17046         Further, reference keys are no longer called 'labels'.
17047         (bibtex-keys): Renamed to bibtex-reference-keys.
17048         (bibtex-reformat-previous-labels): Renamed to
17049         bibtex-reformat-previous-reference-keys.
17050         (bibtex-reference-type): Renamed to bibtex-entry-type.
17051         (bibtex-reference-head): Renamed to bibtex-entry-head.
17052         (bibtex-reference-maybe-empty-head): Renamed to
17053         bibtex-entry-maybe-empty-head.
17054         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17055         (bibtex-search-reference): Renamed to bibtex-search-entry.
17056         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17057         bibtex-enclosing-entry-maybe-empty-head.
17058         (bibtex-entry-field-alist, bibtex-entry-head)
17059         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17060         (bibtex-map-entries, bibtex-search-entry)
17061         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17062         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17063         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17064         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17065         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17066         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17067         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17069 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17071         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17072         comment.
17073         (bibtex-format-field-delimiters): New function, functionality
17074         extracted from bibtex-format-entry.
17075         (bibtex-autokey-get-yearfield-digits): New function, functionality
17076         extracted from bibtex-autokey-get-yearfield.
17078         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17079         entries in order to avoid stack overflow in the regexp matcher if
17080         field contents become large.
17081         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17082         (bibtex-field-string-part-not-braced)
17083         (bibtex-field-string-part-no-inner-braces)
17084         (bibtex-field-string-part-1-inner-brace)
17085         (bibtex-field-string-part-2-inner-braces)
17086         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17087         (bibtex-field-string-quoted, bibtex-field-string)
17088         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17089         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17090         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17091         Deleted as parsing is now performed by the following functions.
17092         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17093         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17094         (bibtex-parse-field-string, bibtex-search-forward-field-string)
17095         (bibtex-parse-association, bibtex-field-name-for-parsing)
17096         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17097         (bibtex-search-forward-field, bibtex-search-backward-field)
17098         (bibtex-start-of-field, bibtex-end-of-field)
17099         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17100         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17101         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17102         (bibtex-parse-string, bibtex-search-forward-string)
17103         (bibtex-search-backward-string, bibtex-start-of-string)
17104         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17105         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17106         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17107         entries.  Instead of reporting the results of the parsing by
17108         match-beginning or match-end, these functions return data structures
17109         that hold the corresponding positions.
17110         (bibtex-enclosing-field): Changed to also report field boundaries by
17111         return values rather than by match-beginning or match-end.
17112         The following functions have been adapted to use the new
17113         parsing functions.
17114         (bibtex-skip-to-valid-entry, bibtex-search-reference)
17115         (bibtex-enclosing-field, bibtex-format-entry)
17116         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17117         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17118         (bibtex-print-help-message, bibtex-end-of-entry)
17119         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17120         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17121         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17122         Use the new method for parsing.
17123         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17124         (bibtex-map-entries, bibtex-flash-head)
17125         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17126         (bibtex-autokey-change, bibtex-autokey-get-namefield)
17127         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17128         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17129         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17130         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17131         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17132         order to make the new binding of case-fold-search immediately visible.
17134 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17136         * textmodes/bibtex.el: Copyright notice is up to date.
17137         Added constant 'bibtex-maintainer-salutation.
17139         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17140         than make-temp-name, use match-string-no-properties and eliminate
17141         a quadratic behavior when building bibtex-strings.
17143         * bibtex.el (bibtex-reference-key): Accept string entries whose
17144         reference key contains upper case letters.
17146 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17148         * bibtex.el (bibtex-reference-head): Allow entries to start with
17149         a new line.
17151 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17153         * bibtex.el: Hiding of entry bodies is not longer provided by
17154         bibtex.el directly.  Instead the hideshow package can be used.
17155         Added a special bibtex entry to hs-special-modes-alist.
17156         (bibtex-hs-forward-sexp): Added for hideshow.el.
17158 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17160         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17161         proceedings entry type (for cross referencing). Thanks to Wagner
17162         Toledo Correa for the suggestion.
17164         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17166 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
17168         * international/characters.el: Setup case table for Vietnamese.
17170 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
17172         * uniquify.el (toplevel): Require CL at compile time.
17173         (uniquify-push): Removed.
17175         * shadowfile.el (shadow-when): Removed.
17177         * tempo.el (tempo-dolist, tempo-mapc): Removed.
17178         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17180         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17181         regexp for paragraph-start.
17183         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17184         commas as well.
17186 2000-02-10  Dave Love  <fx@gnu.org>
17188         * wid-edit.el: (widgets) [defgroup]: Remove url link.
17189         (widget-color-choice-list, widget-color-history, widget-mouse-help):
17190         Deleted.
17191         (widget-specify-field, widget-specify-button): Don't use
17192         widget-mouse-help as help-echo property.
17193         (default): Use #'ignore for :validate and :mouse-down-action.
17194         (checkbox): Add help-echo.
17195         (widget-sexp-validate): Rewritten to clarify error messages.
17196         (character): Use char-valid-p in :match function.
17197         (widget-color-complete): Use facemenu-color-alist.
17198         (widget-color-action): Use facemenu-read-color.
17200         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
17201         set up `caar' &c that we now have.
17203 2000-02-09  Ray Blaak  <blaak@gnu.org>
17205         * delphi.el: Make resourcestring a declaration region, like const
17206         and var.
17208 2000-02-09  Dave Love  <fx@gnu.org>
17210         * bindings.el (mode-line-input-method-map): New variable.
17211         (mode-line-mule-info): Use it; fix last change.
17212         (mode-line-mode-menu): Move definition.
17213         (mode-line-mouse-sensitive-p): Deleted.
17214         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17215         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
17217         * startup.el (command-line-1): Don't call
17218         make-mode-line-mouse-sensitive.
17220 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17222         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17223         before rmail-toggle-header, because the former toggles headers.
17225 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
17227         * diff-mode.el (diff-kill-junk): New interactive function.
17228         (diff-reverse-direction): Use delete-and-extract-region.
17229         (diff-post-command-hook): Restrict the area so that the hook also works
17230         outside of any diff hunk.  This is necessary for the minor-mode.
17231         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17232         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17234         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17235         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17236         so that it can be used more easily in <foo>-mode-hook.  Also make sure
17237         to avoid duplicate entries.
17238         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17239         (font-lock-remove-keywords): Just as was done for `add', allow it to
17240         work even if font-lock-mode is nil.  Also make sure we don't modify
17241         any pre-existing list by forcing a copy-sequence.  Finally rename
17242         `major-mode' to `mode'.
17243         (font-lock-fontify-syntactic-anchored-keywords)
17244         (font-lock-fontify-anchored-keywords)
17245         (font-lock-fontify-keywords-region): Use line-end-position.
17246         Don't make `font-lock-multiline' local (it's now done in
17247         font-lock-set-defaults).
17248         (font-lock-set-defaults): Make `font-lock-multiline' local.
17249         Move the `font-lock-fontified' creation to inside the `unless'.
17251 2000-02-06  Andrew Innes  <andrewi@gnu.org>
17253         * term/w32-win.el (x-handle-args): Comment out call to message,
17254         which occurs before window system is initialized.
17256         * makefile.nt: Add support for recompiling lisp code.
17258 2000-02-04  Dave Love  <fx@gnu.org>
17260         * bindings.el (mode-line-mule-info): Fix/extend last change.
17262         * completion.el: Replace completion-dolist with dolist.
17264         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17266 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
17268         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17269         environment names before they go into the section regexp.
17271         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17272         char class in regexp.
17274         * textmodes/reftex-parse.el (reftex-with-special-syntax):
17275         Bind `case-fold-search' to nil.
17277         * progmodes/idlwave.el (idlwave-template):
17278         Respect `idlwave-abbrev-change-case'.
17279         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17280         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17281         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17282         (idlwave-rw-case): New function.
17283         (idlwave-statement-match): Fixed problem with assignment regexp.
17284         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17285         (idlwave-surround): New argument LENGTH to support padding of
17286         operators longer than 1 char.
17288         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17289         idlwave-shell-expression-overlay.  Implemented printing of
17290         expressions on higher levels of the calling stack.
17291         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17292         (idlwave-retrieve-expression-from-level): New function.
17293         (idlwave-shell-last-calling-stack): Variable removed.
17294         (idlwave-shell-reset): Argument action reversed (`visible' to
17295         `hidden').  Also remove stop-line overlay.
17296         (idlwave-shell-calling-stack-routine): New variable.
17297         (idlwave-shell-parse-stack-and-display): Messages now display
17298         negative level numbers.
17299         (idlwave-shell-mode): Set `modeline-format'.
17300         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17301         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17302         (idlwave-shell-print-expression-function): New option.
17304         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17305         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17306         `tool-bar' instead of `toolbar'.
17308 2000-02-02  Dave Love  <fx@gnu.org>
17310         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17311         emacs-lisp-mode-hook.  Don't check for defalias being defined.
17313         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17314         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17315         Use the new builtins directly.
17317         * whitespace.el (whitespace): Add :version to defgroup.
17319         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17320         Doc fix.
17322         * thingatpt.el (sexp-at-point, symbol-at-point)
17323         (number-at-point, list-at-point): Add autoload cookie.
17325         * recentf.el (recentf): Add :version to defgroup.
17327         * quickurl.el (quickurl): Add :version to defgroup.
17329         * elide-head.el (elide-head): Use point-marker more.
17331         * bs.el (bs): Add :version to defgroup.
17333         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17335         * progmodes/delphi.el (delphi): Add :version to defgroup.
17337 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
17339         * ange-ftp.el (ange-ftp-write-region): Handle case that
17340         succeeding process operation sets a different coding system.
17342         * calculator.el: New file.
17344 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
17346         * frame.el (frames-on-display-list, framep-on-display): New functions.
17347         (display-mouse-p, display-popup-menus-p, display-graphic-p)
17348         (display-selections-p, display-screens, display-pixel-width)
17349         (display-pixel-height, display-mm-width, display-mm-height)
17350         (display-backing-store, display-save-under, display-planes)
17351         (display-color-cells, display-visual-class): New functions.
17353         * term/tty-colors.el (tty-color-gray-shades): New function.
17355         * faces.el (display-color-p): Use framep-on-display.
17356         (display-grayscale-p): New function.
17358 2000-01-31  Dave Love  <fx@gnu.org>
17360         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17361         (create-fontset-from-x-resource): Don't concat integers.
17363 2000-01-31  Inge Frick  <inge@nada.kth.se>
17365         * view.el: Some changes in documentation.  Removed some trailing
17366         whitespace. Changed some parameter names to agree with documentation.
17367         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17368         window is not deleted.  Modifies change 1998-04-26.
17370 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
17372         * windmove.el: New file.
17374         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17375         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17376         progmodes/ebnf-yac.el: Update copyright and license info.
17378         * jit-lock.el (jit-lock-function): Widen before calculating
17379         end position.
17380         (jit-lock-stealth-chunk-start): Rewritten.
17382         * info.el (Info-title-face-alist): Removed.
17383         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17384         (Info-fontify-node): Use these faces.
17386 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
17388         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17389         (cl-macro-list1): Recognize `&allow-other-keys' instead of
17390         `&allow-other-keywords'.
17392         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17393         the list of directories scanned heuristically.
17395         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17397 2000-01-30  Jason Rumney  <jasonr@gnu.org>
17399         * w32-fns.el: Define w32-tty-standard-colors.
17401         * startup.el (command-line): Use w32-tty-standard-colors when in
17402         w32 console mode.
17404 2000-01-30  Dave Love  <fx@gnu.org>
17406         * jka-compr.el (jka-compr-load): Fix up load-history.
17408         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17410         * emacs-lisp/cl-macs.el: Revert previous change.
17412 2000-01-29  Dave Love  <fx@gnu.org>
17414         * facemenu.el: Purecopy various strings.
17416         * timezone.el (timezone-fix-time): Window against 69 for two-digit
17417         years.  Deal with three-digit years.
17419         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17420         Use defconst, purecopy.
17421         (help-back-label): Purecopy it.
17423 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17425         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17426         variable. If non-nil, order the buffer list according to the
17427         currently selected frame.
17428         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17429         non-nil, pass the selected frame to function buffer-list.
17431 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17433         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17435 2000-01-28  Dave Love  <fx@gnu.org>
17437         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17439         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17440         Don't use lisp-indent-hook property.
17441         (cl-abs): Remove.
17443         * subr.el: Move out indent and edebug specs for when and unless.
17445         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17446         when, unless.
17448         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17449         unless, when.
17451 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
17453         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17454         `collecting' as synonym for `collect'.
17456         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17457         for the case it contains spaces.
17459         * simple.el (what-cursor-position): Change formatting of messages.
17461         * frame.el (delete-other-frames): New function.
17462         (toplevel): Bind it to C-x 5 1.
17464         * sort.el (sort-numeric-base): New option.
17465         (sort-numeric-fields): If number starts with `0' or `0[xX[',
17466         interpret it as octal or hexadecimal.  Use sort-numeric-base
17467         as default base.
17469         * progmodes/glasses.el: New file.
17471 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
17473         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17474         userids differently.
17476         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17477         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17478         progmodes/ebnf-yac.el: New files.
17480 2000-01-26  Dave Love  <fx@gnu.org>
17482         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17483         on a function with an empty body.  [From Eric Ludlam.]
17485 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
17487         * vc.el (vc-version-diff): Make sure file name is expanded.
17489 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
17491         * scroll-bar.el (scroll-bar-timer): Variable removed.
17492         (scroll-bar-toolkit-scroll): Don't use a timer.
17494 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
17496         * language/thai-util.el (thai-composition-function):
17497         Delete superfluous `a'.
17499 2000-01-24  Dave Love  <fx@gnu.org>
17501         * fortran.el (fortran-mode): Use beginning-of-defun-function,
17502         end-of-defun-function.
17504         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17506 2000-01-22  Jason Rumney  <jasonr@gnu.org>
17508         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17509         conflicts with new face support.
17511 2000-01-22  Richard M. Stallman  <rms@gnu.org>
17513         * replace.el (query-replace): Rename last arg to DELIMITED.
17514         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17515         (query-replace-regexp): Likewise.
17517 2000-01-20  Richard M. Stallman  <rms@gnu.org>
17519         * subr.el (with-syntax-table): Use make-symbol, not gensym.
17521         * emacs-lisp/lisp.el (beginning-of-defun-function):
17522         Variable renamed from beginning-of-defun.
17523         Do not call make-variable-buffer-local.
17524         (beginning-of-defun-raw): Use new variable name; doc fix.
17525         (beginning-of-defun): Doc fix.
17526         (end-of-defun-function): Variable renamed from end-of-defun.
17527         Do not call make-variable-buffer-local.
17528         (end-of-defun): Use new variable name; doc fix.
17530         * subr.el (dolist, dotimes): Copied from cl-macs.el
17531         and made to work.
17533         * mail/undigest.el (rmail-digest-end-regexps):
17534         Variable replaces rmail-digest-end-regexp.
17535         Allows multiple regexps for detecting the end line.
17536         (undigestify-rmail-message): Corresponding changes.
17538 2000-01-19  Dave Love  <fx@gnu.org>
17540         * files.el (user-init-file): Don't declare here -- is primitive.
17542         * startup.el (command-line): Check for compiled user-init-file and
17543         set to uncompiled version if necessary.
17545 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17547         * mail/undigest.el (rmail-digest-end-regexp): New user option.
17548         (undigestify-rmail-message): Use it.
17550         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17552 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
17554         * tmm.el (tmm-goto-completions): Adapt to prompt being part
17555         of mini-buffer.
17557 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
17559         * emacs-lisp/copyright.el (copyright-update): Removed the
17560         requirement for a trailing space from `copyright-regexp', to
17561         support copyrights with owner specified on a separate line..
17563         * align.el: New file.
17565         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17567         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17569 2000-01-13  Dave Love  <fx@gnu.org>
17571         * ph.el: Removed.  (Obsoleted by EUDC.)
17573 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17575         * net/eudc.el (toplevel): Remove autoloaded code installing
17576         menu with easymenu, because that causes build problems.
17578         * frame.el (frame-notice-user-settings): New variable.
17579         (frame-notice-user-settings): Don't modify frame parameters
17580         if called a second time.
17582 2000-01-13  Richard M. Stallman  <rms@gnu.org>
17584         * frame.el (frame-notice-user-settings):
17585         Notice default-frame-parameters even for non-window frames.
17587 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17589         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17590         for Emacs.
17591         (eudc-bob-can-display-inline-images): Extend for Emacs.
17592         (eudc-bob-toggle-inline-display): Ditto.
17593         (eudc-bob-display-jpeg): Ditto.
17595 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
17597         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17598         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17599         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17601         * add-log.el (add-change-log-entry): Fix error trying an
17602         `(insert nil)'.
17604         * subdirs.el: Add `net' directory.
17606         * net: New directory.
17608         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17609         eval-last-sexp.  Don't bind debug-on-error here.
17610         (eval-last-sexp): New function.  Bind debug-on-error if
17611         eval-expression-debug-on-error is non-nil.
17612         (eval-defun-2, eval-defun): Likewise.
17614         * simple.el (eval-expression): Don't bind debug-on-error if
17615         eval-expression-debug-on-error is nil.  Detect changed
17616         debug-on-error, and propagate new value to global binding, if
17617         eval-expression-debug-on-error is non-nil,
17618         (eval-expression-debug-on-error): Change doc string.
17620 2000-01-11  Richard M. Stallman  <rms@gnu.org>
17622         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17624         * emacs-lisp/lisp-mode.el (with-syntax-table):
17625         Set up lisp-indent-function property.
17627         * subr.el (with-syntax-table): Moved from simple.el.
17629         * simple.el (with-syntax-table): Moved to subr.el.
17631 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
17633         * tmm.el (tmm-shortcut): Delete region after prompt instead
17634         of erasing buffer.
17636         * textmodes/fill.el (fill-common-string-prefix): New function.
17637         (fill-context-prefix): Use the longest common prefix of first
17638         and second line fill prefix, if there is one.
17640 2000-01-11  Richard M. Stallman  <rms@gnu.org>
17642         * array.el (array-mode): Don't use make-variable-buffer-local.
17643         Use make-local-variable for `truncate-lines'.
17645 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
17647         * add-log.el (add-log-current-defun): Handle user-defined
17648         add-log-current-function returning nil,
17650         * add-log.el (add-change-log-entry): Insert version number
17651         if having found a current function
17653         * add-log.el (add-log-current-defun):
17654         Call `add-log-current-defun-function'.  Try matches at level 0 and
17655         level 1.  Strip whitespace from defun found.
17657 2000-01-10  John Wiegley  <johnw@gnu.org>
17659         * allout.el (isearch-done/outline-provisions): Added `edit'
17660         argument to correspond with the current definition of `isearch-done'.
17662 2000-01-10  Dave Love  <fx@gnu.org>
17664         * elide-head.el (elide-head): Use point-marker, not point.
17666 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
17668         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17669         before and after the year 2000.
17671         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17672         Add ispell- prefix.
17674 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
17676         * ispell.el:  Only define dictionaries in menus when they exist.
17677         (version18p): New variable.
17678         (version20p): New variable.
17679         (xemacsp): New variable.
17680         (ispell-choices-win-default-height): Fix for XEmacs visibility.
17681         (ispell-dictionary-alist1): Added Brasileiro dictionary.
17682         (ispell-dictionary-alist6): Russian command lines no longer accept
17683         run-together words.
17684         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17685         (ispell-dictionary-alist): Add koi8-r to customize definition.
17686         (check-ispell-version): Added documentation string.  Return library
17687         path when called non-interactively.
17688         (ispell-menu-map-needed): Uses new variables.
17689         (ispell-library-path): New variable.
17690         (ispell-decode-string): XEmacs fix for bogus variable bindings.
17691         (ispell-word): Improved documentation string.  Test for valid
17692         character mappings.  Correctly check typed in word changes that can
17693         result in single words split into multiple words.
17694         Return replacement word.
17695         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
17696         replace in recursive query replace mode.  Help message for
17697         recursive edit mode.
17698         (ispell-show-choices): Protect against bad framepop bindings.
17699         (ispell-help): Fix to work with XEmacs.
17700         (ispell-highlight-spelling-error): Use new variables.
17701         (ispell-overlay-window): Fix to work with XEmacs.
17702         (ispell-parse-output): Passed and returns location information
17703         tracking spelling corrections.  Doesn't recheck same word on
17704         current line.
17705         (ispell-init-process): Protect against bogus XEmacs variable binding.
17706         Fix call to single argument in sleep-for.  Use new variables.
17707         (ispell-region): Passed and returns location information tracking
17708         spelling corrections.  Doesn't check same word on current line.
17709         Improved documentation string.  Doesn't resend a line already
17710         checked to the ispell process - fixes bug in LaTeX parsing.
17711         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17712         (ispell-skip-region): No longer skips <TT> in SGML.
17713         (ispell-process-line): Tracks location information with spelling
17714         corrections.  Added documentation string.  Accounts for words
17715         already accepted on this line.  Don't allow query-replace on line
17716         starting with math characters.  Doesn't resend a line already sent
17717         to ispell process.  Fixes alignment error bug.
17719 2000-01-10  Richard M. Stallman  <rms@gnu.org>
17721         * dired-x.el (dired-guess-shell-alist-default):
17722         Suggest xloadimage, which is free, not xv, which isn't.
17724         * ange-ftp.el (ange-ftp-file-name-nondirectory):
17725         Don't ever include the host name or user name in the value.
17727 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
17729         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17730         of a real newline.
17732 2000-01-09  Stephen Eglen  <stephen@gnu.org>
17734         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17735         for .png files.
17737 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
17739         * cus-edit.el (custom-hook-convert-widget): Fix comment.
17741 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
17743         * progmodes/cperl-mode.el: Replace ^F with ^L.
17745         * sendmail.el (toplevel): Provide `sendmail' when compiling before
17746         `require'ing rmail and mailalias to prevent infinite recursion.
17748 2000-01-08  Dave Love  <fx@gnu.org>
17750         * emacs-lisp/backquote.el: Remove inappropriate customization
17751         (allowing custom.el to use backquote).
17753 2000-01-07  Dave Love  <fx@gnu.org>
17755         * add-log.el (add-log-debugging): Deleted.
17756         (add-change-log-entry): Treat a backup FILE-NAME as its parent
17757         file.  Remove debugging code.
17758         (change-log-get-method-definition, change-log-name): Add doc.
17759         (change-log-sortable-date-at): New function.
17760         (change-log-merge): New command.
17762         * time.el (display-time-string-forms): Make the Mail string active.
17763         (display-time-update): Provide help-echo for load average.
17765         * bindings.el (make-mode-line-mouse2-map): New function.
17766         (mode-line-modified): Use it and simplify.
17767         (mode-line-mule-info): Provide help-echo info.
17768         (minor-mode-alist): Activate the strings.
17769         (make-mode-line-mouse-sensitive): Simplify for
17770         mode-line-buffer-identification.
17772 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
17774         * play/pong.el: New file.
17776 2000-01-06  Dave Love  <fx@gnu.org>
17778         * array.el: Assorted cleanups for compiler warnings, doc strings,
17779         `array-' prefix for symbols.
17781 2000-01-05  Dave Love  <fx@gnu.org>
17783         * textmodes/outline.el (outline-mode-menu-bar-map):
17784         Add outline-headers-as-kill.
17785         (outline-mode): Define imenu-generic-expression.
17786         (outline-headers-as-kill): New command.
17788         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17789         from paragraph-start.
17790         (paragraph-indent-minor-mode): New command.
17792         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17793         M-C-e, M-C-h, C-j, C-xnd, TAB.
17794         (fortran-mode): Set beginning-of-defun, end-of-defun.
17795         (fortran-column-ruler): Simplify.
17796         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17797         (fortran-with-subprogram-narrowing): Likewise.
17798         (fortran-indent-subprogram): Call mark-defun.
17799         (fortran-check-for-matching-do): Change narrowing.
17801         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17802         (cl-lucid-hash-tag): Delete.
17803         (cl-hash-table-p): Correct test for native table.
17804         (cl-hash-table-count): Use hash-table-count.
17806         * browse-url.el (browse-url): Fix case of
17807         browse-url-browser-function being an alist.
17809 2000-01-05  Carsten Dominik  <cd@gnu.org>
17811         * textmodes/reftex-vars.el (reftex-parse-file-extension)
17812         (reftex-index-phrase-file-extension): New options.
17814         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17815         Use new option `reftex-index-phrase-file-extension'.
17817         * textmodes/reftex.el (reftex-access-parse-file): Use new option
17818         `reftex-parse-file-extension'.
17820 2000-01-05  Dave Love  <fx@gnu.org>
17822         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17823         (beginning-of-defun-raw): Use it.
17824         (end-of-defun): New variable.
17825         (end-of-defun): Use it.
17826         (check-parens): New command.
17828 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
17830         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17831         (hs-show-block): Don't use `mapcar' when not accumulating.
17833         Fix buglet in local variables initialization.
17835 2000-01-05  Andreas Schwab  <schwab@suse.de>
17837         * hscroll.el (hscroll): Doc fix.
17839 2000-01-05  Carsten Dominik  <cd@gnu.org>
17841         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17842         Require idlw-toolbar.
17844         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17845         file idlw-rinfo.el.
17846         (idlwave-customize): Load must read file idlw-shell.el.
17847         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17849 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
17851         * progmodes/idlw-shell.el: Also provide idlwave-shell
17852         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17853         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17855         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17856         both reftex-dcr and reftex-vcr.
17858         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17860 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17862         * ps-print.el: PostScript code now is in separate files, doc fix.
17863         (ps-print-version): New version number (5.0.3).
17864         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17865         local.
17866         (ps-spool-config): Initialization fix.
17867         (ps-print-prologue-1, ps-print-prologue-2)
17868         (ps-print-duplex-feature): PostScript code moved to separated file.
17869         (ps-background-image): Little code reformating.
17870         (ps-begin-file, ps-begin-job): Fix code.
17871         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17872         (ps-prologue-file): New fun.
17874 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17876         * ps-vars.el: Eliminated.
17878         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17879         `;;;###autoload'.
17881         * ps-print.el: ps-vars eliminated, doc fix.
17882         (ps-print-version): New version number (5.0.2).
17883         (ps-spool-config): Initialization fix.
17884         (ps-print-customize): New fun.
17886 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
17888         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
17890 2000-01-04  Dave Love  <fx@gnu.org>
17892         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17893         menu items.
17895 2000-01-03  Dave Love  <fx@gnu.org>
17897         * elide-head.el (elide-head) [defgroup]: Add :version.
17899         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17900         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17901         Use `cl-hash-table-p', not `hash-table-p'.
17902         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17904 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17906         * faces.el (face-read-integer, read-face-attribute)
17907         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
17909 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
17911         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17912         at comment end, and re-insert them after filling.
17914 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17916         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17917         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17918         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17920 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17922         * term/x-win.el (xw-defined-colors): Call color-supported-p,
17923         the new name of face-color-supported-p.
17925         * term/w32-win.el (xw-defined-colors): Likewise.
17927 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17929         * simple.el (completion-setup-function): Count completion-size
17930         from minibuffer-prompt-end, not from point-min.
17932 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
17934         * faces.el (read-face-attribute, defined-colors, color-defined-p):
17935         Pass the frame to tty-color-* functions.
17936         (display-color-p, frame-set-background-mode): Pass the frame to
17937         tty-display-color-p.
17939         * term/tty-colors.el (tty-defined-color-alist): Renamed from
17940         tty-color-alist.
17941         (tty-color-alist, tty-modify-color-alist): New functions.
17942         (tty-color-define,  tty-color-clear, tty-color-approximate)
17943         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17944         optional parameter FRAME.
17946 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
17948         * image.el (create-image, defimage): Don't assume image data is
17949         a string.
17951         * image.el (defimage): Handle specifications containing :data
17952         instead of :file.
17953         (image-type-from-data): New function.
17954         (image-type-from-file-header): Use it.
17955         (create-image): Add parameter DATA-P.
17957 See ChangeLog.8 for earlier changes.
17959 ;; Local Variables:
17960 ;; coding: iso-2022-7bit
17961 ;; End: