Synch to No Gnus 200504221124.
[elisp/gnus.git-] / lisp / ChangeLog
index dded9b3..eab7c90 100644 (file)
@@ -1,3 +1,69 @@
+2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-date-ut): Support converting date in
+       forwarded parts as well.
+       (gnus-article-save-original-date): New function.
+       (gnus-display-mime): Use it.
+
+2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
+
+       * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
+       enclosure element of <item>.
+
+2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-kill-buffer-query): Renamed from
+       `message-kill-buffer-query-if-modified'.  Added :version.
+
+2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el (mml-preview): Bind gnus-message-buffer while setting the
+       window layout.
+
+2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el: Autoload dnd when compiling.
+
+2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
+       x-dnd-*.
+
+2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * qp.el (quoted-printable-encode-region): Save excursion.
+
+2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * message.el (message-kill-buffer-query-if-modified): new variable
+       so the user can kill a modified message buffer quickly
+       (message-kill-buffer): use it.
+
+2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind display-time-event-handler; don't fbind
+       string-to-multibyte.
+
+       * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
+
+2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
+       contained in text because xml.el decodes entities) with LFs.
+
+2005-04-11  Lute Kamstra  <lute@gnu.org>
+
+       * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
+       differently.
+
+2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-util.el (mm-detect-coding-region): Typo.
+
+2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
+
 2005-04-06  D Goel  <deego@gnufans.org>
 
        * spam-stat.el (spam-stat-score-buffer): Add a call to a
        (nnrss-get-encoding): Return a compatible encoding according to
        nnrss-compatible-encoding-alist.
        (nnrss-find-el): Use consp instead of listp.
+       (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
+
+2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
+       which Emacs 20 doesn't support.
+       (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
 
 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-art. (gnus-article-edit-article): Don't associate the
+       * gnus-art.el (gnus-article-edit-article): Don't associate the
        article buffer with a draft file.  This is a temporary measure
        against the 2004-08-22 change to gnus-article-edit-mode.