Mercurial > emacs
diff lisp/gnus/ChangeLog @ 82907:92ccd83174e6
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 27 Aug 2007 04:00:19 +0000 |
parents | 962fb740e73f 933891e04bae |
children | 27d11c1d4e46 d7862063d437 b83d0dadb2a7 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Aug 27 03:36:34 2007 +0000 +++ b/lisp/gnus/ChangeLog Mon Aug 27 04:00:19 2007 +0000 @@ -1,3 +1,21 @@ +2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org> + + * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer. + (mml-generate-mime-1): Don't encode body if it is specified to be in + raw form; don't make buffer be unibyte when inserting multibyte string. + +2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> + + * sha1.el: Fix up comment style. + (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30) + (sha1-OP, sha1-add-to-H): Use new-style backquotes. + + * hex-util.el: Fix up comment style. + (hex-char-to-num, num-to-hex-char): Use new-style backquotes. + + * gnus-salt.el: Use with-current-buffer. + (gnus-pick-setup-message): Fix long-standing typo. + 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-art.el (gnus-article-summary-command-nosave) @@ -11,8 +29,8 @@ according to gnus-maximum-newsgroup. * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles) - (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit - the range of articles according to gnus-maximum-newsgroup. + (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): + Limit the range of articles according to gnus-maximum-newsgroup. 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>