gnus
17 years ago(gnus-emacs-version): Include "no MULE" in no-MULE XEmacs.
Reiner Steib [Sat, 24 Mar 2007 19:40:29 +0000 (19:40 +0000)]
(gnus-emacs-version): Include "no MULE" in no-MULE XEmacs.

17 years ago(gnus-article-browse-html-article): Fix typo in doc string.
Reiner Steib [Sat, 24 Mar 2007 19:26:02 +0000 (19:26 +0000)]
(gnus-article-browse-html-article): Fix typo in doc string.
(gnus-button-alist): Also catch `<f1> k ...'.

17 years agoFix type in previous commit.
Reiner Steib [Sat, 24 Mar 2007 19:16:54 +0000 (19:16 +0000)]
Fix type in previous commit.

17 years agoFix comment from previous commit.
Reiner Steib [Sat, 24 Mar 2007 19:11:42 +0000 (19:11 +0000)]
Fix comment from previous commit.

17 years agoSignal an error when used with Emacs 22+ or XEmacs.
Reiner Steib [Sat, 24 Mar 2007 18:56:23 +0000 (18:56 +0000)]
Signal an error when used with Emacs 22+ or XEmacs.
(smtpmail-send-it): Remove NOMODIFY argument of
`set-buffer-file-coding-system' for compatibility with Emacs 21.

17 years ago2007-03-24 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Sat, 24 Mar 2007 17:20:56 +0000 (17:20 +0000)]
2007-03-24  Simon Josefsson  <simon@josefsson.org>

* hashcash.el (hashcash-generate-payment-async): Don't crash if
hashcash-path is nil.  Don't call callback with incorrect number of
parameters if val is 0.

17 years agoBump ngnus version.
Katsumi Yamaoka [Fri, 23 Mar 2007 10:56:32 +0000 (10:56 +0000)]
Bump ngnus version.

17 years agoBump No Gnus version.
Katsumi Yamaoka [Fri, 23 Mar 2007 10:01:23 +0000 (10:01 +0000)]
Bump No Gnus version.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 21 Mar 2007 13:38:02 +0000 (13:38 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/message.el (message-required-news-headers):
   * lisp/gnus-util.el (gnus-intern-safe): Fix typo in docstring.

2007-03-15  Daiki Ueno  <ueno@unixuser.org>

   * texi/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.

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

17 years ago(Message Buffers): Update documentation for message-generate-new-buffers.
Katsumi Yamaoka [Thu, 15 Mar 2007 22:41:24 +0000 (22:41 +0000)]
(Message Buffers): Update documentation for message-generate-new-buffers.

17 years ago(message-generate-new-buffers): Change the meaning of the nil value;
Katsumi Yamaoka [Thu, 15 Mar 2007 22:41:21 +0000 (22:41 +0000)]
(message-generate-new-buffers): Change the meaning of the nil value;
 add `standard' to the choices; treat t as `unique'; improve doc string.
(gnus-select-frame-set-input-focus): Autoload.
(message-buffer-name): Search for the existing message buffer if
 message-generate-new-buffers is nil or `standard';
 treat the value t of message-generate-new-buffers as `unique'.
(message-pop-to-buffer): Raise the frame already displaying the message buffer;
 clear the echo area after querying.
(message-setup): Pass the `continue' argument to compose-mail.
(message-mail): Prefer `switch-function' if it is given;
 search for the existing message buffer if the `continue' argument is non-nil;
 pass continue and switch-function arguments to compose-mail by way of
 message-setup.
(message-mail-other-window): Adjust argument of message-setup.
(message-mail-other-frame): Ditto.

17 years ago(gnus-message-citation-mode): Make sure to turn font-lock on when turning
Katsumi Yamaoka [Tue, 13 Mar 2007 04:57:59 +0000 (04:57 +0000)]
(gnus-message-citation-mode): Make sure to turn font-lock on when turning
 gnus-message-citation-mode on.

17 years ago(font-lock-set-defaults): Autoload it for Emacs.
Katsumi Yamaoka [Tue, 13 Mar 2007 02:55:21 +0000 (02:55 +0000)]
(font-lock-set-defaults): Autoload it for Emacs.
(gnus-message-citation-mode): Require font-lock for XEmacs.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 12 Mar 2007 00:39:28 +0000 (00:39 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 663, 669)

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

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

   - Merge from emacs--devo--0

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

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 12 Mar 2007 00:39:16 +0000 (00:39 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * texi/gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
   The variable now uses a list of symbols instead of just a symbol.
   Reported by Christoph Conrad <christoph.conrad@gmx.de>.

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

17 years agoConvert line endings from LF -> CRLF.
Daiki Ueno [Tue, 6 Mar 2007 05:57:07 +0000 (05:57 +0000)]
Convert line endings from LF -> CRLF.

17 years ago* mml-smime.el (mml-smime-use): New variable; default to use openssl.
Daiki Ueno [Tue, 6 Mar 2007 05:16:37 +0000 (05:16 +0000)]
* mml-smime.el (mml-smime-use): New variable; default to use openssl.
(mml-smime-function-alist): New variable; add epg as the backend.
* mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
mml-smime- functions instead.
* mm-view.el: Require smime.

17 years agolisp/ChangeLog addition:
Didier Verna [Mon, 5 Mar 2007 11:03:16 +0000 (11:03 +0000)]
lisp/ChangeLog addition:

2007-03-05  Didier Verna  <didier@xemacs.org>

* gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
instead of just inheritance for posting styles.
* gnus.el (gnus-group-fast-parameter): Fix typo in comment.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 4 Mar 2007 07:37:56 +0000 (07:37 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 661)

   - Merge from gnus--rel--5.10

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

   - Merge from emacs--devo--0

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

17 years agoRemove duplicated items.
Katsumi Yamaoka [Fri, 2 Mar 2007 09:19:36 +0000 (09:19 +0000)]
Remove duplicated items.

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

Patches applied:

 * emacs--devo--0  (patch 658)

   - Merge from gnus--rel--5.10

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

   - Merge from emacs--devo--0

2007-02-24  Chris Moore  <dooglus@gmail.com>

   * lisp/pgg-pgp5.el (pgg-pgp5-encrypt-region):
   * lisp/pgg-pgp.el (pgg-pgp-encrypt-region):
   * lisp/pgg-gpg.el (pgg-gpg-encrypt-region):
   Check pgg-encrypt-for-me if no other recipients.

2007-02-24  John Paul Wallington  <jpw@pobox.com>

   * lisp/net/tls.el (tls-certtool-program): Fix custom type.

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

   * texi/pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
   problems on the console, and security risk in not using gpg-agent.

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

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.