(rmail-output): Fix duplicate MIME-Version:
[bpt/emacs.git] / lisp / ChangeLog
index 9ff4682..b2b90b7 100644 (file)
@@ -1,9 +1,184 @@
+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.
+       * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
 
 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
        (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--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>
        Also, added a comment describing how to greatly speedup Eshell
        loadup time, by concatenating together all of Eshell's .elc files.
 
-2001-06-18  John Wiegley  <johnw@gnu.org>
+2001-06-19  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-mode.el: Disabled a test that often yields false failures.
 
-       * 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
        * server.el (server-process, server-buffer-clients): Doc fix.
        From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
 
->>>>>>> 1.2419
 2001-06-09  John Wiegley  <johnw@gnu.org>
 
        * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
 
        * 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'.