Release commit
[gnus] / lisp / ChangeLog
index 95639dc..0e8c342 100644 (file)
@@ -1,3 +1,85 @@
+2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.6 is released.
+
+2007-04-27  Didier Verna  <didier@xemacs.org>
+
+       * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
+       * gmm-utils.el (gmm-regexp-concat): here.
+       * message.el: Don't require 'gnus-util.
+       (message-dont-reply-to-names): Handle name change above.
+       * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
+
+2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
+       since the initial value varies according to the system.
+
+2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-charset-synonym-alist): Defcustom.
+
+2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
+
+       * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
+
+2007-04-24  Didier Verna  <didier@xemacs.org>
+
+       Improve the type of gnus-ignored-from-addresses.
+       * gnus-util.el (gnus-orify-regexp): New function.
+       * message.el (gnus-util): Require it.
+       * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
+       * gnus-sum.el (gnus-ignored-from-addresses): New function.
+       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
+
+2007-04-24  Didier Verna  <didier@xemacs.org>
+
+       * gnus-sum.el:
+       * gnus-utils.el: Fix some trailing whitespaces.
+
+2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
+       (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
+       article's Message-ID; refer parent article in summary buffer.
+
+       * message.el (message-bounce): Call mime-to-mml.
+
+       * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
+       not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
+       optimize and/or forms properly.
+
+2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
+       URL.
+
+2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
+
+2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
+       (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
+       displayed of multipart/alternative part if it is invoked from summary
+       buffer.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3m)
+       (mm-inline-text-html-render-with-w3m-standalone)
+       (mm-inline-render-with-function): Use mail-parse-charset by default.
+
+2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
+       from gnus-newsgroup-processable.
+
+2007-04-16  Didier Verna  <didier@xemacs.org>
+
+       * gnus-msg.el (gnus-configure-posting-styles): Handle
+       message-signature-directory properly with :file syntax. Reported by
+       "Leo".
+
 2007-04-11  Didier Verna  <didier@xemacs.org>
 
        New user option: message-signature-directory.
 
 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
 
-       * message.el (message-yank-original): Fix bug:
-       Don't switch point and mark unnecessarily.
+       * message.el (message-yank-original): Don't switch point and mark
+       unnecessarily to put point and mark as documented.
 
 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>