2006-12-26 Oliver Scholz <epameinondas@gmx.de>
[gnus] / lisp / ChangeLog
index 98ea307..2011153 100644 (file)
@@ -1,9 +1,67 @@
+2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
+
+       * gnus-cite.el: Enable highlighting of different citation levels in
+       message-mode.
+
+2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
+       one after turning on the buffer's multibyteness instead of decoding
+       them directly in the unibyte buffer that causes unexpected conversion
+       in Emacs 23 (unicode).
+
+2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * message.el (message-generate-hashcash): Fix custom type.
+
+2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
+
+2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
+       disconnect icons.  Add help text.
+
+2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-extra-header-to-number): CRM114 spam score should be
+       negated to be consistent with the others we handle
+
+2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-article-setup-buffer): Actually set the local
+       version of gnus-summary-buffer to something, so that we can use two
+       article buffers at the same time.
+
+2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
+       trigger all the extra headers.
+       (spam-extra-header-to-number): Don't require spam-use-crm114 for header
+       sorting.
+
+2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
+       solid groups.
+
+2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * legacy-gnus-agent.el: Add Copyright notice.
+
+2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
+
 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
 
        * gnus-sum.el (gnus-summary-recenter): Force setting the window start
        to make it work reliably in CVS Emacs.
+       (gnus-summary-limit-strange-charsets-predicate)
+       (gnus-summary-limit-to-predicate): New functions.
 
 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -30,7 +88,7 @@
        DOS-ing the recipient.
 
        * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
-       the headers when creating the mapping to avoid mismappings. 
+       the headers when creating the mapping to avoid mismappings.
        (nnweb-gmane-create-mapping): Always nix out old mapping.
 
 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * message.el (message-resend): Bind message-generate-hashcash to
-       to nil.
+       * message.el (message-resend): Bind message-generate-hashcash to nil.
 
 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>