Tweak lisp/ChangeLog entry order
authorMiles Bader <miles@gnu.org>
Mon, 5 May 2008 01:54:03 +0000 (01:54 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 5 May 2008 01:54:03 +0000 (01:54 +0000)
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-489

lisp/ChangeLog

index c6ecd12..688024c 100644 (file)
        * mail-source.el (mail-source-set-1, mail-source-bind): Moved
        auth-source code out of the macro to clean it up and fix bugs.
 
-2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
-
-       * smime.el (smime-sign-region, smime-encrypt-region)
-       (smime-decrypt-region):
-       Remove redundant calls to `generate-new-buffer-name'.
-
 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
        (auth-source-user-or-password-sftp)
        (auth-source-user-or-password-smtp): Remove server parameter.
 
-2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
 
-       * sieve-manage.el (sieve-string-bytes): Remove.
-       (sieve-manage-putscript): Use length instead: `string-bytes' gives the
-       correct byte-length only if the process's coding-system is the same as
-       the one used internally by Emacs to represent strings.
+       * smime.el (smime-sign-region, smime-encrypt-region)
+       (smime-decrypt-region):
+       Remove redundant calls to `generate-new-buffer-name'.
 
 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
 
        Don't use QP for message/rfc822.
        (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
 
+2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * sieve-manage.el (sieve-string-bytes): Remove.
+       (sieve-manage-putscript): Use length instead: `string-bytes' gives the
+       correct byte-length only if the process's coding-system is the same as
+       the one used internally by Emacs to represent strings.
+
 2008-04-22  Juri Linkov  <juri@jurta.org>
 
        * mailcap.el (mailcap-file-default-commands): New function.