gnus
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.

17 years ago* mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
Katsumi Yamaoka [Fri, 26 May 2006 05:25:36 +0000 (05:25 +0000)]
* mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
after-load-alist.

* gnus-art.el (gnus-summary-save-in-file): Use property to specify
this function should save decoded articles.
(gnus-summary-write-to-file): Use property to specify this function
should save decoded articles and specify gnus-summary-save-in-file
should be used to save articles other than the first one when saving
many articles.
(gnus-summary-save-body-in-file): Use property to specify this
function should save decoded articles.
(gnus-summary-write-body-to-file): Use property to specify this
function should save decoded articles and specify
gnus-summary-save-body-in-file should be used to save articles other
than the first one when saving many articles.

* gnus-sum.el (gnus-summary-save-article): Simplify.

17 years ago* gnus-art.el (gnus-default-article-saver): Add
Katsumi Yamaoka [Thu, 25 May 2006 07:57:11 +0000 (07:57 +0000)]
* gnus-art.el (gnus-default-article-saver): Add
gnus-summary-write-body-to-file.
(gnus-article-save-coding-system): Don't use coding system object
in XEmacs.
(gnus-read-save-file-name): Add optional `dir-var' argument which
specifies directory in which files are saved; work even if optional
`variable' argument is not specified.
(gnus-summary-write-to-file): Read file name.
(gnus-summary-save-body-in-file): Add optional `overwrite' argument.
(gnus-summary-write-body-to-file): New function.

* gnus-sum.el (gnus-newsgroup-last-directory): New variable.
(gnus-summary-local-variables): Add it.
(gnus-summary-save-map): Add gnus-summary-write-article-body-file.
(gnus-summary-save-article): Remove optional `decode' argument;
determine whether to decode articles by the value of
gnus-default-article-saver; when saving many files using
gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
it first and use gnus-summary-save-in-file or
gnus-summary-save-body-in-file thereafter unless
gnus-prompt-before-saving is always; move point to article which
will be saved.
(gnus-summary-save-article-file): Revert.
(gnus-summary-write-article-file): Revert.
(gnus-summary-save-article-body-file): Revert.
(gnus-summary-write-article-body-file): New function.

17 years ago* gnus-art.el (gnus-default-article-saver): Doc fix.
Katsumi Yamaoka [Wed, 24 May 2006 12:33:23 +0000 (12:33 +0000)]
* gnus-art.el (gnus-default-article-saver): Doc fix.
(gnus-article-save-coding-system): Move from gnus-sum.el, rename
from gnus-summary-save-article-coding-system, and default to a
certain coding system.
(gnus-output-to-file): Add coding cookie and encode text according
to gnus-article-save-coding-system; don't use mm-append-to-file.

* gnus-sum.el (gnus-summary-save-article-coding-system): Move to
gnus-art.el and rename to gnus-article-save-coding-system.
(gnus-summary-save-article): Require gnus-art; don't show all
headers if it decodes articles; don't add coding cookie here;
don't bind mm-text-coding-system-for-write.
(gnus-summary-save-article-file): Save decoded articles.
(gnus-summary-write-article-file): When saving many files, use
gnus-summary-write-to-file first and gnus-summary-save-in-file
thereafter unless gnus-prompt-before-saving is always.
(gnus-summary-save-article-body-file): Save decoded articles.

* lpath.el: Fbind select-safe-coding-system for XEmacs.

17 years ago(nnrss-check-group): Bind hash-index.
Reiner Steib [Tue, 23 May 2006 14:47:29 +0000 (14:47 +0000)]
(nnrss-check-group): Bind hash-index.

17 years ago2006-05-23 Michael Cadilhac <michael.cadilhac@lrde.org>
Reiner Steib [Tue, 23 May 2006 14:45:56 +0000 (14:45 +0000)]
2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>

* nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
its hash index.  Store this hash in `nnrss-group-data'.
(nnrss-read-group-data): Update accordingly.

17 years ago(gnus-button-alist): Improve gnus-button-handle-symbol
Reiner Steib [Tue, 23 May 2006 14:08:12 +0000 (14:08 +0000)]
(gnus-button-alist): Improve gnus-button-handle-symbol
entry.

17 years ago2006-05-23 Hynek Schlawack <hynek@ularx.de>
Reiner Steib [Tue, 23 May 2006 13:59:37 +0000 (13:59 +0000)]
2006-05-23  Hynek Schlawack  <hynek@ularx.de>

* gnus-art.el (gnus-article-browse-html-article): Remove comment.

17 years ago(gnus-summary-make-menu-bar): Add
Reiner Steib [Tue, 23 May 2006 13:55:15 +0000 (13:55 +0000)]
(gnus-summary-make-menu-bar): Add
gnus-article-browse-html-article.

17 years ago2006-05-23 Hynek Schlawack <hynek@ularx.de>
Reiner Steib [Tue, 23 May 2006 13:53:43 +0000 (13:53 +0000)]
2006-05-23  Hynek Schlawack  <hynek@ularx.de>

* gnus-sum.el (gnus-summary-mime-map): Add
gnus-article-browse-html-article.

17 years ago(gnus-summary-save-article-coding-system): Offer some
Reiner Steib [Tue, 23 May 2006 13:48:26 +0000 (13:48 +0000)]
(gnus-summary-save-article-coding-system): Offer some
suitable coding systems in customize.

17 years agoWhitespace fixes.
Simon Josefsson [Mon, 22 May 2006 13:36:56 +0000 (13:36 +0000)]
Whitespace fixes.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 19 May 2006 00:00:51 +0000 (00:00 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

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

   * lisp/gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
   (gnus-summary-expire-articles-now): Shorten prompt.

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

   * texi/gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.

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

17 years agoAdd `fill-column' local variable.
Reiner Steib [Thu, 18 May 2006 15:38:05 +0000 (15:38 +0000)]
Add `fill-column' local variable.

17 years ago(wid-edit): Require.
Reiner Steib [Thu, 18 May 2006 14:59:43 +0000 (14:59 +0000)]
(wid-edit): Require.
(defun-gmm): Renamed from `gmm-defun-compat'.
(gmm-image-search-load-path): Use it.
(gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.

17 years agoAdd `fill-column' local variable.
Reiner Steib [Thu, 18 May 2006 14:59:17 +0000 (14:59 +0000)]
Add `fill-column' local variable.

17 years ago* gnus-sum.el (gnus-summary-save-article-coding-system): New variable.
Katsumi Yamaoka [Wed, 17 May 2006 07:58:59 +0000 (07:58 +0000)]
* gnus-sum.el (gnus-summary-save-article-coding-system): New variable.
(gnus-summary-save-article): Add optional `decode' argument.  If it is set and
 gnus-summary-save-article-coding-system is non-nil, save decoded article.
(gnus-summary-write-article-file): Save decoded article if
 gnus-summary-save-article-coding-system is non-nil.

* ecomplete.el (ecomplete-database-file-coding-system): Fix custom type.

17 years ago(easy-menu-define): Use :active instead of :enable.
Katsumi Yamaoka [Tue, 16 May 2006 09:40:32 +0000 (09:40 +0000)]
(easy-menu-define): Use :active instead of :enable.

17 years agoRevision: emacs@sv.gnu.org/gnus--devo--0--patch-147
Miles Bader [Sun, 14 May 2006 02:05:24 +0000 (02:05 +0000)]
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-147

Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 249, 252, 257-258)

   - Merge from gnus--rel--5.10
   - Clean up lisp/gnus/ChangeLog a bit

 * gnus--rel--5.10  (patch 99-101)

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

17 years ago* message.texi (Interface): Add tool bar customization.
Reiner Steib [Fri, 12 May 2006 14:20:21 +0000 (14:20 +0000)]
* message.texi (Interface): Add tool bar customization.
(MIME): Index and text additions for mml-attach.

* gnus.texi (Oort Gnus): Fix some entries.
(Starting Up): Add references to "Emacs for Heathens" and to
"Finding the News".  Add user-full-name and user-mail-address.
(Group Buffer Format): Add tool bar customization and update.
(Summary Buffer): Add tool bar customization.
(Posting Styles): Add message-alternative-emails.

17 years ago(Oort Gnus): Reorder entries in sections.
Reiner Steib [Fri, 12 May 2006 13:55:11 +0000 (13:55 +0000)]
(Oort Gnus): Reorder entries in sections.

17 years ago2006-05-12 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 12 May 2006 12:38:57 +0000 (12:38 +0000)]
2006-05-12  Simon Josefsson  <jas@extundo.com>

* nnir.el: Compare servers using gnus-server-equal, otherwise
string methods in nnir-mail-backend won't work.

17 years ago* gnus-art.el (gnus-article-setup-buffer): Go to summary buffer first to test
Katsumi Yamaoka [Fri, 12 May 2006 06:18:16 +0000 (06:18 +0000)]
* gnus-art.el (gnus-article-setup-buffer): Go to summary buffer first to test
 gnus-single-article-buffer which may be buffer-local.

* gnus-sum.el (gnus-summary-setup-buffer): Make gnus-single-article-buffer
 buffer-local and nil in ephemeral group;
 make gnus-article-buffer, gnus-article-current, and
 gnus-original-article-buffer always buffer-local.
(gnus-summary-exit): Kill article buffer belonging to ephemeral group.
(gnus-handle-ephemeral-exit): Don't move to next summary line.