aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-04-24 17:56:54 +0000
committerStefan Monnier2008-04-24 17:56:54 +0000
commit2136a8a7aa9f89f9d031552bf6d1fe2abd173dbc (patch)
tree7a9fd6cd811eaf3f034a98b1c139dfe73d94cd5e /lisp/gnus/ChangeLog
parentf753f75d3107fc76a0bd0340923bd136bbf96bca (diff)
downloademacs-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/ChangeLog9
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 @@
12008-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
12008-04-22 Juri Linkov <juri@jurta.org> 82008-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 @@
242008-04-09 Teodor Zlatanov <tzz@lifelogs.com> 312008-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)