Changes committed gnus/lisp (ChangeLog)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog Tweak lisp/ChangeLog entry order Revision: [email protected]/gnus--devo--0--patch-489 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1847 gnus/lisp/ChangeLog:7.1848 --- ChangeLog:7.1847 Mon May 5 03:31:53 2008 +++ ChangeLog Mon May 5 03:54:03 2008 @@ -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 <[email protected]> - - * smime.el (smime-sign-region, smime-encrypt-region) - (smime-decrypt-region): - Remove redundant calls to `generate-new-buffer-name'. - 2008-04-26 Teodor Zlatanov <[email protected]> * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split @@ -71,18 +65,24 @@ (auth-source-user-or-password-sftp) (auth-source-user-or-password-smtp): Remove server parameter. -2008-04-24 Stefan Monnier <[email protected]> +2008-04-25 Juanma Barranquero <[email protected]> - * 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 <[email protected]> (tiny change) * mm-encode.el (mm-safer-encoding): Add optional argument `type'. Don't use QP for message/rfc822. (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding. + +2008-04-24 Stefan Monnier <[email protected]> + + * 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 <[email protected]>