(rmail-output): Fix duplicate MIME-Version:
[bpt/emacs.git] / lisp / ChangeLog
index 7d51337..b2b90b7 100644 (file)
@@ -1,5 +1,532 @@
+2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Use locale dependant date to print date in header.  Doc
+       fix.
+       (ps-print-version): New version number (6.5.3).
+       (ps-right-header, ps-right-footer): Initialization and doc fix.
+       (ps-time-stamp-locale-default): New fun.
+
+2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bindings.el (mode-line-mule-info): Don't show the tip with
+       buffer-file-coding-system if that is nil.
+
+2001-07-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * calendar/todo-mode.el (todo-top-priorities): Use delete-region
+       instead of kill-line.
+
+       * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
+
+       * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
+
+2001-07-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (c-font-lock-keywords-3): When matching something
+       like `struct X Y', finish with point after Y.
+
+2001-07-04  Simon Josefsson  <jas@extundo.com>
+       
+       * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
+       in caller buffer.  
+
+2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
+       instead of string-match to find the basename of the file.  From
+       Pascal Obry <p.obry@wanadoo.fr>.
+
+       * net/browse-url.el (browse-url-default-windows-browser): Support
+       the MS-DOS port when it runs on Windows.
+       (browse-url-browser-function) [ms-dos]: Default to
+       browse-url-default-windows-browser.
+
+       * help.el (locate-library): Enable code that looks for compressed
+       libraries if auto-compression-mode is on.
+
+2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
+
+2001-07-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
+
+2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * allout.el: Fix the header line, so that finder.el recognizes it.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+       * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
+
+       * ps-bdf.el (bdf-directory-list): Use the value relative to
+       installation-directory for MS-Windows as well.
+
+2001-06-29  Richard M. Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-color-sample-face-get):
+       Return ((foreground-color . COLOR)) instead of constructing a face.
+
+2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * faces.el (region): Change the background color for the
+       light-background color display to lightgoldenrod2, to make it
+       visible on some laptops.
+
+2001-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
+       (rmail-msg-restore-non-pruned-header): Likewise.
+       If point was in the old pruned header, put it at the top.
+       (rmail-msg-prune-header): If point was at the top, keep it there.
+
+       * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
+       (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
+
+2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
+
+2001-06-28  Karl Fogel  <kfogel@red-bean.com>
+
+       * saveplace.el: Update maintainer email address.
+
+2001-06-27  Francesco Potorti`  <pot@gnu.org>
+
+       * uniquify.el: (uniquify-rationalize-file-buffer-names):
+         Undo previous change.
+
+2001-06-27  Francesco Potorti`  <pot@gnu.org>
+
+       * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
+       preliminary quick reordering.  Can speed things up dramatically.
+
+2001-06-26  Richard M. Stallman  <rms@gnu.org>
+
+       * dired.el (dired-get-filename): A file name starting with ~
+       is not absolute in this context.
+
+       * which-func.el (which-func-maxout): Increase default to 500000.
+       (which-function-mode): This is now the "real" name of the function.
+       (which-func-mode): Now an alias.
+       (which-func-mode-global): Name deleted.
+
+       * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
+       button-2, when binding hs-mouse-toggle-hiding.
+
+2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
+       (rmail-msg-prune-header): Likewise.
+       (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
+       and `rmail-msg-prune-header'.
+
+2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/fill.el (fill-region-as-paragraph): Don't look further
+       back than LINEBEG.
+
+2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
+       window where they clicked the mouse has a header line, adjust
+       vertical movement by one.
+
+2001-06-25  Milan Zamazal  <pdm@zamazal.org>
+
+       * progmodes/glasses.el (glasses-make-readable): Consider underscores
+       too when separating a parenthesis.
+
+2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
+       (bookmark-bmenu-hide-filenames): Add help-echo to
+       mouse-highlighted text.
+       (bookmark-bmenu-show-filenames): Remove help-echo property from
+       the whitespace.
+
+2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (auto-mode-alist): Add configure.ac (autoconf).
+       From Karl Eichwalder <ke@suse.de>.
+
+2001-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
+
+       * progmodes/cc-styles.el (c-set-style): Don't specify initial
+       contents for completing-read.
+
+2001-06-22  Richard M. Stallman  <rms@gnu.org>
+
+       * menu-bar.el (menu-bar-make-toggle): Construct the
+       function's doc string from HELP, not DOC, and make it accurate by
+       adding "Toggle whether to " at the front and downcasing the initial.
+       Change the HELP arg in some calls to make it fit this usage.
+
+       * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
+       Undo previous change.
+
+2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * indent.el (indent-relative-maybe, indent-relative): Doc fix.
+
+       * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
+
+2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
+
+       * dabbrev.el (dabbrev--select-buffers): Fix last change.
+
+2001-06-20  Richard M. Stallman  <rms@gnu.org>
+
+       * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
+       broken out from dabbrev--find-expansion.  Handle minibuffer
+       specially here.
+       (dabbrev--find-expansion): Simplify code in various ways.
+       Don't treat minibuffers specially.
+       Call dabbrev--make-friend-buffer-list.
+       (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
+       (dabbrev--scanning-message): Do nothing when minibuffer is current.
+
+2001-06-19  John Wiegley  <johnw@gnu.org>
+
+       * eshell/eshell.el: Don't load in esh-util if it's already loaded.
+       Also, added a comment describing how to greatly speedup Eshell
+       loadup time, by concatenating together all of Eshell's .elc files.
+
+2001-06-19  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-mode.el: Disabled a test that often yields false failures.
+
+2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * woman.el (WoMan-highlight-references): Add help-echo to
+       mouse-highlighted text.
+
+2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
+
+2001-06-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/quail.el (quail-start-conversion):
+       Reset quail-translating to nil.
+
+       * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
+       bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
+
+2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
+       mouse-highlighted text.
+
+       * dired.el (dired-mark-pop-up): Fix last change.
+
+2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * calendar/calendar.el (generate-calendar-month): Add help-echo to
+       mouse-highlighted text.
+
+       * net/quickurl.el (quickurl-url-file): Run through
+       convert-standard-filename.
+       (quickurl-list-populate-buffer): Add help-echo to
+       mouse-highlighted text.
+       (top-level): Update Dave's URL.
+
+       * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
+       mouse-highlighted text.
+
+       * textmodes/page-ext.el (pages-copy-header-and-position):
+       Add help-echo to mouse-highlighted text.
+
+       * tar-mode.el (tar-header-block-summarize): Add help-echo to
+       mouse-highlighted text.
+
+       * replace.el (occur): Add help-echo to mouse-highlighted text.
+
+       * progmodes/sh-script.el (sh-mark-line): Add help-echo to
+       mouse-highlighted text.
+
+       * progmodes/cpp.el (cpp-make-button): Add help-echo to
+       mouse-highlighted text.
+
+       * progmodes/compile.el (compile-reinitialize-errors):
+       Add help-echo to mouse-highlighted messages.
+       (compilation-forget-errors): Remove help-echo property as well.
+
+       * play/landmark.el (lm-plot-square, lm-init-display):
+       Add help-echo to mouse-highlighted text.
+
+       * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
+       Add help-echo to mouse-highlighted text.
+
+       * dired.el (dired-insert-set-properties): Add help-echo to
+       mouse-highlighted text.
+       (dired-mark-pop-up): Remove help-echo property from the file name.
+
+       * comint.el (comint-send-input): Add help-echo to
+       mouse-highlighted text.
+
+       * buff-menu.el (list-buffers-noselect): Add help-echo to
+       mouse-highlighted text.
+
+       * arc-mode.el (archive-summarize-files): Add help-echo to
+       mouse-highlighted text.
+
+       * ffap.el (ffap-machine-p): Always return nil if
+       open-network-stream is not fboundp.
+
+2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
+       (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
+       Bind the latin-1 charset-char to sgml-maybe-name-self rather than
+       incorrectly binding chars between 128 and 256 to it.
+       (sgml-maybe-name-self): Handle latin-1 chars properly.
+       (sgml-tags-invisible): Bind buffer-file-name to nil.
+       Use unwind-protect and restore-buffer-modified-p.
+       (sgml-point-entered): Use buffer-substring-no-properties.
+       (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
+       (html-mode): Don't force `imenu-sort-function'.
+
+2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * tar-mode.el: Fix the copyright notice.
+
+       * font-lock.el (font-lock-comment-face): For tty's with dark
+       background, use "red1", since "lightred" is not one of the colors
+       recognized by tty-colors.el.
+
+       * tar-mode.el (tar-extract): Call generate-new-buffer-name to
+       create a buffer for extracted file, in case there's more than one
+       file by that name in an archive, possibly in different
+       directories.  From Kevin Rodgers <kevinr@ihs.com>.
+
+       * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
+       <alex@gnu.org>.
+
+2001-06-15  Miles Bader  <miles@gnu.org>
+
+       * textmodes/texinfmt.el (texinfo-format-syntax-table):
+       Revert previous change.
+
+2001-06-14  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (keep-lines-read-args): Return just a regexp.
+       Provide nil for the region args.
+       (keep-lines, flush-lines, how-many):
+       Calculate the defaults for the region here, when args are nil.
+
+2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rot13.el (rot13-other-window): Some more doc fix.
+
+2001-06-14  Per Starback  <starback@ling.uu.se>
+
+       * replace.el (case-replace, query-replace-from-history-variable)
+       (query-replace-to-history-variable, keep-lines-read-args)
+       (occur-revert-function, query-replace-help): Dox fix.
+
+2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rot13.el (rot13-other-window): Doc fix.
+
+2001-06-14  Miles Bader  <miles@gnu.org>
+
+       * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
+       of " and \ to "." (punctuation).
+       * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
+
+2001-06-13  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
+
+       * simple.el (shell-command-on-region): Never kill the
+       *Shell Command Output* buffer.
+
+2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
+
+2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
+       New var, to recognize ${ $' and PODs.
+       (perl-font-lock-syntactic-face-function): New function.
+       (perl-mode): Use them.
+       (perl-continuation-line-p): New function, from perl-calculate-indent.
+       (perl-calculate-indent): Use it, to properly handle continuation
+       lines of continuation lines.
+
+2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * server.el (server-process, server-buffer-clients): Doc fix.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-06-09  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
+       test if the last command was Lisp or not.
+       (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
+       B x C".
+
+2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dos-w32.el (grep-regexp-alist): Remove definition, since the
+       general one on compile.el supports drive letters.
+
+2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
+
+       * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
+       key description.
+
+       * textmodes/reftex-sel.el (reftex-select-jump): New command.
+
+       * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
+       (reftex-toc-jump): New command.
+
+       * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
+       to parse international characters as well.
+
+       * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
+       `reftex-fancyref-fref', `reftex-fancyref-Fref'.
+
+       * textmodes/reftex-vars.el: Protect single backslash in docstrings.
+
+       * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
+       TAB to the key separators.
+
+2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/mule.el (auto-coding-alist): Remove redundant
+       up-cased versions of the extensions (auto-coding-alist-lookup is
+       case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
+       .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
+
+2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
+
+2001-06-01  Richard M. Stallman  <rms@gnu.org>
+
+       * help.el (describe-variable): Put value on same line
+       with preceding text, if it is short enough to look good that way.
+
+2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/internal.el (IT-unicode-translations): New variable.
+       (IT-setup-unicode-display): New function.
+
+2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Handle before-string and after-string overlay properties
+       in ps-print-*-with-faces commands.  Doc fix.
+       (ps-print-version): New version number (6.5.2).
+       (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
+       for XEmacs.
+       (ps-prefix-quote): Doc fix.
+       (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
+       (ps-basic-plot-str, ps-plot-string): New funs.
+
+2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/etags.el (tags-compression-info-list): Fix docstring
+       and :type spec.
+
+2001-05-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/mule-cmds.el (inactivate-input-method):
+       Set input-method-function to nil.
+
+       * xml.el (xml-parse-tag): The document may contain invalid characters.
+       From ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmailsum.el (rmail-message-subject-p): Don't call
+       `rmail-summary-line-decoder' if the message does not have
+       a Subject: field.
+
+       * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
+
+       * mail/rmail.el (rmail-insert-mime-resent-message-function):
+       New variable.
+       (rmail-resend): Modify to work in `rmail-view-buffer'; call
+       `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
+       is non-nil.
+
+2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
+
+       * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
+
+2001-05-29  Sam Steingold  <sds@gnu.org>
+
+       * faces.el (face-valid-attribute-values): Bind `valid' directly
+       instead of using `setq'.
+
+       * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
+       Use `tex-shell-buf'.
+       (tex-shell-proc): Use `tex-shell-running'.
+       (tex-shell-buf-no-error): New function.
+       (tex-send-tex-command): Use it.
+       (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
+       (tex-kill-job): Check the process before calling `quit-process'.
+
+2001-05-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
+       UTF-8 sequences.
+
+2001-05-28  Miles Bader  <miles@gnu.org>
+
+       * comint.el (comint-carriage-motion): Renamed from
+       `comint-cr-magic'.  Operate on the buffer instead of the string
+       (for use as a comint post-output filter, instead of as a
+       pre-output filter).  Handle backspaces too.  Add to the
+       `comint-output-filter-functions' hook instead of
+       `comint-preoutput-filter-functions'.
+
+2001-05-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * language/japan-util.el (japanese-hankaku): Prefer the charset
+       `jisx0201' when the optional argument `ascii-only' is not specified.
+       (japanese-hankaku-region): Ditto.
+       From Katsumi Yamaoka <yamaoka@jpl.org>
+
+2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
+       (outline-invisible-p): New function.
+       (hide-leaves): Save excursion.
+       (hide-other): Stop looping when reaching bobp.
+
+2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * cus-edit.el (custom-file): Fix last change.
+
+2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
+       same definition in byte-compile-function-environment as `autoload'
+       would put in `symbol-function'.
+
+       * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
+       patch to correct the error message as well.
+
 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * cus-edit.el (custom-file): Don't assume we were invoked with -q
+       unless ~/.emacs exists.
+
        * novice.el (enable-command): If user-init-file is nil or does not
        exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
 
 
        * sql.el (sql-help): Doc change.
 
+2001-04-19  Karl Fogel  <kfogel@collab.net>
+
+       * saveplace.el (save-place-alist-to-file): Removed no-effect code
+       that inserted file content only to delete it immediately.
+       Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
+       <lektu@uol.com.br> for the patch.
+
 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
 
        * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
        * filecache.el (file-cache-directory-name)
        (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
 
-2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
+2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
 
        * filecache.el (file-cache-minibuffer-complete): Don't try to
        delete the minibuffer prompt.
        contains the string "//\"", it regarded the // as a comment
        start since the \ temporarily doesn't have escape syntax.
 
-2000-07-17 Emmanuel Briot <briot@act-europe.fr>
+2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
 
        * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
        ada-xref.el before ada-prj.el, so that the Project menu is created
 
 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
 
-       * progmodes/ebrowse.el (ebrowse-tree-mode): Use
-       propertized-buffer-identification.
+       * progmodes/ebrowse.el (ebrowse-tree-mode):
+       Use propertized-buffer-identification.
        (ebrowse-update-member-buffer-mode-line): Likewise.
        (ebrowse--mode-strings): Removed.
        (ebrowse--mode-line-props): Removed.
 
 2000-04-09  Dave Love  <fx@gnu.org>
 
-       * files.el (backup-enable-predicate): Use
-       temporary-file-directory, small-temporary-file-directory.
-       (make-backup-file-name-function, backup-directory-alist): New
-       variables.
+       * files.el (backup-enable-predicate):
+       Use temporary-file-directory, small-temporary-file-directory.
+       (make-backup-file-name-function, backup-directory-alist): New vars.
        (make-backup-file-name-1): New function.
        (make-backup-file-name): Use it.
-       (find-backup-file-name): Likewise.  Use format for clarity, not
-       concat.
+       (find-backup-file-name): Likewise.  Use format for clarity, not concat.
        (file-newest-backup): Use make-backup-file-name.
 
 2000-04-09  Gerd Moellmann  <gerd@gnu.org>