gnus
17 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 1 Mar 2007 23:43:26 +0000 (23:43 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 628-629, 632, 635, 639-640, 642)

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

 * gnus--rel--5.10  (patch 203-205)

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

2007-02-14  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/smiley.el (smiley-regexp-alist): Add "dead" smiley.

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

17 years ago* gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol and
Katsumi Yamaoka [Wed, 28 Feb 2007 22:26:30 +0000 (22:26 +0000)]
* gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol and
 point-at-eol instead of line-(beginning|end)-position.

* assistant.el (assistant-parse-buffer): Ditto.

* netrc.el (netrc-parse-services): Ditto.

17 years ago* mml2015.el (mml2015-epg-find-usable-key): New function.
Daiki Ueno [Wed, 28 Feb 2007 22:19:09 +0000 (22:19 +0000)]
* mml2015.el (mml2015-epg-find-usable-key): New function.
(mml2015-epg-sign): Use it.
(mml2015-epg-encrypt): Use it.

17 years ago(message-make-in-reply-to): Quote name containing non-ASCII characters. It
Katsumi Yamaoka [Wed, 28 Feb 2007 12:04:05 +0000 (12:04 +0000)]
(message-make-in-reply-to): Quote name containing non-ASCII characters.  It
 will make the RFC2047 encoder cause an error if there are special characters.
 Reported by NAKAJI Hiroyuki <nakaji@kankyo-u.ac.jp>.

17 years agolisp/ChangeLog addition:
Didier Verna [Tue, 27 Feb 2007 16:26:59 +0000 (16:26 +0000)]
lisp/ChangeLog addition:

2007-02-27  Didier Verna  <didier@xemacs.org>

Include the group parameters as well as the topic ones in the
inheritance filter process.
* gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
argument GROUP-PARAMS-LIST.
* gnus-topic.el (gnus-group-topic-parameters): Use it.

17 years agoFix previous commit.
Katsumi Yamaoka [Tue, 27 Feb 2007 02:03:13 +0000 (02:03 +0000)]
Fix previous commit.

17 years ago(NNTP): Mention nntp-never-echoes-commands and
Katsumi Yamaoka [Tue, 27 Feb 2007 01:55:44 +0000 (01:55 +0000)]
(NNTP): Mention nntp-never-echoes-commands and
 nntp-open-connection-functions-never-echo-commands.

17 years ago(nntp-never-echoes-commands)
Katsumi Yamaoka [Tue, 27 Feb 2007 01:55:36 +0000 (01:55 +0000)]
(nntp-never-echoes-commands)
(nntp-open-connection-functions-never-echo-commands): New variables.
(nntp-send-command): Use them.

17 years agoUse LITERAL arg of mm-replace-in-string.
Daiki Ueno [Tue, 20 Feb 2007 02:38:06 +0000 (02:38 +0000)]
Use LITERAL arg of mm-replace-in-string.

17 years ago(mml2015-epg-verify): Simplified.
Daiki Ueno [Tue, 20 Feb 2007 02:32:44 +0000 (02:32 +0000)]
(mml2015-epg-verify): Simplified.

17 years ago(mml-content-disposition-alist): New user option.
Katsumi Yamaoka [Mon, 19 Feb 2007 23:27:42 +0000 (23:27 +0000)]
(mml-content-disposition-alist): New user option.
(mml-content-disposition): New function.
(mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
(mml-attach-file, mml-dnd-attach-file): Pass file name to it.

17 years agoFixed misleading comment.
Daiki Ueno [Mon, 19 Feb 2007 04:04:03 +0000 (04:04 +0000)]
Fixed misleading comment.

17 years ago(mml2015-epg-verify): Convert LF to CRLF before signature
Daiki Ueno [Mon, 19 Feb 2007 04:01:09 +0000 (04:01 +0000)]
(mml2015-epg-verify): Convert LF to CRLF before signature
verification.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 19 Feb 2007 00:50:23 +0000 (00:50 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
   articles posted in the last 24 hours.

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

17 years ago(nntp-send-command): Don't wait for echoes when nntp-open-ssl-stream is used.
Katsumi Yamaoka [Wed, 14 Feb 2007 03:24:32 +0000 (03:24 +0000)]
(nntp-send-command): Don't wait for echoes when nntp-open-ssl-stream is used.

17 years ago(gnus-test-font-lock-add-keywords, gnus-message-add-citation-keywords)
Katsumi Yamaoka [Tue, 13 Feb 2007 12:45:35 +0000 (12:45 +0000)]
(gnus-test-font-lock-add-keywords, gnus-message-add-citation-keywords)
(gnus-message-remove-citation-keywords): Remove.
(gnus-message-citation-mode): Instead of modifying font-lock-keywords directly,
 make the variables in font-lock-defaults buffer-local, add
 gnus-message-citation-keywords to them and then update the value of
 font-lock-keywords.

17 years ago* message.el (message-cite-original-1): Don't call
Katsumi Yamaoka [Fri, 9 Feb 2007 09:35:28 +0000 (09:35 +0000)]
* message.el (message-cite-original-1): Don't call
 gnus-article-highlight-citation.

* gnus-cite.el (gnus-cite-parse): Work with two or more MS-type citations;
 fix line count.

17 years ago(gnus-test-font-lock-add-keywords): New function.
Katsumi Yamaoka [Thu, 8 Feb 2007 04:41:33 +0000 (04:41 +0000)]
(gnus-test-font-lock-add-keywords): New function.
(gnus-message-add-citation-keywords, gnus-message-remove-citation-keywords):
 Use it; fix the emulating versions of font-lock-add-keywords and
 font-lock-remove-keywords to work with XEmacs correctly.

17 years agoFix previous commit.
Katsumi Yamaoka [Wed, 7 Feb 2007 09:57:36 +0000 (09:57 +0000)]
Fix previous commit.

17 years ago(gnus-cite-face-list): Set the value of gnus-message-citation-keywords.
Katsumi Yamaoka [Wed, 7 Feb 2007 09:35:53 +0000 (09:35 +0000)]
(gnus-cite-face-list): Set the value of gnus-message-citation-keywords.

17 years ago* gnus-cite.el (gnus-cite-face-list): Set the value of
Katsumi Yamaoka [Wed, 7 Feb 2007 09:24:08 +0000 (09:24 +0000)]
* gnus-cite.el (gnus-cite-face-list): Set the value of
 gnus-message-max-citation-depth.
(gnus-message-max-citation-depth): Use defvar rather than defconst.
(gnus-message-cite-prefix-regexp): New variable.
(gnus-message-search-citation-line): Use it;
 protect against long citation prefix;
 fill match data with nil rather than 0 for XEmacs;
 set the 0th match data for Emacs.
(gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
(gnus-message-add-citation-keywords): Append keywords rather than prepending;
 emulate font-lock-add-keywords if it is not available.
(gnus-message-remove-citation-keywords): Emulate font-lock-remove-keywords if
 it is not available.

* gnus-msg.el (gnus-message-highlight-citation): Default to t.

* message.el (message-cite-prefix-regexp): Set the value of
 gnus-message-cite-prefix-regexp.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 5 Feb 2007 05:39:15 +0000 (05:39 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 619, 621)

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

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/nnweb.el (nnweb-google-parse-1): Update parser.

2007-01-29  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.

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

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 30 Jan 2007 22:19:27 +0000 (22:19 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 198-199)

   - Update from CVS

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/nnslashdot.el (nnslashdot-request-article): Update end-of-article
   regexp.

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * texi/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
   <tassilo@member.fsf.org>.

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

17 years ago* uudecode.el (uudecode-string-to-multibyte): New function emulating
Katsumi Yamaoka [Wed, 24 Jan 2007 13:13:25 +0000 (13:13 +0000)]
* uudecode.el (uudecode-string-to-multibyte): New function emulating
 string-to-multibyte.
(uudecode-decode-region-internal): Use it.

* lpath.el: Fbind string-as-multibyte for XEmacs.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 24 Jan 2007 07:15:39 +0000 (07:15 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 606-607, 612)

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

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

   - Merge from emacs--devo--0

2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
   Use gnus-home-directory instead of "~/" or "$HOME".

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

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 24 Jan 2007 07:14:50 +0000 (07:14 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 601, 604)

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

 * gnus--rel--5.10  (patch 193-196)

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

2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
   custom choice.

   * lisp/gnus-art.el (gnus-signature-limit): Fix custom choice.

2007-01-12  Kenichi Handa  <handa@m17n.org>

   * lisp/uudecode.el (uudecode-decode-region-internal): Make it work in a
   multibyte buffer.

2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
   Use gnus-home-directory instead of "~/" or "$HOME".

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

17 years ago* mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
Daiki Ueno [Mon, 22 Jan 2007 01:26:34 +0000 (01:26 +0000)]
* mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.

17 years ago* mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
Daiki Ueno [Mon, 22 Jan 2007 01:01:21 +0000 (01:01 +0000)]
* mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
`write-region' to respect `mm-inhibit-file-name-handlers'.

17 years ago(encrypt-insert-file-contents): Add better prompt
Teodor Zlatanov [Wed, 17 Jan 2007 19:33:51 +0000 (19:33 +0000)]
(encrypt-insert-file-contents): Add better prompt
to mention filename.
Add comments at beginning regarding usage.
(encrypt-write-file-contents): Change interactive so a string is
acceptable.  If the file has no associated model, show an error instead
of a nonsense prompt.

17 years ago(spam-bsfilter-ham-switch): Fix typo.
TSUCHIYA Masatoshi [Tue, 16 Jan 2007 16:34:41 +0000 (16:34 +0000)]
(spam-bsfilter-ham-switch): Fix typo.
Thanks to Yoshihiko Yamada for kind notification of this typo.

17 years ago(gnus-score-fast-scoring): New variable.
Reiner Steib [Sun, 14 Jan 2007 22:08:45 +0000 (22:08 +0000)]
(gnus-score-fast-scoring): New variable.
(gnus-score-headers): Use it.

17 years ago(gnus-auto-select-first): Improve doc string.
Reiner Steib [Sun, 14 Jan 2007 21:48:56 +0000 (21:48 +0000)]
(gnus-auto-select-first): Improve doc string.

17 years ago(message-cite-original-1): Call
Reiner Steib [Sun, 14 Jan 2007 21:36:57 +0000 (21:36 +0000)]
(message-cite-original-1): Call
gnus-article-highlight-citation if requested.

17 years ago(gnus-article-highlight-citation): Rename KEEP-BUFFER to SAME-BUFFER.
Reiner Steib [Sun, 14 Jan 2007 21:32:50 +0000 (21:32 +0000)]
(gnus-article-highlight-citation): Rename KEEP-BUFFER to SAME-BUFFER.

17 years ago(gnus-article-highlight-citation): Add KEEP-BUFFER arg.
Reiner Steib [Sun, 14 Jan 2007 21:31:10 +0000 (21:31 +0000)]
(gnus-article-highlight-citation): Add KEEP-BUFFER arg.

17 years ago(gnus-article-browse-html-article): Add warning about web
Reiner Steib [Sun, 14 Jan 2007 21:29:35 +0000 (21:29 +0000)]
(gnus-article-browse-html-article): Add warning about web
bugs to doc string.
(gnus-button-alist): Add mid\\|message-id.
(gnus-button-fetch-group): Extend for use in
`browse-url-browser-function'.
(gnus-button-url-regexp): Try to catch URL with parentheses as in
WikiPedia URL.

17 years ago(gnus-summary-reparent-children): Another doc string fix.
Reiner Steib [Sun, 14 Jan 2007 21:13:26 +0000 (21:13 +0000)]
(gnus-summary-reparent-children): Another doc string fix.
Suggested by Simon Krahnke <overlord@gmx.li>.

17 years ago(nnml-use-compressed-files): Fix typo in docstring.
Romain Francoise [Sat, 13 Jan 2007 17:16:57 +0000 (17:16 +0000)]
(nnml-use-compressed-files): Fix typo in docstring.

17 years ago(Mail Spool): Fix typo.
Romain Francoise [Sat, 13 Jan 2007 17:15:40 +0000 (17:15 +0000)]
(Mail Spool): Fix typo.

17 years ago(gnus-summary-reparent-children): Fix type in doc string.
Reiner Steib [Sat, 13 Jan 2007 16:05:26 +0000 (16:05 +0000)]
(gnus-summary-reparent-children): Fix type in doc string.

17 years ago(gnus-registry-unfollowed-groups)
Teodor Zlatanov [Tue, 9 Jan 2007 21:37:00 +0000 (21:37 +0000)]
(gnus-registry-unfollowed-groups)
(gnus-registry-split-fancy-with-parent): Fix documentation.

17 years ago(spam-report-gmane-internal): Speed up spam reporting
Lars Magne Ingebrigtsen [Mon, 8 Jan 2007 17:57:19 +0000 (17:57 +0000)]
(spam-report-gmane-internal): Speed up spam reporting
from nnweb groups.

17 years agoREADME: Mention that smtpmail.el doesn't work on XEmacs.
Simon Josefsson [Mon, 8 Jan 2007 08:53:37 +0000 (08:53 +0000)]
README: Mention that smtpmail.el doesn't work on XEmacs.

17 years ago(gnus-soup): New custom group. Make user variables
Reiner Steib [Sun, 7 Jan 2007 10:38:03 +0000 (10:38 +0000)]
(gnus-soup): New custom group.  Make user variables
customizable.

17 years agoFixed the previous change.
Daiki Ueno [Fri, 5 Jan 2007 05:35:01 +0000 (05:35 +0000)]
Fixed the previous change.

17 years ago* mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
Daiki Ueno [Fri, 5 Jan 2007 05:31:41 +0000 (05:31 +0000)]
* mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
no signing key is found.
(mml2015-epg-encrypt): Ask user whether to skip or abort if
no encrypting and/or signing key is found.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 5 Jan 2007 04:51:12 +0000 (04:51 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 186-188)

   - Update from CVS

2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gmm-utils.el (gmm-tool-bar-style): Fix custom type.

2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
   variables only in info to avoid redundant entries in the printed
   manual.

2007-01-02  Daiki Ueno  <ueno@unixuser.org>

   * texi/message.texi (Using PGP/MIME): Document gpg-agent usage.

2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/message.texi (Security): Split into sub-nodes.

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

17 years agoFix typos. Wrap long lines.
Reiner Steib [Wed, 3 Jan 2007 23:21:19 +0000 (23:21 +0000)]
Fix typos.  Wrap long lines.

17 years agoFix sentence structure (active present tense) and end them with periods.
Teodor Zlatanov [Wed, 3 Jan 2007 23:02:56 +0000 (23:02 +0000)]
Fix sentence structure (active present tense) and end them with periods.

17 years ago(spam-report-gmane-spam): Remove redundant message.
Reiner Steib [Wed, 3 Jan 2007 10:06:38 +0000 (10:06 +0000)]
(spam-report-gmane-spam): Remove redundant message.

17 years ago(nnweb-gmane-create-mapping): Put back code to merge the headers read
Andreas Seltenreich [Mon, 1 Jan 2007 21:14:49 +0000 (21:14 +0000)]
(nnweb-gmane-create-mapping): Put back code to merge the headers read
from disk with the ones newly found in the current search.  This
should no longer cause problems, because the article numbers in
Gmane's `nov.php' output are ignored since the previous change.

17 years ago* lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
Katsumi Yamaoka [Mon, 1 Jan 2007 07:25:51 +0000 (07:25 +0000)]
* lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
replace-regexp-in-string; bind url-version; fbind display-images-p and
timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
find-face and set-itimer-function for Emacs; bind itimer-list for
Emacs.

* mm-decode.el (mm-display-external): Use itimer function for XEmacs.

17 years ago(gnus-summary-make-menu-bar): Fix typo.
Romain Francoise [Sun, 31 Dec 2006 23:57:35 +0000 (23:57 +0000)]
(gnus-summary-make-menu-bar): Fix typo.

17 years ago2006-12-31 Steve Youngs <steve@sxemacs.org>
Steve Youngs [Sun, 31 Dec 2006 07:15:13 +0000 (07:15 +0000)]
2006-12-31  Steve Youngs  <steve@sxemacs.org>

* gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
`define-minor-mode' macro definition expanded properly.
(gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
exclude it there.

* gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
of 2006-12-30.  The default is nil on (S)XEmacs already because of the
`fboundp' test.
(gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
This is OK to autoload in (S)XEmacs now.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 31 Dec 2006 00:57:08 +0000 (00:57 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 566, 569, 576)

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

 * gnus--rel--5.10  (patch 184-185)

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

2006-12-17  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/pgg-gpg.el (pgg-gpg-use-agent): Default to t.

2006-12-24  Chong Yidong  <cyd@stupidchicken.com>

   * texi/pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
   to t.
   (Prerequisites): Add explanation about gpg-agent.

2006-12-17  Sascha Wilde  <wilde@sha-bang.de>

   * texi/pgg.texi: Added short note on gpg-agent to the introduction.

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

17 years ago(gnus-summary-limit-to-singletons): Fix typo.
Lars Magne Ingebrigtsen [Sat, 30 Dec 2006 23:30:23 +0000 (23:30 +0000)]
(gnus-summary-limit-to-singletons): Fix typo.

17 years ago(Limiting): Add gnus-summary-limit-to-singletons.
Lars Magne Ingebrigtsen [Sat, 30 Dec 2006 23:21:41 +0000 (23:21 +0000)]
(Limiting): Add gnus-summary-limit-to-singletons.

17 years ago(gnus-summary-limit-to-singletons): New command and
Lars Magne Ingebrigtsen [Sat, 30 Dec 2006 23:21:32 +0000 (23:21 +0000)]
(gnus-summary-limit-to-singletons): New command and
keystroke.

17 years ago(spam-report-gmane-internal): Fall back on Xref if all
Lars Magne Ingebrigtsen [Sat, 30 Dec 2006 22:16:02 +0000 (22:16 +0000)]
(spam-report-gmane-internal): Fall back on Xref if all
else fails.

17 years ago(turn-off-gnus-message-citation-mode): Fix typo in
Andreas Seltenreich [Sat, 30 Dec 2006 21:03:37 +0000 (21:03 +0000)]
(turn-off-gnus-message-citation-mode): Fix typo in
docstring.

17 years ago* gnus.texi (Summary Generation Commands):
Andreas Seltenreich [Sat, 30 Dec 2006 21:01:07 +0000 (21:01 +0000)]
* gnus.texi (Summary Generation Commands):
* gnus-news.texi: Add gnus-summary-insert-ticked-articles.

17 years ago(gnus-summary-insert-ticked-articles): New command.
Andreas Seltenreich [Sat, 30 Dec 2006 20:58:50 +0000 (20:58 +0000)]
(gnus-summary-insert-ticked-articles): New command.
(gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
(gnus-summary-insert-dormant-articles): Fix typo in message.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 30 Dec 2006 15:36:32 +0000 (15:36 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 181-183)

   - Update from CVS

2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>

   * lisp/nnimap.el (nnimap-expunge-search-string): Mention
   nnimap-search-uids-not-since-is-evil in docstring.

2006-12-28  Daiki Ueno  <ueno@unixuser.org>

   * lisp/gnus-sum.el (gnus-summary-next-article): Make sure we are in the
   summary buffer.

2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Customizing Articles): Add index entries for all
   gnus-treat-* variables.

2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>

   * texi/gnus.texi (IMAP): Fix incorrect explanation of
   nnimap-search-uids-not-since-is-evil in documentation for
   nnimap-expunge-search-string.

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

17 years ago* gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
Reiner Steib [Sat, 30 Dec 2006 13:50:57 +0000 (13:50 +0000)]
* gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
nil for XEmacs.
(gnus-message-citation-mode): Don't autoload in XEmacs.

* gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.

17 years ago* spam.el: Revert to make-obsolete-variable because
Reiner Steib [Thu, 28 Dec 2006 19:58:19 +0000 (19:58 +0000)]
* spam.el: Revert to make-obsolete-variable because
define-obsolete-variable-alias is not supported in Emacs 21.

17 years ago(Mail and Post): Index gnus-message-highlight-citation.
Reiner Steib [Thu, 28 Dec 2006 14:59:17 +0000 (14:59 +0000)]
(Mail and Post): Index gnus-message-highlight-citation.
(SpamAssassin back end): Rename spam-spamassassin-path to
spam-spamassassin-program.
(ifile spam filtering): Rename spam-ifile-database-path to
spam-ifile-database.

17 years ago(spam-ifile-path, spam-ifile-database-path)
Reiner Steib [Thu, 28 Dec 2006 14:46:43 +0000 (14:46 +0000)]
(spam-ifile-path, spam-ifile-database-path)
(spam-bogofilter-path): Use define-obsolete-variable-alias instead of
make-obsolete-variable.
(spam-bsfilter-path, spam-bsfilter-program)
(spam-spamassassin-path, spam-spamassassin-program)
(spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
use "path" inappropriately.
(spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
(spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
variable names.

17 years ago* password.el (password-cache-remove): Use clear-string to burn
Daiki Ueno [Thu, 28 Dec 2006 08:40:52 +0000 (08:40 +0000)]
* password.el (password-cache-remove): Use clear-string to burn
password, if available.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 27 Dec 2006 05:35:44 +0000 (05:35 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 179-180)

   - Update from CVS

2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/message.el (message-make-fqdn): Fix comment.
   (message-bogus-system-names): Add ".local".

   * lisp/spam.el (spam-ifile-path, spam-ifile-program)
   (spam-ifile-database-path, spam-ifile-database)
   (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
   Don't use "path" inappropriately.
   (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
   strings.
   (spam-check-ifile, spam-ifile-register-with-ifile)
   (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
   new variable names.

   * lisp/gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
   (gnus-treat-display-smileys): Simplify using
   gnus-image-type-available-p.

   * lisp/gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
   available.

   * lisp/gnus-xmas.el (gnus-xmas-image-type-available-p): Use
   `display-images-p' if available.

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

17 years ago* gnus-msg.el (gnus-message-citation-mode): Fix autoload.
Reiner Steib [Tue, 26 Dec 2006 20:08:05 +0000 (20:08 +0000)]
* gnus-msg.el (gnus-message-citation-mode): Fix autoload.

17 years agoGenerated.
Reiner Steib [Tue, 26 Dec 2006 17:11:15 +0000 (17:11 +0000)]
Generated.

17 years ago* gnus-news.texi: Add gnus-message-highlight-citation.
Reiner Steib [Tue, 26 Dec 2006 17:10:01 +0000 (17:10 +0000)]
* gnus-news.texi: Add gnus-message-highlight-citation.

* gnus.texi (Mail and Post): Add gnus-message-highlight-citation.

17 years ago* gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
Reiner Steib [Tue, 26 Dec 2006 16:27:09 +0000 (16:27 +0000)]
* gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.

* gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
(gnus-message-highlight-citation): Move defcustom here from
gnus-cite.el.
(gnus-message-citation-mode): Autoload.

17 years agoAdjust Oliver's code to Gnus namespace. Add some
Reiner Steib [Tue, 26 Dec 2006 14:37:26 +0000 (14:37 +0000)]
Adjust Oliver's code to Gnus namespace.  Add some
checks to make it compile with XEmacs.
(gnus-message-citation-mode): New minor mode.
(gnus-message-max-citation-depth, gnus-message-citation-keywords)
(gnus-message-highlight-citation): New variables.
(gnus-message-search-citation-line)
(gnus-message-add-citation-keywords)
(gnus-message-remove-citation-keywords)
(turn-on-gnus-message-citation-mode)
(turn-off-gnus-message-citation-mode): New functions.

17 years ago2006-12-26 Oliver Scholz <epameinondas@gmx.de>
Reiner Steib [Tue, 26 Dec 2006 14:34:56 +0000 (14:34 +0000)]
2006-12-26  Oliver Scholz  <epameinondas@gmx.de>

* gnus-cite.el: Enable highlighting of different citation levels in
message-mode.

17 years ago(nnrss-fetch): Replace buffer's contents with the decoded one after turning on
Katsumi Yamaoka [Fri, 22 Dec 2006 06:56:59 +0000 (06:56 +0000)]
(nnrss-fetch): Replace buffer's contents with the decoded one after turning on
 the buffer's multibyteness instead of decoding them directly in the unibyte
 buffer that causes unexpected conversion in Emacs 23 (unicode).

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 22 Dec 2006 02:39:44 +0000 (02:39 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
   disconnect icons.  Add help text.

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

17 years ago(message-generate-hashcash): Fix custom type.
Andreas Seltenreich [Thu, 21 Dec 2006 08:29:20 +0000 (08:29 +0000)]
(message-generate-hashcash): Fix custom type.

17 years ago(gnus-summary-recenter): Remove debug messages.
Reiner Steib [Wed, 20 Dec 2006 20:59:25 +0000 (20:59 +0000)]
(gnus-summary-recenter): Remove debug messages.

17 years agoAdd missing entries in 2006-12-10 commit.
Reiner Steib [Wed, 20 Dec 2006 20:57:05 +0000 (20:57 +0000)]
Add missing entries in 2006-12-10 commit.

17 years agoFix 2006-12-18 and 2006-12-14 entries.
Reiner Steib [Wed, 20 Dec 2006 20:54:59 +0000 (20:54 +0000)]
Fix 2006-12-18 and 2006-12-14 entries.

17 years ago(spam-extra-header-to-number): CRM114 spam score should be
Teodor Zlatanov [Wed, 20 Dec 2006 16:03:02 +0000 (16:03 +0000)]
(spam-extra-header-to-number): CRM114 spam score should be
negated to be consistent with the others we handle

17 years ago(gnus-article-setup-buffer): Actually set the local
Lars Magne Ingebrigtsen [Tue, 19 Dec 2006 02:37:24 +0000 (02:37 +0000)]
(gnus-article-setup-buffer): Actually set the local
version of gnus-summary-buffer to something, so that we can use two
article buffers at the same time.

17 years ago(spam-extra-header-to-number): don't require spam-use-crm114 for
Teodor Zlatanov [Mon, 18 Dec 2006 15:35:53 +0000 (15:35 +0000)]
(spam-extra-header-to-number): don't require spam-use-crm114 for
header sorting

17 years ago(spam-necessary-extra-headers): make
Teodor Zlatanov [Mon, 18 Dec 2006 15:15:47 +0000 (15:15 +0000)]
(spam-necessary-extra-headers): make
spam-use-regex-headers trigger all the extra headers

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 16 Dec 2006 04:19:09 +0000 (04:19 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 556, 558, 560)

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

 * gnus--rel--5.10  (patch 174-177)

   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.
   - Merge from emacs--devo--0

2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/legacy-gnus-agent.el: Add Copyright notice.

2006-12-12  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/gnus-sum.el (gnus-make-thread-indent-array): Fix last change.

2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
   also applies to Cc.

2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (X-Face): Clarify. Say which programs are required on
   Windows.

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

17 years ago2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> (tiny change)
Lars Magne Ingebrigtsen [Thu, 14 Dec 2006 18:29:29 +0000 (18:29 +0000)]
2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>  (tiny change)

* nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
solid groups.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 12 Dec 2006 07:29:44 +0000 (07:29 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 548, 550, 553)

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

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

   - Merge from emacs--devo--0

2006-12-08  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/gnus-sum.el (gnus-make-thread-indent-array): New optional arg
   specifying array size.
   (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
   array if it is too small.
   (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
   (gnus-sort-threads-loop): New function.

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

17 years ago* nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
Lars Magne Ingebrigtsen [Sun, 10 Dec 2006 15:54:25 +0000 (15:54 +0000)]
* nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.

* gnus-sum.el (gnus-summary-recenter): Force setting the window start
to make it work reliably in CVS Emacs.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 7 Dec 2006 05:50:20 +0000 (05:50 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 534, 540, 544)

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

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

   - Merge from emacs--devo--0

2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)

   * lisp/gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
   Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.

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

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 4 Dec 2006 14:08:50 +0000 (14:08 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>  (tiny change)

   * lisp/mm-url.el (mm-url-predefined-programs): Call curl with correct
   options.

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

17 years ago(spam-report-url-ping-plain): Wait for output to avoid
Lars Magne Ingebrigtsen [Fri, 1 Dec 2006 17:02:50 +0000 (17:02 +0000)]
(spam-report-url-ping-plain): Wait for output to avoid
DOS-ing the recipient.

17 years ago(nnweb-gmane-create-mapping): Use the article number from
Lars Magne Ingebrigtsen [Fri, 1 Dec 2006 15:13:19 +0000 (15:13 +0000)]
(nnweb-gmane-create-mapping): Use the article number from
the headers when creating the mapping to avoid mismappings.
(nnweb-gmane-create-mapping): Always nix out old mapping.

17 years ago(nnweb-gmane-create-mapping): Use the article number from
Lars Magne Ingebrigtsen [Fri, 1 Dec 2006 07:57:32 +0000 (07:57 +0000)]
(nnweb-gmane-create-mapping): Use the article number from
the headers when creating the mapping to avoid mismappings.

17 years ago(message-signed-or-encrypted-p): Bind mm-decrypt-option and mm-verify-option to
Katsumi Yamaoka [Thu, 30 Nov 2006 07:25:23 +0000 (07:25 +0000)]
(message-signed-or-encrypted-p): Bind mm-decrypt-option and mm-verify-option to
 never.

17 years ago(message-signed-or-encrypted-p): New function.
Katsumi Yamaoka [Thu, 30 Nov 2006 06:22:21 +0000 (06:22 +0000)]
(message-signed-or-encrypted-p): New function.
(message-forward-make-body): Use it.

17 years ago(mml2015-pgg-clear-verify, mml2015-epg-clear-verify): Replace
Katsumi Yamaoka [Thu, 30 Nov 2006 01:47:22 +0000 (01:47 +0000)]
(mml2015-pgg-clear-verify, mml2015-epg-clear-verify): Replace
 encode-coding-string with mm-encode-coding-string.

17 years ago(nneething-decode-file-name): Replace decode-coding-string with
Katsumi Yamaoka [Wed, 29 Nov 2006 23:52:18 +0000 (23:52 +0000)]
(nneething-decode-file-name): Replace decode-coding-string with
 mm-decode-coding-string.

17 years ago(gnus-open-server): Say failed server's name.
Katsumi Yamaoka [Wed, 29 Nov 2006 10:41:19 +0000 (10:41 +0000)]
(gnus-open-server): Say failed server's name.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 27 Nov 2006 00:39:24 +0000 (00:39 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 504, 507, 515, 518, 524, 527)

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

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

   - Merge from emacs--devo--0

2006-11-24  Eli Zaretskii  <eliz@gnu.org>

   * contrib/smtpmail.el (smtpmail-send-it):
   Copy buffer-file-coding-system from the mail buffer.  Possibly add a
   MIME header for the message encoding.
   Bind coding-system-for-write around the call to mail-do-fcc.
   Use smtpmail-code-conv-from to encode queued mail messages.

2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
   strings to a single string.  Quote `errors-file-name'.
   (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
   (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
   Adjust calls.  Use `shell-quote-argument'.

2006-11-24  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/gnus-agent.el (gnus-agent-expire-unagentized-dirs)
   (gnus-agent-regenerate-group): Fix space/tab mixup in messages.

   * lisp/gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
   * lisp/gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
   (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
   (gnus-group-make-directory-group, gnus-group-transpose-groups):
   * lisp/gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
   (gnus-subscribe-newsgroup, gnus-1):
   * lisp/gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
   * lisp/gnus.el (gnus-nntp-server, gnus-use-cross-reference)
   (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
   (gnus-group-read-only-p): Fix space/tab mixup in docstrings.

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