(rmail-output): Fix duplicate MIME-Version:
[bpt/emacs.git] / lisp / ChangeLog
index fefa075..b2b90b7 100644 (file)
@@ -1,7 +1,70 @@
+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.
+       * 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.
@@ -23,7 +86,7 @@
        (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.