(ange-ftp-file-modtime): Check a 213 response
[emacs.git] / lisp / ChangeLog
blob285c04bd0781346e9e9bb1f46774185ca02255e0
1 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
3         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4         from the server for the format we expect.  Don't use it if it
5         doesn't look like what the Internet draft for FTP extensions
6         specifies.
8 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10         * cc-cmds.el: Extended the kludge to interoperate with the
11         delsel and pending-del packages wrt to the new function
12         `c-electric-delete-forward'.
14 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
16         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
17         to delay the call to <mode> for global minor modes.
18         (easy-mmode-define-navigation): Only recenter if interactive.
20 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
22         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
23         to lisp-indent-line.
25         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
26         from the server.  Call encode-time only when we are sure that we
27         got a 213 response.
29 2001-07-06  Simon Josefsson  <jas@extundo.com>
31         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
32         (mail-envelope-from): New user option.
33         (sendmail-send-it): Use it.
35 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
37         * ps-print.el: Use locale dependant date to print date in header.
38         Doc fix.
39         (ps-print-version): New version number (6.5.3).
40         (ps-right-header, ps-right-footer): Initialization and doc fix.
41         (ps-time-stamp-locale-default): New fun.
43 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
45         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
46         field problem with MIME-mode.
48         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
50 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
52         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
53         MIME-mode.
55 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
57         * bindings.el (mode-line-mule-info): Don't show the tip with
58         buffer-file-coding-system if that is nil.
60 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
62         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
63         instead of kill-line.
65         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
66         <Pavel@Janik.cz>.
68         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
69         <Pavel@Janik.cz>.
71 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
73         * font-lock.el (c-font-lock-keywords-3): When matching something
74         like `struct X Y', finish with point after Y.
76 2001-07-04  Simon Josefsson  <jas@extundo.com>
78         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
79         in caller buffer.
81 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
83         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
84         instead of string-match to find the basename of the file.
85         From Pascal Obry <p.obry@wanadoo.fr>.
87         * net/browse-url.el (browse-url-default-windows-browser):
88         Support the MS-DOS port when it runs on Windows.
89         (browse-url-browser-function) [ms-dos]: Default to
90         browse-url-default-windows-browser.
92         * help.el (locate-library): Enable code that looks for compressed
93         libraries if auto-compression-mode is on.
95 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
97         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
99 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
101         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
103 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
105         * allout.el: Fix the header line, so that finder.el recognizes it.
106         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
108         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
109         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
111 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
113         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
115         * ps-bdf.el (bdf-directory-list): Use the value relative to
116         installation-directory for MS-Windows as well.
118 2001-06-29  Richard M. Stallman  <rms@gnu.org>
120         * wid-edit.el (widget-color-sample-face-get):
121         Return ((foreground-color . COLOR)) instead of constructing a face.
123 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
125         * faces.el (region): Change the background color for the
126         light-background color display to lightgoldenrod2, to make it
127         visible on some laptops.
129 2001-06-28  Richard M. Stallman  <rms@gnu.org>
131         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
132         (rmail-msg-restore-non-pruned-header): Likewise.
133         If point was in the old pruned header, put it at the top.
134         (rmail-msg-prune-header): If point was at the top, keep it there.
136         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
137         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
139 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
141         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
143 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
145         * saveplace.el: Update maintainer email address.
147 2001-06-27  Francesco Potorti`  <pot@gnu.org>
149         * uniquify.el: (uniquify-rationalize-file-buffer-names):
150           Undo previous change.
152 2001-06-27  Francesco Potorti`  <pot@gnu.org>
154         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
155         preliminary quick reordering.  Can speed things up dramatically.
157 2001-06-26  Richard M. Stallman  <rms@gnu.org>
159         * dired.el (dired-get-filename): A file name starting with ~
160         is not absolute in this context.
162         * which-func.el (which-func-maxout): Increase default to 500000.
163         (which-function-mode): This is now the "real" name of the function.
164         (which-func-mode): Now an alias.
165         (which-func-mode-global): Name deleted.
167         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
168         button-2, when binding hs-mouse-toggle-hiding.
170 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
172         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
173         (rmail-msg-prune-header): Likewise.
174         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
175         and `rmail-msg-prune-header'.
177 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
179         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
180         back than LINEBEG.
182 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
184         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
185         window where they clicked the mouse has a header line, adjust
186         vertical movement by one.
188 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
190         * progmodes/glasses.el (glasses-make-readable): Consider underscores
191         too when separating a parenthesis.
193 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
195         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
196         (bookmark-bmenu-hide-filenames): Add help-echo to
197         mouse-highlighted text.
198         (bookmark-bmenu-show-filenames): Remove help-echo property from
199         the whitespace.
201 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
203         * files.el (auto-mode-alist): Add configure.ac (autoconf).
204         From Karl Eichwalder <ke@suse.de>.
206 2001-06-23  Richard M. Stallman  <rms@gnu.org>
208         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
210         * progmodes/cc-styles.el (c-set-style): Don't specify initial
211         contents for completing-read.
213 2001-06-22  Richard M. Stallman  <rms@gnu.org>
215         * menu-bar.el (menu-bar-make-toggle): Construct the
216         function's doc string from HELP, not DOC, and make it accurate by
217         adding "Toggle whether to " at the front and downcasing the initial.
218         Change the HELP arg in some calls to make it fit this usage.
220         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
221         Undo previous change.
223 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
225         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
227         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
229 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
231         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
233         * dabbrev.el (dabbrev--select-buffers): Fix last change.
235 2001-06-20  Richard M. Stallman  <rms@gnu.org>
237         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
238         broken out from dabbrev--find-expansion.  Handle minibuffer
239         specially here.
240         (dabbrev--find-expansion): Simplify code in various ways.
241         Don't treat minibuffers specially.
242         Call dabbrev--make-friend-buffer-list.
243         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
244         (dabbrev--scanning-message): Do nothing when minibuffer is current.
246 2001-06-19  John Wiegley  <johnw@gnu.org>
248         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
249         Also, added a comment describing how to greatly speedup Eshell
250         loadup time, by concatenating together all of Eshell's .elc files.
252 2001-06-19  John Wiegley  <johnw@gnu.org>
254         * eshell/esh-mode.el: Disabled a test that often yields false failures.
256 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
258         * woman.el (WoMan-highlight-references): Add help-echo to
259         mouse-highlighted text.
261 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
263         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
265 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
267         * international/quail.el (quail-start-conversion):
268         Reset quail-translating to nil.
270         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
271         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
273 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
275         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
276         mouse-highlighted text.
278         * dired.el (dired-mark-pop-up): Fix last change.
280 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
282         * calendar/calendar.el (generate-calendar-month): Add help-echo to
283         mouse-highlighted text.
285         * net/quickurl.el (quickurl-url-file): Run through
286         convert-standard-filename.
287         (quickurl-list-populate-buffer): Add help-echo to
288         mouse-highlighted text.
289         (top-level): Update Dave's URL.
291         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
292         mouse-highlighted text.
294         * textmodes/page-ext.el (pages-copy-header-and-position):
295         Add help-echo to mouse-highlighted text.
297         * tar-mode.el (tar-header-block-summarize): Add help-echo to
298         mouse-highlighted text.
300         * replace.el (occur): Add help-echo to mouse-highlighted text.
302         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
303         mouse-highlighted text.
305         * progmodes/cpp.el (cpp-make-button): Add help-echo to
306         mouse-highlighted text.
308         * progmodes/compile.el (compile-reinitialize-errors):
309         Add help-echo to mouse-highlighted messages.
310         (compilation-forget-errors): Remove help-echo property as well.
312         * play/landmark.el (lm-plot-square, lm-init-display):
313         Add help-echo to mouse-highlighted text.
315         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
316         Add help-echo to mouse-highlighted text.
318         * dired.el (dired-insert-set-properties): Add help-echo to
319         mouse-highlighted text.
320         (dired-mark-pop-up): Remove help-echo property from the file name.
322         * comint.el (comint-send-input): Add help-echo to
323         mouse-highlighted text.
325         * buff-menu.el (list-buffers-noselect): Add help-echo to
326         mouse-highlighted text.
328         * arc-mode.el (archive-summarize-files): Add help-echo to
329         mouse-highlighted text.
331         * ffap.el (ffap-machine-p): Always return nil if
332         open-network-stream is not fboundp.
334 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
336         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
337         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
338         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
339         incorrectly binding chars between 128 and 256 to it.
340         (sgml-maybe-name-self): Handle latin-1 chars properly.
341         (sgml-tags-invisible): Bind buffer-file-name to nil.
342         Use unwind-protect and restore-buffer-modified-p.
343         (sgml-point-entered): Use buffer-substring-no-properties.
344         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
345         (html-mode): Don't force `imenu-sort-function'.
347 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
349         * tar-mode.el: Fix the copyright notice.
351         * font-lock.el (font-lock-comment-face): For tty's with dark
352         background, use "red1", since "lightred" is not one of the colors
353         recognized by tty-colors.el.
355         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
356         create a buffer for extracted file, in case there's more than one
357         file by that name in an archive, possibly in different
358         directories.  From Kevin Rodgers <kevinr@ihs.com>.
360         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
361         <alex@gnu.org>.
363 2001-06-15  Miles Bader  <miles@gnu.org>
365         * textmodes/texinfmt.el (texinfo-format-syntax-table):
366         Revert previous change.
368 2001-06-14  Richard M. Stallman  <rms@gnu.org>
370         * replace.el (keep-lines-read-args): Return just a regexp.
371         Provide nil for the region args.
372         (keep-lines, flush-lines, how-many):
373         Calculate the defaults for the region here, when args are nil.
375 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
377         * rot13.el (rot13-other-window): Some more doc fix.
379 2001-06-14  Per Starback  <starback@ling.uu.se>
381         * replace.el (case-replace, query-replace-from-history-variable)
382         (query-replace-to-history-variable, keep-lines-read-args)
383         (occur-revert-function, query-replace-help): Dox fix.
385 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
387         * rot13.el (rot13-other-window): Doc fix.
389 2001-06-14  Miles Bader  <miles@gnu.org>
391         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
392         of " and \ to "." (punctuation).
393         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
395 2001-06-13  Richard M. Stallman  <rms@gnu.org>
397         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
399         * simple.el (shell-command-on-region): Never kill the
400         *Shell Command Output* buffer.
402 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
404         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
406 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
408         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
409         New var, to recognize ${ $' and PODs.
410         (perl-font-lock-syntactic-face-function): New function.
411         (perl-mode): Use them.
412         (perl-continuation-line-p): New function, from perl-calculate-indent.
413         (perl-calculate-indent): Use it, to properly handle continuation
414         lines of continuation lines.
416 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
418         * server.el (server-process, server-buffer-clients): Doc fix.
419         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
421 2001-06-09  John Wiegley  <johnw@gnu.org>
423         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
424         test if the last command was Lisp or not.
425         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
426         B x C".
428 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
430         * dos-w32.el (grep-regexp-alist): Remove definition, since the
431         general one on compile.el supports drive letters.
433 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
435         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
436         key description.
438         * textmodes/reftex-sel.el (reftex-select-jump): New command.
440         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
441         (reftex-toc-jump): New command.
443         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
444         to parse international characters as well.
446         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
447         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
449         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
451         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
452         TAB to the key separators.
454 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
456         * international/mule.el (auto-coding-alist): Remove redundant
457         up-cased versions of the extensions (auto-coding-alist-lookup is
458         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
459         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
461 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
463         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
465 2001-06-01  Richard M. Stallman  <rms@gnu.org>
467         * help.el (describe-variable): Put value on same line
468         with preceding text, if it is short enough to look good that way.
470 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
472         * term/internal.el (IT-unicode-translations): New variable.
473         (IT-setup-unicode-display): New function.
475 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
477         * ps-print.el: Handle before-string and after-string overlay properties
478         in ps-print-*-with-faces commands.  Doc fix.
479         (ps-print-version): New version number (6.5.2).
480         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
481         for XEmacs.
482         (ps-prefix-quote): Doc fix.
483         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
484         (ps-basic-plot-str, ps-plot-string): New funs.
486 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
488         * progmodes/etags.el (tags-compression-info-list): Fix docstring
489         and :type spec.
491 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
493         * international/mule-cmds.el (inactivate-input-method):
494         Set input-method-function to nil.
496         * xml.el (xml-parse-tag): The document may contain invalid characters.
497         From ShengHuo ZHU  <zsh@cs.rochester.edu>
499 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
501         * mail/rmailsum.el (rmail-message-subject-p): Don't call
502         `rmail-summary-line-decoder' if the message does not have
503         a Subject: field.
505         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
507         * mail/rmail.el (rmail-insert-mime-resent-message-function):
508         New variable.
509         (rmail-resend): Modify to work in `rmail-view-buffer'; call
510         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
511         is non-nil.
513 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
515         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
517 2001-05-29  Sam Steingold  <sds@gnu.org>
519         * faces.el (face-valid-attribute-values): Bind `valid' directly
520         instead of using `setq'.
522         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
523         Use `tex-shell-buf'.
524         (tex-shell-proc): Use `tex-shell-running'.
525         (tex-shell-buf-no-error): New function.
526         (tex-send-tex-command): Use it.
527         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
528         (tex-kill-job): Check the process before calling `quit-process'.
530 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
532         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
533         UTF-8 sequences.
535 2001-05-28  Miles Bader  <miles@gnu.org>
537         * comint.el (comint-carriage-motion): Renamed from
538         `comint-cr-magic'.  Operate on the buffer instead of the string
539         (for use as a comint post-output filter, instead of as a
540         pre-output filter).  Handle backspaces too.  Add to the
541         `comint-output-filter-functions' hook instead of
542         `comint-preoutput-filter-functions'.
544 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
546         * language/japan-util.el (japanese-hankaku): Prefer the charset
547         `jisx0201' when the optional argument `ascii-only' is not specified.
548         (japanese-hankaku-region): Ditto.
549         From Katsumi Yamaoka <yamaoka@jpl.org>
551 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
553         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
554         (outline-invisible-p): New function.
555         (hide-leaves): Save excursion.
556         (hide-other): Stop looping when reaching bobp.
558 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
560         * cus-edit.el (custom-file): Fix last change.
562 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
564         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
565         same definition in byte-compile-function-environment as `autoload'
566         would put in `symbol-function'.
568         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
569         patch to correct the error message as well.
571 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
573         * cus-edit.el (custom-file): Don't assume we were invoked with -q
574         unless ~/.emacs exists.
576         * novice.el (enable-command): If user-init-file is nil or does not
577         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
579 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
581         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
582         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
583         Allow spaces around macro arguments.
584         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
585         indent-for-tab-command.
586         (latex-mode-map, plain-tex-mode-map): New keymaps.
587         Inherit from tex-mode-map.
588         (tex-common-initialization): Don't setup the keymap any more
589         since it's now done right by define-derived-mode.
590         (latex-mode): Set skeleton-end-hook to nil.
591         (latex-skeleton-end-hook): Remove.
592         (tex-latex-block, latex-insert-item): Simplify.
593         (latex-syntax-after): Use following-char rather than char-after.
594         (tex-discount-args-cmds, tex-count-words): New functions.
596         * textmodes/tildify.el (tildify-ignored-environments-alist):
597         Recognize \verb* as well.
599         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
600         (perl-comment-indent): Simplify to let newcomment.el do its job.
601         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
602         (perl-mark-function): Cleanup the namespace.
603         (perl-calculate-indent): Don't be fooled by nested functions.
605         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
607         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
608         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
610 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
612         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
613         actually be `\\'.
614         (ctlau-b5-converter): Likewise.
616 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
618         * international/titdic-cnv.el (quail-misc-package-ext-info):
619         Change CTLauB.el to CTLau-b5.el.
621 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
623         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
624         rather than beginning-of-line to avoid problems with fields.
625         (gud-perldb-massage-args): Use unless and push.
626         (gud-chdir-before-run): New var.
627         (gud-common-init): Use it.
629 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
631         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
632         delete entries for chinese-ctlau and chinese-ctlaub.
633         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
634         chinese-ctlaub.
635         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
636         New functions.
638 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
640         * cus-edit.el (custom-comment-show): Remove debug code.
642         * language/japan-util.el (japanese-symbol-table): Fix handling of
643         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
645 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
647         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
648         Renamed by removing the silly `-flag' suffix.
649         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
651 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
653         * replace.el (keep-lines-read-args): Use `copy-marker'.
654         (how-many): Save excursion properly.
655         (occur-mode): Use define-derived-mode.
656         (perform-replace): Use with-current-buffer.
658 2001-05-20  Richard M. Stallman  <rms@gnu.org>
660         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
662         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
664         * info.el (Info-read-subfile): Widen before finding the
665         desired node in the subfile.
667         * startup.el (command-line-1): When >2 files visited,
668         leave the last one visible, and make that the selected window.
670 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
672         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
674 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
676         * international/ccl.el (define-ccl-program): Fix a typo.
677         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
679         * international/mule.el (decode-char): Fix a typo.  From Pavel
680         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
682         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
683         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
685         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
686         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
688 2001-05-18  Sam Steingold  <sds@gnu.org>
690         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
691         and [RET] to `cvs-mode-find-file'.
693 2001-05-18  John Wiegley  <johnw@gnu.org>
695         * eshell/esh-ext.el (eshell-explicit-command-char): A new
696         configuration variable, which determines the initial character
697         that forces use of an external version of a command.  The default
698         is *, but may be set to \, for example.
700         * eshell/esh-ext.el (eshell-explicit-command):
701         Use `eshell-explicit-command-char' instead of ?*.
703         * eshell/esh-cmd.el (eshell/which):
704         Use `eshell-explicit-command-char' instead of ?*.
706         * eshell/em-cmpl.el (eshell-completion-command-name)
707         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
708         instead of ?*.
710 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
712         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
713         subst-char-in-string.
714         (ange-ftp-after-parse-ls-hook): New variable.
715         (ange-ftp-ls): Run that hook.
716         From Peter Milliken <Peter.Milliken@GTECH.COM>.
718         * tmm.el (tmm-get-keymap): Fix handling of :filter.
719         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
720         text into *Completions*.
722         * net/goto-addr.el (goto-address-at-point): Deal with URLs
723         part of which look like email addresses.
725 2001-05-18  Andrew Innes  <andrewi@gnu.org>
727         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
728         Use . instead of absolute path for lisp dir, to avoid bug in W2K
729         cmd.exe's handling of FOR loops.
730         (autoloads): Set find-file-suppress-same-file-warnings to t to
731         avoid slew of spurious messages.
733 2001-05-18  Simon Josefsson  <simon@josefsson.org>
735         * mail/smtpmail.el (maybe-append-domain): Renamed to
736         `smtpmail-maybe-append-domain'.
737         (smtpmail-via-smtp): Use the new name.
739         * net/browse-url.el (browse-url-browser-function): Add kde.
740         (browse-url-kde-program, browse-url-kde-args): New variables.
741         (browse-url-kde): New function.
743 2001-05-18  Miles Bader  <miles@gnu.org>
745         * simple.el (delete-horizontal-space, just-one-space):
746         Use `constrain-to-field' instead of `field-end'/`field-beginning',
747         because it's more efficient for large files.
749 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
751         * mail/rmail.el (rmail-require-mime-maybe): New function.
752         (rmail): Use it.
753         (rmail-mode): Handle the case of finding Rmail files.
755         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
756         functions.
758 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
760         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
761         text-property after moving to the beginning of line and regardless
762         of the value of font-lock-multiline.
764 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
766         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
768         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
769         last coding system used before calling set-buffer-modified-p
770         because that function changes last-coding-system.
772 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
774         * files.el (switch-to-buffer-other-window)
775         (switch-to-buffer-other-frame): Add an xref to display-buffer in
776         the doc string.
778 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
780         * language/slovak.el, language/czech.el: New maintainer.
782 2001-05-16  Sam Steingold  <sds@gnu.org>
784         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
785         sub-form of `defgeneric' correctly.
787 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
789         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
790         of `c'.
792         * textmodes/outline.el (outline-font-lock-level): Remove the
793         condition-case, test what outline-level returns instead, to
794         ease debugging.
796         * international/mule.el (auto-coding-regexp-alist): New user-option.
797         (auto-coding-from-file-contents): New function.
798         (set-auto-coding): Use it to determine a coding system.
800 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
802         * mouse.el (mouse-delete-other-windows): Doc fix.
804         * emacs-lisp/lisp-mode.el (lisp-mode):
805         Make font-lock-keywords-case-fold-search a buffer-local variable with
806         make-local-variable before setting it.
808 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
810         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
811         prefixes.
813 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
815         * hexl.el (hexl-current-address): Print a message when called
816         interactively.
818 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
820         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
822         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
824         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
826 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
828         * startup.el (command-line): If parameters have been changed in
829         the init files which influence font selection, clear the face
830         cache so that faces get realized with the new parameters.
832         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
834 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
836         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
838 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
840         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
841         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
843 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
845         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
846         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
848 2001-05-09  John Wiegley  <johnw@gnu.org>
850         * eshell/esh-util.el (eshell-convert-numeric-arguments):
851         Annotated the documentation string to tell users about
852         `eshell-no-numeric-conversions'.
854         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
855         conversions if a Lisp function has the property
856         `eshell-no-numeric-conversions' set to a non-nil value.
858         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
859         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
860         property `eshell-no-numeric-conversions' on the following
861         functions (which all deal with filesystem entities, and never Lisp
862         numerical values): eshell/cd, eshell/pushd, eshell/popd,
863         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
864         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
865         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
866         eshell/which, eshell/addpath.
868 2001-05-09  John Wiegley  <johnw@gnu.org>
870         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
871         encountered as an argument, don't convert it right away, but tag
872         the first character of the string with the text properties
873         `number', which signifies to `eshell-lisp-command' that the
874         argument should be passed through `string-to-number' if it is
875         actually used in the call to a Lisp function.
877         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
878         function, convert any string arguments that have been tagged as
879         "numbers", by calling string-to-number.
881         * eshell/esh-util.el (eshell-number-regexp): Now that number
882         conversions only happen for Lisp function calls, the number regexp
883         should now match all integer and floating point forms.
885         * eshell/esh-proc.el: Disable `eshell-stop-process' and
886         `eshell-continue-process', since they are both nonfunctional at
887         the moment.
888         (eshell-proc-initialize): Don't bind keys for
889         `eshell-stop-process' or `eshell-continue-process'.
891         * eshell/em-unix.el (eshell-shuffle-files):
892         Apply `directory-file-name' before calling `file-name-directory'.
894         * eshell/em-hist.el (eshell-add-to-history): Reference to
895         `eshell-history-ring' needed to be `eshell-history-index'.
897         * calendar/timeclock.el (timeclock-find-discrep):
898         Initialize `elapsed' to 0.
899         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
900         it's still nil.
902 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
904         * arc-mode.el (archive-int-to-mode): Construct the string directly.
905         (archive-mode): Use capitalize.
906         (archive-unique-fname): Use make-temp-file.
908 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
910         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
912 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
914         * tar-mode.el (tar-extract): Pay attention to the value of
915         coding-system-for-read, if it is non-nil.
917         * calendar/holidays.el (holidays): Add an autoload cookie.
918         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
920 2001-05-08  John Wiegley  <johnw@gnu.org>
922         * calendar/timeclock.el (timeclock-workday-remaining):
923         Changed logic for determining how much time is remaining.
924         (timeclock-workday-elapsed): Don't accept a "relative" argument
925         for the current day's elapsed time.  What could that have meant?
926         (timeclock-workday-elapsed-string): No "relative" argument anymore.
927         (timeclock-when-to-leave): Changed logic, similarly to what was
928         done for `timeclock-workday-remaining'.
929         (timeclock-find-discrep): Removed "today-only" argument, which had
930         no meaning.  Fixed some more math problems.  The function now
931         returns a three member list: (TOTAL-TIME-DISCREPANCY
932         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
934 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
936         * w32-fns.el (convert-standard-filename): Start replacing slashes
937         from the beginning of the file name, not from where the last
938         invalid character was.  From "Andrew Maguire (SWW)"
939         <Andrew.Maguire@Smallworld.co.uk>
941 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
943         The following changes are to provide infrastructure for handling
944         MIME messages to rmail.  They don't affect the original behaviour
945         if rmail-enable-mime is nil.
947         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
948         (rmail-search-mime-message-function)
949         (rmail-search-mime-header-function): New variables.
950         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
951         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
952         `rmail-view-buffer' is hidden.
953         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
954         call rmai-show-mime-function.
955         (rmail-display-labels): If rmail-enable-mime is non-nil, update
956         mode-line-process of rmail-view-buffer.
957         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
958         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
959         buffer.
960         (rmail-next-message, rmail-next-undeleted-message): Be sure to
961         set-buffer to the Rmail buffer.
962         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
963         rmail-search-mime-header-function.
964         (rmail-search-message): New function.
965         (rmail-search): Call rmail-search-message to check if a message
966         matches REGEXP, lastly update point after calling
967         rmail-show-message.
968         (rmail-undelete-previous-message, rmail-expunge-confirmed)
969         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
970         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
971         header region, refer to rmail-msgref-vector while setting the
972         current buffer to rmail-buffer temporarily.
973         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
974         If rmail-enable-mime is non-nil, call
975         rmail-insert-mime-forwarded-message-function instead of inserting
976         forwarded message by itself.
978         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
979         Rmail buffer.
980         (rmail-set-label, rmail-next-labeled-message): Likewise.
982         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
983         set-buffer to the Rmail buffer.
984         (rmail-output-to-rmail-file): Likewise.
985         (rmail-output): Likewise.
987         * mail/rmailsum.el (rmail-message-subject-p): Process the result
988         of mail-fetch-field by rmail-summary-line-decoder.
989         (rmail-new-summary): Be sure to go to the Rmail buffer.
990         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
991         rmail-view-buffer to nil.
992         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
993         rmail-view-buffer.
994         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
995         rmail-buffer.
996         (rmail-summary-scroll-msg-down): Likewise.
997         (rmail-summary-beginning-of-message): Likewise.
998         (rmail-summary-wipe): Likewise.
999         (rmail-summary-toggle-header): Use save-window-excursion, not
1000         save-excursion.  Update point in rmail-view-buffer, not in
1001         rmail-buffer.
1002         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1003         rmail-view-buffer, not rmail-buffer.
1005 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1007         * cus-edit.el (custom-file): Signal an error if user-init-file is
1008         nil (running -q).
1010         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1012         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1013         Add :version.
1015         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1016         New option.
1017         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1018         only if smtpmail-warn-about-unknown-extensions is set.
1020         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1021         instead of rmail-sort-by-keywords.
1023         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1024         rmail-sort-by-keywords.
1026         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1027         rmail-summary-sort-by-keywords.  Doc fix.
1028         (rmail-summary-mode): Doc fix.
1030         * mail/rmail.el (rmail-edit): New Custom group.
1032         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1033         (rmail-edit-mode-hook): New user-option.
1035 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1037         * help.el (help-xref-symbol-regexp): Recognize "source of"
1038         and friends, meaning make a link to the source file.
1039         (help-make-xrefs): Handle "source of" and friends
1040         by constructing a link that visits the source file.
1042         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1044 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1046         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1047         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1048         Renamed from perl-font-lock-keywords to avoid clashes.
1049         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1050         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1051         Updated correspondingly.
1053         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1054         Typo `nonexistant' -> `nonexistent'.
1056 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
1058         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1059         Split `c-electric-delete' into two functions where
1060         `c-electric-delete-forward' always deletes forward and
1061         `c-electric-delete' only contains the code necessary for XEmacs to
1062         choose between backward and forward deletion.
1064         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1065         get the electric behavior on that key too.
1066         (c-fill-paragraph): Fixed bogus direct use of
1067         c-comment-prefix-regexp, which caused an error when it's a list.
1069 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1071         * dired-aux.el (dired-diff): Doc fix.
1073         * dired.el (dired-diff): Likewise.
1075 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1077         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1079 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
1081         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1082         if both the buffer and the file are read-only.
1084         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1085         rather than font-lock-string-face.
1086         (sh-get-indent-info): Treat heredocs like strings.
1088 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
1090         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1091         a newline following `}'.
1092         (texinfo-format-email): New function.
1093         (toplevel): Use texinfo-format-email for @email.
1094         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1095         Add `display'.
1096         (texinfo-sort-region): Goto point-min before sorting.
1097         (texinfo-set): Remove leading white space from value.
1098         From yagi@is.titech.ac.jp.
1100         * replace.el (query-replace-regexp-eval): Doc fix.
1102 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
1104         * diff-mode.el (diff-nonexistant-face): New face.
1105         (diff-font-lock-keywords): Use it.
1107 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
1109         * font-lock.el (font-lock-mode): Doc fix.
1111         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1112         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1114 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
1116         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1117         backslash at the start of the here-document delimiter.
1118         (sh-font-lock-syntactic-keywords): Likewise.
1120         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1122 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
1124         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1125         (tty-color-translate, tty-color-by-index, tty-color-values)
1126         (tty-color-desc): Doc fix.
1128 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
1130         * dired-aux.el (dired-do-create-files, dired-do-copy)
1131         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1132         Mention dired-dwim-target in the doc string.
1134 2001-04-28  Miles Bader  <miles@gnu.org>
1136         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1137         (dabbrev--find-expansion): Use it.
1138         (dabbrev--select-buffers): Don't select ignored buffers.
1140 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
1142         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1144 2001-04-26  Richard M. Stallman  <rms@gnu.org>
1146         * dabbrev.el: Add doc strings for some functions.
1147         (dabbrev--eliminate-newlines): New variable.
1148         (dabbrev--substitute-expansion): Convert newlines to spaces
1149         if dabbrev--eliminate-newlines is set.
1150         If abbrev and expansion are both all-lower-case,
1151         leave dabbrev--last-case-pattern nil.
1153 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
1155         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1156         if necessary, like in rmail-show-message.
1158 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1160         * ps-print.el: Color specified by number is forced to be float number.
1161         (ps-print-version): New version number (6.5.1.1).
1162         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1163         initialization.
1164         (ps-prefix-quote): New internal var.
1165         (ps-print-quote): New fun.
1166         (ps-setup, ps-output-frame-properties, ps-float-format)
1167         (ps-format-color): Code fix.
1168         (ps-plot-region): Eliminate redundant foreground color text setting.
1170 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
1172         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1174 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
1176         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1178 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
1180         * info.el (Info-additional-directory-list): Doc fix.
1182         * find-lisp.el (find-lisp-find-dired-filter)
1183         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1184         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
1186 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
1188         * progmodes/make-mode.el (makefile-font-lock-keywords):
1189         Rationalize the rules for includes and conditionals and use the
1190         keyword face for them.
1192         * faces.el (modify-face): Add compatibility for non-interactive use.
1194 2001-04-24  John Wiegley  <johnw@gnu.org>
1196         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1197         fix from last night, since it wasn't finding eshell/cd.
1199 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
1201         * rect.el (string-rectangle): Revert to 20.x behaviour.
1202         (replace-rectangle): Make it an alias for string-rectangle.
1203         (string-insert-rectangle): New function.
1205 2001-04-23  John Wiegley  <johnw@gnu.org>
1207         * eshell/em-unix.el (eshell/diff): Fixed problems that were
1208         occurring with Emacs 21's diff.el/compile.el interaction layer.
1210 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
1212         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1213         case where the function was defined in a file, but not part of an
1214         eshell module.
1216 2001-04-23  John Wiegley  <johnw@gnu.org>
1218         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1219         code to work around a redisplay problem I've been having.
1221 2001-04-23  John Wiegley  <johnw@gnu.org>
1223         * calendar/timeclock.el (timeclock-day-required): If the time
1224         required for a particular day is not set, use `timeclock-workday'.
1225         (timeclock-find-discrep): Added some sample code in a comment.
1227         * eshell/eshell.el (eshell-command): Made a few changes so that
1228         `eshell-command' could be called programmatically.
1230         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1232         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1234 2001-04-23  John Wiegley  <johnw@gnu.org>
1236         * calendar/timeclock.el: Updated copyright.
1237         (timeclock-generate-report): Don't report the daily or two-week
1238         total, if no time has been worked in that period.
1239         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1240         final computational form, which was unnecessary; corrected a
1241         parsing problem when timeclock-relative was nil.
1243 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
1245         * calendar/timeclock.el (timeclock-modeline-display): Check if
1246         `list-entry' is null.
1247         (timeclock-use-display-time): The first argument to `set-variable'
1248         must be a symbol.
1250 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
1252         * calendar/calendar.el (diary-entry-marker)
1253         (calendar-today-marker, calendar-holiday-marker):
1254         Use display-color-p instead of window-system.
1255         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1256         instead of window-system.
1257         (calendar-hide-window): Use display-multi-frame-p instead of
1258         window-system.
1260         * calendar/cal-x.el (calendar-two-frame-setup)
1261         (calendar-only-one-frame-setup, calendar-one-frame-setup):
1262         Use display-multi-frame-p instead of window-system.
1264 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
1266         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1268         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1269         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1271 2001-04-23  Alex Schroeder  <alex@gnu.org>
1273         * goto-addr.el: Instead of defining line-beginning-position and
1274         line-end-position a defalias is used for point-at-bol and point-at-eol.
1276 2001-04-23  Alex Schroeder  <alex@gnu.org>
1278         * goto-addr.el: Added XEmacs compatibility code.
1279         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1281 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
1283         * textmodes/paragraphs.el (sentence-end): Doc fix.
1285 2001-04-20  Alex Schroeder  <alex@gnu.org>
1287         * sql.el (sql-escape-newlines-and-send): New function.
1288         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1290 2001-04-20  Alex Schroeder  <alex@gnu.org>
1292         * sql.el (sql-db2-program): New option.
1293         (sql-db2-options): New option.
1294         (sql-db2): New function.
1296 2001-04-20  Alex Schroeder  <alex@gnu.org>
1298         * sql.el (sql-mode-menu): Added highlighting entries.
1299         (sql-highlight-oracle-keywords): New function.
1300         (sql-highlight-postgres-keywords): New function.
1301         (sql-highlight-ansi-keywords): New function.
1303 2001-04-20  Alex Schroeder  <alex@gnu.org>
1305         * sql.el (sql-help): Doc change.
1307 2001-04-19  Karl Fogel  <kfogel@collab.net>
1309         * saveplace.el (save-place-alist-to-file): Removed no-effect code
1310         that inserted file content only to delete it immediately.
1311         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
1312         <lektu@uol.com.br> for the patch.
1314 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
1316         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1318 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1320         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1321         for defmethod.
1323         * comint.el (comint-cr-magic): New function.
1324         (toplevel): Add it to comint-preoutput-filter-functions.
1326 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1328         * makefile.w32-in (EMACSLOADPATH): Define.
1329         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1330         (recompile): Remove stuff to set EMACSLOADPATH.
1332 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1334         * language/slovak.el ("Slovak"): Add tutorial entry.
1336         * net/browse-url.el (browse-url-new-window-flag): Renamed from
1337         browse-url-new-window-p.
1339 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1341         * info.el (Info-menu-update): When there are no menus and/or no
1342         cross references in the node, make the respective items of the
1343         Info menu-bar menu inactive.
1345 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
1347         * indent.el (indent-for-tab-command): Call indent-line-function
1348         with no argument if PREFIX-ARG is non-nil.
1350         * frame.el (delete-other-frames): Handle minibuffer-only frames.
1352 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1354         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1355         an async subprocess if start-process is unavailable.  Suggested by
1356         Tim Van Holder <tim.van.holder@pandora.be>.
1358 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
1360         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
1361         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1363 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
1365         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1366         manual.
1368 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
1370         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1371         (cvs-menu): Add a few entries.
1373         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1374         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1375         lock file appears to be reachable from Emacs.
1376         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1377         (cvs-mode-find-file): Look for cvs-header-face rather than
1378         cvs-dirname-face (which doesn't exist).
1379         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1381         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1383 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1385         * emulation/pc-select.el (pc-selection-mode): Don't turn on
1386         normal-erase-is-backspace on a tty.  Instead, bind some keys such
1387         as [delete] directly, like pc-select.el did before
1388         normal-erase-is-backspace was invented.
1390 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
1392         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1394 2001-04-11  John Wiegley  <johnw@gnu.org>
1396         * eshell/em-ls.el (eshell-ls-insert-directory):
1397         Set font-lock-defaults to nil, to prevent fontification in dired
1398         buffers, if Eshell's ls is being used.
1400 2001-04-11  John Wiegley  <johnw@gnu.org>
1402         * calendar/timeclock.el (timeclock-completing-read): New function.
1403         (timeclock-ask-for-project, timeclock-ask-for-reason):
1404         Call `timeclock-completing-read'.
1406         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1407         required where `member' was being used.
1409 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
1411         * eshell/em-hist.el (eshell-previous-matching-input):
1412         Don't display "History item" if the the minibuffer is active.
1414 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
1416         * startup.el (command-line): Output a newline after printing
1417         an error from loading the window system's init file.
1419 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
1421         * textmodes/texinfo.el (texinfo-font-lock-keywords):
1422         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1423         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
1424         keywords whose arguments routinely include @@.
1426 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
1428         * emacs-lisp/advice.el (ad-make-advised-definition):
1429         Construct advice for subrs differently.
1431         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1432         regexp in parentheses when building the regexp for searching backwards.
1434         * simple.el (completion-list-mode-finish): New function.
1435         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1437         * language/european.el ("Polish"): Change sample text.
1438         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1440         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1441         parameter.
1443         * faces.el (menu): Doc fix.
1445 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1447         * ps-print.el: Footer implementation.  Doc fix.
1448         (ps-print-version): New version number (6.5.1).
1449         (ps-header-frame-alist): New customization var for header frame
1450         properties.
1451         (ps-line-number-color): New customization var for line number color.
1452         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1453         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1454         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1455         (ps-right-footer): New customization vars for footers.
1456         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1457         footers.
1458         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1459         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1460         Code fix.
1461         (ps-prologue-file): Indentation fix.
1462         (ps-print-quote): Fun eliminated.
1463         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1464         (ps-output-frame-properties): New fun.
1465         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1466         (ps-skip-newline): Replace defun by defsubst.
1468 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
1470         * eshell/eshell.el (eshell-command): Needed a "%s" format
1471         specifier, in case the buffer contains percent characters.
1473 2001-04-10  John Wiegley  <johnw@gnu.org>
1475         * calendar/timeclock.el (timeclock-generate-report): Added a
1476         missing insert of the project name.
1478 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
1480         * obsolete/profile.el: Moved from emacs-lisp/.
1482         * Makefile.in (nonobsolete_setwins): New macro.
1483         (finder-data): Use it instead of `setwins'.
1484         From: Dave Love <fx@gnu.org>.
1486         * server.el (server-visit-files): Set server-existing-buffer correctly.
1487         (server-visit-files): Run server-visit-hook after going to
1488         line 1 so that the hook can set point as it sees fit.
1490         * bindings.el (mode-line-modified): Unify help messages.
1492 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
1494         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1495         All callers changed.
1497 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
1499         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1500         long file names aren't supported, truncate the file names in
1501         quail-misc-package-ext-info to 8+3 before matching them against
1502         FILENAME.
1504         * dos-fns.el (dos-truncate-to-8+3): New function.
1506         * progmodes/compile.el (grep-compute-defaults): Use null-device
1507         instead of literal /dev/null. Reported by Jens Schmidt
1508         <schmidt@mathematik.uni-kl.de>.
1510         * simple.el (normal-erase-is-backspace-mode): Doc fix.
1512 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
1514         * textmodes/sgml-mode.el: Add unknown maintainer.
1515         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1516         (html-mode-map): Use set-keymap-parent.
1518 2001-04-06  Dave Love  <fx@gnu.org>
1520         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1521         Remove redundant string-to-list.
1523 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
1525         * composite.el (reference-point-alist): Doc fix.
1527 2001-04-05  Sam Steingold  <sds@gnu.org>
1529         * font-lock.el (font-lock-keywords-case-fold-search):
1530         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
1531         file made font-lock case-insensitive.
1533 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
1535         * faces.el (defface menu): Doc fix.
1537         * wid-edit.el (widget-color-sample-face-get): Don't make
1538         faces for undefined colors.
1540         * version.el (emacs-version): Include LessTif/Motif version info.
1542 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1544         * ps-mule.el: Eliminate cl package dependence.
1545         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1546         if they aren't defined yet.
1547         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1548         Eliminate cl package dependence.
1550 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
1552         * progmodes/cc-cmds.el (c-outline-level):
1553         Bind buffer-invisibility-spec.  Originally from Dave Love, but
1554         got lost when incorporating version 5.26.
1556 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
1558         * emulation/pc-select.el (pc-selection-mode):
1559         Call normal-erase-is-backspace-mode instead of binding
1560         keys individually.
1562         * cus-load.el (normal-erase-is-backspace): Use it instead of
1563         delete-key-deletes-forward.
1565         * startup.el (command-line): Use normal-erase-is-backspace and
1566         normal-erase-is-backspace-mode.
1568         * simple.el (normal-erase-is-backspace): Rename from
1569         delete-key-deletes-forward.  Doc fix.
1570         (normal-erase-is-backspace-mode): Rename from
1571         delete-key-deletes-forward-mode.  Doc fix.
1572         Run normal-erase-is-backspace-hook.
1574         * dired.el (dired-move-to-filename-regexp): Support file sizes in
1575         ``human-readable'' format produced by GNU `ls'.
1576         (dired-move-to-filename-regexp): Recognize ISO format dates.
1577         From Paul Eggert <eggert@twinsun.com>.
1579 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
1581         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1582         New functions.
1583         (lm-verify): Check keywords.
1584         From Eric M. Ludlam <eric@siege-engine.com>.
1586 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
1588         * speedbar.el (speedbar-insert-image-button-maybe): Check for
1589         `xemacs' feature instead of for the function `set-extent-property'.
1591 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
1593         * mail/mh-utils.el (mh-folder-hist): New var.
1594         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1596 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
1598         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1599         region, position point on the first or last 16-byte group.
1600         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1601         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
1602         hexl-beginning-of-line.
1604 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
1606         * icomplete.el (icomplete-mode): Treat an argument like other
1607         modes do.
1609         * startup.el (fancy-splash-head): Use splash8.xpm for color
1610         depth 8.
1612         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1613         Add an antry for ``converts''.
1615         * language/slovak.el ("Slovak"): Add documentation string.
1616         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1618         * language/czech.el ("Czech"): Add documentation string.
1619         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1621         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1622         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
1624 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
1626         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1627         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1628         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1629         Use `defsubst' rather than a macro to ease debugging.
1630         (mail-extr-last): Remove (use `last' instead).
1631         (mail-extract-address-components): Properly reset the syntax-table
1632         after parsing an address.  Use `last' rather than mail-extr-last.
1633         Make sure the end marker stays at the very end.
1635 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
1637         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1638         last change.
1640 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1642         * ps-print.el: Line and paragraph spacing feature.  Region to cut
1643         out when printing.  Doc fix.
1644         (ps-print-version): New version number (6.5).
1645         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1646         New vars.  Line and paragraph spacing feature.
1647         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
1648         out when printing.
1649         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1650         (ps-get-font-size, ps-begin-job, ps-continue-line)
1651         (ps-plot-region): Code fix.
1652         (ps-print-prologue-2): Var eliminated.
1653         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1654         New internal vars.
1655         (ps-get-size): New fun.
1656         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1657         (ps-next-line): Replace defun by defsubst.
1658         (ps-mule-plot-string): Autoload doc fix.
1660         * ps-bdf.el: XEmacs compatibility.  Doc fix.
1661         (installation-directory, coding-system-for-read): Declare vars if
1662         it's not declared yet.
1663         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1665         * ps-mule.el: XEmacs compatibility.  Doc fix.
1666         (leading-code-private-22): Declare var if it's not declared yet.
1667         (charset-bytes, charset-dimension, charset-id, charset-width)
1668         (find-charset-region, split-char, char-width, chars-in-region)
1669         (forward-point, decompose-composite-char, encode-coding-string)
1670         (coding-system-p, ccl-execute-on-string, define-ccl-program):
1671         Define funs if not defined yet.
1672         (encode-composition-rule, find-composition): Define funs if not
1673         loaded yet.
1674         (ps-mule-prologue): PostScript code fix.
1676 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
1678         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
1679         non-nil, generate font for the header strings.
1680         (ps-mule-prepare-font): Likewise.
1681         (ps-mule-generate-glyphs): Likewise.
1682         (ps-mule-string-encoding): Likewise.
1683         (ps-mule-header-charsets): New variable.
1684         (ps-mule-encode-header-string): New function.
1685         (ps-mule-header-string-charsets): New function.
1686         (ps-mule-begin-job): Check charsets in the header strings.  If there
1687         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1689         * ps-print.el (ps-generate-header-line): Encode the header string by
1690         ps-mule-encode-header-string.
1691         (ps-mule-encode-header-string): Declare autoload.
1693 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
1695         * frame.el (cursor-in-non-selected-windows):
1696         Replaces show-cursor-in-non-selected-windows.
1698 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
1700         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1701         Delete entries for "chinese-py" and "chinese-ziranma".
1702         (quail-misc-package-ext-info): New variable.
1703         (tsang-quick-converter): New function.
1704         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1705         (quick-cns-converter, py-converter, ziranma-converter)
1706         (miscdic-convert, batch-miscdic-convert): New functions.
1708 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
1710         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1711         eight-bit-control chars.
1713         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1714         Reduce making temporary vector (suggested by Dave Love).
1716 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1718         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1719         string as well.
1721 2001-03-30  Andreas Schwab  <schwab@suse.de>
1723         * files.el (backup-directory-alist): Fix typo.
1725 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1727         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
1728         <eggert@twinsun.com>.
1730 2001-03-30  Dave Love  <fx@gnu.org>
1732         * progmodes/fortran.el (fortran-comment-region): Fix typo.
1734 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1736         * simple.el (transient-mark-mode): Mention C-g in the doc string.
1738 2001-03-30  Miles Bader  <miles@gnu.org>
1740         * subr.el (interactive-form): Fix paren typo.
1742 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1744         * emacs-lisp/profile.el: Say that it's obsolete in the header
1745         line, so that finder.el puts that into its data-base.
1746         Suggested by Alex Schroeder <alex@gnu.org>.
1748 2001-03-29  Paul Eggert  <eggert@twinsun.com>
1750         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1751         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1753 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
1755         * generic.el (generic-mode-set-comments): Use "" rather than nil
1756         for comment-end.
1758 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
1760         * emacs-lisp/advice.el (ad-make-advised-definition):
1761         Call interactive-form to obtain the interactive spec of subrs.
1763         * subr.el (interactive-form): New function.
1765 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
1767         * vc-sccs.el (vc-sccs-register): Use relative file names.
1769 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
1771         * bookmark.el (bookmark-get-bookmark): Handle case that
1772         BOOKMARK is not a string.
1774         * image.el (image-type-regexps): Change type for PS files
1775         to `postscript'.
1777         * subr.el (read-passwd): Clear command history after each
1778         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
1780 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
1782         * international/kkc.el (kkc-save-init-file): Locally bind
1783         print-length to nil.
1785 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1787         * textmodes/flyspell.el: Some doc fixes.
1788         (flyspell-maybe-correct-transposition)
1789         (flyspell-maybe-correct-doubling): Use a temporary buffer
1791         * textmodes/ispell.el (ispell-parse-output): Doc fix.
1793         * emacs-lisp/byte-opt.el (byte-optimize-while)
1794         (byte-optimize-form-code-walker): Diagnose too few arguments
1795         for `if' and `while'.
1797 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
1799         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1800         Prepend `\' to "\<quail-translation-docstring>".
1802 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1804         * autorevert.el (global-auto-revert-non-file-buffers):
1805         Remove duplicate defcustom.
1807 2001-03-26  Miles Bader  <miles@gnu.org>
1809         * international/latin1-disp.el (latin1-char-displayable-p):
1810         Add leading "-" for X font pattern.
1812 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
1814         * international/mule-diag.el (describe-coding-system):
1815         For raw-text and emacs-mule, don't add anymore text about what
1816         charsets they can encode.
1818 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
1820         * help.el (view-lossage): Mention open-dribble-file in the doc
1821         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1823 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
1825         * skeleton.el (skeleton-internal-list): Fix bogus logic.
1826         (skeleton-pair-insert-maybe): Don't pair after a backslash.
1828 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
1830         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1831         Call ccl-execute-on-string directly so that CCL program handling
1832         multibyte sequence can work correctly.
1833         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1834         property of the coding system.
1836 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
1838         * textmodes/fill.el (fill-individual-paragraphs-prefix):
1839         Fix transcription typo.
1841 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
1843         * whitespace.el: Add buffer local variables to toggle testing of
1844         whitespaces in buffers without affecting the default values.
1845         Bump version to 3.0 to account for a few other changes.
1846         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1847         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1848         (whitespace-toggle-spacetab-check): New functions.
1850 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1852         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1854 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
1856         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1857         bs-cycle-configuration-name.  From Juanma Barranquero
1858         <lektu@uol.com.br>.
1860         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1861         and cc-vars.el.
1863         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1864         headers.  Always invoke sendmail with option -t.
1866 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1868         * Release of cc-mode 5.28.
1870 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1872         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1873         Removed the hardcoded switch to "java" style in Java mode.
1874         It's instead taken care of by the default value for c-default-style.
1876 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1878         * cc-align.el (c-lineup-math): Fix bug where lineup was
1879         triggered by equal signs in string literals.
1881 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1883         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1884         limit detection when at the ends of the buffer.
1886         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1887         "for" statement clause in case 7F; a better one is done
1888         earlier in case 7D anyway.
1890 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1892         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1893         somewhat more and did a small optimization.
1895 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1897         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1898         Use the limit argument only to limit the syntactic context
1899         search, not to limit the actual movement.
1901         * cc-cmds.el (c-beginning-of-statement): Move by sentence
1902         inside multiline strings, just like in comments.  Also various
1903         fixes to the paragraph and comment prefix recognition, block
1904         comment ender handling etc.
1906 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1908         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1909         the relative position of the point.
1911         * cc-cmds.el (c-electric-continued-statement): New function to
1912         use as abbrev hook to reindent for keywords such as "else"
1913         that continues an earlier statement.
1915         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1916         like classes.
1918         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1919         (pike-mode): Populate the default abbrev tables to reindent for
1920         keywords such as "else" that can continue earlier statements.
1921         Abbrev mode is therefore turned on by default now.  (Note that
1922         this doesn't apply to idl-mode, since IDL afaik doesn't have
1923         statements at all.)
1925 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1927         * cc-engine.el (c-inside-bracelist-p): Fix for handling
1928         bracelists where the declaration contains template arguments.
1930 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1932         * cc-cmds.el (c-comment-indent):
1933         Use `c-get-syntactic-indentation' to correctly calculate the
1934         syntactic indentation.  Fixes bug with lineup functions that
1935         return vectors.
1937         * cc-engine.el (c-get-syntactic-indentation): Split the
1938         indentation sum calculation from `c-indent-line' to a separate
1939         function.
1941 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1943         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1944         Fixed places where it was assumed that preprocessor directives
1945         have to start in column zero.
1947         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1948         template arguments after a class identifier properly.
1950         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1951         lists for `new Foo[]' constructs in Java as expressions and
1952         not top level definition brace lists on the top level, so that
1953         they'll get indented consistently with the same type of
1954         expression in a normal block.
1956 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1958         * cc-cmds.el (c-fill-paragraph): The kludge that checks
1959         whether the adaptive filling package fails to keep the comment
1960         prefix is now kludged further to check for filladapt-mode
1961         which doesn't have that problem. This is really icky, but it's
1962         the only way that works with the current misfeatures/bugs in
1963         both adaptive-fill-mode and filladapt-mode.
1965         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1966         around point is recognized more robust.
1968 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1970         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1971         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1972         (c-lit-type): Fixed all internal variables used dynamically so
1973         that they are always bound.
1975         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1976         errors:
1978         (c-indent-region): Fixed reporting of syntactic errors so that
1979         the region is fully reindented even when an error occurs.
1980         The last syntactic error is printed afterwards.  Also cleanup up a
1981         whole lot of code that tried to optimize indentation of whole
1982         sexps but in reality accomplishes nothing.
1984         (c-indent-sexp): Use c-indent-region.
1986         (c-parsing-error): Changed this variable to hold the message
1987         for any syntactic error that is discovered.
1989         (c-parse-state): Search backward from point instead of the bod
1990         position when the latter is invalid.  This makes CC Mode
1991         recover faster when there are unbalanced close braces.
1993         (c-backward-to-start-of-if): Use c-parsing-error to report
1994         dangling "else" clauses instead of throwing an error, and fall
1995         back to a reasonable position.
1997         (c-indent-line): Added argument to avoid reporting syntactic errors.
1999         (c-show-syntactic-information): Don't report any syntactic errors.
2001 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2003         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2004         paragraph recognition when moving by sentence in literals.
2006         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2007         start regexp for javadoc to recognize javadoc markup in general instead
2008         of a specific set of keywords, to be more future-safe.
2010         (c-Pike-pikedoc-paragraph-start)
2011         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2012         pikedoc markup.
2014         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2016         (pike-mode): Initialize paragraph settings pikedoc recognition.
2018         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2020         (c-comment-prefix-regexp): Made it possible to use an
2021         association list on this to specify mode specific regexps.
2022         The default value now use a special regexp in Pike mode to
2023         recognize pikedoc markup.
2025         (c-current-comment-prefix): New variable containing the actual
2026         regexp from c-comment-prefix-regexp for the current buffer.
2028 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2030         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2031         lists: We can't look at the syntax, since a brace list can get
2032         recognized as a plain statement-cont.
2034         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2035         special brace list opener broken over two lines got recognized
2036         as a statement on the second line.  Case 9A changed.
2038 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2040         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2041         adjustment after line is reindented.
2043 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2045         * cc-defs.el (c-point): Added optional argument for position
2046         to use instead of the current point.
2048         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2049         the in-expression block symbols when the construct starts at
2050         boi, to avoid the extra level of indentation in that case.
2051         Cases 4, 16A and 17E affected.
2053 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2055         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2056         calls to `c-indent-line', to adhere better to Emacs conventions.
2058         * cc-engine.el (c-indent-line): Use the syntax already bound
2059         to `c-syntactic-context', if there is any.
2061 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2063         * cc-engine.el (c-get-offset): Fixed bug where the indentation
2064         wasn't added up correctly when a lineup function returned nil.
2066 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2068         * cc-engine.el (c-collect-line-comments): Fixed bug where
2069         empty lines were ignored when collecting line comments backwards.
2071 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2073         * cc-align.el (c-lineup-dont-change): Return an absolute
2074         indentation column to work correctly in the case when several
2075         syntactic elements are processed for the same line.
2077         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2078         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2079         (c-set-offset): Added absolute indentation column settings by
2080         using the vector type.
2082 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2084         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2085         Implemented two new cleanups `space-before-funcall' and
2086         `compact-empty-funcall'.
2088 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2090         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2091         helping building regexps.
2093         * cc-engine.el (c-on-identifier): New function for detecting
2094         identifiers.  It takes keywords into account.
2096         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2097         lists.  `c-keywords' is set to a regexp matching all keywords
2098         in the current language.
2100 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2102         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2103         list of characters to skip backwards over at the beginning of
2104         a statement, since it can precede string literals in Pike.
2106 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2108         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2109         recognition when standing on the last line in a C++ comment
2110         with nothing but whitespace after the prefix.
2112         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2113         given no limit argument.
2115 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2117         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2118         recognition for the `[]= operator symbol in Pike.
2120 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2122         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2123         around a bug in `eval-when-compile' in the byte compiler.
2125         * cc-engine.el (c-forward-token-1): Fixed bug with return
2126         value when count is zero and there's no token start within the limit.
2128         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2129         "prefix comments", i.e. comments which are followed by code on
2130         the same line.
2132         * cc-mode-19.el: Fixes so that checks that must be done at
2133         compile time also are done then.
2135 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2137         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2138         time and at runtime, and only when it's needed.
2140 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2142         Major cleanup for less error prone and more warning free
2143         compilation, including some fixes for bugs due to different
2144         compilation orders. Thanks to Martin Buchholz for providing
2145         the basis for all this.
2147         * cc-bytecomp.el: New file that provides some byte compilation
2148         features: It ensures that files always are loaded from the
2149         current source directory during compilation, and it provides a
2150         set of macros to turn off specific compiler warnings for
2151         specific symbols.  (It's not CC Mode specific in any way.)
2153         Fixed a nearly acyclic dependency tree (both runtime and
2154         compile-time) between all files.
2156         * cc-defs.el: Separated all macros before the inline functions,
2157         to ensure correct compilation.
2159         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2160         cc-defs.el to cc-engine.el and made it a function instead.
2162         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2163         about char-after.
2165         * cc-vars.el: Cope even when there isn't a custom package
2166         containing defcustom available.
2168         * cc-make.el: Removed since it's no longer necessary.
2170         README: Updated installation instructions.
2172 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2174         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2175         improve the modularity: Moved all mode init stuff from
2176         cc-langs.el to cc-mode.el, including the keymap
2177         initialization; cc-langs now only contains the various
2178         variables for configuring the language syntax.
2180         * cc-engine.el, cc-styles.el (c-evaluate-offset)
2181         (c-get-offset): Moved from cc-styles to cc-engine since file
2182         dependency analysis suggests they belong there (which also
2183         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
2185 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2187         * cc-cmds.el (c-fn-region-is-active-p): New function that
2188         wraps the corresponding macro, for use in places that aren't
2189         compiled.  Thanks to Martin Buchholz for pointing out this.
2191         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2193         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2194         add things to the bug report.
2196 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2198         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2199         returned prefix could contain a newline when the search for a
2200         good prefix line failed.
2202 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2204         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2205         (c-toggle-auto-hungry-state): Made the argument optional, as
2206         the documentation says it is.
2208 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2210         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2211         multiline string syntax, #"...", as a cpp macro.
2213 2001-03-21  Paul Eggert  <eggert@twinsun.com>
2215         * international/mule-cmds.el (set-locale-environment):
2216         Set system-messages-locale and system-time-locale, but only if the
2217         caller specifies a non-nil locale name.
2219 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2221         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2222         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
2224 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2226         * follow.el (follow-avoid-tail-recenter): Doc fix.
2228         * custom.el (custom-set-variables): Avoid reversing the list
2229         of args needlessly.
2231         * startup.el (fancy-splash-head): Don't change the colors of the
2232         XPM image on a dark background.
2234         * comint.el (comint-exec-1): Set columns of the terminal to
2235         window-width instead of frame-width.
2237         * info.el (Info-scroll-down): Add missing WINDOW arg for
2238         pos-visible-in-window-p.
2240         * ehelp.el (electric-help-mode-hook): Add defcustom.
2242         * mail/sendmail.el (mail-mode): Activate case-folding in
2243         font-lock-defaults.
2245 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
2247         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2248         (completion-ignored-extensions): Remove duplicate ".class".
2250 2001-03-19  Andreas Schwab  <schwab@suse.de>
2252         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2253         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2255 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
2257         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2258         methods since there are not prefix input methods.
2260 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
2262         * international/mule-cmds.el (read-input-method-name):
2263         Locally bind enable-recursive-minibuffers to t.
2265 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
2267         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2269 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
2271         * ediff-util.el: Copyright years.
2272         (ediff-choose-syntax-table): New function.
2273         (ediff-setup): Use ediff-choose-syntax-table.
2275         * ediff-init.el (ediff-with-syntax-table): New macro, uses
2276         with-syntax-table.
2278         * ediff.el: Date of last update, copyright years.
2280         * ediff-wind (ediff-setup-control-frame): Nill->nil.
2282         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2283         of Scott Bronson.
2284         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2285         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2286         Deleted functions.
2287         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2288         ex-token-list.
2290         * viper-util.el: Spaces, indentation.
2292         * viper.el: Changed version, modification time.
2294 2001-03-16  John Wiegley  <johnw@gnu.org>
2296         * calendar/timeclock.el (timeclock-workday-remaining):
2297         Check whether `discrep' is non-null before using it.
2299 2001-03-16  John Wiegley  <johnw@gnu.org>
2301         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2302         first-time checkins.
2303         (timeclock-log-data): Fixed problem with reading timelog log file.
2304         Resulting data in the "day list" was incorrect.
2305         (timeclock-find-discrep): Check if `timeclock-file' is readable
2306         before opening it.
2307         (timeclock-time-less-p): New function.
2308         (timeclock-day-base): New function.
2309         (timeclock-geometric-mean): New function.
2310         (timeclock-generate-report): Generate a summary report based on
2311         the contents of the log file.  This uses `timeclock-log-data', and
2312         is an example of writing a timelog manipulation function.
2313         (timeclock-visit-timelog): A quick command for opening the timelog
2314         file.
2315         (timeclock-log-data): Bound the variable event.
2317 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
2319         * international/mule-cmds.el (select-safe-coding-system):
2320         Fix typo: symbol-name -> symbol-value.
2322         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2323         before substitute-in-file-name to handle double slashes in FILE
2324         correctly.
2326 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
2328         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2329         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2331 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
2333         * bindings.el (features): Add `md5' and `overlay' to the list.
2335         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2336         bound before using it.  It's not bound when configured without X,
2337         for instance.
2339 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
2341         * progmodes/hideshow.el: Update copyright.
2342         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2343         (hs-minor-mode-hook): Include `:version' in defcustom form.
2345 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
2347         * help.el (string-key-binding): Don't call event-start on
2348         a non-list.
2350 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
2352         * startup.el (fancy-splash-tail, command-line-1): Fix the
2353         copyright year.
2355 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
2357         * term.el: These changes are based on a patch sent from Yong Lu
2358         <lyongu@yahoo.com>.
2359         (term-set-escape-char): Bind M-x to execute-extended-command in
2360         term-raw-escape-map.
2361         (term-move-columns): Don't try to move to negagive column.
2362         (term-emulate-terminal): Insert a string before deleting a text to
2363         overwrite.
2365 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
2367         * play/life.el (life): Rearrange code so that all calls to
2368         life-display-generation are in a catch-form.
2370         * progmodes/etags.el (tags-loop-continue): Don't change point in a
2371         file that isn't interesting.  In an interesting file, push the old
2372         value of point on the mark ring.
2374         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2375         New function.
2376         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2377         Use it.
2379         * emacs-lisp/autoload.el (generate-file-autoloads):
2380         Remove warning about line lengths.
2382 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
2384         * progmodes/etags.el (tags-compression-info-list): New variable.
2385         (find-tag-in-order): Use it to deal with compressed source files.
2386         (tag-file-name-match-p): New function.
2387         (etags-recognize-tags-table): Use it for better match of file names.
2389 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
2391         * international/mule-cmds.el (register-input-method): Doc fix.
2393         * international/quail.el (quail-translate-key): Fix condition to
2394         check if there's another breaking point in the current key.
2396 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
2398         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2399         Babyl header to the newly-created output file, bind
2400         coding-system-for-write to either rmail-file-coding-system or
2401         emacs-mule-unix.
2403 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
2405         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2406         Fix the name and regexp used for subsubsections.
2408 2001-03-10  Dave Love  <fx@gnu.org>
2410         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2411         and save-buffer if buffer-file-name non-nil.  From rms.
2413 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
2415         * vc.el (vc-do-command): If the destination buffer is already
2416         current, don't set it up and don't erase it.  Updated doc string
2417         to reflect that.
2418         (vc-version-diff): When doing a single file diff, don't switch to the
2419         *vc-diff* buffer before the command.  This is to preserve local
2420         variable bindings that might affect the diff command.
2421         (vc-print-log): Don't switch to the *vc* buffer before the
2422         command, so that local variable bindings are preserved.
2424         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2425         not the current buffer.
2426         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2428         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2429         make output go to buffer *vc*, not the current buffer.
2431 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2433         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2434         so ^, $, *, ? and + are interpreted correctly.
2436 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
2438         * help.el (string-key-binding): Renamed from
2439         mode-line-key-binding.  Handle any event on a string.
2440         Check for `keymap' properties as well as `local-map' properties.
2442         * comint.el (comint-insert-clicked-input): Use the last key
2443         from this-command-keys to lookup the global key definition.
2445 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
2447         * international/characters.el: Add category `j' for
2448         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
2450         * international/mule-conf.el (no-conversion): Fix docstring.
2451         (raw-text): Fix docstring.
2453 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
2455         * simple.el (choose-completion-string): When not leaving the
2456         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2457         is set.
2459         * window.el (shrink-window-if-larger-than-buffer): Handle frame
2460         parameter `(minibuffer . t)'.
2462 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2464         * progmodes/sh-script.el (sh-st-symbol): New symbol.
2465         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2466         (sh-mode): Remove `make-local-variable' for unused var
2467         `font-lock-unfontify-region-function'.
2469 2001-03-07  Richard M. Stallman  <rms@gnu.org>
2471         * info.el (Info-scroll-down): Fix previous change.
2473         * mail/rmail.el (rmail-toggle-header): Use a window which
2474         is showing the Rmail buffer, rather than the selected window.
2476 2001-03-07  Dave Love  <fx@gnu.org>
2478         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2479         now, to avoid problems with binding imenu directly to a mouse event.
2481 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2483         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2484         second arg t.
2486 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2488         * log-edit.el (log-edit-common-indent): New var.
2489         (log-edit-set-common-indentation): Renamed from
2490         log-edit-delete-common-indentation.  Use the new var.
2491         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2493         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2494         (cvs-mode-add-change-log-entry-other-window):
2495         Don't presume change-log-default-name is defined.
2497         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2499         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2500         the "tree" operation as well.
2502         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2504         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2505         to match paragraph-start.
2507         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2508         comment-start-skip and set comment-end-skip as well.
2509         (sgml-comment-indent): Fix for new value of comment-start-skip.
2510         (html-autoview-mode): Don't bother using make-local-hook.
2512 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2514         * cus-edit.el (custom-save-delete): Move in front of local
2515         variables, otherwise long Custom entries would make them ineffective.
2517         * uniquify.el: Set maintainer to FSF.
2519 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
2521         * dired-aux.el (dired-do-shell-command): Doc fix.
2523 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
2525         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2527         * which-func.el (which-func-modes): Add cperl-mode.
2528         (which-func-mode-global): Use define-minor-mode.
2530         * info-look.el: Docstring fixes and dead code eliminated.
2531         (cperl-mode): Add support.
2532         (emacs-lisp-mode): List all entries from elisp manual, whether
2533         or not they are currently (f)bound or not.  Update regexp.
2535         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2537         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2538         so that C-h m shows the correct information.
2539         Use make-local-variable rather than make-variable-buffer-local.
2540         (cperl-info-buffer, cperl-setup-tmp-buf):
2541         Use make-local-variable rather than make-variable-buffer-local.
2542         (cperl-msb-fix, cperl-get-help-defer):
2543         Check major-mode for `cperl-mode' as well.
2545         * progmodes/cperl-mode.el: Updated to author version 4.23.
2546         (cperl-electric-pod): SYNOPSIS was misspelled.
2547         (cperl-find-pods-heres): @if ? a : b was considered a REx.
2548         (cperl-after-expr-p): Make true after __END__.
2550 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
2552         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2553         bookmark-completion-ignore-case is t.
2555         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2556         switch, like xterm, and concat resource strings, with a newline
2557         between them.
2559 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
2561         * international/codepage.el (cp770-decode-table)
2562         (cp773-decode-table, cp774-decode-table): New variables.
2564         * man.el (Man-hyphenated-reference-regexp): New variable.
2565         (Man-build-references-alist): Use it to search for referenced
2566         manpages.  If hyphenated is non-nil, record a concatenated word in
2567         Man-refpages-alist only if it matches Man-reference-regexp.
2568         Update word's length when it is concatenated.  Reverse the list,
2569         to get the first manpage at the head.
2570         (Man-possibly-hyphenated-word): New function.
2571         (Man-follow-manual-reference): Use it instead of current-word to
2572         find a manpage at point, in a way that accounts for hyphenated
2573         references.
2575 2001-03-06  Alex Schroeder  <alex@gnu.org>
2577         * sql.el (sql-interbase): New function.
2578         (sql-interbase-program): New option.
2579         (sql-interbase-options): New option.
2580         And some typos fixed: "customise" to "customize".
2582 2001-03-06  Dave Love  <fx@gnu.org>
2584         * textmodes/flyspell.el (flyspell-region):
2585         Set up flyspell-local-mouse-map.
2587 2001-03-05  Richard M. Stallman  <rms@gnu.org>
2589         * mail/rmail.el (rmail-retry-failure):
2590         Don't call rmail-beginning-of-message.
2591         Don't discard From: field.  Do discard Received: field.
2592         Use unwind-protect to re-prune.
2593         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2595 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
2597         * international/quail.el (quail-title): Add autoload cookie.
2599 2001-03-05  Dave Love  <fx@gnu.org>
2601         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2602         new defs.
2604 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2606         * language/ethio-util.el (ethio-toggle-space):
2607         Update current-input-method-title if necessary.
2608         (ethio-toggle-punctuation): Likewise.
2610         * international/quail.el (quail-title): Fix for the case that a
2611         title of an input method is specified by a list of the same form
2612         as used in mode-line-format.
2614         * international/mule-cmds.el (activate-input-method):
2615         If current-input-method-title is set by activating INPUT-METHOD,
2616         respect that value.
2618 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
2620         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2622 2001-03-05  Alex Schroeder  <alex@gnu.org>
2624         * sql.el (sql-sybase): Fix typo (was: query user about server two
2625         times instead of server and database).
2627         * sql.el (sql-sybase): Doc change.
2628         (sql-mysql): Doc change.
2629         (sql-postgres): Doc change.
2631 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2633         * international/mule-conf.el (emacs-mule, raw-text):
2634         Docstring modified.
2636 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
2638         * term/internal.el: Update copyright notice.
2640         * term/pc-win.el: Update copyright notice.
2642 2001-03-02  Dave Love  <fx@gnu.org>
2644         * files.el (insert-file-contents-literally):
2645         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2646         not jka-compr-compression-info-list.
2648 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
2650         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2651         spaces in default comment-start-skip settings rather than \s-.
2653 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
2655         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2656         default-frame-alist as well.
2658 2001-03-01  Dave Love  <fx@gnu.org>
2660         * textmodes/reftex.el (defvar): Wrap some defvars in
2661         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
2663         * subr.el (event-basic-type): Doc fix.
2665         * international/quail.el: Doc fixes.
2667         * international/utf-8.el: Doc fixes.
2669         * international/mule-cmds.el: Doc fixes.
2670         (leim-list-header): Fix header text.
2672         * international/mule.el (coding-system-category): Doc fix.
2674         * international/ccl.el (ccl-compile): Doc fix.
2676 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
2678         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2679         rather than (before|after)-change-functions.
2681 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
2683         * ediff-util.el (ediff-scroll-horizontally): Arrange for
2684         scroll-left and scroll-right being called interactively so that
2685         they set the window's min_hscroll.
2687 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
2689         * info.el (info-insert-file-contents-1): Accept an additional
2690         argument `lfn': if it is non-nil, concatenate `filename' and
2691         `suffix'; otherwise use the complicated MS-DOS code.
2692         All callers changed.
2693         (info-insert-file-contents, Info-find-node): If the MS-DOS port
2694         can access long file names, try the long file-name version of
2695         `info-insert-file-contents-1', then the short file-name version.
2697 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
2699         * language/ethio-util.el (setup-ethiopic-environment-internal):
2700         Change bindings of functions keys to conform to "Emacs Lisp Coding
2701         Convention".
2703         * language/ethiopic.el ("Ethiopic"): Add documentation.
2705 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
2707         * international/utf-8.el (mule-utf-8): Set coding-category
2708         property to coding-category-utf-8.
2710 2001-02-27  Richard M. Stallman  <rms@gnu.org>
2712         * lpr.el (lpr-page-header-switches, print-region-1):
2713         Undo 2000-07-06 change.
2714         (lpr-add-switches): Default to t on gnu/linux.
2716 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
2718         * bs.el (bs-attributes-list): Doc fix.
2720 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2722         * help.el (describe-project): Display the file THE-GNU-PROJECT.
2724         * help.el (view-order-manuals): Use goto-address.
2726         * startup.el (command-line-1): Add info about ordering manuals
2727         to the not so fancy splash screens.
2729 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
2731         * vc.el (vc-default-workfile-unchanged-p)
2732         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2734 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2736         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2737         fontify in the right buffer.
2739         * allout.el (outline-flag-region): Move macro in front of first
2740         use to avoid a run-time error.
2742 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2744         * makefile.w32-in: Fix copyright notice.
2746 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
2748         * international/utf-8.el (mule-utf-8): Set correct value for
2749         valid-codes property.
2751         * international/fontset.el (x-complement-fontset-spec): In the
2752         case that we use ASCII font for the other charsets, use only
2753         family and registry part of it.
2755 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2757         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2758         (shrink-window-if-larger-than-buffer): Doc fix.
2760 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
2762         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2763         predicate passed to completing-read.
2765 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2767         * startup.el (command-line): Fix last change.
2769 2001-02-23  Jason Rumney  <jasonr@gnu.org>
2771         * startup.el (tool-bar-originally-present): New variable.
2772         (command-line): Set it if the tool-bar is switched on at startup.
2774         * frame.el (frame-notice-user-settings): Only adjust frame height
2775         for no tool-bar case if tool-bar was originally switched on.
2776         From E. Jay Berkenbilt.
2778 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
2780         * server.el (server-switch-buffer): Only switch window if the
2781         current one is dedicated.
2783         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2784         rather than using (match-beginning 0) when searching for break point.
2786 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
2788         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2789         @ follows an accent command such as @'.  Support optional braces
2790         in commands that insert accents, like makeinfo does.
2792 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
2794         * startup.el (fancy-splash-text): Add a line for ordering
2795         manuals.  Reverse order of splash screens shown.
2796         (use-fancy-splash-screens-p): Adapt to the text line added.
2798         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2799         manuals from the FSF.
2801         * help.el (view-order-manuals): New function.
2802         (toplevel): Bind C-h C-m to this function.
2804 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
2806         * newcomment.el (comment-forward): Skip the comment-start before
2807         searching for the comment-end.
2809 2001-02-21  Dave Love  <fx@gnu.org>
2811         * custom.el (custom-initialize-changed, defcustom): Doc fix.
2813         * international/mule-cmds.el, international/mule.el: Doc fixes.
2815         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
2816         (fortune) <defgroup>: Add :link.
2817         (fortune-from-region): Use eq, not eql.
2819 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
2821         * startup.el (fancy-splash-screens): Use display-hourglass
2822         instead of display-busy-cursor.
2824         * frame.el (display-hourglass): Renamed from busy-cursor.
2825         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2826         (show-cursor-in-non-selected-windows): Doc fix.
2828 2001-02-20  Dave Love  <fx@gnu.org>
2830         * international/utf-8.el: Doc and commentary fixes.
2832 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2834         * ehelp.el (with-electric-help): Doc fix.
2836 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
2838         * msb.el (msb-mode): Call the update-buffers function explicitly
2839         with a FORCE argument.
2841         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2842         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
2843         returns nil.
2845 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2847         * ps-print.el: Timestamp package replacement.  Some enhancements.
2848         Some XEmacs compatibility.  Doc fix.
2849         (ps-print-version): New version number (6.4).
2850         (ps-printer-name): Initialization fix.
2851         (ps-zebra-stripe-follow): Funcionality enhancement.
2852         (ps-prologue-file): Code enhancement.
2853         (ps-right-header): Timestamp package replacement.
2854         (ps-setup, ps-face-bold-p, ps-face-italic-p)
2855         (ps-get-page-dimensions)
2856         (ps-generate-header, ps-begin-file, ps-begin-job)
2857         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2858         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2859         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2860         (coding-system-for-write): Var declaration (XEmacs compatibility).
2862 2001-02-20  Miles Bader  <miles@gnu.org>
2864         * image-file.el (image-file-name-extensions): Add "tif".
2866 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
2868         * wid-edit.el (widget-button-click): Save the selected window
2869         around the code handling clicks on buttons.
2871 2001-02-18  Dave Love  <fx@gnu.org>
2873         * imenu.el (imenu--generic-function): Use mapc to iterate over
2874         syntax characters.
2876 2001-02-17  Richard M. Stallman  <rms@gnu.org>
2878         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2880         * uniquify.el (uniquify-buffer-name-style): Doc fix.
2882 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
2884         * mouse.el (mouse-save-then-kill): If the distance from the new
2885         point to the mark is equal to the distance of point from the new
2886         point, move point instead of the mark.
2888 2001-02-16  Dave Love  <fx@gnu.org>
2890         * textmodes/flyspell.el (flyspell-get-word): Return string without
2891         properties.
2893 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2895         * generic.el (generic-find-file-regexp): Doc fix.
2896         (generic-ignore-files-regexp): New defcustom.
2897         (generic-mode-find-file-hook): If the file's name matches the
2898         regexp in `generic-ignore-files-regexp', don't enter
2899         default-generic-mode.  Doc fix.
2901 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
2903         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2904         Add autoload cookies.
2906         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2907         of cal-tex-24.
2909 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2911         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2913         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2914         the character class after the (optional) drive, to support file
2915         names with embedded blanks.
2917 2001-02-15  Sam Steingold  <sds@gnu.org>
2919         * textmodes/tex-mode.el (tex-shell-running):
2920         Check the process buffer too.
2922 2001-02-15  Dave Love  <fx@gnu.org>
2924         * battery.el (battery-status-function): Fix doc, :type.
2926         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2928 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
2930         * subr.el (read-passwd): Clear Lisp memory holding password.
2932 2001-02-15  Miles Bader  <miles@gnu.org>
2934         * info.el (Info-copy-current-node-name): New function.
2935         (Info-mode-menu): Add it to the menu.
2937 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
2939         * international/mule-cmds.el (toggle-input-method): Doc fix.
2941 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
2943         * replace.el (occur): Stop at end of buffer.
2945 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
2947         * international/mule-cmds.el (set-input-method): Another doc fix.
2949 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
2951         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2953 2001-02-13  Miles Bader  <miles@gnu.org>
2955         * faces.el (set-face-background, set-face-foreground)
2956         (set-face-stipple): Treat a value of nil as being `unspecified'.
2958 2001-02-12  Dave Love  <d.love@dl.ac.uk>
2960         * international/latin1-disp.el:  Doc fixes.
2961         (latin1-display) <defgroup>: Add :link.
2962         (latin1-display) <function>: Set variable latin1-display.
2964 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
2966         * international/mule-cmds.el (set-input-method): Doc fix.
2968 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
2970         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2971         (speedbar-line-file): Return nil if not a file.
2972         (speedbar-buffers-line-path): Return file for tags, and dir for files.
2974 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
2976         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2977         for remote files.
2978         (ediff-coding-system-for-read): Replaced the no-conversion default
2979         with raw-text.
2981         * ediff-init.el: Removed :version from defcustom vars.
2983         * ediff-util.el (ediff-compute-custom-diffs-maybe):
2984         Better handling of the diff mode.
2986         * ediff.texi: Added ediff-coding-system-for-read.
2988         * viper.texi: Fix typos.
2990 2001-02-11  Dave Love  <fx@gnu.org>
2992         * shadowfile.el: Doc fixes.
2993         (shadow) <defgroup>: Add :link.
2994         (shadowfile-unload-hook): New function.
2995         (shadow-initialize): Use defalias, not fset.
2996         (shadow-define-cluster, shadow-define-literal-group)
2997         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2999         * international/mule.el: Doc and message fixes.
3001         * international/ccl.el (define-ccl-program): Doc fix.
3003 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3005         * faces.el (mode-line): Set :line-width property to -1.
3007 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3009         * complete.el (partial-completion-mode): Doc fix.
3011         * simple.el (delete-key-deletes-forward-mode):
3012         Change `let' to `let*' to fix gross bug in last change.
3014         * repeat.el (repeat): Don't let execute-kbd-macro alter
3015         real-last-command.
3017 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3019         * simple.el (eval-expression): Doc fix.
3021 2001-02-09  Dave Love  <fx@gnu.org>
3023         * imenu.el (imenu-generic-expression): Doc fix.
3025         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3026         From Juanma Barranquero.
3028         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3030 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3032         * faces.el (set-face-attribute): Describe the case of a negative
3033         value specified for :line-width.
3035 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3037         * which-func.el (which-func-mode): Invert which-func-mode-global.
3038         From Juanma Barranquero <lektu@uol.com.br>.
3040 2001-02-08  Dave Love  <fx@gnu.org>
3042         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3043         widget-plist-value-type.
3044         (widget-alist-convert-widget): Replace binding of
3045         widget-alist-value-type.
3047         * textmodes/paragraphs.el (sentence-end): Doc fix.
3049         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3050         Remove `backward-line'.
3052         * play/pong.el (pong-blank-color, pong-bat-color)
3053         (pong-ball-color, pong-border-color, pong-left-key)
3054         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3055         (pong-pause-key, pong-resume-key, pong-timer-delay):
3056         * mail/mh-comp.el (mh-compose-letter-function):
3057         * eshell/esh-mode.el (eshell-skip-prompt-function):
3058         * emulation/viper-ex.el (ex-unix-type-shell-options):
3059         * recentf.el (recentf-menu-filter):
3060         * ps-print.el (ps-print-region-function):
3061         * lpr.el (print-region-function):
3062         * forms.el (forms-mode-hooks):
3063         * dirtrack.el (dirtrack-directory-change-hook):
3064         * cus-start.el (temp-buffer-show-function, display-buffer-function):
3065         * textmodes/spell.el (spell-filter):
3066         * textmodes/fill.el (adaptive-fill-function):
3067         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3068         * progmodes/etags.el (find-tag-default-function):
3069         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3070         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3072 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3074         * emulation/viper-init.el (viper-fast-keyseq-timeout)
3075         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
3076         Meyering <jim@meyering.net>.
3078         * loadup.el: Revert last change.
3080 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
3082         * international/mule.el (transform-make-coding-system-args):
3083         Make it work also for coding systems not using CCL.
3085 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3087         * simple.el (previous-matching-history-element)
3088         (next-matching-history-element): Doc fix.
3090         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3091         specific part.
3093 2001-02-06  Dave Love  <fx@gnu.org>
3095         * add-log.el (add-log-current-defun-function)
3096         (add-log-buffer-file-name-function, add-log-file-name-function):
3097         Fix :type.
3098         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3100 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3102         * info.el (info-initialize): Remove the test for system-type when
3103         invocation-directory is non-nil.
3105         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3106         of `font-lock-defaults' to `backward-paragraph' rather than nil.
3108 2001-02-06  Andrew Innes  <andrewi@gnu.org>
3110         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3111         absolute.
3113 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
3115         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3116         buffers.  When hi-lock turned on rather than only checking current
3117         buffer for regexps, all buffers are checked. Moved activation of
3118         font-lock to hi-lock-refontify. When font-lock turned off rather
3119         than removing added highlighting just in current buffer, remove it
3120         in all buffers.  Changed edit menu text from "Automatic
3121         Highlighting" to "Regexp Highlighting" Documentation for
3122         highlighting phrases, minor documentation changes.
3123         (hi-lock-set-file-patterns): Execute only if there are new or
3124         existing file patterns.
3125         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3126         unfontify and, if a support mode is active, will not refontify the
3127         whole buffer.  If necessary, turn on font lock. (Removed
3128         font-lock-unfontify and font-lock support-mode-specific calls,
3129         such as lazy-lock-fontify-window.)
3130         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3131         patterns are found. Not useful now since find-file-hook is removed
3132         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3133         (hi-lock-face-phrase-buffer): New function.  Also added related
3134         menu item and keybinding.
3135         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3136         (hi-lock-process-phrase): New function.
3137         (hi-lock-line-face-buffer): Doc fixes.
3138         (hi-lock-face-buffer): Doc fixes.
3139         (hi-lock-unface-buffer): Doc fixes.
3141 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
3143         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3144         dabbrev-ignored-regexps.
3146 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3148         * simple.el (kill-line): Doc fix.
3150 2001-02-05  Dave Love  <fx@gnu.org>
3152         * loadup.el: Revert last two changes -- bootstrapping works with
3153         regenerated loaddefs.
3155 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3157         * isearch.el (isearch-forward): Doc fix.
3159         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3160         of font-lock-defaults to backward-paragraph.
3162 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3164         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3165         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3167 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3169         * ebnf2ps.el: Eliminate time-stamp functions.
3170         (ebnf-version): New version (3.5).
3171         (ebnf-eps-finish-and-write): Replace time-stamp functions by
3172         format-time-string.
3174 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3176         * simple.el (next-line): Goto end-of-line before inserting a newline.
3178 2001-02-05  Miles Bader  <miles@gnu.org>
3180         * image-file.el (insert-image-file): When visiting an image, also
3181         set `truncate-lines' to t so that any fringe arrow looks correct.
3183 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
3185         * isearch.el (isearch-forward): Add description about input method
3186         in the docsting.
3188 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
3190         * skeleton.el (skeleton-internal-1): Always push the mark for @.
3192 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3194         * info.el (info-initialize): If installation-directory is nil, for
3195         DOS/Windows systems try looking in a sibling of invocation-directory.
3197 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
3199         * wid-edit.el (widget-button-click): Fix last change.
3201         * frame.el (frame-notice-user-settings): When resizing the initial
3202         frame because the tool bar is off, also change the frame's top
3203         position if a negative top position was specified.
3205 2001-02-02  Miles Bader  <miles@gnu.org>
3207         * image-file.el (insert-image-file): When visiting an image,
3208         suppress the cursor in the image buffer.
3210 2001-02-01  Dave Love  <fx@gnu.org>
3212         * progmodes/f90.el (f90-mode): Remove startup message.
3214         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
3216 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3218         * startup.el (command-line): Fix code determining whether or not
3219         to use delete-key-deletes-forward-mode.
3221 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
3223         * vc.el (vc-diff-switches): New user option.
3224         (vc-version-diff): Use it.
3225         (vc-diff-switches-list): New macro.
3227         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3228         New customization options.
3229         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3231         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3233 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3235         * msb.el (toplevel): Quote hook symbols.
3237 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
3239         * international/mule.el (make-coding-system): Add description
3240         about recognized properties in the docstring.
3242         * international/mule-conf.el: Remove unused charsets
3243         mac-roman-lower and mac-roman-upper.
3245 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
3247         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3248         is in front of the left-margin, if any.
3250         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3251         like `delete'.
3253         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3255         * term/w32-win.el (mouse-set-font): Doc fix.
3257 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
3259         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3260         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3261         on already.
3263 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
3265         * files.el (save-buffer): Don't give message if (buffer-file-name)
3266         returns nil.
3268 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
3270         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3272         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3273         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
3275         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3276         display problems.
3278 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
3280         * international/mule.el (charset-info): Fix docstring.
3282         * international/mule-diag.el (describe-character-set): Check final
3283         char valid before printing it.
3285 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
3287         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3289         * frame.el (frame-notice-user-settings): Do the tool-bar
3290         stuff only for graphical displays.  Fix a braino.
3292         * frame.el (frame-initialize): Create initial frame visible.
3293         (frame-notice-user-settings): When tool-bar has been switched off,
3294         correct the frame size and sync tool-bar-mode.
3296         * startup.el (command-line): Remove manipulation of frame
3297         height for tool bars.
3299 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3301         * lpr.el: Compatibility with XEmacs and doc fixes.
3302         (lpr-windows-system, lpr-lp-system): New vars.
3303         (lpr-printer-switch): New defcustom.
3304         (printer-name, lpr-command): Customization fix.
3305         (print-region-1): Code fix.
3306         (print-region-new-buffer, printify-region): Indentation fix.
3307         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3308         New functions.
3310 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3312         * msb.el (toplevel): Fix the eval-after-load.
3314 2001-01-29  Dave Love  <fx@gnu.org>
3316         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3318         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3320         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3321         (tcl-using-emacs-19-23): Consider Emacs 21+.
3322         (tcl-help-directory-list, tcl-command-switches): Fix :type.
3323         (tcl-add-emacs-menu): Supply menu name.
3324         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3326 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3328         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3330 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
3332         * pcvs.el (cvs-mark-fis-dead): New function.
3333         (cvs-mode-add): Use it.
3334         (cvs-mode-add-change-log-entry-other-window):
3335         Rebind change-log-default-name to itself rather than to nil.
3337 2001-01-29  Sam Steingold  <sds@gnu.org>
3339         * vc-cvs.el: Replaced (require 'vc) with a bunch of
3340         `autoload' statements.
3342 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
3344         * files.el (confirm-kill-emacs): Doc fix.
3346         * frame.el (frame-initialize): Doc fix.
3348         * time-stamp.el (time-stamp-string): Doc fix.
3350         * woman.el (WoMan-log-1): Make the log buffer writable.
3351         From Markus Rost <rost@math.ohio-state.edu>.
3353 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3355         * imenu.el (imenu-syntax-alist): Add autoload cookie for
3356         the `make-variable-buffer-local'.
3358 2001-01-29  Dave Love  <fx@gnu.org>
3360         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3361         (ansi-color-for-comint-mode-on, ansi-color-process-output):
3362         Add autoload cookie.
3363         (ansi-color-apply-sequence): Fix typo.
3365 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3367         * menu-bar.el (menu-bar-files-menu): Add menu items for
3368         Postscript printing in black and white.
3370         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3371         X-Mailman-Version, Precedence, List-Help, List-Post,
3372         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3373         Content-Type, Content-Length.
3375 2001-01-29  Dave Love  <fx@gnu.org>
3377         * elide-head.el (elide-head): Make overlay evaporate.
3379         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3381 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
3383         * isearch.el (isearch-highlight): Don't punt if the display
3384         doesn't support colors, since isearch faces are defined for
3385         monochrome displays as well.
3387 2001-01-27  Sam Steingold  <sds@gnu.org>
3389         * shell.el (shell-write-history-on-exit): Make sure that we are in
3390         the shell buffer (M-x tex-file RET inserted the error message into
3391         the TeX buffer).
3393 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3395         * simple.el (transient-mark-mode): Doc fix.
3397 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
3399         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3401 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3403         * shell.el (shell-unquote-argument): If the shell is one of the
3404         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3405         quote character.
3406         (shell-dumb-shell-regexp): Document that the shells which match
3407         this regexp are supposed to not treat a backslash as a quote character.
3409         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3410         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
3412 2001-01-27  Richard M. Stallman  <rms@gnu.org>
3414         * dabbrev.el (dabbrev--substitute-expansion):
3415         Treat a one-capital-letter abbrev as "not all upper case",
3416         so as to force preservation of the expansion's pattern
3417         if the expansion starts with a capital letter.
3419 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3421         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3422         Doc fix.
3424         * simple.el (transient-mark-mode): Document the fact that many
3425         commands act on the region when mark is active.
3427 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
3429         * international/quail.el (quail-setup-completion-buf): Make the
3430         multibyteness of current buffer inherited to Quail completion buffer.
3431         (quail-show-guidance-buf): Make the multibyteness of current
3432         buffer inherited to Quail guidance buffer.
3433         (quail-help): Make the multibyteness of current buffer inherited
3434         to Quail help buffer.
3436 2001-01-26  Dave Love  <fx@gnu.org>
3438         * time-stamp.el: Doc fixes.
3440         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3441         (delphi-keyword-face, delphi-other-face): Fix :type.
3443         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
3445         * mail/feedmail.el (feedmail): Add :link.
3446         (feedmail-send-it): Doc fix.
3448         * mail/sendmail.el: Doc fixes.
3449         (sendmail-send-it): Fix the non-ASCII regexp and use
3450         rfc2047-encode-string.
3452         * dired.el, dired-aux.el: Revert last change.
3454 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3456         * makefile.w32-in (DONTCOMPILE): Add various term files.
3458 2001-01-26  Dave Love  <fx@gnu.org>
3460         * Makefile.in (DONTCOMPILE): Add various term files.
3462 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3464         * man.el (Man-default-man-entry, Man-mode): Doc fix.
3466         * startup.el (display-startup-echo-area-message): Make sure
3467         the echo area is resized to fit the size of the startup message.
3469         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3470         part of which is a constant.
3472 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
3474         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3476 2001-01-26  Richard M. Stallman  <rms@gnu.org>
3478         * simple.el (next-line): Don't let `newline' expand abbrevs.
3479         Simplify slightly.
3480         (open-line): Don't let `newline' expand abbrevs.
3482 2001-01-25  John Wiegley  <johnw@gnu.org>
3484         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3485         to `repeat' in the :type field.
3487         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3488         allow a choice of regexp or nil.
3489         (pcomplete-dir-ignore): Same.
3491         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3492         a command) to always fail.
3494 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
3496         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3497         discard the result.
3498         (iswitchb-to-end): Likewise.
3500 2001-01-25  Sam Steingold  <sds@gnu.org>
3502         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3503         Require vc.
3505 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
3507         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3509         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3511 2001-01-25  Dave Love  <fx@gnu.org>
3513         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3514         (describe-coding-system): Tweak the English text.
3516         * loadup.el: Preload international/ccl for utf-8.
3518 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
3520         * mail/rmail.el (rmail-redecode-body): Doc fix.
3522 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
3524         * international/mule-cmds.el (reset-language-environment):
3525         Reset coding-category-utf-8 to mule-utf-8.
3527         * international/mule-conf.el (coding-category-utf-8):
3528         Initialize to mule-utf-8.
3530         * loadup.el: Preload international/utf-8.
3532         * international/utf-8.el: New file.
3534 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3536         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3538 2001-01-24  Sam Steingold  <sds@gnu.org>
3540         * dired.el (dired-replace-in-string): Removed.
3541         (dired-sort-toggle): Use `replace-regexps-in-string'
3542         instead of `dired-replace-in-string'.
3544         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3545         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3547         * gs.el (gs-replace-in-string): Removed.
3548         (gs-options): Use `replace-regexps-in-string'
3549         instead of `gs-replace-in-string'.
3551 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
3553         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3554         bug report is mailed to an email list and posted to a news group.
3556 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3558         * comint.el (comint-replace-by-expanded-history-before-point):
3559         Fix change of 2000-08-03 to move point to the start of the line again.
3561         * startup.el (tool-bar-images-pixel-height): New variable.
3562         (command-line): After loading the user's init file, when
3563         tool-bar-mode is on, increase the frame's size by some lines for
3564         the tool-bar.
3566         * frame.el (frame-initialize): Create the initial frame invisible.
3568 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3570         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3571         (chinese-big5): MIME:Big5.
3573 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3575         * international/mule-cmds.el (universal-coding-system-argument):
3576         Handle commands with prefix args.
3578 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3580         * calendar/diary-lib.el (diary-float): Fix case of MONTH
3581         being a list of numbers.
3582         (diary-mail-entries): Rewritten.
3584 2001-01-23  Dave Love  <fx@gnu.org>
3586         * international/mule.el (make-coding-system): Fix typo.
3588         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3589         Add backward-paragraph as font-lock-beginning-of-syntax-function.
3591 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
3593         * font-lock.el (font-lock-mode): Doc fix.
3595 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
3597         * international/mule.el (make-translation-table): Fix docstring.
3599 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
3601         * mail/rmail.el (rmail-redecode-body): New function.
3603         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3605 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
3607         * isearch.el (isearch-lazy-highlight-case-fold-search)
3608         (isearch-lazy-highlight-regexp): New variables.
3609         (isearch-lazy-highlight-cleanup): Update lazy highlight if
3610         case-fold search or regexp search has been toggled.
3612         * wid-edit.el (widget-button-click): Avoid a save-excursion
3613         around running a global binding.
3615         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3616         to 0.25.
3618 2001-01-20  Miles Bader  <miles@gnu.org>
3620         * cus-edit.el (custom-face-save): Do post-processing on the face's
3621         new value like `custom-face-set' does.
3623 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3625         * mail/emacsbug.el (report-emacs-bug): Report the value of
3626         LC_CTYPE, not LC_TYPE.
3628         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3629         isearch-toggle-regexp and isearch-edit-string to doc string.
3631 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
3633         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3634         as font-lock-beginning-of-syntax-function in font-lock-defaults.
3636         * jit-lock.el (jit-lock-fontify-now): Don't bind
3637         font-lock-beginning-of-syntax-function to nil.
3639 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3641         * mail/emacsbug.el (report-emacs-bug): Report values of
3642         locale-coding-system, default-enable-multibyte-characters, and the
3643         environment variables LC_ALL, LC_TYPE, and LANG.
3645 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
3647         * font-lock.el (font-lock-default-fontify-region): Fix last change.
3649         * font-lock.el (font-lock-multiline): Default to nil.
3650         (font-lock-default-fontify-region): If font-lock-multiline is
3651         nil, don't check the property `font-lock-multiline'.
3653         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3654         is nil, don't check the `font-lock-multiline' text property.
3656 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
3658         * viper.el: Call initial-major-mode on startup.
3660         * ediff.el (ediff-patch-file): Use better defaults.
3662         * ediff-vers.el: Fix for 8+3 DOS file systems.
3664 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
3666         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3667         diff mode, if available.
3669 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
3671         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3673         * ediff-init.el (subst-char-in-string): Define and use it, unless
3674         it's already defined.
3676 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
3678         * tooltip.el (tooltip-hide-delay): New user-option.
3679         (tooltip-show): Use tooltip-hide-delay instead of the default.
3681 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
3683         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3684         kill-local-variable doesn't work for enable-multibyte-characters.
3686 2001-01-17  Dave Love  <fx@gnu.org>
3688         * ediff-init.el (ediff-before-setup-hook)
3689         (ediff-merge-filename-prefix): Add :version.
3691         * international/latin1-disp.el: Require disp-table.
3692         (latin1-display): Fix :set.
3694         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3696 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
3698         * isearch.el (isearch-lazy-highlight-initial-delay)
3699         (isearch-lazy-highlight-interval): Default to 0.
3701 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
3703         * isearch.el (isearch-highlight): Set isearch-overlay priority to
3704         1 here rather than each time through
3705         isearch-lazy-highlight-new-loop.
3706         (isearch-lazy-highlight-max): Variable deleted.
3707         (isearch-lazy-highlight-max-at-a-time): New user variable, like
3708         isearch-lazy-highlight-max but controls a single invocation of
3709         isearch-lazy-highlight-update.
3710         (isearch-lazy-highlight-wrapped): Variable recreated.
3711         (isearch-lazy-highlight-window-start): New variable.
3712         (isearch-lazy-highlight-cleanup): Restored to behavior of
3713         before 2-Jan.
3714         (isearch-lazy-highlight-remove-overlays): Function deleted;
3715         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
3716         behavior removed.
3717         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3718         isearch-lazy-highlight-update in a loop rather than just once.
3719         Test isearch-invalid-regexp here and decide not to start a new
3720         loop, rather than testing it each time through
3721         isearch-lazy-highlight-update.
3722         (isearch-lazy-highlight-search): Function restored.
3723         (isearch-lazy-highlight-update): Get called in a timer loop again,
3724         but this time highlight more than one match each time through.
3725         Only highlight matches in the visible part of the window.
3726         Start at point, move in the direction of the search, and wrap around at
3727         the edge of the window.  Use sit-for to force redisplay and ensure
3728         window-start is credible.  "Face suppressing" behavior removed;
3729         overlay priorities should make it unnecessary, right?
3730         (isearch-highlight): Face suppressing behavior removed.
3731         (isearch-dehighlight): Face suppressing behavior removed.
3732         (isearch-set-lazy-highlight-faces-at): Removed.
3734 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
3736         * language/european.el ("Latin-1"): Make the format of description
3737         about additional language environments same as that of Latin-2.
3739 2001-01-16  Dave Love  <fx@gnu.org>
3741         * isearch.el (isearch-lazy-highlight): Add :version.
3743         * simple.el (backward-delete-char-untabify-method)
3744         (next-line-add-newlines): Add :version.
3746 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
3748         * bindings.el: Bind <backspace> and <delete> via function-key-map.
3749         Don't bind <delete> otherwise.
3751         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3752         and <delete> via function-key-map.
3754         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3755         Subject line only if point is after the `Subject:'.
3757 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
3759         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3760         japanese-jisx0213-2 in `charset' property of this lang. env.
3762         * language/european.el ("Latin-1"): Add description for Dutch and
3763         Spanish lang. env.
3765         * international/mule.el (decode-char): Fix conditions.
3766         (encode-char): Handle eight-bit-control too.
3767         (transform-make-coding-system-args): New function.
3768         (make-coding-system): Accept XEmacs style arguments for CCL base
3769         coding system.
3771 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
3773         * progmodes/etags.el (find-tag-noselect): Save the value of
3774         tags-file-name before switching buffers, for the case it has a
3775         buffer-local value.
3777 2001-01-15  Alex Schroeder  <alex@gnu.org>
3779         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3780         From Dave Love <fx@gnu.org>.
3781         (ansi-color-for-comint-mode): Fix :version.
3783 2001-01-15  Alex Schroeder  <alex@gnu.org>
3785         * ansi-color.el (ansi-color-unfontify-region): Doc change.
3787 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
3789         * dired.el (dired-insert-directory): If file-system-info fails,
3790         remove the " free " part, but don't signal an error.
3792 2001-01-12  Sam Steingold  <sds@gnu.org>
3794         * bookmark.el (bookmark-maybe-historicize-string):
3795         Use new backquote syntax.
3797 2001-01-12  Richard M. Stallman  <rms@gnu.org>
3799         * subr.el (last): Handle a list that doesn't end in nil.
3801 2001-01-12  Sam Steingold  <sds@gnu.org>
3803         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3804         to `backward-delete-char-untabify'.
3806 2001-01-12  Dave Love  <fx@gnu.org>
3808         * cus-edit.el (customize-menu-create): Fix the :filter following
3809         easymenu change.
3811         * wid-edit.el (function): Add :match-alternatives.
3812         (widget-color-action): Doc fix.
3814 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
3816         * calendar/calendar.el (calendar-basic-setup): Doc fix.
3818 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
3820         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3822         * international/ccl.el (define-ccl-program): Fix docstring.
3824 2001-01-11  Dave Love  <fx@gnu.org>
3826         * international/mule-cmds.el (standard-display-european-internal):
3827         Set display table for 2208 as for 160.
3829         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3831         * progmodes/fortran.el (fortran-mode-map): Modify Customization
3832         entry for custom-menu-create change.
3833         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
3834         don't cons it in the search loop.
3836         * imenu.el (imenu--truncate-items): Revert last change.
3838 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
3840         * info.el (Info-setup-header-line): If the node header includes
3841         either Next: or Prev: links, don't show the File: and Node: parts
3842         in the header line.
3844 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
3846         * comint.el (comint-goto-process-mark): Don't print a message
3847         when running in batch mode.
3849         * isearch.el (isearch-search): In the condition-case handler for
3850         `error', set isearch-invalid-regexp to the whole error message.
3852         * subr.el (eval-after-load): Call load-symbol-file-load-history to
3853         ensure that eval-after-load works for files dumped with Emacs.
3855         * help.el (load-symbol-file-load-history): New function extracted
3856         from function symbol-file.
3857         (symbol-file): Use it.
3859         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3861 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
3863         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3864         behave as if there were no prefix argument.
3865         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3866         argument were nil.
3868 2001-01-11  Richard M. Stallman  <rms@gnu.org>
3870         * isearch.el (isearch-lazy-highlight-update):
3871         Don't look for more potential matches once maximum is exceeded.
3872         Use overlays-in to check correctly for overlap with current match.
3873         Ignore empty matches.
3875 2001-01-11  Miles Bader  <miles@gnu.org>
3877         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3878         (ispell-overlay-window, ispell-help, ispell-show-choices)
3879         (ispell-command-loop): Use it instead of `window-height'.
3881 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
3883         * files.el (confirm-kill-emacs): New user-option.
3884         (save-buffers-kill-emacs): Ask for final confirmation before
3885         killing Emacs.
3887         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3888         to nil.
3890 2001-01-10  Dave Love  <fx@gnu.org>
3892         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3894         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3896         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3898         * calculator.el (calculator-number-digits): Fix :type.
3900         * vc-cvs.el (vc-cvs-header): Fix :type.
3901         * vc-rcs.el (vc-rcs-header): Fix :type.
3902         * vc-sccs.el (vc-sccs-header): Fix :type.
3904         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3906         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3908         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3910 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
3912         * simple.el (set-variable): Force a thorough redisplay for the
3913         case that the variable has an effect on the display, like
3914         `tab-width' has.
3916 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
3918         * vc.el: Add documentation for backend interface.
3920 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
3922         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3924         * international/mule-conf.el (latin-extra-code-table): Set to t
3925         for \223 and \224.
3927 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
3929         * international/mule-cmds.el (locale-language-names): Map "es" to
3930         "Spanish" and "nl" to "Dutch".
3932 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
3934         * bindings.el (global-map): Bind <home> to beginning-of-line,
3935         <end> to end-of-line, C-<home> to beginning-of-buffer, and
3936         C-<end> to end-of-buffer.
3938         * language/european.el: Add Dutch and Spanish language info
3939         to be able to use the appropriate tutorials.
3941 2001-01-09  Alex Schroeder  <alex@gnu.org>
3943         * ansi-color.el (ansi-color-process-output): Use markers instead
3944         of positions for start and end of region.
3945         (ansi-color-apply-on-region): Rewrote code to make it more robust.
3946         Previously, occasional mistakes happend when fontifying many
3947         chunks of output (eg. ls --color=yes /dev).  This happened
3948         whenever an overlay was created up to the end of the region, which
3949         coincided with the process-mark.  New text would then be added
3950         within that overlay instead of after it.
3951         (ansi-color-make-extent): Overlays are created with the property
3952         `modification-hooks' set to '(ansi-color-freeze-overlay).
3953         (ansi-color-freeze-overlay): New function.  When inserting text at
3954         the end of the overlay, the overlay will resize.
3956 2000-01-09  Alex Schroeder  <alex@gnu.org>
3958         * ansi-color.el (ansi-color-process-output): Doc change.
3959         (ansi-color-unfontify-region): Doc change.  No longer installed
3960         automatically in font-lock-unfontify-region-function.
3961         (ansi-color-apply): Doc change.
3962         (ansi-color-apply-on-region): Use extents or overlays instead of
3963         text-properties.
3964         (ansi-color-make-extent): New function.
3965         (ansi-color-set-extent-face): New function.
3967 2000-01-09  Alex Schroeder  <alex@gnu.org>
3969         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3970         both use ansi-color-process-output, now.
3971         (ansi-color-process-output): Doesn't return string anymore.  It is
3972         installed in comint-output-filter-functions for both Emacs and
3973         XEmacs, now.
3974         (ansi-color-unfontify-region): Simplified code removing variables
3975         pos and start-ansi.
3976         (ansi-color-apply): Put text-property ansi-color before putting
3977         text-property face because ansi-color-unfontify-region is called
3978         immediately after the call to put-text-property.
3979         (ansi-color-context-region): Doc change.
3980         (ansi-color-filter-region): Simplified code.
3981         (ansi-color-apply-on-region): Changed start to start-marker, using
3982         a marker explicitly.  Put text-property ansi-color before putting
3983         text-property face because ansi-color-unfontify-region is called
3984         immediately after the call to put-text-property.
3986 2000-01-09  Alex Schroeder  <alex@gnu.org>
3988         * ansi-color.el (ansi-color-faces-vector): Doc change.
3989         (ansi-color-for-comint-mode): Changed :type property to choice.
3990         (ansi-color-last-context): Removed.
3991         (ansi-color-process-output): Don't use ansi-color-last-context, as
3992         the main functions will store their context now.
3993         (ansi-color-context): Doc change.
3994         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3995         Uses ansi-color-context such that repeated calls will strip
3996         partial escape sequences, too.
3997         (ansi-color-apply): Simplified code.  Colorize end of string if
3998         face is not null.  Store context in new (FACE STRING) format, such
3999         that repeated calls will strip partial escape sequences, too.
4000         Append faces to face property using ansi-color-apply-sequence such
4001         that cumulative mode actually works.
4002         (ansi-color-context-region): New variable.
4003         (ansi-color-filter-region): Rewrote it based on
4004         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4005         that repeated calls will strip partial escape sequences, too.
4006         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4007         region if face is not null.  Store context in new (FACE POS)
4008         format, such that repeated calls will strip partial escape
4009         sequences, too.  Append faces to face property using
4010         ansi-color-apply-sequence such that cumulative mode actually works.
4011         (ansi-color-apply-sequence): New function.
4012         (ansi-color-get-face): When the default face is added to the list
4013         of faces, all previous settings are discarded and the list of
4014         faces is set to '(default).
4016 2000-01-09  Alex Schroeder  <alex@gnu.org>
4018         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4019         face, such that ansi-color-apply and ansi-color-apply-on-region
4020         will do the right thing.
4021         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4022         returns nil, set the list of faces back to nil instead of
4023         appending the result of ansi-color-get-face to the front of the list.
4025 2000-01-09  Alex Schroeder  <alex@gnu.org>
4027         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4028         (ansi-color-process): Doc change.
4029         (ansi-color-last-context): New buffer-local variable.
4030         (ansi-color-process-output): New function.  It is automatically
4031         added to comint-output-filter-functions if this is XEmacs.
4032         (ansi-color-unfontify-region): New optional parameter for XEmacs
4033         compatibility.  Check wether font-lock-syntactic-keywords is
4034         boundp before removing the syntax table text property, as XEmacs
4035         doesn't have it.
4036         (ansi-color-filter-region): Doc change.
4037         (ansi-color-apply-on-region): Doc change.
4038         (ansi-color-make-face): New function.  Compatibility layer for
4039         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4040         (ansi-color-make-color-map): Use ansi-color-make-face.
4041         (ansi-color-get-face): Avoid face text property '(nil) as results
4042         in an errow for XEmacs.
4044 2000-01-09  Alex Schroeder  <alex@gnu.org>
4046         * ansi-color.el (ansi-color-unfontify-region): New function.
4047         Uses text-property ansi-color in order to preserve fontification by
4048         ansi-color.  When the package is loaded, a lambda expression is
4049         put onto font-lock-mode-hook.  This lambda expression will check
4050         font-lock-unfontify-region-function and replace
4051         font-lock-default-unfontify-region with ansi-color-unfontify-region.
4052         (ansi-color-apply): Add text-property ansi-color in addition to
4053         text-property face.
4054         (ansi-color-apply-on-region): Add text-property ansi-color in
4055         addition to text-property face.
4056         (save-buffer-state): Copy of the macro that is also used by
4057         lazy-lock and font-lock.
4059         (ansi-color-for-comint-mode): New option.
4060         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4061         (ansi-color-for-comint-mode-off): Ditto.
4062         (ansi-color-for-comint-mode-filter): Ditto.
4063         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
4064         decide what to do.  This function is added to
4065         comint-preoutput-filter-functions when the package is loaded.
4067         (ansi-color-for-shell-mode-set): Removed.
4068         (ansi-color-for-shell-mode): Removed.
4070 2000-01-09  Alex Schroeder  <alex@gnu.org>
4072         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4073         the lambda expression from the ansi-color-for-shell-mode :set
4074         property.  Additionally, modify shell-mode-hook to enable or
4075         disable font-lock-mode for future shell buffers.
4076         (ansi-color-for-shell-mode): The :set property calls
4077         ansi-color-for-shell-mode-set instead of a lambda expression.
4079 2000-01-09  Alex Schroeder  <alex@gnu.org>
4081         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4082         (ansi-color-context): New variable.
4083         (ansi-color-apply): Save context between calls.
4085 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
4087         * isearch.el (isearch, isearch-lazy-highlight-face):
4088         New definitions for face colors and attributes.
4090         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4091         of display-mouse-p.
4093 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4095         * international/mule.el (make-coding-system): If the coding system
4096         accepts extra latin codes, register such codes as safe for the
4097         coding system.
4099 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4101         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4102         don't mention the file name or the date here, because they are
4103         logged at the start of the file.
4105 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4107         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4108         Change screen-width to frame-width.
4110 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4112         * info.el (Info-search): Print the default as part of the prompt.
4114 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
4116         * vc.el (vc-default-latest-on-branch-p): New function, replaces
4117         constant implementations in backends.
4119         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4120         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4122         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4123         WRITABLE to EDITABLE.
4125         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4126         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4127         to EDITABLE.
4129 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4131         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4132         (copyright, copyright-update): Compute the current year at run time.
4134 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
4136         * isearch.el (isearch-old-signal-hook): Removed.
4137         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4138         instead of setting signal-hook-function.
4139         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4141 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4143         * emulation/edt.el: Update to version 4.0.  Provide support for
4144         EDT scroll margins at top and bottom of the window.  Provide an
4145         emulation of the EDT SUBS command (bound to GOLD-Enter, by
4146         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
4147         user when file-related buffer modifications exist.
4148         Provide support for running EDT Emulation in XEmacs.
4149         Provide customize access to some user updatable variables.
4150         Add Commentary section to file header.
4151         Fixed a few minor bugs and cleaned up some code.
4153         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
4154         for detecting a keypress that generates an ASCII key sequence.
4155         (Previously, only a keypress that generates a vector was
4156         recognized.)  Embed Window Manager name into name of the generated
4157         EDT Emulation initialization file since the initialization file is
4158         Window Manager specific.  Add Commentary section to file header.
4160 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
4162         * mail/sendmail.el (mail-mode): Doc fix.
4164         * info.el (Info-goto-emacs-command-node): Doc fix.
4165         (Info-goto-emacs-key-command-node): Doc fix.
4167 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4169         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4170         systems without long file-name support.
4172 2001-01-06  Andrew Innes  <andrewi@gnu.org>
4174         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4176 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4178         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4179         (isearch-lazy-highlight-update): Doc fix.
4181         * ffap.el (ffap-bindings): Doc fix.
4183         * dired-x.el (dired-virtual-guess-dir): Doc fix.
4185 2001-01-05  Dave Love  <fx@gnu.org>
4187         * emacs-lisp/cl-seq.el (remove, remq): Remove.
4189 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
4191         * mouse-drag.el (mouse-drag-safe-scroll):
4192         Bind scroll-preserve-screen-position to nil.
4194         * isearch.el (isearch-old-signal-hook): New variable.
4195         (isearch-mode): Set signal-hook-function to isearch-done.
4196         (isearch-done): Restore old signal-hook-function.
4198         * info.el (Info-fontify-node): Mark one more char as intangible.
4200 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
4202         * composite.el (compose-last-chars): New argument COMPONENTS.
4203         If it is non-nil, compose preceding characters by compose-region with
4204         COMPONENTS.
4206         * international/quail.el (quail-input-string-to-events): New function.
4207         (quail-input-method): Convert input string to events here.
4208         (quail-start-translation): Return input string, not event list.
4209         (quail-start-conversion): Likewise.
4211 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
4213         * tooltip.el (tooltip-cancel-delayed-tip)
4214         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4215         and tooltip-add-timeout.
4216         (tooltip-show): Set border color from faces's foreground.
4217         (tooltip-show-help-function): If called with the same help string
4218         as last time, do nothing.
4219         (tooltip-help-tips): Don't set tooltip-help-message to nil.
4221         * startup.el (fancy-splash-screens): Don't bind show-help-function
4222         to nil.
4224         * tooltip.el (tooltip-frame-parameters): Remove colors.
4225         (tooltip): New face
4226         (tooltip-set-param): New function.
4227         (tooltip-show): Set up color frame parameters from face `tooltip'.
4228         Display the tooltip text in face `tooltip'.
4230 2001-01-04  Dave Love  <fx@gnu.org>
4232         * whitespace.el (whitespace-global-mode): Fix typo.
4234         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4236 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
4238         * help.el (help-for-help): Fix a typo in a doc string.
4239         From kwzh@gnu.org (Karl Heuer).
4241 2001-01-03  Dave Love  <fx@gnu.org>
4243         * dired-x.el: Doc fixes.  Maintainer change.
4244         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4245         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4246         (dired-guess-shell-alist-user): Customize.
4247         (dired-x-help-address): Set to bug-gnu-emacs.
4248         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4249         (dired-default-directory): Renamed from default-directory.
4251         * hl-line.el (hl-line): Doc fix.
4253 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
4255         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4257 2001-01-02  Richard M. Stallman  <rms@gnu.org>
4259         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4260         to remove all the current alternative-match highlighting.
4261         If nil, remove only what's outside the current window.
4262         (isearch-lazy-highlight-remove-overlays): Take optional
4263         region within which NOT to remove them.
4264         (isearch-lazy-highlight-new-loop): Greatly simplified.
4265         (isearch-lazy-highlight-update): Find all the other occurrences
4266         visible in the window, in just one call.
4267         (isearch-lazy-highlight-start): Now holds start of region to scan.
4268         (isearch-lazy-highlight-end): Now holds end of region to scan.
4269         (isearch-lazy-highlight-wrapped): Variable deleted.
4270         (isearch-lazy-highlight-search): Function deleted.
4272 2000-01-02  Andrew Innes  <andrewi@gnu.org>
4274         * w32-fns.el (convert-standard-filename): Do length check on name
4275         before aref.
4277 2001-01-02  Dave Love  <fx@gnu.org>
4279         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4280         value.
4281         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4283         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4285         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4286         read syntax.
4288         * calendar/todo-mode.el (todo): Add :link, :version.
4289         (todo-save-top-priorities): Remove autoload cookie.
4290         (todo-add-category, todo-add-item-non-interactively)
4291         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4293 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
4295         * comint.el (comint-input-history-ignore): New variable.
4296         (comint-read-input-ring): Ignore entries matching
4297         comint-input-history-ignore.
4299 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
4301         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4302         (lm-copyright-mark): New function.
4303         (lm-crack-copyright): New function.
4304         (lm-verify): Check that the file has a copyright.
4305         Check that the file is copyright Free Software Foundation.
4307 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
4309         * international/mule-diag.el (print-fontset): Indent font name by
4310         24 columns, not 25.
4312 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
4314         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4315         in Subject line.
4317         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4318         Use mail-mode-hook instead of mail-setup-hook.
4319         Otherwise continuing an interrupted message with C-u C-x m for
4320         instance, winds up in Mail mode without abbrevs.
4322 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4324         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4325         non-nil.  Adding almost all customization variables on ps-setup.
4326         Doc fix.
4327         (ps-print-version): New version number (6.3.3).
4328         (ps-end-with-control-d): Initialization fix.
4329         (ps-lines-printed): New var.
4330         (ps-skip-newline): New fun.
4331         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4332         (ps-next-line, ps-continue-line, ps-plot-region)
4333         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4335 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
4337         * international/fontset.el (x-complement-fontset-spec):
4338         Resolve ASCII font name so that the same family name is used for fonts
4339         registered in x-font-name-charset-alist.
4340         (create-fontset-from-fontset-spec): Adjusted for the above change.
4341         The name of fontset alias should be a unresolved ASCII font name.
4343 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
4345         * simple.el (delete-key-deletes-forward-mode): Bind backspace
4346         and delete in isearch-mode-map.
4348 2000-12-28  Richard M. Stallman  <rms@gnu.org>
4350         * dired-x.el (dired-guess-shell-alist-default):
4351         Use xpdf instead of acroread.
4353 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
4355         * textmodes/artist.el (artist-butlast): Deleted.
4356         (artist-ellipse-mirror-quadrant): Use butlast instead of
4357         artist-butlast.
4359         * subr.el (butlast, nbutlast): Moved from cl.el to here.
4361         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4363 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4365         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4367         * ls-lisp.el: Better support for the Mac and MS-Windows.
4368         (ls-lisp): New defgroup.
4369         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4370         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4371         (ls-lisp-support-shell-wildcards): New defcustoms.
4372         (ls-lisp-parse-symlink): New function.
4373         (insert-directory): Code to convert switches to a list and set up
4374         the wildcard argument copied from ls-lisp-insert-directory.
4375         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
4376         for -C and -R switches.
4377         (ls-lisp-column-format): New function.
4378         (ls-lisp-delete-matching, ls-lisp-handle-switches)
4379         (ls-lisp-format-time): Add doc strings.
4380         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4381         Support ls-lisp-dirs-first.
4382         (ls-lisp-classify, ls-lisp-extension): New functions.
4383         (ls-lisp-format): Optionally support emulation of symlinks.
4384         Support -i, -s, and -G switches.
4386 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
4388         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4390         * version.el (emacs-version): Print X scroll bar information.
4392         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4393         instead of x-toolkit-scroll-bars-p.
4395         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4396         of x-toolkit-scroll-bars-p.
4398 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4400         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4401         (ffap-bindings): Doc fix, to reflect the above change.
4403 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
4405         * term.el (term-char-mode): Define all non-ascii self-inserting
4406         characters to 'term-send-raw in term-raw-map.
4408 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
4410         * viper-init (viper-restore-cursor-type): Added condition-case guard.
4412         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4413         Changed initialization; use add-hook.
4414         (ediff-file-remote-p): Use file-local-copy.
4416         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4418         * ediff.el (ediff-patch-buffer): Bug fix.
4419         (ediff-revision): Allow selection of the file at the prompt.
4421 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
4423         * subr.el (combine-run-hooks): Remove.
4425         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4426         and remove the rogue second spec.
4428 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
4430         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4432 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
4434         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4435         Use minibuffer menu prompt for the `=' prefix.
4436         (smerge-command-prefix): Change default to C-^.
4437         (smerge-mode): Don't assume font-lock doesn't move point.
4439         * skeleton.el (skeleton-internal-1): Make sure the first line of
4440         the region is also re-indented.
4441         (skeleton-end-newline): New var.
4442         (skeleton-end-hook): Use it.
4444 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4446         * comint.el (comint-password-prompt-regexp): Support CVS.
4448 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
4450         * simple.el (delete-key-deletes-forward-mode): Simplify.
4451         Also backspace key combinations, depending on
4452         delete-key-deletes-forward.
4454         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4456         * simple.el (delete-key-deletes-forward): Doc fix.
4458 2000-08-22  Emmanuel Briot  <briot@gnat.com>
4460         * xml.el (top level comment): Updated to reflect the fact that
4461         white spaces are relevant in the XML file.
4462         (xml-parse-file): Do not kill an existing Emacs buffer if the file
4463         to parse was already edited. This allows for on-the-fly analysis
4464         of XML files.
4465         (xml-parse-tag): Check that the casing is the same in the start
4466         tag and end tag, since XML is case-sensitive.  Allows for spaces
4467         in the end tag, after the name of the tag.
4468         (xml-parse-attlist): Allow for the character '-' in the name of
4469         attributes, as in the standard http-equiv attribute Do not save
4470         the properties in the XML tree, since they are not relevant.
4472 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
4474         * generic.el (generic-read-type): Undo last change, inline into
4475         `generic-mode' and then remove.
4476         (generic-mode): Inline generic-read-type.
4477         (define-generic-mode): Push the symbol name rather than the symbol
4478         onto generic-mode-list.
4480 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
4482         * generic.el (generic-read-type): Build an alist for
4483         completing-read as in 20.7.
4485         * play/landmark.el (lm): Use interactive spec `P'.
4486         (toplevel): Don't set debug-on-error.
4488         * server.el (server-switch-buffer): Choose a window on a visible frame.
4490 2000-12-21  Dave Pearson  <davep@davep.org>
4492         * quickurl.el: Commentry change, I've moved my web site.
4494 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4496         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4497         ranges like \177-\237, but accepts the character sequence from \177 to
4498         \237.  Doc fix.
4499         (ebnf-version): New version (3.4).
4500         (ebnf-setup): Code fix.
4501         (ebnf-range-regexp): New fun.
4502         (ebnf-8-bit-chars): Const fix.
4504         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4505         entry.  Doc fix.
4506         (ebnf-bnf-lex): Code fix.
4507         (ebnf-bnf-comment-chars): Const fix.
4509         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4510         entry.  Doc fix.
4511         (ebnf-iso-comment-chars): Const fix.
4513         * ebnf-otz.el: Doc fix.
4515         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4516         entry.  Doc fix.
4517         (ebnf-yac-skip-code): Code fix.
4518         (ebnf-yac-comment-chars): Const fix.
4520 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
4522         * files.el (insert-directory-safely): New function.
4523         (recover-file): Use it instead of insert-directory.
4524         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4526 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4528         * international/mule-cmds.el (select-safe-coding-system):
4529         Check coding-category-list more rigidly.  Improve help message.
4531         * dired.el (dired-move-to-filename-regexp): Fix previous change.
4533 2000-12-21  Miles Bader  <miles@gnu.org>
4535         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4537 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4539         * international/mule-diag.el (describe-char-after): Make *Help*
4540         buffer inherit multibyteness of the current buffer.
4542         * international/mule.el (make-char): Docstring adjusted for the
4543         change of make-char-internal.
4545 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
4547         * international/iso-cvt.el: Docstrings fix.
4549 2000-12-20  Dave Love  <fx@gnu.org>
4551         * subr.el (eval-after-load): Doc fix.
4553 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
4555         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4556         for numbers.
4558 2000-12-20  Miles Bader  <miles@gnu.org>
4560         * international/quail.el (quail-help): Resize the help window
4561         again after it has all its contents.  Remove unneeded progn.
4563 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
4565         * pcmpl-linux.el: Fix copy/paste error.
4567 2000-12-19  Andrew Innes  <andrewi@gnu.org>
4569         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4571 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4573         * progmodes/idlw-rinfo.el: Fixed copyright notice.
4575         * progmodes/idlw-toolbar.el: Fixed copyright notice.
4577         * progmodes/idlw-shell.el: Fixed copyright notice.
4579         * progmodes/idlwave.el: Fixed copyright notice.
4581         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4582         TAB as key separators.
4584 2000-12-19  Alex Schroeder  <alex@gnu.org>
4586         * sql.el (sql-sybase-options): New option.
4587         (sql-sybase): Use it.  Add sql-database to the list of parameters
4588         provided for login.  The options -w 2048 -n are not used any more.
4589         (sql-postgres-options): Changed default from "--pset" to "-P".
4590         (sql-mysql-options): Doc change.
4591         (sql-stop): Doc change.
4593 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
4595         * international/quail.el (quail-input-method): Always hide
4596         the guidance buffer on exiting.
4598 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4600         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4601         isn't fboundp.
4603         * server.el (server-buffer-done): Bury the buffer before
4604         killing it.
4606         * faces.el (face-spec-set): Interpret a nil in specs for
4607         foreground and background colors as `unspecified', for
4608         compatibility with 20.x.
4610 2000-12-18  Dave Love  <fx@gnu.org>
4612         * simple.el (mail-user-agent): Doc fix.
4613         (input-mode-8-bit): Removed.
4615         * international/mule.el (set-keyboard-coding-system): Doc fix.
4616         (keyboard-coding-system): New option.
4618         * mail/sendmail.el (send-mail-function): Customize.
4620 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
4622         * international/codepage.el (cp866-decode-table): New table.
4624 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4626         * version.el (emacs-version): Remove `%a' from the time format
4627         because the weekday doesn't fit well into each locale.
4629 2000-12-18  Miles Bader  <miles@gnu.org>
4631         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4633         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4634         Check that emacs-major-version is `=' to 20, not `>='.
4635         (artist-replace-chars): Use `make-string' instead of a loop.
4637 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
4639         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4640         (cvs-execute-single-file): Don't change directory.
4641         Patch from Per Cederqvist.
4643 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4645         * textmodes/ispell.el (check-ispell-version):
4646         If `ispell-program-name' is "aspell", pass it the -v switch instead
4647         of -vv.
4649 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
4651         * international/mule-diag.el (mule-diag): Insert information about
4652         configure options, multibyte awareness, language env.
4654         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4655         regexp to search for candidates.
4657 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4659         * info.el (Info-forward-node): If the node has an
4660         Info-header-line, widen the buffer before searching for "next:"
4661         and "up:" pointers, and set the search limit to stay in the
4662         current node.
4664 2000-12-16  Miles Bader  <miles@gnu.org>
4666         * simple.el (delete-trailing-whitespace): Remove extraneous let.
4668 2000-12-15  Miles Bader  <miles@gnu.org>
4670         * comint.el (comint-send-string, comint-send-region): Also accept
4671         a buffer, buffer-name, or nil for PROCESS, for compatibility with
4672         process-send-string/region.
4674 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
4676         * isearch.el (isearch-lazy-highlight-max): New user-option.
4677         (isearch-lazy-highlight-update): Don't highlight more than
4678         isearch-lazy-highlight-max matches.
4680         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4682 2000-12-15  Richard M. Stallman  <rms@gnu.org>
4684         * sort.el (sort-columns): Fix error message.
4686         * dabbrev.el (dabbrev--last-case-pattern): Value is now
4687         `upcase' or `downcase' or nil.
4688         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4689         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4690         (dabbrev--substitute-expansion): New arg record-case-pattern.
4691         If it is non-nil, set dabbrev--last-case-pattern.
4692         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4694         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4696 2000-12-15  Miles Bader  <miles@gnu.org>
4698         * paths.el (Info-default-directory-list): Don't delete
4699         configure-info-directory from the list of standard info
4700         directories when appending it to the end -- their order is important.
4702         * faces.el (read-face-attribute): If there's no entry for the
4703         user's input in VALID, just use it as-is (this will often result
4704         in an error, but it may be OK for e.g. colors using hexadecimal
4705         notation, and at least will yield a better error message).
4707         * window.el (mode-line-window-height-fudge): Function removed.
4708         (height-affecting-face-attributes, mode-line-window-height-fudge):
4709         Variables removed.
4710         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4711         window is really the right size.  Use vertical-motion
4712         rather than forward-line.
4713         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4714         (ispell-command-loop, ispell-show-choices): Use the variable
4715         ispell-choices-win-default-height, rather than the function.
4716         (ispell-choices-win-default-height): Function removed.
4717         (ispell-mode-line-window-height-fudge): Function removed.
4719 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
4721         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4723 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4725         * paths.el (Info-default-directory-list):
4726         If configure-info-directory is not one of the standard directories,
4727         put it first in the list; otherwise put it last.  Doc string
4728         changed accordingly.
4730         * info.el (Info-directory-list): Change doc string to reflect the
4731         change in Info-default-directory-list.
4733         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4734         windows-nt as windowed environments, even under -nw.
4736         * startup.el (command-line): Don't call x-backspace-delete-keys-p
4737         if not fboundp.  Switch delete-forward mode for the <delete> key
4738         on all PC platforms, even under -nw.
4740         * term/internal.el ([M-delete]): Remap to M-d.
4742 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4744         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4746 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4748         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4750 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4752         * startup.el (command-line): Call delete-key-deletes-forward-mode,
4753         if appropriate.
4755         * simple.el (delete-key-deletes-forward): New user-option.
4756         (delete-key-deletes-forward-mode): New function.
4758         * bindings.el: Bind `delete' to backward-delete-char.
4760         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4761         Test if symbol is bound before getting its value.
4763         * tooltip.el (tooltip-show): If an error is signaled in
4764         x-show-tip, display that error, and display the help in the
4765         echo area.
4767 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
4769         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4770         Show "... entries" messages for every 10000 entries, not 10.
4772 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
4774         * bookmark.el: Provide a generic exit hook, as suggested by
4775         Ovidiu Predescu <ovidiu@cup.hp.com>:
4776         (bookmark-exit-hook): New var.
4777         (bookmark-exit-hook-internal): New func, replaces
4778         old raw lambda form in `kill-emacs-hook', and runs new
4779         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
4780         as logically that feature must have been provided if this function
4781         is running.
4782         Removed ;;;###autoload before the `add-hook' call.
4784 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
4786         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4787         (easy-menu-current-active-maps): New function.
4788         (easy-menu-get-map): Use it.
4789         Make a proper menu entry when creating a new keymap.
4791 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
4793         * international/characters.el: Fix cases and syntaxes for
4794         mule-unicode-0100-24ff.
4796         * dired.el (dired-move-to-filename-regexp): Fixed for the case
4797         that a Japanese character is not appended after day and year.
4799         * info.el (Info-suffix-list): Change format for a command that
4800         requires arguments.
4801         (info-insert-file-contents): Adjusted for the above change.
4803 2000-12-12  Andreas Schwab  <schwab@suse.de>
4805         * tar-mode.el (tar-extract): Base the name of the subfile buffer
4806         on the name of the tar buffer.  Verify that the existing buffer is
4807         visiting the same subfile.
4809 2000-12-12  Dave Love  <fx@gnu.org>
4811         * subdirs.el: Add obsolete.
4813 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4815         * mail/rmailsum.el (rmail-summary-expunge)
4816         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4817         instead of rmail-confirm-expunge.
4819         * replace.el (perform-replace): Don't use an empty match adjacent
4820         to a non-empty match when computing the next match before the
4821         replacement is performed.
4823 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
4825         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4826         definition (patch by Stefan Monnier).
4827         (glasses-mode): Use jit-lock instead of `after-change-functions'
4828         (patch by Stefan Monnier).
4830 2000-12-12  Miles Bader  <miles@gnu.org>
4832         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4833         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4835 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
4837         * term/mac-win.el: Remove load for ls-lisp.
4839         * loadup.el: Load ls-lisp for system-type `macos'.
4841 2000-12-12  Miles Bader  <miles@gnu.org>
4843         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4844         Respect field end too.
4845         (just-one-space): Respect fields as `delete-horizontal-space'.
4846         (newline-and-indent, reindent-then-newline-and-indent):
4847         Use `delete-horizontal-space'.
4849 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
4851         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4852         (so as to obey the field property in the minibuffer).
4854         * obsolete/c-mode.el: Moved from lisp/progmodes.
4855         * obsolete/auto-show.el: Moved from lisp.
4856         * obsolete/ooutline.el: Moved from lisp/textmodes.
4858 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4860         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
4861         changes to list them here.
4863         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4864         Too many changes to list them here.
4866         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4867         Too many changes to list them here.
4869         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4871 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
4873         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4875         * cus-edit.el (custom-save-variables, custom-save-faces):
4876         Comment fix.
4878         * hscroll.el: Moved to `obsolete' subdir.
4880 2000-12-11  Miles Bader  <miles@gnu.org>
4882         * window.el (window-text-height): Function removed (now in C).
4884 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
4886         * log-edit.el (log-edit-parent-buffer): New var.
4887         (log-edit): Set it.  Add BUFFER argument.
4888         (log-edit-done): Use char-before.
4889         Don't bother checking validity of vc-comment-ring.
4890         Only bury the buffer if log-edit popped it up.
4892         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4893         (cvs-mode-diff-help): Remove.
4894         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4895         (cvs-mode-marked): Set up the default for CMD manually.
4897         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4898         Remove binding for ? now made unnecessary.
4900 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4902         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4903         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4905         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4906         when master file is not open.
4908 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4910         * progmodes/ada-stmt.el: Update `maintainer'.
4912 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
4914         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4915         choices to match documentation string.
4917 2000-12-09  Miles Bader  <miles@gnu.org>
4919         * minibuf-eldef.el: New file.
4921         * window.el (fit-window-to-buffer): Don't pass last argument to
4922         pos-visible-in-window-p, now that its meaning is inverted.
4924 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
4926         * image.el (create-image): Doc fix; spotted by Per Cederqvist
4927         <ceder@lysator.liu.se>.
4929 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
4931         * autoinsert.el (auto-insert-alist): Add missing final \n.
4933         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
4934         (cvs-menu-map): Remove.
4935         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4936         (cvs-mode-quit): Turn it back into a plain function.
4938         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4939         (texinfo-filter): Remove (move to texinfo.el).
4941         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4942         file where it's more visible.
4943         (texinfo-filter, texinfo-chapter-level-regexp): New variables
4944         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4945         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4946         (texinfo-inside-macro-p): Only catch `scan-error's.
4947         (texinfo-inside-env-p): Make better use of the match info.
4948         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4949         (texinfo-insert-@end): Slight re-organization.
4950         Also remove useless `looking-at' call.
4952 2000-12-08  Andrew Innes  <andrewi@gnu.org>
4954         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4955         accessible in -nw mode.
4957         * term/w32-win.el: Remove stuff about selection timeout, which is
4958         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
4959         it is accessible in -nw mode.
4961 2000-12-08  Dave Love  <fx@gnu.org>
4963         * emacs-lisp/lisp-mode.el (lisp-mode):
4964         Set font-lock-keywords-case-fold-search.
4966 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
4968         * textmodes/ispell.el (ispell): Doc fix.
4970 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
4972         * international/quail.el (quail-insert-decode-map): Check the
4973         frame width of a window displaying the current buffer, not that of
4974         the selected frame.
4975         (quail-help): Make sure that the help buffer has window before
4976         inserting text in it.
4978 2000-12-07  Sam Steingold  <sds@gnu.org>
4980         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4981         Backquote is used in isearch.el, so autoloading saves nothing.
4983 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
4985         * startup.el (normal-top-level-add-subdirs-to-load-path):
4986         Ignore the CVS and RCS subdirectories case-insensitively.
4988         * dired.el (dired-insert-directory): If file-system-info is
4989         fboundp, call it instead of invoking dired-free-space-program.
4991 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
4993         * server.el (server-visit-files): Push files on file-name-history.
4995         * progmodes/cc-langs.el: Update copyright.
4997         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4999         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5001         * bindings.el (mode-line-mode-menu): Reverse the order
5002         of define-keys so that the menu appears in alphabetical order.
5004 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5006         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5007         of the function.
5009 2000-12-07  Dave Love  <fx@gnu.org>
5011         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5013         * facemenu.el (facemenu-unlisted-faces): Fix value.
5015 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5017         * font-lock.el (font-lock-default-fontify-region):
5018         Include the terminating \n (off-by-one error).
5019         (font-lock-set-defaults): Use dolist.
5021         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5023 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5025         * international/mule-cmds.el (describe-language-environment):
5026         Fix for the case that an input method title is not string but a list.
5028         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5029         of wrong SIZE record.
5031 2000-12-06  Dave Love  <fx@gnu.org>
5033         * newcomment.el (comment-region, comment-dwim): Doc fix.
5035         * textmodes/texinfo.el: Require tex-mode when compiling.
5036         (texinfo-update-node): Doc fix.
5037         (texinfo-imenu-generic-expression): Add @anchor.
5038         (texinfo-font-lock-keywords): Add @uref.
5039         (texinfo-inside-macro-p): Don't use ignore-errors.
5040         (texinfo-insert-quote): Match more contexts.
5042         * international/mule.el (decode-char, encode-char): Doc fix.
5043         (auto-coding-alist): Customize.
5045         * files.el (load-file): Fix change of 2000-03-12.
5047         * wid-edit.el (widget-text-keymap): Doc fix.
5049 2000-12-06  Andrew Innes  <andrewi@gnu.org>
5051         * makefile.w32-in (lisp): Set to an absolute directory, namely
5052         $(CURDIR).
5054 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5056         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5057         read generated-autoload-file, and set buffer-file-coding-system to
5058         raw-text-unix after reading the file.
5060         * international/mule-conf.el (file-coding-system-alist):
5061         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5063 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
5065         * replace.el (occur): Make line-number-width 1 smaller for the
5066         colon following the line number.
5068         * startup.el (fancy-splash-text, command-line-1):
5069         Use `File' for the menu name instead of `Files'.
5071         * tmm.el: Update copyright.
5073         * cus-start.el: Add entry for even-window-heights.
5075 2000-12-06  Miles Bader  <miles@gnu.org>
5077         * faces.el (frame-set-background-mode): Avoid stomping on
5078         locally modified faces.
5080 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
5082         * international/fontset.el: Correct the font registries for
5083         japanese-jisx0213-1 and japanese-jisx0213-2.
5085 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
5087         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5089         * iswitchb.el: Update customization commentary.
5091 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
5093         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5094         (tpu-search-highlight): Fixed comparison of overlay end positions.
5095         (tpu-trim-line-ends): Implemented trimming logic locally.
5097         * emulation/tpu-extras.el (tpu-write-file-hook)
5098         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5100 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
5102         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5103         to cn-gb.
5104         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5106 2000-12-04  Dave Love  <fx@gnu.org>
5108         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5110 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5112         * mail/rmailsum.el (rmail-summary-expunge)
5113         (rmail-summary-expunge-and-save): Ask for confirmation with
5114         rmail-expunge-confirmed.
5116         * mail/rmail.el (rmail-expunge-confirmed): New function.
5117         (rmail-expunge): Use it.
5119 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
5121         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5122         (etags-recognize-tags-table, find-tag-in-order):
5123         New functionality: interpret file names as tags.
5125 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
5127         * info.el (Info-scroll-prefer-subnodes): New defcustom.
5128         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5129         the first subnode until the bottom of the current node is visible.
5131 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5133         * format.el (format-decode): Don't change buffer's undo list.
5135 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
5137         * faces.el (face-font-registry-alternatives): Add entries for CJK
5138         fonts.  Doc-string adjusted for the actual usage of this data.
5140         * international/fontset.el: Change the font registries for CJK
5141         fonts in the default fontset.  Don't append '*' to registries.
5143 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
5145         * emacs-lisp/easy-mmode.el (define-derived-mode)
5146         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5148         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5149         (derived-mode-p): New function.
5150         (derived-mode-make-docstring): Add `docstring' argument.
5151         Use it if available and complete it if necessary.
5153 2000-12-03  Andreas Schwab  <schwab@suse.de>
5155         * type-break.el (type-break): Don't make parent of itself.
5157 2000-12-03  Miles Bader  <miles@gnu.org>
5159         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5161 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5163         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5164         (tex-main-file, tex-file): Simplify.
5165         (tex-generate-zap-file-name): Use subst-char-in-string.
5166         (tex-strip-dots): Remove.
5168         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5170         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5171         to check if the match succeeded.
5173 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5175         * startup.el (use-fancy-splash-screens-p): New function.
5176         (command-line-1): Use it to determine whether or not to use
5177         a fancy splash screen.
5179 2000-12-02  Andreas Schwab  <schwab@suse.de>
5181         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5183 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5185         * international/mule.el (make-char): Fix last change.
5187         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5188         New defcustoms.
5189         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5190         autoloading tex-mode; instead, do the same manually.
5191         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
5192         with numeric argument.  Docstring fix.
5193         (toplevel): Require cl when compiling.
5195         * international/mule.el (make-char): Doc fix.
5197 2000-12-02  Jason Rumney  <jasonr@gnu.org>
5199         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5200         the Emacs Lisp manual)
5202 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5204         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5206         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5207         the Emacs Lisp manual).
5209 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5211         * simple.el (next-line-add-newlines): Change default to nil.
5213 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
5215         * files.el (revert-buffer, recover-file):
5216         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5218 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
5220         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5222 2000-12-01  Miles Bader  <miles@gnu.org>
5224         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5226 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
5228         * international/mule-diag.el (describe-char-after): Fix typo.
5229         (describe-character-set, non-iso-charset-alist): Fix typo.
5231 2000-12-01  Miles Bader  <miles@gnu.org>
5233         * image-file.el (image-file-name-regexp): Automatically add
5234         upper-case variants of each filename extension in
5235         `image-file-name-extensions', since they seem to be common.
5237         * simple.el (minibuffer-contents)
5238         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5239         New functions.
5240         * filecache.el (file-cache-directory-name)
5241         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5243 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
5245         * filecache.el (file-cache-minibuffer-complete): Don't try to
5246         delete the minibuffer prompt.
5248 2000-11-30  Dave Love  <fx@gnu.org>
5250         * cus-start.el: Fix read-buffer-function type.
5252 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5254         * md5.el: Removed.  There's a built-in function, now.
5256 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
5258         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5259         as dummy 0-th char of rmail-deleted-vector.
5261 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
5263         * ps-print.el (ps-end-job): Bind case-fold-search only after
5264         switching to ps-spool-buffer.
5266 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5268         * ps-print.el: Line number font customization.  PostScript: Lines and
5269         PageCount are initialized on each page.  Doc Fix.
5270         (ps-print-version): New version number (6.3.2).
5271         (ps-lpr-switches, ps-font-info-database, ps-font-size)
5272         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5273         (ps-right-header): Customization fix.
5274         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5275         Fix code.
5276         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5277         New vars.
5279 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5281         * bs.el: Fix typos and spelling errors.
5282         (bs-appearance) <defgroup>: Renamed from bs-appearence.
5283         (bs-configuration): Doc fix.
5285         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
5287 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
5289         * emulation/tpu-edt.el (tpu-version): New version.
5290         (tpu-search-overlay, tpu-replace-overlay): New initial range.
5291         (tpu-original-mode-line): Variable deleted.
5292         (tpu-mark-flag): New initial value.
5293         (tpu-set-mode-line): Don't redefine mode-line-format.
5294         Add tpu-mark-flag to minor-mode-alist.
5295         (tpu-update-mode-line): New mark flag logic.
5296         (tpu-get): Use find-file-wildcards.
5297         (tpu-search-highlight): Move overlay less, reset overlay properly.
5298         (tpu-unselect): Deactivate mark.
5299         (tpu-lm-replace): Reset overlay properly.
5300         (tpu-forward-line): Use forward-visible-line.
5301         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
5303         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5305 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5307         * cus-edit.el (custom-face-value-create): Always emphasize tag.
5309 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5311         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5312         and skip whitespace and newlines.
5314 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
5316         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5318 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
5320         * help.el (describe-function-1): Regexp-quote function name
5321         when used as part of a regexp.
5323         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5324         Use face-attribute instead of face-foreground and face-background.
5325         (tool-bar-add-item): Likewise, and handle unspecified colors.
5327         * enriched.el (enriched-face-ans): Use face-attribute instead
5328         of face-foreground and face-background.
5330         * faces.el (face-foreground, face-background, face-stipple):
5331         Return nil if attribute is unspecified, for backward compatibility.
5333         * files.el (auto-mode-alist): Add an entry for antlr-mode.
5335         * play/5x5.el: Remove version info.
5337         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5339         * frame.el (blink-cursor-mode): Doc fix.
5341 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5343         * antlr-mode.el: New commands to run ANTLR from within Emacs and
5344         to create Makefile rules.
5345         (antlr-tool-command): New user option.
5346         (antlr-ask-about-save): New user option.
5347         (antlr-makefile-specification): New user option.
5348         (antlr-file-formats-alist): New variable.
5349         (antlr-special-file-formats): New variable.
5350         (antlr-unknown-file-formats): New user option.
5351         (antlr-help-unknown-file-text): New variable.
5352         (antlr-help-rules-intro): New variable.
5353         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5354         (antlr-mode-menu): Add entries.
5355         (antlr-file-dependencies): New function.
5356         (antlr-directory-dependencies): New function.
5357         (antlr-superclasses-glibs): New function.
5358         (antlr-run-tool): New command.
5359         (antlr-makefile-insert-variable): New function.
5360         (antlr-insert-makefile-rules): New function.
5361         (antlr-show-makefile-rules): New command.
5363         * antlr-mode.el: More Emacs/XEmacs stuff.
5364         (antlr-no-action-keywords): New constant with value nil.
5365         (antlr-font-lock-keywords-alist): Use it.  Old value would break
5366         syntax highlighting in Emacs-21.0.
5367         (antlr-default-directory): Emacs/XEmacs dependend function.
5368         (antlr-read-shell-command): Ditto.
5369         (antlr-with-displaying-help-buffer): Ditto.
5371 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5373         * antlr-mode.el: imenu, parsing and highlighting changes.
5374         (antlr-imenu-create-index-function): Don't create extra submenus
5375         for definitions in different grammar classes.  It is not necessary
5376         for the menu and would make command `imenu' awkward to use.
5377         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5378         header actions and more than one.
5379         (antlr-font-lock-tokendef-face): Changed color.
5380         (antlr-font-lock-tokenref-face): Changed color.
5381         (antlr-font-lock-additional-keywords): Also highlight lowercase.
5382         (antlr-mode-syntax-table): New variable.
5383         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5384         (antlr-with-syntax-table): Don't copy syntax table.
5386 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5388         * antlr-mode.el: Minor changes: language setting.
5389         (antlr-language-alist): The value for file option "language" can
5390         be both an identifier and a string.
5391         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5392         (antlr-language-limit-n-regexp): Change accordingly.
5394 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5396         * antlr-mode.el: Minor changes: tabs, hiding.
5397         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5398         (antlr-action-visibility): Also allow value nil to also hide the
5399         braces.  Renamed from `antlr-tiny-action-length'.
5400         Suggested by Jay@aol.com.
5401         (antlr-hide-actions): Change accordingly.  Hide line if completely
5402         hidden action is on a line of its own.
5404 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5406         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5408         * sort.el (sort-columns): Don't concat strings with numbers.
5410 2000-11-29  Dave Love  <fx@gnu.org>
5412         * cus-edit.el (face): Fix :format.
5414         * mail/feedmail.el: Require smtpmail when compiling.
5415         (mail-do-fcc): Autoload.
5416         (feedmail) <defgroup>: Fix :link.
5417         (feedmail-nuke-body-in-fcc): Fix :type.
5418         (feedmail-send-it): Add autoload cookie.
5420 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5422         * newcomment.el (comment-indent): Save excursion around call to
5423         comment-indent-function.
5425 2000-11-29  Miles Bader  <miles@gnu.org>
5427         * subr.el (member-ignore-case): Return the tail of the list who's
5428         car matches, like `member', not the matching element itself.
5430 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
5432         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
5433         should not contain `\n'.
5435 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5437         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5439         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5441         * dired-aux.el (dired-do-create-files): Construct default file
5442         name for dired-mark-read-file-name so that when the user enters
5443         just RET, the target file will end up in the target directory.
5445         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5446         local-abbrev-table before changing buffers because it might
5447         have a buffer-local binding.
5449 2000-11-28  Miles Bader  <miles@gnu.org>
5451         * simple.el (delete-horizontal-space): Handle fields more generally.
5453 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5455         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5457 2000-11-28  Dave Love  <fx@gnu.org>
5459         * progmodes/ps-mode.el (ps-mode): Set comment-start and
5460         comment-start-skip locally.
5462         * progmodes/fortran.el (fortran-mode): Don't set
5463         fortran-comment-line-start-skip.  Set comment-start to
5464         fortran-comment-line-start.
5465         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5466         (fortran-comment-line-start-skip): Simplify slightly.
5468 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5470         * play/5x5.el: Remove RCS keyword.
5472         * bs.el: Mistaken commit, undone 2000-11-30.
5474 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
5476         * textmodes/tildify.el (tildify-string-alist):
5477         Add `plain-tex-mode' here.
5479 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
5481         * chistory.el (Command-history-setup): Remove extraneous `keymap'
5482         reference.
5484 2000-11-28  Miles Bader  <miles@gnu.org>
5486         * cus-face.el (custom-face-attributes): Add post-filter function
5487         for :box.  Make pre-filter function for :box handle all cases.
5489         * wid-edit.el (widget-choose): Make sure pop-up window is large
5490         enough to display all the choices, as there's no way to scroll it.
5492 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
5494         * international/mule-conf.el: Make the coding system no-conversion
5495         safe for all characters.
5497 2000-11-27  Dave Love  <fx@gnu.org>
5499         * net/ldap.el (ldap) <defgroup>: Add :version.
5501         * tooltip.el (tooltip-use-echo-area): Doc fix.
5503         * cus-start.el <minibuffer-prompt-properties>: Add version.
5504         <read-buffer-function>: Add.
5506         * apropos.el (apropos-print): Add help-echo to active text.
5508         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5510 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5512         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5513         type, group and version.
5515 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
5517         * select.el (x-get-selection): Docstring fix.
5519 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
5521         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5523 2000-11-27  Andrew Innes  <andrewi@gnu.org>
5525         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5527         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5529 2000-11-27  Miles Bader  <miles@gnu.org>
5531         * dired.el (dired-get-filename): Return filename verbatim if
5532         LOCALP is `verbatim'.
5533         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5534         `verbatim' so that we don't inadvertently delete a non-existant
5535         directory name.
5537 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
5539         * international/characters.el: Specify cases and syntaxes for
5540         mule-unicode-0100-24ff.
5542 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5544         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5545         that foreground and/or background colors of the face `tool-bar'
5546         are unspecified.
5548 2000-11-27  Miles Bader  <miles@gnu.org>
5550         * wid-edit.el (widget-field-buffer, widget-field-start)
5551         (widget-field-end): Handle widget field `pseudo-overlays'.
5552         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5553         if it's there instead of in `widget-field-list'.
5555         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5556         (help-make-xrefs): Delete extraneous newlines at the end of the
5557         docstring.
5559 2000-11-25  Jason Rumney  <jasonr@gnu.org>
5561         * startup.el (command-line): Call set-locale-environment after
5562         Window System init file is read, as it can result in a call to
5563         redraw-frame.
5565 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
5567         * simple.el (shell-command): Mention the effect of the prefix
5568         argument in the doc string.
5570 2000-11-25  Miles Bader  <miles@gnu.org>
5572         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5574         * wid-edit.el (widget-field-value-delete): Don't try to delete
5575         overlay when it's the `pseudo-overlay' that exists at some points.
5577 2000-11-24  Jason Rumney  <jasonr@gnu.org>
5579         * international/mule-cmds.el (locale-language-names): Add "jp" as
5580         a non-standard alternative for Japanese.
5582 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
5584         * vc-hooks.el: Require 'cl during compilation.
5586 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
5588         * faces.el (face-set-after-frame-default): Let face attributes
5589         specified for new frames override frame parameters.
5591         * startup.el (command-line): Fix computation of the source file
5592         for user-init-file when user-init-file is a compiled file.
5594 2000-11-24  Miles Bader  <miles@gnu.org>
5596         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5597         (custom-post-filter-face-spec): New functions.
5598         (custom-face-set, custom-face-value-create): Filter the face spec
5599         before and after customization.
5600         (custom-face-set): If VALUE specifies a null face, pass a
5601         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5602         * cus-face.el (custom-face-attributes): Remove SET and GET
5603         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
5604         cases they're needed.
5606         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5607         that it's distinguishable from the :off-glyph on dark-background
5608         displays.  Set its background color too.
5610         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5611         so that people can easily turn it off.
5613 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5615         * ediff-diff.el: Moved variables around to have it compile under NT.
5617         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5619         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5621         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5622         redundant skip-small-frames test.
5624         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5625         (viper-downgrade-to-insert): Protect against errors in hooks.
5627         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5628         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5629         (viper-restore-cursor-type,viper-set-insert-cursor-type):
5630         New functions.
5632         * viper-util.el (viper-memq-char): Bug fixes.
5634         * viper.el (viper-mode): Fix cursor handling.
5636 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
5638         * international/mule-diag.el (list-iso-charset-chars):
5639         For two-byte charset, fix the `while' condition.
5640         (list-non-iso-charset-chars): Fix the `while' condition.
5642 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5644         * subr.el (add-hook, remove-hook): Don't call make-local-hook
5645         if the variable is make-variable-buffer-local.
5647         * progmodes/ada-stmt.el (ada-template-map):
5648         Initialize and bind it to C-c t in ada-mode-map.
5649         (ada-stmt-mode-hook): New function extracted from old code.
5650         Only change the buffer-local side of skeleton-*.
5651         (ada-mode-hook): Use it.
5653 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
5655         * iswitchb.el (iswitchb-minibuf-depth): New variable.
5656         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5657         we expect to be returned by minibuffer-depth once we prompt the
5658         user in the minibuffer.
5659         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5660         as recorded in iswitchb-minibuf-depth, return non-nil.
5662 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
5664         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5665         (hscroll-window-maybe): Docstring fix.
5667 2000-11-23  Dave Love  <fx@gnu.org>
5669         * rect.el (string-rectangle): Don't test delete-selection-mode.
5671 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
5673         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5674         is in the tool bar.
5676         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5677         with `no-dir'; we want the directory part to be able to remove it.
5679 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5681         * textmodes/outline.el (outline-flag-region):
5682         Don't bind inhibit-read-only since we don't modify the buffer.
5683         (outline-isearch-open-invisible): Don't jump to overlay-start
5684         since we're trying to unhide text around point.
5685         (outline-discard-overlays): Use dolist.
5687         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5689 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5691         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5693 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5695         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5696         Fix ARG regexp to skip quoted braces.
5697         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5698         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5699         are (correctly) handled separately).
5700         Remove `caption' and `footnote' from `citations': they contain text.
5701         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5702         (latex-skeleton-end-hook): New function.
5703         (latex-mode): Use it.
5704         (tex-start-tex-marker): Remove.
5705         (tex-send-tex-command): Don't set tex-start-tex-marker.
5706         (tex-error-parse-syntax-table): New var.
5707         (tex-compilation-parse-errors): Use it.
5708         Ignore tex-start-tex-marker.  Don't bother with marker-position.
5709         (tex-validate-buffer): Don't bother with marker-position.
5711         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5712         (flyspell-generic-progmode-verify): Use it.
5714 2000-11-22  Sam Steingold  <sds@gnu.org>
5716         * simple.el (delete-trailing-whitespace): New interactive function.
5718         * progmodes/ada-mode.el (ada-mode): Use it instead of
5719         `ada-remove-trailing-spaces'.
5720         (ada-remove-trailing-spaces): Removed.
5722         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5724         * textmodes/picture.el (picture-clean): Removed.
5725         (picture-mode-exit): Call it instead of `picture-clean'.
5727 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5729         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5731         * hi-lock.el (hi-lock-refontify): Don't call non-existent
5732         jit-lock-fontify-buffer; it should anyway be unneccessary to
5733         do anything special when jit-lock is active.
5734         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5736 2000-11-22  Dave Love  <fx@gnu.org>
5738         * calendar/todo-mode.el (todo-top-priorities): Use
5739         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5741         * language/chinese.el, language/cyrillic.el:
5742         * language/devanagari.el, language/ethiopic.el, language/greek.el:
5743         * language/hebrew.el, language/indian.el, language/japanese.el:
5744         * language/korean.el, language/lao.el, language/misc-lang.el:
5745         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5746         Use provide.
5748         * cus-edit.el (custom-buffer-create-internal): Save some consing.
5749         (custom-variable-set): Improve validation error mesage.
5751         * rect.el (string-rectangle): Revert last change.
5752         (string-rectangle-line): New arg DELETE.
5753         (string-rectangle): Check delete-selection-mode.
5755         * emacs-lisp/edebug.el (edebug-version)
5756         (edebug-maintainer-address): Deleted.
5757         (edebug-submit-bug-report): Just alias to report-emacs-bug.
5758         (edebug-read-function): Account for other `'#' read forms.
5759         (edebug-mode-menus): Make some items toggles.
5760         (edebug-outside-unread-command-event, unread-command-event):
5761         Remove these to avoid warnings.
5763 2000-11-22  David Ponce  <david@dponce.com>
5765         * recentf.el (recentf-menu-items-for-commands)
5766         (recentf-make-menu-items, recentf-make-menu-item)
5767         (recentf-filter-changer): Added :help and :active menu-item properties.
5769         (recentf-build-dir-rules, recentf-dump-variable)
5770         (recentf-edit-list, recentf-open-files-item)
5771         (recentf-open-files): Replaced unnecessary `mapcar' with new
5772         built-in `mapc'.
5774 2000-11-23  Miles Bader  <miles@gnu.org>
5776         * faces.el (menu): Make inverse-video on ttys too.
5778 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5780         * simple.el (comment-line-break-function): Use the new name
5781         indent-new-comment-line -> comment-indent-new-line.
5782         (clone-indirect-buffer): Don't ignore NORECORD.
5783         (next-completion): Properly handle the case where items are adjacent.
5785         * mouse.el (popup-menu): Stupid typo.
5787 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5789         * emacs-lisp/authors.el: Remove autoload cookies, add author,
5790         maintainer, keywords tags.
5792         * rect.el (replace-rectangle): Don't call string-rectangle-line
5793         with too many arguments.
5795 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
5797         * ediff-util.el (ediff-file-checked-out-p)
5798         (ediff-file-checked-in-p): Call vc-state instead of
5799         vc-locking-user, which no longer exists.
5801         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5803 2000-11-22  Dave Love  <fx@gnu.org>
5805         * md5.el (md5): Provide.
5806         (md5): Fix error call.
5808 2000-11-22  Miles Bader  <miles@gnu.org>
5810         * textmodes/refill.el (refill-adjust-ignorable-overlay)
5811         (refill-fill-paragraph-at): Remove debugging code.
5813         * calendar/calendar.el (generate-calendar-window): When we don't
5814         call `fit-window-to-buffer', make sure the top line is fully visible.
5816         * image-file.el (insert-image-file): Don't make `read-only'
5817         property rear-nonsticky.
5819         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5820         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5821         stashing away its original value.
5822         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5823         in the recursive edit.
5824         Bind `isearch-original-minibuffer-message-timeout' to protect it.
5825         (isearch-done): Restore `minibuffer-message-timeout'.
5827         * cus-start.el: Remove entry for `mode-line-inverse-video'.
5829 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
5831         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5833         * find-lisp.el (find-lisp-find-files-internal):
5834         Use dolist, when and file-name-as-directory.
5836         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5837         (define-derived-mode, define-minor-mode): Add specs.
5839         * window.el: General comment and spacing fixes.
5840         (save-selected-window): Use backquotes.
5841         (window-safely-shrinkable-p): New function.
5842         (shrink-window-if-larger-than-buffer): Use it.
5844         * subr.el (make-local-hook): Docstring fix.
5846         * shell.el (shell-mode): Use define-derived-mode.
5848         * newcomment.el (comment-indent): Insert comment before calling
5849         comment-indent-function.  Don't insert in column 0.
5850         (comment-dwim): Indent before inserting comment.
5852         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
5853         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
5854         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5855         Use mapc rather than map.
5857         * files.el (find-buffer-visiting): Compare all attributes before
5858         declaring two files identical (rather than just their inode-no).
5859         (auto-mode-alist): Use \' rather than $.
5861         * which-func.el: Update maintainer line.
5863         * pcvs.el (uniquify-buffer-file-name): Remove advice.
5864         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5865         (uniquify-buffer-file-name): Use it.
5867 2000-11-22  Miles Bader  <miles@gnu.org>
5869         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5870         * simple.el (minibuffer-avoid-prompt): New function.
5872 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
5874         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5876 2000-11-21  Miles Bader  <miles@gnu.org>
5878         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5879         inclusion of `track-mouse'.
5881         * textmodes/refill.el (refill-ignorable-overlay): New variable.
5882         (refill-adjust-ignorable-overlay): New function.
5883         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5884         only the paragraph's tail if possible.
5885         Update `refill-ignorable-overlay'.
5886         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5888         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5889         point inside the fill-prefix.
5891         * textmodes/refill.el (refill-post-command-function): Don't reset
5892         refill-doit in the case where a self-insertion command doesn't
5893         case a refill.  Use `refill-fill-paragraph-at', getting position
5894         from `refill-doit'.
5895         (refill-after-change-function): Set `refill-doit' to END.
5896         (refill-fill-paragraph-at): New function, mostly from old
5897         refill-fill-paragraph.
5898         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5899         (refill-pre-command-function): New function.
5900         (refill-mode): Add it to `pre-command-hook'.
5902 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
5904         * textmodes/artist.el (artist-mode): Fix autoload cookie.
5906         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5907         javadoc tags.
5909 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
5911         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5912         vc.el).
5914         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5915         require vc.
5917         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5918         checkouts.
5920 2000-11-20  Dave Love  <fx@gnu.org>
5922         * Makefile.in (DONTCOMPILE): Omit bindings.el.
5924 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
5926         * calculator.el (calculator-paste): Use `if' instead of `and'
5927         and `or'.
5928         (calculator-help): Don't use electric-describe-mode for XEmacs.
5930 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
5932         * info.el (info-menu-5): Doc fix.
5934         * textmodes/artist.el: New file.
5936 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
5938         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5939         and differentiate according to checkout model.
5940         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5941         since this function is only concerned with master state.
5943         * vc-hooks.el (vc-workfile-unchanged-p)
5944         (vc-default-workfile-unchanged-p): Moved here from vc.el.
5946         * vc.el (vc-workfile-unchanged-p)
5947         (vc-default-workfile-unchanged-p): See above.
5949 2000-11-19  Miles Bader  <miles@gnu.org>
5951         * image-file.el (insert-image-file): Make `intangible' and
5952         `read-only' properties rear-nonsticky too.
5954 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
5956         * ps-print.el: Update copyright notice.
5958         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5959         (tooltip-show): Use the offsets.
5961         * bindings.el (mode-line-modified): Fix a typo.
5962         (mode-line-toggle-modified, mode-line-widen)
5963         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5965 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
5967         * ps-print.el (toplevel): Test for find-coding-system being
5968         fboundp before calling ps-x-find-coding-system.
5970 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
5972         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5973         (vc-version-backup-file): Docstring fix.
5975 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
5977         * files.el (basic-save-buffer): Don't add a newline if
5978         find-file-literally is non-nil.
5979         (find-file-literally): Extend doc string.
5981         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5982         sort(1) with the `-f' argument.
5984 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
5986         * vc.el: Updated backend documentation.
5987         (vc-default-check-headers): New function.
5989         * vc-{cvs,rcs,sccs}.el: Functions reordered.
5991         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5992         up-to-date.
5993         (vc-do-command): In the asynchronous case, output messages only if
5994         the minibuffer is not active.
5996         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5997         `vc-cvs-use-edit' is on.
5998         (vc-cvs-checkout): When this is used for reverting the workfile,
5999         make a backup of the original contents and revert to that in case
6000         of error.
6001         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6002         remote repositories.
6004         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6005         for both version and ratio in the minibuffer.
6007         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6008         Use vc-do-command to perform the annotation, not call-process.
6010 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6012         * international/quail.el (quail-start-translation): Don't call
6013         `message' before reading key sequence.
6015 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6017         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6019 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6021         * window.el (fit-window-to-buffer): Be sure to acquire at least
6022         one text line even if the buffer is empty.
6024 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6026         * net/ange-ftp.el (ange-ftp-file-writable-p)
6027         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6028         Bind ange-ftp-process-verbose to nil.
6030 2000-11-15  Dave Love  <fx@gnu.org>
6032         * wid-edit.el (widget-specify-field, widget-specify-button):
6033         If :help-echo is a function, set help-echo of overlay to
6034         widget-mouse-help.
6035         (widget-mouse-help): New function.
6036         (widget-echo-help): Rewritten for :help-echo functions only taking
6037         a widget arg.
6039         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6040         Use display-graphic-p.
6041         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6042         and that JPEG is available.
6043         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6045         * international/mule-cmds.el (locale-charset-language-names):
6046         Match @euro.
6048 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
6050         * faces.el (face-set-after-frame-default):
6051         If `inhibit-default-face-x-resources' is bound, don't intialize the
6052         default face from X resources.
6054 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6056         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6057         Don't set EMACSLOADPATH.
6059 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6061         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6062         texinfo-insert-@url.
6063         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6064         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6066 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6068         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6069         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6070         (checkdoc-minor-keymap): Backward compatibility.
6071         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6072         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6073         (checkdoc-this-string-valid-engine): Be a bit more strict
6074         to avoid matching substrings of `...' quoted vars/funs.
6075         (checkdoc-defun-info): Only look for `interactive' if alone.
6076         (debug-ignored-errors): Add "arg doesn't appear in docstring".
6078         * progmodes/compile.el (grep): `tag-default' can be nil.
6080         * newcomment.el (comment-indent): Paren typo.
6082 2000-11-14  Dave Love  <fx@gnu.org>
6084         * calculator.el: New maintainer version.
6086         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6088         * cmuscheme.el: Doc fixes.
6089         (cmuscheme) <defgroup>: Use `scheme' as parent.
6090         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
6092         * xscheme.el (scheme-program-name): Don't define here.
6094         * progmodes/scheme.el (scheme-program-name): New variable
6095         (originally in cmuscheme).
6097 2000-11-14  Miles Bader  <miles@gnu.org>
6099         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6100         Handle header-lines.  Don't loop forever if we can't enlarge the
6101         window anymore.  Simplify a bit.
6103 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
6105         * window.el (fit-window-to-buffer): Don't check
6106         window-text-height.  Assure that the last line is fully visible.
6108         * international/quail.el (quail-show-guidance-buf):
6109         Call fit-window-to-buffer to assure the enough height of the guidance
6110         buffer.
6111         (quail-update-guidance): Avoid making the guidance buffer shorter.
6113 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6115         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6116         rather than `prepend' and add an interesting comment.
6117         (tex-math-face, tex-font-lock-syntactic-face-function):
6118         New face and function to use it.
6119         (tex-define-common-keys, tex-mode-map): Use menu-item rather
6120         than `menu-enable' symbol property.
6121         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6122         (tex-mode): Add some latex-mode commands for auto-selection.
6123         Use tex-font-lock-syntactic-face-function.
6124         (tex-insert-quote): Simplify.
6125         (tex-shell): New mode.
6126         (tex-start-shell): Use it.
6127         (tex-shell-proc, tex-shell-buf): New functions.
6128         (tex-send-command): Use it.
6129         (tex-main-file): Fix the meaning of the new arg REALFILE.
6130         (tex-send-tex-command): New function split from `tex-start-tex'.
6131         Set compilation-last-buffer and compilation-parsing-end.
6133         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6134         when it follows non-comment text on the line.
6136         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6137         Set font-lock-defaults.
6138         (lisp-mode-shared-map): Init inside the defvar.
6139         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6140         Use define-derived-mode.
6142 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
6144         * faces.el (header-line): Use `:box nil' for color/gs displays too.
6146 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
6148         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6149         Don't recursively optimize body because that can lead to infinite
6150         recursion; see comment there.
6152 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
6154         * faces.el (face-spec-set-match-display): Revert the change from
6155         2000-10-24.  Add a FIXME for after v21.1.
6157 2000-11-13  Miles Bader  <miles@gnu.org>
6159         * textmodes/fill.el (skip-line-prefix): New function.
6160         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
6161         (fill-paragraph): Don't leave point inside the fill-prefix.
6162         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6163         point inside the fill-prefix.
6165 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
6167         * calendar/calendar.el (generate-calendar-window):
6168         Use `fit-window-to-buffer'.
6170 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6172         * gud.el (gud-minor-mode): New var.
6173         (gud-symbol, gud-val): New functions.
6174         (gud-find-file): Copy gud-minor-mode to the new buffer.
6175         (gud-menu-map): Include entries for commands that are not always
6176         available, using :enable to (de)activate them.
6177         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
6178         (gud-mode-map): New map.
6179         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6180         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6181         Don't set up gud's menu (it's done by the minor-mode).
6182         (gud-minibuffer-local-map): New.
6183         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6184         (gud-query-cmdline): New function.
6185         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
6186         (gud-mode): Use define-derived-mode.
6187         Don't set up gud's menu (it's done by the minor-mode).
6188         (gud-chop-words): Remove.
6189         (gud-common-init): Use split-string instead.
6190         (gud-new-keymap, gud-make-debug-menu): Eradicate.
6192         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6193         Add keyword arg :name.
6195         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6196         (diff-count-matches, diff-split-hunk): New functions.
6197         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6199         * pcvs-info.el (cvs-fi-conflict-face): New var.
6201         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6202         Make it into a simple syntax-table, shared among all submodes.
6203         (sh-heredoc-face): Re-introduce.
6204         (sh-font-lock-syntactic-face-function): New function.
6205         (sh-mode): Use it.  Also use define-derived-mode.
6206         Remove old bogus setting of indent-region-function.
6207         (sh-set-shell): Don't set the syntax-table any more.
6208         (sh-mode-syntax-table) <defun>: Remove.
6210 2000-11-12  Miles Bader  <miles@gnu.org>
6212         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6213         message if interactive.
6215 2000-11-12  Dave Love  <fx@gnu.org>
6217         * mail/feedmail.el: Fix header,
6218         (feedmail) <defgroup>: Add :link.
6220         * view.el: Use local-map property, not keymap on mode-line string.
6222         * scroll-all.el (scroll-all-mode): Customize variable.
6223         Add autoload cookie to function.
6225         * lazy-lock.el: Remove compatibility code.
6227         * finder.el (finder-known-keywords): Add `files', remove `vms'.
6228         (finder-help-echo): New variable.
6229         (finder-mouse-face-on-line): Add help-echo stuff.
6230         (finder-list-keywords, finder-list-matches): Use mapc.
6232         * faces.el (face-font-registry-alternatives): Add :version.
6234         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6235         tags-table-list.
6237         * net/browse-url.el (browse-url-browser-function): Update :version.
6239         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6240         (mail-mode): Use [:alnum:] in some regexps.
6242 2000-11-10  Dave Love  <fx@gnu.org>
6244         * ediff.el (ediff-regions-internal, ediff-documentation):
6245         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6246         fundamental mode.
6248         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6249         buffer into fundamental mode.
6250         (ediff-set-difference): Use copy-sequence if available.
6252         * ediff-ptch.el (ediff-dispatch-file-patching-job):
6253         Check ediff-patch-map non-nil.
6254         (ediff-fixup-patch-map, ediff-fixup-patch-map)
6255         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6256         buffer into fundamental mode.
6258         * ediff-merg.el (state-or-merge): Defvar when compiling.
6260 2000-11-10  Jason Rumney  <jasonr@gnu.org>
6262         * w32-fns.el (w32-add-charset-info): New function.
6263         (w32-charset-info-alist): Use it.
6265 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6267         * faces.el (face-font-registry-alternatives): New user-option.
6269 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
6271         * textmodes/texinfo.el (texinfo-block-default): New var.
6272         (texinfo-insert-block): Use it.  Insert a newline if needed.
6274         * textmodes/fill.el (fill-indent-according-to-mode): New var.
6275         (fill-region-as-paragraph): Use it.
6277         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6278         (latex-mode): Tweak tex-*-(head|trail)er regexps.
6279         Tweak paragraph regexps to allow a leading [ \t]*.
6280         (tex-latex-block): Insert a newline if necessary.
6281         (latex-insert-item): Only insert a newline if necessary.
6282         (tex-guess-main-file): New function.
6283         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
6284         Set tex-main-file if TeX-master is provided.
6285         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6287 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6289         * startup.el (command-line): Set the default tooltip-mode
6290         to t for graphical displays which implement x-show-tip.
6292         * tooltip.el (tooltip-mode): Add a comment about startup.el
6293         setting the default value of this user-option.
6295 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
6297         * font-lock.el (font-lock-*-face) <defvar>: Move.
6298         (font-lock-defaults-alist): Mark obsolete.
6299         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6300         (font-lock-mode): Use define-minor-mode.
6301         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6302         (font-lock-turn-off-thing-lock): Be more explicit.
6303         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6304         (font-lock-syntactic-face-function): New var.
6305         (font-lock-fontify-syntactically-region): Use it.
6306         (font-lock-doc-face): New.
6308         * pcvs.el (cvs-enabledp): Ignore errors.
6309         (cvs-commit-filelist): Never query.
6310         (cvs-mode-insert): Always add a terminating / in the initial prompt.
6311         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6312         (cvs-do-removal): Use cvs-partition rather than delete-if.
6313         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6314         cvs-bury-buffer.
6316         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6317         Allow `next' to jump to after the end of the last match.
6319 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
6321         * simple.el (byte-compiling-files-p): New function.
6323         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6324         if it is there.
6326         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6327         nil again.
6329         * textmodes/ispell.el (ispell-library-path): Don't call
6330         check-ispell-version when byte-compiling because that starts
6331         an ispell process, and ispell might not be installed.
6332         (toplevel): Don't set up a menu when byte-compiling.
6334         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6335         it, so that a boundp test can be used to determine if we're
6336         currently byte-compiling.
6338 2000-11-09  Dave Love  <fx@gnu.org>
6340         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6342 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6344         * ps-print.el: Patch for variable initialization when spooling.
6345         Doc fix.
6346         (ps-output-list): Fun eliminated.
6347         (ps-begin-file, ps-begin-job): Code fix.
6349 2000-11-08  Dave Love  <fx@gnu.org>
6351         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6353 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
6355         * simple.el (shell-command, display-message-or-buffer)
6356         (shell-command-on-region): Mention resize-mini-windows in the doc
6357         string.
6358         (display-message-or-buffer): Take the value of resize-mini-windows
6359         into account.
6361 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
6363         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6365         * dired.el (dired-between-files): Add `^. find' as an alternative
6366         to the regular expression, for find-dired.
6368 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6370         * textmodes/texnfo-upd.el: Require texinfo.
6371         (defmacro, defgroup): Remove.
6372         (texinfo-section-to-generic-alist): Remove.
6373         Use texinfo-section-list instead (i.e. level is changed string->int).
6374         (texinfo-filter): New function.
6375         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6376         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6377         Use it.  And use regexp-opt.
6378         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6379         (texinfo-update-menu-region-beginning)
6380         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6381         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6382         (texinfo-update-menu-same-level-regexps): Update.
6383         (texinfo-update-node, texinfo-every-node-update)
6384         (texinfo-sequential-node-update): Remove autoload cookie.
6386         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6387         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6388         (texinfo-chapter-level-regexp): Remove.
6389         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6391 2000-11-06  Dave Love  <fx@gnu.org>
6393         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6395         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6396         Match defun*.
6398 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6400         * composite.el (composition-function-table): Variable declaration
6401         moved to src/composite.c.
6402         (compose-chars-after): New optional arg object.
6404 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
6406         * bindings.el (mode-line-toggle-read-only)
6407         (mode-line-toggle-modified, mode-line-widen)
6408         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6409         (make-mode-line-mouse2-map): Rewritten.
6410         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6411         functions so that C-h k can show something with a doc string.
6413         * startup.el (fancy-splash-delay): Set to 10 seconds.
6414         (fancy-splash-max-time): New user-option.
6415         (fancy-splash-stop-time): New variable.
6416         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
6417         (fancy-splash-screens-1): Throw `stop-splashing' when current
6418         time is greater than fancy-splash-stop-time.
6420 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6422         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6424         * pcvs.el (cvs-mode-marked): New arg `noquery'.
6425         Prompt user for a file rather than raising an error.
6426         (cvs-enabledp): Fix call to cvs-mode-marked.
6427         (cvs-insert-file): New function (extracted from cvs-mode-insert).
6428         (cvs-mode-insert): Use it.  Change the init prompt' value.
6429         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6431         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6432         Don't pass default arg to ewoc-locate.
6433         (ewoc-collect): Return result in the right order.
6435         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6437         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6438         (cvs-status-get-tags): Fix regexp.
6439         (cvs-status-trees, cvs-status-cvstrees):
6440         Combine after change hooks and don't sit-for.
6441         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6442         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6443         Use make-char rather than hard-coded cryptic data.
6444         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6446         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6448         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6449         (cvs-insert-strings): New function.
6451 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
6453         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6454         `mwheel-scroll-amount'.
6455         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6456         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6457         string-matching against the version string.
6459 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6461         * language/thai.el ("Thai"): Set a lisp form that produces
6462         composed string in `sample-text' language info.
6464         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6465         composed string in `sample-text' language info.
6467         * international/mule-cmds.el (describe-language-environment):
6468         Eval `sample-text' data and insert the result.
6470         * international/mule-conf.el (compound-text): Define this coding
6471         system here.  Make x-ctext and ctext aliases of it.
6473         * language/european.el (compound-text, ctext): Moved to
6474         international/mule-conf.el.
6476 2000-11-05  Andrew Innes  <andrewi@gnu.org>
6478         * w32-fns.el (w32-version): New function.
6480 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
6482         * progmodes/awk-mode.el: Update copyright.
6483         (awk-mode-abbrev-table): Remove.
6484         (awk-font-lock-keywords): Use regexp-opt.
6485         (awk-mode): Use define-derived-mode.
6487         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6488         when extracting a suffix.
6490 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
6492         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
6493         auto-save-mode.
6495 2000-11-04  Jason Rumney  <jasonr@gnu.org>
6497         * language/european.el (decode-mac-roman): Test against r1 not r0.
6499 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
6501         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6502         (icon-mode): Define indent-line-function.
6503         (icon-comment-indent): Simplify.
6504         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6506         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6508         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6509         Bind change-log-default-mode to defeat the caching done on it.
6510         Don't bother saving excursion any more.
6512         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6514         * frame.el (after-setting-font-hook): Rename hooks -> hook.
6515         (set-frame-font): Use the new name (and the old for compatibility).
6517         * toolbar/tool-bar.el (tool-bar-mode):
6518         * time.el (display-time-mode):
6519         * recentf.el (recentf-mode):
6520         * paren.el (show-paren-mode):
6521         * mwheel.el (mouse-wheel-mode):
6522         * msb.el (msb-mode):
6523         * jka-compr.el (auto-compression-mode):
6524         * image-file.el (auto-image-file-mode):
6525         * hl-line.el (hl-line-mode):
6526         * delsel.el (delete-selection-mode):
6527         * autoinsert.el (auto-insert-mode):
6528         * complete.el (partial-completion-mode): Drop unneeded positional args.
6530         * info.el (Info-mode):
6531         * comint.el (comint-mode): Don't bother with make-local-hook.
6533         * log-edit.el (log-edit-menu): New menu.
6535 2000-11-03  Miles Bader  <miles@gnu.org>
6537         * wid-edit.el (widget-end-of-line): Reinstate, with a new
6538         definition, so that trailing spaces are handled properly.
6539         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6541 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
6543         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6544         tab character.
6545         (fancy-splash-screens): Set tab-width to 20.
6547 2000-11-03  Dave Love  <fx@gnu.org>
6549         * comint.el (comint-completion-addsuffix): Fix custom type.
6551 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
6553         * font-lock.el (font-lock-buffers): Remove.
6554         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6555         (font-lock-change-major-mode): Remove.
6556         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6557         (font-lock-default-fontify-region): Extend the multiline
6558         fontification to whole lines.
6559         (font-lock-fontify-anchored-keywords)
6560         (font-lock-fontify-keywords-region): If matching just one
6561         line (with \n) only mark the \n as multiline.
6563         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6564         Correctly handle the case where several :group args are supplied.
6565         Allow :extra-args.
6566         (easy-mmode-define-global-mode): Allow :extra-args.
6567         Correctly handle the case where several :group args are supplied.
6569 2000-11-02  Miles Bader  <miles@gnu.org>
6571         * calendar/calendar.el (diary-face, calendar-today-face)
6572         (holiday-face): Remove dependency on `window-system'.
6574 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
6576         * Makefile.in (emacs): Set EMACSLOADPATH always.
6577         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6578         (compile-files): Bomb out if compilation of a file fails.
6580 2000-11-02  Dave Love  <fx@gnu.org>
6582         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6584 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
6586         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6587         punctuation in the warning inserted into the *mail* buffer.
6589 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
6591         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6592         (authors-public-domain-p): New function.
6593         (authors-print): Use it.
6595         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6597         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6599 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6601         * ps-print.el: Extension for even/odd printing.  Doc fix.
6602         (ps-print-version): New version number (6.3.1).
6603         (ps-even-or-odd-pages): Customization fix.
6604         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6605         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6606         (ps-page-count): Var replaced by `ps-page-column'.
6607         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6608         (ps-print-sheet-p): New fun.
6610 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6612         * tooltip.el (tooltip-gud-tips-setup): New function.
6613         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6614         (tooltip-mode): Call tooltip-gud-tips-setup.
6615         (tooltip-gud-tips): Use `gud-basic-call' instead of
6616         process-send-string, so the prompt gets frobbed appropriately.
6617         Handle nil return value from `tooltip-gud-print-command'.
6619 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
6621         * comint.el (comint-add-to-input-history): New function.
6622         (comint-send-input): Use `comint-add-to-input-history'.
6624 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6626         * info.el (info-menu-header): New face.
6627         (Info-fontify-menu-headers): New function.
6628         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6630         * info.el (Info-insert-dir): Don't include blank lines at
6631         beginning of additional dir files (one is added automatically).
6633 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
6635         * emacs-lisp/easy-mmode.el (define-minor-mode):
6636         Revert the latest changes.
6637         Allow the three positional arguments to be skipped and replaced
6638         by keyword arguments.
6639         Add a :toggle argument to determine whether a nil arg means toggle
6640         or means turn-on.  The default is unchanged.
6641         Add a call to force-mode-line-update.
6643 2000-11-01  Dave Love  <fx@gnu.org>
6645         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6647 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
6649         * calendar/calendar.el (diary-face, holiday-face):
6650         Add dark-background variants.
6652 2000-10-31  Sam Steingold  <sds@gnu.org>
6654         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6655         `tex-main-file' does not have directory in it.
6657 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
6659         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6661 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
6663         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6664         functional change.
6666 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
6668         * files.el (find-file-noselect): When we expand a wildcard, return
6669         a list of buffers, as we should do according to the doc string.
6671 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
6673         * loadup.el (top level): Adjust load path if program name is
6674         "../src/bootstrap-emacs", in case it's not dumped and thus the
6675         load path adjustment hasn't already been done.
6677 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6679         * ps-print.el: Fix bug on selected pages for printing.
6680         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
6681         is on.  Try to avoid warning messages when compiling.  Doc Fix.
6682         (ps-print-version): New version number (6.3).
6683         (ps-color-device): Use `color-values' to determine if device
6684         supports color.
6685         (ps-color-values): Try to use `x-color-values' when using XEmacs.
6686         (ps-print-page-p): Changed from defsubst to defun.
6687         (ps-page-number): Changed from defmacro to defun.
6688         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6689         printing.
6690         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6691         (ps-end-file, ps-dummy-page): Funs eliminated.
6692         (ps-print-color-scale): Changed default value.
6693         (ps-page-n-up, ps-print-page-p): New internal vars.
6694         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6695         (ps-plot-region, ps-generate, ps-end-job): Code fix.
6697         * delim-col.el: Little programming improvement.
6698         (delimit-columns-str): New macro.
6699         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6701 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
6703         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6704         Moved to european.el.
6705         (ccl-encode-mac-roman-font, fontset-mac): Modified for
6706         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6707         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6708         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6710 2000-10-30  Dave Love  <fx@gnu.org>
6712         * progmodes/cc-menus.el (imenu-generic-expression)
6713         (imenu-progress-message): Only defvar when compiling.
6715         * emacs-lisp/elp.el (elp-unload-hook): New function.
6717         * loadhist.el (unload-feature): Call elp-restore-function,
6718         checking for symbols; don't use elp-restore-all.
6719         (loadhist-hook-functions): Doc fix.
6721 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
6723         * log-edit.el (log-edit-confirm): Fix the default.
6725 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6727         * delim-col.el: Little fix: replace delimit-columns-align-columns by
6728         delimit-columns-format.
6729         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6731 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
6733         * comint.el (comint-replace-by-expanded-history): Don't use
6734         comint-get-old-input (we're not looking at *old* input).
6735         (comint-get-old-input-default): If using fields, signal an error
6736         when the point is not in an input field.
6738 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
6740         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6741         and mule-unicode-e000-ffff.
6743         * international/mule.el (decode-char, encode-char): New functions.
6744         (make-coding-system): Accept a symbol of translation table as a
6745         value of property `safe-chars'.
6747         * international/mule-cmds.el (encode-coding-char): Check property
6748         safe-chars instead of safe-charsets.
6750         * international/fontset.el (fontset-default): Modified for
6751         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6752         (x-font-name-charset-alist): Likewise.
6753         (ccl-encode-unicode-font): New CCL program.  Record it in
6754         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6756         * language/european.el (mac-roman-decoder, mac-roman-encoder):
6757         New translation tables.
6758         (decode-mac-roman, encode-mac-roman): Definition of these CCL
6759         programs are modified and moved from mac-win.el.
6760         (mac-roman): Definition of this coding system is modified and
6761         moved from mac-win.el.
6763 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
6765         * ediff-wind.el (ediff-setup-control-frame): Enclose
6766         face-attribute in condition-case to avoid errors in older emacsen.
6768 2000-10-29  Miles Bader  <miles@gnu.org>
6770         * custom.el (custom-add-to-group): Allow multiple entries for a
6771         given value OPTION, as long as their widget types are different.
6772         * cus-edit.el (custom-face-value-create): If face name doesn't end
6773         with "face", add such here (similar to custom group widgets).
6775         * comint.el (comint-highlight-prompt): Add :type.
6777 2000-10-28  John Wiegley  <johnw@gnu.org>
6779         * calendar/timeclock.el (timeclock-log): Doc fix.
6780         (timeclock-last-event): Doc fix.
6781         (timeclock-log): Kill the timelog buffer after appending a new event.
6782         (timeclock-find-discrep): Use a temp buffer to read in the
6783         timelog, instead of visiting the file.
6784         (timeclock-log-data): A new function, along with a host of helper
6785         functions, for the purpose of making timelog data accessible to
6786         programmers.
6788         * eshell/esh-mode.el (window-height test): Make certain that
6789         `eshell-stringify-t' is non-nil.
6790         (eshell-password-prompt-regexp): Changed to a much simpler
6791         password regexp.
6792         (eshell-send-input): If `eshell-invoke-directly' returns t,
6793         directly invoke the parsed command using `eval'.  This improves
6794         turn-around time on simple commands by a factor of three or
6795         greater, such as cd, ls, pwd, etc. -- which get used very often.
6796         It also conserves thousands of cons cells per call (since
6797         `eshell-do-eval' consumes memory like a Cookie Monster set loose
6798         in the Pacific Cookie Company).
6800         * eshell/esh-test.el (eshell-test): Whitespace fix.
6802         * eshell/em-ls.el (eshell-ls-insert-directory):
6803         Make `eshell-ls-initial-args' nil when inserting directory contents.
6805         * eshell/em-script.el (eshell-script-initialize): Add names to
6806         `eshell-complex-commands, since `source' and `.' are complex.
6808         * eshell/esh-cmd.el (eshell-rewrite-for-command)
6809         (eshell-rewrite-while-command): Use `eshell-protect' instead of
6810         `eshell-copy-handles'.
6811         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6812         bodies.
6813         (eshell-separate-commands): Whitespace fix.
6814         (eshell-complex-commands): Added a new list of names, for
6815         determining whether a given command is as simple as it looks.
6816         (eshell-invoke-directly): New function.  Returns t if a command
6817         should be invoked directly (using `eval'), rather than indirectly
6818         using `eshell-do-eval'.
6819         (eshell-do-eval): Whitespace fix.
6821         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6822         which provides an emulation of the DOS shell behavior of assuming
6823         that cp/mv/ln should copy/move/link to the current directory.
6824         (eshell-remove-entries): Added a doc string.
6825         (eshell-shuffle-files): Removed the check for `target' being null.
6826         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6827         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6828         it to do a smarter check of whether a destination was provided.
6829         (eshell/mv, eshell/cp): Enable `:preserve-args'.
6830         (eshell/ln): Enable `:preserve-args', and use
6831         `eshell-mvcpln-template' to implement the body of the function.
6832         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6833         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6834         list after flattening it.  This makes it possible to cat files
6835         with numerical names.
6836         (eshell-unix-initialize): Added several names to
6837         `eshell-complex-commands.
6838         (eshell-unix-command-complex-p): Return t if a given command name
6839         may result in external processes being invoked.
6841         * eshell/em-glob.el (eshell-glob-show-progress): Make this
6842         variable nil by default, since it slows down glob processing by a
6843         factor of two or more, and increases memory consumption.
6845         * eshell/em-smart.el: Added a note about how memory consumptive
6846         smart display mode can be (at least this is true in Emacs 21).
6847         (eshell-smart-initialize): Whitespace fix.
6848         (eshell-refresh-windows): Use `if' instead of `when'.
6849         (eshell-smart-scroll-window): Calling `save-current-buffer' was
6850         not necessary.
6851         (eshell-currently-handling-window): Added a missing global variable.
6853         * eshell/em-ls.el (eshell-do-ls): Code simplification.
6854         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6855         Whitespace fix.
6856         (eshell-ls-exclude-hidden): Added this variable in addition to
6857         `eshell-ls-exclude-regexp'.  This one prevents files beginning
6858         with . from even being read, which can improve memory consumption
6859         quite a bit.
6860         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6861         read file entries beginning with a dot.  In home directories with
6862         lots of hidden files, fully two-thirds of the time spent in ls is
6863         used to read directory entries that are immediately thrown away.
6864         (eshell-ls-initial-args): Added back this configuration variable,
6865         for specifying default initial arguments to every call to ls.
6866         Much faster than using an alias to do the same thing.
6867         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6868         (eshell-ls-dir): Whitespace change.
6870         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6872         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6873         (eshell-stringify-t): Added a customization variable, to indicate
6874         whether `t' should be rendered as a string at all.  If not, one
6875         can still determine if the result of an expression is true using
6876         "file-exists-p FILE && echo true".
6877         (eshell-stringify): If `eshell-stringify-t' is nil, don't
6878         stringify t!
6880         * eshell/esh-module.el: Whitespace fix.
6882         * eshell/em-alias.el (eshell-alias-initialize):
6883         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6884         (eshell-command-aliased-p): New function that returns t if a
6885         command name names an aliased.
6887 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
6889         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6890         redrawing the screen when changing cursor color.
6891         (viper-insert-state-pre-command-sentinel)
6892         (viper-replace-state-pre-command-sentinel)
6893         (viper-replace-state-post-command-sentinel):
6894         Use viper-preserve-cursor-color.
6895         Many functions changed to use viper= instead of = when comparing
6896         characters.
6897         * viper-util.el (viper-memq-char,viper=): New functions for
6898         working with characters.
6899         (viper-change-cursor-color): Fixed buglet.
6900         Many functions changed to use viper= instead of = when comparing
6901         characters.
6902         * viper.el (viper-insert-state-mode-list): Added eshell.
6904         * ediff-init.el (ediff-before-setup-hook): New hook.
6905         Several typos fixed in various docstrings.
6906         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6907         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6908         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6909         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6910         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6911         (ediff-get-selected-buffers): New function.
6912         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6913         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6914         Use save-window-excursion.
6915         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6916         termination check in while loop.
6917         * ediff.el (ediff-get-default-file-name): Better defaults when in
6918         dired buffer.
6919         (ediff-files,ediff-merge-files,ediff-files3)
6920         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6922 2000-10-28  Dave Love  <fx@gnu.org>
6924         * info.el (Info-fontify-node): Add help-echo for menu items.
6926 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
6928         * startup.el (normal-top-level): If the value of $TERM indicates
6929         we are running from xterm or one of its work-alikes, default to a
6930         light background mode.
6932         Support for -fg, -bg, and -rv command-line arguments for TTYs:
6933         * faces.el (tty-handle-reverse-video): New function.
6934         (tty-create-frame-with-faces): Call it.
6936         * frame.el (frame-notice-user-settings): Don't apply
6937         default-frame-alist and initial-frame-alist to MS-DOS frames.
6938         Call tty-handle-reverse-video, frame-set-background-mode, and
6939         face-set-after-frame-default for non-MS-DOS frames.
6941         * startup.el (tty-long-option-alist): New variable.
6942         (tty-handle-args): New function.
6943         (command-line): Call tty-handle-args.
6945         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6946         startup.el now does that for all character-terminal frames.
6948 2000-10-28  Miles Bader  <miles@gnu.org>
6950         * emacs-lisp/easy-mmode.el (define-minor-mode):
6951         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6952         is global.  If :global is followed by a non-nil but non-t value,
6953         make the mode buffer-local, but also generate a `global-MODE'
6954         version using `easy-mmode-define-global-mode'.
6955         Add :conditional-turn-on keyword argument.
6957 2000-10-28  Dave Love  <fx@gnu.org>
6959         * international/latin1-disp.el (latin1-char-displayable-p):
6960         Don't use window-system.
6962 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
6964         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6965         Don't call find-buffer-file-type-coding-system.  Instead, just
6966         set eol-type to -unix if inhibit-eol-conversion is in effect, or
6967         if the file is on an untranslated filesystem.
6968         (add-untranslated-filesystem): Use "D" instead of "f" inside
6969         interactive.
6971 2000-10-27  Dave Love  <fx@gnu.org>
6973         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6974         (refill-mode): Use it.
6976 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
6978         * international/quail.el (quail-activate): Don't make-local-hook.
6980 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
6982         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6983         manual backups and file.~<rev>.~ for automatic ones.
6984         (vc-make-version-backup): Don't do it on MS-DOS without long file
6985         names.
6987         * vc.el (vc-version-other-window): If an automatic backup of the
6988         desired version exists, rename it instead of copying it.
6990         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6991         after command.  If there's an unexpected error, signal it instead
6992         of being silent.
6993         (vc-cvs-merge-news): Be prepared for no news at all.
6995 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
6997         * shell.el (shell): Add BUFFER argument.
6998         * comint.el (make-comint-in-buffer): New function.
6999         (make-comint): Use it.
7001         * faces.el (face-spec-choose): Change syntax so that the list of
7002         attribute-value pairs is now the cdr of each clause, not the cadr.
7003         Detect old-style entries, and handle them.  Use pop.
7005 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7007         * cus-edit.el (custom-mode-map): Use a sparse map.
7008         (custom-mode): Don't bother with make-local-hook.
7010         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7012         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7014 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7016         * ps-print.el: Avoid compilation gripes.
7017         (ps-print-version): New version number (6.2.1).
7019 2000-10-26  Dave Love  <fx@gnu.org>
7021         * menu-bar.el: Modify some menu item help strings.
7022         (menu-bar-help-menu): Add link to MORE.STUFF.
7024         * cus-edit.el (custom-mode): Add `special' mode-class property.
7026         * wid-browse.el (widget-browse-mode): Likewise.
7028         * wid-edit.el (widget-specify-field): Revert to using local-map
7029         property, not keymap.
7031 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7033         * wid-edit.el (widget-field-end): When checking for a `boundary'
7034         field, do so in the correct buffer.
7036         * simple.el (undo): Correctly distinguish between numeric and
7037         non-numeric prefix args in non-transient-mark-mode, as per the doc
7038         string.  When in transient-mark-mode, treat all prefix-args as
7039         numeric.
7041         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7042         Position point on match.  Handle N == 0 correctly.
7044         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7045         (comint-mode-map): Reverse order of `comint-write-output' and
7046         `comint-append-output-to-file'.
7047         (comint-append-output-to-file): Reinstate this function, for the
7048         benefit of the menu.
7050 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7052         * vc.el (vc-version-other-window): Bind `file'.
7054 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7056         * Makefile.in (update-authors): New target for maintenance purposes.
7058         * emacs-lisp/authors.el (batch-update-authors): New function.
7059         (authors-fixed-entries): New defconst.
7060         (authors-add-fixed-entries): New function.
7061         (authors): Call it.: Don't process lispref/.
7063 2000-10-25  Jason Rumney  <jasonr@gnu.org>
7065         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7066         Merge x w32 and mac definitions.
7068 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7070         * menu-bar.el (menu-bar-options-menu): Add a help string for
7071         `uniquify'.
7073 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
7075         * time-stamp.el (time-stamp-string-preprocess):
7076         Fix a wrong type argument error.
7078 2000-10-25  Miles Bader  <miles@gnu.org>
7080         * recentf.el (recentf-mode): Variable removed.
7081         (recentf-mode): Use `define-minor-mode'.
7083         * mwheel.el (mouse-wheel-mode): New global minor mode.
7084         (mwheel-install): Use `mouse-wheel-mode'.
7086 2000-10-25  Dave Love  <fx@gnu.org>
7088         * progmodes/cperl-mode.el (cperl-mode):
7089         Set normal-auto-fill-function correctly.
7091         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7092         Don't inherit from global-map and don't nullify menu-bar and tool-bar
7093         bindings.
7095 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
7097         * wid-edit.el (widget-field-at): New function.
7098         (widget-at, widget-field-activate): Use it.
7099         (widget-tabable-at): Use `widget-at'.
7100         (widget-specify-field): If the terminating character of the widget
7101         field (which is read-only) is a newline, put it into a special
7102         `boundary' field so that C-n/C-p act more naturally.
7103         (widget-field-end): Also don't subtract one if a special
7104         `boundary' field has been added after the widget field.
7106         * comint.el (comint-output-filter, comint-send-input):
7107         Don't bother adding stickiness fields to overlays to fool the field
7108         code, since it should notice the overlay insertion-types now.
7110         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7111         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7112         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7114 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7116         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7117         (authors): Set file coding system to iso-2022-7bit.
7118         Add file-local variables to output buffer.
7120         * files.el (after-find-file): Don't print any warnings if
7121         WARN is nil.
7123 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7125         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7127         * delim-col.el: Now there is a column formatting mechanism.
7128         Modified to customization mechanisms convention.  Doc fix.
7129         (columns): New group for delim-col.
7130         (delimit-columns-before, delimit-columns-after)
7131         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7132         (delimit-columns-end): New vars.
7133         (delimit-columns-customize, delimit-columns-format): New funs.
7134         (delimit-columns-region, delimit-columns-rectangle)
7135         (delimit-columns-rectangle-line): Modified to support column
7136         formatting.
7138 2000-10-24  Dave Love  <fx@gnu.org>
7140         * log-edit.el (log-edit): Add :version and a :group for vc.
7142 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7144         * files.el (after-find-file): Don't print a message ``New file''
7145         if WARN is nil.
7147         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7148         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
7149         get duplicate tool-bar entries because we'll see the global ones
7150         on more than one path through keymaps.
7152         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7154         * progmodes/cmacexp.el: Change Francesco's email address.
7156 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7158         * window.el (fit-window-to-buffer): Adjust point of the window
7159         buffer, not that of the current buffer.
7161 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
7163         * progmodes/cmacexp.el: Update the euthor's email address.
7165 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7167         * faces.el (face-spec-set-match-display): Add `graphic' display
7168         type (the inverse of `tty').  Use `display-graphic-p' instead of
7169         the window-system variable.
7171 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7173         * international/isearch-x.el (isearch-with-input-method):
7174         Call input-method-function with the first event in
7175         unread-command-events.
7177 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7179         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7181 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
7183         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7184         New charsets.
7186         * term/mac-win.el: Remove definitions of mac-roman-lower and
7187         mac-roman-upper, require dired, and define instead of set
7188         mac-ready-for-drag-n-drop to avoid compilation error.
7190 2000-10-23  Andrew Innes  <andrewi@gnu.org>
7192         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7193         Remove superfluous calls to subst-char-in-string; instead apply
7194         expand-file-name after convert-standard-filename to ensure
7195         expected directory separators are used.
7197 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
7199         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7201 2000-10-23  Dave Love  <fx@gnu.org>
7203         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7204         (tool-bar-add-item): Set foreground and background for XBM icons.
7206         * international/latin1-disp.el (latin1-char-displayable-p):
7207         New function (from Handa).
7208         (latin1-display-check-font): Use it.
7210         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7211         using :key-sequence, making it much more usable.
7212         Use nconc, not append.
7213         (imenu--create-keymap-1): Avoid append.
7215         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7217 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7219         [the following changes fix a bug where `define-minor-mode' didn't
7220         correctly generate :require clauses for defcustoms in compiled files]
7221         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7222         (byte-compile-log-file, byte-compile-log-1): Don't set
7223         `byte-compile-current-file' to nil.  Instead set
7224         `byte-compile-last-logged-file' to it.  Test whether
7225         byte-compile-current-file equals byte-compile-last-logged-file
7226         instead of whether its nil.
7227         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7229 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
7231         * textmodes/refill.el: Fix var names in doc.
7232         (refill-mode): Don't bother with make-local-hook anymore.
7234 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7236         * faces.el (face-user-default-spec, face-default-spec): New functions.
7237         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7238         (frame-set-background-mode, face-set-after-frame-default):
7239         Use `face-user-default-spec'.  Simplify code slightly.
7241         * woman.el (woman-italic-face, woman-bold-face)
7242         (woman-unknown-face): Add dark-background variants.
7243         (woman-default-faces): Renamed from `woman-colour-faces'.
7244         Set using the stored defaults, rather than using hard-wired colors.
7245         (woman-monochrome-faces): Renamed from `woman-black-faces'.
7246         Just make the foreground `unspecified' rather than "black".
7247         (woman-menu): Rename menu entries accordingly.
7249         * faces.el (header-line): Make more reasonable on mono/grayscale
7250         displays.
7252 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
7254         * cus-edit.el (custom-button-face): Use 3D look for mac.
7255         (custom-button-pressed-face): Likewise.
7257         * faces.el (set-face-attributes-from-resources): Handle mac frames
7258         in the same way as x and w32 frames.
7259         (face-valid-attribute-values): Likewise.
7260         (read-face-attribute): Likewise.
7261         (defined-colors): Likewise.
7262         (color-defined-p): Likewise.
7263         (color-values): Likewise.
7264         (display-grayscale-p): Likewise.
7265         (face-set-after-frame-default): Likewise.
7266         (mode-line): Same default face as for x and w32.
7267         (tool-bar): Likewise.
7269         * frame.el: Remove call to frame-notice-user-settings at end of
7270         the file.
7272         * info.el (Info-fontify-node): Make underlines invisible for mac
7273         as for x, pc, and w32 frame types.
7275         * term/mac-win.el: New file.
7277 2000-10-22  Dave Love  <fx@gnu.org>
7279         * textmodes/refill.el: New file.
7281 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
7283         * vc-hooks.el (vc-version-backup-file-name): New optional args
7284         MANUAL and REGEXP.
7285         (vc-delete-automatic-version-backups, vc-make-version-backup):
7286         New functions.
7287         (vc-before-save): Use the latter.
7288         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7289         confusion.
7291         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7292         expected by vc[-hooks].el.
7294         * vc.el (vc-checkout): Added `-p' suffix in call to
7295         vc-make-version-backups-p; use vc-make-version-backup to actually
7296         make the backup.
7297         (vc-version-other-window, vc-version-backup-file): Handle both
7298         automatic and manual backups.
7299         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7300         of all of them.
7302 2000-10-22  Miles Bader  <miles@gnu.org>
7304         * comint.el (comint-highlight-input, comint-highlight-prompt):
7305         Renamed, `-face' at end removed.
7306         (comint-send-input, comint-output-filter): Use renamed faces.
7308         * window.el (fit-window-to-buffer): Change defaulting of
7309         MAX-HEIGHT slightly.
7311         * faces.el (color-values, color-defined-p): Use `member', not
7312         `memq', because it works correctly for strings.
7313         (frame-set-background-mode): Actually, "unspecified-fg" and
7314         "unspecified-bg" *are* strings.  Use `member', not `memq', and
7315         `equal', not `eq', when a string value is possible.
7317 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
7319         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7321 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
7323         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7324         sh-electric-rparen, sh-electric-less and sh-electric-hash.
7325         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7326         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7327         (sh-font-lock-syntactic-keywords): Use them.
7328         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7329         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7330         (sh-mode): Don't override font-lock-unfontify-region-function.
7331         Use a copy of sh-font-lock-syntactic-keywords.
7332         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7333         Don't call sh-scan-buffer since font-lock does it on the fly.
7334         (sh-get-indent-info): Use `face' rather than `syntax-table'
7335         text-property to detect here-documents.
7336         Replace sh-special-syntax with sh-st-punc.
7337         (sh-prev-line): Use `face' rather than `syntax-table'
7338         text-property to skip over here-documents.
7339         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7340         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7341         (sh-electric-less, sh-set-here-doc-region)
7342         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7343         (sh-scan-buffer, sh-rescan-buffer): Remove.
7345 2000-10-21  Andrew Innes  <andrewi@gnu.org>
7347         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7348         remote (ange-ftp) file names.
7350 2000-10-21  Miles Bader  <miles@gnu.org>
7352         * window.el (fit-window-to-buffer): New function.
7353         (shrink-window-if-larger-than-buffer): Use it.
7354         (window-text-height): Don't expect minibuffers to have mode-lines.
7356         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7357         * international/quail.el (quail-update-guidance):
7358         Use `fit-window-to-buffer' instead of `set-window-text-height'.
7360         * international/quail.el (quail-show-guidance-buf): Make sure
7361         guidance window really has enough room.
7362         (quail-update-guidance): If quail-guidance-win is already shown,
7363         make sure its height is OK.
7365         * window.el (window-text-height, set-window-text-height):
7366         New functions.
7367         (shrink-window-if-larger-than-buffer): Use `window-text-height'
7368         instead of `window-height' & `mode-line-window-height-fudge'.
7369         (mode-line-window-height-fudge): Add FACE parameter.
7370         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7371         instead of `enlarge-window' & `mode-line-window-height-fudge'.
7373 2000-10-20  Miles Bader  <miles@gnu.org>
7375         * window.el (height-affecting-face-attributes): Use `defconst'.
7377         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7378         New function, conditionally aliased to `mode-line-window-height-fudge'.
7379         (ispell-help): Use it.
7380         (ispell-choices-win-default-height): Don't include mode-line fudge.
7381         (ispell-choices-win-default-height): New function.
7382         (ispell-show-choices, ispell-command-loop): Use function
7383         `ispell-choices-win-default-height' instead of variable.
7385 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
7387         * window.el (mode-line-window-height-fudge): New variable.
7388         (height-affecting-face-attributes): New variable.
7389         (mode-line-window-height-fudge): New function.
7390         (shrink-window-if-larger-than-buffer): Use it.
7391         * help.el (resize-temp-buffer-window): Likewise.
7393         * info.el (Info-fontify-node): Add support for @subsubsection
7394         titles, which use `Info-title-4-face'.
7395         (Info-title-4-face): New face.
7396         (Info-title-3-face): Inherit from Info-title-4-face instead of
7397         variable-pitch.
7399 2000-10-19  Jason Rumney  <jasonr@gnu.org>
7401         * dired.el (dired-insert-directory): Do not let errors signalled by
7402         attempt to run dired-free-space-program prevent dired from working.
7404 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
7406         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7408 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
7410         * dirtrack.el (dirtrack): Fix call to run-hooks.
7412         * cmuscheme.el (cmuscheme-program-name): Renamed from
7413         scheme-program-name because xscheme.el contains a defcustom with
7414         the same name.  As a consequence, customizing group `cmuscheme'
7415         loaded `xscheme' which redefined run-scheme.
7416         (run-scheme): Use cmuscheme-program-name.
7418         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7420         * play/doctor.el (doctor-death): Update the Samaritans'
7421         anonymous address, and add a website for Befrienders International.
7423 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7425         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
7426         Avoid compilation gripes.  Doc fix.
7427         (ps-print-version): New version number (6.2).
7428         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7429         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7430         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7431         (ps-x-extent-priority, ps-x-extent-start-position)
7432         (ps-x-face-font-instance, ps-x-find-coding-system)
7433         (ps-x-font-instance-properties, ps-x-make-color-instance)
7434         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7435         avoid compilation gripes without defining functions.
7436         (ps-e-find-composition): Alias for function find-composition, to have a
7437         suitable function depending on Emacs version.
7438         (ps-color-device, ps-color-values, ps-face-foreground-name)
7439         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7440         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7441         (ps-print-ensure-fontified): Function definitions surrounded by
7442         `eval-and-compile' to avoid compilation gripes.
7443         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7444         by symbol-value to avoid compilation gripes.
7445         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7446         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7448 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7450         * startup.el (normal-top-level): Call `frame-set-background-mode'
7451         after `frame-notice-user-settings' because the latter doesn't call
7452         the former on a tty.
7454         * faces.el (frame-set-background-mode): `unspecified' &c are
7455         symbols, not strings.
7457 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7459         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7460         why some "light*" colors are deliberately absent from the alist.
7462         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7463         Change colors for tty's, as suggested by Miles Bader.
7465 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
7467         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7468         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
7469         for ISO10646-1 fonts.
7470         (x-font-name-charset-alist): Add an entry for "iso10646-1".
7472 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7474         * faces.el (frame-set-background-mode): If a tty frame defines a
7475         background color, use that to compute the background mode, instead
7476         of always defaulting to "dark".
7478 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7480         * comint.el (comint-write-output): New function.
7481         (comint-mode-map): Add it to the menu.
7482         Bind `C-c C-s' to comint-write-output.
7484 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
7486         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7487         Use fancy-splash-delay.
7489 2000-10-18  Alex Schroeder  <alex@gnu.org>
7491         * progmodes/sql.el (sql-sybase-options): New option.
7492         (sql-sybase): Use it.  Add sql-database to the list of parameters
7493         provided for login.  The options -w 2048 -n are not used any more.
7495         * comint.el (comint-read-input-ring): Bugfix such that the first
7496         and the last entry of the input ring file are not lost.
7498 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7500         * ps-print.el: Internal variable changes to defcustom,
7501         make-local-hook changes to defvar.  Doc fix.
7502         (ps-print-version): New version number (6.1).
7503         (ps-setup, ps-do-despool): Code fix.
7504         (ps-printer-name): Customization fix.
7505         (ps-printer-name-option): Now is a defcustom instead of an
7506         internal variable.
7507         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7508         (ps-print-begin-column-hook): Now are defvar instead of
7509         make-local-hook.
7511 2000-10-18  Miles Bader  <miles@gnu.org>
7513         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7514         (comint-kill-output): Changed into an alias for `comint-delete-output',
7515         and made obsolete.
7516         (comint-mode-map): Rename references to comint-kill-output.
7518 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
7520         * diff-mode.el (diff-header-face, diff-file-header-face)
7521         (diff-changed-face): Add bold and italic attributes to tty faces.
7522         (diff-function-face): New face.
7523         (diff-font-lock-keywords): Use it.
7525 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
7527         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7528         Remove commented-out call to force-mode-line-update.
7529         (comint-kill-output): Use `forward-line 0' instead of
7530         beginning-of-line to make sure we get past the prompt.
7532 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
7534         * diff-mode.el (diff-header-face, diff-file-header-face):
7535         Add specific setting for dark background.
7536         (diff-context-face): Renamed from diff-comment-face.
7537         Set explicitly rather than inheriting from font-lock-comment-face.
7539 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7541         * startup.el (command-line): Move the code which sets the default
7542         TTY colors to before before-init-hook.
7544 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7546         * jit-lock.el (jit-lock-stealth-time): Doc fix.
7548 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7550         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7551         extensions, for MS-DOS.
7553         * diff-mode.el (diff-header-face, diff-file-header-face)
7554         (diff-changed-face): Define tty-specific colors.
7556 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7558         * startup.el (fancy-splash-text): Realign the text.
7560 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7562         * font-lock.el (font-lock-comment-face): Define a separate default
7563         for dark-background tty's.
7565 2000-10-17  Miles Bader  <miles@gnu.org>
7567         * help.el (resize-temp-buffer-window): Add hack to avoid last line
7568         being obscured by whizzy mode-lines on graphics displays.
7570 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7572         * info.el (Info-title-1-face, Info-title-2-face)
7573         (Info-title-3-face): Define colors for tty's.
7574         (info-header-node): Remove unneeded tty-specific definition.
7576 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
7578         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7579         reverse from the frame parameters, and don't invert foreground and
7580         background colors.
7582 2000-10-16  Miles Bader  <miles@gnu.org>
7584         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7585         string "*Info*".  Call propertized-buffer-identification to spruce
7586         up the result.
7588 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7590         * help.el: Provide `help' for the sake of define-minor-mode
7591         which generates defcustoms with requires.
7593         * jit-lock.el (jit-lock-after-change): If we're in text that
7594         matches a multi-line font-lock pattern, make sure the whole text
7595         will be redisplayed.
7597         * emacs-lisp/authors.el (authors-add): Don't add an entry if
7598         author's name is unknown.
7600         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7601         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7602         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7603         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7604         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7605         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7606         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7607         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7608         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7609         Add author information.
7611 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
7613         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7614         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7615         full-color version (using the Gimp) to eliminate dithering artifacts.
7617 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7619         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7621         * simple.el (syntax-flag-table, string-to-syntax): Remove.
7623 2000-10-15  Dave Love  <fx@gnu.org>
7625         * progmodes/sh-script.el: Require skeleton and comint when compiling.
7627         * pcomplete.el (pcomplete) <defgroup>: Add :version.
7629         * whitespace.el: Doc fixes.
7630         (top-level): Don't add hooks here.
7631         (whitespace-running-emacs): Deleted.
7632         (timer): Don't require.
7633         (whitespace): Add back :version conditional on xemacs test.
7634         (whitespace-spacetab-regexp, whitespace-indent-regexp)
7635         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7636         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7637         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7638         Avoid specific xemacs test.
7639         (whitespace-global-mode): New option.
7640         (whitespace-global-mode): New command.
7641         (whitespace-unload-hook): New function.
7643         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7644         (Info-fontify-node, Info-goto-node, Info-mode-menu)
7645         (Info-fontify-node): `Goto' goes to `Go to'.
7646         (Info-fontify-node): Add help-echo to xref links.
7648 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
7650         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7652 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7654         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7655         Use plist-get and allow :inherit.
7657         * emacs-lisp/cl-macs.el (cl-do-arglist):
7658         Use plist-get and plist-member instead of memq.
7660         * emacs-lisp/ewoc.el (ewoc-location): New function.
7661         (ewoc-enter-after, ewoc-enter-before): Document return value.
7662         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7663         Don't need make-local-hook any more.
7664         (cvs-addto-collection): Return the new tin.
7665         (cvs-mode-insert): Jump to the new line.
7667         * jit-lock.el (jit-lock-fontify-buffer): Remove.
7669         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7671         * font-lock.el (font-lock-syntactically-fontified): New var.
7672         (font-lock-fontify-syntactic-keywords-region): Use it.
7673         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
7675         * diff-mode.el (diff-find-file-name): Fix regexp.
7677         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7678         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7680         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7681         (sh-mode-syntax-table): Add punctuation syntax for < and >.
7682         (sh-mode): Don't make all vars local here.
7683         (sh-kw): Reformat.
7684         (sh-set-shell): Use dolist.  Don't set indent-region-function.
7685         (sh-mode-syntax-table): Use pop.
7686         (sh-remember-variable): Use push.
7687         (sh-help-string-for-variable): Use memq.
7688         (sh-safe-backward-sexp): Remove.
7689         (sh-safe-forward-sexp): Add ARG.
7690         (sh-get-indent-info, sh-prev-stmt): Use it.
7691         (sh-prev-line): Simplify by using forward-comment.
7692         (sh-this-is-a-continuation): Simplify.
7693         (sh-learn-buffer-indent): Use dolist.
7694         (sh-do-nothing): Remove.
7695         (sh-set-char-syntax, sh-set-here-doc-region):
7696         Use inhibit-modification-hooks.
7697         (sh-name-style): Use mapcar and push.
7698         (sh-load-style): Use dolist.
7699         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7700         (sh-case, sh-while-getopts): Use propertize directly rather
7701         than sh-electric-rparen.
7703 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
7705         * textmodes/tex-mode.el: Require CL when compiling.
7706         (tex-mode-syntax-table): Init immediately.
7707         (tex-mode-map): Bind M-RET to latex-insert-item.
7708         (latex-mode): Set indent-line-function to latex-indent.
7709         (tex-common-initialization): Don't setup the syntax-table any more.
7710         (latex-insert-item): New skeleton.
7711         (tex-next-unmatched-end): Fix copy/paste braino.
7712         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7713         (latex-indent, latex-find-indent): New functions.
7714         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7715         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7716         (tex-compilation-parse-errors): Use with-syntax-table.
7718 2000-10-15  Miles Bader  <miles@gnu.org>
7720         * font-lock.el (font-lock-comment-face): Change dark-background,
7721         color, non-tty, default to `chocolate1'.
7723 2000-10-13  John Wiegley  <johnw@gnu.org>
7725         * eshell/esh-util.el (require): Added a missing `require' form,
7726         needed when compiling (for an ange-ftp macro definition).
7728 2000-10-13  Dave Love  <fx@gnu.org>
7730         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7732 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
7734         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7736         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7737         transparent -colors 8).
7739 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
7741         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7742         that breaks with old list format timestamps.
7743         (time-stamp-warn-inactive, time-stamp-old-format-warn)
7744         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7746 2000-10-13  John Wiegley  <johnw@gnu.org>
7748         * align.el, pcomplete.el, calendar/timeclock.el,
7749         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7751         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7752         faulty math, where holiday hours were being computing as seconds.
7754 2000-10-13  John Wiegley  <johnw@gnu.org>
7756         * desktop.el (desktop-buffer-modes-to-save): Added a global for
7757         specifying what "other" kinds of buffers should be saved.
7758         This used to be hard-coded.
7759         (desktop-buffer-misc-functions): A global for specifying how
7760         auxiliary data should be determined for special buffer types.
7761         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7762         instead of hard-coding the special buffer types.
7763         (desktop-save): Run `desktop-buffer-misc-functions' to gather
7764         auxiliary data, instead of hard-coding for Info buffers and dired.
7765         (desktop-buffer-info-misc-data): Aux function for determining Info
7766         buffer auxiliary info.
7767         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7768         (desktop-buffer-info): Changed this function to use the info
7769         gathered above.
7770         (desktop-create-buffer): Be a little more careful about what
7771         `minor-mode' means before calling it.  This is important for some
7772         buffer types.
7774 2000-10-13  John Wiegley  <johnw@gnu.org>
7776         * eshell/esh-util.el: Added a global form which declares an
7777         autoload for `parse-time-string', if that function is not already
7778         defined, and if parse-time.el is available on the user's system.
7780         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7781         to be aware of ange-ftp user info.
7782         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
7783         (eshell-ls-annotate): Use `eshell-file-attributes'.
7784         (eshell-ls-file): Made the user-id printing code a bit smarter.
7786         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7787         allow identification of alias user ids in remote directories.
7788         It's manual, but there's no other way to know when the current user
7789         on the local machine, is also the owning user on the remote machine.
7790         (fboundp): Bind `ange-cache'.
7791         (eshell-directory-files-and-attributes): Re-organized the logic a
7792         bit to use `eshell-file-attributes' instead of `file-attributes'.
7793         The former is more sensitive to directories that are read via FTP,
7794         and knows how to use ange-ftp to determine full attribute
7795         information, instead of just the name and last modtime.
7796         (eshell-current-ange-uids): Return the current user id when in a
7797         remote directory.
7798         (eshell-parse-ange-ls): Parse a full directory listing that has
7799         been returned by ange-ftp.
7800         (eshell-file-attributes): This beefed up version of
7801         `file-attributes' is only special if the user is currently in a
7802         remote directory, in which case it does a lot of work to find out
7803         what the real attributes of a file are, as they appear on the
7804         remote machine.  This makes usage of remote directories (i.e.,
7805         ange-ftp pathnames) much more useful.  You can now use Eshell as a
7806         full-fledged FTP client, with much more manipulation ability than
7807         most other clients.
7809         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7810         variable, which means that Eshell's du should always be preferred
7811         in remote directories.
7812         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7813         just `file-attributes'.
7814         (eshell-mvcp-template): Bind `ange-cache', to improve performance
7815         when reading remote directories.  This is an Eshell-specific
7816         variable (not part of ange-ftp).
7817         (eshell/ln): Bind `ange-cache'.
7818         (eshell/du): Added some extra logic for determining when to use
7819         Eshell's du (which is slow), and when to use the external version
7820         (which may or may not exist).
7822         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7823         Call `eshell-interactive-process', rather than using
7824         `get-buffer-process', since backgrounded processes don't count in
7825         the context of this function's logic.
7827         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7828         `forward-char', so that null strings are parsed correctly.
7830 2000-09-13  John Wiegley  <johnw@gnu.org>
7832         * eshell/em-pred.el (eshell-pred-file-type)
7833         (eshell-pred-file-links, eshell-pred-file-size):
7834         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
7836         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7837         that remote file globbing is more efficient.
7839         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7840         gathering the files and attributes within a directory.
7842         * eshell/em-unix.el (eshell/cat): If any of the files passed on
7843         the command line is a special file (not a regular file, directory
7844         or symlink), always attempt to call the external version of cat.
7846 2000-09-13  John Wiegley  <johnw@gnu.org>
7848         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7849         Eshell-friendly version of find-tag.
7851 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
7853         * image-file.el (image-file-name-extensions)
7854         (image-file-name-regexps): Add autoload cookies.
7856 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
7858         * international/mule-cmds.el (select-safe-coding-system): If FROM
7859         is string, show it in *Warning* buffer.
7861 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7863         * startup.el (normal-top-level): Use display-popup-menus-p instead
7864         of window-system.
7865         (command-line): Use display-graphic-p instead of window-system.
7866         (command-line-1): Use display-popup-menus-p and display-mouse-p
7867         instead of window-system.
7869 2000-10-12  Sam Steingold  <sds@gnu.org>
7871         * tooltip.el (tooltip-use-echo-area): New user variable.
7872         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7874 2000-10-12  Dave Love  <fx@gnu.org>
7876         * recentf.el: Maintainer's checkdoc fixes.
7878         * startup.el (normal-top-level-add-subdirs-to-load-path):
7879         Use character class, not ASCII when matching file names.
7880         (fancy-splash-head): Add trailing slash to URL.
7881         (command-line): Don't require XPM support for toolbar.
7883         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7884         (cperl-invalid-face): Revert last change.
7885         (cperl-init-faces): Quote cperl-invalid-face.
7887 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
7889         * startup.el (fancy-splash-text): Remove superfluous quote.
7891 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
7893         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7894         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7895         (command-line-1): Don't use fancy-splash-pending-command.
7896         (fancy-splash-screens-1): Goto point-min after inserting text.
7898         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7900         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7901         instead of shared-lisp-mode-map.
7903 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
7905         * faces.el (header-line): Change tty-variant to use underlining.
7907         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7908         (isearch-highlight): Restore lazy-isearch face properties at old
7909         position, and suppress them at new position.
7910         (isearch-dehighlight): Restore lazy-isearch face properties.
7911         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7912         over the real isearch overlay, but in that case, don't give it a
7913         face property.  Use `push'.
7915 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
7917         * man.el (Man-getpage-in-background): Fix previous change.
7918         Decode the process output only when we are in multibyte mode.
7920 2000-10-11  Dave Love  <fx@gnu.org>
7922         * info.el (Info-mode-menu): Fix some help.
7923         (info-tool-bar-map): Add entry for Info-last.
7925         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7926         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7927         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7928         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7929         * toolbar/search-replace.xpm, toolbar/exit.xpm:
7930         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7931         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7932         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7933         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7934         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7935         Reduce colour requirements to 25 overall.  (Probably wants
7936         revisiting from the originals to reduce further.)
7938 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
7940         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7941         buffer-file-coding-system, instead of raw-text.
7942         (dehexlify-buffer): Bind coding-system-for-read to
7943         buffer-file-coding-system, instead of raw-text.
7945 2000-10-11  Sam Steingold  <sds@gnu.org>
7947         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7948         `underline' - fixes the bug introduced on 2000-09-21.
7950 2000-10-11  Dave Love  <fx@gnu.org>
7952         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7953         Avoid compiler warnings.
7954         (scheme-mode): Doc fix.
7955         (scheme-font-lock-keywords-1): Match `define-syntax'.
7957 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
7959         * faces.el (frame-set-background-mode): Pay attention to saved
7960         face specs as well as default ones.  Only do anything if the
7961         bg-mode or display-type has actually changed.  Use `dolist'.
7962         (region): Make dark-background `region' face less in-your-face.
7964 2000-10-10  Sam Steingold  <sds@gnu.org>
7966         * chistory.el, ielm.el, ledit.el:
7967         * progmodes/inf-lisp.el, progmodes/scheme.el:
7968         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7970 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
7972         * textmodes/texinfo.el: Update copyright and fix typo.
7974         * desktop.el (desktop-modes-not-to-save): New var.
7975         (desktop-save-buffer-p): Use it.
7976         Also, obey desktop-buffers-not-to-save even for non-file buffers.
7977         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7979 2000-10-10  Dave Love  <fx@gnu.org>
7981         * toolbar/tool-bar.el (tool-bar-add-item)
7982         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7984         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7985         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7986         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7987         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7988         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7989         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7990         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7991         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7992         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7993         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7994         the .xpms; probably need retouching.
7996 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
7998         * subr.el (add-to-list): Add optional argument APPEND.
7999         * battery.el (display-battery): Use `add-to-list'.
8001 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8003         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8004         properties.
8005         (zone, zone-when-idle, zone-leave-me-alone)
8006         (zone-pgm-whack-chars): Use new symbol properties.
8008         * battery.el (display-battery): Doc spelling fix.
8010         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8011         property.
8013 2000-10-09  Dave Love  <fx@gnu.org>
8015         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8016         has been initialized before calling tool-bar-setup.
8017         (tool-bar-add-item-from-menu): Add autoload cookie.
8019 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8021         * menu-bar.el (send-mail-item-name): New function.
8022         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8023         of mail-user-agent in the menu.  Don't display the "Send Mail"
8024         item if mail-user-agent is nil or its value is ignore.
8025         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8026         if read-mail-command is nil or its value is ignore.
8028         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8030 2000-10-09  Miles Bader  <miles@gnu.org>
8032         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8033         Correct image size.
8034         * toolbar/left_arrow.xpm: Correct image size.
8036         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8037         will be done by the definition of `auto-compression-mode' if
8038         necessary.  Move code to uninstall existing file-name handler
8039         before definition of `auto-compression-mode'.
8041         * image-file.el (auto-image-file-mode): Move to the end of the
8042         file, because `define-minor-mode' actually calls the mode-function
8043         if the associated variable is non-nil, which requires that all
8044         needed functions be already defined.
8046         * mouse.el (popup-menu): Balance parens.
8048 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8050         * mouse.el (popup-menu): Move the command call outside the loop
8051         so that popup-menu returns whatever the command returns.
8053         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
8054         (initialize-new-tags-table): Use run-hook-with-args-until-success.
8055         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8056         (tags-table-format-functions): Renamed from tags-table-format-hooks.
8058         * vc.el (vc-version-diff): diff-switches can be a list.
8059         Use relative filenames for prettier output.
8061         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8062         (vc-post-command-functions): Remove old-VC compatibility code.
8064         * newcomment.el (comment-indent-default): Autoload.
8066         * font-lock.el (font-lock-defaults): Make buffer-local.
8067         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8068         (font-lock-choose-keywords):
8069         Ignore LEVEL unless KEYWORDS is a list of syms.
8070         (c-keywords, c++-keywords, objc-keywords, java-keywords):
8071         Don't wrap regexp-opt things in \(...\) unnecessarily.
8073         * jit-lock.el: Don't require font-lock any more.
8074         (jit-lock-functions): Make buffer-local.
8075         (jit-lock-saved-fontify-buffer-function): Remove.
8076         (jit-lock-mode): Remove autoload cookie.
8077         Remove font-lock specific code.
8078         (jit-lock-unregister): Don't bother handling complex hooks any more.
8079         (jit-lock-refontify): New function.
8080         (jit-lock-fontify-buffer): Use it.
8081         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8082         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8083         Add optional args START and END.
8084         Never call font-lock-fontify-region directly.
8085         (jit-lock-function, jit-lock-stealth-fontify): Use it.
8087         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8089 2000-10-08  Dave Love  <fx@gnu.org>
8091         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8093         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8095         * play/studly.el (studlify-region, studlify-word): Add autoload
8096         cookie.
8098         * play/morse.el (morse-region, unmorse-region): Add autoload
8099         cookie.
8101         * play/spook.el (spook-phrases-file): Use expand-file-name, not
8102         concat.
8104         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8105         insist on symbols starting with word syntax.
8106         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8107         (eval-defun-1): Doc fix.
8108         (indent-sexp): Use nconc to build up indent-stack.
8110         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8111         Gnus with little use.
8112         (mail-setup-hook): Add mail-abbrevs-setup to options.
8114         * recentf.el: Doc fixes.
8116         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8117         Clean up remainder.
8119         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
8120         without timezone and (8) with timezone to enforce some whitespace.
8121         Simplify code somewhat.
8123         * options.el (list-options): Doc that you should use customize.
8125         * iswitchb.el (iswitchb-mode): Add :require.
8127         * info.el (Info-goto-node, Info-menu): Doc fix.
8128         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8129         (info-tool-bar-map): New variable.
8130         (Info-mode): Use it.
8131         (Info-edit-map): Define all in defvar.
8132         (speedbar-attached-frame): Avoid compiler warning.
8134         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8135         (global-map): Bind [tool-bar] to a filtered map.
8136         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
8137         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8138         Allow PBM icons.
8139         (tool-bar-setup): Adjust calls of tool-bar-add-item.
8141         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8142         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8143         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
8144         icons, except up_arrow, which is left-arrow rotated.
8146         * imenu.el (imenu-add-to-menubar): Fix last change.
8148 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
8150         * generic-x.el (rul-generic-mode): Remove eval-when-compile
8151         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
8153 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8155         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8156         typos in doc strings.
8158         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8159         the doc strings how to customize Font Lock faces.
8161         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8162         computing growth when dragging the header line.
8164 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8166         * simple.el (kill-line): Doc fix.
8168 2000-10-08  Miles Bader  <miles@gnu.org>
8170         * faces.el (secondary-selection): Make foreground visible on tty.
8172         * jka-compr.el (auto-compression-mode): Move to the end of the
8173         file, because `define-minor-mode' actually calls the mode-function
8174         if the associated variable is non-nil, which requires that all
8175         needed functions be already defined.
8176         (with-auto-compression-mode): Add autoload cookie.
8178 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
8180         * files.el (find-backup-file-name) [ms-dos]: If support for long
8181         file names is not available, behave as if version-control were set
8182         to never.
8184 2000-10-07  Dave Love  <fx@gnu.org>
8186         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8187         (browse-url-gnome-moz): New function.
8188         (browse-url-browser-function): Use it.
8189         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8191 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
8193         * indent.el (tab-always-indent): New var.
8194         (indent-for-tab-command): Use it.
8196         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8197         raise an error.  This way it can still default to a sane value.
8199 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8201         * startup.el (fancy-splash-screens): Use local rather than global map.
8202         Don't use `update-menu-bindings' any more.
8203         Get rid of assumptions about keymap representation.
8205 2000-10-06  Dave Love  <fx@gnu.org>
8207         * textmodes/fill.el (sentence-end-double-space)
8208         (sentence-end-without-period):  Doc fix.
8209         (adaptive-fill-regexp): Purecopy.
8210         (unjustify-current-line): Use line-end-position.
8211         (fill-individual-paragraphs-prefix): Use line-beginning-position.
8213         * net/eudc-vars.el (eudc): Add :version, :link.
8215         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8217         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8218         Fix for define-minor-mode.
8219         (function-at-point): Alias to function-called-at-point.
8221         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8223         * simple.el (backward-word): Doc fix.
8225         * image-file.el (image-file-name-regexp): image-file-regexps ->
8226         image-file-name-regexps.
8227         (image-file-name-extensions): Add pbm.
8229 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8231         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8232         and add filename to the names so that diff-mode can jump to source.
8234         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8235         (tex-font-lock-keywords, tex-font-lock-keywords-2)
8236         (tex-font-lock-keywords-1): Remove.
8237         (font-lock-turn-on-thing-lock): Use jit-lock-register.
8238         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8239         (font-lock-default-fontify-region):
8240         Expand beg..end correctly when just following a multiline region.
8241         (font-lock-fontify-anchored-keywords):
8242         Include the anchor text as part of the multiline.
8244 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
8246         * loadup.el (toplevel): Load `loaddefs' before `help' because the
8247         latter needs the autoloaded define-minor-mode macro during the
8248         bootstrap.
8250         * startup.el (command-line): For now, activate tool-bar-mode only
8251         if XPM images are supported.
8253         * mouse.el (mouse-drag-header-line): Don't allow resizing a
8254         window by dragging a header-line at the top of the frame; that's
8255         confusing because the header-line doesn't move.
8256         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8257         of treating the event as a list.  Some cleanup.
8259 2000-10-06  Miles Bader  <miles@gnu.org>
8261         * simple.el (display-message-or-buffer): New function.
8262         (shell-command-on-region): Use `display-message-or-buffer'.
8264         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8265         docstring parts.
8267         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8268         (smbclient-prompt-regexp): Add usage note to doc string.
8269         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8270         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8271         Use add-hook for adding the comint filter function, and only do so
8272         if it's not already in the global hook list.
8273         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8274         to `make-local-variable'.
8275         (nslookup-font-lock-keywords): Remove prompt entry.
8276         (nslookup): Don't set the process-filter.
8277         (finger): Exit the loop correctly when the regexps list runs out.
8278         (ftp, smbclient, smbclient-list-shares):
8279         Set the real major mode immediately, not after execing.
8280         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8282         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8284 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
8286         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8288         * which-func.el (which-func-format): Remove spurious space.
8289         (which-func-mode): Don't make it permanent-local.
8290         (which-func-ff-hook): Allow which-func-maxout to be nil.
8291         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
8292         (which-func-mode): Simplify.
8293         Use post-command-idle-hook rather than post-command-hook.
8294         Go through all buffers and update their state.
8295         (which-function): Also try add-log-current-defun-function.
8297         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8298         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8299         Update call to with-vc-properties accordingly.
8300         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8301         (vc-revert-buffer): More careful about window selection and deletion.
8302         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8304         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8305         (cvs-retrieve-revision): Reuse a pre-existing buffer.
8306         (cvs-dired-action): Change the default to quickdir.
8308         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8309         if comment-indent-function returns nil.
8310         (comment-indent-default): New function.
8311         (comment-indent-function): Use it and document the new semantics.
8313         * image-file.el: Docstring fixes.
8315         * help.el (help-xref-on-pp): Use match-string.
8316         (describe-variable): New arg BUFFER.
8317         Store the current buffer in the help-xref-stack.
8318         (temp-buffer-resize-mode): Use define-minor-mode.
8320         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8321         consistently with its docstring.
8322         Set jit-lock-first-unfontify-pos in an idempotent way.
8323         (jit-lock-register): Autoload and add arg CONTEXTUAL.
8325 2000-10-05  Alex Schroeder  <alex@gnu.org>
8327         * sql.el (sql-mysql-options): New variable.
8328         (sql-mysql): Use it.
8330 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
8332         * image.el (image): New group.
8334         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8335         (smerge-base-face, smerge-markers-face): Add dark-background variants.
8337 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8339         * net/net-utils.el (nslookup-font-lock-keywords)
8340         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8341         Ignore the value of wqindow-system; always define keywords
8343 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
8345         * startup.el (fancy-splash-screens): Remove the code for
8346         debugging; `(trace-to-stderr "EXITTT\n")'.
8348 2000-10-05  Miles Bader  <miles@gnu.org>
8350         * diff-mode.el (diff-goto-source): Update call to
8351         `diff-hunk-status-msg' to reflect new REV variable.
8353 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
8355         * progmodes/icon.el (icon-mode):
8356         Don't gratuitously override the default for comment-column.
8358         * vc-hooks.el (vc-mode-line): Fix interactive spec.
8360         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8361         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8362         (jit-lock-functions): New var.
8363         (jit-lock-function-1): Use it if non-nil.
8364         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
8365         Set the `fontified' property before doing the fontification to avoid
8366         repeatedly going through the same error.
8367         Don't turn errors into messages.
8368         (jit-lock-register, jit-lock-unregister): New functions.
8370         * dired.el (dired-mark-pop-up): Turn comment into docstring.
8371         Use with-current-buffer.
8373         * dired-aux.el (dired-do-create-files, dired-kill-tree):
8374         Turn comment into docstring.
8376         * apropos.el (apropos-mode): Use define-derived-mode.
8378 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
8380         * startup.el (fancy-splash-pending-command): New variable.
8381         (fancy-splash-pre-command): New function.
8382         (fancy-splash-screens): Rewritten.
8383         (command-line-1): If fancy-splash-pending-command is set, call it
8384         interactively.
8386 2000-10-04  Dave Love  <fx@gnu.org>
8388         * toolbar/tool-bar.el (tool-bar-setup): New function.
8389         (tool-bar-mode): Use it.
8391         * subr.el (substitute-key-definition): Doc fix.
8392         (play-sound-file): New command.
8394 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
8396         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8397         vc-version-backup-file-name): New functions.
8399         * files.el (basic-save-buffer): Call vc-before-save before saving.
8401         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8402         vc-cvs-stay-local-p.
8404         * vc.el (vc-revert-buffer): Handle empty diff properly.
8405         (vc-version-backup-file): New function.
8406         (vc-checkout): Create a version backup if necessary.
8407         (vc-checkin): If a version backup file exists, delete it.
8408         (vc-version-diff): Diff locally using version backups, if available.
8409         (vc-revert-file): If there's a version backup, revert locally.
8410         (vc-transfer-file): Use version backup for base version, if
8411         available.  If not, ask for confirmation whether to get it from the
8412         server.  Update mode line before check-in.
8414 2000-10-04  Dave Love  <fx@gnu.org>
8416         * toolbar/tool-bar.el (tool-bar-setup): New function.
8417         (tool-bar-mode): Use it.
8419 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8421         * net/net-utils.el (nslookup-font-lock-keywords)
8422         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8423         Only set if window-system is non-nil
8424         (net-utils-run-program): Returns buffer.
8425         (network-connection-reconnect): Added this function.
8427         * generic.el:
8428         Incorporates extensive cleanup and docfixes by
8429         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8430         Uses cl compile-time macros.
8431         (generic-mode-name, generic-comment-list)
8432         (generic-keywords-list, generic-font-lock-expressions)
8433         (generic-mode-function-list, generic-mode-syntax-table):
8434         Removed variables.
8435         (generic-mode-alist): Renamed to generic-mode-list.
8436         (generic-find-file-regexp): Default changed to "^#".
8437         (generic-read-type): Uses completing read on generic-mode-list.
8438         (generic-mode-sanity-check): removed this function.
8439         (generic-add-to-auto-mode): Removed this function
8440         (generic-mode-internal): Bind mode-specific definitions
8441         into function instead of putting them in alist.
8442         (generic-mode-set-comments): Reworked extensively.
8443         (generic-mode-find-file-hook): Simplified regexp searching
8444         (generic-make-keywords-list): Omit extra pair of parens
8446         * find-lisp.el (find-lisp-find-files-internal):
8447         Make sure directory name ends with "/".
8449         * generic-x.el (apache-conf-generic-mode):
8450         Regexp now allows leading whitespace.
8451         (rc-generic-mode): Added eval-when-compile
8452         around generic-make-keywords-list.
8453         Deleted duplicate regexp
8454         (rul-generic-mode): Added eval-when-compile
8455         around generic-make-keywords-list.
8456         (etc-fstab-generic-mode): New generic mode.
8457         (rul-generic-mode): Removed one eval-when-compile
8458         which caused a max-specpdl-size exceeded error.
8460 2000-10-04  Miles Bader  <miles@gnu.org>
8462         * simple.el (minibuffer-temporary-goal-position): New variable.
8463         (next-history-element): Try to keep the position of point in the
8464         input string constant.
8466         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8467         (dired-do-create-files): If there's only one file, pass it in as
8468         the DEFAULT arg to dired-mark-read-file-name.
8470 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
8472         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8473         (diff-goto-source): Be smarter when choosing REVERSE or not.
8475         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8476         (texinfo-mode-menu): Add an explicit shortcut for update all.
8478 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
8480         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8481         factorize backend-specific code cleanly (this was essentially
8482         conceived by Stefan Monnier).
8483         (vc-unregister): Function removed.
8484         (vc-revert-file): New function.
8485         (vc-revert-buffer): Delegate some of the work to it.
8487         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8488         default branch unconditionally.
8489         (vc-rcs-set-default-branch): New function.
8490         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8491         (vc-rcs-checkin): If an appropriate default branch has been set,
8492         force creation of that branch.
8493         (vc-rcs-receive-file): Rewritten to contain only backend-specific
8494         code (as suggested by Stefan Monnier).
8496 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8498         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8499         highlighting overlay with a different face over the overlay
8500         isearch uses to highlight the current match because that can lead
8501         to bad face combinations.
8503         * loadup.el (toplevel): Load faces before isearch.
8505         * isearch.el (isearch-faces): New custom group.
8506         (isearch): New defface; was already tested for in the code.
8507         (isearch-lazy-highlight-face): Changed to defface from defcustom.
8508         (isearch-highlight): Always use face `isearch'.
8510 2000-10-02  Dave Love  <fx@gnu.org>
8512         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8513         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
8514         comparison of opcode with operand.
8516 2000-10-03  Miles Bader  <miles@gnu.org>
8518         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8519         buffer, since the echo area will now grow to accommodate them.
8521 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
8523         * vc-hooks.el (vc-registered): If FILE used to be registered under
8524         a certain backend, try that one first.
8526         * vc.el (vc-responsible-backend): Undo the previous change in the
8527         argument list.  Handle multiple backends correctly.
8528         (vc-find-new-backend): Function removed.
8529         (vc-register): Use vc-responsible-backend, as before.
8530         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8532 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8534         * startup.el (fancy-splash-head): Change message below the
8535         logo.
8537 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
8539         * diff-mode.el (diff-goto-source): Emit a status message.
8540         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8541         (diff-test-hunk): Fix doc string.
8542         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8543         (diff-advance-after-apply-hunk): New variable.
8544         (diff-apply-hunk): Don't return a value.
8546 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
8548         * vc.el (vc-editable-p): Minor optimization.
8549         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8550         (vc-find-new-backend): New function split from vc-responsible-backend.
8551         (vc-register): Use it.
8552         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8553         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8554         (vc-default-unregister, vc-revert-buffer): Docstring fix.
8555         (vc-clear-headers): Don't use find-file.
8556         (vc-revert-buffer): Use `and' again (must have been a braino).
8557         (vc-switch-backend): Only prompt if requested.
8558         Short circuit if nothing is to be done.
8559         Don't use vc-resynch-buffer which could lose unsaved editing.
8560         (vc-default-receive-file): Update call to vc-unregister.
8561         (with-vc-file, vc-next-action-on-file):
8562         Use vc-backend rather than vc-registered.
8563         (vc-next-action-on-file): Use intern-soft.
8564         Deal with read-only *vc-diff* buffer.
8565         (vc-transfer-file): Docstring fix.
8567         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8568         (vc-rcs-receive-file): Avoid with-vc-properties.
8569         Update call to vc-unregister.
8570         Use constant `RCS' rather than (dynamically bound) var `backend'.
8572 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
8574         * vc.el (vc-next-action-on-file): Update mode line only if file
8575         is visited.
8576         (vc-start-entry): New argument initial-contents.  Don't visit the file
8577         if it isn't already visited.  Brought documentation up-to-date.
8578         (vc-next-action, vc-register): Updated calls to vc-start-entry.
8579         (vc-checkin): New optional arg initial-contents, which is passed to
8580         vc-start-entry.
8581         (vc-finish-logentry): Make sure to bury log buffer only if there
8582         really is one.  Call `vc-resynch-buffer' on log-file, not
8583         buffer-file-name.
8584         (vc-default-comment-history, vc-default-wash-log): New functions.
8585         (vc-index-of): Removed.
8586         (vc-transfer-file): Make do without the above.
8587         (vc-default-receive-file): Call comment-history unconditionally.  Pass
8588         the resulting string to vc-checkin, instead of inserting it into the
8589         comment ring.
8591         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8592         unconditionally.  Use the comments as initial contents of the log
8593         entry buffer.  Document the trick to force branch creation with no
8594         changes.
8596 2000-10-01  Miles Bader  <miles@gnu.org>
8598         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8599         `recenter' with an arg to prevent redrawing the display.
8601 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
8603         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8605         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8607         * progmodes/c-mode.el (c-mode):
8608         Don't gratuitously override the default for comment-column.
8610         * textmodes/tex-mode.el (latex-metasection-list): New var.
8611         (latex-imenu-create-index): Use it.
8612         Move the regexp construction outside loops (and use push).
8613         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8614         (tex-font-lock-keywords): Moved from font-lock.el.
8615         (tex-comment-indent): Remove.
8616         (tex-common-initialization): Don't set comment-indent-function.
8617         (latex-block-default): New var.
8618         (tex-latex-block): Use it to provide a default choice.
8619         Add any unknown choice to latex-block-names.
8620         Insert [...] after {...}.
8621         (tex-last-unended-begin): Simplify regexp.
8622         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8623         (latex-forward-sexp-1, latex-forward-sexp): New functions.
8624         (latex-mode): Set forward-sexp-function.
8626         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8627         Add regexp for @ignore ... @end ignore.
8628         (texinfo-heading-face): New face.
8629         (texinfo-font-lock-keywords): Use it.
8630         (texinfo-mode-menu): New menu.
8631         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8632         New functions.
8633         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8634         (texinfo-section-types-regexp, texinfo-section-level-regexp)
8635         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8636         Remove declaration.
8637         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8639         * delsel.el (delete-selection-mode): Use define-minor-mode.
8641         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8643 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8645         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8647 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
8649         * replace.el (keep-lines-read-args): New function.
8650         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8651         read arguments interactively.  Add parameters RSTART and REND.
8652         Operate on the active region in Transient Mark mode.
8654         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8656         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8657         (authors-obsolete-files-regexps): New variable.
8658         (authors-add): Don't record changes in obsolete files.
8660 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8662         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8664         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8665         (comment-indent): Make sure there's a space between code and comment.
8666         Shift comments left to avoid going past fill-column.
8668 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8670         * startup.el (startup-echo-area-message): New function.
8671         (display-startup-echo-area-message): Use it.
8672         (fancy-splash-screens): Rewritten to use keymaps and a timer.
8673         (fancy-splash-default-action): New function.
8674         (fancy-splash-screens-1): New function.
8675         (fancy-splash-head): Put a help-echo and a keymap under the image.
8677 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8679         * diff-mode.el (diff-add-log-file-name): Remove.
8680         (diff-mode): Use add-log-buffer-file-name-function.
8682         * add-log.el (find-change-log): New arg BUFFER-FILE.
8683         (add-log-file-name): Obey add-log-file-name-function.
8684         (add-log-buffer-file-name-function): New var.
8685         (add-change-log-entry): Use it.
8687 2000-09-29  Miles Bader  <miles@gnu.org>
8689         * image-file.el (image-file-name-extensions): New variable.
8690         (image-file-name-regexps): Renamed from `image-file-regexps'.
8691         New default value is nil.  Call `auto-image-file-mode'.
8692         (image-file-name-regexp): New function.
8693         (auto-image-file-mode): New minor mode.
8694         (insert-image-file): Don't make conditional on the image-file
8695         handler being enabled.
8696         (image-file-handler): Make the call here conditional instead.
8697         (set-image-file-handler-enabled, enable-image-file-handler)
8698         (disable-image-file-handler): Functions removed.
8700         * emacs-lisp/authors.el (authors-print): Rephrase many-files
8701         string.
8703 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8705         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8706         it's a function from CL.
8707         (latex-imenu-create-index): Replace eval-when-compile with progn
8708         because latex-section-alist is not bound while compiling.
8710 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
8712         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8713         (outline-mode): Use define-derived-mode.
8715         * progmodes/perl-mode.el (perl-mode):
8716         * progmodes/awk-mode.el (awk-mode):
8717         * progmodes/asm-mode.el (asm-mode):
8718         Don't gratuitously override the default for comment-column.
8720         * emacs-lisp/lisp.el (lisp-complete-symbol):
8721         Distinguish the let-binding case from the funcall case.
8722         (forward-sexp-function): New variable.
8723         (forward-sexp): Use it.
8725         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8726         (easy-mmode-defmap): Remove the now useless autoload.
8728         * time.el (display-time-mode): Use define-minor-mode.
8730         * subr.el (add-minor-mode): Don't eval NAME.
8731         Don't depend on the presence of TOGGLE-FUN for any special behavior.
8732         Use if rather than cond.
8734         * simple.el (read-expression-map): Define more properly.
8735         (comment-indent-hook): Remove.
8736         (string-to-syntax): Bug fix.
8738         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8739         (cvs-ediff-diff): Fix typo.
8740         (cvs-revert-if-needed): Don't bother preserving read-only.
8742         * paren.el (show-paren-mode): Use define-minor-mode.
8744         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8745         (toggle-auto-compression): Remove.
8746         (jka-compr-build-file-regexp): Remove useless grouping.
8748         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8749         Avoid user-reserved bindings.
8750         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8751         (diff-header-face): Revert to grey85.
8753         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8755         * complete.el (partial-completion-mode) <defcustom>: Remove.
8756         (partial-completion-mode): Use define-minor-mode.
8757         (PC-do-completion): Understand `completion-auto-help = delay'
8758         to mean to popup the completion buffer only the second time.
8759         (PC-include-file-all-completions, PC-include-file-all-completions)
8760         (PC-include-file-all-completions): Don't quote lambda.
8762         * comint.el (comint-mode-hook): Docstring fix.
8763         (comint-mode): Use define-derived-mode.
8764         (comint-mode-map): Remove obsolete comment.
8765         (make-comint): Minor stylistic change.
8766         (comint-insert-clicked-input): Be more careful to find the overlay.
8767         Use this-command-keys rather than hardcoding mouse-2.
8769         * font-lock.el: Replace confusing (,@ with ,
8770         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8771         Don't use regexp-opt-depth.  Spice up the regexp for args.
8772         Don't distinguish between cmds that can take an opt arg or not.
8773         Use `append' and `prepend' rather than `keep'.
8775         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8776         (latex-outline-regexp): New var.
8777         (latex-outline-level): New fun.
8778         (latex-section-alist): New var.
8779         (latex-imenu-create-index): Use it.  Use `push' as well.
8780         (tex-shell-map): Initialize it properly.
8781         (tex-mode): Minor stylistic change.
8782         (plain-tex-mode): Use define-derived-mode.
8783         (latex-mode): Use define-derived-mode.
8784         Construct the paragraph regexps in a more readable way.
8785         Set the buffer-local outline-{level,regexp} vars.
8786         (slitex-mode): Derive from latex-mode.
8787         (tex-common-initialization): Don't kill-all-vars anymore.
8788         Add setting for comment-add and font-lock-defaults.
8789         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8790         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
8791         (tex-start-tex): New arg DIR (and send a chdir command for it).
8792         Also display the shell buffer and save it in tex-last-buffer-texed.
8793         (tex-region): Use expand-file-name rather than concat.
8794         Remove code made useless by changes in tex-start-tex.
8795         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8797         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8799 2000-09-28  Dave Love  <fx@gnu.org>
8801         * eshell/eshell.el (eshell) <defgroup>: Add :version.
8803 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
8805         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8806         `append'.
8808 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
8810         * info.el (Info-extract-pointer): Undo last change.
8811         Instead, fix the position of the `bound' arg to re-search-backward.
8813 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
8815         * info.el (Info-extract-pointer):
8816         Widen more carefully, to avoid finding pointers in other nodes.
8817         (Info-index): Use push.
8819 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
8821         * frame.el (set-frame-font): Remove call to obsolete function
8822         frame-update-faces.
8823         (set-foreground-color, set-background-color): Likewise for
8824         frame-update-face-colors.
8826 2000-09-27  Miles Bader  <miles@gnu.org>
8828         * image-file.el: New file.
8830 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
8832         * frame.el (frame-notice-user-settings): Don't call
8833         frame-update-faces, which is a no-op now.
8835         * ediff-wind.el (ediff-control-frame-parameters): Add zero
8836         tool-bar-lines.
8838 2000-09-27  Dave Love  <fx@gnu.org>
8840         * mouse.el: Fix last change.
8842 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
8844         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8846 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
8848         * international/quail.el (quail-help): The output message is
8849         improved.
8851 2000-09-26  Dave Love  <fx@gnu.org>
8853         * mouse.el (popup-menu): If POSITION is nil, set it using
8854         mouse-position.
8856 2000-09-25  Sam Steingold  <sds@gnu.org>
8858         * net/browse-url.el (browse-url-file-url): Check for null maps.
8860 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
8862         * frame.el (frame-notice-user-settings): Don't add a
8863         tool-bar-lines frame parameter to default-frame-alist in batch mode.
8865         * frame.el (frame-notice-user-settings):
8866         Make tool-bar-mode and default-frame-alist consistent.
8868         * toolbar/tool-bar.el (tool-bar-help): New function.
8870 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8872         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8873         current-load-list in top-level forms.  Else this leaks a cons cell
8874         every time a defun is called.
8876         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8878 2000-09-25  Dave Love  <fx@gnu.org>
8880         * startup.el (fancy-splash-head): Check XPM is available.
8882         * autoinsert.el (auto-insert): Doc fix.
8883         (auto-insert-alist): Following GNU notices, don't say `copyright
8884         _by_'.  Use line-beginning-position.
8885         (auto-insert): Check buffer-file-name is non-nil before use.
8887 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8889         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8890         starting with `@def' or `@multitable', in addition to ones
8891         specified by the user in auto-fill-inhibit-regexp.
8893 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
8895         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8896         rmail-dont-reply-to-names matches the empty string.
8898 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8900         * startup.el (command-line-1, fancy-splash-text): Change the
8901         text to sound more friendly.
8903 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
8905         * progmodes/hideshow.el: Update author email address.
8906         Generally, sync w/ maintainer version 5.22.
8907         (hs-hide-all-non-comment-function): New var.
8908         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8909         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8910         (hs-show-region): Delete this command.
8911         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8913 2000-09-22  Dave Love  <fx@gnu.org>
8915         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8916         (hl-line-highlight): Specify buffer when moving overlay.
8918         * progmodes/fortran.el (fortran-mode): Locally set
8919         normal-auto-fill-function.
8920         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8921         (fortran-mode-map): Adjust auto-fill menu entry.
8923 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
8925         * vc-rcs.el (toplevel): Require `vc' when compiling.
8927         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8929 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
8931         * vc.el (vc-switch-backend): Signal an error if the file is not
8932         registered under the new backend.
8934         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8935         without explicit revision number.
8937 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
8939         * diff-mode.el (diff-file-header-face): Reset to its previous value.
8940         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8941         (diff-xor): New function.
8942         (diff-find-source-location): Use it.  Fix a stupid name clash.
8943         (diff-hunk-status-msg): New function.
8944         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8945         (diff-test-hunk): Use diff-find-source-location.
8946         (diff-goto-source): Favor the `reverse'.
8947         (diff-hunk-text): Properly handle one-sided context diffs.
8948         (diff-apply-hunk): When done, advance to the next hunk.
8950 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
8952         * startup.el (command-line): If frame was created with a non-zero
8953         tool-bar-lines parameter, switch tool-bar-mode on.
8955         * add-log.el (change-log-date-face, change-log-name-face)
8956         (change-log-email-face, change-log-file-face)
8957         (change-log-list-face, change-log-conditionals-face)
8958         (change-log-function-face, change-log-acknowledgement-face):
8959         New faces, inheriting from font-lock faces.
8960         (change-log-font-lock-keywords): Use them.
8962 2000-09-21  Dave Love  <fx@gnu.org>
8964         * progmodes/cperl-mode.el (top-level): Clean up
8965         `eval-when-compile's and assorted defvars.
8966         (cperl-invalid-face): Don't double-quote value.  Change custom
8967         type.
8968         (cperl-mode): Set normal-auto-fill-function and don't zap
8969         auto-fill-function.
8970         (cperl-imenu--function-name-regexp-perl): Renamed from
8971         imenu-example--function-name-regexp-perl.
8972         (cperl-imenu--create-perl-index): Renamed from
8973         imenu-example--create-perl-index.
8974         (cperl-xsub-scan): Don't require cl.
8976         * msb.el (msb-mode-map): Use substitute-key-definition.
8977         (msb-mode): Use msb-mode-map.
8979 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
8981         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8982         New functions.
8983         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8984         (vc-switch-backend): New function.
8985         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8986         (vc-register): Fix prompt.
8987         (vc-unregister, vc-default-unregister): New functions.
8988         (vc-version-diff): Handle empty buffer in sentinel.
8990         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8991         (vc-rcs-state-heuristic): Use it to guess the state of files with
8992         non-strict locking.
8993         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8994         been set with -b, but not created yet.
8995         (vc-rcs-fetch-master-state): With non-strict locking, compare file
8996         contents in order to find the state.
8997         (vc-rcs-checkin): Allow creation of branches with no changes.
8998         (vc-rcs-unregister, vc-rcs-receive-file)
8999         (vc-rcs-set-non-strict-locking): New functions.
9001         * vc-hooks.el (vc-name): Force correct computation of the value
9002         in case it is missing.
9004 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9006         * startup.el (fancy-splash-tail): Use a different foreground
9007         color on a dark frame background.
9009 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9011         * info.el: Use the correct capitalization when making Info-mode
9012         and Info-edit-mode `special' modes.
9014 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9016         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9017         (diff-mode): Add support for add-log.el.
9018         (diff-hunk-text): Use char offsets rather than line offsets.
9019         (diff-find-source-location): Replace LINE with line-offset (nil
9020         if not found) and always set POS to a meaningful position.
9021         Adapt to the new char-offsets.
9022         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9023         Adapt to the new diff-find-source-location.
9024         (diff-goto-source): Adapt to the new diff-find-source-location.
9026         * add-log.el (add-log-file-name): New function (split out of
9027         add-change-log-entry).
9028         (add-change-log-entry): Use it.
9029         Call add-log-file-name-function with the changelog file name if
9030         the current buffer is not associated with any file.
9031         Avoid find-file if the selected window is dedicated.
9033         * diff-mode.el (diff-find-source-location):
9034         Move code from diff-apply-hunk.  Return buffer rather than file.
9035         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9036         (diff-goto-source): Use the new diff-find-source-location.
9038 2000-09-20  Dave Love  <fx@gnu.org>
9040         * iswitchb.el: Some doc fixes.
9041         (iswitchb-mode-map): Define completely initially.  Inherit
9042         minibuffer-local-map.
9043         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9044         fundamental-mode.
9045         (iswitchb-global-map): New variable.
9046         (iswitchb-summaries-to-end): Amalgamate regexps.
9047         (iswitchb-mode): New.
9048         (iswitchb-mode-hook): New variable.
9049         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
9050         `extensions'.
9052 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9054         * ehelp.el (electric-help): New defgroup.
9055         (electric-help-shrink-window): New user-option.
9056         (with-electric-help): Use it.
9058         * window.el (shrink-window-if-larger-than-buffer): If face
9059         `mode-line' has a :box, and we're on a graphical frame, add 1
9060         to the needed window height.
9062         * frame.el (frame-notice-user-settings): Add a last parameter nil
9063         to a call to `append', because the last list passed to `append' is
9064         not copied, and so subsequent calls to assq-delete-all will modify
9065         default-frame-alist.
9067         * startup.el (fancy-splash-image): Change :type.
9068         (fancy-splash-head): Use an XBM image if appropriate.
9069         (command-line-1): Show splash screens in more cases.
9071         * startup.el (fancy-splash-text): Don't quote faces.
9073         * dired.el (dired-font-lock-keywords): Undo last change.
9074         (dired-readin): Bind indent-tabs-mode to nil.
9076         * startup.el (fancy-splash-head): If frame's background mode
9077         is `dark', change the black background of the image to gray.
9078         (fancy-splash-screens): Display startup echo area message.
9079         (display-startup-echo-area-message): New function.
9081 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
9083         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9085         * info.el (info-header-node): Tweak for color ttys.
9087         * faces.el (face-valid-attribute-values): Make sure directories we
9088         search for stipples both exist and are readable before trying to
9089         search them.
9091         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9092         in the dry-run case.
9094         * jka-compr.el (with-auto-compression-mode): New macro.
9096         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9097         (custom-group-tag-face, custom-variable-tag-face): Use relative
9098         :height and inherit from `variable-pitch' face instead of
9099         hardwiring :family.
9100         * hi-lock.el (hi-black-hb): Likewise.
9102         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9103         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9104         toolbar-add-item, if image doesn't have a mask add a `:mask
9105         heuristic'.
9107 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
9109         * diff-mode.el: Docstring fixes.
9110         (diff-header-face, diff-comment-face): New faces.
9111         (diff-font-lock-keywords): Highlight a bit differently.
9112         (diff-find-source-location): Don't return SPAN any more.
9113         (diff-hunk-text): Don't bother erasing the temp buffer.
9114         (diff-find-text): Drop argument LINE.
9115         (diff-apply-hunk): Update calls to diff-find-text.
9116         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9118         * calendar/calendar.el: Docstring fixes.
9119         (calendar-make-alist): Don't quote lambda.
9120         (calendar-star-date): Use make-local-variable.
9122 2000-09-19  Dave Love  <fx@gnu.org>
9124         * toolbar/tool-bar.el: Renamed from toolbar.el.
9125         Change `toolbar' to `tool-bar' generally in symbols.
9126         Make some items invisible in `special' major modes.
9127         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9128         Add arg PROPS.
9130         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9131         Add :version here.
9132         (fancy-splash-delay, fancy-splash-image): Remove :version here.
9134 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9136         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9138         * files.el (find-file-suppress-same-file-warnings): New user-option.
9139         (find-file-noselect): Use it.
9141         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9142         (fancy-splash-screen): Defgroup.
9144         * add-log.el (change-log-font-lock-keywords): Match names
9145         more exactly for the case that font-lock-constant-face is
9146         underlined.
9148 2000-09-19  Richard M. Stallman  <rms@gnu.org>
9150         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9152 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
9154         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9156 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9158         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9159         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9160         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9161         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9162         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9163         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9164         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9165         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9166         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9167         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9168         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9169         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9171         * startup.el (fancy-splash-text): New variable.
9172         (fancy-splash-delay, fancy-splash-image): New user-options.
9173         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9174         (fancy-splash-screens): New functions.
9175         (command-line-1): If display has a `display' frame parameter, has
9176         colors, and we have XPM support, show more fancy splash screens.
9178 2000-09-19  Dave Love  <fx@gnu.org>
9180         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
9181         with null `help'.  Use modern backquote syntax.
9183 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9185         * font-lock.el (font-lock-mode): Change message telling the user
9186         that ``the buffer is too big''.
9188         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9189         for instance for the case that tab-width is 2.
9191 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
9193         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9194         toolbar-add-item, if image doesn't have a mask add a `:mask
9195         heuristic'.
9197 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
9199         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9200         and return a cons if it's non-nil.
9201         (diff-apply-hunk): Try to jump to the line in the source text
9202         corresponding to the position of point in the in the hunk.
9204         * info.el (Info-title-3-face, Info-title-2-face)
9205         (Info-title-1-face): Use face inheritance and relative sizes
9206         instead of hard-wiring things.
9208         * faces.el (secondary-selection): Make dark-background variant sane.
9210 2000-09-16  Andrew Innes  <andrewi@gnu.org>
9212         * makefile.w32-in (compile-files-CMD): No need to make .elc files
9213         read-only, since they aren't under VC now.
9215 2000-09-17  Dave Love  <fx@gnu.org>
9217         * tmm.el: Replace mapcar with mapc in several places.
9219         * loadhist.el (unload-feature): Maybe call elp-restore-list and
9220         ad-unadvise.
9222         * international/latin1-disp.el: New file.
9224         * calendar/cal-move.el (scroll-calendar-left)
9225         (scroll-calendar-right): Make arg optional (for active mode line).
9227         * calendar/calendar.el (calendar-mode-line-format): Make fields
9228         mouse-sensitive.
9229         (calendar-read-date, calendar-read-date, calendar-window-list):
9230         Unquote lambda.
9231         (calendar-month-name): Use aref, not sref.
9233         * view.el (minor-mode-alist): Propertize the string.
9235         * international/characters.el (standard-case-table): Add entries
9236         for Greek.
9238 2000-09-18  Miles Bader  <miles@gnu.org>
9240         * info.el (info-node, info-xref): Add dark-background variants.
9242         * faces.el (header-line): Change defaults to be less confusing
9243         when mixed with mode-lines.
9245         * info.el (Info-fontify-node): Make a few cleanups.
9246         Add extra `help-echo' and `local-map' props to node xrefs.
9247         Use header-specific faces for node-names & xrefs.
9248         (Info-use-header-line): New variable.
9249         (info-header-xref, info-header-node): New faces.
9250         (Info-setup-header-line): New function.
9251         (Info-select-node): Call Info-setup-header-line when enabled.
9252         (Info-extract-pointer): Work even if the header line is hidden.
9253         (Info-header-line): New variable.
9255 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
9257         * vms-patch.el (print-region-function): Don't quote lambda.
9259         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9261         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9262         (lm-get-header-re): Allow spaces between the header and the colon.
9263         (lm-header): Allow $ in non-RCS headers.
9264         (lm-header-multiline): Put the strings back into order.
9265         Stop at an empty line.  Don't require two space chars if the
9266         line is clearly not another header line.
9268         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9269         (popup-menu-popup): Remove.
9271 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9273         * toolbar/toolbar.el (toolbar-add-item): Use the same image
9274         specification if or if not tool-bar item contains an `:enabled'
9275         property.
9277         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9278         current buffer has no file name.
9280 2000-09-15  Dave Love  <fx@gnu.org>
9282         * strokes.el: Sync with maintainer's current version with changes
9283         for Emacs, but avoid runtime cl and levents.
9284         (toplevel):  Change autoloads and compilation requires.
9285         (strokes-version, strokes-bug-address, strokes-lift): Values
9286         changed.
9287         (strokes-xpm-header, strokes-insinuated): New variable.
9288         (strokes): Add :link.
9289         (strokes-mode): Customized.
9290         (strokes-while-inhibiting-garbage-collector): New macro.
9291         (strokes-remassoc): Avoid remove-if.
9292         (strokes-fix-button2-command): Don't use ad-do-it.
9293         (strokes-insinuate): New function.
9294         (strokes-button-press-event-p, strokes-button-release-event-p):
9295         New functions, used instead of non-`strokes-' versions..
9296         (strokes-mouse-event-p): Rewritten.
9297         (strokes-event-closest-point): Avoid event-point.
9298         (strokes-get-grid-position): Avoid cdadr, caadr
9299         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9300         functions.
9301         (strokes-help): Use with-output-to-temp-buffer.
9302         (strokes-window-configuration-changed-p): New function.
9303         (strokes-update-window-configuration): Use buffer-live-p,
9304         strokes-window-configuration-changed-p.
9305         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
9306         (strokes-char-face): New face.
9307         (strokes-char-table, strokes-base64-chars): New variable.
9308         (strokes-xpm-for-stroke, strokes-list-strokes)
9309         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9310         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9311         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9312         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9313         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9314         functions.
9316 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9318         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9320         * image.el (create-image): Doc fix.
9322         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9323         instead of `:heuristic-mask t'.
9325 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9327         * makefile.w32-in: Revert to Unix line endings.
9329 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9331         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
9332         when installing.
9334         * makefile.nt (DONTCOMPILE): Fix typo.
9336         * shell.el (shell-write-history-on-exit): New function.
9337         (shell-dumb-shell-regexp): New custom variable.
9338         (shell-mode): Make shell-write-history-on-exit the process
9339         sentinel if shell name matches shell-dumb-shell-regexp.
9341         * w32-fns.el: Comment out before-init-hook function which resets
9342         source-directory based; this breaks bootstrap.
9344 2000-09-14  Dave Love  <fx@gnu.org>
9346         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9347         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9348         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9349         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9350         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9351         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9352         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
9353         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
9354         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9356         * toolbar/toolbar.el: New.
9358         * subdirs.el: Add toolbar.
9360 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
9362         * indent.el (indent-for-tab-command): Doc fix.
9364 2000-09-14  Alex Schroeder  <alex@gnu.org>
9366         * ansi-color.el (ansi-colors): Doc change.
9367         (ansi-color-get-face): Simplified regexp.
9368         (ansi-color-faces-vector): Added more faces, doc change.
9369         (ansi-color-names-vector): Doc change.
9370         (ansi-color-regexp): Simplified regexp.
9371         (ansi-color-parameter-regexp): New regexp.
9372         (ansi-color-filter-apply): Doc change.
9373         (ansi-color-filter-region): Doc change.
9374         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9375         deal with zero length parameters.
9376         (ansi-color-apply-on-region): Doc change.
9377         (ansi-color-map): Doc change.
9378         (ansi-color-map-update): Removed debugging message.
9379         (ansi-color-get-face-1): Added condition-case to trap
9380         args-out-of-range errors.
9381         (ansi-color-get-face): Doc change.
9382         (ansi-color-make-face): Removed.
9383         (ansi-color-for-shell-mode): New option.
9385 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
9387         * international/quail.el (quail-start-translation): Translate KEY
9388         if necessary even if it doesn't have any mapping in the current
9389         input method.
9390         (quail-start-conversion): Likewise.
9391         (quail-help): The output message is improved.
9393 2000-09-13  Miles Bader  <miles@gnu.org>
9395         * comint.el (comint-output-filter): Revert to using
9396         `insert-before-markers'.  Add bletcherous hack to undo damage
9397         caused by `insert-before-markers'.  Put `front-sticky' property on
9398         overlays created here so that the field code understands how the
9399         overlay works.  Use a let when making comint-last-prompt-overlay,
9400         so that the code is easier to read.
9402 2000-09-13  Dave Love  <fx@gnu.org>
9404         * wid-edit.el (widget-default-format-handler): DTRT when
9405         doc-property is a function.
9407 2000-09-12  Francesco Potorti`  <pot@gnu.org>
9409         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9410         filed name if it's not there.
9412 2000-09-12  Dave Love  <fx@gnu.org>
9414         * simple.el (read-mail-command): Doc fix.
9415         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9417         * vc.el (vc-dired-listing-switches): Fix :version.
9419         * vc-hooks.el: Doc fixes.
9421         * subr.el (add-minor-mode): Use toggle-fun arg.
9423         * speedbar.el: Add :version to several defcustoms.
9425         * imenu.el (imenu--truncate-items, imenu--cleanup)
9426         (imenu--generic-function): Avoid mapcar.
9427         (imenu--replace-spaces): Function removed.
9428         (imenu--completion-buffer): Use subst-char-in-string.
9429         (imenu-add-to-menubar): Use keymap inheritance.
9431 2000-09-12  Miles Bader  <miles@gnu.org>
9433         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9434         (diff-mode-map): Bind `diff-test-hunk'.
9435         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9437 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9439         * bytecomp.el (byte-compile-defvar): Undo last change
9440         because it breaks '(make-variable-buffer-local (defvar ...)'
9441         which is used at least in dired.
9443 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9445         * international/quail.el (quail-define-package): Docstring
9446         modified.
9448 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9450         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9451         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9452         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
9453         docstring of "chinese-py".
9455         * international/quail.el (quail-translation-docstring): New
9456         variable.
9457         (quail-show-keyboard-layout): Docstring modified.
9458         (quail-select-current): Likewise.
9459         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9460         infinite recursive call.
9461         (quail-help): Check quail-translation-docstring.  Format of the
9462         output changed.
9463         (quail-help-insert-keymap-description): Adjusted for the above
9464         change.
9466 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9468         * bytecomp.el (byte-compile-defvar): Only cons onto
9469         current-load-list in top-level forms.  Else this leaks a cons cell
9470         every time a defun is called.
9472 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
9474         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9475         Now understands non-unified diffs.  Some functionality moved into
9476         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
9477         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
9478         modify anything.  Only reposition point in the patched file if the
9479         patch succeeds.  Only pop up another window if POPUP is true.
9480         Emit a message describing what happened if successful, and at what
9481         line-offset.  Automatically detect reversed hunks and do something
9482         appropriate.
9483         (diff-hunk-text, diff-find-text): New functions.
9484         (diff-filter-lines): Function removed.
9485         (diff-test-hunk): New function.
9486         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9488 2000-09-10  Dave Love  <fx@gnu.org>
9490         * textmodes/tildify.el: Minor doc/commentary fixes.
9491         (tildify) <defgroup>: Add :version.
9493         * faces.el (face-x-resources): Make custom type more specific.
9494         (frame-background-mode): Use mapc.
9495         (region) <defcustom>: Add :version.
9497 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
9499         * vc-sccs.el (vc-sccs-register):
9500         * vc-rcs.el (vc-rcs-register):
9501         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9502         * vc.el (vc-register): Clear file's properties.
9504 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
9506         * faces.el (face-spec-set): Only face-spec-reset-face when
9507         ATTRS is non-nil.
9509 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9511         * help.el (help-insert-xref-button): Fix a typo in doc string.
9513 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
9515         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9516         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9517         methods.
9519         * menu-bar.el (read-mail-item-name): New function.
9520         (menu-bar-tools-menu): Use it to compute and display the package
9521         used to read email.
9522         (menu-bar-tools-menu): Fix typo in GUD's help string.
9524 2000-09-07  Dave Love  <fx@gnu.org>
9526         * diff-mode.el (diff-mouse-goto-source): New function.
9528         * vc-sccs.el: Doc fixes.
9529         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9531         * vc-rcs.el: Doc fixes.
9532         (vc-rcs-register-switches, vc-rcs-checkin-switches)
9533         (vc-rcs-checkout-switches, vc-rcs-header)
9534         (vc-rcs-master-templates): Add or change :version.
9536         * vc-cvs.el: Doc fixes.
9537         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9538         (vc-cvs-stay-local): Add :version.
9540         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9542 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9544         * international/quail.el (quail-help): Fix previous change.
9546 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9548         * faces.el (color-values): Doc fix.
9550         * faces.el (frame-set-background-mode): Use frame-parameter
9551         instead of frame-parameters.
9553         * frame.el (filtered-frame-list): Reduce consing.
9554         (frames-on-display-list): Call frame-parameter instead of
9555         frame-parameters.
9557 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9559         * language/devan-util.el (devanagari-to-indian-region): In the
9560         loop, change the following char, not preceding char.
9562 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9564         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9565         instead of frame-parameters.
9567         * faces.el (set-face-attribute): Simplify by calling
9568         internal-set-lisp-face-attribute with FRAME being 0.
9570         * vc.el: Remove `Id' version control keyword.
9572 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9574         * help.el (help-make-xrefs): Adjusted for the change of
9575         help-xref-mule-regexp.
9576         (help-insert-xref-button): New function.
9578         * international/mule-cmds.el (help-xref-mule-regexp-template):
9579         Include the pattern for character set.
9580         (leim): New group.
9582         * international/quail.el: Don't require face.
9583         (quail): New group.
9584         (quail-other-command): Dummy command to make quail-help work better.
9585         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9586         (quail-keyboard-layout-substitution): New variable.
9587         (quail-update-keyboard-layout): New function.
9588         (quail-keyboard-layout-type): New customizable variable.
9589         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9590         (quail-keyboard-translate): Pay attention to
9591         quail-keyboard-layout-substitution.
9592         (quail-insert-kbd-layout): New function.
9593         (quail-show-keyboard-layout): New function.
9594         (quail-get-translation): If the definition is a vector of length
9595         1, and the element is a string of length 1, return the character
9596         in that string.
9597         (quail-update-current-translations): Fix the case of
9598         relative-index out of range.
9599         (quail-build-decode-map, quail-insert-decode-map): New Functions.
9600         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9601         Show key sequences for all available characters.
9602         (quail-help-insert-keymap-description): Don't show such verbose
9603         key bindings as quail-self-insert-command.
9605         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9606         Format changed, and each element now have extra documentations.
9607         (tit-process-header): Delete invalid characters from TIT-PROMPT.
9608         Adjusted for the change of quail-cxterm-package-ext-info.
9610 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
9612         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9613         requiring it leads to a recursive loading of vc.el and vc-hooks.el
9614         during bootstrap.
9616 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9618         * vc.el: (toplevel): Don't require `dired' at run-time.
9619         (vc-dired-resynch-file): Remove autoload cookie.
9621 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9623         * vc.el: Made several backend functions optional.
9624         (vc-default-responsible-p): New function.
9625         (vc-merge): Use RET for first version to trigger merge-news, not
9626         prefix arg.
9627         (vc-annotate): Handle backends that do not support annotation.
9628         (vc-default-merge-news): Removed.  The existence of a merge-news
9629         implementation is now checked on caller sites.
9631         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9632         case.
9634         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9635         special case that has been removed from the default in vc-hooks.el.
9637 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9639         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9641 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9643         * vc-hooks.el: Require vc during compilation.
9644         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9645         macro `with-vc-properties' in vc.el.
9646         (vc-file-getprop): Doc fix.
9647         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9649         * vc.el: Require dired-aux during compilation.
9650         (vc-name-assoc-file): Moved to vc-sccs.el.
9651         (with-vc-properties): New macro.
9652         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9653         vc-finish-steal): Use it.
9654         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
9655         to the backend-specific function is now supposed to do the checkout,
9656         too.
9657         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9659         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9660         set file properties; that gets done in the generic code now.
9662         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9663         Changed parameter list, added code from vc.el that does the
9664         checkout, possibly with a double-take.
9666         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9667         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9668         the above under the new name.
9669         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
9670         parameter list, added checkout command.
9671         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9672         properties; that gets done in the generic code now.
9674 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9676         * vc.el: Docstring fixes (courtesy of checkdoc).
9678 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9680         * vc.el (vc-checkout-writable-buffer-hook)
9681         (vc-checkout-writable-buffer): Remove.
9682         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9683         (vc-log-mode): Make it into a clean derived major mode.
9684         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9685         vc-log-mode if log-edit is not available.
9686         (vc-dired-mode-map): Don't set-keymap-parent yet.
9687         (vc-dired-mode): Do set-keymap-parent here.
9688         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9690 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
9692         * faces.el (set-face-attribute, face-spec-reset-face)
9693         (face-spec-set): Avoid consing by removing calls to `apply'.
9695         * frame.el (frame-parameter): Move to C code.
9697 2000-09-05  Dave Love  <fx@gnu.org>
9699         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9700         insert-before-markers-and-inherit.  Now checked systematically!
9702 2000-09-05  Alex Schroeder  <alex@gnu.org>
9704         * sql.el (sql-postgres): Use sql-postgres-options.
9705         (sql-postgres-options): New variable.
9707 2000-09-05  Alex Schroeder  <alex@gnu.org>
9709         * sql.el (sql-mode-menu): Work around missing variable mark-active
9710         in XEmacs.
9711         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9712         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9713         compatibility.
9715 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
9717         * vc.el (vc-dired-resynch-file): Add autoload cookie.
9719         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9721         * Makefile.in (DONTCOMPILE): Fix typo in file name.
9723 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9725         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9726         don't support anything else under SCCS yet.
9728         * vc-hooks.el: Minor doc fixes.
9730 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9732         * vc.el (vc-next-action-on-file): Do not visit the file if it's
9733         not necessary.  If verbose in state `needs-patch', do the same as
9734         under `up-to-date'.  When NOT verbose and `needs-patch', check out
9735         latest version instead of `merge-news'.
9736         (vc-next-action-dired): Don't mess with default-directory here; it
9737         breaks other parts of dired.  It is the job of the
9738         backend-specific functions to adjust it temporarily if they need it.
9739         (vc-next-action): Remove a special CVS case.
9740         (vc-clear-headers): New optional arg FILE.
9741         (vc-checkin, vc-checkout): Set properties vc-state and
9742         vc-checkout-time properly.
9743         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9744         (vc-print-log): Use new backend function `show-log-entry'.
9745         (vc-cancel-version): Do the checks in a different order.  Added a
9746         FIXME concerning RCS-only code.
9748         * vc-rcs.el (vc-rcs-show-log-entry): New function.
9749         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9751         * vc-cvs.el (vc-cvs-show-log-entry): New function.
9753         * vc-hooks.el (vc-default-mode-line-string): Show state
9754         `needs-patch' as a `-' too.
9756 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9758         * vc.el (vc-responsible-backend): New optional arg REGISTER.
9759         (vc-default-could-register): New function.
9760         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9761         (vc-resynch-buffer): Call vc-dired-resynch-file.
9762         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9763         vc-resynch-buffer instead of vc-resynch-window.
9764         (vc-next-action-dired): Don't redisplay here, that gets done as a
9765         result of the individual file operations.
9766         (vc-retrieve-snapshot): Corrected prompt order.
9768         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9770         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9771         as well.
9772         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
9773         hostname regexps.  Updated all callers.
9774         (vc-cvs-responsible-p): Handle directories as well.
9775         (vc-cvs-could-register): New function.
9776         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9777         properties up-to-date.
9779         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9780         user whether to create one.
9782 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9784         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9785         check out a non-existing file.
9787         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9788         workfile does not exist.
9790         * vc.el (vc-version-diff): Use `require' to check for existence of
9791         diff-mode.
9793 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9795         * vc-cvs.el (vc-cvs-registered): Use new function
9796         vc-cvs-parse-entry to do the actual work.
9798 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9800         * vc-hooks.el (vc-find-backend-function): If function doesn't
9801         exist, return nil instead of error.
9802         (vc-call-backend): Doc fix.
9804         * vc.el (vc-do-command): Doc fix.
9805         (vc-finish-logentry): When checking in from vc-dired, choose the
9806         right backend for logentry check.
9807         (vc-dired-mode-map): Inherit from dired-mode-map.
9808         (vc-dired-mode): Local value of dired-move-to-filename-regexp
9809         simplified.
9810         (vc-dired-state-info): Removed, updated caller.
9811         (vc-default-dired-state-info): Use parentheses instead of hyphens.
9812         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9813         (vc-dired-listing-switches): New variable.
9814         (vc-directory): Use it, instead of dired-listing-switches.
9816         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9817         (vc-cvs-dir-state): New function.
9818         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9819         (vc-cvs-parse-entry): New function, also to be used in
9820         vc-cvs-registered.
9822 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9824         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9825         *or* single-window-frames.
9827 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9829         * vc.el (vc-update-changelog): Split into generic part and default
9830         implementation.  Doc string adapted.
9831         (vc-default-update-changelog): New function.  Call the `rcs2log'
9832         script in exec-directory, to fix a long-standing nuisance.
9834         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9835         simply signals an error.
9837 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9839         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9840         control-flow more clear and to avoid running `cvs' twice.
9842         * vc.el (vc-next-action-on-file): Doc fix.
9843         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9844         (vc-print-log): Eval `file' before constructing the continuation.
9846 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9848         * vc.el (vc-next-action-on-file): Corrected several messages.
9849         (vc-merge): Add prefix arg `merge-news'; handle it.
9851         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9852         is not reached.  It is.
9853         (vc-cvs-merge): Set state to 'edited after merge.
9854         (vc-cvs-merge-news): Set workfile version to nil if not known.
9855         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
9857         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9858         via stdout. (Merge from main line.)
9860 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9862         * vc.el (vc-finish-logentry): Thinko in the "same comment"
9863         detection.
9865 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9867         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9868         against kill-all-local-variables.
9869         (vc-log-edit): Don't save vc-parent-buffer any more.
9870         (vc-last-comment-match): Initialize to an empty string.
9871         (vc-post-command-functions): New hook.
9872         (vc-do-command): Run it.
9873         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9874         (vc-finish-logentry): Only add the comment to the ring if it's
9875         different from the last comment entered.
9876         (vc-new-comment-index): New function.
9877         (vc-previous-comment): Use it.  Make the minibuffer message
9878         slightly less terse.
9879         (vc-comment-search-reverse): Make it work forward as well.  Don't
9880         set vc-comment-ring-index if no match is found.  Use
9881         vc-new-comment-index.
9882         (vc-comment-search-forward): Use vc-comment-search-reverse.
9883         (vc-dired-mode-map): Don't inherit from dired-mode-map since
9884         define-derived-mode will do it for us.  Bind `v' to a keymap that
9885         inherits from vc-prefix-map so that we can bind `vt' without
9886         binding C-x v t.
9887         (vc-retrieve-snapshot): Parenthesis typo.
9889         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9890         to 1.  Make sure to switch to *vc* before looking for an error
9891         message.  Use vc-parse-buffer.
9893 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9895         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9896         and NAME.
9897         (vc-retrieve-snapshot): Split into two parts.
9898         (vc-default-retrieve-snapshot): New function.
9900         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9901         (vc-cvs-retrieve-snapshot): New function (untested).
9902         (vc-cvs-stay-local): Default to t.
9903         (vc-cvs-remote-p): New function and property.
9904         (vc-cvs-state): Stay local only if the above is t.
9905         (vc-handle-cvs): Removed.
9906         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9907         done via vc-handled-backends now.
9908         (vc-cvs-header): Escape Id.
9910 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9912         * vc.el (vc-do-command): Remove unused commands.
9913         (vc-version-diff): Make sure default-directory ends with a slash.
9914         Move the window commands into a vc-exec-after.
9915         (vc-print-log): Move more of the code into the `vc-exec-after'.
9917 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9919         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9920         (vc-print-log): Search current revision from beginning of buffer.
9921         (vc-revert-buffer): Clear echo area after the diff is finished.
9922         (vc-prefix-map): Removed definition of "t" for terse display in vc
9923         dired.
9924         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
9925         definition of "vt" for terse display.
9926         (vc-dired-mode): Fix dired-move-to-filename-regexp.
9928 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9930         * vc.el (vc-exec-after): Avoid caddr.
9932 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9934         * vc.el (vc-exec-after): New function.
9935         (vc-do-command): Use it to add a termination message for async
9936         procs.
9937         (vc-checkout): Try to handle a missing-backend situation.
9938         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9939         of a directory with a backend using async diffs.
9940         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9941         present.
9943         * vc-sccs.el (vc-sccs-state-heuristic): Use
9944         file-ownership-preserved-p.
9946         * vc-rcs.el (vc-rcs-state-heuristic): Use
9947         file-ownership-preserved-p.
9948         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9950 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9952         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9953         vc-do-command.
9955         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9956         when there are no changes.
9958 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9960         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9962         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9964 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9966         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9968         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9969         the `fset' outside of the defvar so that it works even if
9970         vc-prefix-map was already defined.
9971         (vc-setup-buffer): New function, split out of vc-do-command.
9972         (vc-do-command): Allow BUFFER to be t to mean `just use the
9973         current buffer without any fuss'.
9974         (vc-version-diff): Change the `diff' backend operation to just put
9975         the diff in the current buffer without erasing it.  Always use
9976         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
9977         shrink-window-if-larger-than-buffer.
9978         (vc-print-log): Change the `print-log' backend operation to just
9979         put the log in the current buffer without erasing it.  Protect
9980         shrink-window-if-larger-than-buffer.
9981         (vc-update-change-log): Fix setd typo.
9983         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9984         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9986         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9987         (vc-rcs-diff): Insert in the current buffer and remove unused arg
9988         CMP.
9990         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9991         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
9992         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9994 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9996         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9997         not possible, use vc-BACKEND-workfile-unchanged-p.
9998         (vc-default-workfile-unchanged-p): New function.  Delegates to a
9999         full vc-BACKEND-diff.
10001         * vc-hooks.el (vc-simple-command): Removed.
10003         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10004         instead of vc-simple-command.
10005         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10006         avoid doing a diff when opening a file.
10007         (vc-rcs-state): Added check for unlocked-changes.
10008         (vc-rcs-header): Escape Id.
10009         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10010         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10011         version.
10013         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10014         (vc-sccs-diff): Remove optional arg CMP.
10015         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10016         SCCS-specific function.
10018         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10019         vc-simple-command.
10021 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10023         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10024         (with-vc-file, vc-merge): Use vc-editable-p.
10025         (vc-do-command): Remove unused var vc-file and fix the
10026         doubly-defined `status' var.  Add a user message when starting an
10027         async command.
10028         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10029         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10030         Use with-current-buffer.
10031         (vc-buffer-sync): Use unless.
10032         (vc-next-action-on-file): If the file is 'edited by read-only,
10033         make it read-write instead of trying to commit.
10034         (vc-version-diff, vc-update-change-log): Use `setq
10035         default-directory' rather than `cd'.
10036         (vc-log-edit): Don't forget to set default-directory in the
10037         buffer.
10039         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10040         (vc-sccs-state-heuristic): Use file-writable-p instead of
10041         comparing userids.
10042         (vc-sccs-checkout): Use `unless'.
10044         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10045         of comparing userids.
10046         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10047         Simplify the logic by eliminating unreachable code.
10048         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10049         just do a recursive call if we need to retry.
10050         (vc-rcs-checkout): Handle the case where rcs is missing by making
10051         the buffer read-write if requested and re-signalling the error.
10053         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10055 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10057         * vc-hooks.el (vc-handled-backends): Docstring change.
10058         (vc-ignore-vc-files): Mark obsolete.
10059         (vc-registered): Check vc-ignore-vc-files.
10060         (vc-find-file-hook, vc-file-not-found-hook): Don't check
10061         vc-ignore-vc-files.
10063         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10065 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10067         * vc.el (vc-checkout): Don't do anything special for ange-ftp
10068         files since ange-ftp already has vc-registered return nil.
10070         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10071         (vc-sccs-workfile-version): Use with-temp-buffer and new
10072         vc-parse-buffer and don't bother setting the property.
10073         (vc-sccs-add-triple): Use with-current-buffer and
10074         find-file-noselect.
10075         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10077         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
10078         derives from the old vc-parse-buffer but uses the revision number
10079         rather than the date (much easier to compare robustly).
10080         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
10081         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
10082         locking-user more directly.  Check strict locking and set
10083         checkout-model appropriately.
10084         (vc-rcs-parse-locks): Remove.
10085         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10086         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10087         (vc-rcs-system-release): Use with-current-buffer and
10088         vc-parse-buffer.
10089         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10091         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10092         (vc-simple-command): Docstring fix.
10093         (vc-registered): Align the way the file-handler is called with the
10094         way the function itself works.
10095         (vc-file-owner): Remove.
10097         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
10098         extraction of fields and call to file-attributes because of a
10099         temporary bug in rcp.el.
10100         (vc-cvs-fetch-status): Use with-current-buffer.
10102 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10104         * vc.el (vc-do-command): Use file-relative-name.
10105         (vc-responsible-backend): Use vc-backend if possible.
10106         (vc-create-snapshot): Improve the `interactive' spec. Add support
10107         for branches and dispatch to backend-specific `create-snapshot'.
10108         (vc-default-create-snapshot): New function, containing the bulk of
10109         the old vc-create-snapshot.
10110         (vc-retrieve-snapshot): Improve the interactive spec.
10112         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10113         (vc-backend-hook-functions): Remove.
10114         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10115         (vc-backend): Reintroduce the test for `file = nil' now that I
10116         know why it was there (and added a comment to better remember).
10118         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10119         code from vc-sccs-hooks.el.
10120         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
10121         'vc anymore.
10122         (vc-sccs-responsible-p): Use expand-file-name instead of concat
10123         and file-directory-p instead of file-exists-p.
10124         (vc-sccs-check-headers): Simplify the regexp.
10126         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10127         from vc-rcs-hooks.el.  Don't require 'vc anymore.
10128         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10129         file-directory-p instead of file-exists-p.
10131         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10132         from vc-cvs-hooks.el.
10133         (proto vc-cvs-registered): Require 'vc-cvs instead of
10134         'vc-cvs-hooks.  Don't require 'vc anymore.
10135         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10136         file-directory-p instead of file-exists-p.
10137         (vc-cvs-create-snapshot): New function, replacing
10138         vc-cvs-assign-name.
10139         (vc-cvs-assign-name): Remove.
10141 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10143         * vc-cvs.el (vc-cvs-header): New var.
10145         * vc-rcs.el (vc-rcs-exists): Remove.
10146         (vc-rcs-header): New var.
10148         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10149         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10150         (vc-sccs-header): New var.
10152         * vc.el (vc-do-command): Get rid of the `last' argument.
10153         (vc-header-alist): Remove, replaced by vc-X-header.
10154         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10155         (vc-dired-hook): Use expand-file-name instead of concat.
10156         (vc-directory): Use file-name-as-directory.
10157         (vc-snapshot-precondition, vc-create-snapshot)
10158         (vc-retrieve-snapshot): Allow the command to operate on any
10159         directory.
10161         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10162         just removing the 'WORKFILE argument or by removing the 'MASTER
10163         argument and replacing `file' with (vc-name file).
10165 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10167         * vc.el: Update Copyright and add a crude list of backend funs.
10168         (vc-writable-p): New function.
10169         (with-vc-file): Use vc-writable-p.
10170         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10171         (vc-register): Avoid vc-name.
10172         (vc-locking-user): Remove.
10173         (vc-steal-lock): Make the `owner' arg non-optional.
10174         (vc-merge): Use vc-writable-p instead of vc-locking-user and
10175         vc-checkout-model.
10176         (vc-default-dired-state-info): Use vc-state instead of
10177         vc-locking-user and return special strings for special states.
10178         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10179         and get rid of one of the special CVS cases.
10180         (vc-cancel-version): prettify error message with \\[...].
10181         (vc-rename-master): New function.
10182         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10183         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
10184         the CVS special case generic.
10185         (vc-default-record-rename): Remove.
10186         (vc-file-tree-walk-internal): Only call FUNC for files that are
10187         under control of some VC backend and replace `concat' with
10188         expand-file-name.
10189         (vc-file-tree-walk): Update docstring.
10190         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10191         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10193         * vc-sccs.el (vc-sccs-rename-file): Renamed from
10194         vc-sccs-record-rename.  Use `find-file-noselect' rather than
10195         `find-file' and call `vc-rename-master' to do the actual move.
10196         (vc-sccs-diff): Remove unused `backend' variable.
10198         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10199         to delay loading of vc-sccs until it is really used.
10200         (vc-sccs-master-templates): Preload.
10201         (vc-sccs-state): Update call to vc-sccs-parse-locks.
10202         (vc-sccs-project-dir): Remove (merged into
10203         vc-sccs-search-project-dir).
10204         (vc-sccs-search-project-dir): Rewrite using file name handling ops
10205         rather than `concat', make sure it is preloaded and don't bother
10206         to check that the file actually exists.
10207         (vc-sccs-parse-locks): Remove unused `file' argument, remove
10208         `locks' argument (use buffer's content instead) and eliminate n^2
10209         behavior.
10211         * vc-rcs.el: Update Copyright.
10212         (vc-rcs-rename-file): New function.
10213         (vc-rcs-diff): Remove unused `backend' variable.
10215         * vc-hooks.el: Update Copyright.
10216         (vc-backend): Don't accept a nil argument any more.
10217         (vc-up-to-date-p): Turn into a defsubst.
10218         (vc-possible-master): New function.
10219         (vc-check-master-templates): Use `vc-possible-master' and allow
10220         funs in vc-X-master-templates to return a non-existent file.
10222         * vc-cvs.el: Update Copyright.
10223         (vc-cvs-diff): Remove unused `backend' variable.
10224         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10226         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10228 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10230         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10231         since it can be called from vc-rcs.el.
10232         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10234 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10236         * vc.el (vc-version-diff): Expand file name read from the
10237         minibuffer.  Handle the case when a previous version number can't
10238         be guessed.  Give suitable messages when there were no differences
10239         found.
10240         (vc-clear-headers): Call backend-specific implementation, if one
10241         exists.
10242         (vc-cancel-version): Made error checks generic.  When done, clear
10243         headers generically, too.
10245         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10246         from vc-clear-headers in vc.el.
10248         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10249         correctly.
10250         (vc-rcs-latest-on-branch-p): Made second argument VERSION
10251         optional.  Handle the case when it's not there.
10253 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10255         * vc.el (vc-locking-user): Moved from vc-hooks.el.
10257 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10259         * vc-hooks.el (vc-loadup): Remove.
10260         (vc-find-backend-function): Use `require'.  Also, handle the case
10261         where vc-BACKEND-hooks.el doesn't exist.
10262         (vc-call-backend): Cleanup.
10264 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10266         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10267         vc-rcs-grab-templates)
10268         (vc-rcs-registered): Remove.  The default function works as well.
10269         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10270         vc-sccs-grab-templates)
10271         (vc-sccs-registered): Remove.  The default function works as well.
10273         * vc.el (vc-version-diff): Left out a vc- in call to
10274         vc-call-backend.
10275         (vc-default-dired-state-info, vc-default-record-rename)
10276         (vc-default-merge-news): Update for the new backend argument.
10278         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10279         using the default function.
10280         (vc-call-backend): If calling the default function, pass it the
10281         backend as first argument.  Update the docstring accordingly.
10282         (vc-default-state-heuristic, vc-default-mode-line-string): Update
10283         for the new backend argument.
10284         (vc-make-backend-sym): Renamed from vc-make-backend-function.
10285         (vc-find-backend-function): Use the new name.
10286         (vc-default-registered): New function.
10288 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10290         * vc.el (vc-merge): Use vc-find-backend-function.
10292         * vc-hooks.el (vc-backend-functions): Remove.
10293         (vc-loadup): Don't setup 'vc-functions.
10294         (vc-find-backend-function): New function.
10295         (vc-call-backend): Use above fun and populate 'vc-functions
10296         lazily.
10297         (vc-backend-defines): Remove.
10299 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10301         * vc.el (vc-register): Put a FIXME note for a newly found bug.
10302         Call vc-call-backend without the leading vc-.
10303         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10304         (vc-check-headers): Call vc-call-backend without the leading vc-.
10305         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10306         (vc-annotate-display): Replace confusing use of `cond' with `or'.
10307         Call vc-call-backend without the leading vc-.
10309         * vc-cvs.el (tail): Provide vc-cvs.
10310         * vc-sccs.el (tail): Provide vc-sccs.
10311         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10313         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10314         (vc-make-backend-function, vc-call): Pass names without leading
10315         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10316         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10317         (vc-call-backend): Always try to load vc-X-hooks.
10318         (vc-registered): Remove vc- in call to vc-call-backend.
10320 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10322         * vc.el (vc-process-filter): New function.
10323         (vc-do-command): Setup `vc-process-filter' for the async process.
10324         (vc-maybe-resolve-conflicts): New function to reduce
10325         code-duplication.  Additionally, it puts the buffer in
10326         `smerge-mode' if applicable.
10327         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10328         calling `merge-news'.
10329         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10330         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
10331         interfacing to log-edit.el.
10332         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10333         log-edit is available.
10334         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10336 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10338         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10339         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10340         defvar and the initialization.
10341         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10343         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10344         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10346         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10348 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10350         * vc.el (vc-file-clear-masterprops): Removed.
10351         (vc-checkin, vc-revert-buffer): Removed calls to the above.
10352         (vc-version-diff): Use buffer-size without argument.
10353         (vc-register): Heed vc-initial-comment.
10355         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10356         default branch.
10358         * vc-rcs.el (vc-rcs-register): Parse command output to find master
10359         file name and workfile version.
10360         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10362         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10363         vc-file-clear-masterprops.
10365         * vc-sccs.el (vc-sccs-checkout): Removed call to
10366         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
10367         rather than user login name.
10370 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10372         * vc.el (vc-workfile-unchanged-p): Remove unused argument
10373         `want-differences-if-changed' and simplify.
10374         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10375         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10376         output (which is invalid for async vc-diff) to decide whether to
10377         do the revert silently or not.
10379 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10381         * vc-hooks.el (vc-loadup): Load files quietly.
10382         (vc-call-backend): Oops, brain fart.
10384 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10386         * vc-cvs.el (vc-cvs-state): Typo.
10387         (vc-cvs-merge-news): Return the status code rather than the error msg.
10389 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10391         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10392         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10393         vc-state or vc-up-to-date-p.
10394         (vc-merge): Use vc-backend-defines to check whether merging is
10395         possible.  Set state to 'edited after successful merge.
10397         * vc-hooks.el (vc-locking-user): If locked by the calling user,
10398         return that name.  Redocumented.
10400 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10402         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10403         new `vc-state' semantics.
10404         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10405         'vc-locking-user to the current user.
10406         (vc-merge): Inline vc-backend-merge.  Comment out code that I
10407         don't understand and hence can't adapt to the new `vc-state' and
10408         `vc-locking-user' semantics.
10409         (vc-backend-merge): Remove.
10411         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10412         rather than 'vc-locking-user.
10414         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10416         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10417         (vc-state): Don't use 'reserved any more.  Just use the same
10418         convention as the one used for vc-<backend>-state where the
10419         locking user (as a string) is returned.
10420         (vc-locking-user): Update, based on the above convention. The
10421         'vc-locking-user property has disappeared.
10422         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10424         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10425         with a heuristic one.
10426         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10427         (vc-cvs-checkin): Do a trivial parse to set the state in case of
10428         error.  That allows us to get to 'needs-merge even in the
10429         stay-local case.  There's still no way to detect 'needs-patch in
10430         such a setup (or to force an update for that matter).
10431         (vc-cvs-logentry-check): Remove, the default works as well.
10433 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10435         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10437         * vc.el (vc-do-command): kill-all-local-variables, to reset any
10438         major-mode in which the buffer might have been put earlier.  Use
10439         `remove' and `when'.  Allow `okstatus' to be `async' and use
10440         `start-process' in this case.
10441         (vc-version-diff): Handle the case where the diff looks empty
10442         because of the use of an async process.
10444 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10446         * vc.el (vc-next-action-on-file): Removed optional parameter
10447         `simple'.  Recompute state unconditionally.
10448         (vc-default-toggle-read-only): Removed.
10450         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10451         (vc-toggle-read-only): Undid prev change.
10453         * vc-cvs.el (vc-cvs-stay-local): Renamed from
10454         vc-cvs-simple-toggle.  Redocumented.
10455         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10456         (vc-cvs-toggle-read-only): Removed.
10458 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10460         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10461         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10462         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10463         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
10464         still is. So maybe it should be removed.
10465         (vc-head-version, vc-find-binary): Remove.
10466         (vc-recompute-state): Move from vc-hooks.el.
10467         (vc-next-action-on-file): Add a `simple' argument to allow
10468         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10469         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10470         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10471         (vc-dired-mode-map): Properly defvar it.
10472         (vc-print-log): Call log-view-mode if available.
10473         (small-temporary-file-directory): defvar instead of use boundp.
10474         (vc-merge-news): Moved to vc-cvs.el.
10475         (vc-default-merge-news): New function.
10477         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10478         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10479         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10480         unknown `vc-latest-version' function.  It should probably refer to
10481         vc-workfile-version or somesuch, but it's very unclear to me and I
10482         don't have SCCS to test things.
10484         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10485         (vc-sccs-state-heuristic): Fix typo.
10486         (vc-sccs-workfile-unchanged-p): Add missing argument.
10488         * vc-rcs.el: Require vc and vc-rcs-hooks.
10489         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10490         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10491         (vc-release-greater-or-equal-p): Move from vc.
10492         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10493         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10494         (vc-rcs-checkout): Add a missing `new-version' argument in the
10495         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
10497         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10498         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10499         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10500         than the apparently unbound `workfile-version'.
10502         * vc-hooks.el (vc-master-templates): Def the obsolete var.
10503         (vc-file-prop-obarray): Use `make-vector'.
10504         (vc-backend-functions): Add new hookable functions
10505         vc-toggle-read-only, vc-record-rename and vc-merge-news.
10506         (vc-loadup): If neither backend nor default functions exist, use
10507         the backend function rather than nil.
10508         (vc-call-backend): If the function if not bound yet, try to load
10509         the non-hook file to see if it provides it.
10510         (vc-call): New macro plus use it wherever possible.
10511         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10512         nor `vc-find-binary' since it's only called from
10513         vc-mistrust-permission which is only used once the backend is known.
10514         (vc-checkout-model): Fix parenthesis.
10515         (vc-recompute-state, vc-prefix-map): Move to vc.el.
10517         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10518         (vc-cvs-release, vc-cvs-system-release): Remove.
10519         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10520         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10521         status symbols.
10522         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10523         (vc-cvs-toggle-read-only): First cut at a function to allow a
10524         cvs-status-free vc-toggle-read-only.
10525         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10526         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10527         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
10528         (vc-cvs-checkout): Modify access rights directly if the user
10529         requested not to use `cvs edit'.  And refresh the mode line.
10531         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10532         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10534 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10536         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
10537         workfile' that got lost when the code was extracted from vc.el.
10538         And merged the tail with the rest of the code (not possible in the
10539         old vc.el where the tail was shared among all backends).  And
10540         explicitly set the state to 'edited if `writable' is set.
10542         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10543         (vc-cvs-state): Be careful to return the value from
10544         vc-cvs-parse-state.
10545         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
10546         property but return it instead.  Also be careful to handle a nil
10547         or "" `rev' when workfile is non-nil (it was handled properly when
10548         workfile was nil).
10550         * vc.el: Removed those pesky unnecessary `(function' quotes.
10551         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10552         directly in the defvar.
10553         (vc-do-command): Bind inhibit-read-only so as to properly handle
10554         the case where the destination buffer has been made read-only.
10555         (vc-diff): Delegate to vc-version-diff in all cases.
10556         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10557         (vc-annotate-mode-variables): Removed (code moved partly to
10558         defvars and partly to vc-annotate-add-menu).
10559         (vc-annotate-mode): Turned into a derived-mode.
10560         (vc-annotate-add-menu): Moved in code in
10561         vc-annotate-mode-variables.
10562         (vc-update-change-log): Use make-temp-file if available.
10564 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
10566         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10567         `vc-checkout-model' updated to `vc-cvs-update-model'.
10569 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10571         * vc.el (vc-next-action-on-file): Added handling of state
10572         `unlocked-changes'.
10573         (vc-checkout-carefully): Is now practically obsolete, unless the
10574         above is too slow to be enabled unconditionally.
10575         (vc-update-change-log): Fixed typo.
10577         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10579         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10580         Now handles state `unlocked-changes'.
10581         (vc-sccs-workfile-unchanged-p): New function, to support the above.
10583         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10585         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10586         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
10587         `unlocked-changes'.
10588         (vc-rcs-workfile-unchanged-p): Renamed from
10589         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
10590         function yet, but supposed to become one soon.
10592         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10593         `vc-steal-lock'.
10594         (vc-call-backend): Changed error message.
10595         (vc-state): Added description of state `unlocked-changes'.
10597 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10599         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10600         always return t in CVS-controlled directories.
10602         * vc.el (vc-responsible-backend): New function.
10603         (vc-register): Largely rewritten.
10604         (vc-admin): Removed (implementation moved into vc-register).
10605         (vc-checkin): Redocumented.
10606         (vc-finish-logentry): If no backend defined yet (because we are in
10607         the process of registering), use the responsible backend.
10609         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10610         Updated function lists.
10611         (vc-call-backend): Fixed typo.
10613         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10614         New functions.
10615         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10616         Removed query option.  Redocumented.
10618 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10620         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10622         * vc.el: Updated callers of `vc-checkout-required' to use
10623         `vc-checkout-model'.
10625 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10627         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
10628         stuff updated to reference this function instead of the old
10629         `vc-backend-release-p'.
10631 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10633         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10634         vc-checkout-model.  Return appropriate values.  Updated callers.
10636 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10638         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10639         (vc-backend-revert): Function moved into `vc-revert';
10640         `vc-next-action' must be updated to accomodate this change.
10641         (vc-backend-steal): Function moved into `vc-finish-steal'.
10642         (vc-backend-logentry-check): Function moved into
10643         `vc-finish-logentry'.
10644         (vc-backend-printlog): Function moved into `vc-print-log'.
10645         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10646         (vc-backend-assign-name): Function moved into
10647         `vc-create-snapshot'.
10649 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10651         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10652         Rename to vc-checkout-model.  Return appropriate values.
10653         Update callers.
10655         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10656         to vc-checkout-model.
10657         (vc-checkout-required): Rename to vc-checkout-model.
10658         Re-implement and re-comment.
10659         (vc-after-save): Use vc-checkout-model.
10661 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10663         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10664         Update to use the vc-BACKEND-diff functions instead.
10665         `vc-diff' is now working.
10667         * vc-rcs.el (vc-rcs-logentry-check): New function.
10669         * vc-cvs.el (vc-cvs-logentry-check): New function.
10671         * vc-sccs.el (vc-sccs-diff): Function changed name from
10672         `vc-backend-diff'.  This makes `vc-diff' work.
10674         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10675         of functions possibly implemented in a vc-BACKEND library.
10676         (vc-checkout-required): Fix bug that caused an error to be
10677         signaled during `vc-after-save'.
10679         * vc.el: Fix typo.
10680         This checkin is made with our new VC code base for the very first time.
10681         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10683         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10684         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10686         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10687         updated to `vc-uses-locking'.
10688         (vc-checkout-required): Call to backend function.
10689         `vc-checkout-required' updated to `vc-uses-locking' instead.
10691         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10692         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10694         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10695         to match the split into various backends.
10696         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
10697         (vc-retrieve-snapshot): Bug fix.
10699 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10701         * vc-sccs.el (vc-sccs-release): Doc fix.
10703 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10705         * vc.el (vc-next-action-on-file): Bug found and fixed.
10706         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10707         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10709         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10710         (vc-rcs-checkout): Name space cleaned up.  No more revision number
10711         crunching function names that are not prefixed with vc-rcs.
10712         (vc-rcs-checkout-model): Function added.  References to
10713         `vc-checkout-model' replaced.
10715 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10717         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10718         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
10719         still need to be split, and implemented for RCS).
10721 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10723         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10725         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10726         required by the vc.el file.
10728         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10729         required by the vc.el file.
10730         (vc-rcs-exists): Function added.
10732         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10733         required by the vc.el file.
10735         * vc.el (vc-admin): Updated to handle selection of appropriate
10736         backend.  Current implementation is crufty and need re-thinking.
10738         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10740 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10742         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10743         beginning of annotate buffers correctly.
10745         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10746         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10747         functionality updated quite a lot to support multiple backends.
10748         Variables `vc-annotate-mode', `vc-annotate-buffers',
10749         `vc-annotate-backend' added.
10751         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10752         `vc-annotate-difference' added to supported backend functions.
10754 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10756         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10757         Use with-temp-file instead of /bin/sh.  Merged from mainline
10759 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10761         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10763         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10765         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10767 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10769         * vc-hooks.el: vc-state-heuristic added to
10770         vc-backend-hook-functions.
10772         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10774         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10776         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10777         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
10778         state to `reserved'.
10780         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10781         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
10783 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10785         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
10786         untouched.
10788         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10790         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10791         if defined.  (Merged from main line, slightly adapted.)
10793         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10794         millenium problem (merged from mainline).
10796 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10798         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10799         part and moved the non-BACKEND stuff to vc.el.
10801         * vc.el: Split the annotate feature into a BACKEND specific part
10802         and moved it from the vc-cvs.el file to this one.
10804 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10806         * vc-hooks.el: Implement new state model.
10807         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10808         (vc-locking-user): Simplify.  Now only needed if the file is
10809         locked by somebody else.
10810         (vc-lock-from-permissions): Remove.  Functionality is in
10811         vc-sccs-hooks.el and vc-rcs-hooks.el now.
10812         (vc-mode-line-string): New name for former vc-status.  Adapted.
10813         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
10815         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10816         Various simplifications and adaptations all over the place.
10818         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10819         Simplify and adapt the rest.
10821         * vc.el (vc-resynch-window): Add TODO comment: check for
10822         interaction with view mode according to recent RCS change.
10823         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10825 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10827         * vc.el: Convert the remaining function comments to docstrings.
10829 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10831         * vc.el (vc-backend-release, vc-release-greater-or-equal)
10832         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10833         (vc-minor-part, vc-previous-version): Functions that operate and
10834         compare revision numbers got proper documentation.  Comments added
10835         about their possible removal.
10837 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10839         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10840         the vc-backend.el files.
10842         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10844         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10845         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10846         (vc-rcs-previous-version): Functions added.
10848         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10850         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10852 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10854         * vc-hooks.el (vc-master-templates): Is really obsolete.
10855         Comment out the definition for now.  What is the right procedure
10856         to get rid of it?
10857         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10858         rewritten.
10859         (vc-default-registered): Remove.
10860         (vc-check-master-templates): New function; does mostly what the
10861         above did before.
10862         (vc-locking-user): Don't rely on the backend to set the property.
10864         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10865         Rewrite documentation.
10866         (vc-rcs-templates-grabbed): New variable.
10867         (vc-rcs-grab-templates): New function.
10868         (vc-rcs-registered): Rewrite to use above mechanism.
10870         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10871         Rewrite documentation.
10872         (vc-sccs-templates-grabbed): New variable.
10873         (vc-sccs-grab-templates): New function.
10874         (vc-sccs-registered): Rewrite to use above mechanism.
10875         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10876         Don't throw the result, simply return it.
10878         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10879         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
10880         (vc-cvs-registered): Does the check itself now.  Simplify.
10882         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10883         from main line.
10885 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10887         * vc-cvs.el (vc-cvs-diff): New function.
10889         * vc-sccs.el (vc-sccs-diff): New function.
10891         * vc-rcs.el (vc-rcs-diff): New function.
10892         (vc-rcs-checkout): Bug (typo) found and fixed.
10893         (vc-rcs-register-switches): New variable.
10895         * vc.el (vc-backend-diff): Function removed and placed in the
10896         backend files.
10898 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10900         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10902         * vc.el (vc-backend-checkout): Function removed and replaced in
10903         the vc-backend.el files.
10905         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10907         * vc.el (vc-backend-admin): Removed and replaced in the
10908         vc-backend.el files.
10910         * vc.el (Martin): Removed all the annotate functionality since it
10911         is CVS backend specific.
10913 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10915         * spec.txt: Added specification of vc-state.
10917         * vc-sccs-hooks.el (vc-sccs-master-properties):
10918         Remove handling of vc-latest-version and
10919         vc-your-latest-version.  What used to be vc-latest-version, is now
10920         returned as vc-workfile-version.
10921         (vc-sccs-workfile-version): Adapt.
10923 2000-09-04  Dave Love  <fx@gnu.org>
10925         * vc.el: [Merged from mainline.]
10926         (vc-dired-mode): Make the dired-move-to-filename-regexp
10927         regexp match the date, to avoid treating date as file size.
10928         Add YYYY S option to WESTERN/
10930 2000-09-04  Dave Love  <fx@gnu.org>
10932         * vc.el: Require `compile' when compiling.
10933         (vc-logentry-check-hook): New option.
10934         (vc-steal-lock): Use compose-mail.
10935         (vc-dired-mode-map): Defvar when compiling.
10936         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10937         vc-sccs.el and renamed.  Callers changed.
10938         (vc-backend-checkout, vc-backend-logentry-check)
10939         (vc-backend-merge-news): Doc fix.
10940         (vc-default-logentry-check): New function.
10941         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10942         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10943         (vc-backend-merge): Doc fix.  Use backend functions.
10944         (vc-check-headers): Use backend functions.
10946         * vc-cvs.el: Require vc when compiling.
10947         (vc-cvs-register-switches): Doc fix.
10948         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10949         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10950         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10951         New functions (code from vc.el).
10952         (vc-annotate-display-default): Fix interactive spec.
10953         (vc-annotate-time-span): Doc fix.
10955         * vc-rcs.el: Require vc when compiling.
10956         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10957         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10958         (vc-rcs-checkin): New functions (code from vc.el).
10959         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10960         Doc fix.
10961         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
10963         * vc-sccs.el: Require vc when compiling.
10964         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10965         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10966         (vc-sccs-revert)
10967         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10968         from vc.el).
10969         (vc-sccs-add-triple, vc-sccs-record-rename)
10970         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10971         (vc-sccs-admin): Doc fix.
10973 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10975         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10976         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10977         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10978         from vc.el.
10980         * vc-sccs.el (vc-admin-sccs): Added from vc.el
10982         * vc-cvs.el: Moved the annotate functionality from vc.el.
10983         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10985 2000-09-04  Dave Love  <fx@gnu.org>
10987         * vc.el (vc-backend-release): Call vc-system-release.
10989         * vc-sccs.el (vc-sccs-system-release):
10990         Renamed from vc-sccs-backend-release.
10992         * vc-rcs.el (vc-rcs-system-release):
10993         Renamed from vc-rcs-backend-release.
10995         * vc-cvs.el (vc-cvs-system-release):
10996         Renamed from vc-cvs-backend-release.
10998 2000-09-04  Dave Love  <fx@gnu.org>
11000         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11001         backend files.
11002         (vc-backend-release): Dispatch to backend functions.
11003         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11004         probably needs attention.]
11006         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11007         (vc-sccs-backend-release): New function.
11009         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11010         (vc-cvs-backend-release): New function.
11012         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11013         Doc fix.
11014         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11015         (vc-default-dired-state-info): New function.
11016         (vc-dired-state-info): Dispatch to backends.
11017         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11019         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11020         from vc.el and renamed.
11022 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11024         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11025         (vc-version-other-window, vc-backend-assign-name): Removed
11026         references to vc-latest-version; sometimes changed into
11027         vc-workfile-version.
11029         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11030         vc-rcs-master-workfile-version.
11031         (vc-rcs-workfile-version): Use the above.  Don't call
11032         vc-latest-version (that was unreachable code, anyway).
11033         (vc-rcs-fetch-master-properties): Doc fix.
11035         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11036         (vc-backend-hook-functions): Removed them from this list, too.
11037         (vc-fetch-properties): Removed.
11038         (vc-workfile-version): Doc fix.
11040         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11041         (vc-rcs-workfile-version, vc-rcs-locking-user)
11042         (vc-rcs-uses-locking): Use it.
11044         * vc-hooks.el (vc-consult-rcs-headers):
11045         Moved into vc-rcs-hooks.el, under the name
11046         vc-rcs-consult-headers.
11048         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11049         headers.
11050         (vc-cvs-find-master): Use this name only; correct different
11051         versions of the name.
11053         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11054         New functions.
11055         (vc-sccs-locking-user): Use the latter.
11057         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11058         New functions.
11060         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11061         Moved into both
11062         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
11063         functions are implementation details of those two backends.
11065 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11067         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11068         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11070         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11071         (vc-sccs-parse-locks): SCCS-specific code moved here from
11072         vc-hooks.
11074         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11075         code moved here from vc-hooks.
11077         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11078         into back-end specific parts and removed.  Callers not updated
11079         yet; because I guess these callers will disappear into back-end
11080         specific files anyway.
11082 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11084         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11085         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11086         `vc-uses-locking'.
11088         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11089         Store yes/no in the property, and return t/nil.  Updated all
11090         callers.
11092         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11093         vc-sccs-uses-locking.  Don't set property.
11094         (vc-sccs-locking-user): Don't set property.
11096         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11097         vc-cvs-uses-locking.  Don't set property here; leave that to
11098         vc-hooks.
11099         (vc-cvs-locking-user): Reflect above change.  Streamlined.
11101         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11102         vc-rcs-uses-locking.
11103         (vc-rcs-locking-user): Reflect above change.
11105 2000-09-04  Dave Love  <fx@gnu.org>
11107         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11109         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11111         * vc-hooks.el (vc-checkout-model): Punt to backends.
11113         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11115         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11117         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11118         New functions.
11120         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11121         New functions.
11123         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11124         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11126         * vc-hooks.el (vc-default-locking-user): New function.
11127         (vc-locking-user, vc-workfile-version): Punt to backends.
11129 2000-09-04  Dave Love  <fx@gnu.org>
11131         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11132         (vc-master-workfile-version): Moved from vc-hooks.
11134         * vc-rcs-hooks.el: Fix duplicate code in last change.
11136         * vc-rcs-hooks.el: Require vc-hooks when compiling.
11137         (vc-rcs-master-templates): Improve :type.
11138         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11139         vc-master-workfile-version): Moved from vc-hooks.
11141         * vc-sccs-hooks.el: Require vc-hooks when compiling.
11142         (vc-sccs-master-templates): Improve :type.
11143         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11145         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11147         * vc-cvs-hooks.el: Require vc-hooks when compiling.
11148         (vc-cvs-master-templates): Improve :type.  Use
11149         vc-cvs-find-cvs-master.
11150         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11151         from vc-hooks.
11152         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11154         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11155         Moved to vc-cvs-hooks.
11157         * vc-hooks.el: Add doc strings in various places.  Simplify the
11158         minor mode setup.
11159         (vc-handled-backends): New user variable.
11160         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11161         simplification.
11163 2000-09-04  Dave Love  <fx@gnu.org>
11165         * vc.el: Some doc fixes for autoloaded and interactive functions.
11166         Fix compilation warnings from ediff stuff.
11167         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11169         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11171         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11173         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11175 2000-09-04  Dave Love  <fx@gnu.org>
11177         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11178         New variable.
11179         (vc-make-backend-function, vc-loadup, vc-call-backend)
11180         (vc-backend-defines): New functions.
11182         * vc-hooks.el: Various doc fixes.
11183         (vc-default-back-end, vc-follow-symlinks): Custom fix.
11184         (vc-match-substring): Function removed.  Callers changed to use
11185         match-string.
11186         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11187         Simplify.
11189 2000-09-04  Dave Love  <fx@gnu.org>
11191         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11192         type.
11193         (vc-sccs-project-dir, vc-search-sccs-project-dir)
11194         (vc-sccs-registered): Doc fix.
11196         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11197         (vc-cvs-registered): Doc fix.
11199         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11200         (vc-rcs-registered): Doc fix.
11202 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11204         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11206         * vc-hooks.el: vc-registered has been renamed
11207         vc-default-registered.  Some functions have been moved to the
11208         backend specific files.  they all support the
11209         vc-BACKEND-registered functions.
11211 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11213         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11215         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11217 2000-09-04  Dave Love  <fx@gnu.org>
11219         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11220         menu-bar-update-hook.
11222         * help.el (help-manyarg-func-alist): Add
11223         find-operation-coding-system.
11225         * wid-edit.el (widget-sexp-validate): Fix garbled code.
11227         * custom.el (custom-set-variables): Print message about errors in
11228         setting.
11230 2000-09-03  Andrew Innes  <andrewi@gnu.org>
11232         * makefile.w32-in: Change to DOS line endings.
11234 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11236         * mouse.el (mouse-popup-menubar): Supply the prompt string for
11237         minor-mode keymaps, if they don't have one.
11239 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11241         * eshell/esh-module.el (eval-when-compile): Don't lose if
11242         esh-module.el's file name is truncated to DOS 8+3 limits.
11244 2000-09-01  John Wiegley  <johnw@gnu.org>
11246         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11247         predicate, which caused entries in the completion list to be
11248         doubled.
11250 2000-08-30  John Wiegley  <johnw@gnu.org>
11252         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11253         sending to subprocesses.  Also, hook pre-command-hook if
11254         `eshell-send-direct-to-subprocesses' is non-nil.
11255         (eshell-send-direct-to-subprocesses): New config variable.  If t,
11256         subprocess input is send immediately.
11257         (eshell-toggle-direct-send): New function.
11258         (eshell-self-insert-command): New function.
11259         (eshell-intercept-commands): New function.
11260         (eshell-send-input): If direct subprocess sending is enabled,
11261         don't echo any input to the Eshell buffer.  Let the subprocess
11262         handle that.  This requires "stty echo" in bash, for example.
11264 2000-08-28  John Wiegley  <johnw@gnu.org>
11266         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11267         completion function for Eshell's implementation of `unset'.
11269 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11271         * info.el (Info-directory-list): Doc fix.
11273 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
11275         * filecache.el (file-cache-add-directory-using-find): Don't quote
11276         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11278 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
11280         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11281         coding systems.
11283 2000-08-30  Andrew Innes  <andrewi@gnu.org>
11285         * timer.el (run-with-idle-timer): Undo last change, so that timer
11286         is not activated immediately if Emacs is already idle.  Some
11287         existing code relies on this behaviour.
11289 2000-08-30  Miles Bader  <miles@gnu.org>
11291         * frame.el (set-frame-font): Do completion of font-name for
11292         interactive use.
11294 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
11296         * international/quail.el (quail-start-translation): Bind locally
11297         last-command-event, last-command, and this-command.
11298         (quail-start-conversion): Likewise.
11299         (quail-self-insert-command): Fix docstring.
11301 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
11303         * progmodes/executable.el
11304         (executable-make-buffer-file-executable-if-script-p): Check that
11305         buffer contains at least 2 characters.
11307 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
11309         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11311 2000-08-29  Dave Love  <fx@gnu.org>
11313         * diff-mode.el (diff-mode) <defgroup>: Add :version.
11314         (diff-mode-shared-map): Bind mouse-2.
11315         (diff-imenu-generic-expression): New variable.
11316         (diff-mode): Use it.
11318         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11319         (mouse-popup-menubar): Add minor mode menus.
11320         (popup-menu): Check for lookup-key returning number.
11322 2000-08-29  Miles Bader  <miles@gnu.org>
11324         * comint.el (comint-send-input): Create overlays using the proper
11325         front/read-advance arguments.
11327 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11329         * ps-print.el: Even/odd pages printing.  Doc fix.
11330         (ps-print-version): New version number (6.0).
11331         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11332         (ps-background, ps-begin-file, ps-begin-job): Code fix.
11333         (ps-print-duplex-feature): Variable eliminated.
11334         (ps-even-or-odd-pages): New variable.
11336         * progmodes/ebnf2ps.el: Doc fix.
11337         (ebnf-version): New version (3.3).
11338         (ebnf-user-arrow): Change variable customization to sexp.
11339         (ebnf-user-arrow): Function eliminated.
11340         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11342 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
11344         * help.el (help-xref-mule-regexp): New variable.
11345         (help-make-xrefs): Handle help-xref-mule-regexp.
11347         * international/mule-cmds.el (help-xref-mule-regexp-template): New
11348         variable.
11349         (describe-input-method): Temporarily activate the specfied input
11350         method to display the information.
11351         (describe-language-environment): Hyperlinks to mule related items.
11353         * international/mule-diag.el (charset-multibyte-form-string): New
11354         function.
11355         (list-character-sets-1): Use charset-multibyte-form-string.
11356         (describe-character-set): New function.
11357         (describe-coding-system): Hyperlinks to safe character sets.
11359         * international/quail.el (quail-help): New arg PACKAGE.
11360         Hyperlinks to mule related items.
11361         (quail-help-insert-keymap-description): Use
11362         substitute-command-keys instead of describe-bindings.
11363         (quail-translation-help): Hyperlinks to mule related items.
11365 2000-08-28  John Wiegley  <johnw@gnu.org>
11367         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11368         have a defsubst call itself.  Made `eshell-flatten-list' back into
11369         a function again.
11371         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11372         catch, in case re-centering point at bottom messes up the display.
11373         This happens frequently in Emacs 21, due I believe to variable
11374         line heights.
11376         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11377         to call `find-tag-interactive'.
11379         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11380         the list of remember directories.
11382 2000-08-28  John Wiegley  <johnw@gnu.org>
11384         * align.el: Test align-region-separate to see if it's a symbol.
11386 2000-08-28  John Wiegley  <johnw@gnu.org>
11388         * eshell/esh-util.el (eshell-flatten-list): Made this function
11389         into a defsubst form.  It gets used very frequently, although
11390         calls don't occur all that often.
11392         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11393         examining it.
11395         * eshell/esh-cmd.el (eshell-rewrite-while-command):
11396         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11397         `eshell-protect'.
11398         (eshell-copy-handles): Created a new macro for duplicating the
11399         current set of open handles.  This is needed by the looping
11400         functions.
11401         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11402         is not incorrectly stomped on.
11404         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11405         declaration for pcomplete-use-paring.
11406         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11407         value of eshell-cmpl-use-paring.
11408         * pcomplete.el (pcomplete-use-paring): New config variable, to
11409         indicate whether paring should be used.
11410         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11411         completion alternatives that have already been used.
11413         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11414         bound to C-c C-y, which will repeat the previous N arguments
11415         (based on prefix argument).
11416         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11418         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11419         if there is no *Help* buffer.  This is for XEmacs, which renames
11420         its help buffers uniquely.  TODO: Find out what the current buffer
11421         name to delete is.
11423         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11424         first entry that correlates to a passwd/group number.  Later
11425         entries (used for group/user name aliasing to multiple IDs) are
11426         ignored.
11428         * eshell/em-xtra.el (eshell/expr):
11429         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11430         (eshell-grep, eshell/diff, eshell/locate):
11431         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11432         argument list, before passing it to the system command.
11434         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11435         `find-tag' for use at final position in Eshell buffers (which
11436         otherwise triggers an error on Emacs 21).
11437         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11438         buffer, if it is currently bound to `find-tag'.
11440         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11441         in the list of matched Makefile names.
11442         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11443         directory, prefer its contents to Makefile.
11445         * eshell/em-dirs.el (eshell/cd): cd commands that look up
11446         directory parts (like "cd old new", or "cd =regexp"), are now case
11447         sensitive on non-Windows/DOS platforms.
11449         * eshell/esh-mode.el (eshell-parse-command-input): When a user
11450         types RET after an open delimiter (like "), display a message
11451         indicating that Eshell is waiting for the closing delimiter.
11453         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11454         environment variables.
11456         * eshell/em-unix.el (eshell/diff): Added logic to fail more
11457         gracefully if the user enters incorrect arguments.
11459         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11460         Eshell buffers.
11462         * eshell/esh-var.el (eshell-interpolate-variable):
11463         * eshell/esh-mode.el (eshell-move-argument):
11464         * eshell/em-unix.el (eshell-du-sum-directory):
11465         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11466         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11467         (not (= ...)).
11469         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11470         to ensure the `preserve' flag gets propagated when doing recursive
11471         directory copies.
11473 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
11475         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11476         Don't convert \n into \0177 in memory.
11477         (eshell-read-history, eshell-write-history): Convert \n to \0177,
11478         and back again, when reading and writing.
11480 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
11482         * eshell/esh-util.el (eshell-processp): Added to relieve constant
11483         testing of `fboundp' on `processp'.
11485         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11486         (eshell/jobs): Don't call process-list if it is not bound.
11487         (eshell-gather-process-output): Support systems where async
11488         subprocesses aren't supported.
11489         (eshell-scratch-buffer, eshell-last-sync-output-start): New
11490         variables.
11492         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11493         eshell-do-eval returns t.
11494         (eshell-do-pipelines-synchronously): New defmacro.
11495         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11496         when async subprocesses aren't supported.
11497         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
11498         if async subprocesses aren't supported.
11499         (eshell-resume-command): Don't assume STATUS is a string.
11501         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11503         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11504         (eshell-close-target, eshell-get-target): Use eshell-processp.
11505         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11506         fix.
11507         (eshell-get-target, eshell-create-handles): Doc fix.
11509 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
11511         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11512         criterion to include commands that output something, as long as it
11513         leaves both the command and the end-of-buffer visible when the
11514         command has exited.
11515         (eshell-review-quick-commands): Adjust the help doc string
11516         accordingly.
11518 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
11520         * locate.el (locate): Cleaned up locate command's interactive prompting
11521         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11523         * filecache.el (file-cache-case-fold-search): New variable
11524         (file-cache-assoc-function): New variable
11525         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11526         Use file-cache-case-fold-search variable
11527         (file-cache-add-file): Use file-cache-assoc-function
11528         (file-cache-delete-file): likewise
11529         (file-cache-directory-name): likewise
11530         (file-cache-debug-read-from-minibuffer): likewise
11532 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
11534         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11535         (abbrev-table-name): New function.
11536         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11537         If non-nil list local abbrev, only.
11539 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
11541         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11542         from Gnus support code, and use special article copy buffer
11543         `(gnus-original-article-buffer)' instead.  This allows to get rid
11544         of article-hide-headers usage (which breaks in the latest Gnus
11545         version).  Thanks to Detlev Zundel.
11547 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
11549         * international/quail.el (quail-use-package): Hide "... loaded"
11550         message.
11551         (quail-start-translation, quail-start-conversion): Likewise.
11553         * international/kkc.el (kkc-region): Hide "... loaded" message.
11555 2000-08-27  Dave Love  <fx@gnu.org>
11557         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11559 2000-08-27  Miles Bader  <miles@gnu.org>
11561         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11563 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
11565         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11566         'ja-dic-cnv), not (require 'skkdic-cnv).
11568 2000-08-26  Miles Bader  <miles@gnu.org>
11570         * faces.el (face-x-resources): Add entry for :inherit.
11571         * cus-face.el (custom-face-attributes): Add support for :inherit
11572         attribute.  Add support for relative face heights.
11573         (custom-face-attributes-get): Treat `nil' as being a default value
11574         for :inherit (as well as `unspecified').
11576         * faces.el (set-face-attribute): Update doc string.
11577         (face-attribute-name-alist): Add :inherit.
11578         (face-valid-attribute-values): Handle :inherit.
11579         (face-read-string): Rephrase prompt to be less confusing.
11580         Assume that DEFAULT is a string, since we must return a string.
11581         (face-read-integer): Use `format' to turn DEFAULT into an
11582         acceptable default for face-read-string.  Match NEW-VALUE against
11583         the string "unspecified", not the symbol `unspecified', since
11584         that's what face-read-string returns.
11585         (read-face-attribute): Lookup a name for old-value in valid, and
11586         use it as a default if we find one.  Treat all values from
11587         face-read-string as strings.  If the default is used, don't do any
11588         more processing on the value, just use the old value directly.
11589         (read-face-and-attribute, modify-face): Tweak prompt.
11590         (read-face-name): Don't assume prompt ends with a space.
11592         * faces.el (describe-face): Add support for :inherit attribute.
11594 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
11596         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
11597         concat doesn't accept interger.
11599         * international/kkc.el: Remove SKK from Keywords.  Require
11600         ja-dic-utl instead of skkdic-utl.
11602         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11603         Provide ja-dic-cnv instead of skkdic-cnv.
11604         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
11605         (iso-2022-7bit-short): Add safe-charsets property.
11606         (skkdic-convert-postfix): Search Japanese chou-on character in
11607         addition to Hiragana character.
11608         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11609         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11610         (batch-skkdic-convert): Likewise.
11612         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11613         Provide ja-dic-utl instead of skkdic-utl.
11614         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11616 2000-08-24  Dave Love  <fx@gnu.org>
11618         * disp-table.el (standard-display-default): Make the test of `l'
11619         useful.
11621         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11622         mod sample text.
11624         * international/iso-ascii.el: Make pilcrow convenient string
11625         consistent with section.
11626         (iso-ascii-display): Set up multibyte characters as well as
11627         unibyte.
11629 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
11631         * international/mule-cmds.el (reset-language-environment): Set
11632         default-process-coding-system to '(undecided . iso-latin-1), which
11633         makes process I/O almost consistent with file I/O.   Call this
11634         function when mule-cmds.el[c] is loaded.
11636 2000-08-22  Andrew Innes  <andrewi@gnu.org>
11638         * makefile.w32-in: New file.
11640 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
11642         * comint.el (comint-output-filter): Compare end of
11643         comint-last-output-overlay with the start of the newly inserted
11644         text, not the end, when deciding whether to extend it.
11645         Set saved-point's insertion type to advance after insertion.
11647         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11648         since this is now done independently of font-lock mode.
11650 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
11652         * server.el (server-kill-new-buffers): New user option.
11653         (server-existing-buffer): New buffer-local variable.
11654         (server-visit-files): When using an existing buffer, set
11655         server-existing-buffer to t.
11656         (server-buffer-done): If server-kill-new-buffers is t, kill the
11657         buffer, unless it was already present before visiting it with
11658         Emacs server.
11660 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
11662         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11663         even if the display doesn't support colors: some displays will
11664         support bold/underline faces.
11666 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
11668         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11670         * startup.el (command-line): If user's init file had an error,
11671         add explanatory text to *Messages*.
11673 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
11675         * man.el (Man-getpage-in-background): Decode the process output by
11676         the system locale coding system.
11678 2000-08-20  Dave Love  <fx@gnu.org>
11680         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11681         Don't test x-popup-menu.
11682         (function) <complete-function>: Complete only fbound symbols.
11683         <validate, value>: New.
11684         (variable) <complete-function>: Complete only bound symbols.
11685         (coding-system): Add :base-only, :complete-function, :validate,
11686         :value, :prompt-match.
11687         (widget-coding-system-prompt-value): Use read-coding-system and
11688         act on :base-only.
11689         (editable-field): Add :help-echo.
11690         (widget-push-button-gui, widget-push-button-cache)
11691         (widget-gui-action, widget-editable-list-gui): COmment out, along
11692         with uses.
11693         (widget-at): Make arg optional.
11694         (widget-echo-help): Adjust for current help-echo calling sequence.
11695         (widget-specify-field, widget-specify-button)
11696         (widget-specify-insert, widget-get-sibling, widget-image-find)
11697         (widget-convert, widget-insert, widget-leave-text)
11698         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11699         (widget-setup, widget-field-find, widget-before-change)
11700         (widget-after-change, widget-default-complete)
11701         (widget-default-create, widget-default-delete)
11702         (widget-push-button-value-create, editable-field)
11703         (widget-field-prompt-value, widget-field-validate)
11704         (widget-choice-value-create, widget-choice-action)
11705         (widget-choice-validate, widget-checklist-add-item)
11706         (widget-radio-add-item, widget-radio-chosen)
11707         (widget-radio-value-inline, widget-editable-list-value-create)
11708         (widget-editable-list-entry-create)
11709         (widget-documentation-link-add)
11710         (widget-documentation-string-value-create)
11711         (widget-regexp-validate, widget-file-complete)
11712         (widget-sexp-validate, widget-plist-convert-widget)
11713         (widget-plist-convert-widget, widget-alist-convert-widget)
11714         (widget-alist-convert-widget, widget-color-complete): Simplify,
11715         particularly to avoid bindings which aren't optimized out.
11717         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11718         Doc fix.
11719         (down-list, backward-up-list, up-list, kill-sexp)
11720         (backward-kill-sexp, mark-sexp): Make arg optional.
11721         (lisp-complete-symbol): Add optional arg PREDICATE.
11723         * cus-start.el: Add display-buffer-reuse-frames,
11724         file-coding-system-alist.
11726 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
11728         * startup.el (command-line): Clear realized faces after
11729         modifying TTY color mappings.
11731 2000-08-20  Miles Bader  <miles@gnu.org>
11733         * faces.el (face-attr-match-p): Don't return true if ATTRS are
11734         merely a subset of FACE's attributes.
11736 2000-08-19  Miles Bader  <miles@gnu.org>
11738         * comint.el (comint-output-filter): Save the point with a marker,
11739         not just a buffer position.
11741         * international/mule.el (set-buffer-process-coding-system): Make
11742         interactive prompt less confusing.
11744 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
11746         * hilit-chg.el: General cleanup of doc strings, comments and
11747         code formatting.
11749 2000-08-19  Miles Bader  <miles@gnu.org>
11751         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11752         Compiler macro removed; beginning-of-line is no longer always
11753         equivalent to forward-line, in the presence of fields.
11755         * comint.el (comint-output-filter): Remove ad-hoc saving of
11756         restriction, and just use save-restriction, now that it works
11757         correctly.  Don't adjust comint-last-input-start to account for
11758         our insertion; it shouldn't have moved because we don't use
11759         insert-before-markers anymore.  Comment out call to
11760         `force-mode-line-update'; why is it here?
11762         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11763         while checking for prompt to delete.  Use `forward-line 0'
11764         instead of beginning-of-line.
11765         (gud-filter): Temporarily widen gud comint buffer while
11766         examining output.
11768 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
11770         * progmodes/sh-script.el: Big bag of typos.
11772         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11773         check since ispell-process is not bound when ispell is not yet loaded.
11775 2000-08-18  Dave Love  <fx@gnu.org>
11777         * image.el (find-image): Copy `spec' before using plist-put.
11779 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
11781         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11782         `portugues'.
11784         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11785         backward-kill-sexp, analogous to kill-sexp.
11787         * progmodes/icon.el (icon-indent-line)
11788         (icon-is-continuation-line): Handle comments specially.
11790 2000-08-17  Ken Stevens <k.stevens@ieee.org>
11792         * ispell.el: Set to standard author/maintainer/keyword fields.
11793         Fine tuning to menu map appearance and operation, and added help.
11794         Remove `start' and `end' error messages when compiling.
11795         (ispell-choices-win-default-height): Fixed comment string.
11796         (ispell-dictionary-alist-1): Fixed regexp in castellano and
11797         castellano8 dictionaries.
11798         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11799         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11800         dictionary, added italiano dictionary.
11801         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11802         word character
11803         (ispell-tex-skip-alists): Added psfig support.
11804         (ispell-skip-html): Renamed from ispell-skip-sgml.
11805         (ispell-begin-skip-region-regexp, ispell-skip-region)
11806         (ispell-minor-check): Improved html skipping support to skip across
11807         code, and recognize `&' commands without propper `;' syntax;
11808         (ispell-process-line): Fix alignment error when manually
11809         correcting spelling.
11810         (ispell): Fix comment string.
11811         (ispell-add-per-file-word-list): Always put word list on new line.
11813 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
11815         * format.el (format-encode-run-method): Fix error message to say
11816         `encode' instead of `decode'.  Use save-window-excursion around
11817         shell-command-on-region as in format-decode-run-method because
11818         shell-command-on-region can display a buffer with error output.
11819         (format-decode): Don't record undo information for the decoding.
11820         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
11821         that number part of the temporary buffer name so that more than
11822         one decoding using a temporary buffer can happen safely.
11824         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11825         of `A-z' in the regexp.
11827         * hilit-chg.el: Fix typos in commentary.
11829         * help.el (view-emacs-news): Rewritten for new naming scheme
11830         for old NEWS files.
11832         * startup.el (command-line): Pop to *Messages* in case an error
11833         is signaled while loading user-init-file.
11835 2000-08-17  Andreas Schwab  <schwab@suse.de>
11837         * files.el (insert-directory): Don't lose original file name,
11838         undoing an undocumented change.
11840 2000-08-17  Alex Schroeder  <alex@gnu.org>
11842         * sql.el (sql-magic-go): Use comint-bol.
11843         (sql-copy-column): Use comint-line-beginning-position.
11844         (comint-line-beginning-position): Define a replacement for
11845         comint-line-beginning-position if it is not fboundp.
11847 2000-08-17  Alex Schroeder  <alex@gnu.org>
11849         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11850         it didn't have any effect anyway.
11852 2000-08-17  Alex Schroeder  <alex@gnu.org>
11854         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11855         --pset and pager=off instead of sending \\o|cat at the beginning
11856         of the session.
11858 2000-08-17  Miles Bader  <miles@gnu.org>
11860         * progmodes/octave-inf.el: Add compatibility definition of
11861         comint-line-beginning-position.
11863 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
11865         * startup.el (normal-top-level): Look in each dir in load-path for
11866         a leim-list.el file too.  This assures of loading leim-list.el
11867         that is created at Emacs installation time even if a user have his
11868         own leim-list.el.
11870 2000-08-17  Miles Bader  <miles@gnu.org>
11872         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11873         foreground color to black if the background is dark.
11875 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
11877         * loadhist.el (unload-feature): Typo.
11879         * finder.el (finder-compile-keywords):
11880         * cus-dep.el (custom-make-dependencies): Add local-variable settings
11881         to the generated file.
11883         * mail/mh-e.el (mh-make-local-vars):
11884         Replace make-variable-buffer-local with make-local-variable.
11886         * play/landmark.el:
11887         * options.el (Edit-options-{set,toggle,t,nil}):
11888         * mail/mailabbrev.el (mail-abbrevs-mode):
11889         * textmodes/tex-mode.el (tex-expand-files):
11890         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11892         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11894         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11895         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11896         Allow going past the last element.
11897         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11898         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11899         (cvs-mouse-toggle-mark): Don't move point.
11900         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11902         * progmodes/compile.el (grep): Provide a default set of files.
11903         (next-error): Docstring fix.
11904         (compilation-find-file): Avoid find-file (fails in a dedicated window).
11906         * emacs-lisp/easy-mmode.el (define-minor-mode):
11907         Use `symbol-value' to keep the byte-compiler quiet.
11909         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11910         (diff-find-source-location): New fun, extracted from diff-goto-source.
11911         (diff-goto-source): Use it.
11912         (diff-next-complex-hunk, diff-filter-lines): New function.
11913         (diff-apply-hunk): New command.
11915         * smerge-mode.el (smerge-mode-menu): Doc fix.
11917         * msb.el (msb-mode): Define it in terms of define-minor-mode.
11919 2000-08-16  Dave Love  <fx@gnu.org>
11921         * windmove.el (windmove) <defgroup>: Add :version.
11923         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
11924         (goto-address-fontify-p, goto-address-highlight-p)
11925         (goto-address-url-face, goto-address-url-mouse-face)
11926         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11927         (goto-address-url-regexp): Use thing-at-point-url-regexp.
11928         (goto-address-fontify, goto-address-at-mouse): Simplify,
11929         (goto-address-at-point): browse-url-url-at-point,
11930         goto-address-find-address-at-point can return nil.
11931         (goto-address-find-address-at-point): Return nil on failure.
11933         * align.el (align) <defgroup>: Add :version.
11935         * calculator.el (calculator): Add :version.
11936         (calculator): Use two lines for calculator window if `modeline'
11937         face is boxed.
11939         * play/5x5.el: Doc fixes.
11940         (5x5) <defgroup>: Add :version.
11942         * play/fortune.el (fortune) <defgroup>: Add :version.
11943         (fortune-append): Fix error message.
11944         (fortune-from-region): Doc fix.
11946         * play/pong.el (pong): Doc fix.
11948         * play/morse.el: Keywords, commentary, autoloads.
11950 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
11952         * desktop.el (desktop-save): Don't look at symbol-value of a
11953         member of minor-mode-alist, unless it is boundp.
11955 2000-08-16  Sam Steingold  <sds@gnu.org>
11957         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11958         `while'; use `with-current-buffer' instead of `save-excursion'.
11959         Removed unnecessary kludges now that "*Buffer List*" is excluded.
11961 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
11963         * international/ccl.el (declare-ccl-program): Docstring modified.
11964         (ccl-execute-with-args): Likewise.
11966 2000-08-16  Miles Bader  <miles@gnu.org>
11968         * progmodes/sql.el: Add compatibility definition of
11969         comint-line-beginning-position.
11971 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
11973         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11974         'buffer-menu' property.
11975         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11976         fails.
11977         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11978         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11979         wasn't killed.
11981         * buff-menu.el (list-buffers-noselect): Don't display the
11982         *Buffer List* buffer.
11984         * font-lock.el: Require jit-lock to prevent a very late
11985         `Loading jit-lock' message.
11987         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11988         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11989         mail address.
11991 2000-08-15  Miles Bader  <miles@gnu.org>
11993         * textmodes/ispell.el (ispell-graphic-p): New constant.
11994         (ispell-choices-win-default-height, ispell-help): Use
11995         `ispell-graphic-p' instead of `xemacsp'.
11997 2000-08-15  Dave Love  <fx@gnu.org>
11999         * simple.el: Autoload widget-convert when compiling.
12000         (mail-user-agent): Doc fix.
12002         * help.el (function-called-at-point, variable-at-point): Use
12003         with-syntax-table.
12004         (help-manyarg-func-alist): Add insert-and-inherit.
12006         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12008         * delsel.el (delsel-unload-hook): New function.
12010         * find-file.el: Doc fixes.  Move provide to end.
12011         (ff) <defgroup>: Add :link.
12012         (ff-goto-click): Deleted.
12013         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12014         Use mouse-set-point.
12016         * textmodes/tildify.el: Doc fixes.
12017         (tildify) <defgroup>: Add:version.
12019         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12020         (glasses-custom-set): Use set-default, not set.
12021         (minor-mode-alist): Propertize the lighter.
12022         (glasses-mode): Provide optional arg.
12024         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12025         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12026         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12027         option.  Provide :type.
12028         (cwarn-configuration): Provide :type.
12029         (cwarn-mode): Doc fix.
12031         * add-log.el (change-log-merge): Doc fix.
12032         (change-log-redate): New command.
12034         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12035         Doze and Dog.
12036         (browse-url): Use dolist, not mapcar.
12037         (browse-url-at-point): Check for null url.
12038         (browse-url-event-buffer, browse-url-event-point): Functions
12039         deleted.
12040         (browse-url-at-mouse, browse-url-netscape): Simplify.
12042         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12043         modes.
12044         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12045         Fix previous change to mapcan.
12046         (msb--init-file-alist, msb--add-separators)
12047         (msb--make-keymap-menu): Simplify.
12048         (msb--choose-file-menu): Use copy-sequence.
12049         (msb-mode-map): Add title to keymap.
12050         (msb-unload-hook): New function.
12052         * bs.el: Fix indentation.
12053         (bs) <defgroup>: Add :links.
12054         (bs-show): Doc fix.
12055         (bs-apply-sort-faces): Don't use window-system.
12056         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12058 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
12060         * calendar/timeclock.el (timeclock-file): Run .timelog through
12061         convert-standard-filename.
12063 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12065         * emacs-lisp/authors.el: New file.
12067         * paren.el (show-paren-priority): New user option.
12068         (show-paren-function): Set overlay priorities to
12069         show-paren-priority.
12071 2000-08-14  Miles Bader  <miles@gnu.org>
12073         * comint.el (comint-bol): Use `forward-line 0' instead of calling
12074         beginning-of-line with inhibit-field-text-motion bound.
12076 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12078         * calendar/timeclock.el: New file.
12080 2000-08-14  David Ponce  <david@dponce.com>
12082         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12083         `widget-button-click'. so that one can use left mouse button to
12084         click on dialog buttons.
12086 2000-08-14  Emmanuel Briot  <briot@gnat.com>
12088         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12089         identifiers, since XML is case sensitive
12091 2000-08-12  Miles Bader  <miles@gnu.org>
12093         * comint.el (comint-output-filter): Don't bother frobbing
12094         window-start, it doesn't seem to be necessary.
12096         * comint.el (comint-send-string, comint-send-region): Make into
12097         real functions.  Snapshot the prompt before sending.
12099 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12101         * info.el (Info-find-emacs-command-nodes): Rewrite to use
12102         technique similar to Info-index, instead of relying on specific
12103         names of relevant Index nodes.
12104         (Info-goto-emacs-command-node): Bind Info-history to nil when
12105         going to the first node found by Info-find-emacs-command-nodes.
12107 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12109         * menu-bar.el (menu-bar-help-menu): Add a :help string.
12111 2000-08-10  Miles Bader  <miles@gnu.org>
12113         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12115 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12117         * info.el (Info-file-list-for-emacs): More elements for the
12118         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12119         and woman manuals.
12121 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
12123         * comint.el (comint-send-input): Make the newline boundary overlay
12124         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
12125         (comint-output-filter): Use `insert' instead of
12126         `insert-before-markers'.  Extend comint-last-output-overlay when
12127         necessary since we can't rely on insert-before-markers to do it.
12128         * gud.el (gud-filter): Use `with-current-buffer' instead of
12129         save-excursion when inserting the output, so that point gets
12130         updated correctly; the old method relied on a rather dodgy
12131         side-effect of comint-output-filter to avoid the effect of
12132         save-excursion.
12134 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12136         * files.el (recover-file): Call insert-directory instead of
12137         invoking `ls' directly.
12139 2000-08-10  Miles Bader  <miles@gnu.org>
12141         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12142         (comint-last-prompt-overlay): New variables.
12143         (comint-output-filter): Implement prompt highlighting.
12144         (comint-snapshot-last-prompt): New function.
12145         (comint-send-input): Snapshot the last prompt.
12146         Use comint-highlight-input-face.
12147         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12148         Use defface instead of defcustom.
12149         (send-invisible, comint-send-eof): Snapshot the last prompt.
12150         (comint-delchar-or-maybe-eof): Use comint-send-eof.
12151         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12153 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
12155         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12156         (regexp-opt-group): Use a list of chars for `letters'.
12157         (regexp-opt-charset): `chars' is now a list of chars.
12158         Use a char-table rather than a vector so it works for multibyte chars.
12160         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
12161         Set cvs-minor-current-files to the selected fileinfo.
12162         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12163         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12165 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
12167         * files.el (insert-directory): Don't call access-file on
12168         directories on DOS and Windows.
12170 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
12172         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12173         longer if necessary.
12174         (ccl-embed-code): Call ccl-embed-data to store CODE in
12175         ccl-program-vector.
12177 2000-08-09  Miles Bader  <miles@gnu.org>
12179         * comint.el (comint-output-filter): Properly handle the case where
12180         the text surrounded by comint-last-output-overlay was deleted.
12182 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
12184         * info.el (Info-insert-dir): Use Info-additional-directory-list if
12185         non-nil.
12186         (Info-file-list-for-emacs): Remove "info" from the list because
12187         that leads to trying to use the documentation from file `info'
12188         in various situations where it isn't appropriate, for instance
12189         C-h C-k C-h i.
12191         * ffap.el (ffap-read-file-or-url-internal): Handle case that
12192         DIR and/or STRING are nil.
12194         * progmodes/compile.el (compilation-setup): Make variable
12195         compilation-error-screen-columns buffer-local, as some comment
12196         in the code suggests it should be.
12198         * files.el (auto-mode-interpreter-regexp): New variable.
12199         (set-auto-mode): Use it.
12201         * indent.el (indent-for-tab-command): Doc fix.
12203         * mouse-sel.el (mouse-sel-mode): Doc fix.
12205         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12206         labels.
12208         * help.el (print-help-return-message): When
12209         display-buffer-reuse-frames is set, let the help window been quit,
12210         instead of deleting it, which might delete a reused frame.
12212 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
12214         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12215         rename a directory to a name that differs only by its letter case.
12217 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
12219         * international/quail.el (quail-define-rules): Handle Quail decode
12220         map correctly.  Add code for supporting annotations.
12221         (quail-install-decode-map): New function.
12222         (quail-defrule-internal): New optional arguments decode-map and
12223         props.
12224         (quail-advice): New function.
12226 2000-08-07  Sam Steingold  <sds@gnu.org>
12228         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12229         `defconst', `define-condition', `with-slots'.
12230         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12232 2000-08-03  Miles Bader  <miles@gnu.org>
12234         * comint.el (comint-use-prompt-regexp-instead-of-fields):
12235         New variable.
12236         (comint-prompt-regexp, comint-get-old-input): Document dependence on
12237         comint-use-prompt-regexp-instead-of-fields.
12238         (comint-send-input): Add `input' field property to stuff we send to
12239         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12240         (comint-output-filter): Add `output' field property to process
12241         output, if comint-use-prompt-regexp-instead-of-fields is nil.
12242         (comint-replace-by-expanded-history)
12243         (comint-get-old-input-default, comint-show-output)
12244         (comint-backward-matching-input, comint-forward-matching-input)
12245         (comint-next-prompt, comint-previous-prompt):  Use field
12246         properties if comint-use-prompt-regexp-instead-of-fields is nil.
12247         (comint-line-beginning-position): New function.
12248         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
12249         (comint-replace-by-expanded-history-before-point): Use
12250         comint-line-beginning-position and line-end-position.
12251         (comint-last-output-overlay): New variable.
12252         (comint-mode): Make `comint-last-output-overlay' buffer-local.
12254         * shell.el (shell-prompt-pattern): Doc change.
12255         (shell-backward-command): Use line-beginning-position.
12257         * gud.el (gud-gdb-complete-command): Use
12258         comint-line-beginning-position.
12260         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12261         comint-bol doesn't actually go to the beginning of the line.
12263         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12264         if comint-use-prompt-regexp-instead-of-fields is non-nil.
12265         (try-expand-line-all-buffers): Likewise.
12267         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12268         explicitly matching comint-prompt-regexp.
12269         (sql-copy-column): Use comint-line-beginning-position instead of
12270         explicitly matching comint-prompt-regexp.
12272         * progmodes/octave-inf.el (inferior-octave-complete): Use
12273         comint-line-beginning-position.
12275         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12277         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12278         looking for a prompt, use `forward-line 0' instead of
12279         `beginning-of-line', to avoid getting caught by an input field.
12281 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
12283         * files.el (shell-quote-wildcard-pattern): Make sure to return
12284         PATTERN, in the Unix case.
12286 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
12288         * play/zone.el (zone): Discard any pending input before running
12289         the randomly-chosen pgm.
12291 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
12293         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12294         checking the existence of any multibyte characters.
12296 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
12298         * help.el (describe-mode): Test minor-mode symbol for being
12299         bound before testing its value for being nil.
12301         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12302         `first', `second', and `third'.
12304         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12305         (second): Make it an alias for `cadr'.
12307 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
12309         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12310         types of display support faces now.
12312 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
12314         * pcvs.el (require): Require `cl' during compilation, only.
12316         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12317         (toplevel): Remove `remq' and `remove' from autoloads.
12318         (cl-fake-autoloads): New variable.  If set, arrange for an error
12319         when CL functions etc. are autoloaded.
12321 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
12323         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12325         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12326         popped up, but the user clicks outside the menu, return an empty
12327         regexp (that causes unhighlight-regexp to have no effect).
12329         * menu-bar.el (menu-bar-games-menu): Add Zone.
12331         * hi-lock.el (toplevel): Require font-lock.
12333 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12335         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12336         (ebnf-8-bit-chars): New var for bug fix.
12337         (ebnf-string): Bug fix.
12339 2000-08-03  Sam Steingold  <sds@gnu.org>
12341         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12342         instead of `buffer-string'.
12343         (require 'cl): Always, not just when compiling.
12344         `ignore-errors' in `interactive', `list*', `defun*' &c make this
12345         necessary.
12347 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
12349         * international/mule-cmds.el (select-safe-coding-system): Make
12350         the message text about selecting a safe coding system more clear.
12352 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
12354         * hi-lock.el: New file.
12356         * play/zone.el: New file.
12358         * replace.el (occur): Set tab-width in the *Occur* buffer to the
12359         value of tab-width in the original buffer.  Choose a line number
12360         format that's a multiple of the original buffer's tab width, so
12361         that lines appear right.
12363         * textmodes/ispell.el (ispell): New function, replacing an alias.
12364         Spell-check active region if in transient-mark-mode and mark
12365         is active; otherwise spell-check buffer.
12367 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12369         * ps-mule.el: Fix a customization problem on
12370         ps-mule-font-info-database-default.
12372 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
12374         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12375         display-mouse-p instead of window-system.
12376         (ebrowse-member-mode-map): Ditto.
12378 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12380         * progmodes/ebnf2ps.el: Update ps-print functions call.
12381         Indentation fix.  Doc fix.
12382         (ebnf-version): New version number (3.2).
12383         (ebnf-format-color, ebnf-begin-job): Code fix.
12385 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
12387         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12388         font lock support on window-system.
12389         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12391         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12392         display-color-p, if fboundp, instead of window-system.
12394 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
12396         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12397         instead of window-system.
12399         * wid-edit.el (widget-choose): Use display-mouse-p instead of
12400         window-system.
12401         (widget-choice-mouse-down-action): Use display-popup-menus-p
12402         instead of window-system.
12404         * strokes.el (strokes-file): Run the file name through
12405         convert-standard-filename.
12406         (strokes-mode): Call display-mouse-p instead of looking at
12407         window-system.  Change the error message accordingly.
12409         * progmodes/cpp.el (toplevel): Support faces on tty's.
12411         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12412         (lm-plot-square, lm-init-display): Don't use window-system.
12414         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12415         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12417         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12418         instead of looking at window-system.
12420 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12422         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12423         of testing if iswitchb-prepost-hooks is bound, because the
12424         latter will always be true when invoking a recursive minibuffer
12425         from an active Iswitchb buffer.
12427 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
12429         * files.el (shell-quote-wildcard-pattern): New function.
12430         (insert-directory): Call it.  Only prepend "\" to command on Unix
12431         and GNU/Linux systems.
12433 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12435         * eshell/esh-groups.el: Change custom :link file names
12436         from `eshell.info' to `eshell'.
12438 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
12440         * dired.el (dired-build-subdir-alist): Expand subdirectory names
12441         correctly in recursive ange-ftp listings.
12443 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12445         * ps-print.el: Fix bug 1: if ps-font-size-internal,
12446         ps-header-font-size-internal and
12447         ps-header-title-font-size-internal variables are not set,
12448         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
12449         face text property is (foreground-color . COLOR) or
12450         `(background-color . COLOR)', ps-print crashes.  Doc fix.
12451         (ps-print-version): New version number (5.2.4).
12452         (ps-plot-region): Code fix.
12453         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12454         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12455         Bug fix 2.
12457 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
12459         * glasses.el (glasses-make-readable): Fix uncapitalization of
12460         identifiers like `myXMLDocument'.
12462 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
12464         * mail/mail-hist.el (mail-hist-previous-input)
12465         (mail-hist-next-input): Do the obvious code factorization.
12466         (mail-hist-retrieve-and-insert): New func, contains common
12467         code of above two.
12468         If inserting a message body, leave point at top.
12470 2000-07-28  Sam Steingold  <sds@gnu.org>
12472         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12473         Use `<=', not `<' to compare times!
12474         (ange-ftp-ls): Remove.
12476 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
12478         * play/cookie1.el: Add explanation of how to make cookie.el
12479         compatible with strfile(1) to comment.
12481         * subr.el (remove, remq): New functions.
12483         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12484         escape `*' in regexps.
12485         (midnight-find): Reverse order of arguments in the funcall of
12486         TEST.
12488         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12489         and `.class'.
12491         * play/meese.el: Add Commentary section.
12493 2000-07-27  Alex Schroeder  <alex@gnu.org>
12495         * sql.el (sql-ms): Added autoload cookie.
12496         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12497         (sql-oracle): Ditto.
12498         (sql-help): Doc change.
12500         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12501         types and exceptions.
12503 2000-07-27  Alex Schroeder  <alex@gnu.org>
12505         * sql.el (sql-placeholder-history): New variable.
12506         (sql-query-placeholders-and-send): New function that will query
12507         the user and replace placeholders with user input.
12508         (sql-oracle): If running on NT, set comint-input-sender to
12509         sql-query-placeholders-and-send.
12511         (sql-stop): If in the SQLi buffer, insert stop notification, else
12512         present it as a message.
12514 2000-07-27  Alex Schroeder  <alex@gnu.org>
12516         * sql.el (sql-input-ring-separator): Doc change.
12517         (sql-input-ring-file-name): Doc change.
12518         (sql-interactive-mode): Use `sql-input-ring-separator' and
12519         `sql-input-ring-file-name' to set the comint-mode equivalents
12520         without making them local variables.
12521         (sql-stop): Don't bind `sql-input-ring-separator' and
12522         `sql-input-ring-file-name' dynamically to their comint-mode
12523         equivalents.
12525 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12527         * international/mule.el (register-char-codings): New function.
12528         (make-coding-system): Handle `safe-chars' specification in the arg
12529         PROPERTY.
12531         * international/mule-cmds.el
12532         (find-coding-systems-region-subset-p): This function deleted.
12533         (sort-coding-systems-predicate): New variable.
12534         (sort-coding-systems): New function.
12535         (find-coding-systems-region): Use
12536         find-coding-systems-region-internal.
12537         (find-coding-systems-string): Use find-coding-systems-region.
12538         (find-coding-systems-for-charsets): Check
12539         char-coding-system-table.
12540         (select-safe-coding-system-accept-default-p): New variable.
12541         (select-safe-coding-system): Mostly rewritten.  New argument
12542         ACCEPT-DEFAULT-P.
12543         (select-message-coding-system): Call select-safe-coding-system
12544         with ACCEPT-DEFAULT-P arg.
12545         (reset-language-environment): Reset default-sendmail-coding-system
12546         to the default value iso-latin-1.
12547         (set-language-environment): Don't set the obsolete variable
12548         charset-origin-alist.
12550         * international/codepage.el (cp-coding-system-for-codepage-1):
12551         Give `safe-chars' property to make-coding-system.
12553         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12554         calling select-message-coding-system twice.
12556         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12557         instead of `safe-charsets'.
12558         (cyrillic-alternativnyj): Likewise.
12559         (ccl-encode-alternativnyj): Don't check the charset
12560         cyrillic-iso8859-5.
12562 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12564         * composite.el (compose-chars-after): Preserve match data.
12566 2000-07-26  Sam Steingold  <sds@gnu.org>
12568         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12569         (ange-ftp-real-file-newer-than-file-p): New function.
12570         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12571         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12573         * tooltip.el (tooltip-float-time): Removed (use `float-time').
12574         * midnight.el (midnight-float-time): Ditto.
12576 2000-07-26  Andreas Schwab  <schwab@suse.de>
12578         * files.el (normal-backup-enable-predicate): Correct
12579         interpretation of the return value of compare-strings.
12581 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
12583         * isearch.el (isearch-resume): New function.
12584         (isearch-done): Add something to command-history to resume
12585         the search.
12586         (isearch-yank-line, isearch-yank-word): Use
12587         buffer-substring-no-properties instead of buffer-substring.
12589         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12590         of flyspell-mouse-map.
12592         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12593         duplicate definition.
12594         (makefile-mode): Remove duplicate setting of local-abbrev-table.
12596         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12597         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12599 2000-07-25  Sam Steingold  <sds@gnu.org>
12601         * net/ange-ftp.el: Get modtime over the net.
12602         (ange-ftp-file-modtime): New function.
12603         (ange-ftp-write-region, ange-ftp-insert-file-contents)
12604         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12605         Use it.
12606         (ange-ftp-dot-to-slash): New function.
12607         (ange-ftp-fix-name-for-vms): Use it.
12609         * midnight.el (midnight-buffer-display-time): Use
12610         `with-current-buffer'.
12612 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
12614         * find-dired.el: Update copyright notice.
12615         (find-dired): Offer to kill a running `find'.
12617         * enriched.el (enriched-face-ans): For a `foreground-color'
12618         property, return '(("x-color" COLOR))' so that COLOR will be
12619         output as a parameter of the x-color annotation.  Likewise for the
12620         `background-color' property.  In the case of normal face
12621         properties, don't return annotations for unspecified foreground
12622         and background face attributes.
12624 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
12626         * language/japan-util.el (japanese-katakana-region): Fix handling
12627         HANKAKU argument.
12629 2000-07-25  Miles Bader  <miles@gnu.org>
12631         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12632         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
12633         constrain-to-field.
12635 2000-07-24  Andrew Innes  <andrewi@gnu.org>
12637         * timer.el (timer-activate-when-idle): Add optional parameter
12638         DONT-WAIT.  Update docstring.
12639         (run-with-idle-timer): Specify extra parameter to
12640         timer-activate-when-idle, so that timer will be activated
12641         immediately if Emacs is already idle.
12643         * w32-fns.el (w32-using-nt): Fix docstring.
12645 2000-07-24  Dave Love  <fx@gnu.org>
12647         * mouse.el (popup-menu): Set last-command-event.
12648         (mouse-major-mode-menu-prefix): Declare.
12650 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
12652         * textmodes/flyspell.el: Update to author's version 1.5d.
12654         * progmodes/hideshow.el: Update copyright notice.
12656         * vcursor.el: Set maintainer to FSF, since author cannot
12657         be reached.
12659 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
12661         * info.el (Info-goto-emacs-key-command-node): Leave a space after
12662         the prompt.
12664         * mouse.el (popup-menu): Run the keymap through indirect-function,
12665         in case it was defined with define-prefix-key.  If the menu is a
12666         list of keymaps, look up the binding of user's choice in each one
12667         of the keymaps.
12668         (mouse-popup-menubar): If the global and local menu-bar keymaps
12669         don't have a prompt string, create one and insert it into the
12670         keymap.  Don't barf if current-local-map returns nil.
12672 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
12674         * dired.el (dired-sort-R-check): Added to allow recursive listing
12675         to be undone.
12676         (dired-sort-other): Use it.
12678 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12680         * Release of cc-mode 5.27
12682 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12684         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12685         c-beginning-of-statement-1 that caused a bad case of recursion
12686         which could consume a lot of CPU in large classes in languages
12687         that have in-expression classes (i.e. Java and Pike).
12689         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12690         statements before top level constructs (i.e. case 6 is moved
12691         before case 5 and is now case 4) to catch in-expression
12692         classes in top level expressions correctly.
12694 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12696         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12697         objc-method-intro. Case 4 removed and case 5I added.
12699         * cc-langs.el (c-append-paragraph-start): New variable used by
12700         c-common-init to get paragraph-start correct.
12701         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12702         initialize paragraph-start to make it correct both with and
12703         without the javadoc special case.
12705         * cc-mode.el (java-mode): Use c-append-paragraph-start to
12706         initialize paragraph-start for javadoc markup.
12708         * cc-vars.el (c-style-variables-are-local-p): Incompatible
12709         change by defaulting this to t.  It's motivated by the
12710         confusing behavior that otherwise arise from the style system
12711         when editing both java and non-java files at the same time
12712         (see the comments about style setting in c-common-init).
12714 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12716         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12717         similar to the one in c-fill-paragraph to check the fill
12718         prefix from the adaptive fill function for sanity.
12720 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12722         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12723         defun block.
12725 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12727         * cc-align.el (c-lineup-multi-inher): Handle lines with
12728         leading comma nicely. Extended to handle member initializers
12729         too.
12731         * cc-engine.el: (c-beginning-of-inheritance-list,
12732         c-guess-basic-syntax): Fixed recognition of inheritance lists
12733         when the lines begins with a comma.
12735         * cc-vars.el (c-offsets-alist): Changed default for
12736         member-init-cont to c-lineup-multi-inher since it now handles
12737         member initializers and indents better for leading commas.
12739 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12741         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12742         handling that caused class open lines to be recognized as
12743         statement-conts in some cases.
12745         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12746         guessed by the adaptive fill function unless point is on the
12747         first line of a block comment.
12749         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12750         when the buffer ends with a macro continuation char.
12752         * cc-engine.el (c-guess-basic-syntax): Added support for
12753         function definitions as statements in Pike.  The first
12754         statement in a lambda block is now labeled defun-block-intro
12755         instead of statement-block-intro.
12757         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12758         so that the class surrounding point is selected, not the one
12759         innermost in the state.
12761         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12762         recognition of switch labels having hanging multiline
12763         statements.
12765         * cc-engine.el (c-beginning-of-member-init-list): Broke out
12766         some code in c-guess-basic-syntax to a separate function.
12767         * cc-engine.el (c-just-after-func-arglist-p): Fixed
12768         recognition of member inits with multiple line arglists.
12769         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12770         member-init-cont when the commas are in funny places.
12772 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12774         * cc-defs.el (c-auto-newline): Removed this macro since it's
12775         not used anymore.
12777         * cc-engine.el (c-looking-at-bos): New helper function.
12778         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12779         inexpr and toplevel classes apart in Pike.
12781         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12782         of case 9A.
12784         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12785         constant, since "class" can introduce an in-expression class
12786         in Pike nowadays.
12788 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12790         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12791         indentation on cpp-macro lines.
12793         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12794         a syntax modifier like comment-intro, to make it possible to
12795         get syntactic indentation for preprocessor directives.  It's
12796         incompatible wrt to lineup functions on cpp-macro, but it has
12797         no observable effect in the 99.9% common case where cpp-macro
12798         is set to -1000.
12800 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12802         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12803         member-init-cont when the preceding arglist is several lines.
12805 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12807         * cc-styles.el (c-style-alist): The basic offset for the BSD
12808         style corrected to 8.
12810 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12812         * cc-styles.el (c-style-alist): Adjusted the indentation of
12813         brace list openers in the gnu style.
12815 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12817         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12819         * cc-cmds.el (c-electric-brace, c-electric-slash,
12820         c-electric-star, c-electric-semi&comma, c-electric-colon,
12821         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12822         when c-syntactic-indentation is nil.
12824         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12825         we were left at comments preceding the first statement when
12826         reaching the beginning of the buffer.
12828         * cc-vars.el (c-syntactic-indentation): New variable to turn
12829         off all syntactic indentation.
12831 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12833         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12834         between the text and the block comment ender when it hangs,
12835         depending on how many there are before the fill.
12837 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12839         * cc-engine.el (c-beginning-of-closest-statement): New helper
12840         function to go back to the closest preceding statement start,
12841         which could be inside a conditional statement.
12842         * cc-engine.el (c-guess-basic-syntax): Use
12843         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12845         * cc-engine.el (c-guess-basic-syntax): Better handling of
12846         arglist-intro, arglist-cont-nonempty and arglist-close when
12847         the arglist is nested inside parens.  Cases 7A, 7C and 7F
12848         changed.
12850         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12851         up-to-date with javadoc 1.2.
12853 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12855         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12856         multiline Pike type decls.
12858 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12860         * cc-cmds.el (c-indent-new-comment-line): Always break
12861         multiline comments in multiline mode, regardless of
12862         comment-multi-line.
12864 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12866         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12867         fully::qualified::names in C++ member init lists.  Preamble in
12868         case 5D changed.
12870 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12872         * cc-langs.el (c-common-init): Handling of obsolete variables
12873         moved to c-initialize-cc-mode.  More compatible style override
12874         when using global style variables.
12875         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12876         variables moved here.
12878         * cc-styles.el (c-make-styles-buffer-local): Flag style
12879         variable localness in c-style-variables-are-local-p to make
12880         the compatibility measure in c-common-init work well.
12882         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12883         longer contain set-from-style.
12884         * cc-styles.el (c-initialize-builtin-style): Don't check for
12885         set-from-style on c-special-indent-hook.
12886         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
12887         copy-alist is sufficient now.
12889         * cc-styles.el (c-set-style, c-set-style-1,
12890         c-get-style-variables): Fixes to variable initialization so
12891         that duplicate entries in styles have the same effect
12892         regardless of DONT-OVERRIDE.
12894         * cc-styles.el (c-set-style-2): Fixed bug where the
12895         initialization of inheriting styles failed when the
12896         dont-override flag is set.
12898         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12899         on this.
12901 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12903         * cc-defs.el (c-forward-comment): Removed the workaround
12904         introduced in 5.38 since it had worse side-effects.  If a line
12905         contains the string "//\"", it regarded the // as a comment
12906         start since the \ temporarily doesn't have escape syntax.
12908 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
12910         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12911         ada-xref.el before ada-prj.el, so that the Project menu is created
12912         when ada-prj tries to add to it.
12913         (ada-activate-keys-for-case): Suppress the characters that are not
12914         part of the Ada syntax. Better compatibility with else-mode
12915         (ada-adjust-case-interactive): When auto-casing is not active,
12916         correctly insert newlines (used to insert only ^M).  Prevent the
12917         syntax table from being changed in case of an error
12918         (or '_' becomes part of a word and some commands are confused).
12919         Do nothing if ada-auto-case is nil.
12920         (ada-after-keyword-p): Ignore keywords that are also attributes
12921         (ada-batch-reformat): Update usage comment
12922         (ada-call-from-contextual-menu): New function
12923         (ada-case-read-exceptions): Reinitialize the casing exception list
12924         first to nil first, so that the casing exception file can be
12925         shared.
12926         (ada-check-defun-name): Handles "configure" keyword for gnatdist
12927         files.
12928         (ada-compile-goto-error): Fix regexp used to detect a file:line
12929         anywhere in the error message
12930         (ada-contextual-menu-last-point): New variable
12931         (ada-create-keymap): If the variable delete-key-deletes-forward is
12932         t on XEmacs, it means that DEL should delete one character
12933         forward.
12934         (ada-create-menu): Use :included instead of :visible for XEmacs.
12935         New submenu "Options".
12936         (ada-end-stmt-re): Correctly indent "select ... then abort"
12937         statements.
12938         (ada-fill-comment-paragraph): Correctly delete all leading '--'
12939         even if they don't match ada-fill-comment-prefix Fix handling of
12940         paragraphs on the first or last line of a file.
12941         (ada-format-paramlist): Fix handling of default parameter values.
12942         (ada-get-body-name): New function.
12943         (ada-get-current-indent): Optimized by searchling directly for an
12944         existing generic part or a statement outside of it.  Handle
12945         ada-indent-align-comments when indenting comments Replaced some
12946         regexps by testing directly the next character. This results in a
12947         huge speedup on some files.  New indentation scheme for renames
12948         statements.  Stop looking for the 'while' or 'for' associated with
12949         a 'loop' at the first semicolon encountered.  A "return" can also
12950         match an anonymous access subprogram declaration.
12951         (ada-get-indent-noindent): Ignore strings and comments when
12952         looking for the keywords "record" and "private".
12953         (ada-goto-matching-decl-start): When matching "if", make sure we
12954         are not in fact seeing "end if".  Ignore "when" statements except
12955         when initial keyword was "begin".  Fix handling of nested
12956         procedures.  Add a recursive call to this function to skip over
12957         other 'end' statmts.  Fix indentation for "when .. => begin"
12958         (ada-in-open-paren-p): Fix indentation for complex boolean
12959         expressions, where 'and then', 'or else' and parenthesis
12960         statements are mixed up.
12961         (ada-in-paramlist-p): Skip comments while searching for the
12962         beginning Fix handling of operator declarations.
12963         (ada-indent-align-comments): New variable
12964         (ada-indent-current): Change the syntax table only in the
12965         protected section, so that we are sure it is restored correctly.
12966         (ada-indent-on-previous-lines): Use ada-use-indent and
12967         ada-with-indent Correctly indent "select ... then"
12968         (ada-indent-region): Slight speedup.
12969         (ada-indent-renames): New variable.
12970         (ada-last-which-function-subprog, ada-last-which-function-line):
12971         New variables
12972         (ada-looking-at-semi-private): Correctly indent the 'private'
12973         keyword when it is the first word in a package declaration.
12974         (ada-loose-case-word): Stop searching if at the end of the buffer.
12975         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12976         even if point is not initially at the end of the word.
12977         (ada-matching-decl-start-re): Add "when".
12978         (ada-mode): Add support for abbrev-mode, outline-mode and
12979         which-func-mode Override the old find-file.el entry in
12980         ff-special-constructs since it is using the obsolete
12981         ada-spec-suffix variable
12982         (ada-no-auto-case): New function
12983         (ada-scan-paramlist): When parsing the argument type, accept
12984         spaces (as in "X 'Class", generated by Rational Rose).
12985         (ada-other-file-name): No longer loads the other file.
12986         (ada-popup-menu): Save and restore the current buffer and cursor
12987         position before and after displaying the menu.
12988         (ada-search-ignore-complex-boolean): New function.
12989         (ada-uncomment-region): Emacs21 already knows how to delete
12990         comments not starting in the first column.
12991         (ada-use-indent): New variable
12992         (ada-which-function): New function.
12993         (ada-with-indent): New variable
12994         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12995         can be batch-compiled from the command line.
12997         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12998         Add to the menu when the file is loaded, not in ada-mode-hook.
12999         Add -toolbar to the default ddd command Switches moved from
13000         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13001         ada-prj-default-comp-opt
13002         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13003         Reference Manual to the menu
13004         (ada-check-current): rewritten as a call to ada-compile-current
13005         (ada-compile): Removed.
13006         (ada-compile-application, ada-compile-current, ada-check-current):
13007         Set the compilation-search-path so that compile.el automatically
13008         finds the sources in src_dir.  Automatic scrollong of the
13009         compilation buffer.  C-uC-cC-c asks for confirmation before
13010         compiling
13011         (ada-compile-current): New parameter, prj-field
13012         (ada-complete-identifier): Load the .ali file before doing
13013         processing
13014         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13015         conform to gnatmake's behavior.
13016         (ada-find-file-in-dir): New function
13017         (ada-find-references): Set the environment variables for gnatfind
13018         (ada-find-src-file-in-dir): New function.
13019         (ada-first-non-nil): Removed
13020         (ada-gdb-application): Add support for jdb, the java debugger.
13021         (ada-get-ada-file-name): Load the original-file first if not done
13022         yet.
13023         (ada-get-all-references): Handles the new ali syntax (parent types
13024         are found between <>).
13025         (ada-initialize-runtime-library): New function
13026         (ada-mode-hook): Always load a project file when a file is opened,
13027         so that the casing exceptions are correctly read.
13028         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13029         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13030         to open the project file, since the latter does not work with
13031         speedbar Get default values before loading the prj file, or the
13032         default executable file name is wrong.  Use the absolute value of
13033         src_dir to initialize ada-search-directories and
13034         compilation-search-path,...  Add the standard runtime library to
13035         the search path for find-file.
13036         (ada-prj-default-debugger): Was missing an opening '{'
13037         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13038         variables.
13039         (ada-prj-default-gnatmake-opt): New variable
13040         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13041         buffers, the project file is the default one Save the windows
13042         configuration before displaying the menu.
13043         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13044         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13045         ...)  regexp-quote identifiers names to support operators +,
13046         -,... in regexps.
13047         (ada-remote): New function.
13048         (ada-run-application): Erase the output buffer before starting the
13049         run Support remote execution of the application.  Use
13050         call-process, or the arguments are incorrectly parsed
13051         (ada-set-default-project-file): Reread the content of the active
13052         project file, not the one from the current buffer When a project
13053         file is set as the default project, all directories are
13054         automatically associated with it.
13055         (ada-set-environment): New function
13056         (ada-treat-cmd-string): New special variable ${current}
13057         (ada-treat-cmd-string): Revised.  The substitution is now done for
13058         any ${...} substring
13059         (ada-xref-current): If no body was found, compiles the spec
13060         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13061         compiler to get rid of command line length limitations.
13062         (ada-xref-get-project-field): New function
13063         (ada-xref-project-files): New variable
13064         (ada-xref-runtime-library-specs-path)
13065         (ada-xref-runtime-library-ali-path): New variables
13066         (ada-xref-set-default-prj-values): Default run command now does a
13067         cd to the build directory.  New field: main_unit Provide a default
13068         file name even if the current buffer has no prj file.
13070         * ada-prj.el:
13071         Rewritten to show a tabbed-dialog.
13072         (ada-prj-add-ada-menu): Remove the map and name parameters.
13073         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13074         New function
13075         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13076         (ada-prj-load-from-file): New function
13077         (ada-prj-save): Always save fields that depend on the current buffer
13078         (ada-prj-show-value): New function
13080         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13081         Ada mode. This will allow us to display the Ada menu in any buffer
13082         we want (for project items).
13083         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13084         number of spaces in the header.
13086 2000-07-24  Dave Love  <fx@gnu.org>
13088         * ediff-init.el (ediff-region-help-echo): Bind face-help.
13090 2000-07-23  Noah Friedman  <friedman@splode.com>
13092         * type-break.el (type-break): perform autosave.
13093         Suggested by Stephen Gildea <gildea@intouchsys.com>.
13094         (type-break-do-query): Cancel query schedule while performing
13095         actual query, to avoid possibility of a second query being made
13096         while first one is already in progress.
13097         (type-break-time-stamp-format): New variable.
13098         (type-break-time-stamp): New function.
13099         (type-break-time-warning): Use it.
13100         (type-break-keystroke-warning): Use it.
13101         (type-break-noninteractive-query): Use it.
13103         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13104         cookie.
13105         Use add-minor-mode to set minor-mode-alist, if available.
13106         (eldoc-echo-area-use-multiline-p): New user option.
13107         (eldoc-echo-area-multiline-supported-p): New variable.
13108         (eldoc-docstring-format-sym-doc): Use them.
13109         (eldoc-mode): If not using idle timers, append to local post and
13110         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
13111         (eldoc-display-message-no-interference-p): Don't interfere with
13112         edebug.
13113         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13114         (eldoc-function-arglist): New function.
13115         (eldoc-function-argstring): Use it.
13117         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13118         auto save directory exists before calling directory-files.
13120 2000-07-23  Dave Love  <fx@gnu.org>
13122         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13123         ^o, ^u.
13125 2000-07-21  Dave Love  <fx@gnu.org>
13127         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13128         now passed to the function.  It now works properly.
13130         * smerge-mode.el (smerge-mode-menu): Fill it out.
13132 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
13134         * info-look.el (info-lookup): If *info* is shown in another frame
13135         on the same display, select that frame, instead of switching to
13136         the Info buffer in another window of the selected frame.
13138         * simple.el (universal-argument-map): Bind numeric keypad keys
13139         kp-0 to kp-9 and kp-subtract.
13140         (digit-argument): Handle these keys.
13142 2000-07-20  Dave Love  <fx@gnu.org>
13144         * net/goto-addr.el (goto-address-fontify): Don't bother with
13145         buffer-modified and read-only stuff -- irrelevant with overlays.
13146         Put an extra property on the overlays and use it to clean up in
13147         case goto-address is re-run.
13149 2000-07-19  Richard M. Stallman  <rms@gnu.org>
13151         * timer.el (run-with-idle-timer): Doc fix.
13153         * mail/mail-utils.el (mail-strip-quoted-names):
13154         Handle case where <...> appears inside "...".
13155         Use replace-match to edit the string more simply.
13156         (rmail-dont-reply-to): Cope with an unmatched ".
13158 2000-07-19  Dave Love  <fx@gnu.org>
13160         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13161         implementation.
13163         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13164         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13165         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13167 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
13169         * textmodes/refer.el: Correct maintainer's email address.
13171         * progmodes/hideif.el: Correct author's email address.
13172         Fix typo in comment.
13174         * xml.el: New file.
13176         * mail/mailheader.el: Correct author's mail address.
13178         * gnus/parse-time.el: Correct author's mail address.
13180 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
13182         * comint.el (comint-highlight-input, comint-highlight-face):
13183         New user options.
13184         (comint-input-ring-file-name): Change custom type.
13185         (comint-mode-map): Bind mouse-2.
13186         (comint-insert-clicked-input): New function.
13187         (comint-send-input): Handle input highlighting.
13189 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
13191         * mouse.el (popup-menu): New function.
13192         (mouse-major-mode-menu): Use it.
13194 2000-07-18  Dave Love  <fx@gnu.org>
13196         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13197         improvements.
13199 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13201         * faces.el (face-font-selection-order)
13202         (face-font-family-alternatives): Add custom type.
13204 2000-07-18  Dave Love  <fx@gnu.org>
13206         * cus-edit.el (custom-variable-reset-saved)
13207         (custom-variable-reset-standard): Remove unused bindings.
13209         * rect.el (open-rectangle-line): Remove unused let.
13211         * hl-line.el (hl-line-highlight): Check hl-line-mode.
13213 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13215         * cdl.el: Fix `Maintainer' keyword.
13217         * play/pong.el: Add author's email address.
13219 2000-07-17  Sam Steingold  <sds@gnu.org>
13221         * files.el (insert-directory): Call `split-string' instead of
13222         re-implementing it.
13224 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13226         * mail/vms-pmail.el: Change maintainer to FSF.
13228         * net/goto-addr.el: Change maintainer to FSF.
13230         * info.el (Info-title-face-alist): Removed.
13232 2000-07-18  David Ponce  <david@dponce.com>
13234         * recentf.el (recentf-open-files): New command that works like
13235         `recentf-open-more-files', but shows the whole list of files (not just
13236         those omitted from the menu). Useful if you don't use a menu-bar!
13237         (recentf-open-more-files) Modified to use `recentf-open-files'.
13239         (recentf-open-files, recentf-open-more-files)
13240         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13242         (recentf-dialog-mode): New mode for dialogs. You can now just type
13243         "q" to cancel the dialogs.
13245 2000-07-18  David Ponce  <david@dponce.com>
13247         * recentf.el: This is a major update of recentf.el. It adds new
13248         features to better organize the recentf menu and "More..." buffer.
13250         Using new provided menu filtering functions you can now organize the
13251         recent files list:
13253         - by major modes
13254         - by directories
13255         - by user defined rules
13257         Finally, with the new `recentf-filter-changer' customizable filter you
13258         can define a ring of filters and dynamically (via the menu) cycle on
13259         each menu organization in the ring (a la msb).
13261 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
13263         * eshell/eshell.el (eshell): Replace links to eshell.info with
13264         links to eshell, to avoid problems on systems where the manual is
13265         installed as `eshell'.
13266         * eshell/esh-cmd.el (eshell-cmd): Ditto.
13267         * eshell/em-smart.el (eshell-smart): Ditto.
13268         * eshell/em-banner.el (eshell-banner): Ditto.
13269         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13271         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13272         same-file check in the MS-DOS version (it does support inodes).
13274         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13276         * eshell/eshell.el (eshell-directory-name):
13277         Run default directory name through convert-standard-filename.
13279 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
13281         * international/mule-cmds.el (select-safe-coding-system):
13282         Fix typo in the comment.
13284         * language/european.el (compound-text):
13285         Force katakana-jisx0201 to be designated to G1.
13287         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13288         Don't translate some national variant characters of latin-jisx0201.
13289         (x-ctext): Force katakana-jisx0201 to be designated to G1.
13291         * international/kkc.el (kkc-after-update-conversion-functions):
13292         New variable.
13293         (kkc-update-conversion): Run functions in it at the tail.
13295 2000-07-16  John Wiegley  <johnw@gnu.org>
13297         * lisp/align.el (align-newline-and-indent):
13298         Adding new function.  for auto-aligning blocks of code on RET.
13299         (align-region): Fixed badly formatted minibuffer message.
13301 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
13303         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13304         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
13305         the conversion list at first if appropriate.
13306         (kkc-next): Don't update kkc-next-count here.
13307         (kkc-prev): Don't update kkc-prev-count here.
13308         (kkc-show-conversion-list-update): Fix setting up of conversion
13309         list message.
13311 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13313         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13315 2000-07-16  Dave Love  <fx@gnu.org>
13317         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13318         function to be more specific.
13320         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13321         non-string help-echo.
13322         (widget-types-convert-widget): Defsubst it.
13323         (widget-echo-help): Try to cope with a help-echo function of two
13324         possible sorts.
13326 2000-07-15  Jason Rumney  <jasonr@gnu.org>
13328         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13329         Declare as obsolete.
13331         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13333 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
13335         * hilit-chg.el: Fix typo.
13337 2000-07-14  Dave Love  <fx@gnu.org>
13339         * info.el (Info-mode-menu): Fix use of :help, :enable.
13341 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
13343         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13345 2000-07-13  Dave Love  <fx@gnu.org>
13347         * emacs-lisp/easymenu.el: Doc fixes.
13348         (easy-menu-remove): Defalias to ignore.
13350         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13351         Call throw correctly.
13353 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
13355         * faces.el (frame-background-mode): Doc fix.
13357         * simple.el (eval-expression-print-length): Change custom type to
13358         allow entering nil as value.
13360 2000-07-13  Dave Love  <fx@gnu.org>
13362         * progmodes/fortran.el (fortran-imenu-generic-expression):
13363         Change definition layout.
13364         (fortran-mode-menu): Reinstate customize entries.
13366         * cus-edit.el (custom-group-menu-create, customize-menu-create):
13367         Use :filter, per old XEmacs code.
13369 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
13371         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13372         event when deciding what to send to the terminal.
13374 2000-07-12  Dave Love  <fx@gnu.org>
13376         * cus-start.el: Add optional version as 4th element of specs and
13377         use it for several things new in v21.  Remove load-path.  Fix type
13378         of line-number-display-limit.
13380 2000-07-11  Dave Love  <fx@gnu.org>
13382         * progmodes/fortran.el: Don't require easymenu.
13383         Use repeat counts in various regexps.
13384         (fortran-mode-syntax-table): Defvar directly.
13385         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13386         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13387         Use defvar, not defconst.
13388         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
13389         (fortran-mode): Set fortran-comment-line-start-skip,
13390         fortran-comment-line-start-skip, dabbrev-case-fold-search.
13391         (fortran-comment-indent): Use defsubst.
13392         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13393         Use fortran-comment-indent, not fortran-comment-indent-function.
13394         (fortran-comment-region, fortran-electric-line-number): Simplify.
13395         (fortran-auto-fill): New function.
13396         (fortran-do-auto-fill): Deleted.
13397         (fortran-find-comment-start-skip):
13398         Check for non-null comment-start-skip.
13399         (fortran-auto-fill-mode, fortran-fill-statement):
13400         Use fortran-auto-fill.
13401         (fortran-fill): Use fortran-auto-fill.  Check for null
13402         comment-start-skip.  Simplify final clause and use end-of-line finally.
13404         * widget.el (widget-plist-member): New alias.
13406 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
13408         * eshell/esh-module.el (toplevel): Reference
13409         byte-compile-current-file only if it is bound.
13411 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
13413         * dired.el: Don't require `dired-aux'.
13415 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
13417         * dired-aux.el (dired-show-file-type): New function.
13418         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13419         (dired-show-file-type): Add autoload.
13421 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
13423         * international/mule-diag.el (describe-font): Adjusted for the
13424         change of fontset-info.
13425         (print-fontset): Likewise.
13427 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
13429         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13431 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
13433         * bindings.el: Bind `[delete]' to delete-char.
13435         * dired.el (dired-find-alternate-file): New function.
13436         (dired-mode-map): Bind `a' to dired-find-alternate-file.
13437         (toplevel): Require dired-aux when compiling.
13438         (dired-buffers): Move defvar within file to avoid compiler warning.
13440         * info.el (Info-last-search): Variable removed.
13441         (Info-search-history): New variable.
13442         (Info-search): New Info-search-history.
13444         * battery.el, info-look.el: Change author's mail address.
13446 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13448         * mail/rmail.el (rmail-clear-headers): Don't throw an error
13449         if rmail-ignored-headers is nil.
13450         (rmail-retry-failure): Bind rmail-ignored-headers and
13451         rmail-displayed-headers to nil.
13453 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
13455         * lpr.el (lpr-page-header-switches): Add `-h' switch.
13456         (print-region-1): Don't hard code `-h' here.
13458         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13460 2000-07-01  Francesco Potorti`  <pot@gnu.org>
13462         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13463         exim can use "your message" instead of "the message".
13465 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13467         * facemenu.el: Docstrings fixes.
13468         (facemenu-get-face): Don't use internal-find-face.
13469         (facemenu-iterate): Rename arg to match the docstring.
13471         * newcomment.el (uncomment-region): Be more careful when skipping
13472         backwards over `=' not to bump into BOBP.
13474 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
13476         * ediff-diff.el (ediff-wordify): Use syntax table.
13477         * ediff-init.el (ediff-has-face-support-p): Use
13478         ediff-color-display-p.
13479         (ediff-color-display-p): Use display-color-p, changed to defun
13480         from defsubst.
13481         Got rid of special cases for NeXT and OS/2.
13482         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13483         face.
13485 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13487         * emacs-lisp/lucid.el: Require CL.
13488         (copy-tree, remprop): Remove, it's provided by CL.
13489         (map-keymap): Define in terms of cl-map-keymap.
13490         (extent-property, set-extent-end-glyph): New functions.
13492         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13494 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13496         * Makefile.in (DONTCOMPILE): Add comment that the name may
13497         not be changed without changing the make-dist script.
13499         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13500         (cl-mapc): Use mapc instead of cl-old-mapc.
13502 2000-07-05  Andrew Innes  <andrewi@gnu.org>
13504         * makefile.nt: Add support for `bootstrap' and related targets.
13506 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13508         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13509         (easy-menu-do-define): Use `menu-item' format.
13510         Handle case where easy-menu-create-menu returns a symbol.
13511         Manually call the potential top-level filter in the function binding.
13512         (easy-menu-filter-return): New arg NAME.
13513         Convert to a keymap if MENU is an XEmacs menu.
13514         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
13515         (easy-menu-converted-items-table, easy-menu-convert-item):
13516         New var and fun to memoize easy-menu-convert-item-1.
13517         (easy-menu-do-add-item): Use it.
13518         (easy-menu-create-menu): Use easy-menu-convert-item.
13519         Wrap easy-menu-filter-return around any :filter specification.
13520         Don't convert the menu if a filter was specified.
13521         Tell easy-menu-make-symbol not to check for MENU being an expression.
13522         (easy-menu-make-symbol): New arg NOEXP.
13524 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13526         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13527         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13528         (eval-defun): If called with prefix arg, instrument code for
13529         Edebug.
13531         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13532         similar to that of eval-defun.
13534 2000-07-04  Dave Love  <fx@gnu.org>
13536         * hl-line.el (hl-line-overlay): Make it permanent-local.
13538         * calendar/todo-mode.el: Replaced with a working version, based on
13539         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13541 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
13543         * paths.el (prune-directory-list): New function.
13544         (Info-default-directory-list): Rewritten to more methodically
13545         enumerate a big list of possible info directories (based on the
13546         list used by the standalone info reader).
13548         * info.el (info-initialize): Use prune-directory-list to remove
13549         non-existent directories from Info-directory-list.
13551         * paths.el (Info-default-directory-list): Try a list of possible
13552         info-directories instead of a single one.  Add the possible
13553         info directory "/usr/share/info".
13555         * woman.el (woman-man.conf-path): Explicitly include the debian
13556         man-db config file "/etc/manpath.config".
13557         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13558         are present in `manpath.config'.
13559         (woman-manpath): Include "/usr/share/man".
13561 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
13563         * frame.el (blink-cursor-mode): Don't hide cursor initially.
13565         * startup.el (command-line): Initialize blink-cursor based
13566         on window-system.
13568         * frame.el (blink-cursor): Default to nil if not running under
13569         a window-system.
13571         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13572         (face-x-resources): Remove duplicate entry for :font.
13574         * textmodes/refer.el (refer-find-entry-internal): Use some-window
13575         instead of cycling through windows with next-window.
13577         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13578         of cycling through windows with next-window.
13580         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13581         of cycling through windows with next-window.
13583         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13584         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13585         instead of cycling through windows with next-window.
13587         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13588         instead of cycling through windows with next-window.
13590         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13591         of cycling through windows with next-window.
13593         * terminal.el (te-process-output): Use walk-windows instead of
13594         cycling through windows with next-window.
13596         * server.el (server-switch-buffer): Use some-window instead of
13597         cycling through windows with next-window.
13599         * window.el (some-window): New function.
13600         (walk-windows): Remove reference to walk-windows-start.
13602         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13604 2000-07-03  Richard Stallman  <rms@gnu.org>
13606         * window.el (walk-windows): Guarantee termination by keeping a list
13607         of all the windows already handled.
13609 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13611         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13612         window-system.
13614         * man.el (Man-notify-when-ready): Don't use window-system.  If
13615         Man-notify-method is newframe, and the display is not
13616         multi-frame, select the frame created for the man page.
13617         (Man-init-defvars): Doc fix.
13619 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
13621         * faces.el (region): Change background color for light background.
13623         * ediff-wind.el (ediff-setup-control-frame): Remove :box
13624         attribute from mode-line face of Ediff control frame.
13626         * replace.el (query-replace-map): Bind `e' like `E'.
13628 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13630         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13631         Change name to "Select All".
13633         * dos-fns.el (convert-standard-filename): Fix last change.
13635 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
13637         * help.el (describe-variable): Don't insert a second `'s' in front
13638         of the string `value is shown below'.  Since the syntax-table is
13639         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13640         an existing `'s', so that this won't be deleted.
13642         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13643         * pcmpl-unix.el: New files.
13645 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
13647         * wid-edit.el (widget-member): Use the new plist-member.
13649 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
13651         * replace.el (perform-replace): Undo change of 2000-04-04.
13652         Instead, move backward 1 character at the end of the loop when
13653         necessary.
13655         * faces.el (fringe): Change face for different backgrounds.
13657         * eshell/esh-module.el (toplevel): Load defgroup's differently;
13658         patch from John.
13660         * eshell/*.el: Change spelling of the Free Software Foundation.
13662         * eshell/esh-toggle.el: Removed.
13664         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13666         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13667         interactively.
13669 2000-06-26  Alex Schroeder  <alex@gnu.org>
13671         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13672         `define-key'; instead of checking `(emacs-version)' check for
13673         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
13674         for `;' and `o' which might be electric.
13676         (sql-electric-stuff): New user option.
13677         (sql-magic-go): New function which uses `sql-electric-stuff'.
13678         (sql-magic-semicolon): New function which uses
13679         `sql-electric-stuff'.
13681         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13682         is not fboundp.
13684         (sql-oracle-options): New variable.
13685         (sql-oracle): Use it.
13687         (sql-imenu-generic-expression): Doc change.
13688         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13689         is used.
13691         (sql-informix): Added command line parameter "-" to force
13692         sql-informix-program to use stdout.
13694 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
13696         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13697         (cp864-decode-table): Doc fix.
13698         (cp720-decode-table): New variable, supports the Arabic OEM
13699         codepage used by Windows.
13700         (cp737-decode-table): New, Greek OEM codepage used by Windows.
13702 2000-06-23  Dave Love  <fx@gnu.org>
13704         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13705         (font-lock-fontify-anchored-keywords): Use
13706         line-beginning-position.
13707         (global-font-lock-mode): Use mapc.
13709 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
13711         * eshell/esh-module.el: Require CL when compiling.
13713 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
13715         * comint.el (comint-substitute-in-file-name): Call replace-match
13716         with second and third arg t.
13718         * cus-edit.el (custom-button-face, custom-button-pressed-face):
13719         Specify foreground color.
13721         * faces.el (tool-bar, mode-line, header-line): Specify foreground
13722         color.
13724         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13726         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13727         cddr instead of cdddr.
13729         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13730         instead of copy-list.
13732         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13733         of copy-list.
13735         * subdirs.el: Add eshell subdirectory.
13737         * eshell: New subdirectory containing the Eshell package.
13739         * pcomplete.el: New file.
13741 2000-06-23  Paul Eggert  <eggert@twinsun.com>
13743         * mail/mailpost.el (post-mail-send-it): Make sure file has
13744         proper permissions from birth.
13746         * files.el (basic-save-buffer-2): When temporarily setting
13747         file modes, set them to current modes plus 0200, not to 0777.
13749         * emerge.el (emerge-make-temp-file): Make sure file has proper
13750         permissions from birth.
13752 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
13754         * files.el (make-backup-file-name-1): On DOS/Windows, run the
13755         backup file name through convert-standard-filename.
13757         * dos-fns.el (convert-standard-filename): Convert leading
13758         directories as well.  When long file names are supported, convert
13759         characters that are invalid in Windows file names.
13761 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13763         * ps-print.el: Fix bug: if ^L is the very first buffer character,
13764         ps-print crashes.  New feature: page selection for printing.  Create
13765         raw-text-unix coding system for XEmacs.  Doc fix.
13766         (ps-print-version): New version number (5.2.3).
13767         (ps-plot-region): Bug fix.
13768         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13769         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13770         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13771         funs.
13772         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13773         (ps-last-page): New vars.
13775 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
13777         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13778         empty option string.
13780 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
13782         * man.el (man): Doc fix.
13784 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
13786         * international/mule-cmds.el (set-language-info-alist): Docstring
13787         fixed.
13789 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
13791         * version.el (emacs-version): Use ISO date format.
13793         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13794         instead of `M-backspace'.
13796         * simple.el (turn-off-auto-fill): New function.
13798 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
13800         * jit-lock.el (with-buffer-prepared-for-jit-lock):
13801         Renamed from with-buffer-prepared-for-font-lock and use
13802         inhibit-modification-hooks rather than setting *-change-functions.
13803         Update all functions to use the new name.
13804         (jit-lock-first-unfontify-pos): New semantics (and doc).
13805         (jit-lock-mode): Make non-interactive.
13806         Don't automatically turn on font-lock.
13807         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13808         Always use jit-lock-after-change.
13809         Remove and restore font-lock-after-change-function.
13810         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13811         (jit-lock-after-unfontify-buffer): Remove.
13812         (jit-lock-stealth-fontify):
13813         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13814         (jit-lock-after-change): Set the `fontified' text-prop to nil.
13816 2000-06-20  Sam Steingold  <sds@gnu.org>
13818         * emacs-lisp/cl-indent.el (toplevel): Indent
13819         `print-unreadable-object' properly.  Untabify.
13821 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13823         * textmodes/reftex.el (reftex-find-citation-regexp-format):
13824         Support for bibentry.
13825         (reftex-compile-variables): Fixed problem with end of section-re.
13827         * texmodes/reftex-dcr.el (reftex-view-crossref,
13828         reftex-view-crossref-from-bibtex):
13829         Deal with changed `reftex-find-citation-regexp-format'.
13830         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13831         Replaced `remprop' with `put'.
13832         (reftex-view-crossref, reftex-view-crossref-when-idle):
13833         Support for bibentry.
13835         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13836         New entry for bibentry package.
13838         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13839         Regexp also matches "\nobibliography".
13841         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13842         Call `reftex-ensure-write-access' before doing anything.
13843         (reftex-ensure-write-access): New function.
13845 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13847         * progmodes/idlwave.el: File re-installed (update to version 4.2)
13849         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13851         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13853         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13856 2000-06-20  Dave Love  <fx@gnu.org>
13858         * faces.el (frame-background-mode): Use set-default, not set, in
13859         setter.
13860         (frame-update-faces, frame-update-face-colors): Define with
13861         defalias.
13863         * enriched.el (enriched-decode-foreground)
13864         (enriched-decode-background): Don't use internal-find-face.
13866         * apropos.el: Doc fixes.
13868         * cus-edit.el (customize-changed-options): Check arg.
13869         (customize-version-lessp): Don't require decimal point.
13871         * custom.el (defcustom, defgroup): Doc fix.
13873         * newcomment.el (comment) <defgroup>: Add :version.
13874         (comment-multi-line): Doc fix.
13876         * emulation/mlsupport.el (define-hooked-local-abbrev,
13877         define-hooked-global-abbrev): Fix, using define-abbrev.
13879 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
13881         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13882         the whole buffer.
13884 2000-06-19  Dave Love  <fx@gnu.org>
13886         * menu-bar.el (menu-bar-options-save): New function.
13887         (menu-bar-options-menu): Use it.
13888         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13889         Simplify.
13891 2000-06-19  Andreas Schwab  <schwab@suse.de>
13893         * progmodes/etags.el (tags-query-replace): Put new parameters
13894         START and END at the end, for backward compatibility.
13896 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
13898         * international/codepage.el:
13899         (cp-coding-system-for-codepage-1): Delete special codes for
13900         generating xxx-dos coding system because now a CCL based coding
13901         system can handle EOL conversion by default.
13903         * international/mule.el (make-coding-system): Generate subsidiary
13904         coding systems for EOL handling variants even for a CCL based
13905         coding system.
13907 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
13909         * international/isearch-x.el (isearch-minibuffer-input-method)
13910         (isearch-minibuffer-input-method-function): These variables
13911         deleted.
13912         (isearch-with-input-method): Don't use the above variables.
13913         (isearch-process-search-multibyte-characters): Likewise.  Call
13914         read-string with the arg INHERIT-INPUT-METHOD t.
13916 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
13918         * font-lock.el (font-lock-after-fontify-buffer)
13919         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13921         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13922         Use consistent make-local-variable style for font-lock-fontified.
13923         (jit-lock-fontify-buffer):
13924         Don't bother checking for font-lock-mode and jit-lock-mode.
13926         * time.el: Remove trailing ^M that prevent CVS-merging.
13928 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
13930         * Makefile.in (distclean): New target.
13932 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
13934         * Makefile.in (srcdir): Define for update-subdirs.
13936 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
13938         * find-lisp.el: New file.
13940 2000-06-16  Andrew Innes  <andrewi@gnu.org>
13942         * time.el (display-time-mail-function): New variable, to allow
13943         external packages to indicate when new mail is available.
13944         (display-time-update): Use it.
13946 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
13948         * international/mule.el (mule-version): Change version name to
13949         SAKAKI.  AOI has already been used by Meadow.
13951         * international/quail.el (quail-show-guidance-buf): To find the
13952         bottom window (but minibuffer), pay attention to the height of
13953         minibuffer.
13955 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13957         * arc-mode.el (archive-mode-map): Use the new menu-item format for
13958         menu-bar menus.  Add help strings.  Don't remove the Edit menu
13959         from the menu bar, as the menu bar has enough space now.
13961         * Makefile.in (SHELL): Make sure /bin/sh is used.
13963         * woman.el (woman-man-buffer): Fix bold and underlined CJK
13964         characters, which use series of two ^H characters instead of one.
13966 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
13968         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13969         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13970         functions.
13971         (Info-find-node-2): Try a case-sensitive search first, then
13972         do a case-insensitive search.
13974         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13975         tutorials.
13977         * complete.el (PC-env-vars-alist): New variable.
13978         (PC-complete-as-file-name): New function.
13979         (partial-completion-mode): Initialize PC-env-vars-alist from
13980         process-environment.
13981         (PC-do-completion): Handle completion of env vars.
13983         * info.el (Info-set-mode-line): Show file name in mode line,
13984         use `*Info*' instead of `Info:'.
13986         * startup.el (command-line-1): Change copyright messages to year
13987         2000.
13989 2000-06-15  Dave Love  <fx@gnu.org>
13991         * net/goto-addr.el (goto-address-fontify): Use keymap property,
13992         not local-map.
13994 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
13996         * international/mule.el (set-buffer-file-coding-system): Almost
13997         rewritten to handle `undecided' as no-op.
13999 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14001         * Makefile.in: New file.
14003         * Makefile: Removed.
14005         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14006         (goto-address-highlight-keymap): Bind C-c RET.
14008 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14010         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14011         inherits buffer-file-coding-system of the current buffer.
14013         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14014         0.  Give correct argument to set-auto-coding-function.
14015         (tar-expunge): For goto-char, use (point-min), not 0.
14016         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14017         (tar-subfile-save-buffer): Likewize.
14019         * international/mule.el
14020         (after-insert-file-set-buffer-file-coding-system): Call
14021         set-buffer-file-coding-system with the arg FORCE t.
14023 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14025         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14026         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14027         the sender is set with `-f'.
14029 2000-06-13  Dave Love  <fx@gnu.org>
14031         * help.el (describe-function-1): Kluge around cases of functions
14032         fset to subrs whose doc doesn't match their symbol-name.
14034         * image.el (insert-image): Default STRING to a space.
14036         * info.el Doc fixes.
14037         (Info-build-node-completions): Match Ref tags.
14039 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14041         * frame.el (display-multi-frame-p, display-multi-font-p): New
14042         defaliases for display-graphic-p.
14044         * hl-line.el: Fixed a typo in commentary.
14046 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14048         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14049         fixed.
14051 2000-06-12  Dave Love  <fx@gnu.org>
14053         * image.el (insert-image): Save a little consing.
14055 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14057         * language/tibet-util.el: Convert all tibetan-1-column characters
14058         to the corresponding tibetan characters.
14059         (tibetan-add-components): Delete code for the special treatment of
14060         'a chung.
14062         * language/tibetan.el (tibetan-composable-pattern): Fix previous
14063         change.
14064         (tibetan-vowel-transcription-alist): More rules added.
14065         (tibetan-composite-vowel-alist): New variable.
14066         (tibetan-precomposition-rule-alist): More rules added.
14068 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14070         * startup.el (command-line): Only call menu-bar-mode if interactive.
14072         * thingatpt.el (toplevel symbol-properties):
14073         * textmodes/makeinfo.el (makeinfo-compile):
14074         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14075         * progmodes/hideif.el (hif-compress-define-list)
14076         (hide-ifdef-use-define-alist):
14077         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14078         (ange-ftp-vms-add-file-entry):
14079         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14080         * man.el (Man-build-man-command):
14081         * mail/rnewspost.el (news-reply-header-hook):
14082         * info.el (Info-insert-dir):
14083         * emulation/mlconvert.el (backward-word, forward-word, setq):
14084         * emacs-lisp/gulp.el (gulp-send-requests):
14085         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14086         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14087         (byte-optimize-apply, end of file):
14088         * emacs-lisp/advice.el (ad-advice-class-completion-table)
14089         (ad-make-freeze-definition):
14090         * startup.el (command-line, command-line-1): Don't quote lambdas.
14092         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14093         (cvs-cleanup-removed): New function.
14094         (cvs-cleanup-functions): New var.
14095         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14096         some flexibility in specifying additional entries to auto-cleanup.
14097         (cvs-quickdir): New function.
14098         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14099         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14100         (cvs-mode-find-file): Check that we are on a filename or dirname
14101         when invoked through a mouse-click.
14102         (cvs-full-path): Remove.
14103         (cvs-dired-action): Re-introduced.
14104         (cvs-dired-noselect): Use it.
14105         (vc-post-command-functions): use this new hook if available.
14107         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14108         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14109         (cvs-filename-map, cvs-dirname-map): Remove.
14110         (cvs-default-action): Remove.
14111         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14112         if the arg is really a keymap.
14113         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14114         Don't hardcode the mapping from state (aka type) to face, but check
14115         the var cvs-fi-<type>-face instead.
14116         (cvs-fileinfo-from-entries): New function.
14118         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14119         Docstring fix.
14120         (cvs-find-file-and-jump): Change default to be safer.
14121         (cvs-mode-diff-map): Define it as a function as well.
14122         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14123         Bind mouse-2 in this global map rather than with text-properties.
14125         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14126         file to resolve the ambiguity between C(conflict) and C(need-merge).
14128 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14130         * international/mule.el (set-buffer-file-coding-system): If
14131         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14132         unconditionally.
14134 2000-06-12  Dave Love  <fx@gnu.org>
14136         * wid-edit.el (widget-specify-button): Really suppress the face if
14137         required.
14139 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
14141         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14143 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
14145         * imenu.el (imenu-generic-expression): Docstring fix.
14147         * composite.el (composition-function-table): Move the `put'
14148         below the autoload cookie so we can load the file before loaddefs.
14150         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14152         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14153         Handle easy-mmode-define-global-mode.
14154         For complex macros like define-minor-mode that can generate
14155         several autoload entries, try to autoload entries in the
14156         macroexpanded code.
14158         * emacs-lisp/easy-mmode.el (define-minor-mode):
14159         If KEYMAP is a symbol, just use it.
14160         Use byte-compile-current-file and load-file-name to infer the
14161         proper :require to pass to defcustom.
14162         Wrap the hook var into `progn' so as not to autoload it.
14163         Add a :autoload-end cookie.
14164         Be more careful about the evaluation of KEYMAP.
14165         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14166         (define-derived-mode): Move define-abbrev-table outside of defvar.
14168 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
14170         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14171         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14172         (backup-compiled-files): Ignore errors during `tar'.
14173         (bootstrap): Make autoloads before elc files.
14175 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
14177         * international/mule.el (set-buffer-file-coding-system): If one of
14178         undecided-XXX is specified, change only EOL conversion.
14180         * international/mule-conf.el (unix): New alias for the coding
14181         system undecided-unix.
14183 2000-06-09  Dave Love  <fx@gnu.org>
14185         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14187         * progmodes/executable.el: Byte compile dynamic.
14188         (executable-insert): Change custom type.
14189         (executable-find): Add autoload cookie.
14190         (executable-make-buffer-file-executable-if-script-p): New
14191         function.  After Noah Friedman.
14193         * files.el (after-save-hook): Customize, with
14194         executable-make-buffer-file-executable-if-script-p as an option.
14196 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
14198         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14199         "tib24p-mule.bdf" for Tibetan.
14201         * composite.el (decompose-composite-char): Declare it as obsolete.
14203         * man.el (Man-fontify-manpage): Pay attention to underline and
14204         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14206 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
14208         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14209         Set maintainer to FSF since author isn't reachable.
14211 2000-06-08  Dave Love  <fx@gnu.org>
14213         * international/mule-cmds.el (select-safe-coding-system): If
14214         DEFAULT-CODING-SYSTEM is not specified, also check the most
14215         preferred coding-system if buffer-file-coding-system is
14216         `undecided'.  From Handa.
14218 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
14220         * international/mule.el
14221         (after-insert-file-set-buffer-file-coding-system): If the buffer
14222         size is greater than INSERTED, judget that we are not visiting.
14224 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
14226         * whitespace.el (defgroup whitespace): Comment out `:version'.
14227         XEmacs 20.4 has problems defining the group with this present.
14228         We'll have this commented out till get resolve the problem.
14230 2000-06-07  John Wiegley  <johnw@gnu.org>
14232         * align.el (align-dq-string-modes, align-sq-string-modes)
14233         (align-open-comment-modes): Add pyhton-mode.
14234         (align-rules-list): Use get-text-property instead of
14235         text-properties-at.
14236         (align-rules-list): Add python-assignment.
14237         (align-rules-list): Change perl-comma-delimiter to
14238         basic-comma-delimiter.  Use if for Perl modes and python-mode.
14239         (align-rules-list): Add python-chain-logic and
14240         basic-line-continuation.
14242 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
14244         * apropos.el (apropos-mode-hook): New user variable.
14245         (apropos-mode): Run apropos-mode-hook.
14247 2000-06-07  David Ponce  <david@dponce.com>
14249         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14250         commands.  Require `wid-edit' at run-time.
14252 2000-06-07  David Ponce  <david@dponce.com>
14254         * recentf.el: Added some "Commentary".
14255         (recentf-open-more-files, recentf-edit-list): Minor changes to
14256         move the point at the top of the file list.  This behaviour is
14257         consistent with the menu one when the list contains a lot of
14258         files.
14259         (recentf-cleanup): Now displays the number of items removed from
14260         the list.
14261         (recentf-relative-filter) New menu filter to show filenames
14262         relative to `default-directory'.
14264 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14266         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
14267         with/without giving an error if PostScript printer doesn't have this
14268         kind of page size.  Zebra Stripe continues or restarts on next page.
14269         Manual/automatic paper feeding.  Switch or not the header.
14270         (ps-print-version): New version number (5.2.2).
14271         (ps-windows-system): Include emx as a Windows system.
14272         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14273         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14274         (ps-background-text): Code fix.
14275         (ps-error-handler-message, ps-user-defined-prologue)
14276         (ps-print-prologue-header, ps-printer-name)
14277         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14278         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14279         (ps-use-face-background): Customization fix.
14280         (ps-n-up-database): Data fix.
14281         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14282         (ps-switch-header): New vars.
14283         (ps-xemacs-color-name, ps-face-foreground-name)
14284         (ps-face-background-name, ps-boolean-constant): New funs.
14286 2000-06-07  Dave Love  <fx@gnu.org>
14288         * allout.el: New version from Manheimer.
14290 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
14292         * textmodes/fill.el (fill-find-break-point): Check the validity of
14293         charset.
14295 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14297         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14298         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14299         Call display-color-p and display-mouse-p instead of looking at
14300         window-system.
14302 2000-06-06  Dave Love  <fx@gnu.org>
14304         * image.el (find-image): Doc fix.  Return nil if image not found.
14305         (put-image, insert-image): Make STRING arg optional.
14307 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
14309         * language/vietnamese.el: Remove eval-when-compile.
14310         (viet-viscii-nonascii-translation-table): Define it as a
14311         translation table made from viet-viscii-decode-table.
14312         (viet-viscii-encode-table): Define it as a translation table made
14313         from the reverse map of above.
14314         (viet-vscii-nonascii-translation-table): Define it as a
14315         translation table made from viet-vscii-decode-table.
14316         (viet-vscii-encode-table): Define it as a translation table made
14317         from the reverse map of above.
14318         (ccl-decode-viscii): Use translate-character.
14319         (ccl-encode-viscii, ccl-encode-viscii-font)
14320         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14321         Likewize.
14323         * language/cyrillic.el: Remove eval-when-compile.
14324         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14325         translation table made from cyrillic-koi8-r-decode-table.
14326         (cyrillic-koi8-r-encode-table): Define it as a translation table
14327         made from the reverse map of above.
14328         (ccl-decode-koi8): Use translate-character.
14329         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14330         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14331         a translation table made from cyrillic-alternativnyj-decode-table.
14332         (cyrillic-alternativnyj-encode-table): Define it as a translation
14333         table made from the reverse map of above.
14334         (ccl-decode-alternativnyj): Use translate-character.
14335         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14336         Likewize
14338         * international/mule-diag.el (non-iso-charset-alist): Specify
14339         translation table symbol instead of translation table itself.
14340         (list-block-of-chars): CHARSET may be a translation table symbol.
14342         * international/mule.el (make-coding-system): If CODING-SYSTEM
14343         already exists, override it.
14345         * international/fontset.el: Use family `proportional' for Tibetan
14346         fonts.
14348         * international/ccl.el (ccl-compile-translate-character): Don't
14349         check if Rrr has property translation-table.
14350         (ccl-compile-map-multiple): Modified to avoid compiler warning.
14352 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
14354         * info.el: Bind case-fold-search to t when searching in case
14355         a user sets it to nil in a hook.
14357 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
14359         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14360         * hl-line.el (hl-line-mode): Use the new :global key argument.
14362         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14363         (tar-clip-time-string): Prepend a space.
14364         (tar-grind-file-mode): Construct a string rather than modifying one.
14365         (tar-header-block-summarize): Fix docstring.
14366         Use `format' rather than an error-prone set of copy-loops.
14368         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14369         (diff-goto-source, diff-unified->context, diff-context->unified)
14370         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14371         understand the format output by the `-p' argument to diff.
14373         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14374         (sh-re-done): Use defconst.
14375         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14376         (sh-help-string-for-variable, sh-guess-basic-offset):
14377         Don't quote lambdas.
14378         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14379         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14381         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14382         (mh-letter-mode): Derive from text-mode.
14383         This implicitly means that it now calls kill-all-local-variables.
14384         Also remove the Emacs-18 compatibility code.
14386         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14387         Make use of symbol-property doc-string-elt.
14388         Use memq rather than a sequence of eq.
14389         (doc-string-elt): Fix the wrong or missing previously unused values.
14390         (autoload-print-form): New function extracted from
14391         generate-file-autoloads to allow recursion when handling progn
14392         so that defvar's and defun's docstrings are properly printed.
14393         (generate-file-autoloads): Use it.
14395         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14396         Use find-file-hooks in the minor-mode function.
14397         Be careful not to loop indefinitely in the post-command-hook function.
14399 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
14401         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14402         tty's.
14403         * ediff-diff.el (ediff-exec-process): Use --binary for fine
14404         differences whenever appropriate.
14405         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14406         * viper.el (find-file, find-file-other-window): Get viper to do
14407         wildcards.
14409 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
14411         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14412         (jit-lock-fontify-buffer): New function for JIT refontification.
14413         (jit-lock-mode): Fix docstring.
14414         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14415         Remove jit-lock-after-change from the _local_ hook.
14416         (jit-lock-function-1): Fix docstring.
14418         * info.el (Info-on-current-buffer): Initialize info.
14420         * newcomment.el (comment-indent): Ignore comment-indent-hook.
14422         * progmodes/tcl.el (tcl-indent-for-comment):
14423         Ignore comment-indent-hook.
14425         * emacs-lisp/easy-mmode.el: Require CL during compilation.
14426         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14427         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14428         and improve to use the lighter to guess the capitalization.
14429         (define-minor-mode): Inline code from easy-mmode-define-toggle.
14430         Add keyword arguments to specify global-ness or the custom group.
14431         Add local-map and help-echo properties to the lighter.
14432         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14433         (easy-mmode-define-global-mode): New macro.
14435 2000-06-02  Dave Love  <fx@gnu.org>
14437         * wid-edit.el: byte-compile-dynamic since we typically don't use
14438         all the widgets.  Don't require cl or widget.  Remove
14439         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
14440         (widget-read-event): Removed.  Callers changed to use read-event.
14441         (widget-button-release-event-p): Renamed from
14442         button-release-event-p.
14443         (widget-field-add-space, widget-field-use-before-change):
14444         Uncustomize.
14445         (widget-specify-field): Use keymap property, not local-map.
14446         (widget-specify-button): Obey :suppress-face.
14447         (widget-specify-insert): Use modern backquote syntax.
14448         (widget-image-directory): Renamed from widget-glyph-directory.
14449         (widget-image-enable): Renamed from widget-glyph-enable.
14450         (widget-image-find): Replaces widget-glyph-find.
14451         (widget-button-pressed-face): Move defvar.
14452         (widget-image-insert): Replaces widget-glyph-insert.
14453         (widget-convert): Use keywordp.
14454         (widget-leave-text, widget-children-value-delete): Use mapc.
14455         (widget-keymap): Remove XEmacs stuff.
14456         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14457         (widget-button-click): Don't set point at the click, but re-centre
14458         if we scroll out of window.  Rewritten for images v. glyphs &c.
14459         (widget-tabable-at): Use POS arg, not point.
14460         (widget-beginning-of-line, widget-end-of-line)
14461         (widget-item-value-create, widget-sublist, widget-princ-to-string)
14462         (widget-sexp-prompt-value, widget-echo-help): Simplify.
14463         (widget-default-create): Use widget-image-insert; some rewriting.
14464         (widget-visibility-value-create)
14465         (widget-push-button-value-create, widget-toggle-value-create): Use
14466         widget-image-insert.
14467         (checkbox): Create on and off images dynamically.
14468         (documentation-link): Change :help-echo.
14469         (widget-documentation-link-echo-help): Remove.
14471 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
14473         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14475         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14476         (easy-mmode-define-toggle, define-minor-mode): Use it.
14477         (easy-mmode-define-keymap): Docstring fix.
14478         (define-derived-mode): Default PARENT to fundamental-mode.
14479         Add the derived-mode-parent symbol-property.
14480         (easy-mmode-derived-mode-p): New function.
14482 2000-06-02  Dave Love  <fx@gnu.org>
14484         * files.el (convert-standard-filename): Doc fix.
14485         (normal-backup-enable-predicate): New function.
14486         (backup-enable-predicate): Use it to replace the lambda form.
14488         * calendar/todo-mode.el: [This needs more work on the outline
14489         stuff.]  Doc fixes.
14490         (todo) <defgroup>: Add :version.
14491         (todo-add-category): Don't use pushnew.
14492         (todo-cmd-raise): Fix typo.
14493         (todo-top-priorities): Change temp buffer name.
14494         (todo-category-alist): Avoid redundant lambda.
14495         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14496         Use outline-next-heading.
14498         * autoarg.el: Rewritten to use define-minor-mode.
14499         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14500         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14502 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
14504         * isearch.el (isearch-other-meta-char): Fix previous change.
14506 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14508         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14509         (log-edit-done): Only add the comment to the ring if it's different
14510         from the last comment entered.
14512         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14514 2000-06-01  Dave Love  <fx@gnu.org>
14516         * hl-line.el: Rewritten using define-minor-mode.
14518         * help.el (describe-function-1): Distinguish special form from
14519         builtin function.  Sanity-check presence of arglist for builtins.
14521 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
14523         * international/characters.el: Fix syntax/category setting of
14524         Tibetan characters.
14526         * language/tibet-util.el (tibetan-add-components): Fixes for new
14527         encoding of Tibetan characters.
14528         (tibetan-decompose-precomposition-alist): New variable.
14529         (tibetan-decompose-region): Convert precomposed characters to
14530         non-precomposed characters.
14531         (tibetan-decompose-string): Likewise.
14532         (tibetan-composition-function): Fix args to
14533         thibetan-compose-string.
14535         * language/tibetan.el (tibetan-composable-pattern): More
14536         characters included.
14537         (tibetan-consonant-transcription-alist): Rule for "R" added.
14538         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14539         "+R" added.
14540         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14542         * language/lao-util.el (lao-composition-function): Fix args to
14543         compose-string.
14545         * language/thai-util.el (thai-composition-function): Fix args to
14546         compose-string.
14548         * isearch.el (isearch-update): Set disable-point-adjustment to t
14549         to prevent the point moving to the end of a composition when a
14550         part of a composition is searched.
14551         (isearch-other-meta-char): If the key invoking this command can be
14552         mapped by function-key-map to a printing char, call
14553         isearch-process-search-char directly.
14555 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14557         * emacs-lisp/bytecomp.el:
14558         * frame.el:
14559         * international/mule-cmds.el:
14560         * international/mule-util.el:
14561         * international/mule.el:
14562         * mouse.el:
14563         * subr.el:
14564         * faces.el: Update calls to make-obsolete with a WHEN argument.
14566         * byte-run.el (make-obsolete, make-obsolete-variable):
14567         Add an optional WHEN argument and change the format of the
14568         symbol-property information.
14569         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14570         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14571         new obsolete-symbol-property format and print WHEN if it is provided.
14573 2000-05-31  Dave Love  <fx@gnu.org>
14575         * loadhist.el (loadhist-hook-functions): Remove
14576         before-change-function, after-change-function.
14577         (unload-feature): Deal with symbols which are both bound and
14578         fbound.
14580         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14581         before-change-function, after-change-function.
14583         * simple.el (newline): Don't bind before-change-function,
14584         after-change-function.
14586 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
14588         * whitespace.el (whitespace-rescan-timer-time): Update interval
14589         set to 600 seconds (10 minutes) instead of 60 seconds since
14590         a large number of whitespace buffers causes emacs to `freeze'
14591         for a considerable amount of time.
14593         * whitespace.el: Updated email address
14595 2000-05-31  Dave Love  <fx@gnu.org>
14597         * add-log.el (change-log-font-lock-keywords) <function>: Add
14598         pattern for function of change.
14599         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14600         acknowledgements patterns.
14602 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
14604         * isearch.el (isearch-printing-char): If keyboard coding system is
14605         being used, call isearch-process-search-multibyte-characters.
14607         * international/isearch-x.el: Mostly rewritten.
14609         * international/quail.el (quail-start-conversion): Don't include
14610         unhandled events in the returned events, but set them in
14611         unread-command-events.  Exit if all inputs are deleted.
14613 2000-05-30  Jason Rumney  <jasonr@gnu.org>
14615         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14617         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14618         Reenable code to create initial fontsets.
14619         Use set-fontset-font in place of put-charset-property.
14621 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
14623         * progmodes/perl-mode.el (perl-indent-line): When looking for a
14624         label, ensure that the first colon isn't followed by another.
14626         * paths.el (Info-default-directory-list): Doc fix.
14628         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14629         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14630         send a query containing USER only, not USER@HOST.
14632         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14633         and rmail-msgend to compute the restriction at the end, instead of
14634         computing it.
14636 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
14638         * dabbrev.el (dabbrev-expand): Don't display messages in the
14639         echo area if the minibuffer window is active.
14641         * jit-lock.el (jit-lock-mode): Add after change function to
14642         local hook.
14644 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
14646         * antlr-mode.el: New commands: hide/unhide actions,
14647         upcase/downcase literals.
14648         (antlr-tiny-action-length): New user option.
14649         (antlr-hide-actions): New command.  Suggested by
14650         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14651         (antlr-mode-map): New binding [C-c C-v].
14652         (antlr-mode-menu): New entries.
14653         (antlr-downcase-literals): New command.
14654         (antlr-upcase-literals): Ditto.
14656         * antlr-mode.el: Minor changes: indendation, mode-name.
14657         (antlr-indent-line): Indent cpp directive at column 0.
14658         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14660         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14661         (antlr-font-lock-additional-keywords): Workaround for intentional
14662         bug in XEmacs version of font-lock.
14663         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
14664         be used by a smarter version of `buffers-menu-grouping-function'.
14666 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
14668         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14669         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14671 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
14673         * international/encoded-kb.el
14674         (encoded-kbd-iso2022-designation-map): Pay attention to that
14675         charset-iso-final-char return -1 for eight-bit-control and
14676         eight-bit-graphic.
14678 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
14680         * speedbar.el (speedbar-use-images, speedbar-update-flag)
14681         (speedbar-easymenu-definition-base): Use display-graphic-p where
14682         available, instead of window-system.
14684 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
14686         * international/codepage.el (cp-coding-system-for-codepage-1): Add
14687         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14688         coding systems.
14690 2000-05-26  Dave Love  <fx@gnu.org>
14692         * disp-table.el (standard-display-underline): Don't use
14693         internal-find-face.
14695         * mail/reporter.el: Maintainer change.  Doc fixes.
14696         (reporter-version): Deleted.
14698         * emacs-lisp/elp.el: Maintainer change.
14699         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14701 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
14703         * add-log.el (add-change-log-entry): Merge the current entry with the
14704         previous one if the previous one is empty.
14706 2000-05-26  Dave Love  <fx@gnu.org>
14708         * loadhist.el (unload-feature): Fix interactive spec [from
14709         lijnzaad@ebi.ac.uk].
14711         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14712         subr-arity to check primitives.
14713         (byte-compile-flush-pending, byte-compile-file-form-progn)
14714         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14715         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14716         mapcar.
14718 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
14720         * international/fontset.el: Set family names of non-latin charsets
14721         in default fontset to "*".
14723         * international/mule-diag.el (print-fontset): Combine family part
14724         and registry part of the fontname by "-*-" instead of "-".
14726         * international/mule-cmds.el (encode-coding-char): Make strings
14727         multibyte before calling encode-coding-string.
14729 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
14731         * derived.el: Fix keywords.
14732         (define-derived-mode): Only define if needed.
14734         * simple.el (fill-comment, comment-column, comment-start)
14735         (comment-start-skip, comment-end, comment-indent-function)
14736         (block-comment-start, block-comment-end, indent-for-comment)
14737         (set-comment-column, kill-comment, comment-padding, comment-region)
14738         (comment-multi-line, indent-new-comment-line): Remove.
14740         * bindings.el (esc-map): Change ; to comment-dwim and use the new
14741         function names for comment operations.
14743         * newcomment.el: Add abundant autoload cookies.
14744         (comment-style): Don't depend on runtime data at compile-time.
14745         (comment-indent-hook): Remove.
14746         (comment-indent): Check if comment-indent-hook is bound.
14747         (comment-region): Docstring fix.
14749 2000-05-25  Dave Love  <fx@gnu.org>
14751         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14752         byte-code-function-p.
14754         * mail/rmailsum.el: Add provide.
14756         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14758         * smerge-mode.el (smerge-diff-switches): Don't use list* in
14759         defcustom.
14761 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
14763         * ediff-diff.el (ediff-exec-process): delete --binary option from
14764         non-buffer ediff jobs.
14766 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14768         * hilit-chg.el (highlight-changes-mode): Ask about color or
14769         grayscale support, not about window-system.
14771         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14772         window-system.
14773         (ffap-highlight): Always default to t.
14775         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14776         display-popup-menus-p instead of looking at window-system.
14778         * disp-table.el (standard-display-g1, standard-display-graphic):
14779         Only refuse to use string glyphs on X and MS-Windows.
14781         * avoid.el: Remove window-system from commentary, suggest to use
14782         display-*-p instead.
14784         * apropos.el (apropos-print): Use display-mouse-p instead of
14785         window-system.
14787 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14789         * international/codepage.el (cp-decoding-vector-for-codepage):
14790         Fill up unsupported characters with their own codes.  From Kenichi
14791         Handa.
14793 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14795         * international/mule-diag.el (describe-char-after): Use
14796         display-graphic-p instead of window-system, so that this function
14797         works on MS-DOS.
14799 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14801         * international/codepage.el (cp-make-coding-systems-for-codepage):
14802         Remove the eight-bit-graphic and eight-bit-control charsets from
14803         the list of charsets which we convert into `?'.
14805 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
14807         * international/mule-conf.el: Specify CHARSET-ID explicitely for
14808         private charsets.
14809         (mule-unicode-0100-24ff, japanese-jisx0213-1,
14810         japanese-jisx0213-2): New charsets.
14812         * international/fontset.el: Setup default fontset for new charsets.
14814 2000-05-24  Dave Love  <fx@gnu.org>
14816         * info.el (Info-find-node-2): Restructure [following "Vadim
14817         S. Solomin" <sovs@uic.nnov.ru>].
14819         * icomplete.el: Fix header for Finder.
14821 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
14823         * rmailout.el (rmail-output-to-rmail-file): Added optional param
14824         STAY.
14826         * rmail.el (rmail-automatic-folder-directives): New user variable.
14827         (rmail-show-message): Add call to `rmail-auto-file' during
14828         display.
14829         (rmail-auto-file): New function.
14831 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
14833         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14834         account.
14835         (ediff-test-utility,ediff-diff-mandatory-option)
14836         (ediff-reset-diff-options): Utilities for proper initialization of
14837         ediff-diff-options and ediff-diff3-options on Windows.
14839         * ediff-init.el (ediff-merge-filename-prefix): New customizable
14840         variable.
14842         * ediff-mult.el (ediff-filegroup-action): Use
14843         ediff-merge-filename-prefix.
14845 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
14847         * viper-ex.el (ex-write): Set selective display to nil.
14849 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
14851         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14852         aliases for hebrew-iso-8bit.
14854 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
14856         * woman.el: New version from Francis J. Wright
14857         <F.J.Wright@Maths.QMW.ac.uk>.
14858         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14859         names in environment variables regardless of the path separator.
14860         (woman-topic-all-completions-1): Don't call file-name-directory-p
14861         on all files, since woman-file-regexp already filters out any
14862         directories.
14864 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
14866         * international/quail.el (quail-start-translation): Don't change
14867         modified-p of the current buffer.
14868         (quail-start-conversion): Likewise.
14870         * international/kkc.el (kkc-region): Don't change modified-p of
14871         the current buffer.
14873         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14874         conform to RFC1468.
14875         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14877 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
14879         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14880         (speedbar-insert-button): Invisible text property fix.
14881         (speedbar-directory-plus): Renamed from speedbar-directory-+
14882         (speedbar-directory-minus): Renamed from speedbar-directory--
14883         (speedbar-page-plus): Renamed from speedbar-file-+
14884         (speedbar-page-minus): Renamed from speedbar-file--
14885         (speedbar-page): Renamed from speedbar-file-
14886         (speedbar-tag): Renamed from speedbar-tag-
14887         (speedbar-tag-plus): Renamed from speedbar-tag-+
14888         (speedbar-tag-minus): Renamed from speedbar-tag--
14889         (speedbar-expand-image-button-alist): Use above renames.
14891         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14892         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14893         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14894         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14895         * sb-pg.xpm: Renamed from sb-file.xpm
14896         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14897         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14899 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
14901         * international/quail.el (quail-show-guidance-buf): Set
14902         current-input-method of the guidance buffer to the name of the
14903         curren input method.
14905 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
14907         * progmodes/compile.el (compile-internal): Style typo.
14909         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14910         quote vars and functions in the docstring.
14912         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14914         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14915         Don't quote lambdas.
14917         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14919 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
14921         * startup.el (command-line): Determine source file of compiled
14922         user init file differently.  Warn if compiled user init file
14923         is older than its source file.
14925         * ffap.el (ffap-url-regexp): Add `https'.
14927 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
14929         * files.el (make-backup-file-name-1): Replace slashes with `!'
14930         rather than `|' (which is not allowed on Windows).  Replace the
14931         drive letters with a string "drive_X".
14933 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
14935         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14937         * files.el (interpreter-mode-alist): Add `bash2'.
14939 2000-05-22  Dave Love  <fx@gnu.org>
14941         * loadhist.el (feature-symbols, file-provides, file-requires): Use
14942         mapc.
14943         (feature-file): Avoid calling symbol-name.  Doc fix.
14944         (file-set-intersect, file-dependents): Use dolist, not mapcar.
14945         (loadhist-hook-functions): Add mouse-position-function.
14946         (unload-feature): Change uses of mapcar.
14948         * files.el (parse-colon-path): Doc fix.
14949         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14950         (set-auto-mode): Use mapc.
14952         * complete.el (PC-look-for-include-file): Use :alnum: character
14953         class.
14954         (partial-completion-mode): Add autoload cookie.
14956 2000-05-22  Sam Steingold  <sds@gnu.org>
14958         * info.el (Info-fontify-node): Fixed the call to
14959         `add-text-properties' (bug introduced on 2000-05-18).
14961 2000-05-22  Dave Love  <fx@gnu.org>
14963         * bindings.el: Remove debug-ignored-errors set in other files.
14965         * progmodes/etags.el: Add to debug-ignored-errors.
14966         (visit-tags-table-buffer): Clear out buffers holding old tables
14967         when making a new list.
14968         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14969         mapc.
14971         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
14972         quote keywords.
14973         (cmpl-string-case-type): Use character classes.
14975         * comint.el:
14976         * textmodes/ispell.el:
14977         * imenu.el:
14978         * mail/mh-e.el:
14979         * progmodes/compile.el: Add to debug-ignored-errors.
14981         * dabbrev.el: Add to debug-ignored-errors.
14982         (dabbrev-completion): Use mapc.
14984 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
14986         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14987         (woman-mapcan, woman-parse-man.conf)
14988         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14989         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14990         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
14991         path syntax better.
14992         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14993         (woman-manpath): Call woman-parse-man.conf.
14994         (woman-emulation): New defcustom, defaults to nroff.
14995         (woman-font-support): New defconst.
14996         (woman-use-symbol-font): New defcustom.
14997         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14998         "Emulation".
14999         Many functions: Doc fix.
15001 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15003         * international/quail.el (quail-simple-translation-keymap): Map
15004         128..255 to quail-self-insert-command.
15005         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15007 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15009         * help.el (help-manyarg-func-alist): Typo.
15011         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15012         intervals which makes it heaps simpler.
15014         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15015         the nested comment markers.
15017         * subr.el (remove-hook): Don't turn the hook's value into a list.
15019 2000-05-21  Dave Love  <fx@gnu.org>
15021         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15022         are invalid characters.
15024         * international/mule-util.el (detect-coding-with-priority): Use
15025         mapc.  Remove redundant lambda.
15027         * international/mule-diag.el (list-non-iso-charset-chars)
15028         (describe-fontset): Remove redundant lambda.
15030         * emulation/crisp.el (brief-mode): New alias.
15032         * emacs-lisp/ring.el (ring-elements): New function.
15034         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15035         (easy-menu-do-add-item): Use keywordp.
15037         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15039         * replace.el: Doc and error message fixes.
15040         (replace-highlight): Use facep, not internal-find-face.
15042 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15044         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15046         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15047         (log-edit-insert-changelog): Drop `:' as well.
15049         * log-view.el: Fix file description.
15050         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15051         available.
15052         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15053         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15055         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15056         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15057         Print a status message if the toggle is called interactively.
15058         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15059         for global minor modes and use `defcustom' for them.
15060         Use add-minor-mode.
15061         (easy-mmode-define-derived-mode): Remove.
15062         (define-derived-mode): Fancier default docstring.
15063         (easy-mmode-define-navigation): Signal an error rather than (ding).
15065         * newcomment.el (comment-styles): New `box-multi'.
15066         (comment-normalize-vars): Better default for comment-continue to
15067         avoid whitespace-only continuations.
15068         (comment-search-forward): Always move even in the no-syntax case.
15069         (comment-padright): Only obey N if it's only obeyed for padleft.
15070         (comment-make-extra-lines): Better handling of empty continuations.
15071         Use `=' for the filler if comment-start has only one character.
15072         (uncomment-region): Try handling the special `=' filler.
15073         (comment-region): Allow LINES even if MULTI is nil.
15074         (comment-box): Choose box style based on comment-style.
15076 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
15078         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15079         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15081 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
15083         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15084         and insert, not subst-char-in-region.
15086         * international/mule-diag.el (list-character-sets-1): Handle
15087         charsets eight-bit-control and eight-bit-graphic.
15088         (list-iso-charset-chars): Likewise.
15089         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15090         charactes as is.  Use indent-to to align characters.
15092         * international/mule-cmds.el (find-multibyte-characters): Never
15093         exclude charsets eight-bit-control and eight-bit-graphic.
15095 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15097         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15098         Don't quote lambdas.
15100         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15102 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15104         * gud.el (gud-jdb-directories): Doc fix.
15106 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15108         * newcomment.el: New file.
15110 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15112         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15114 2000-05-18  Andreas Schwab  <schwab@suse.de>
15116         * dired.el (dired-between-files): Also skip lines beginning with
15117         `used'.
15119 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
15121         * msb.el (msb-menu-cond): Add choice `user'.
15123 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15125         * ps-print.el: Compatibility, customization and doc fix.
15126         (ps-printer-name-option): Replace defconst by defvar.
15127         (ps-postscript-code-directory): XEmacs compatibility.
15128         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15129         fix.
15130         (ps-user-defined-prologue, ps-print-prologue-header)
15131         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15132         compatibility and code fix.
15133         (ps-print-background-image, ps-print-background-text):
15134         Customization fix.
15135         (ps-line-number-start, ps-n-up-on): New vars.
15137 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
15139         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15140         the indent-comment function to just return the appropriate indent.
15142 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
15144         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15145         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15146         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15148 2000-05-18  Dave Love  <fx@gnu.org>
15150         * info.el (Info-fontify-node): Add intangible property as well as
15151         invisible.
15153         * calendar/appt.el (appt-make-list): Match all lines of entry.
15154         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15156 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
15158         * international/mule-diag.el (describe-char-after): Call
15159         internal-char-font, not char-font.  If internal-char-font returns
15160         nil, display "-- none --".
15162 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15164         * image.el (image-type-available-p): Don't reference image-types
15165         if it isn't bound.
15167 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15169         * autoarg.el (autoarg-mode): Typo in the :set argument.
15171 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15173         * startup.el (command-line-1): Don't signal an error if the
15174         directory for auto-save-list files does not yet exist.
15176 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
15178         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15180 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
15182         * subr.el (remove-hook): `setq' hook-value, not `set'.
15184 2000-05-16  Sam Steingold  <sds@gnu.org>
15186         * info.el (debug-ignored-errors): More errors to ignore.
15188 2000-05-16  Dave Love  <fx@gnu.org>
15190         * cus-edit.el: Don't require cl or easymenu.
15191         (custom-variable-prompt): Test standard-value property, not
15192         user-variable-p.
15194 2000-05-16  Sam Steingold  <sds@gnu.org>
15196         * subr.el (add-hook): `setq' hook-value, not `set'.
15198 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
15200         * startup.el (command-line-1): Mention the FAQ in the startup
15201         message.
15203         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15205         * progmodes/compile.el (compilation-parse-errors): Collect
15206         `nomessage' regexps last.
15208         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15210         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15211         to the function name.
15213 2000-05-15  Dave Love  <fx@gnu.org>
15215         * speedbar.el (speedbar-recenter): Typo.
15216         (speedbar-expand-line): Make arg optional.
15217         (speedbar-mode): Avoid a compiler warning.
15219 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15221         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15222         user-specified option string is empty.
15224         * mouse.el (mouse-yank-at-click): Doc fix.
15226 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
15228         * term/internal.el (IT-character-translations): More updates of
15229         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15230         documents.
15232 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15234         * env.el (getenv): New function, interactively callable.
15235         (setenv, getenv): Remove autoload cookies.
15237         * loadup.el: Load `env'.
15239         * progmodes/f90.el: Change author's mail address.
15241 2000-05-14  Dave Love  <fx@gnu.org>
15243         * mail/rmail.el (rmail-show-message-hook): Customize and offer
15244         goto-addr as an option.
15246         * help.el (help-xref-stack): Doc fix.
15247         (help-xref-following): New variable.
15248         (help-make-xrefs): Use it.
15249         (help-xref-go-back): Use position information from stack element.
15250         (help-follow): Make position in stack element a pair.  Use
15251         help-xref-following.
15253         * autoarg.el: New file.
15255         * faces.el: Declare more functions obsolete.
15257         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15258         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15259         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15260         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15261         Remove all the setup-...-environment functions.
15263 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
15265         * speedbar.el: Updated the commentary section.  xemacs20p now uses
15266         >= when detecting.  Require `defimage' safely.
15267         (speedbar-easymenu-definition-base): Add toggle for images.
15268         (speedbar-easymenu-definition-special): Add flush cache & expand.
15269         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
15270         (speedbar-reconfigure-keymaps-hook): New variable.
15271         (speedbar-frame-parameters): Updated documentation.
15272         (speedbar-use-imenu-flag): Updated custom tag
15273         (speedbar-dynamic-tags-function-list): New variable.
15274         (speedbar-tag-hierarchy-method): Updated doc & custom.
15275         (speedbar-indentation-width, speedbar-indentation-width) New
15276         variables.
15277         (speedbar-hide-button-brackets-flag): Customizable.
15278         (speedbar-vc-indicator): Doc update.
15279         (speedbar-ignored-path-expressions): Updated default value.
15280         (speedbar-supported-extension-expressions): Updated default value.
15281         (speedbar-syntax-table): Remove {} paren status.
15282         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15283         as "+".  Added overlay aliases.
15284         (speedbar-mode): Use `speedbar-mode-line-update' instead of
15285         `force-mode-line-update'.
15286         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15287         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15288         `mouse-set-point'
15289         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15290         (speedbar-item-info-tag-helper): Revamped to handle a wider range
15291         of arbitrary text, and new helper functions.
15292         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15293         filename finder.
15294         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15295         (speedbar-directory-buttons): Update path search/expansion.
15296         (speedbar-make-tag-line): Pay attention to
15297         `speedbar-indentation-width'.  Use more care w/ invisible
15298         properties.
15299         (speedbar-change-expand-button-char): Call
15300         `speedbar-insert-image-button-maybe'.
15301         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15302         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15303         (speedbar-trim-words-tag-hierarchy)
15304         (speedbar-simple-group-tag-hierarchy): New functions
15305         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15306         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15307         functions.
15308         (speedbar-mouse-set-point): New function
15309         (speedbar-power-click): Updated documentation.
15310         (speedbar-line-token, speedbar-goto-this-file): Handle more types
15311         of tag prefix text.
15312         (speedbar-expand-line, speedbar-contract-line): Make more robust
15313         to strange text.
15314         (speedbar-expand-line): Takes universal argument to flush the
15315         cache.
15316         (speedbar-flush-expand-line): New function.
15317         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15318         Use new generator insertion method.
15319         (speedbar-fetch-dynamic-tags): New function.
15320         (speedbar-fetch-dynamic-imenu): Removed code now handled in
15321         `speedbar-fetch-dynamic-imenu'.
15322         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15323         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15324         "Revert Buffer" menu items.
15325         (speedbar-buffer-buttons-engine): Be smarter when creating a
15326         filename tag (for expansion purposes.).
15327         (speedbar-highlight-one-tag-line,
15328         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15329         (speedbar-recenter): New functions.
15330         (defimage-speedbar): Image loading abstraction.
15331         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15332         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15333         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15334         (speedbar-tag-type, speedbar-tag-mail): New images.
15335         (speedbar-expand-image-button-alist): New variable.
15336         (speedbar-insert-image-button-maybe): Insert an image over some
15337         buttons.
15339 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
15341         * international/mule-cmds.el (encode-coding-char): An ASCII
15342         character is always encodable.
15344         * international/mule-conf.el: Add more information in descriptions
15345         of character sets.
15347         * international/mule-diag.el (describe-char-after): New function.
15348         (describe-font-internal): Adjusted for the change of font-info.
15349         (describe-font): Likewise.
15350         (print-fontset): Rewritten for the new fontset implementation.
15351         (describe-fontset): Include fontset alias names in completion.
15352         (list-fontsets): Adjusted for the change of print-fontset.
15354         * simple.el (what-cursor-position): If DETAIL is non-nil, call
15355         describe-char-after instead of displaying the detail in the echo
15356         area.
15357         (syntax-code-table): Format changed.
15358         (string-to-syntax): Adjusted for the above change.
15360 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
15362         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15364 2000-05-12  Dave Love  <fx@gnu.org>
15366         * calendar/todo-mode.el: Remove some compatibility stuff and CL
15367         dependence.  Use line-{beginning,end}-position, not
15368         point-at{b,e}ol.  Some doc fixes.
15369         (todo-position): New function.  Fix callers of position to use it.
15370         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15372 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
15374         * time.el (display-time-mail-icon): Use `:ascent center'.
15376         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15377         handling FTP security extensions.
15379 2000-05-11  Dave Love  <fx@gnu.org>
15381         * calendar/todo-mode.el: New file.
15383 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
15385         * comint.el (comint-read-input-ring): Move reference to
15386         comint-input-ring-size outside of the save-excursion.  It was
15387         causing the default value to be the only one ever seen.
15389         * font-lock.el: Update copyright.  Remove Simon Marshall's email
15390         address on request from him.
15392         * subr.el (substitute-key-definition): Add comment describing
15393         the meaning of PREFIX.
15395 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
15397         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15399         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15400         (add-minor-mode): Don't make the variable buffer-local and add a
15401         reference to define-minor-mode in the docstring.
15403         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15404         HEADER/FOOTER and fix bug with trailing empty directory.
15405         (cvs-append-to-ignore): Use vc-editable-p if available.
15406         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15407         (vc-do-command): Tweak advice to handle the new VC.
15409         * log-view.el (log-view-goto-rev): New function for the new VC.
15410         (log-view-minor-wrap): Use mark-active.
15412         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15413         (log-edit-changelog-full-paragraphs): New var.
15414         (log-edit-insert-changelog): Remove a lonely leading `* file'.
15415         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15416         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15417         (log-edit-changelog-ours-p, log-edit-changelog-entries)
15418         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15419         Replace the `cvs' prefix with `log-edit'.
15421         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15423         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15424         (diff-font-lock-defaults): Explicitly turn off multiline.
15425         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15426         (diff-ediff-patch): Fix call to ediff-patch-file.
15427         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15428         Handle comments.
15430         * frame.el (automatic-hscrolling): Typo.
15432         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15434 2000-05-09  Sam Steingold  <sds@goems.com>
15436         * apropos.el (apropos-print): use `describe-face' instead of
15437         `customize-face-other-window'.
15439 2000-05-09  Dave Love  <fx@gnu.org>
15441         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15443         * help.el (describe-variable): Have customize button pop the
15444         help-xref stack when invoked.
15445         (help-xref-symbol-regexp): Add `face'.
15446         (help-make-xrefs): Check for quoted face names and adapt regexp
15447         submatch numbers to cope.
15448         (help-xref-interned): Maybe insert face doc too.  Separate
15449         sections with a line of hyphens.
15451         * faces.el:  Some doc fixes.  Declare some functions obsolete.
15452         (describe-face): Add customize button.  Return the help
15453         text.  Fix prompt.
15455 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
15457         * term/internal.el (IT-character-translations): Fix last change.
15459 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15461         * woman.el: New file
15462         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15464 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15466         * term/internal.el (IT-character-translations): Update ASCII
15467         simulations for greek-iso8859-7, add latin-iso8859-14 and
15468         latin-iso8859-15.
15470         * international/mule-cmds.el (set-language-info-alist): Call
15471         define-prefix-command with 3 arguments, to make the map suitable
15472         for a menu.
15474 2000-05-07  Dave Love  <fx@gnu.org>
15476         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15478 2000-05-05  Dave Love  <fx@gnu.org>
15480         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15481         list in doc string.  Don't quote keyword symbols.
15482         * emacs-lisp/cl.el: Likewise
15483         * emacs-lisp/cl-seq.el: Likewise
15485 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
15487         * abbrev.el (abbrev-mode): Make ARG optional.
15489 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
15491         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15493         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15495         * subr.el (substitute-key-definition): Clarify documentation.
15497 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
15499         * glasses.el (glasses-convert-to-unreadable): Use
15500         `glasses-separator' instead of the hard-wired "_".
15501         (glasses-mode): Call `glasses-make-unreadable' only in a single
15502         place.
15504 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
15506         * term/internal.el (cjk-codepages-alist): Add associations for
15507         Chinese and Korean codepages.  Remove FIXME comment.
15509 2000-05-03  Dave Love  <fx@gnu.org>
15511         * time.el (display-time-mail-face, display-time-use-mail-icon):
15512         New option.
15513         (display-time-mail-icon): New variable.
15514         (display-time-string-forms): Use the above.  Fix the local-map.
15516 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
15518         * replace.el (query-replace-map): Add binding for `E'.
15519         (query-replace-help): Extend help text.
15520         (perform-replace): Allow editing the replacement string.
15522         * make-mode.el (makefile-mode-abbrev-table): New variable.
15523         (makefile-mode): Set local abbrev table to
15524         makefile-mode-abbrev-table.
15525         (makefile-font-lock-keywords): Fontify includes and conditionals.
15527         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15528         set TOGGLE's value.
15530         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15531         mail-interactive-insert-alias.
15532         (mail-abbrev-complete-alias): New command.
15533         (mail-mode-map): Bind it to `M-TAB'.
15535 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
15537         * language/lao-util.el (lao-compose-region): New function.
15539 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
15541         * files.el (recover-session): Make directories as necessary
15542         if they don't exist yet.
15544         * calendar/cal-french.el
15545         (french-calendar-multibyte-special-days-array)
15546         (french-calendar-special-days-array): Change French text.
15547         (calendar-french-date-string): Change output.
15548         (calendar-goto-french-date): Likewise.
15550 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
15552         * wid-edit.el (widget-default-active): Obey `:always-active'.
15553         (widget-documentation-string-value-create): Set `:always-active'.
15555 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15557         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15558         default prefix to `~/_emacs.d/auto-save.list/_s'.
15559         (normal-top-level): Create the directory for auto-save files, if
15560         it doesn't already exist (in the ms-dos case only).
15562 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15564         * international/mule-cmds.el (set-language-environment): Don't
15565         concat an integer (dos-codepage), use format instead.
15567 2000-05-02  Dave Love  <fx@gnu.org>
15569         * help.el (help-xref-on-pp): Check for constant symbols.
15571 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
15573         * startup.el (normal-top-level): Put a condition-case around
15574         the code loading subdirs.el.
15576 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15578         * ps-print.el: Upside-down and face background color printing,
15579         line number step, doc fix.
15580         (ps-print-version): New version number (5.2).
15581         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15582         (ps-face-attribute-list, ps-plot-with-face): Code fix.
15583         (ps-spool-config): Var fix.
15584         (ps-printer-name-option): Const fix.
15585         (ps-print-upside-down, ps-use-face-background)
15586         (ps-line-number-step): New vars.
15587         (ps-window-system, ps-lp-system): New consts.
15588         (ps-face-background): New fun.
15590 2000-04-28  Richard Stallman  <rms@gnu.org>
15592         * files.el (make-auto-save-file-name):
15593         Apply auto-save-file-name-transforms to visited file name
15594         before generating auto save file name.
15595         (auto-save-file-name-transforms): New variable.
15597         * files.el (backup-enable-predicate):
15598         Correctly test for a file under a temporary directory.
15600 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
15602         * subr.el (add-minor-mode): Rewritten.
15604 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
15606         * mail/sendmail.el (sendmail-send-it): Set
15607         buffer-file-coding-system to the selected coding system for MIME
15608         header.
15610 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
15612         * dired.el (dired-move-to-filename-regexp): Allow format where
15613         YYYY is followed by two spaces.
15615         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15616         in the second character class of the regexp.
15618         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15619         mh-etc, too.
15621         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15622         nil.
15624         * subr.el (add-minor-mode): Use `set' instead of `setq'.
15626         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15627         argument.
15629 2000-04-27  Sen Nagata <sen@eccosys.com>
15631         * emacs-lisp/crm.el (crm-completion-table): New variable.
15632         (crm-collection-fn, crm-test-completion)
15633         (completing-read-multiple): Use it.
15635 2000-04-27  Dave Love  <fx@gnu.org>
15637         * help.el (locate-library): Use mapc.
15638         (help-manyarg-func-alist): Add call-process-region.
15640 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
15642         * subr.el (add-minor-mode): Make argument MAP optional.
15644         * desktop.el (desktop-save): Save list of minor modes.
15645         (desktop-create-buffer): Restore minor modes.
15646         (desktop-minor-mode-table): New user-option.
15648         * subr.el (add-minor-mode): New function.
15650         * image.el (find-image): New function.
15651         (defimage): Rewritten to find image at load time.
15653         * startup.el (normal-top-level-add-to-load-path): Handle
15654         case that the default directory is not in load-path.
15656         * help.el: Old patch from Stefan Monnier.
15657         (help-xref-on-pp): New function.
15658         (describe-variable): Use it to display xrefs in a symbol's value.
15660 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
15662         * cus-edit.el (custom-face): Fix parenthesis.
15664 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
15666         * mail/rmail.el (rmail-expunge): When there are no deleted
15667         messages, do nothing.
15669 2000-04-26  Dave Love  <fx@gnu.org>
15671         * international/mule-cmds.el (locale-translation-file-name):
15672         Defvar to nil.
15673         (set-locale-environment): Set it here (at runtime).
15675 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
15677         * replace.el (perform-replace): Add parameters START and END.  Use
15678         them instead of the check for a region in Transient Mark mode.
15679         (query-replace-read-args): Return two more list elements for the
15680         start and end of the region in Transient Mark mode.
15681         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15682         (map-query-replace-regexp, replace-string, replace-regexp): Add
15683         optional last arguments START and END and pass them to
15684         perform-replace.
15686         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15687         form with additional arguments for perform-replace.
15689         * progmodes/etags.el (tags-query-replace): Add parameters START
15690         and END.  Construct a form with additional arguments for
15691         perform-replace.
15693         * simple.el (shell-command): Set default directory for "*Shell
15694         Command Output" buffer.
15696         * language/european.el (iso-latin-4): Fix typo.
15698         * emacs-lisp/crm.el: New file.
15700 2000-04-24  Dave Love  <fx@gnu.org>
15702         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15703         (Custom-reset-saved, Custom-reset-standard)
15704         (custom-group-value-create, custom-group-set, custom-group-save)
15705         (custom-group-reset-current, custom-group-reset-saved)
15706         (custom-group-reset-standard): Use mapc.
15707         (custom-buffer-create-internal): Disable undo when creating items.
15708         Use mapc.
15709         (custom-face): Avoid redundant lambda.
15711 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15713         * startup.el (auto-save-list-file-prefix): Set default to
15714         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15716 2000-04-24  Sam Steingold  <sds@gnu.org>
15718         * time-stamp.el (time-stamp-string-preprocess): Always convert
15719         `field-result' to a string.
15721 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15723         * frame.el (scrolling): New group.
15724         (automatic-hscrolling): New user-option.
15726         * startup.el (command-line-x-option-alist): Add `-lsp' and
15727         `--line-spacing'.
15729 2000-04-19  Dave Love  <fx@gnu.org>
15731         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15732         (cl-mapc): Rename from mapc.  Fix the funcall.
15734 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
15736         * simple.el (clone-indirect-buffer-other-window): New command.
15737         (clone-indirect-buffer): Add optional arg NORECROD.
15738         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15740         * help.el (resize-temp-buffer-window): Use count-screen-lines.
15742         * window.el (count-screen-lines): New function.
15743         (shrink-window-if-larger-than-buffer): Use count-screen-lines
15744         instead of window-buffer-height.
15746         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15747         non-existing variable comint-input-sentinel.
15748         (inferior-lisp-args-to-list): Removed.
15749         (inferior-lisp): Use split-string instead of
15750         inferior-lisp-args-to-list.
15752         * hexl.el (hexl-insert-hex-string): New command.
15754         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15755         instead of concat.
15757 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
15759         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15760         at the start of an existing but empty folder.
15762 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15764         * ps-mule.el: Customization fix, doc fix.
15765         (ps-multibyte-buffer): Customization fix.
15767 2000-04-17  Richard M. Stallman  <rms@gnu.org>
15769         * subr.el (read-passwd): Use read-char-exclusive.
15771 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
15773         * textmodes/texinfo.el (texinfo-insert-@email)
15774         (texinfo-insert-@emph, texinfo-insert-@quotation)
15775         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15776         (texinfo-mode-map): Add key bindings for them.
15778         * files.el (basic-save-buffer-2): Use a template with `$'
15779         instead of `#' for VMS.
15781         * simple.el (clone-indirect-buffer): New function.
15783 2000-04-16  Stephen Eglen  <stephen@gnu.org>
15785         * iswitchb.el (iswitchb-case): New function.  If the user input
15786         contains any upper-case characters, the search is made
15787         case-sensitive.
15789 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
15791         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15792         comment-end.
15793         (texinfo-font-lock-syntactic-keywords): New var.
15794         (texinfo-font-lock-keywords): Remove comment regexp.
15795         (texinfo-insert-block): New function.
15796         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15797         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
15798         and font-lock-defaults.  Use regexp-opt for outline-regexp.
15799         (texinfo-environments): New var.
15800         (texinfo-environment-regexp): Use regexp-opt and
15801         texinfo-environments.
15803         * textmodes/ispell.el (ispell-menu-map-needed): Check that
15804         ispell-process is bound since this might be eval'd before ispell
15805         is loaded.
15806         (ispell-message): Use a tiny bit less magic and a bit more hard
15807         data to figure out what kind of sc-cite-regexp to use.
15809         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15811         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15812         (insert-cyclic-diary-entry): Unquote the lambda.
15814         * gud.el (gud-jdb-build-source-files-list): Fix typo.
15816         * files.el (backup-enable-predicate): Unquote the lambda.
15818         * cus-edit.el (custom-face, face): Unquote the lambda.
15820 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15822         * ps-print.el: Check for line-beginning-position definition.
15824         * ps-print.el: Fix counting lines in a region.
15825         (ps-print-version): New version number (5.1.5).
15826         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15827         (ps-printing-region): Fun code fix.
15829 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
15831         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15832         to file-directory-p.
15834 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
15836         * gud.el (gud-jdb-build-source-files-list): Check that directory
15837         exists before calling directory-files.
15839 2000-04-13  Dave Love  <fx@gnu.org>
15841         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
15842         syntax.
15844         * emacs-lisp/cl-specs.el: Remove when, unless.
15846         * emacs-lisp/cl-extra.el: Don't quote keywords.
15847         (cl-old-mapc): New variable.
15848         (mapc): Use it.
15849         (cl-map-intervals): Use with-current-buffer.  Don't check for
15850         next-property-change.
15851         (cl-map-overlays): Use with-current-buffer.
15852         (cl-expt): Remove.
15853         (copy-tree, remprop): Define unconditionally.
15855         * emacs-lisp/cl-compat.el (keywordp): Remove.
15857         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
15858         to use keywordp.
15859         (edebug-spec): Enable keywordp.
15861         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15862         string-lessp.
15864         * cus-start.el: Use keywordp.
15866 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15868         * diary-lib.el (include-other-diary-files): Fix the fix of
15869         2000-02-18 by doing a save-excursion.
15871 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15873         * ps-print.el: Customization fix, doc fix.
15874         (ps-print-version): New version number (5.1.4).
15875         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15876         (ps-print-preprint): Adjust code.
15877         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15878         (ps-print-prologue-header, ps-print-control-characters)
15879         (ps-spool-config): Customization fix.
15881 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
15883         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15884         converted to the new menu-item format, names silightly changed,
15885         help strings added.
15887         Support for spelling without async subprocesses:
15889         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15890         (ispell-session-buffer): New variables.
15891         (ispell-start-process, ispell-process-status,
15892         ispell-accept-output, ispell-send-string): New functions, for
15893         Ispell invocation when async subprocesses aren't supported.
15894         (ispell-word, ispell-pdict-save, ispell-command-loop,
15895         ispell-process-line, ispell-buffer-local-parsing): Replace calls
15896         to process-send-string with calls to ispell-send-string, and
15897         accept-process-output with ispell-accept-output.
15898         (ispell-init-process): Call ispell-process-status instead of
15899         process-status with.
15900         (ispell-init-process): Call ispell-start-process.  Call
15901         ispell-accept-output and ispell-send-string.  Don't call
15902         process-kill-without-query and kill-process if they are unbound.
15903         (ispell-async-processp): New function.
15905 2000-04-12  Dave Love  <fx@gnu.org>
15907         * info.el: Add debug-ignored-errors.
15908         (Info-mode-menu): Add some items.
15909         (Info-directory): Add autoload cookie.
15911         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15912         Modify `truncate-lines'.  Make `describe-language-environment'
15913         always visible and add help.  Modify `describe-key' help.  Invoke
15914         Info-directory from `info'.  New entry `emacs-manual'.
15916 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
15918         * progmodes/ebrowse.el (ebrowse-tree-mode):
15919         Use propertized-buffer-identification.
15920         (ebrowse-update-member-buffer-mode-line): Likewise.
15921         (ebrowse--mode-strings): Removed.
15922         (ebrowse--mode-line-props): Removed.
15924         * files.el (auto-mode-alist): Add `EBROWSE'.
15926         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15927         space before testing for end of buffer.
15928         (ebrowse-load): Removed.
15929         (ebrowse-revert-tree-buffer-from-file): Rewritten.
15930         (ebrowse-create-tree-buffer): Rewritten.
15931         (ebrowse-tree-mode): Read tree from buffer.
15933         * progmodes/ebrowse-ffh.el: Removed.
15935 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
15937         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15939 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
15941         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15942         at the wrong place.
15944 2000-04-09  Dave Love  <fx@gnu.org>
15946         * files.el (backup-enable-predicate):
15947         Use temporary-file-directory, small-temporary-file-directory.
15948         (make-backup-file-name-function, backup-directory-alist): New vars.
15949         (make-backup-file-name-1): New function.
15950         (make-backup-file-name): Use it.
15951         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
15952         (file-newest-backup): Use make-backup-file-name.
15954 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
15956         * progmodes/ebrowse-ffh.el: New file.
15958         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15959         Moved to ebrowse-ffh.el.
15960         (ebrowse-load): Add autoload.
15962         * finder.el (finder-commentary): Add autoload cookie.
15964         * mail/rfc2368.el: Correct author's email address.
15966         * progmodes/ebrowse.el: New file.
15968         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15969         item help string.
15970         (easy-menu-do-add-item): Ditto.
15971         (easy-menu-define): Extend doc string.
15973         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15974         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15975         (jit-lock-function, jit-lock-stealth-fontify): Don't use
15976         with-buffer-unmodified.
15978 2000-04-08  Dave Love  <fx@gnu.org>
15980         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15981         unless, when.
15983 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
15985         * viper-util.el (viper-put-on-search-overlay): New subroutine.
15986         (viper-flash-search-pattern): No operation when using Emacs
15987         doesn't support face.
15988         Use `viper-put-on-search-overlay'.
15990 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
15992         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15993         like C-r.
15995         * progmodes/make-mode.el: Some doc fixes.
15996         (makefile-mode-abbrev-table): New variable.
15997         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15998         (makefile-font-lock-keywords): Fontify includes and conditionals.
15999         (toplevel): Require `dabbrev' and `add-log' when compiling.
16001         * replace.el (perform-replace): Don't move forward one char
16002         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16003         to do that because it leaves point 1 position after the last
16004         replacement, after everything has been replaced.
16006         * jit-lock.el (with-buffer-unmodified): New macro.
16007         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16008         modified state.
16009         (jit-lock-function-1): Extracted from jit-lock-function; not
16010         preserving buffer's modified state.
16011         (jit-lock-function, jit-lock-stealth-fontify):
16012         Call jit-lock-function-1.
16014         * mail/rfc2368.el: Remove supernumerary copyright line.
16016 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16018         * glasses.el: Provide facilities for inserting space before left
16019         parentheses and uncapitalization of identifiers.
16020         (glasses-mode): Try to remove old overlays in all cases.
16022 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16024         * progmodes/compile.el (compile-internal): Display the compilation
16025         buffer in a different frame, if it's already displayed there.
16027         * mail/rfc2368.el: New file.
16029         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16030         header and insert its value as mail body.
16032         * subr.el (member-ignore-case): New function.
16034         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16035         (dabbrev--find-expansion): Ignore buffers matching a regexp
16036         from dabbrev-ignored-regexps.
16038         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16039         to extensions handled by gzip.
16041 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16043         * files.el (insert-directory): List the total free space
16044         along with the used space.
16046         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16047         line is followed by one that matches CITATION-REGEXP, end the
16048         paragraph.
16050 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
16052         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16053         (rmail-make-basic-summary-line): Use that option.
16055 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
16057         * international/mule-cmds.el (encoded-string-description):
16058         Rewritten.   Try pretty description for ISO 2022 escape sequences
16059         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
16060         for hexadecimal format.
16062 2000-04-01  Dave Love  <fx@gnu.org>
16064         * cpp.el: Change customization group to `c' from `C'.
16066         * vcursor.el (vcursor-move): Use display-color-p.
16068         * international/mule-util.el: Provide mule-utils.
16069         (string-to-sequence): Simplify and speed up.
16071         * international/mule.el (make-coding-system): Purecopy doc-string.
16073         * international/mule-cmds.el: Various menu changes.
16074         (describe-specified-language-support): Handle `Default'.
16075         (set-language-info): Purecopy `info'.
16077 2000-03-31  Andrew Innes  <andrewi@gnu.org>
16079         * vc.el (vc-backend-diff): Return the correct status if we had to
16080         retry the rcsdiff command without the --brief option.
16082 2000-03-31  Dave Love  <fx@gnu.org>
16084         * help.el (help-manyarg-func-alist): Correct several omissions.
16086         * add-log.el: Don't require cl, fortran.
16087         (add-log-current-defun-function): Doc fix.
16088         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
16089         (change-log-version-rcs): Function deleted.
16090         (change-log-version-number-search): Doc fix.
16091         Use vc-workfile-version. Avoid CL dolist.
16092         (add-change-log-entry): Just call add-log-current-defun to get
16093         defun.  Simplify somewhat.
16094         (change-log-get-method-definition-1): Likewise.
16095         (add-log-current-defun): Return nil if calling
16096         add-log-current-defun-function does so.  Move Fortran stuff to
16097         fortran.el.  Return string without properties.
16099         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16100         and :alpha: char classes.
16102         * mail/supercite.el: Defvar curline when compiling.
16103         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16104         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16105         rather than a-zA-Z0-9 to allow non-ASCII characters.
16107 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
16109         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16111         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16112         Re-enable new code.
16114         * lpr.el (print-region-1): Use -d to specify printer name for
16115         systems `usg-unix-v*, `dgux', `hpux', `irix'.
16117 2000-03-31  Dave Love  <fx@gnu.org>
16119         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16120         Look for function definition in symbol's function value slot first
16121         instead of first consulting byte-compile-function-environment.
16123 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
16125         * language/european.el ("Polish"): New language environment.
16126         (setup-polish-environment): New function.
16128 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
16130         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16131         Disable new code.
16133         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16134         trying to `load' the symbol of an autoload instead of the file
16135         recorded in the autoload.  Fix error messages.
16137 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16139         * ps-print.el: PostScript programming fix for ghostview, doc fix.
16140         (ps-print-version): New version number (5.1.3).
16141         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16142         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16143         (ps-generate-postscript-with-faces): Code fix.
16144         (ps-color-values): XEmacs compatibility.
16145         (ps-print-background-image, ps-print-background-text, ps-printer-name)
16146         (ps-default-fg, ps-default-bg): Adjust customization.
16147         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16148         (ps-color-scale): Renaming old ps-color-value fun.
16149         (ps-print-headers): Replace ps-print-header group to avoid conflict
16150         with ps-print-header variable.
16151         (ps-print-miscellany): New group.
16152         (ps-format-color, ps-rgb-color): New funs.
16153         (ps-default-foreground): New var.
16154         (ps-printer-name-option): New const.
16156 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
16158         * net/net-utils.el:
16159         (network-connection-host, network-connection-service): New variables
16160         (network-connection-mode): New mode, derived from comint-mode
16161         (network-connection-mode-setup): New function, saves host and
16162         service information in local variables.
16164         * lisp/locate.el:
16165         (locate-word-at-point): Added this function
16166         (locate): Default to using locate-word-at-point as input
16167         Run dired-mode-hook
16169 2000-03-29  Dave Love  <fx@gnu.org>
16171         * calendar/appt.el: Doc fixes.
16172         (appt-check): Convert min-to-app to a string before passing to
16173         appt-disp-window-function or concat.
16174         (appt-delete-window): Remove test for frame-root-window.
16175         (appt-select-lowest-window, appt-convert-time): Simplify.
16177         * emacs-lisp/bytecomp.el: Doc fixes.
16178         (byte-compile-file-form-autoload):
16179         Update byte-compile-function-environment.
16181 2000-03-29  Andreas Schwab  <schwab@suse.de>
16183         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16185         * dired.el (dired-insert-directory): If dired-free-space-program
16186         failed just delete its output.
16188 2000-03-29  Dave Love  <fx@gnu.org>
16190         * international/iso-cvt.el: Move provide to end.  Doc fixes.
16191         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16192         (iso-iso2sgml, iso-sgml2iso): New functions.
16193         (iso-cvt-define-menu): Fix some entries and use backquote for
16194         clarity.
16196         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16198 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
16200         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16201         ISO-DATE.  If non-nil, return date in ISO 8601 format.
16203 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16205         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16206         if it ever becomes used.
16207         (log-edit-mode-hook): Default to vc-log-mode-hook.
16208         (log-edit-mode): Fix the docstring.
16210         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16211         the code.
16213 2000-03-26  Dave Love  <fx@gnu.org>
16215         * net/browse-url.el (browse-url): Re-fix case of
16216         browse-url-browser-function being an alist.
16217         (browse-url): Add :link to defgroup.
16219         * files.el: Doc fixes.
16220         (file-truename): Include `[' in wildcard characters.
16221         (automount-dir-prefix): Customize.
16222         (find-file-wildcards): Add :version.
16223         (find-file-noselect): Simplify a mapcar call.
16225         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16226         compatible with inf-lisp version.
16227         (eval-defun-1): Fix custom-declare-variable case.
16229 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16231         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16233 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16235         * Makefile (COMPILE_FIRST): New macro.
16236         (compile-files): Compile files from COMPILE_FIRST first.
16238         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16240         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16241         matching open parenthesis in column 0 to defun-prompt-regexp
16242         only if open-paren-in-column-0-is-defun-start is set.
16244         * sun-curs.el: Require CL at compile-time only.
16246         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16247         instead of copy-list which is a function from CL.
16248         (msb--choose-menu, msb--mode-menu-cond)
16249         (msb--create-buffer-menu-2): Use dolist instead of mapc.
16250         (msb--init-file-alist): Use mapcar instead of mapcan.
16251         (msb--aggregate-alist): Use mapcar instead of mapcan.
16252         Fix `(' in column 0 in doc string.
16253         (msb--add-separators): Use mapcar instead of mapcan.
16255         * cus-dep.el: Require CL at compile-time only.
16257 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
16259         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16260         (byte-compile-warnings): New warning `noruntime'.
16261         (byte-compile-constants, byte-compile-variables): Fix docstring.
16262         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16263         execute `eval-whenc-compile's body.
16264         (byte-compile-unresolved-functions): Fix docstring.
16265         (byte-compile-eval): New function.
16266         (byte-compile-callargs-warn): Check if the function will be available
16267         at runtime (via property `byte-compile-noruntime').
16268         (byte-compile-print-syms): New function.
16269         (byte-compile-warn-about-unresolved-functions): Also warn about
16270         `noruntime' functions (and use `byte-compile-print-syms').
16271         (byte-compile-file): Capitalize the message.
16273 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16275         * mail/rmail.el (rmail-confirm-expunge): New user-option.
16276         (rmail-expunge): Ask for confirmation depending on the setting
16277         of rmail-confirm-expunge.
16279 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
16281         * Makefile (bootstrap-clean): If $(emacs) exists, build
16282         loaddefs.el first.  A loaddefs.el that's not up-to-date might
16283         cause a bootstrap failure because things don't autoload as expected.
16285 2000-03-23  Dave Love  <fx@gnu.org>
16287         * net/browse-url.el: Restore previous use of
16288         browse-url-maybe-new-window.
16290 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16292         * ps-print.el: Skip banner page fix.
16293         (ps-print-version): New version number (5.1.2).
16294         (ps-begin-file, ps-end-file, ps-generate): Code fix.
16296 2000-03-23  Dave Pearson  <davep@davep.org>
16298         * net/quickurl.el Changed the type of parameter passed to the
16299         function defined by `quickurl-format-function'. Before only the
16300         text of the URL was passed. Now the whole URL structure is passed
16301         and the function is responsible for extracting the parts it requires.
16302         Changed the default of `quickurl-format-function' accordingly.
16303         (quickurl-insert): Changed the `funcall' of
16304         `quickurl-format-function' to match the above change.
16305         (quickurl-list-insert): Changed the `url' case so that it makes
16306         use of `quickurl-format-function', previous to this the format was
16307         hard wired.
16309 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
16311         * startup.el: Change some spellings for the X Window System.
16313 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
16315         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16316         Clean up the code and the regexp and make sure the cursor is
16317         temporarily moved to the suspicious line while querying the user.
16319 2000-03-22  Jason Rumney  <jasonr@gnu.org>
16321         * w32-fns.el (w32-charset-info-alist): Initialize.
16323 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16325         * ps-print.el: N-up last page fix.
16326         (ps-print-version): New version number (5.1.1).
16327         (ps-end-file, ps-end-job, ps-generate): Code fix.
16329 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16331         * files.el (find-file-run-dired): Update docstring.
16332         (find-directory-functions): New hook.
16333         (find-file-noselect): Run find-directory-functions rather than
16334         calling dired directly.
16336         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16338         * pcvs.el: Add a minimal leading commentary.
16339         (cvs-make-cvs-buffer): Change the header part by removing the startup
16340         message and adding a `Module' entry.  Also replace the FOOTER and
16341         HEADER special fileinfos with the new support in ewoc for updating
16342         its own footer and header.
16343         (cvs-update-header): Update to use the header/footer of the ewoc.
16344         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16345         (cvs-is-within-p): New function.
16346         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16347         to only examine some subset of the buffers.
16349         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16350         `format' instead of our own ad-hoc functions.
16351         Remove HEADER and FOOTER cases, now handled in the EWOC.
16352         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16354         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16355         output to avoid scaring the user.
16356         (cvs-parse-table): Catch message for non-up-to-date commits.
16358         * pcvs-defs.el (cvs-startup-message): Remove.
16359         (cvs-global-menu): New autoloaded menu.
16361         * pcvs-util.el (cvs-string-fill): Remove.
16363         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16364         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16365         PP part of it and also make it work for footers and headers.
16366         (ewoc-create): Drop POS and BUFFER arguments.
16367         Use the DLL's dummy node to store the end-of-footer position.
16368         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16369         (ewoc-refresh): Remove unused `header' variable.
16370         (ewoc-(get|set)-hf): New functions.
16372         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16373         log-view-*-(message|file) and use easy-mmode-define-navigation.
16374         (log-view-message-re): Match SCCS format as well.
16375         And match the revision line rather than the dashed separator line.
16376         (log-view-mode): Use the new define-derived-mode.
16377         (log-view-current-tag): Fill in with an actual implementation.
16379         * cvs-status.el (cvs-status-(prev|next)): Rename from
16380         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16381         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16382         to let the output "breathe" a little more (more readable).
16383         (cvs-status-mode): Use the new define-derived-mode.
16385         * smerge-mode.el (smerge-auto-leave): New function and variable.
16386         (smerge-basic-map): Rename from smerge-basic-keymap.
16387         Change the bindings for smerge-diff-*.
16388         (smerge-*-map): Use easy-mmode-defmap.
16389         (smerge-(next|prev)): Use easy-mmode-define-navigation.
16390         (smerge-keep-*): Use smerge-auto-leave.
16392 2000-03-21  Jason Rumney  <jasonr@gnu.org>
16394         * cus-edit.el (custom-button-face): Use 3D look for w32.
16395         (custom-button-pressed-face): Likewise.
16397 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
16399         * progmodes/etags.el (tags-case-fold-search): New user-option.
16400         (tags-loop-eval): New function.  Bind case-fold-search around eval
16401         depending on the value of tags-case-fold-search.
16402         (tags-loop-continue): Use tags-loop-eval.
16403         (find-tag-in-order): Bind case-fold-search depending on the value
16404         of tags-case-fold-search.
16406 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16408         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16409         (diff-end-of-hunk): Return the end position for use in
16410         `easy-mmode-define-navigation'.
16411         (diff-recenter): Remove.
16412         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16413         of `easy-mmode-define-navigation'.
16414         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16415         previous renaming) and fix to use new names.
16416         (diff-merge-strings): Use \n as separator: simpler, faster.
16417         (diff-mode): Use `define-derived-mode'.
16419         * derived.el (define-derived-mode): Don't autoload anymore.
16420         Prefer the macro-only version provided by easy-mmode.el.
16422         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16423         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
16424         (easy-mmode-define-navigation): New macro.
16426         * subr.el (combine-run-hooks): New function.
16428 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
16430         * term/x-win.el: Fontsets related initialization is simplified.
16432         * international/mule-diag.el (describe-font): Don't refer to
16433         global-fontset-alist, instead call font-list.
16434         (describe-fontset, list-fontsets, mule-diag): Likewise.
16435         (print-fontset): Adjusted for the change of fontset implementation.
16437         * international/fontset.el (x-charset-registries): Variable removed,
16438         instead the corresponding data is stored in the default fontset.
16439         (register-alternate-fontnames): Function removed.
16440         (resolved-ascii-font): Variable removed.
16441         (x-compose-font-name): Ignore the second argument REDOCE.
16442         (x-complement-fontset-spec): Complement only an ASCII font and
16443         element for those charsets than can use that ASCII font.
16444         (generate-fontset-menu): Don't refer to global-fontset-alist,
16445         instead call fontset-list.
16446         (uninstantiated-fontset-alist): Variable removed.
16447         (x-style-funcs-alist): Likewise.
16448         (fontset-default-styles): Likewise.
16449         (x-modify-font-name): Function removed.
16450         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16451         (create-fontset-from-ascii-font): Docsting adjusted for the above
16452         change.
16453         (instantiate-fontset, resolve-fontset-name): Functions removed.
16454         (fontset-list): Now implemented by C code.
16456         * faces.el (read-face-font): Fix TABLE arg to completing-read.
16457         (describe-face): Include `font' attribute in the description.
16459 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
16461         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16463 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
16465         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16466         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16467         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16469         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16470         about behavior of set-buffer-modified-p wrt redisplay.
16472 2000-03-19  Richard M. Stallman  <rms@gnu.org>
16474         * view.el (view-mode-disable): Kill local binding of view-read-only.
16476 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
16478         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16479         is a string, convert it to a syntax cell using string-to-syntax.
16481         * simple.el (syntax-code-table, syntax-flag-table): New variables.
16482         (string-to-syntax): New function.
16484         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16485         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16486         try to use passive ftp mode.
16488 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
16490         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16492         * simple.el (append-to-buffer): Update point of windows after
16493         insertion.
16495         * abbrev.el (inverse-add-abbrev): Identify word by first moving
16496         forward then moving backward.  Reindent.
16498         * frame.el (other-frame): Call x-focus-frame only if
16499         focus-follows-mouse is off.
16501 2000-03-17  Dave Love  <fx@gnu.org>
16503         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16505 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
16507         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16508         regexp for labels cannot span several lines.
16510         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16511         `(setq :<key> ':<key>)' to the macro expansion.
16513 2000-03-16  Dave Love  <fx@gnu.org>
16515         * progmodes/f90.el (f90): Put custom group under `languages', not
16516         `fortran'.
16517         (f90-mode-hook): Customize.
16518         (f90-mode): Set add-log-current-defun-function.
16519         (f90-current-defun): New function.
16521 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
16523         * cus-edit.el (custom-variable-tag-face): Handle case that
16524         default face's height is not a number.
16525         (custom-face-tag-face, custom-group-tag-face-1)
16526         (custom-group-tag-face): Ditto.
16527         (custom-group-tag-face-1): Add :group.
16529         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16531 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
16533         * pcvs-defs.el (toplevel): Remove autoload cookie for form
16534         requiring easymenu.
16536 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16538         * ps-print.el: PostScript user-defined prologue, PostScript error
16539         handler, doc fix.
16540         (ps-print-version): New version number (5.1).
16541         (ps-user-defined-prologue, ps-error-handler-message)
16542         (ps-print-prologue-0, ps-error-handler-alist): New vars.
16543         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16544         (ps-insert-string): New function.
16546 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
16548         * international/ccl.el (ccl-compile-expression): Don't generate
16549         invalid self-assignment code.
16551 2000-03-14  Dave Love  <fx@gnu.org>
16553         * subr.el (replace-regexp-in-string): Renamed from
16554         replace-regexps-in-string.  Doc fix.
16556 2000-03-12  Dave Love  <fx@gnu.org>
16558         * cus-edit.el: Doc fixes.
16559         (customize-set-variable, customize-save-variable): Rename args for doc.
16560         (custom-variable-tag-face, custom-face-tag-face)
16561         (custom-group-tag-face-1, custom-group-tag-face): Modify from
16562         style which user identify as hyperlink.
16563         (hook): Don't add undefined functions to the hook.
16564         (debug-ignored-errors): Transfer message from bindings.el.
16566 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16568         * recentf.el (recentf-keep-non-readable-files-p):
16569         Remove double/nested definition.
16571 2000-03-12  Dave Love  <fx@gnu.org>
16573         * facemenu.el (facemenu-get-face): Use display-color-p.
16574         * enriched.el (enriched-decode-foreground): Likewise.
16575         (enriched-decode-background): Likewise.
16576         * isearch.el (isearch-highlight): Likewise.
16577         * info-look.el (info-lookup): Likewise.
16578         * simple.el (completion-setup-function): Likewise.
16580         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16581         :options.
16583         * bindings.el (mode-line-format): Fix line-number and
16584         column-number items.  Add help-echo for the background.
16585         (mode-line-mule-info): Modify help-echo.
16587         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16589         * files.el (load-file): Allow completion to .elc.
16591         * man.el: Doc fixes.
16592         (Man-init-defvars): Use display-color-p to set fontification.
16594         * play/hanoi.el (hanoi-internal): Don't use oddp.
16596 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16598         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16600         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16602 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16604         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16605         Fix comment.
16607 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
16609         * font-lock.el (font-lock-keywords): Fix the doc now that
16610         regexp-opt-depth is unnecessary.
16611         (save-buffer-state): Set an edebug spec.
16612         (font-lock-fontify-anchored-keywords): Properly handle the case when
16613         the matcher goes past the limit.
16615         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16616         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16618         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
16619         dll.el and cookie.el (from Elib) with heavy renaming and other
16620         massaging.
16622         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16623         Autoload the functions used.
16624         (easy-mmode-define-syntax): Fix CL typo.
16625         (easy-mmode-define-derived-mode): Improve the docstring generation.
16627 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
16629         * textmodes/texinfo.el (texinfo-version): Variable and function
16630         removed.
16632 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
16634         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16635         allow more flexibility.
16636         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16637         (easy-mmode-defmap, easy-mmode-defsyntax)
16638         (easy-mmode-define-derived-mode): New macros.
16640 2000-03-09  Didier Verna  <didier@xemacs.org>
16642         * rect.el (replace-rectangle): New function.
16644 2000-03-09  Dave Love  <fx@gnu.org>
16646         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16647         (fortran-comment-line-start-skip): Don't match cpp stuff.
16648         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
16649         (fortran-mode-map): Remove over-eager custom-menu-create for now.
16650         (fortran-mode): Don't set fortran-comment-line-start-skip,
16651         fortran-comment-line-start here.  Set comment-start,
16652         add-log-current-defun.
16653         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16654         (fortran-current-defun): New function.
16656 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
16658         * emacs-lisp/re-builder.el: New file.
16660         * mouse.el (mouse-drag-region): Don't run up-event handler
16661         if hscroll has changed.
16663         * octave-mod.el (octave-font-lock-keywords): To font-lock the
16664         builtin operators, use `font-lock-builtin-face' for Emacs and
16665         `font-lock-preprocessor-face' otherwise.
16667         * font-lock.el (lisp-font-lock-keywords-1): Highlight
16668         `(defun (setf foo)' differently.
16670 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
16672         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16673         (regexp-opt): Update comment and adapt the code the new meaning of
16674         the `paren' argument of regex-opt-group for shy-groups.
16675         (regexp-opt-depth): Handle shy groups as well as backslashed
16676         backslashes.
16677         (regexp-opt-group): Turn the leading comment into a docstring.
16678         Allow `paren' to be a string (the string to use to open a group).
16679         Remove open-presuf and close-presuf.  Instead of checking for `all
16680         one-char' and then later on check for `several one-char', handle
16681         both cases close together.  Also apply a more generic algorithm
16682         for suffixes (the mirror image of the algorithm used for
16683         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
16684         (regexp-opt-try-suffix): Removed.
16686         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16687         from comint-mode-map, so we can just inherit from it.  Also, move
16688         the initialization into the `defvar' since there's no docstring
16689         anyway and it's fairly short.
16690         (inferior-scheme-mode): Define it as derived-mode: the code is
16691         shorter and this way we inherit from comint-mode-map rather than
16692         copying it.
16694         * subr.el (replace-regexps-in-string): Properly handle the case
16695         where we match an empty string.
16697         * comint.el (comint-exec-1): Add the current-dir to the exec-path
16698         when the command has a directory component (such as "./testml").
16699         Also fix a typo in the comment.
16701 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
16703         * Makefile (compile-files): Compile files one by one because
16704         that's the only way to ensure a clean compilation environment for
16705         each individual file.
16707         * frame.el (other-frame): Call x-focus-frame.
16709 2000-03-07  Dave Love  <fx@gnu.org>
16711         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16712         :require to defcustom.
16714         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16716         * files.el (auto-mode-alist): Add configure.in.
16718         * progmodes/autoconf.el: New file.
16720 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
16722         * mail/mh-e.el: Change maintainer to `none'.
16724         * recentf.el (recentf-keep-non-readable-files-p): Quote args
16725         to remove-hook and add-hook.
16727 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
16729         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16730         it as the default.
16731         (mail-send): Test mail-send-nonascii also for the new `mime' value.
16732         (sendmail-send-it): Conditionally add MIME headers specifying the
16733         used character set.
16735 2000-03-07  Dave Love  <fx@gnu.org>
16737         * winner.el: Fix keywords, autoload cookies.
16738         Split eval-when-compile form to avoid compilation failure.
16740 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
16742         * international/mule.el: Modify comment about coding system
16743         property `coding-category'.
16744         (make-coding-system): New argument EOL-TYPE.  Pay attention to
16745         coding-category property of PROPERTIES.
16747         * international/mule-conf.el (coding-category-utf-8)
16748         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16749         categories.  Include them in the argument for set-coding-priority.
16751         * international/mule-cmds.el (reset-language-environment):
16752         Include coding-category-utf-8, coding-category-utf-16-be, and
16753         coding-category-utf-16-le in the argument for set-coding-priority.
16754         (reset-language-environment): Initialize coding-category-utf-8,
16755         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16757 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
16759         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16760         code abstracted out of `bookmark-jump-noselect'.  Now tries info
16761         extensions as well as compression extensions.
16762         (bookmark-jump-noselect): Use above new func.
16764 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
16766         * strokes.el: Change maintainer's mail address.
16768 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
16770         * international/mule-diag.el (list-character-sets): Make help-echo
16771         string by substitute-command-keys.
16772         (list-character-sets): Likewise.
16773         (sort-listed-character-sets): Call help-setup-xref.
16775 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
16777         * time.el (display-time-mail-file): Add `none' to the list of choices.
16779 2000-03-01  Dave Love  <fx@gnu.org>
16781         * help.el (help-xref-go-back): Don't try to set position.
16783         * international/mule-diag.el (list-character-sets):
16784         Call help-setup-xref.  Add help-echo to xrefs.
16785         (list-character-sets-1): Add help-echo to xrefs.
16787 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
16789         * frame.el (blink-cursor-mode): Switch cursor on when turning
16790         the mode off.
16792         * add-log.el (add-log-current-defun): Add support for
16793         Autoconf mode.
16795         * mail/rmail.el (rmail-quit-hook): New variable.
16797 2000-03-01  Dave Love  <fx@gnu.org>
16799         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16801         * help.el (help-xref-button): Add help-echo arg.
16802         (describe-function-1, describe-variable, help-make-xrefs): Use it.
16804         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16806         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16808 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
16810         * image.el (defimage): Look for image files in load-path.
16812         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16814 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16816         * recentf.el (recentf): Added version tag to the defgroup of recentf.
16818 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16820         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16821         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16822         action to select/unselect a file.
16823         (recentf-edit-list): Code cleanup and improvement.
16824         (recentf-open-more-files-action): `recentf-open-more-files' button
16825         widget action to open a file.
16826         (recentf-open-more-files): No more use standard completion but widgets.
16827         (recentf-more-collection): Deleted.
16828         (recentf-more-history): Deleted.
16829         (recentf-setup-more-completion): Deleted.
16831 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16833         * recentf.el (recentf-mode): No more needs that Emacs is running
16834         under a window-system.
16836 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16838         * recentf.el (recentf-edit-list): New command to edit the recent
16839         list which allow the user to remove files.
16840         (recentf-edit-selected-items): New global variable, used by
16841         `recentf-edit-list' to hold the list of files to be removed from
16842         the recent list.
16843         (recentf-make-menu-items): Updated to display a "Edit list..."
16844         menu item.  Minor code cleanup.
16846 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16848         * recentf.el (recentf-open-more-files): New command to open files
16849         that are not displayed in the menu.
16850         (recentf-more-collection): New global variable holding the set of
16851         permissible completions used by `recentf-open-more-files'.
16852         (recentf-more-history): New global variable holding the history list
16853         used by `recentf-open-more-files' completion.
16854         (recentf-setup-more-completion): New function to setup completion for
16855         `recentf-open-more-files'.
16856         (recentf-make-menu-items): Updated to display a "More..." menu item.
16858 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16860         * recentf.el (recentf-menu-action): Doc fixed.
16862 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16864         * recentf.el (recentf-menu-filter): Doc updated.
16865         (recentf-update-menu-hook): Allow menu filters to force menu update.
16866         (recentf-make-menu-items): New menu filter handling.
16867         (recentf-make-menu-item): New helper function.
16868         (recentf-menu-elements): New menu handling function.
16869         (recentf-sort-ascending): Updated to new menu filter handling.
16870         (recentf-sort-descending): Updated to new menu filter handling.
16871         (recentf-sort-basenames-ascending): New menu filter function.
16872         (recentf-sort-basenames-descending): New menu filter function.
16873         (recentf-show-basenames): New menu filter function.
16874         (recentf-show-basenames-ascending): New menu filter function.
16875         (recentf-show-basenames-descending): New menu filter function.
16877 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16879         * diary-lib.el (list-diary-entries): Don't try to go forward at
16880         the end of the buffer.
16882 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
16884         * international/mule-diag.el (list-character-sets):
16885         Completely rewritten.
16886         (sort-listed-character-sets): New function.
16887         (list-character-sets-1): Completely rewritten.
16888         (list-character-sets-2): New function.
16889         (non-iso-charset-alist): New variable.
16890         (decode-codepage-char): New function.
16891         (charset-history): New variable.
16892         (read-charset) (list-block-of-chars)
16893         (list-iso-charset-chars)
16894         (list-non-iso-charset-chars)
16895         (list-charset-chars): New functions.
16896         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16897         (dump-charsets): Likewise.
16899 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
16901         * dired-x.el (dired-filename-at-point): Add `@' to valid
16902         file name characters.
16903         (dired-filename-at-point): Handle ange-ftp file names.
16905         * frame.el (frame-notice-user-settings): Use assq-delete-all
16906         instead of assoc-delete-all.
16907         (frame-notice-user-settings): Ditto.
16909         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16910         Don't copy alist.
16912 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
16914         * calculator.el (calculator-use-menu): New option.
16915         (calculator-initial-bindings): Changed some bindings to work as macros.
16916         (calculator-forced-input): Removed.
16917         (calculator-restart-other-mode): New variable.
16918         (calculator-mode-map): Set up menu.
16920 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
16922         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16924 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
16926         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16927         translate all ESC key sequences.
16928         (viper-goto-mark-subr): Restore markers for files for which
16929         they were saved.
16930         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16931         * viper-util.el (viper-set-replace-overlay-glyphs)
16932         (viper-set-replace-overlay): Always check if the replacement
16933         overlay is live.
16934         * viper.el (viper-vi-state-mode-list): Add major modes.
16935         * ediff-wind.el: Minor comment changes.
16936         * ediff.el: Copyright notice date fix.
16938 2000-02-27  Jason Rumney  <jasonr@gnu.org>
16940         * faces.el (face-font-family-alternatives): Add arial to helv.
16941         (mode-line, header-line, tool-bar): Same default as x for w32.
16942         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16943         face-font-family-alternatives from working.
16944         * term/w32-win.el (mouse-set-font): Do not build fontset from
16945         chosen font.
16947 2000-02-25  Sam Steingold  <sds@goems.com>
16949         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16950         properly.
16952 2000-02-25  Richard M. Stallman  <rms@gnu.org>
16954         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16956 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
16958         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16960         * frame.el (busy-cursor-delay-seconds): New option.
16962 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
16964         * frame.el (show-cursor-in-non-selected-windows): New option.
16966 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16968         * diary-lib.el (include-other-diary-files): Undo the selective
16969         display in any included file and don't kill it.
16971 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
16973         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16974         Menu items converted to (menu-item format, help strings added.
16975         [downcase, upcase]: Don't enable on MS-DOS.
16976         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16977         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16979 2000-02-23  Dave Love  <fx@gnu.org>
16981         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16982         (backward-kill-word): Revert addition of * to interactive spec --
16983         it's a feature.
16985         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16986         (backward-kill-sentence, kill-sentence): Likewise.
16988         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16989         scratch buffer name.
16990         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
16992         * term/w32-win.el (internal-face-interactive): Update prompt for
16993         new read-face-name.
16995         * mail/footnote.el (footnote): Add :version to defgroup.
16996         (footnote-section-tag-regexp): Customize.
16997         (footnote-start-tag, footnote-end-tag): New option.
16998         (footnote-latin-regexp): New variable.
16999         (Footnote-latin): New function.
17000         (footnote-style-alist): Add element for latin style.
17001         (footnote-style): Moved.
17002         (Footnote-goto-footnote): Use eq to test arg.
17004         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17006         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17007         (byte-compile-trueconstp): Include keywords.
17008         (byte-optimize-quote, byte-optimize-lapcode):
17009         Use byte-compile-const-symbol-p.
17010         (byte-optimize-char-before): New optimization.
17012         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17013         (byte-compile-const-symbol-p): New function.
17014         (byte-compile-constp, byte-compile-out-toplevel)
17015         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17016         Use it.
17018         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17020 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17022         * international/encoded-kb.el: Be sure to update minor-mode-alist
17023         and minor-mode-map-alist.
17024         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17025         codes SS2 and SS3 correctly.
17026         (encoded-kbd-self-insert-ccl): New function.
17027         (encoded-kbd-setup-keymap): New function.
17028         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17029         by calling encoded-kbd-setup-keymap.
17031         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17032         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17034 2000-02-22  Dave Love  <fx@gnu.org>
17036         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17037         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17038         (lisp-mode-syntax-table): Set up for #|...|# comments.
17039         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17040         classes.  Match `defface'.
17041         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17042         (eval-defun-1): Fix for defcustom.
17043         (lisp-indent-region): Doc fix.
17045         * subr.el (when, unless, split-string): Doc fix.
17046         (read-passwd): Move call of clear-this-command-keys to the right place.
17047         (replace-regexps-in-string): New function.
17049 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
17051         * help.el (describe-variable): Set syntax table to
17052         emacs-lisp-mode-syntax-table when moving forward over the
17053         symbol's name.
17055 2000-02-22  Dave Love  <fx@gnu.org>
17057         * xt-mouse.el: Doc fixes.
17058         (xterm-mouse-position-function): New function, replacing advice of
17059         mouse-position.
17060         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
17062         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17064 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
17066         * format.el (format-annotate-single-property-change):
17067         Handle properties.with dotted-list values.
17068         (format-proper-list-p): New function.
17070         * enriched.el (enriched-face-ans): Handle '(foreground-color
17071         . COLOR) and (background-color . COLOR).
17073 2000-02-20  Dave Love  <fx@gnu.org>
17075         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17076         and assignments to it.
17077         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17078         current local map.
17079         (make-flyspell-overlay): Use it.
17080         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17082         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17083         (lm-get-header-re): Defun, not defsubst.
17084         (lm-get-package-name): Defun, not defsubst.  Simplify.
17085         (lm-version): Doc fix.  Simplify.
17086         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17087         (lm-crack-address, lm-last-modified-date, lm-commentary)
17088         (lm-verify, lm-synopsis): Simplify.
17089         (lm-report-bug): Require emacsbug.  Use compose-mail.
17091 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
17093         * dired.el (dired-mode): Call propertized-buffer-identification
17094         to set mode-line-buffer-identification to something having
17095         the right text properties.
17097         * bindings.el (propertized-buffer-identification): New function.
17099 2000-02-20  Dave Love  <fx@gnu.org>
17101         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17102         check for t-mouse too.
17104         * cus-start.el: Make echo-keystrokes `number'.
17106 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
17108         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17109         Don't call ring-empty-p unless tags-location-ring is bound.
17110         From Noah Friedman <friedman@splode.com>.
17112 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
17114         * progmodes/hideshow.el (hs-flag-region): No longer use
17115         `intangible' overlay property.
17117         (hs-toggle-hiding): New command.
17118         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17120         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17121         Fix omission bug: Run `hs-minor-mode-hook' for both activation
17122         and deactivation.
17124 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
17126         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17128 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17130         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17132         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17133         of `*' to handle `(* ... *)' comments.
17135 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
17137         * faces.el (list-faces-display): Use display-mouse-p instead of
17138         window-system.
17140         * menu-bar.el (global-map): Menu-bar items converted to the new
17141         format (menu-item..., rearranged for better CUA compliance, and
17142         their names changed for better clarity.  Help strings added.
17144         * international/mule-cmds.el (mule-menu-keymap)
17145         (describe-language-environment-map, set-coding-system-map)
17146         (setup-language-environment-map): Convert to new (menu-item...
17147         form, add help strings.  Change names of menu items for better clarity.
17148         "Mule" menu-bar item removed (it's now in the "Options" submenu).
17150 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17152         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17153         within the code.
17155 2000-02-16  Dave Love  <fx@gnu.org>
17157         * faces.el: Don't require custom.  Add more specific :groups to
17158         various deffaces.
17159         (set-face-attribute): Purecopy args.
17160         (read-face-name): Default to name at point and use it in prompt.
17161         Remove colon from arg in all callers.
17162         (list-faces-display): Hyperlink to face descriptions and customize
17163         buffers.
17165 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
17167         * wid-edit.el (widget-match-inline): An atom never matches a list.
17169 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17171         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17172         at ':' characters by call to split-string.
17174 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17176         * textmodes/bibtex.el: Added RCS version identification.
17178 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17180         * textmodes/bibtex.el: Some temporary comments removed.
17181         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17182         (bibtex-field-const): Allow capital letters.
17183         (bibtex-start-of-string): Deleted because unused.
17185         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
17186         use the term 'reference' to describe a bibtex entry as a whole.
17187         Further, reference keys are no longer called 'labels'.
17188         (bibtex-keys): Renamed to bibtex-reference-keys.
17189         (bibtex-reformat-previous-labels): Renamed to
17190         bibtex-reformat-previous-reference-keys.
17191         (bibtex-reference-type): Renamed to bibtex-entry-type.
17192         (bibtex-reference-head): Renamed to bibtex-entry-head.
17193         (bibtex-reference-maybe-empty-head): Renamed to
17194         bibtex-entry-maybe-empty-head.
17195         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17196         (bibtex-search-reference): Renamed to bibtex-search-entry.
17197         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17198         bibtex-enclosing-entry-maybe-empty-head.
17199         (bibtex-entry-field-alist, bibtex-entry-head)
17200         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17201         (bibtex-map-entries, bibtex-search-entry)
17202         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17203         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17204         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17205         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17206         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17207         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17208         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17210 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17212         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17213         comment.
17214         (bibtex-format-field-delimiters): New function, functionality
17215         extracted from bibtex-format-entry.
17216         (bibtex-autokey-get-yearfield-digits): New function, functionality
17217         extracted from bibtex-autokey-get-yearfield.
17219         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17220         entries in order to avoid stack overflow in the regexp matcher if
17221         field contents become large.
17222         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17223         (bibtex-field-string-part-not-braced)
17224         (bibtex-field-string-part-no-inner-braces)
17225         (bibtex-field-string-part-1-inner-brace)
17226         (bibtex-field-string-part-2-inner-braces)
17227         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17228         (bibtex-field-string-quoted, bibtex-field-string)
17229         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17230         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17231         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17232         Deleted as parsing is now performed by the following functions.
17233         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17234         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17235         (bibtex-parse-field-string, bibtex-search-forward-field-string)
17236         (bibtex-parse-association, bibtex-field-name-for-parsing)
17237         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17238         (bibtex-search-forward-field, bibtex-search-backward-field)
17239         (bibtex-start-of-field, bibtex-end-of-field)
17240         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17241         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17242         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17243         (bibtex-parse-string, bibtex-search-forward-string)
17244         (bibtex-search-backward-string, bibtex-start-of-string)
17245         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17246         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17247         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17248         entries.  Instead of reporting the results of the parsing by
17249         match-beginning or match-end, these functions return data structures
17250         that hold the corresponding positions.
17251         (bibtex-enclosing-field): Changed to also report field boundaries by
17252         return values rather than by match-beginning or match-end.
17253         The following functions have been adapted to use the new
17254         parsing functions.
17255         (bibtex-skip-to-valid-entry, bibtex-search-reference)
17256         (bibtex-enclosing-field, bibtex-format-entry)
17257         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17258         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17259         (bibtex-print-help-message, bibtex-end-of-entry)
17260         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17261         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17262         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17263         Use the new method for parsing.
17264         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17265         (bibtex-map-entries, bibtex-flash-head)
17266         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17267         (bibtex-autokey-change, bibtex-autokey-get-namefield)
17268         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17269         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17270         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17271         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17272         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17273         order to make the new binding of case-fold-search immediately visible.
17275 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17277         * textmodes/bibtex.el: Copyright notice is up to date.
17278         Added constant 'bibtex-maintainer-salutation.
17280         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17281         than make-temp-name, use match-string-no-properties and eliminate
17282         a quadratic behavior when building bibtex-strings.
17284         * bibtex.el (bibtex-reference-key): Accept string entries whose
17285         reference key contains upper case letters.
17287 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17289         * bibtex.el (bibtex-reference-head): Allow entries to start with
17290         a new line.
17292 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17294         * bibtex.el: Hiding of entry bodies is not longer provided by
17295         bibtex.el directly.  Instead the hideshow package can be used.
17296         Added a special bibtex entry to hs-special-modes-alist.
17297         (bibtex-hs-forward-sexp): Added for hideshow.el.
17299 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17301         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17302         proceedings entry type (for cross referencing). Thanks to Wagner
17303         Toledo Correa for the suggestion.
17305         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17307 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
17309         * international/characters.el: Setup case table for Vietnamese.
17311 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
17313         * uniquify.el (toplevel): Require CL at compile time.
17314         (uniquify-push): Removed.
17316         * shadowfile.el (shadow-when): Removed.
17318         * tempo.el (tempo-dolist, tempo-mapc): Removed.
17319         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17321         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17322         regexp for paragraph-start.
17324         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17325         commas as well.
17327 2000-02-10  Dave Love  <fx@gnu.org>
17329         * wid-edit.el: (widgets) [defgroup]: Remove url link.
17330         (widget-color-choice-list, widget-color-history, widget-mouse-help):
17331         Deleted.
17332         (widget-specify-field, widget-specify-button): Don't use
17333         widget-mouse-help as help-echo property.
17334         (default): Use #'ignore for :validate and :mouse-down-action.
17335         (checkbox): Add help-echo.
17336         (widget-sexp-validate): Rewritten to clarify error messages.
17337         (character): Use char-valid-p in :match function.
17338         (widget-color-complete): Use facemenu-color-alist.
17339         (widget-color-action): Use facemenu-read-color.
17341         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
17342         set up `caar' &c that we now have.
17344 2000-02-09  Ray Blaak  <blaak@gnu.org>
17346         * delphi.el: Make resourcestring a declaration region, like const
17347         and var.
17349 2000-02-09  Dave Love  <fx@gnu.org>
17351         * bindings.el (mode-line-input-method-map): New variable.
17352         (mode-line-mule-info): Use it; fix last change.
17353         (mode-line-mode-menu): Move definition.
17354         (mode-line-mouse-sensitive-p): Deleted.
17355         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17356         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
17358         * startup.el (command-line-1): Don't call
17359         make-mode-line-mouse-sensitive.
17361 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17363         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17364         before rmail-toggle-header, because the former toggles headers.
17366 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
17368         * diff-mode.el (diff-kill-junk): New interactive function.
17369         (diff-reverse-direction): Use delete-and-extract-region.
17370         (diff-post-command-hook): Restrict the area so that the hook also works
17371         outside of any diff hunk.  This is necessary for the minor-mode.
17372         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17373         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17375         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17376         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17377         so that it can be used more easily in <foo>-mode-hook.  Also make sure
17378         to avoid duplicate entries.
17379         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17380         (font-lock-remove-keywords): Just as was done for `add', allow it to
17381         work even if font-lock-mode is nil.  Also make sure we don't modify
17382         any pre-existing list by forcing a copy-sequence.  Finally rename
17383         `major-mode' to `mode'.
17384         (font-lock-fontify-syntactic-anchored-keywords)
17385         (font-lock-fontify-anchored-keywords)
17386         (font-lock-fontify-keywords-region): Use line-end-position.
17387         Don't make `font-lock-multiline' local (it's now done in
17388         font-lock-set-defaults).
17389         (font-lock-set-defaults): Make `font-lock-multiline' local.
17390         Move the `font-lock-fontified' creation to inside the `unless'.
17392 2000-02-06  Andrew Innes  <andrewi@gnu.org>
17394         * term/w32-win.el (x-handle-args): Comment out call to message,
17395         which occurs before window system is initialized.
17397         * makefile.nt: Add support for recompiling lisp code.
17399 2000-02-04  Dave Love  <fx@gnu.org>
17401         * bindings.el (mode-line-mule-info): Fix/extend last change.
17403         * completion.el: Replace completion-dolist with dolist.
17405         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17407 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
17409         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17410         environment names before they go into the section regexp.
17412         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17413         char class in regexp.
17415         * textmodes/reftex-parse.el (reftex-with-special-syntax):
17416         Bind `case-fold-search' to nil.
17418         * progmodes/idlwave.el (idlwave-template):
17419         Respect `idlwave-abbrev-change-case'.
17420         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17421         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17422         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17423         (idlwave-rw-case): New function.
17424         (idlwave-statement-match): Fixed problem with assignment regexp.
17425         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17426         (idlwave-surround): New argument LENGTH to support padding of
17427         operators longer than 1 char.
17429         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17430         idlwave-shell-expression-overlay.  Implemented printing of
17431         expressions on higher levels of the calling stack.
17432         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17433         (idlwave-retrieve-expression-from-level): New function.
17434         (idlwave-shell-last-calling-stack): Variable removed.
17435         (idlwave-shell-reset): Argument action reversed (`visible' to
17436         `hidden').  Also remove stop-line overlay.
17437         (idlwave-shell-calling-stack-routine): New variable.
17438         (idlwave-shell-parse-stack-and-display): Messages now display
17439         negative level numbers.
17440         (idlwave-shell-mode): Set `modeline-format'.
17441         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17442         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17443         (idlwave-shell-print-expression-function): New option.
17445         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17446         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17447         `tool-bar' instead of `toolbar'.
17449 2000-02-02  Dave Love  <fx@gnu.org>
17451         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17452         emacs-lisp-mode-hook.  Don't check for defalias being defined.
17454         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17455         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17456         Use the new builtins directly.
17458         * whitespace.el (whitespace): Add :version to defgroup.
17460         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17461         Doc fix.
17463         * thingatpt.el (sexp-at-point, symbol-at-point)
17464         (number-at-point, list-at-point): Add autoload cookie.
17466         * recentf.el (recentf): Add :version to defgroup.
17468         * quickurl.el (quickurl): Add :version to defgroup.
17470         * elide-head.el (elide-head): Use point-marker more.
17472         * bs.el (bs): Add :version to defgroup.
17474         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17476         * progmodes/delphi.el (delphi): Add :version to defgroup.
17478 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
17480         * ange-ftp.el (ange-ftp-write-region): Handle case that
17481         succeeding process operation sets a different coding system.
17483         * calculator.el: New file.
17485 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
17487         * frame.el (frames-on-display-list, framep-on-display): New functions.
17488         (display-mouse-p, display-popup-menus-p, display-graphic-p)
17489         (display-selections-p, display-screens, display-pixel-width)
17490         (display-pixel-height, display-mm-width, display-mm-height)
17491         (display-backing-store, display-save-under, display-planes)
17492         (display-color-cells, display-visual-class): New functions.
17494         * term/tty-colors.el (tty-color-gray-shades): New function.
17496         * faces.el (display-color-p): Use framep-on-display.
17497         (display-grayscale-p): New function.
17499 2000-01-31  Dave Love  <fx@gnu.org>
17501         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17502         (create-fontset-from-x-resource): Don't concat integers.
17504 2000-01-31  Inge Frick  <inge@nada.kth.se>
17506         * view.el: Some changes in documentation.  Removed some trailing
17507         whitespace. Changed some parameter names to agree with documentation.
17508         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17509         window is not deleted.  Modifies change 1998-04-26.
17511 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
17513         * windmove.el: New file.
17515         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17516         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17517         progmodes/ebnf-yac.el: Update copyright and license info.
17519         * jit-lock.el (jit-lock-function): Widen before calculating
17520         end position.
17521         (jit-lock-stealth-chunk-start): Rewritten.
17523         * info.el (Info-title-face-alist): Removed.
17524         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17525         (Info-fontify-node): Use these faces.
17527 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
17529         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17530         (cl-macro-list1): Recognize `&allow-other-keys' instead of
17531         `&allow-other-keywords'.
17533         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17534         the list of directories scanned heuristically.
17536         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17538 2000-01-30  Jason Rumney  <jasonr@gnu.org>
17540         * w32-fns.el: Define w32-tty-standard-colors.
17542         * startup.el (command-line): Use w32-tty-standard-colors when in
17543         w32 console mode.
17545 2000-01-30  Dave Love  <fx@gnu.org>
17547         * jka-compr.el (jka-compr-load): Fix up load-history.
17549         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17551         * emacs-lisp/cl-macs.el: Revert previous change.
17553 2000-01-29  Dave Love  <fx@gnu.org>
17555         * facemenu.el: Purecopy various strings.
17557         * timezone.el (timezone-fix-time): Window against 69 for two-digit
17558         years.  Deal with three-digit years.
17560         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17561         Use defconst, purecopy.
17562         (help-back-label): Purecopy it.
17564 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17566         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17567         variable. If non-nil, order the buffer list according to the
17568         currently selected frame.
17569         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17570         non-nil, pass the selected frame to function buffer-list.
17572 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17574         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17576 2000-01-28  Dave Love  <fx@gnu.org>
17578         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17580         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17581         Don't use lisp-indent-hook property.
17582         (cl-abs): Remove.
17584         * subr.el: Move out indent and edebug specs for when and unless.
17586         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17587         when, unless.
17589         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17590         unless, when.
17592 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
17594         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17595         `collecting' as synonym for `collect'.
17597         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17598         for the case it contains spaces.
17600         * simple.el (what-cursor-position): Change formatting of messages.
17602         * frame.el (delete-other-frames): New function.
17603         (toplevel): Bind it to C-x 5 1.
17605         * sort.el (sort-numeric-base): New option.
17606         (sort-numeric-fields): If number starts with `0' or `0[xX[',
17607         interpret it as octal or hexadecimal.  Use sort-numeric-base
17608         as default base.
17610         * progmodes/glasses.el: New file.
17612 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
17614         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17615         userids differently.
17617         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17618         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17619         progmodes/ebnf-yac.el: New files.
17621 2000-01-26  Dave Love  <fx@gnu.org>
17623         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17624         on a function with an empty body.  [From Eric Ludlam.]
17626 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
17628         * vc.el (vc-version-diff): Make sure file name is expanded.
17630 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
17632         * scroll-bar.el (scroll-bar-timer): Variable removed.
17633         (scroll-bar-toolkit-scroll): Don't use a timer.
17635 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
17637         * language/thai-util.el (thai-composition-function):
17638         Delete superfluous `a'.
17640 2000-01-24  Dave Love  <fx@gnu.org>
17642         * fortran.el (fortran-mode): Use beginning-of-defun-function,
17643         end-of-defun-function.
17645         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17647 2000-01-22  Jason Rumney  <jasonr@gnu.org>
17649         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17650         conflicts with new face support.
17652 2000-01-22  Richard M. Stallman  <rms@gnu.org>
17654         * replace.el (query-replace): Rename last arg to DELIMITED.
17655         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17656         (query-replace-regexp): Likewise.
17658 2000-01-20  Richard M. Stallman  <rms@gnu.org>
17660         * subr.el (with-syntax-table): Use make-symbol, not gensym.
17662         * emacs-lisp/lisp.el (beginning-of-defun-function):
17663         Variable renamed from beginning-of-defun.
17664         Do not call make-variable-buffer-local.
17665         (beginning-of-defun-raw): Use new variable name; doc fix.
17666         (beginning-of-defun): Doc fix.
17667         (end-of-defun-function): Variable renamed from end-of-defun.
17668         Do not call make-variable-buffer-local.
17669         (end-of-defun): Use new variable name; doc fix.
17671         * subr.el (dolist, dotimes): Copied from cl-macs.el
17672         and made to work.
17674         * mail/undigest.el (rmail-digest-end-regexps):
17675         Variable replaces rmail-digest-end-regexp.
17676         Allows multiple regexps for detecting the end line.
17677         (undigestify-rmail-message): Corresponding changes.
17679 2000-01-19  Dave Love  <fx@gnu.org>
17681         * files.el (user-init-file): Don't declare here -- is primitive.
17683         * startup.el (command-line): Check for compiled user-init-file and
17684         set to uncompiled version if necessary.
17686 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17688         * mail/undigest.el (rmail-digest-end-regexp): New user option.
17689         (undigestify-rmail-message): Use it.
17691         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17693 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
17695         * tmm.el (tmm-goto-completions): Adapt to prompt being part
17696         of mini-buffer.
17698 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
17700         * emacs-lisp/copyright.el (copyright-update): Removed the
17701         requirement for a trailing space from `copyright-regexp', to
17702         support copyrights with owner specified on a separate line..
17704         * align.el: New file.
17706         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17708         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17710 2000-01-13  Dave Love  <fx@gnu.org>
17712         * ph.el: Removed.  (Obsoleted by EUDC.)
17714 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17716         * net/eudc.el (toplevel): Remove autoloaded code installing
17717         menu with easymenu, because that causes build problems.
17719         * frame.el (frame-notice-user-settings): New variable.
17720         (frame-notice-user-settings): Don't modify frame parameters
17721         if called a second time.
17723 2000-01-13  Richard M. Stallman  <rms@gnu.org>
17725         * frame.el (frame-notice-user-settings):
17726         Notice default-frame-parameters even for non-window frames.
17728 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17730         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17731         for Emacs.
17732         (eudc-bob-can-display-inline-images): Extend for Emacs.
17733         (eudc-bob-toggle-inline-display): Ditto.
17734         (eudc-bob-display-jpeg): Ditto.
17736 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
17738         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17739         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17740         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17742         * add-log.el (add-change-log-entry): Fix error trying an
17743         `(insert nil)'.
17745         * subdirs.el: Add `net' directory.
17747         * net: New directory.
17749         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17750         eval-last-sexp.  Don't bind debug-on-error here.
17751         (eval-last-sexp): New function.  Bind debug-on-error if
17752         eval-expression-debug-on-error is non-nil.
17753         (eval-defun-2, eval-defun): Likewise.
17755         * simple.el (eval-expression): Don't bind debug-on-error if
17756         eval-expression-debug-on-error is nil.  Detect changed
17757         debug-on-error, and propagate new value to global binding, if
17758         eval-expression-debug-on-error is non-nil,
17759         (eval-expression-debug-on-error): Change doc string.
17761 2000-01-11  Richard M. Stallman  <rms@gnu.org>
17763         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17765         * emacs-lisp/lisp-mode.el (with-syntax-table):
17766         Set up lisp-indent-function property.
17768         * subr.el (with-syntax-table): Moved from simple.el.
17770         * simple.el (with-syntax-table): Moved to subr.el.
17772 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
17774         * tmm.el (tmm-shortcut): Delete region after prompt instead
17775         of erasing buffer.
17777         * textmodes/fill.el (fill-common-string-prefix): New function.
17778         (fill-context-prefix): Use the longest common prefix of first
17779         and second line fill prefix, if there is one.
17781 2000-01-11  Richard M. Stallman  <rms@gnu.org>
17783         * array.el (array-mode): Don't use make-variable-buffer-local.
17784         Use make-local-variable for `truncate-lines'.
17786 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
17788         * add-log.el (add-log-current-defun): Handle user-defined
17789         add-log-current-function returning nil,
17791         * add-log.el (add-change-log-entry): Insert version number
17792         if having found a current function
17794         * add-log.el (add-log-current-defun):
17795         Call `add-log-current-defun-function'.  Try matches at level 0 and
17796         level 1.  Strip whitespace from defun found.
17798 2000-01-10  John Wiegley  <johnw@gnu.org>
17800         * allout.el (isearch-done/outline-provisions): Added `edit'
17801         argument to correspond with the current definition of `isearch-done'.
17803 2000-01-10  Dave Love  <fx@gnu.org>
17805         * elide-head.el (elide-head): Use point-marker, not point.
17807 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
17809         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17810         before and after the year 2000.
17812         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17813         Add ispell- prefix.
17815 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
17817         * ispell.el:  Only define dictionaries in menus when they exist.
17818         (version18p): New variable.
17819         (version20p): New variable.
17820         (xemacsp): New variable.
17821         (ispell-choices-win-default-height): Fix for XEmacs visibility.
17822         (ispell-dictionary-alist1): Added Brasileiro dictionary.
17823         (ispell-dictionary-alist6): Russian command lines no longer accept
17824         run-together words.
17825         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17826         (ispell-dictionary-alist): Add koi8-r to customize definition.
17827         (check-ispell-version): Added documentation string.  Return library
17828         path when called non-interactively.
17829         (ispell-menu-map-needed): Uses new variables.
17830         (ispell-library-path): New variable.
17831         (ispell-decode-string): XEmacs fix for bogus variable bindings.
17832         (ispell-word): Improved documentation string.  Test for valid
17833         character mappings.  Correctly check typed in word changes that can
17834         result in single words split into multiple words.
17835         Return replacement word.
17836         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
17837         replace in recursive query replace mode.  Help message for
17838         recursive edit mode.
17839         (ispell-show-choices): Protect against bad framepop bindings.
17840         (ispell-help): Fix to work with XEmacs.
17841         (ispell-highlight-spelling-error): Use new variables.
17842         (ispell-overlay-window): Fix to work with XEmacs.
17843         (ispell-parse-output): Passed and returns location information
17844         tracking spelling corrections.  Doesn't recheck same word on
17845         current line.
17846         (ispell-init-process): Protect against bogus XEmacs variable binding.
17847         Fix call to single argument in sleep-for.  Use new variables.
17848         (ispell-region): Passed and returns location information tracking
17849         spelling corrections.  Doesn't check same word on current line.
17850         Improved documentation string.  Doesn't resend a line already
17851         checked to the ispell process - fixes bug in LaTeX parsing.
17852         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17853         (ispell-skip-region): No longer skips <TT> in SGML.
17854         (ispell-process-line): Tracks location information with spelling
17855         corrections.  Added documentation string.  Accounts for words
17856         already accepted on this line.  Don't allow query-replace on line
17857         starting with math characters.  Doesn't resend a line already sent
17858         to ispell process.  Fixes alignment error bug.
17860 2000-01-10  Richard M. Stallman  <rms@gnu.org>
17862         * dired-x.el (dired-guess-shell-alist-default):
17863         Suggest xloadimage, which is free, not xv, which isn't.
17865         * ange-ftp.el (ange-ftp-file-name-nondirectory):
17866         Don't ever include the host name or user name in the value.
17868 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
17870         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17871         of a real newline.
17873 2000-01-09  Stephen Eglen  <stephen@gnu.org>
17875         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17876         for .png files.
17878 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
17880         * cus-edit.el (custom-hook-convert-widget): Fix comment.
17882 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
17884         * progmodes/cperl-mode.el: Replace ^F with ^L.
17886         * sendmail.el (toplevel): Provide `sendmail' when compiling before
17887         `require'ing rmail and mailalias to prevent infinite recursion.
17889 2000-01-08  Dave Love  <fx@gnu.org>
17891         * emacs-lisp/backquote.el: Remove inappropriate customization
17892         (allowing custom.el to use backquote).
17894 2000-01-07  Dave Love  <fx@gnu.org>
17896         * add-log.el (add-log-debugging): Deleted.
17897         (add-change-log-entry): Treat a backup FILE-NAME as its parent
17898         file.  Remove debugging code.
17899         (change-log-get-method-definition, change-log-name): Add doc.
17900         (change-log-sortable-date-at): New function.
17901         (change-log-merge): New command.
17903         * time.el (display-time-string-forms): Make the Mail string active.
17904         (display-time-update): Provide help-echo for load average.
17906         * bindings.el (make-mode-line-mouse2-map): New function.
17907         (mode-line-modified): Use it and simplify.
17908         (mode-line-mule-info): Provide help-echo info.
17909         (minor-mode-alist): Activate the strings.
17910         (make-mode-line-mouse-sensitive): Simplify for
17911         mode-line-buffer-identification.
17913 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
17915         * play/pong.el: New file.
17917 2000-01-06  Dave Love  <fx@gnu.org>
17919         * array.el: Assorted cleanups for compiler warnings, doc strings,
17920         `array-' prefix for symbols.
17922 2000-01-05  Dave Love  <fx@gnu.org>
17924         * textmodes/outline.el (outline-mode-menu-bar-map):
17925         Add outline-headers-as-kill.
17926         (outline-mode): Define imenu-generic-expression.
17927         (outline-headers-as-kill): New command.
17929         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17930         from paragraph-start.
17931         (paragraph-indent-minor-mode): New command.
17933         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17934         M-C-e, M-C-h, C-j, C-xnd, TAB.
17935         (fortran-mode): Set beginning-of-defun, end-of-defun.
17936         (fortran-column-ruler): Simplify.
17937         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17938         (fortran-with-subprogram-narrowing): Likewise.
17939         (fortran-indent-subprogram): Call mark-defun.
17940         (fortran-check-for-matching-do): Change narrowing.
17942         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17943         (cl-lucid-hash-tag): Delete.
17944         (cl-hash-table-p): Correct test for native table.
17945         (cl-hash-table-count): Use hash-table-count.
17947         * browse-url.el (browse-url): Fix case of
17948         browse-url-browser-function being an alist.
17950 2000-01-05  Carsten Dominik  <cd@gnu.org>
17952         * textmodes/reftex-vars.el (reftex-parse-file-extension)
17953         (reftex-index-phrase-file-extension): New options.
17955         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17956         Use new option `reftex-index-phrase-file-extension'.
17958         * textmodes/reftex.el (reftex-access-parse-file): Use new option
17959         `reftex-parse-file-extension'.
17961 2000-01-05  Dave Love  <fx@gnu.org>
17963         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17964         (beginning-of-defun-raw): Use it.
17965         (end-of-defun): New variable.
17966         (end-of-defun): Use it.
17967         (check-parens): New command.
17969 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
17971         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17972         (hs-show-block): Don't use `mapcar' when not accumulating.
17974         Fix buglet in local variables initialization.
17976 2000-01-05  Andreas Schwab  <schwab@suse.de>
17978         * hscroll.el (hscroll): Doc fix.
17980 2000-01-05  Carsten Dominik  <cd@gnu.org>
17982         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17983         Require idlw-toolbar.
17985         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17986         file idlw-rinfo.el.
17987         (idlwave-customize): Load must read file idlw-shell.el.
17988         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17990 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
17992         * progmodes/idlw-shell.el: Also provide idlwave-shell
17993         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17994         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17996         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17997         both reftex-dcr and reftex-vcr.
17999         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18001 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18003         * ps-print.el: PostScript code now is in separate files, doc fix.
18004         (ps-print-version): New version number (5.0.3).
18005         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18006         local.
18007         (ps-spool-config): Initialization fix.
18008         (ps-print-prologue-1, ps-print-prologue-2)
18009         (ps-print-duplex-feature): PostScript code moved to separated file.
18010         (ps-background-image): Little code reformating.
18011         (ps-begin-file, ps-begin-job): Fix code.
18012         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18013         (ps-prologue-file): New fun.
18015 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18017         * ps-vars.el: Eliminated.
18019         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18020         `;;;###autoload'.
18022         * ps-print.el: ps-vars eliminated, doc fix.
18023         (ps-print-version): New version number (5.0.2).
18024         (ps-spool-config): Initialization fix.
18025         (ps-print-customize): New fun.
18027 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18029         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18031 2000-01-04  Dave Love  <fx@gnu.org>
18033         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18034         menu items.
18036 2000-01-03  Dave Love  <fx@gnu.org>
18038         * elide-head.el (elide-head) [defgroup]: Add :version.
18040         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18041         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18042         Use `cl-hash-table-p', not `hash-table-p'.
18043         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18045 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18047         * faces.el (face-read-integer, read-face-attribute)
18048         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18050 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
18052         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18053         at comment end, and re-insert them after filling.
18055 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18057         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18058         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18059         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18061 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18063         * term/x-win.el (xw-defined-colors): Call color-supported-p,
18064         the new name of face-color-supported-p.
18066         * term/w32-win.el (xw-defined-colors): Likewise.
18068 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18070         * simple.el (completion-setup-function): Count completion-size
18071         from minibuffer-prompt-end, not from point-min.
18073 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18075         * faces.el (read-face-attribute, defined-colors, color-defined-p):
18076         Pass the frame to tty-color-* functions.
18077         (display-color-p, frame-set-background-mode): Pass the frame to
18078         tty-display-color-p.
18080         * term/tty-colors.el (tty-defined-color-alist): Renamed from
18081         tty-color-alist.
18082         (tty-color-alist, tty-modify-color-alist): New functions.
18083         (tty-color-define,  tty-color-clear, tty-color-approximate)
18084         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18085         optional parameter FRAME.
18087 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
18089         * image.el (create-image, defimage): Don't assume image data is
18090         a string.
18092         * image.el (defimage): Handle specifications containing :data
18093         instead of :file.
18094         (image-type-from-data): New function.
18095         (image-type-from-file-header): Use it.
18096         (create-image): Add parameter DATA-P.
18098 See ChangeLog.8 for earlier changes.
18100 ;; Local Variables:
18101 ;; coding: iso-2022-7bit
18102 ;; End: