From: Miles Bader Date: Mon, 5 May 2008 01:54:03 +0000 (+0000) Subject: Tweak lisp/ChangeLog entry order X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=c34e8bbcb3801add423b1fe2cc5dedcea5135985;p=gnus Tweak lisp/ChangeLog entry order Revision: emacs@sv.gnu.org/gnus--devo--0--patch-489 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6ecd12d2..688024ce3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -36,12 +36,6 @@ * 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 - - * smime.el (smime-sign-region, smime-encrypt-region) - (smime-decrypt-region): - Remove redundant calls to `generate-new-buffer-name'. - 2008-04-26 Teodor Zlatanov * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split @@ -71,12 +65,11 @@ (auth-source-user-or-password-sftp) (auth-source-user-or-password-smtp): Remove server parameter. -2008-04-24 Stefan Monnier +2008-04-25 Juanma Barranquero - * 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 (tiny change) @@ -84,6 +77,13 @@ Don't use QP for message/rfc822. (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding. +2008-04-24 Stefan Monnier + + * 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 * mailcap.el (mailcap-file-default-commands): New function.