Mercurial > emacs
diff lisp/gnus/ChangeLog @ 90288:7432ca837c8d
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 16-33)
- Update from CVS
- Install ERC.
- Fix ERC compiler warnings.
- Use utf-8 encoding in ERC ChangeLogs.
- Merge ERC-related Viper hacks into Viper.
- Merge from erc--main--0
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 8-13)
- Merge from emacs--devo--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 01 Feb 2006 10:07:17 +0000 |
parents | 5b7d410e31f9 04c2548593f7 |
children | d6f8fe3307c8 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Jan 26 02:23:05 2006 +0000 +++ b/lisp/gnus/ChangeLog Wed Feb 01 10:07:17 2006 +0000 @@ -1,8 +1,60 @@ +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 Romain Francoise <romain@orebokech.com> + + * message.el (message-alternative-emails): Improve docstring. + (message-setup-1): Call `message-use-alternative-email-as-from' + after `message-setup-hook' to give it precedence over posting + styles, etc. + (message-use-alternative-email-as-from): Add docstring. Remove + the original From header if present. + +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. + +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 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 Katsumi Yamaoka <yamaoka@jpl.org> + + * Makefile.in (clean): New rule. + (distclean): Use it. + 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. + the given one; decode charset. 2006-01-21 Kevin Ryde <user42@zip.com.au> @@ -122,8 +174,8 @@ 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de> - * gnus-group.el (gnus-useful-groups): Use Gmane for ding. Use - nntp for bug archive. + * gnus-group.el (gnus-useful-groups): Use Gmane for ding. + Use nntp for bug archive. 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org> @@ -162,7 +214,7 @@ * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons associated with multipart/alternative parts. -2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change) +2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change) * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the article. @@ -235,7 +287,7 @@ 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) - * mm-decode.el (mm-display-external): Add lacked cdr. + * mm-decode.el (mm-display-external): Add missing cdr. 2005-12-12 Richard M. Stallman <rms@gnu.org> @@ -288,7 +340,7 @@ * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid date header. -2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny patch) +2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny patch) * imap.el (imap-kerberos4-open): Ignore SSL stuff. @@ -329,7 +381,7 @@ error. (nntp-retrieve-data): Rethrow new error condition to break out of recursive call to nntp-send-authinfo. - + 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-start.el (gnus-dribble-read-file): Use make-local-variable @@ -379,8 +431,8 @@ (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-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' @@ -412,7 +464,7 @@ whitespace removed in revision 7.8. Use concatenated string to protect trailing whitespace. -2005-10-27 Jouni K Seppanen <jks@iki.fi> (tiny change) +2005-10-27 Jouni K Seppanen <jks@iki.fi> (tiny change) * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable. (nnimap-request-expire-articles): Use it to avoid sending 'UID @@ -511,11 +563,11 @@ * message.el (message-expand-group): Pass the common prefix substring of completion to `display-completion-list'. -2005-10-09 Daniel Brockman <daniel@brockman.se> +2005-10-09 Daniel Brockman <daniel@brockman.se> * format-spec.el (format-spec): Propagate text properties of % spec. -2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change) +2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change) * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache. @@ -1777,11 +1829,11 @@ * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change. -2005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) +2005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw. -2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change) +2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change) * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV buffer (since IMAP server might return FETCH response out of @@ -2352,7 +2404,7 @@ * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt): - New function. Used internally to only display 'gnus converting + New function. Used internally to only display 'gnus converting files' message when actually necessary. * gnus-sum.el: Remove (require 'gnus-agent) as required @@ -2369,7 +2421,7 @@ (gnus-agent-unfetch-articles): New function. (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate article numbers even when local .overview file is missing. - (gnus-agent-read-article-number): New function. Only accepts + (gnus-agent-read-article-number): New function. Only accepts 27-bit article numbers. (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use gnus-agent-read-article-number. @@ -2465,12 +2517,12 @@ * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to error. -2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> +2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion message to newsrc-dribble when an actual conversion is performed. -2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> +2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> * gnus-agent.el (gnus-agent-read-local): Bind nnheader-file-coding-system to gnus-agent-file-coding-system to @@ -2479,9 +2531,9 @@ coding-system-for-write, as the with-temp-file macro first prints to a buffer then saves the buffer. -2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com> - - * legacy-gnus-agent.el (): New. Provides converters that are only +2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com> + + * legacy-gnus-agent.el (): New. Provides converters that are only loaded when gnus-convert-old-newsrc needs to call them. * gnus-agent.el (gnus-agent-read-agentview): Remove support for @@ -2499,7 +2551,7 @@ should be protected from potentially irreversable changes by the function. -2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com> +2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com> * gnus-int.el (gnus-request-accept-article): Inform the agent that articles are being added to a group. @@ -2512,7 +2564,7 @@ (gnus-agent-regenerate-group): The REREAD parameter can now be a list of articles that will be marked as unread. -2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> +2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> * gnus-range.el (gnus-sorted-range-intersection): Now accepts single-interval range of the form (min . max). Previously the @@ -2524,18 +2576,18 @@ * gnus-sum.el (gnus-summary-highlight-line): Articles stored in the cache, but not the agent, now appear with their usual face. -2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> +2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of marks consisting of a single range {for example, (3 . 5)} rather than a list of a single range { ((3 . 5)) }. -2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> +2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the uncompressed list. -2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> +2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc> * gnus-draft.el (gnus-group-send-queue): Pass the group name "nndraft:queue" along to gnus-draft-send. @@ -3337,7 +3389,7 @@ * gnus-msg.el (gnus-summary-followup-with-original): Document yanking of region when active. -2004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com> +2004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com> * gnus-agent.el: Merged 7.3 through 7.7 updates into branch. Revision 7.2 changes excluded to maintain compatibility with all