aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-11-21 22:26:54 +0000
committerStefan Monnier2008-11-21 22:26:54 +0000
commit8a98686533cee6c106f4be0a71d3439ea7f3ae1f (patch)
tree2e6a2686f6d6c26409bc97183640ccc20ca411f9 /lisp/gnus/ChangeLog
parent723d286fb8d3a3ec0a90535322c2d4dfa4bffba2 (diff)
downloademacs-8a98686533cee6c106f4be0a71d3439ea7f3ae1f.tar.gz
emacs-8a98686533cee6c106f4be0a71d3439ea7f3ae1f.zip
(message-send-mail): Just set the buffer to unibyte
rather than use mm-with-unibyte-current-buffer which does a lot more. (message-send-mail-partially): Don't bother with mm-with-unibyte-current-buffer since it's already been made unibyte by message-send-mail.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 09b14d643ee..b9ebd92e682 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,11 @@
12008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * message.el (message-send-mail): Just set the buffer to unibyte
4 rather than use mm-with-unibyte-current-buffer which does a lot more.
5 (message-send-mail-partially): Don't bother with
6 mm-with-unibyte-current-buffer since it's already been made unibyte by
7 message-send-mail.
8
12008-11-11 Teodor Zlatanov <tzz@lifelogs.com> 92008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
2 10
3 * nnrss.el (nnrss-make-hash-index): Debug message of full item. 11 * nnrss.el (nnrss-make-hash-index): Debug message of full item.