Mercurial > emacs
diff lisp/gnus/ChangeLog @ 78634:933891e04bae
Use with-current-buffer.
(gnus-pick-setup-message): Fix long-standing typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Aug 2007 18:27:41 +0000 |
parents | 2d4fbb82deec |
children | a296c3e20ccc 92ccd83174e6 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Aug 23 18:25:48 2007 +0000 +++ b/lisp/gnus/ChangeLog Thu Aug 23 18:27:41 2007 +0000 @@ -1,3 +1,15 @@ +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 +23,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>