Merge from gnus--rel--5.10
[gnus] / lisp / ChangeLog
index 35d0fbe..ffc5a1b 100644 (file)
@@ -1,3 +1,135 @@
+2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
+
+2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-ems.el (gnus-x-splash): Make it work.
+
+       * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
+       from being used.
+
+       * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
+
+2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
+       4th and the 5th arguments.
+
+       * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
+       the front stickiness.
+       (gnus-article-summary-command-nosave): Correct the order of the
+       arguments passed to pop-to-buffer.
+       (gnus-article-read-summary-keys): Ditto; make it work properly when the
+       summary command ends up with the article buffer.
+
+       * mm-decode.el (mm-insert-part): Separate the extracted parts that have
+       the same faces.
+
+2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-split-methods): Fix typo in docstring.
+
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
+       * gnus-sum.el (gnus-summary-highlight):
+       * pgg.el (pgg-sign-region, pgg-sign):
+       * mail-source.el (mail-source-delete-old-incoming-confirm):
+       * nndiary.el (nndiary-reminders): Fix typos in docstrings.
+
+2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-view-part-externally)
+       (gnus-mime-view-part-internally): Fix predicate function passed to
+       completing-read.
+
+       * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
+
+       * gnus.el (gnus-update-message-archive-method): Add :version.
+
+2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.el (gnus-update-message-archive-method): New variable.
+
+       * gnus-start.el (gnus-setup-news): Update saved "archive" method
+       according to gnus-message-archive-method if
+       gnus-update-message-archive-method is non-nil.
+
+2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
+       by Loic Dachary <loic@dachary.org>.
+       (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
+
+2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-pop-to-buffer): Add switch-function argument.
+       (message-mail): Pass switch-function argument to it.
+
+2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
+       Improve doc string.
+
+2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
+       (gnus-header-content)
+       * gnus-cite.el (gnus-cite-10)
+       * gnus-srvr.el (gnus-server-closed)
+       * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
+       (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
+       (gnus-group-mail-3-empty, gnus-group-mail-low)
+       (gnus-group-mail-low-empty, gnus-splash)
+       * message.el (message-header-to, message-header-cc)
+       (message-header-subject, message-header-other, message-header-name)
+       (message-header-xheader, message-separator, message-cited-text)
+       (message-mml): Lighten colors of faces used for dark background.
+
+2007-05-24  Simon Josefsson  <simon@josefsson.org>
+
+       * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
+       to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
+
+2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-narrow-to-headers-or-head): Ignore
+       mail-header-separator in the body.
+
+2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-image-fit-p): Return t if image size is just the
+       same as window size.
+
+2007-05-22  Kevin Ryde  <user42@zip.com.au>
+
+       * message.el (message-font-lock-keywords): Use message-header-xheader
+       face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
+       ahead of the anything pattern, to get it recognised.
+
+2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
+       spam.el loads uses it in the compiled defadvice form.
+
+2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus-sum.el (gnus-articles-to-read)
+       (gnus-summary-insert-old-articles): Don't truncate group name for
+       `read-string'.
+
+       * gnus-util.el (gnus-limit-string): Delete this function.
+
+       * gnus-sum.el (gnus-simplify-subject-fully): Use
+       `truncate-string-to-width' instead.
+
+2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
+       summary exit, the next group has to be selected.
+       (gnus-summary-exit): Use it.
+
 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-article-mode): Fix comment about displaying
 
        * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
 
-2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
-       (tiny change)
+2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
 
        * nnimap.el (nnimap-request-move-article): Change folder back to
        source group before deleting.
        * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
        (nnmail-cache-ignore-groups, nnmail-spool-hook)
        (nnmail-split-fancy-match-partial-words)
-       (nnmail-split-lowercase-expanded):
+       (nnmail-split-lowercase-expanded): Add :version.
 
        * nndiary.el (nndiary): Add :version.
 
 
        * nnmail.el (nnmail-fancy-expiry-targets)
        (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
+       Add :version.
 
        * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
        (nnimap-retrieve-groups-asynchronous): Add :version.
        * mml.el (mml-content-disposition-parameters)
        (mml-insert-mime-headers-always): Add :version.
 
-       * mm-util.el (mm-coding-system-priorities):
+       * mm-util.el (mm-coding-system-priorities): Add :version.
 
        * mm-decode.el (mm-inline-text-html-with-images)
        (mm-keep-viewer-alive-types, mm-external-terminal-program)
        * gnus-srvr.el (gnus-server-browse-in-group-buffer)
        (gnus-server-offline-face): Add :version.
 
-       * gnus-score.el (gnus-adaptive-word-length-limit):
+       * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
 
        * gnus-msg.el (gnus-gcc-externalize-attachments)
        (gnus-debug-files, gnus-debug-exclude-variables)
        * gnus-delay.el (gnus-delay-default-hour): Add :version.
 
        * gnus-cite.el (gnus-cite-blank-line-after-header)
-       (gnus-article-boring-faces):
+       (gnus-article-boring-faces): Add :version.
 
        * gnus-art.el (gnus-buttonized-mime-types)
        (gnus-inhibit-mime-unbuttonizing)