gnus
19 years ago(nnrss-get-encoding): Fix regexp.
Katsumi Yamaoka [Tue, 28 Dec 2004 13:49:32 +0000 (13:49 +0000)]
(nnrss-get-encoding): Fix regexp.

19 years ago(mm-body-encoding): Don't permit 7-bit to be used
Simon Josefsson [Mon, 27 Dec 2004 01:13:22 +0000 (01:13 +0000)]
(mm-body-encoding): Don't permit 7-bit to be used
when mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME)
and we have trailing white space.  Reported by Werner Koch
<wk@gnupg.org>.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-200
Miles Bader [Sun, 26 Dec 2004 23:34:38 +0000 (23:34 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-200

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-741
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
   Merge from emacs--cvs-trunk--0

2004-12-17  Kim F. Storm  <storm@cua.dk>

   * lisp/gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.

   * lisp/gnus-sum.el (gnus-summary-mode-map): Likewise.

19 years ago(gnus-summary-walk-group-buffer): Decode group name. From Tsuyoshi AKIHO.
Katsumi Yamaoka [Sun, 26 Dec 2004 14:53:52 +0000 (14:53 +0000)]
(gnus-summary-walk-group-buffer): Decode group name.  From Tsuyoshi AKIHO.

19 years ago* GNUS-NEWS: Generated.
Katsumi Yamaoka [Sun, 26 Dec 2004 13:45:08 +0000 (13:45 +0000)]
* GNUS-NEWS: Generated.

19 years ago* gnus-news.texi: Addition.
Katsumi Yamaoka [Sun, 26 Dec 2004 13:45:05 +0000 (13:45 +0000)]
* gnus-news.texi: Addition.
* gnus.texi (RSS): Addition.

19 years ago2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
Katsumi Yamaoka [Sun, 26 Dec 2004 13:44:52 +0000 (13:44 +0000)]
2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>

* nnrss.el: Require rfc2047 and mml.
(nnrss-file-coding-system): New variable.
(nnrss-format-string): Redefine it as an inline function.
(nnrss-decode-group-name): New function.
(nnrss-string-as-multibyte): Remove.
(nnrss-retrieve-headers): Decode group name; don't use nnrss-format-string.
(nnrss-request-group): Decode group name.
(nnrss-request-article): Decode group name; allow a Message-ID as well as an
 article number; don't use nnrss-format-string; encode a Message-ID string
 which may contain non-ASCII characters; use mml-to-mime to compose a MIME
 article.
(nnrss-request-expire-articles): Decode group name.
(nnrss-request-delete-group): Decode group name.
(nnrss-fetch): Clarify error message.
(nnrss-read-server-data): Use insert-file-contents instead of load;
 bind file-name-coding-system; use multibyte buffer.
(nnrss-save-server-data): Bind coding-system-for-write to the value of
 nnrss-file-coding-system; bind file-name-coding-system; add coding cookie.
(nnrss-read-group-data): Use insert-file-contents instead of load;
 bind file-name-coding-system; use multibyte buffer.
(nnrss-save-group-data): Bind coding-system-for-write to the value of
 nnrss-file-coding-system; bind file-name-coding-system.
(nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
 make it work with non-ASCII text.
(nnrss-find-el): Make it work with old xml.el as well.

2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>

* nnrss.el (nnrss-get-encoding): New function.
(nnrss-fetch): Use unibyte buffer initially; bind coding-system-for-read while
 performing mm-url-insert; remove ^Ms; decode contents according to the
 encoding attribute.
(nnrss-save-group-data): Add coding cookie.
(nnrss-mime-encode-string): New function.
(nnrss-check-group): Use it to encode subject and author.

19 years ago(.texi): Set LANG=C to avoid NLS translations.
Katsumi Yamaoka [Fri, 24 Dec 2004 06:23:33 +0000 (06:23 +0000)]
(.texi): Set LANG=C to avoid NLS translations.
(makeinfo): Ditto.

19 years ago(spam-check-BBDB): don't get the symbol-value of an
Teodor Zlatanov [Thu, 23 Dec 2004 18:49:11 +0000 (18:49 +0000)]
(spam-check-BBDB): don't get the symbol-value of an
imaginary variable

19 years ago(gnus-spec-tab): Make a Lisp form which works correctly even if there are wide
Katsumi Yamaoka [Wed, 22 Dec 2004 03:27:58 +0000 (03:27 +0000)]
(gnus-spec-tab): Make a Lisp form which works correctly even if there are wide
 characters.

19 years ago(spam-check-BBDB): fix the BBDB caching code to use
Teodor Zlatanov [Tue, 21 Dec 2004 17:01:37 +0000 (17:01 +0000)]
(spam-check-BBDB): fix the BBDB caching code to use
downcased symbol names; make a new cache instead of reusing
bbdb-hashtable

19 years ago(rfc2231-parse-string): Decode encoded value after concatenating segments
Katsumi Yamaoka [Tue, 21 Dec 2004 09:37:26 +0000 (09:37 +0000)]
(rfc2231-parse-string): Decode encoded value after concatenating segments
 rather than before concatenating them.  Suggested by ARISAWA Akihiro.

19 years ago(message-get-reply-headers): Bind `extra'.
Katsumi Yamaoka [Tue, 21 Dec 2004 09:37:18 +0000 (09:37 +0000)]
(message-get-reply-headers): Bind `extra'.

19 years ago(message-extra-wide-headers): New variable.
Lars Magne Ingebrigtsen [Tue, 21 Dec 2004 09:16:36 +0000 (09:16 +0000)]
(message-extra-wide-headers): New variable.
(message-get-reply-headers): Use it.

19 years ago* gnus-agent.el (gnus-agent-group-path): Decode group name.
Katsumi Yamaoka [Mon, 20 Dec 2004 01:37:06 +0000 (01:37 +0000)]
* gnus-agent.el (gnus-agent-group-path): Decode group name.
(gnus-agent-group-pathname): Ditto.

* gnus-cache.el (gnus-cache-file-name): Decode group name.

* gnus-group.el (gnus-group-make-group): Decode group name.
(gnus-group-make-rss-group): Register the group data after opening
 the nnrss group.

19 years ago* nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
Paul Jarc [Sat, 18 Dec 2004 00:37:46 +0000 (00:37 +0000)]
* nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
by expiry now get marked as read.

19 years ago(mm-xemacs-find-mime-charset): New macro.
Katsumi Yamaoka [Fri, 17 Dec 2004 16:08:21 +0000 (16:08 +0000)]
(mm-xemacs-find-mime-charset): New macro.
(mm-xemacs-find-mime-charset-1): New function used to unify Latin characters
 in XEmacs.  From Aidan Kehoe.
(mm-find-mime-charset-region): Use it.  From Aidan Kehoe.

19 years ago* gnus-util.el (gnus-delete-directory): New function.
Katsumi Yamaoka [Fri, 17 Dec 2004 10:27:43 +0000 (10:27 +0000)]
* gnus-util.el (gnus-delete-directory): New function.
* gnus-agent.el (gnus-agent-delete-group): Use it.
* gnus-cache.el (gnus-cache-delete-group): Use it.

19 years ago(gnus-group-make-rss-group): Unify non-ASCII group names.
Katsumi Yamaoka [Thu, 16 Dec 2004 12:32:36 +0000 (12:32 +0000)]
(gnus-group-make-rss-group): Unify non-ASCII group names.

19 years ago(hashcash-payment-alist): Fix custom :type.
Simon Josefsson [Thu, 16 Dec 2004 01:12:35 +0000 (01:12 +0000)]
(hashcash-payment-alist): Fix custom :type.

19 years ago(mm-url-predefined-programs): Add --silent arg to curl.
Katsumi Yamaoka [Wed, 15 Dec 2004 09:43:46 +0000 (09:43 +0000)]
(mm-url-predefined-programs): Add --silent arg to curl.

19 years ago(gnus-group-expire-articles-1): Decode group name.
Katsumi Yamaoka [Wed, 15 Dec 2004 08:40:29 +0000 (08:40 +0000)]
(gnus-group-expire-articles-1): Decode group name.
(gnus-group-set-current-level): Decode group name.

19 years ago(nnrss-fetch): Signal an error if w3-parse-buffer also failed.
Katsumi Yamaoka [Wed, 15 Dec 2004 06:30:04 +0000 (06:30 +0000)]
(nnrss-fetch): Signal an error if w3-parse-buffer also failed.
 From Maciek Pasternacki.

19 years ago(gnus-group-delete-group): Decode group name.
Katsumi Yamaoka [Tue, 14 Dec 2004 11:59:26 +0000 (11:59 +0000)]
(gnus-group-delete-group): Decode group name.
(gnus-group-make-rss-group): Encode group name.
(gnus-group-catchup-current): Decode group name.
(gnus-group-kill-group): Decode group name.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-188
Miles Bader [Tue, 14 Dec 2004 09:22:24 +0000 (09:22 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-188

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-722
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-723
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.

2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus-faq.texi ([5.1]): Added missing bracket.

19 years agoFix broken entry from recend sync from v5-10.
Reiner Steib [Mon, 13 Dec 2004 18:32:05 +0000 (18:32 +0000)]
Fix broken entry from recend sync from v5-10.

19 years ago(gnus-group-make-rss-group): Use gnus-group-make-group instead of
Katsumi Yamaoka [Mon, 13 Dec 2004 07:00:47 +0000 (07:00 +0000)]
(gnus-group-make-rss-group): Use gnus-group-make-group instead of
 gnus-group-unsubscribe-group.

19 years ago(gnus-setup-news): Honor user's setting to gnus-message-archive-method.
Katsumi Yamaoka [Mon, 13 Dec 2004 03:36:28 +0000 (03:36 +0000)]
(gnus-setup-news): Honor user's setting to gnus-message-archive-method.
 Suggested by Lute Kamstra.

19 years agoFix.
Katsumi Yamaoka [Fri, 10 Dec 2004 00:13:15 +0000 (00:13 +0000)]
Fix.

19 years ago(gnus-summary-exit-no-update): Don't clear the global counterparts of the
Katsumi Yamaoka [Fri, 10 Dec 2004 00:11:07 +0000 (00:11 +0000)]
(gnus-summary-exit-no-update): Don't clear the global counterparts of the
 buffer-local variables.  From Arnaud Giersch.

19 years ago(gnus-summary-exit): Don't clear the global counterparts of the buffer-local
Katsumi Yamaoka [Thu, 9 Dec 2004 14:31:01 +0000 (14:31 +0000)]
(gnus-summary-exit): Don't clear the global counterparts of the buffer-local
 variables.  From Romain Francoise.

19 years agoMention `gnus-summary-limit-to-recipient' and
Reiner Steib [Wed, 8 Dec 2004 17:42:45 +0000 (17:42 +0000)]
Mention `gnus-summary-limit-to-recipient' and
`gnus-summary-sort-by-recipient'.

19 years agoRevert bogus changes.
Katsumi Yamaoka [Wed, 8 Dec 2004 13:10:54 +0000 (13:10 +0000)]
Revert bogus changes.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-182
Miles Bader [Wed, 8 Dec 2004 00:05:14 +0000 (00:05 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-182

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-714
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/pop3.el (pop3-md5): Define it before being used.

2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/message.el (message-forbidden-properties): Fixed typo in doc
   string.

2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-util.el (gnus-replace-in-string): Added doc string.

   * lisp/nnmail.el (nnmail-split-header-length-limit): Increase to 2048
   to avoid problems when splitting mails with many recipients.

2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
   pop-to-buffer, covered by the subsequent gnus-configure-windows.

2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/message.texi (Various Message Variables): Mention that all mail
   file variables are derived from `message-directory'.

   * texi/gnus.texi (Splitting Mail): Clarify bogus group.

2004-11-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Filtering Spam Using The Spam ELisp Package):

19 years ago(Filtering Spam Using The Spam ELisp Package)
Teodor Zlatanov [Tue, 7 Dec 2004 19:09:32 +0000 (19:09 +0000)]
(Filtering Spam Using The Spam ELisp Package)
(Spam ELisp Package Filtering of Incoming Mail)
(Spam ELisp Package Sorting and Score Display in Summary Buffer):
replace @code{spam.el} with @file{spam.el} where the file spam.el
is intended as the subject

19 years ago2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
Lars Magne Ingebrigtsen [Mon, 6 Dec 2004 21:06:20 +0000 (21:06 +0000)]
2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>

* spam-stat.el (spam-stat-save): Load the hashtable from disk only
if there is no hashtable in memory or file modification time is
newer than cached timestamp.

19 years agoGenerated.
Reiner Steib [Mon, 6 Dec 2004 16:14:50 +0000 (16:14 +0000)]
Generated.

19 years agoMention `gnus-summary-limit-to-recipient' and
Reiner Steib [Mon, 6 Dec 2004 16:13:30 +0000 (16:13 +0000)]
Mention `gnus-summary-limit-to-recipient' and
`gnus-summary-sort-by-recipient'.

19 years ago(Limiting): Add `gnus-summary-limit-to-recipient'.
Reiner Steib [Mon, 6 Dec 2004 16:12:18 +0000 (16:12 +0000)]
(Limiting): Add `gnus-summary-limit-to-recipient'.
(Summary Sorting): Add `gnus-summary-sort-by-recipient'.

19 years ago(Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.
Reiner Steib [Mon, 6 Dec 2004 15:57:58 +0000 (15:57 +0000)]
(Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.

19 years ago(gnus-summary-limit-to-recipient): Implement not-matching option.
Reiner Steib [Fri, 3 Dec 2004 15:58:17 +0000 (15:58 +0000)]
(gnus-summary-limit-to-recipient): Implement not-matching option.

19 years ago(gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
Reiner Steib [Thu, 2 Dec 2004 22:35:08 +0000 (22:35 +0000)]
(gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
(gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.

19 years ago(gnus-summary-limit-to-recipient): New function.
Reiner Steib [Thu, 2 Dec 2004 22:31:50 +0000 (22:31 +0000)]
(gnus-summary-limit-to-recipient): New function.
Suggested David Mazieres in analogy to rmail-summary-by-recipients.
(gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.

19 years ago(message-forward-make-body-mml): Remove headers according to
Katsumi Yamaoka [Thu, 2 Dec 2004 08:25:10 +0000 (08:25 +0000)]
(message-forward-make-body-mml): Remove headers according to
 message-forward-ignored-headers if a message is decoded.
(message-forward-make-body-plain): Always remove headers according to
 message-forward-ignored-headers.

19 years ago(spam-summary-prepare-exit): remove the
Teodor Zlatanov [Wed, 1 Dec 2004 15:37:45 +0000 (15:37 +0000)]
(spam-summary-prepare-exit): remove the
gnus-summary-limit pop for now, it has problems with ham marks for
me

19 years ago(Misc Article): Add, suggested by Reiner Steib
Simon Josefsson [Tue, 30 Nov 2004 17:38:08 +0000 (17:38 +0000)]
(Misc Article): Add, suggested by Reiner Steib
<reinersteib+gmane@imap.cc>.

19 years ago(spam-summary-prepare-exit): use gnus-summary-limit
Teodor Zlatanov [Mon, 29 Nov 2004 19:03:33 +0000 (19:03 +0000)]
(spam-summary-prepare-exit): use gnus-summary-limit
correctly

19 years ago2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
Lars Magne Ingebrigtsen [Sun, 28 Nov 2004 21:51:38 +0000 (21:51 +0000)]
2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)

* format-spec.el (format-spec): Message the char.

19 years ago* gnus-art.el (gnus-split-methods): reformat comments
Teodor Zlatanov [Fri, 26 Nov 2004 14:13:35 +0000 (14:13 +0000)]
* gnus-art.el (gnus-split-methods): reformat comments

* spam.el (spam-summary-prepare-exit): remove article limits
before exiting the summary buffer

19 years agoFix previous commit.
Katsumi Yamaoka [Fri, 26 Nov 2004 09:12:39 +0000 (09:12 +0000)]
Fix previous commit.

19 years ago* lpath.el: Remove bbdb-create-internal, bbdb-records,
Katsumi Yamaoka [Fri, 26 Nov 2004 08:14:32 +0000 (08:14 +0000)]
* lpath.el: Remove bbdb-create-internal, bbdb-records,
spam-BBDB-register-routine and spam-enter-ham-BBDB.

* nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
order to silence the byte compiler.

* spam.el: Fix the way to silence the byte compiler, which
complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
bbdb-search-simple, spam-BBDB-register-routine,
spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
spam-stat-buffer-is-spam, spam-stat-load,
spam-stat-register-ham-routine, spam-stat-register-spam-routine,
spam-stat-save and spam-stat-split-fancy.

19 years ago* canlock.el (canlock-password): Remove `:size 0' or `:size 1'
Katsumi Yamaoka [Fri, 26 Nov 2004 03:07:29 +0000 (03:07 +0000)]
* canlock.el (canlock-password): Remove `:size 0' or `:size 1'
which may confuse users.
(canlock-password-for-verify): Ditto.

* deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.

* gnus-art.el (gnus-emphasis-alist): Ditto.

* gnus-registry.el (gnus-registry-max-entries): Ditto.

* gnus-score.el (gnus-adaptive-word-length-limit): Ditto.

* gnus-start.el (gnus-save-killed-list): Ditto.

* gnus-sum.el (gnus-thread-hide-subtree): Ditto.
(gnus-sum-thread-tree-root): Ditto.
(gnus-sum-thread-tree-false-root): Ditto.
(gnus-sum-thread-tree-single-indent): Ditto.

* message.el (message-courtesy-message): Ditto.
(message-archive-note): Ditto.
(message-subscribed-address-file): Ditto.
(message-user-fqdn): Ditto.

* spam-report.el (spam-report-gmane-regex): Ditto.

* spam.el (spam-blackhole-good-server-regex): Ditto.

19 years ago(Finding the News): Markup fix.
Katsumi Yamaoka [Fri, 26 Nov 2004 00:34:46 +0000 (00:34 +0000)]
(Finding the News): Markup fix.

19 years ago(mml-preview): Widen the message buffer before copying the contents to the
Katsumi Yamaoka [Thu, 25 Nov 2004 23:43:44 +0000 (23:43 +0000)]
(mml-preview): Widen the message buffer before copying the contents to the
 preview buffer; sort headers before previewing.

19 years ago(message-hidden-headers): Fix the way to avoid a bug in the `repeat' widget
Katsumi Yamaoka [Thu, 25 Nov 2004 23:22:19 +0000 (23:22 +0000)]
(message-hidden-headers): Fix the way to avoid a bug in the `repeat' widget
 in Emacs 21.3 or earlier.

19 years ago2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
Katsumi Yamaoka [Thu, 25 Nov 2004 12:45:34 +0000 (12:45 +0000)]
2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>

* message.el (message-hidden-headers): Default to "^References:".
From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
(message-strip-forbidden-properties): Remove check for obsolete
`message-hidden' text property, hidden headers are not accessible
in the buffer anymore.  From Romain Francoise on January 11, 2004.

2004-11-22  Romain Francoise  <romain@orebokech.com>

* message.el (message-header-format-alist): Add `From' in list
so that it can be sorted.
(message-fix-before-sending): Widen and sort headers before
sending.
(message-hide-headers): Use narrowing to hide headers by moving
them to the top of the buffer and narrowing to the region
underneath.

19 years ago(Finding the News): Add a note for NNTP marks.
Katsumi Yamaoka [Thu, 25 Nov 2004 08:34:20 +0000 (08:34 +0000)]
(Finding the News): Add a note for NNTP marks.

 From Romain Francoise:
(NNTP marks): New node.
(NNTP): Move NNTP marks variables to the new node.

19 years ago(message-strip-forbidden-properties): Bind
Lars Magne Ingebrigtsen [Tue, 23 Nov 2004 17:14:37 +0000 (17:14 +0000)]
(message-strip-forbidden-properties): Bind
buffer-read-only (etc) to nil.

19 years ago(rfc2047-header-encoding-alist): Add In-Reply-To to address-mime.
Katsumi Yamaoka [Tue, 23 Nov 2004 00:42:53 +0000 (00:42 +0000)]
(rfc2047-header-encoding-alist): Add In-Reply-To to address-mime.
 Suggested by ARISAWA Akihiro.

19 years ago(nnfolder-request-create-group): Save current buffer. From Marek Martin.
Katsumi Yamaoka [Mon, 22 Nov 2004 04:07:42 +0000 (04:07 +0000)]
(nnfolder-request-create-group): Save current buffer.  From Marek Martin.

19 years ago* gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back
Jesper Harder [Sun, 21 Nov 2004 20:27:20 +0000 (20:27 +0000)]
* gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back
end.

19 years ago(MIME Commands, Hashcash): Markup fix.
Jesper Harder [Sun, 21 Nov 2004 20:15:06 +0000 (20:15 +0000)]
(MIME Commands, Hashcash): Markup fix.

19 years ago(query-dns): Use sit-for to time instead of
Lars Magne Ingebrigtsen [Fri, 19 Nov 2004 00:50:11 +0000 (00:50 +0000)]
(query-dns): Use sit-for to time instead of
accept-process-output, since that doesn't seem to work on udp
sockets.

19 years agoreplaced @file{spam.el} with @code{spam.el}
Teodor Zlatanov [Wed, 17 Nov 2004 20:19:24 +0000 (20:19 +0000)]
replaced @file{spam.el} with @code{spam.el}
everywhere for consistency.
(Filtering Spam Using The Spam ELisp Package): admonish again.
(Spam ELisp Package Sequence of Events): this is Gnus, say so.
Say "regular expression" instead of "regex."  Admonish.  Pick
other words to sound better (s/so/thus/).
(Spam ELisp Package Filtering of Incoming Mail): mention
statistical filters.  Remove old TODO.
(Spam ELisp Package Sorting and Score Display in Summary Buffer):
new section on sorting and displaying the spam score
(BBDB Whitelists): mention spam-use-BBDB-exclusive is not a
backend but an alias to spam-use-BBDB
(Extending the Spam ELisp package): rewrite the example using the
new backend functionality.

19 years ago(rfc2047-encode-region): Encode bogus delimiters.
Katsumi Yamaoka [Wed, 17 Nov 2004 03:29:23 +0000 (03:29 +0000)]
(rfc2047-encode-region): Encode bogus delimiters.

19 years ago(NNTP): Mention nntp-marks-is-evil and
Simon Josefsson [Tue, 16 Nov 2004 21:51:23 +0000 (21:51 +0000)]
(NNTP): Mention nntp-marks-is-evil and
nntp-marks-directory, from Romain Francoise
<romain@orebokech.com>.

19 years ago(pop3-leave-mail-on-server): Don't quote nil in
Jesper Harder [Mon, 15 Nov 2004 22:11:30 +0000 (22:11 +0000)]
(pop3-leave-mail-on-server): Don't quote nil in
docstrings.

19 years ago* nntp.el (nntp-request-update-info): Return nil if nntp-marks-is-evil is true
Katsumi Yamaoka [Mon, 15 Nov 2004 05:31:51 +0000 (05:31 +0000)]
* nntp.el (nntp-request-update-info): Return nil if nntp-marks-is-evil is true
 so that gnus-get-unread-articles-in-group may not call gnus-activate-group
 which uselessly issues the GROUP commands for all nntp groups and wastes time.
 Reported by Romain Francoise.

* gnus-start.el (gnus-get-unread-articles): Remove redundant test.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-172
Miles Bader [Mon, 15 Nov 2004 05:23:49 +0000 (05:23 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-172

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-695
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-73
   Merge from emacs--cvs-trunk--0

19 years ago(gnus-header-button-alist): Handle URLs in OpenPGP:
Simon Josefsson [Sun, 14 Nov 2004 23:46:46 +0000 (23:46 +0000)]
(gnus-header-button-alist): Handle URLs in OpenPGP:
headers separately.
(gnus-button-openpgp): New function, inspired by Jochen Küpper
<jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.

19 years ago(gnus-convert-old-newsrc): Assign
Reiner Steib [Sun, 14 Nov 2004 21:00:13 +0000 (21:00 +0000)]
(gnus-convert-old-newsrc): Assign
legacy-gnus-agent to 5.10.7.

19 years ago(article-unsplit-urls): Don't anchor urls to the
Lars Magne Ingebrigtsen [Sun, 14 Nov 2004 19:44:26 +0000 (19:44 +0000)]
(article-unsplit-urls): Don't anchor urls to the
start of the lines.

19 years ago(Hashcash): New default value of
Simon Josefsson [Sun, 14 Nov 2004 14:28:31 +0000 (14:28 +0000)]
(Hashcash): New default value of
hashcash-default-payment.

19 years agohashcash.el (hashcash-default-payment): Change default to 20
Simon Josefsson [Sun, 14 Nov 2004 14:27:44 +0000 (14:27 +0000)]
hashcash.el (hashcash-default-payment): Change default to 20
(hashcash-default-accept-payment): Change default to 20
(hashcash-process-alist): New variable
(hashcash-generate-payment-async): Add
(hashcash-already-paid-p): Add
(hashcash-insert-payment): Don't generate payments twice
(hashcash-insert-payment-async): Add
(hashcash-insert-payment-async-2): Add
(hashcash-cancel-async): Add
(hashcash-wait-async): Add
(hashcash-processes-running-p): Add
(hashcash-wait-or-cancel): Add
(mail-add-payment): New optional argument.  Conditionally start
asynchronous calculation.
(mail-add-payment-async): Add

message.el (message-send-mail): Wait for asynchronous hashcash
results.  Don't clobber existing X-Hashcash headers.
(message-setup-1): Call mail-add-payment-async when
message-generate-hashcash is non-nil.

19 years ago(message-use-alternative-email-as-from): Examine the From header as well;
Katsumi Yamaoka [Fri, 12 Nov 2004 01:57:56 +0000 (01:57 +0000)]
(message-use-alternative-email-as-from): Examine the From header as well;
 use message-make-from in order to include a user's full name.
 From ARISAWA-san.

19 years ago(gnus-emphasis-alist): Don't hide asterisks by default;
Katsumi Yamaoka [Wed, 10 Nov 2004 08:44:15 +0000 (08:44 +0000)]
(gnus-emphasis-alist): Don't hide asterisks by default;
 improve customization type.
(gnus-emphasis-custom-with-format): New macro.
(gnus-emphasis-custom-value-to-external): New function.
(gnus-emphasis-custom-value-to-internal): New function.

19 years ago(query-dns): Resolve reverse addresses.
Lars Magne Ingebrigtsen [Tue, 9 Nov 2004 22:49:38 +0000 (22:49 +0000)]
(query-dns): Resolve reverse addresses.

19 years ago(gnus-configure-posting-styles): Don't cause the "Args out of range" error.
Katsumi Yamaoka [Sun, 7 Nov 2004 23:56:10 +0000 (23:56 +0000)]
(gnus-configure-posting-styles): Don't cause the "Args out of range" error.

19 years ago(gnus-summary-clear-local-variables): Use symbolp.
Jesper Harder [Sun, 7 Nov 2004 22:00:11 +0000 (22:00 +0000)]
(gnus-summary-clear-local-variables): Use symbolp.
From Stefan Wiens <s.wi@gmx.net>.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-163
Miles Bader [Sun, 7 Nov 2004 12:35:19 +0000 (12:35 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-163

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-67
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

2004-11-04  Richard M. Stallman  <rms@gnu.org>

   * lisp/spam.el (spam group): Add :version.

   * lisp/pgg-def.el (pgg group): Add :version.

19 years ago(gnus-article-edit-article): Don't associate the article buffer with
Katsumi Yamaoka [Thu, 4 Nov 2004 06:24:21 +0000 (06:24 +0000)]
(gnus-article-edit-article): Don't associate the article buffer with
 a draft file.  This is a temporary measure against the 2004-08-22
 change to gnus-article-edit-mode.

19 years ago(html2text-get-attr): Remove unused argument `tag'.
Katsumi Yamaoka [Tue, 2 Nov 2004 11:58:40 +0000 (11:58 +0000)]
(html2text-get-attr): Remove unused argument `tag'.
(html2text-format-tags): Remove unused variable `attr'.

19 years ago(html2text-get-attr): Remove old function definition.
Katsumi Yamaoka [Tue, 2 Nov 2004 04:46:05 +0000 (04:46 +0000)]
(html2text-get-attr): Remove old function definition.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-160
Miles Bader [Tue, 2 Nov 2004 02:54:23 +0000 (02:54 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-160

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-62
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-66
   Update from CVS

2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-msg.el (gnus-summary-resend-default-address): Add :version.

   * lisp/tls.el (tls-process-connection-type, tls-success)
   (tls-certtool-program): Add :version.

   * lisp/starttls.el (starttls-gnutls-program, starttls-use-gnutls)
   (starttls-extra-arguments, starttls-process-connection-type)
   (starttls-connect, starttls-failure, starttls-success):

   * lisp/spam-stat.el (spam-stat): Add :version.

   * lisp/sieve.el (sieve): Add :version.

   * lisp/sha1.el (sha1): Added :version.
   (sha1-use-external): Removed redundant version.

   * lisp/nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
   (nnmail-cache-ignore-groups, nnmail-spool-hook)
   (nnmail-split-fancy-match-partial-words)
   (nnmail-split-lowercase-expanded):

   * lisp/nndiary.el (nndiary): Add :version.

   * lisp/mml2015.el (mml2015-unabbrev-trust-alist): Add :version.

   * lisp/mml-sec.el (mml-default-sign-method)
   (mml-default-encrypt-method, mml-signencrypt-style-alist): Add
   :version.

   * lisp/mm-uu.el (mm-uu-diff-groups-regexp): Add :version.

   * lisp/mm-url.el (mm-url-use-external, mm-url-program)
   (mm-url-arguments): Add :version.

   * lisp/mm-decode.el (mm-inline-text-html-with-w3m-keymap)
   (mm-attachment-file-modes, mm-decrypt-option)
   (mm-w3m-safe-url-regexp): Add :version.

   * lisp/message.el (message-cite-prefix-regexp)
   (message-sendmail-envelope-from, message-minibuffer-local-map)
   (message-user-fqdn, message-completion-alist): Add :version.

   * lisp/gnus-win.el (gnus-configure-windows-hook)
   (gnus-use-frames-on-any-display): Add :version.

   * lisp/gnus-art.el (gnus-article-address-banner-alist)
   (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
   (gnus-treat-from-picon, gnus-treat-mail-picon)
   (gnus-treat-x-pgp-sig): Add :version.

   * lisp/gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
   (gnus-undownloaded-mark, gnus-summary-article-move-hook)
   (gnus-summary-article-delete-hook)
   (gnus-summary-display-while-building): Add :version.

   * lisp/gnus-start.el (gnus-subscribe-newsgroup-hooks)
   (gnus-get-top-new-news-hook):Add :version.

   * lisp/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face): Add :version.

   * lisp/gnus-registry.el (gnus-registry): Add :version.

   * lisp/gnus-spec.el (gnus-use-correct-string-widths)
   (gnus-make-format-preserve-properties): Add :version.

   * lisp/gnus.el (gnus-group-charter-alist)
   (gnus-group-fetch-control-use-browse-url)
   (gnus-install-group-spam-parameters): Add :version.

   * lisp/gnus-diary.el (gnus-diary): Add :version.

   * lisp/gnus-delay.el (gnus-delay): Add :version.

   * lisp/gnus-cite.el (gnus-cite-unsightly-citation-regexp)
   (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
   (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
   Add :version.

   * lisp/gnus-agent.el (gnus-agent-max-fetch-size)
   (gnus-agent-enable-expiration, gnus-agent-queue-mail)
   (gnus-agent-prompt-send-queue): Add :version.

   * lisp/deuglify.el (gnus-outlook-deuglify): Add :version.

   * lisp/html2text.el: Beautify code. Improve doc strings. Some checkdoc
   cleanup.
   (html2text-get-attr, html2text-fix-paragraph): Simplify code.
   (html2text-format-tag-list): Added "strong" and "em".  From
   "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).

19 years ago(gnus-registry-hashtb): create the registry
Teodor Zlatanov [Fri, 29 Oct 2004 19:13:32 +0000 (19:13 +0000)]
(gnus-registry-hashtb): create the registry
when package is loaded

19 years ago(spam-user-format-function-S): format the score correctly
Teodor Zlatanov [Fri, 29 Oct 2004 18:24:20 +0000 (18:24 +0000)]
(spam-user-format-function-S): format the score correctly

19 years ago(spam-summary-score-preferred-header): global preference
Teodor Zlatanov [Fri, 29 Oct 2004 18:20:15 +0000 (18:20 +0000)]
(spam-summary-score-preferred-header): global preference
for people who want to override the default SpamAssassin over
Bogofilter preference (when both are set)
(spam-necessary-extra-headers): add spam-use-bogofilter as an option
(spam-user-format-function-S): check spam-summary-score-preferred-header
(spam-extra-header-to-number): add X-Bogosity header parsing

19 years ago(gnus-configure-posting-styles): Work with empty signature file.
Katsumi Yamaoka [Fri, 29 Oct 2004 05:25:41 +0000 (05:25 +0000)]
(gnus-configure-posting-styles): Work with empty signature file.

19 years ago(mm-coding-system-priorities): Prefer iso-8859-1 than iso-2022-jp even in
Katsumi Yamaoka [Fri, 29 Oct 2004 01:06:05 +0000 (01:06 +0000)]
(mm-coding-system-priorities): Prefer iso-8859-1 than iso-2022-jp even in
 the Japanese language environment.  Suggested by Jason Rumney.

19 years ago* gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
Katsumi Yamaoka [Thu, 28 Oct 2004 12:12:08 +0000 (12:12 +0000)]
* gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
use the same characters as the dummy marks; make it free from
getting affected by the language environment.
(gnus-summary-read-group-1): Update mark positions only when the
format spec is updated.

* gnus-spec.el (gnus-update-format-specifications): Return a list
of updated types.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-156
Miles Bader [Thu, 28 Oct 2004 08:35:20 +0000 (08:35 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-156

Remove merge noise

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61
   Update from CVS

19 years ago(gnus-check-reasonable-setup): Use fboundp instead of boundp to check if
Katsumi Yamaoka [Wed, 27 Oct 2004 01:47:58 +0000 (01:47 +0000)]
(gnus-check-reasonable-setup): Use fboundp instead of boundp to check if
 display-warning is available.

19 years ago(nnimap-open-connection): fixed prog1/prog2 bug
Teodor Zlatanov [Tue, 26 Oct 2004 17:40:05 +0000 (17:40 +0000)]
(nnimap-open-connection): fixed prog1/prog2 bug

19 years agoTypo.
Katsumi Yamaoka [Tue, 26 Oct 2004 12:50:25 +0000 (12:50 +0000)]
Typo.

19 years ago* nnspool.el (nnspool-spool-directory): Use news-path if the
Katsumi Yamaoka [Tue, 26 Oct 2004 12:47:59 +0000 (12:47 +0000)]
* nnspool.el (nnspool-spool-directory): Use news-path if the
news-directory variable is not bound.

* gnus-start.el (gnus-check-reasonable-setup): Use an altanative
function instead of display-warning if it is not available.

19 years ago(gnus-agent-expire-group-1): Fix last merge from v5-10: Use `point-at-bol'.
Reiner Steib [Tue, 26 Oct 2004 11:39:29 +0000 (11:39 +0000)]
(gnus-agent-expire-group-1): Fix last merge from v5-10: Use `point-at-bol'.

19 years ago(Hashcash): Fix URL. Add pref to spam section.
Simon Josefsson [Tue, 26 Oct 2004 10:05:46 +0000 (10:05 +0000)]
(Hashcash): Fix URL.  Add pref to spam section.
(Anti-spam Hashcash Payments): No need to load hashcash.el now.

19 years agoFix URL in comment.
Simon Josefsson [Tue, 26 Oct 2004 10:01:28 +0000 (10:01 +0000)]
Fix URL in comment.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-153
Miles Bader [Tue, 26 Oct 2004 05:03:28 +0000 (05:03 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-153

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-60
   Update from CVS

2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/html2text.el (html2text-buffer-head): Removed. Use `goto-char'
   instead.

2004-10-17  Richard M. Stallman  <rms@gnu.org>

   * lisp/gnus-registry.el (gnus-registry-unload-hook):
   Set as a variable with add-hook.

   * lisp/nnspool.el (nnspool-spool-directory): Use news-directory instead
   of news-path.

   * lisp/spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.

   * lisp/spam.el: Delete duplicate `provide'.
   (spam-unload-hook): Set as a variable with add-hook.

2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/pop3.el (pop3-leave-mail-on-server): Describe possible problems
   in the doc string.

   * lisp/message.el (message-ignored-news-headers)
   (message-ignored-supersedes-headers)
   (message-ignored-resent-headers)
   (message-forward-ignored-headers): Improve custom type.

2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (New Features): Add 5.11.

   * texi/message.texi (Resending): Remove wrong default value.

   * texi/gnus.texi (Mail Source Specifiers): Describe possible problems
   of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
   `pop3-leave-mail-on-server' to the index.

19 years ago(nnimap-remove-server-from-buffer-alist): new function
Teodor Zlatanov [Mon, 25 Oct 2004 19:07:52 +0000 (19:07 +0000)]
(nnimap-remove-server-from-buffer-alist): new function
to remove a server from the nnimap-server-buffer-alist
(nnimap-open-connection, nnimap-close-server): use it