gnus
17 years agoUpdate.
Daiki Ueno [Tue, 5 Sep 2006 06:34:29 +0000 (06:34 +0000)]
Update.

17 years agoComment on the (condition-case nil (require 'epg-config) ...)
Daiki Ueno [Tue, 5 Sep 2006 04:04:36 +0000 (04:04 +0000)]
Comment on the (condition-case nil (require 'epg-config) ...)

17 years ago* mml2015.el (mml2015-epg-encrypt): Expand group configuration.
Daiki Ueno [Tue, 5 Sep 2006 04:02:06 +0000 (04:02 +0000)]
* mml2015.el (mml2015-epg-encrypt): Expand group configuration.
* mml1991.el (mml1991-epg-encrypt): Expand group configuration.

17 years ago(article-decode-encoded-words): Make it fast.
Katsumi Yamaoka [Mon, 4 Sep 2006 07:03:48 +0000 (07:03 +0000)]
(article-decode-encoded-words): Make it fast.

17 years ago(article-decode-encoded-words): Fix previous commit again. Oops.
Katsumi Yamaoka [Mon, 4 Sep 2006 06:11:46 +0000 (06:11 +0000)]
(article-decode-encoded-words): Fix previous commit again.  Oops.

17 years ago(article-decode-encoded-words): Fix previous commit.
Katsumi Yamaoka [Mon, 4 Sep 2006 05:57:33 +0000 (05:57 +0000)]
(article-decode-encoded-words): Fix previous commit.

17 years ago(article-decode-encoded-words): Don't infloop in XEmacs.
Katsumi Yamaoka [Mon, 4 Sep 2006 05:49:54 +0000 (05:49 +0000)]
(article-decode-encoded-words): Don't infloop in XEmacs.

17 years ago(rfc2047-strip-backslashes-in-quoted-strings): Decode `\\' in quoted string
Katsumi Yamaoka [Mon, 4 Sep 2006 01:40:59 +0000 (01:40 +0000)]
(rfc2047-strip-backslashes-in-quoted-strings): Decode `\\' in quoted string
 into `\'.

17 years ago(rfc2047-quote-special-characters-in-quoted-strings): Use standard-syntax-table.
Katsumi Yamaoka [Fri, 1 Sep 2006 15:13:26 +0000 (15:13 +0000)]
(rfc2047-quote-special-characters-in-quoted-strings): Use standard-syntax-table.

17 years ago* gnus-art.el (gnus-decode-address-function): New variable.
Katsumi Yamaoka [Fri, 1 Sep 2006 11:08:36 +0000 (11:08 +0000)]
* gnus-art.el (gnus-decode-address-function): New variable.
(article-decode-encoded-words): Use it to decode headers which are
 assumed to contain addresses.
(gnus-mime-delete-part): Remove useless `or'.

* gnus-sum.el (gnus-decode-encoded-address-function): New variable.
(gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
(gnus-nov-parse-line): Use it to decode From header.
(gnus-get-newsgroup-headers): Ditto.
(gnus-summary-enter-digest-group): Use it to decode `to-address'.

* mail-parse.el (mail-decode-encoded-address-region): New alias.
(mail-decode-encoded-address-string): New alias.

* rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
 New function.
(rfc2047-encode-message-header, rfc2047-encode-region): Use it.
(rfc2047-strip-backslashes-in-quoted-strings): New fnction.
(rfc2047-decode-region): Use it; add optional argument `address-mime'.
(rfc2047-decode-string): Ditto.
(rfc2047-decode-address-region): New function.
(rfc2047-decode-address-string): New function.

17 years ago* message.el (message-caesar-buffer-body): Allow rotating headers.
Reiner Steib [Thu, 31 Aug 2006 20:29:14 +0000 (20:29 +0000)]
* message.el (message-caesar-buffer-body): Allow rotating headers.

* gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.

17 years ago(message-insert-formated-citation-line): Fix %f.
Reiner Steib [Thu, 31 Aug 2006 11:10:36 +0000 (11:10 +0000)]
(message-insert-formated-citation-line): Fix %f.
Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .

17 years ago(gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of quit-window
Katsumi Yamaoka [Fri, 18 Aug 2006 10:23:31 +0000 (10:23 +0000)]
(gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of quit-window
 if it is not available.

17 years ago(gnus-bookmark-file-coding-system): New variable.
Katsumi Yamaoka [Fri, 18 Aug 2006 09:13:39 +0000 (09:13 +0000)]
(gnus-bookmark-file-coding-system): New variable.
(gnus-bookmark-mouse-available-p): New macro.
(gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
(gnus-bookmark-bmenu-show-infos): Use it.
(gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
(gnus-bookmark-bmenu-hide-infos): Ditto.
(gnus-bookmark-remove-properties): New function.
(gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
(gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
(gnus-bookmark-write-file): Bind coding-system-for-write.
(gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
(gnus-bookmark-jump): Make completing-read work with XEmacs; activate
 group before selecting it.
(gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
(gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer in XEmacs;
 use gnus-mouse-2 and bind it to gnus-bookmark-bmenu-select-by-mouse.
(gnus-bookmark-show-details): Remove unused variable `details-list'.
(gnus-bookmark-bmenu-select-by-mouse): New function.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 16 Aug 2006 14:06:02 +0000 (14:06 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 362, 367, 369, 375, 393, 398)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 126)

   - Merge from emacs--devo--0

2006-08-13  Romain Francoise  <romain@orebokech.com>

   * lisp/mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
   space.

2006-07-18  Karl Fogel  <kfogel@red-bean.com>

   * lisp/nnmail.el (nnmail-article-group): If splitting raises an error, give
   some information about the error when saying that the `bogus' mail
   group will be used.

2006-07-24  Richard Stallman  <rms@gnu.org>

   * texi/pgg.texi: Move periods and commas inside quotes.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-186

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 16 Aug 2006 14:05:53 +0000 (14:05 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
   Make it more robust by parsing author and date independently.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-185

17 years ago(uncompface): Use binary rather than raw-text-unix.
Katsumi Yamaoka [Wed, 9 Aug 2006 22:07:20 +0000 (22:07 +0000)]
(uncompface): Use binary rather than raw-text-unix.

17 years ago(uncompface): Make sure the eol conversion doesn't take place when
Katsumi Yamaoka [Wed, 9 Aug 2006 10:50:46 +0000 (10:50 +0000)]
(uncompface): Make sure the eol conversion doesn't take place when
 communicating with the external programs.  Reported by ARISAWA Akihiro.

17 years ago(uncompface): Make sure the eol conversion doesn't take place when
Katsumi Yamaoka [Wed, 9 Aug 2006 10:35:41 +0000 (10:35 +0000)]
(uncompface): Make sure the eol conversion doesn't take place when
 communicating with the external programs.  Reported by ARISAWA Akihiro.

17 years ago(nnheader-insert-head): Fix typo in comment.
Katsumi Yamaoka [Mon, 31 Jul 2006 22:23:22 +0000 (22:23 +0000)]
(nnheader-insert-head): Fix typo in comment.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 31 Jul 2006 09:42:28 +0000 (09:42 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 121-122)

   - Update from CVS

2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * texi/gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
   in .../site-lisp/gnus/ by default.
   [ From gnus-news.texi in the trunk. ]

2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (MIME Commands): Additions for yEnc.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-182

17 years ago(nnheader-insert-head): Make it work with Mac as well.
Katsumi Yamaoka [Fri, 28 Jul 2006 09:41:21 +0000 (09:41 +0000)]
(nnheader-insert-head): Make it work with Mac as well.

17 years ago* mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
Daiki Ueno [Fri, 28 Jul 2006 05:45:37 +0000 (05:45 +0000)]
* mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
first matching secret key.
(mml2015-epg-encrypt): Ditto.

* mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
first matching secret key.
(mml1991-epg-encrypt): Ditto.

17 years agoFixed a couple of typos.
Daiki Ueno [Fri, 28 Jul 2006 03:41:00 +0000 (03:41 +0000)]
Fixed a couple of typos.

17 years ago* mml2015.el (mml2015-encrypt-to-self): New user option.
Daiki Ueno [Fri, 28 Jul 2006 03:35:08 +0000 (03:35 +0000)]
* mml2015.el (mml2015-encrypt-to-self): New user option.
(mml2015-epg-encrypt): Append mml2015-signers to recipients list if
mml2015-epg-encrypt is set.

* mml1991.el (mml1991-encrypt-to-self): New variable.
(mml1991-epg-encrypt): Append mml1991-signers to recipients list if
mml1991-epg-encrypt is set.

17 years ago* mml2015.el (mml2015-signers): New user option.
Daiki Ueno [Fri, 28 Jul 2006 02:44:47 +0000 (02:44 +0000)]
* mml2015.el (mml2015-signers): New user option.
(mml2015-epg-sign): Reflect the value of mml2015-signers.
(mml2015-epg-encrypt): Allow to select signing keys.

* mml1991.el (mml1991-signers): New variable.
(mml1991-epg-sign): Reflect the value of mml1991-signers.
(mml1991-epg-encrypt): Allow to select signing keys.

17 years ago(nnheader-insert-head): Make it work even if the file
Katsumi Yamaoka [Thu, 27 Jul 2006 09:27:45 +0000 (09:27 +0000)]
(nnheader-insert-head): Make it work even if the file
 uses CRLF for the line-break code.

17 years ago* mml2015.el: Require mml-sec instead of password.
Daiki Ueno [Tue, 25 Jul 2006 05:14:14 +0000 (05:14 +0000)]
* mml2015.el: Require mml-sec instead of password.
(mml2015-verbose): Inherit the default value from mml-secure-verbose.
(mml2015-cache-passphrase): Inherit the default value from
mml-secure-cache-passphrase.
(mml2015-passphrase-cache-expiry): Inherit the default value from
mml-secure-passphrase-cache-expiry.

* mml1991.el: Require mml-sec instead of password.
(mml1991-verbose): Inherit the default value from mml-secure-verbose.
(mml1991-cache-passphrase): Inherit the default value from
mml-secure-cache-passphrase.
(mml1991-passphrase-cache-expiry): Inherit the default value from
mml-secure-passphrase-cache-expiry.

* mml-sec.el: Require password.
(mml-secure-verbose): New user option.
(mml-secure-cache-passphrase): New user option.
(mml-secure-passphrase-cache-expiry): New user option.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 24 Jul 2006 10:55:34 +0000 (10:55 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 119-120)

   - Update from CVS

2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
   workaround for the url package included with Emacs.

   * lisp/nnweb.el (nnweb-google-create-mapping): Update regexp.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-179

17 years ago* pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
Daiki Ueno [Mon, 24 Jul 2006 00:54:44 +0000 (00:54 +0000)]
* pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
andreas@altroot.de (Andreas Vögele)

17 years ago(gnus-select-newsgroup): Setup the article buffer correctly.
Katsumi Yamaoka [Wed, 19 Jul 2006 09:07:52 +0000 (09:07 +0000)]
(gnus-select-newsgroup): Setup the article buffer correctly.
 This fixes a bug caused by the 2006-05-12 change.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 19 Jul 2006 01:07:30 +0000 (01:07 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 334, 340-341, 345, 347, 350, 353, 357)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 118)

   - Merge from emacs--devo--0

2006-07-10  Nick Roberts  <nickrob@snap.net.nz>

   * texi/gnus.texi, texi/message.texi: Fix typos.

2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>

   * texi/gnus.texi (Example Setup): Use ;; instead of ;;; to better follow
   coding conventions.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-176

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 19 Jul 2006 01:07:14 +0000 (01:07 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 115-117)

   - Update from CVS

2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
   string.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-175

17 years agoFix previous commit.
Reiner Steib [Mon, 17 Jul 2006 13:40:25 +0000 (13:40 +0000)]
Fix previous commit.

17 years ago2006-07-17 Sascha Wilde <wilde@sha-bang.de>
Reiner Steib [Mon, 17 Jul 2006 12:59:53 +0000 (12:59 +0000)]
2006-07-17  Sascha Wilde  <wilde@sha-bang.de>

* nnir.el: Removed support for non free backends glimpse and excite.
Changed and updated copyright to Free Software Foundation.  Moved all
authors to head.

17 years ago(mm-charset-synonym-alist): Map windows-31j to cp932.
Katsumi Yamaoka [Sun, 16 Jul 2006 14:33:12 +0000 (14:33 +0000)]
(mm-charset-synonym-alist): Map windows-31j to cp932.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 14 Jul 2006 03:51:32 +0000 (03:51 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 321, 333)

   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-114)

   - Merge from emacs--devo--0
   - Update from CVS

2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-172

17 years agoFix last commit.
Simon Josefsson [Mon, 10 Jul 2006 10:49:15 +0000 (10:49 +0000)]
Fix last commit.

17 years ago2006-07-10 Daiki Ueno <ueno@unixuser.org>
Simon Josefsson [Mon, 10 Jul 2006 10:05:00 +0000 (10:05 +0000)]
2006-07-10  Daiki Ueno <ueno@unixuser.org>

* mml1991.el (mml1991-function-alist): Add epg.
(mml1991-epg-passphrase-callback, mml1991-epg-sign)
(mml1991-epg-encrypt): New functions.

17 years ago2006-07-10 Daiki Ueno <ueno@unixuser.org>
Simon Josefsson [Mon, 10 Jul 2006 10:03:11 +0000 (10:03 +0000)]
2006-07-10  Daiki Ueno <ueno@unixuser.org>

* mml2015.el (mml2015-verbose): New variable.
(mml2015-cache-passphrase): Ditto.
(mml2015-passphrase-cache-expiry): Ditto.
(mml2015-function-alist): Add epg.
(mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
(mml2015-epg-clear-decrypt, mml2015-epg-verify)
(mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
functions.

17 years ago* message.el (message-cite-original-1): Preserve region when removing
Andreas Seltenreich [Sat, 8 Jul 2006 13:06:11 +0000 (13:06 +0000)]
* message.el (message-cite-original-1): Preserve region when removing
quoted text due to X-No-Archive in order to avoid bogus attribution
when citing multiple messages.

17 years ago* gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
Andreas Seltenreich [Tue, 27 Jun 2006 10:20:54 +0000 (10:20 +0000)]
* gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
Kenneth Jacker <khj@be.cs.appstate.edu>.

17 years ago(gnus-user-format-function-d)
Reiner Steib [Mon, 26 Jun 2006 13:55:23 +0000 (13:55 +0000)]
(gnus-user-format-function-d)
(gnus-user-format-function-D): Autoload.

17 years ago(Commentary): Fix typo.
Reiner Steib [Mon, 26 Jun 2006 12:08:33 +0000 (12:08 +0000)]
(Commentary): Fix typo.

17 years ago(kill-empty-logs, gnus-byte-compile): Remove anonymous
Reiner Steib [Mon, 26 Jun 2006 11:59:44 +0000 (11:59 +0000)]
(kill-empty-logs, gnus-byte-compile): Remove anonymous
2006-04-22 contribution.

17 years ago* gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
Andreas Seltenreich [Mon, 26 Jun 2006 10:03:28 +0000 (10:03 +0000)]
* gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
It didn't really fix the bogosity I'm seeing with solid web groups.

17 years ago* gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
Andreas Seltenreich [Mon, 26 Jun 2006 07:15:34 +0000 (07:15 +0000)]
* gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
created using server names.  If we use the feature without declaring
it, Gnus does not properly manage server and group state.

* nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
bound.

17 years ago* gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
Andreas Seltenreich [Sun, 25 Jun 2006 10:45:41 +0000 (10:45 +0000)]
* gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
looking up the method using GROUP's prefix before inventing a new one.
It is used on killed/unknown groups in various places where returning
an all-new method isn't expected by the caller.

* gnus-util.el (gnus-group-server): Fix for empty virtual server names
and match semantics of gnus-group-real-prefix.

17 years ago* gnus.texi (Summary Buffer Lines): Fix typo.
Andreas Seltenreich [Sat, 24 Jun 2006 05:48:53 +0000 (05:48 +0000)]
* gnus.texi (Summary Buffer Lines): Fix typo.

17 years agoFix typo in previous commit.
Reiner Steib [Thu, 22 Jun 2006 09:16:33 +0000 (09:16 +0000)]
Fix typo in previous commit.

17 years agoFix typo in previous commit.
Reiner Steib [Thu, 22 Jun 2006 09:13:16 +0000 (09:13 +0000)]
Fix typo in previous commit.

17 years ago(Washing Mail): Add nnmail-ignore-broken-references and
Reiner Steib [Thu, 22 Jun 2006 09:11:42 +0000 (09:11 +0000)]
(Washing Mail): Add nnmail-ignore-broken-references and
nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.

17 years ago(nnmail-broken-references-mailers): New variable.
Reiner Steib [Thu, 22 Jun 2006 09:07:30 +0000 (09:07 +0000)]
(nnmail-broken-references-mailers): New variable.
(nnmail-ignore-broken-references): New function generalizing
nnmail-fix-eudora-headers.
(nnmail-fix-eudora-headers): Now obsolete.

17 years ago(gnus-button-handle-custom): Support
Reiner Steib [Thu, 22 Jun 2006 08:54:45 +0000 (08:54 +0000)]
(gnus-button-handle-custom): Support
`customize-apropos*'.

17 years ago* gnus-art.el (article-hide-headers): Inhibit read-only stuff.
Lars Magne Ingebrigtsen [Wed, 21 Jun 2006 18:14:23 +0000 (18:14 +0000)]
* gnus-art.el (article-hide-headers): Inhibit read-only stuff.

* gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
articles.

17 years ago(message-cite-reply-above): New variable.
Reiner Steib [Wed, 21 Jun 2006 13:12:48 +0000 (13:12 +0000)]
(message-cite-reply-above): New variable.
(message-yank-original): Use it.

17 years ago(rfc2231-parse-string): Allow `*'s in parameter values.
Katsumi Yamaoka [Tue, 20 Jun 2006 22:38:40 +0000 (22:38 +0000)]
(rfc2231-parse-string): Allow `*'s in parameter values.

17 years ago* gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
Reiner Steib [Tue, 20 Jun 2006 13:07:08 +0000 (13:07 +0000)]
* gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
as read.

* gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.

17 years agofile NEWS.20 was initially added on branch v5-10.
Miles Bader [Tue, 20 Jun 2006 00:23:03 +0000 (00:23 +0000)]
file NEWS.20 was initially added on branch v5-10.

17 years agofile NEWS.21 was initially added on branch v5-10.
Miles Bader [Tue, 20 Jun 2006 00:23:03 +0000 (00:23 +0000)]
file NEWS.21 was initially added on branch v5-10.

17 years agofile pt-br-refcard.tex was initially added on branch v5-10.
Miles Bader [Tue, 20 Jun 2006 00:23:03 +0000 (00:23 +0000)]
file pt-br-refcard.tex was initially added on branch v5-10.

17 years agofile pt-br-refcard.ps was initially added on branch v5-10.
Miles Bader [Tue, 20 Jun 2006 00:23:03 +0000 (00:23 +0000)]
file pt-br-refcard.ps was initially added on branch v5-10.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 20 Jun 2006 00:22:05 +0000 (00:22 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 265, 283, 286-287, 294-295, 313, 317)

   - Merge from gnus--rel--5.10
   - Update from CVS

 * gnus--rel--5.10  (patch 108-109)

   - Merge from emacs--devo--0
   - Clean up merge mistakes

2006-06-15  Chong Yidong  <cyd@stupidchicken.com>

   * contrib/sendmail.el (mail-send): Search explicitly for
   mail-header-separator when checking for corrupted header lines.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-162

17 years ago(gnus-bookmark-menu-heading): Fix version.
Reiner Steib [Mon, 19 Jun 2006 17:47:42 +0000 (17:47 +0000)]
(gnus-bookmark-menu-heading): Fix version.

17 years agoAdd arch tagline
Miles Bader [Mon, 19 Jun 2006 16:09:25 +0000 (16:09 +0000)]
Add arch tagline

17 years agoFix Copyright, keywords, whitespace, etc.
Reiner Steib [Mon, 19 Jun 2006 15:37:57 +0000 (15:37 +0000)]
Fix Copyright, keywords, whitespace, etc.
(gnus-bookmark-default-file): Use gnus-directory.
(gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
Remove "*" in doc string.
(gnus-bookmark-write-file): Simplify.
(gnus-bookmark-maybe-sort-alist): Use `when'.
(gnus-bookmark-get-bookmark): Fix typo in doc string.
(gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
FIXME about Emacs 21 and XEmacs compatibility.
(gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
compatibility.
(gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
compatibility.

17 years ago2006-06-19 Bastien Guerry <bzg@altern.org>
Reiner Steib [Mon, 19 Jun 2006 15:04:29 +0000 (15:04 +0000)]
2006-06-19  Bastien Guerry  <bzg@altern.org>

* gnus-bookmark.el: New file.

17 years ago(message-syntax-checks): Doc fix.
Katsumi Yamaoka [Mon, 19 Jun 2006 09:04:29 +0000 (09:04 +0000)]
(message-syntax-checks): Doc fix.

17 years ago(News Headers): Update message-syntax-checks section.
Katsumi Yamaoka [Mon, 19 Jun 2006 09:04:24 +0000 (09:04 +0000)]
(News Headers): Update message-syntax-checks section.

17 years ago* gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
Andreas Seltenreich [Sat, 17 Jun 2006 05:33:59 +0000 (05:33 +0000)]
* gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
unsubscribed groups as if they were killed ones.  It causes duplicate
entries in gnus-newsrc-alist.

17 years ago(message-syntax-checks): Doc fix.
Katsumi Yamaoka [Fri, 16 Jun 2006 11:47:25 +0000 (11:47 +0000)]
(message-syntax-checks): Doc fix.
(message-send-mail): Add check for continuation headers.
(message-check-news-header-syntax): Fix regexp used to check for
continuation headers.

17 years ago(gnus-display-mime): Make sure body ends with newline.
Katsumi Yamaoka [Wed, 14 Jun 2006 09:56:16 +0000 (09:56 +0000)]
(gnus-display-mime): Make sure body ends with newline.

17 years ago(gnus-article-toggle-truncate-lines): Fix code.
Reiner Steib [Sun, 11 Jun 2006 09:25:02 +0000 (09:25 +0000)]
(gnus-article-toggle-truncate-lines): Fix code.

17 years ago(gnus-article-truncate-lines): Default to the value of default-truncate-lines.
Katsumi Yamaoka [Sun, 11 Jun 2006 00:43:13 +0000 (00:43 +0000)]
(gnus-article-truncate-lines): Default to the value of default-truncate-lines.

17 years ago(nnir-read-server-parm): Do not unconditionally fall back to global
Andreas Seltenreich [Sat, 10 Jun 2006 03:36:21 +0000 (03:36 +0000)]
(nnir-read-server-parm): Do not unconditionally fall back to global
variables if nnir-mail-backend is nil.
(nnir-retrieve-headers): Error when we cannot fill novitem.  It would
just result in a more obscure error later.

17 years ago(nnir-group-server): DTRT when called on native groups. The
Andreas Seltenreich [Fri, 9 Jun 2006 21:01:10 +0000 (21:01 +0000)]
(nnir-group-server): DTRT when called on native groups.  The
macro is called on groups without checking for foreigness,
although the docstring stated it was only for foreign ones.

17 years ago(nnir-retrieve-headers): Bind gnus-override-method before calling
Andreas Seltenreich [Thu, 8 Jun 2006 05:40:50 +0000 (05:40 +0000)]
(nnir-retrieve-headers): Bind gnus-override-method before calling
gnus-retrieve-headers.  If we hit a group that isn't in
gnus-newsrc-hashtb, gnus-find-method-for-group invented a new
select method with empty parameters, possibly corrupting
gnus-server-method-cache on the next call to
gnus-method-to-server.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 7 Jun 2006 16:41:11 +0000 (16:41 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 103-104)

   - Update from CVS

2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/mail-source.el (mail-sources): Fix custom type.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-154

17 years ago* mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
Katsumi Yamaoka [Tue, 6 Jun 2006 06:27:43 +0000 (06:27 +0000)]
* mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
to fill the utf-8 entry.

* lpath.el: Fbind unicode-precedence-list.

17 years ago"2004-07-06 Dan Christensen" change also fixes gnus-summary-expunge-below when
Reiner Steib [Mon, 5 Jun 2006 17:52:19 +0000 (17:52 +0000)]
"2004-07-06 Dan Christensen" change also fixes gnus-summary-expunge-below when
unthreaded.

17 years ago(nnir-retrieve-headers): Revert last change; we might as well
Andreas Seltenreich [Wed, 31 May 2006 23:09:05 +0000 (23:09 +0000)]
(nnir-retrieve-headers): Revert last change; we might as well
see message-ids instead of article numbers.
(nnir-request-article): Actually check for message-ids.

17 years ago(nnweb-google-parse-1): Update regexp for author and date.
Andreas Seltenreich [Wed, 31 May 2006 22:42:43 +0000 (22:42 +0000)]
(nnweb-google-parse-1): Update regexp for author and date.

17 years ago(nnir-run-swish++): Compressed files might not have .gz
Reiner Steib [Wed, 31 May 2006 22:06:17 +0000 (22:06 +0000)]
(nnir-run-swish++): Compressed files might not have .gz
extension.

17 years agoRemove "tiny patch" as we have papers from Sascha Wilde.
Reiner Steib [Wed, 31 May 2006 22:05:56 +0000 (22:05 +0000)]
Remove "tiny patch" as we have papers from Sascha Wilde.

17 years ago2006-05-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
Reiner Steib [Wed, 31 May 2006 21:54:36 +0000 (21:54 +0000)]
2006-05-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

* nnir.el (nnir-retrieve-headers, nnir-request-article): Move check for
message-id request.

17 years ago * gnus-agent.el (directory-files-and-attributes): Move all the way
Kevin Greiner [Wed, 31 May 2006 00:37:10 +0000 (00:37 +0000)]
* gnus-agent.el (directory-files-and-attributes): Move all the way
forward (the third and final move).
(gnus-agent-read-agentview): Trap reconstruction errors due to
nonexistant directory.  Handle by returning nil.

17 years agolisp/ChangeLog addition:
Didier Verna [Tue, 30 May 2006 09:47:14 +0000 (09:47 +0000)]
lisp/ChangeLog addition:

2006-05-30  Didier Verna  <didier@xemacs.org>

* message.el (message-dont-reply-to-names): Update the custom type.
* message.el (message-dont-reply-to-names): New defsubst: potentially
convert a list of regexps into a single one.
* message.el (message-get-reply-headers): Use it.
* nnmail.el (nnmail-fancy-expiry-target): Ditto.

texi/ChangeLog addition:

2006-05-30  Didier Verna  <didier@xemacs.org>

* message.texi (Wide Reply): Update documentation of
message-dont-reply-to-names (now allowing a list of regexps).

17 years ago* gnus-agent.el (directory-files-and-attributes): Move forward.
Katsumi Yamaoka [Tue, 30 May 2006 00:52:25 +0000 (00:52 +0000)]
* gnus-agent.el (directory-files-and-attributes): Move forward.

17 years ago2006-05-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
Reiner Steib [Mon, 29 May 2006 22:13:00 +0000 (22:13 +0000)]
2006-05-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

* nnir.el (nnir-retrieve-headers): Return correct article numbers when
less than the full range is selected.

17 years ago(gnus-mailing-list-subscribe)
Reiner Steib [Mon, 29 May 2006 21:27:49 +0000 (21:27 +0000)]
(gnus-mailing-list-subscribe)
(gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
(gnus-mailing-list-message): Fix doc strings.

17 years ago2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
Reiner Steib [Mon, 29 May 2006 21:22:00 +0000 (21:22 +0000)]
2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

* gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
of doing it manually.

17 years ago(gnus-article-toggle-truncate-lines): Fix type in
Reiner Steib [Mon, 29 May 2006 21:14:33 +0000 (21:14 +0000)]
(gnus-article-toggle-truncate-lines): Fix type in
comment.

17 years ago * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
Kevin Greiner [Mon, 29 May 2006 13:52:59 +0000 (13:52 +0000)]
* gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
(gnus-agent-read-agentview): Fixed handling of end-of-file error.
(gnus-agent-read-local): All symbols allocated in my-obarray
(gnus-agent-set-local): Skip invalid entries (min and/or max are nil).
(gnus-agent-regenerate-group): Check numeric names to see if they are
messages or groups.
(gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
better way of do this...)

* gnus-cache.el (gnus-agent-total-fetched-for): Ignore
'dummy.group' (there should be a better way of do this...)

17 years ago(gnus-summary-save-article): Fix previous commit.
Katsumi Yamaoka [Mon, 29 May 2006 13:36:24 +0000 (13:36 +0000)]
(gnus-summary-save-article): Fix previous commit.

17 years ago(Saving Articles): Addition.
Katsumi Yamaoka [Mon, 29 May 2006 11:57:29 +0000 (11:57 +0000)]
(Saving Articles): Addition.

17 years ago* gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
Katsumi Yamaoka [Mon, 29 May 2006 09:09:45 +0000 (09:09 +0000)]
* gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
(gnus-saved-headers): Ditto.
(gnus-default-article-saver): Mention functions may have properties.
(gnus-article-save): Override gnus-save-all-headers and
gnus-saved-headers by :headers property which saver function may have.
(gnus-summary-save-in-file): Add :headers property.
(gnus-summary-write-to-file): Ditto.

* gnus-sum.el (gnus-summary-save-article): Bind
gnus-prompt-before-saving to t when saving many articles in a file;
always show all headers.

* dgnushack.el: Autoload toggle-truncate-lines for XEmacs.

17 years ago* deuglify.el (gnus-outlook-rearrange-article): Add missing citation
Reiner Steib [Fri, 26 May 2006 17:50:12 +0000 (17:50 +0000)]
* deuglify.el (gnus-outlook-rearrange-article): Add missing citation
marks.

* message.el (message-indent-citation): Add optional arguments to allow
using it outside of message buffers.

17 years ago* gnus-art.el (gnus-article-truncate-lines): New variable.
Reiner Steib [Fri, 26 May 2006 17:42:27 +0000 (17:42 +0000)]
* gnus-art.el (gnus-article-truncate-lines): New variable.
(gnus-article-mode): Use it.
(gnus-article-toggle-truncate-lines): New function.

* gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
gnus-article-toggle-truncate-lines.

17 years ago(gnus-article-unfold-long-headers): New variable.
Reiner Steib [Fri, 26 May 2006 17:21:54 +0000 (17:21 +0000)]
(gnus-article-unfold-long-headers): New variable.
(gnus-article-treat-unfold-headers): Use it.

17 years ago(uudecode-decode-region-external): nil isn't a valid
Reiner Steib [Fri, 26 May 2006 11:23:51 +0000 (11:23 +0000)]
(uudecode-decode-region-external): nil isn't a valid
coding system in XEmacs, use binary.