Merge from emacs--rel--22
[bpt/emacs.git] / lisp / gnus / ChangeLog
index 1bc00d6..ff4e7ab 100644 (file)
@@ -1,3 +1,172 @@
+2008-07-16  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (ns-focus-frame): Declare for compiler.
+
+2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
+       set as a group parameter.
+       (gnus-summary-save-in-pipe): Work when it is called independently.
+       (gnus-summary-pipe-to-muttprint): Don't modify
+       gnus-summary-pipe-output-default-command.
+
+2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * message.el (message-send-mail-with-sendmail):
+       Display the error message.
+
+2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver):
+       Add gnus-summary-save-in-pipe to choices.
+       (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
+       gnus-summary-pipe-output-default-command as the default command.
+       (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
+       instead of gnus-last-shell-command.
+
+       * gnus-sum.el (gnus-summary-pipe-output-default-command): New user
+       option.
+       (gnus-summary-muttprint-program): Mention the value will be changed.
+       (gnus-summary-save-article): Force showing of all headers.
+       (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
+
+2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
+
+       * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
+
+2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nnimap.el (nnimap-id):
+       * sieve-manage.el (sieve-manage-open): Doc fixes.
+
+2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
+
+       * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
+       if available.
+
+2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
+
+       * nnkiboze.el (nnkiboze-generate-group):
+       Use explicit mm-disable-multibyte rather than mm-with-unibyte.
+
+       * nnmairix.el: Require CL.
+
+2008-06-15  David Engster  <dengste@eml.cc>
+
+       * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
+
+2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
+       New macros that expand to an `aset'/`aref' call under Emacs, and to a
+       runtime choice under XEmacs.
+
+       * gnus-sum.el (gnus-summary-set-display-table):
+       Use `gnus-put-display-table', `gnus-get-display-table',
+       `gnus-set-display-table' for the display table, instead of `aset'.
+
+2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnmairix.el: Add autoloads.
+
+2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnmairix.el (nnmairix-delete-recreate-group)
+       (nnmairix-update-and-clear-marks): Fix error messages.
+
+2008-06-14  David Engster  <dengste@eml.cc>
+
+       * nnmairix.el: Upgrade to version 0.6.
+       (nnmairix-group-toggle-propmarks-this-group)
+       (nnmairix-group-toggle-readmarks-this-group)
+       (nnmairix-group-delete-recreate-this-group)
+       (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
+       (nnmairix-remove-tick-mark-original-article): New commands.
+       (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
+       (nnmairix-propagate-marks-to-nnmairix-groups)
+       (nnmairix-only-use-registry, nnmairix-allowfast-default)
+       (nnmairix-marks-cache, nnmairix-version-output): New variables.
+       (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
+       functions needed for marks propagation and manipulation of read marks.
+       (nnmairix-update-groups): New function.
+       (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
+       (nnmairix-determine-original-group-from-registry)
+       (nnmairix-determine-original-group-from-path)
+       (nnmairix-get-group-from-file-path, nnmairix-map-range)
+       (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
+       helper functions.
+       (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
+       keystrokes for new commands.
+       (nnmairix-delete-and-create-on-change): Doc string cleanup.
+       (nnmairix-request-group): Check allow-fast group parameter.
+       (nnmairix-request-create-group): Set allow-fast group parameter if
+       nnmairix-allowfast-default is set.
+       (nnmairix-close-group): Propagate marks upon closing if needed.
+       (nnmairix-group-toggle-threads-this-group): Use new.
+       nnmairix-group-toggle-parameter helper function.
+       (nnmairix-search): Better check for empty search result.
+       (nnmairix-goto-original-article): Use new helper functions for
+       determining original article.
+       (nnmairix-show-original-article): Make sure message-id is in brackets.
+       (nnmairix-call-mairix-binary): Change variable name.
+       (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
+       helper function.
+       (nnmairix-widget-toggle-activate): Fix doc string.
+
+2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnir.el: Require edmacro when compiling with XEmacs.
+       (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
+       available in Emacs 21.
+
+2008-06-11  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (x-focus-frame):
+       * gnus.el (image-size):
+       * mm-decode.el (image-size): Declare.
+
+       * gnus-picon.el (declare-function): Add compat definition.
+       (image-size): Declare.
+
+       * gnus-group.el (tool-bar-map):
+       * gnus-sum.el (tool-bar-map): Define for compiler.
+
+       * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
+
+       * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
+
+       * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
+       * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
+       * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
+       * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
+       * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
+       * sieve-manage.el, spam-report.el, spam.el:
+       Remove unnecessary eval-and-compile of autoloads.
+
+2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * auth-source.el: Precise Tramp doc.
+
+2008-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * nnmairix.el: Remove unnecessary eval-when-compile.
+
+2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
+
+       * nnir.el: New file.
+
+2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-util.el (gnus-read-shell-command): New function.
+       * mm-decode.el (mm-pipe-part):
+       * gnus-art.el (gnus-summary-save-in-pipe): Use it.
+
+2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-disassociate-draft): Revert 2008-03-18 change.
+
 2008-06-03  Glenn Morris  <rgm@gnu.org>
 
        * pop3.el (nnheader-accept-process-output): Autoload it.
 
        * gmm-utils.el (gmm): Add :version.
 
-2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * Makefile.in (clean): New rule.
-       (distclean): Use it.
-
 2006-01-26  Steve Youngs  <steve@sxemacs.org>
 
        * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
 
        * message.el (message-make-expires-date): New function.
 
-2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * Makefile.in (list-installed-shadows): New entry.
-       (install): Use it.
-       (remove-installed-shadows): New entry.
-
 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * time-date.el: Autoload parse-time-string, XEmacs needs it.
        * flow-fill.el (fill-flowed-display-column)
        (fill-flowed-encode-column): Ditto.
 
-2004-09-06  Stefan  <monnier@iro.umontreal.ca>
+2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * message.el (message-tokenize-header, message-send-mail-with-qmail):
        Use point-min rather than 1.
 2004-09-01  Simon Josefsson  <jas@extundo.com>
 
        * message.el (message-canlock-generate): Require sha1, not
-       sha1-el.  (Can we get rid of this require alltogheter? It is ugly
+       sha1-el.  (Can we get rid of this require altogether?  It is ugly
        to require within a function.  Sadly, if sha1.el isn't loaded, the
        let binding in m-c-g will hide the defcustom definition, which is
        bad.)
        * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
        false positives.
 
-2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
+2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
 
        * imap.el (imap-sasl-make-mechanisms): Use sasl.
 
 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nneething.el (nneething-file-name): Don't create spurions
+       * nneething.el (nneething-file-name): Don't create spurious
        files.
 
        * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.