diff options
| author | Stefan Monnier | 2008-04-24 17:56:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-24 17:56:54 +0000 |
| commit | 2136a8a7aa9f89f9d031552bf6d1fe2abd173dbc (patch) | |
| tree | 7a9fd6cd811eaf3f034a98b1c139dfe73d94cd5e /lisp/gnus/ChangeLog | |
| parent | f753f75d3107fc76a0bd0340923bd136bbf96bca (diff) | |
| download | emacs-2136a8a7aa9f89f9d031552bf6d1fe2abd173dbc.tar.gz emacs-2136a8a7aa9f89f9d031552bf6d1fe2abd173dbc.zip | |
(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.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 070ef6e886c..a89db8569a5 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |
| @@ -24,7 +31,7 @@ | |||
| 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) |