]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(vc-svn-dir-status): Disable the vc-stay-local-p
[gnu-emacs] / lisp / ChangeLog
index 50ecd805d590b9488ef898d371671f6a38035f44..55c3862aefa4250f61fa761ce9d9373da4550371 100644 (file)
@@ -1,12 +1,75 @@
+2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
+       logic, it makes the makes the normal case too slow.
+
+2009-01-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
+       file to `raw-text-unix'.  Bind coding-system-for-write when
+       writing out the converted message, and make sure it uses Unix
+       EOLs.
+
+       * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
+       encoding to `raw-text-unix'.
+       (rmail-perm-variables): Set encoding of rmail-view-buffer to
+       `undecided-unix'.
+       (rmail-redecode-body): Don't change EOL conversion of the new
+       encoding if the old one left it unspecified.
+       (rmail-automatic-folder-directives, rmail): Doc fixes.
+       (rmail-swap-buffers): New function.
+       (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
+       (rmail-show-message): Use rmail-swap-buffers.
+       (rmail-decode-region): If DESTINATION is a buffer, set the
+       encoding of that buffer, rather than the current buffer.
+       (rmail-show-message): Make error message about uuencoded mail
+       more explicit.
+       (rmail-show-message-maybe): Simplify code.  Doc fix.
+       (rmail-show-message): Doc fix.
+
+2009-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
+       folder.
+
+       * mail/rmail.el (rmail-msg-is-pruned): New function.
+       (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
+       (rmail-reply): Set up to yank from the decoded message rather than the
+       raw one.  (Bug#2104).
+
+       * mail/mail-utils.el (mail-fetch-field): Doc fix.
+
+       * mail/uce.el (rmail-current-message): Remove unneeded declaration.
+       (uce-message-text, uce-default-headers): Fix custom type.
+       (rmail-buffer, rmail-msg-is-pruned): Declare.
+       (uce-reply-to-uce): Add autoload cookie.  Doc fix.
+       Update for mbox Rmail.
+
+2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * vc-dir.el (vc-dir-mouse-map): New keymap.
+       (vc-default-dir-printer): Use it locally.
+       (vc-dir-find-file-other-window): Allow mouse events.
+
+2009-01-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
+       into Rmail-mbox attributes.
+
+       * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
+       coding-system-for-read to `raw-text', and use insert-file-contents
+       instead of insert-file-contents-literally.  Fixes bug #2019.
+       (rmail-resent-attr-index): Fix index value.
+
 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
 
        * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
-       precedence even when it's value is t.
+       precedence even when its value is t.  (Bug#2093)
 
        * vc-svn.el (vc-svn-dir-status): Correct logic for remote
-       connection.
+       connection.  (Bug#2093)
        (vc-svn-diff): Use old version number even when it is the working
-       revision.  This is needed, e.g, in the vc-print-log buffer.
+       revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
 
 2009-01-30  Glenn Morris  <rgm@gnu.org>
 
@@ -21,7 +84,7 @@
 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
 
        * generic-x.el (hosts-generic-mode, named-database-generic-mode):
-       Fix regexp quoting.
+       Fix regexp quoting.  (Bug#1739)
 
 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
 
@@ -34,7 +97,7 @@
        style using the buffer-local value of rmail-header-style in the
        view buffer.
        (rmail-show-message): Set a buffer-local value of
-       rmail-header-style in the view buffer.
+       rmail-header-style in the view buffer.  (Bug#2016)
 
 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>