Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 94328:742e69ab5179
(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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 24 Apr 2008 17:56:54 +0000 |
parents | efb845b26ffe |
children | 2005e38cd431 |
comparison
equal
deleted
inserted
replaced
94327:ff97f6b52868 | 94328:742e69ab5179 |
---|---|
1 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * sieve-manage.el (sieve-string-bytes): Remove. | |
4 (sieve-manage-putscript): Use length instead: `string-bytes' gives the | |
5 correct byte-length only if the process's coding-system is the same as | |
6 the one used internally by Emacs to represent strings. | |
7 | |
1 2008-04-22 Juri Linkov <juri@jurta.org> | 8 2008-04-22 Juri Linkov <juri@jurta.org> |
2 | 9 |
3 * mailcap.el (mailcap-file-default-commands): New function. | 10 * mailcap.el (mailcap-file-default-commands): New function. |
4 | 11 |
5 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de> | 12 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de> |
22 * gnus-sum.el (gnus-summary-goto-subject): Typo fix. | 29 * gnus-sum.el (gnus-summary-goto-subject): Typo fix. |
23 | 30 |
24 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com> | 31 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com> |
25 | 32 |
26 * auth-source.el: Added docs. | 33 * auth-source.el: Added docs. |
27 (auth-sources): Modified format to support server. | 34 (auth-sources): Modify format to support server. |
28 (auth-source-pick, auth-source-user-or-password) | 35 (auth-source-pick, auth-source-user-or-password) |
29 (auth-source-user-or-password-imap) | 36 (auth-source-user-or-password-imap) |
30 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) | 37 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) |
31 (auth-source-user-or-password-sftp) | 38 (auth-source-user-or-password-sftp) |
32 (auth-source-user-or-password-smtp): Add server parameter. | 39 (auth-source-user-or-password-smtp): Add server parameter. |