Use present tense.
[gnus] / lisp / ChangeLog
index 84334bb..ba7ce27 100644 (file)
@@ -1,3 +1,116 @@
+2006-01-31  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
+       there's only one active file for all servers.
+       (nnweb-request-scan): Make sure nnweb-articles is initialized on
+       solid groups.  Gnus might have used a FAST request to select the
+       group.
+       (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
+       and nnweb-search redundantly in the active file.
+       (nnweb-request-list): Don't list bogus groups.  There can only be
+       one.
+       (nnweb-request-create-group): Don't use ARGS.
+       (nnweb-possibly-change-server, nnweb-request-group): Remove some
+       initialisations.  Let nnoo do the work.
+
+2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
+       decoded.
+       (mm-uu-diff-extract): Ditto.
+
+       * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
+
+2006-01-31  Kevin Ryde  <user42@zip.com.au>
+
+       * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
+       mailcap-viewer-test-cache when there's no 'test clause, since that
+       will invert the meaning of a "nil" test previously determined by
+       mailcap-mailcap-entry-passes-test.
+
+2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
+       compiling.
+
+       * gnus-sum.el: Ditto.
+
+       * message.el: Don't bind tool-bar-map when compiling.
+
+2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnweb.el (nnweb-google-parse-1): Clarify some comments.
+
+2006-01-30  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
+       (nnweb-google-create-mapping, nnweb-google-search): Adapt to
+       current Google Groups.
+
+2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
+       and tool-bar-mode.
+
+       * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
+       and tool-bar-mode.
+
+       * message.el (message-tool-bar-update): Simplify.
+       (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
+
+       * gnus-sum.el (gnus-summary-tool-bar-update): Check for
+       gnus-summary-buffer.
+       (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
+       gnus-summary-reply.
+
+       * 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
+       autoload.
+
+2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gmm-utils.el (gmm-verbose): Add :group.
+
+2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el: Change some comments WRT tool-bars.
+
+       * gnus-sum.el (gnus-summary-tool-bar)
+       (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
+       (gnus-summary-tool-bar-zap-list): New variables.
+       (gnus-summary-make-tool-bar): Complete rewrite using
+       `gmm-tool-bar-from-list'.
+
+       * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
+       (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
+       variables.
+       (gnus-group-make-tool-bar): Complete rewrite using
+       `gmm-tool-bar-from-list'.
+       (gnus-group-tool-bar-update): New function.
+
+       * message.el (message-mode-field-menu): Add "Show hidden Headers".
+
+2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
+       is dissected into a single part of which the type is the same as
+       the given one; decode charset.
+
+2006-01-21  Kevin Ryde  <user42@zip.com.au>
+
+       * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
+       into alists as symbol not string, since that's what
+       mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
+       look for.
+
 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
        * mml.el (mml-attach-file): Describe `description' in doc string.
        (mml-menu): Add Emacs MIME manual and PGG manual.
 
-2005-12-12  Richard M. Stallman  <rms@gnu.org>
+2006-01-20  Richard M. Stallman  <rms@gnu.org>
 
        * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
 
-2005-11-14  Kevin Greiner  <kevin.greiner@compsol.cc>
+2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
 
        * nntp.el (nntp-end-of-line): Doc fix.
 
-2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
+2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * imap.el (imap-open): Handle case where buffer is a buffer
+       object.
+
+2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-delay.el (gnus-delay): Don't autoload.
+       It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
+       to be re-loaded when customizing the `gnus-delay' group.
+
+2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * message.el (message-insert-citation-line): Use newlines.
+
+2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
        (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
        (pgg-pgp5-sign-region): Use new name of
        pgg-add-passphrase-to-cache function.
 
-2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
-
-       * imap.el (imap-open): Handle case where buffer is a buffer
-       object.
-
-2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
+2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
        part of the decoded armor to find the key-identifier.
        (pgg-decrypt): Convey provided passphrase in subordinate call to
        pgg-decrypt-region.
 
-2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
+2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
 
        * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
        (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
        'notruncate' argument, so the passphrase cache can be used
        reliably with identifiers besides a pgp packet's key id.
 
-2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
+2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
 
        * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
        symmetric encryption.
        * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
        New user commands for symmetric encryption.
 
-2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * gnus-delay.el (gnus-delay): Don't autoload.
-       It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
-       to be re-loaded when customizing the `gnus-delay' group.
-
-2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * message.el (message-insert-citation-line): Use newlines.
-
 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-bodies.el (mm-decode-body): Don't decode decoded body.
        * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
        the buffer.
 
+2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-cus.el (gnus-group-parameters): Sync posting-style with
+       custom definition of `gnus-posting-styles'.
+
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
+       print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
+
+2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-group.el (gnus-useful-groups): Use Gmane for ding.  Use
+       nntp for bug archive.
+
 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
        * dns.el (query-dns): Make sure we check the buffer size before
        removing tcp headers.
 
+2006-01-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
+       (spam-group-spam-marks): Delete functions.
+       (spam-list-articles): Just call spam-group-ham-marks directly.
+       (spam-group-ham-marks): Simplify.
+
 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
        * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
        steps when < 10.
 
+       * gnus-start.el (gnus-no-server-1): Mention
+       `gnus-level-default-subscribed' in doc string.
+
 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
 
        * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
        as a buffer-local variable.  This avoids creating truncated
        dribble files as a result of a hang up, eg.
 
+2006-01-03  Rodrigo Ventura <yoda@isr.ist.utl.pt>  (tiny change)
+
+       * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
+       gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
+       XEmacs.
+
+2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-start.el (gnus-start-draft-setup): Enforce
+       `gnus-draft-mode' for nndraft:drafts at startup.
+
+       * gnus.el (gnus-splash): Change custom group.
+       (gnus-group-get-parameter, gnus-group-parameter-value): Describe
+       allow-list argument.
+
+       * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
+       string.
+
+2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-default-article-saver): Add user-defined
+       `function' to custom type.
+
+2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * imap.el (imap-open): Handle case where buffer is a buffer
+       object.
+
+2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
+       long lines.
+       (gnus-cache-delete-group): Wrap doc strings.
+
+       * gnus-agent.el (gnus-agent-rename-group)
+       (gnus-agent-delete-group): Wrap doc strings.
+
+
 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * messagexmas.el (message-use-toolbar): Change the valid values
        * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
        use (not sort-by-date) instead.
 
+2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-delay.el (gnus-delay-group): Don't autoload.
+       It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
+       to be re-loaded when customizing the `gnus-delay' group.
+
+2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * message.el: Revert last changes.
+       (message-insert-citation-line): Use newlines.
+
+2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * message.el (message-courtesy-message)
+       (message-mark-insert-begin, message-mark-insert-end)
+       (message-elide-ellipsis, message-cancel-message)
+       (message-add-header, message-change-subject)
+       (message-cross-post-followup-to-header)
+       (message-cross-post-insert-note, message-reduce-to-to-cc)
+       (message-widen-reply, message-delete-not-region)
+       (message-kill-to-signature, message-insert-signature)
+       (message-insert-importance-high, message-insert-importance-low)
+       (message-insert-or-toggle-importance)
+       (message-insert-disposition-notification-to)
+       (message-indent-citation, message-yank-original)
+       (message-cite-original-without-signature, message-cite-original)
+       (message-insert-citation-line, message-position-on-field)
+       (message-fix-before-sending, message-send-mail-partially)
+       (message-send-mail, message-send-mail-with-sendmail)
+       (message-send-mail-with-qmail, message-send-news)
+       (message-check-news-header-syntax, message-generate-headers)
+       (message-insert-courtesy-copy, message-fill-address)
+       (message-fill-header, message-shorten-references)
+       (message-setup-1, message-cancel-news)
+       (message-forward-make-body-plain) (message-forward-make-body-mime)
+       (message-forward-make-body-mml) (message-encode-message-body)
+       (message-forward-make-body-digest-plain)
+       (message-forward-make-body-digest-mime)
+       (message-use-alternative-email-as-from): Insert `hard-newline'
+       instead of ordinary newlines.
+
 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-generate-headers): Downcase the argument