gnus
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

17 years ago(Limiting): Add gnus-summary-limit-to-headers.
Lars Magne Ingebrigtsen [Fri, 24 Nov 2006 02:17:30 +0000 (02:17 +0000)]
(Limiting): Add gnus-summary-limit-to-headers.

17 years ago(gnus-summary-limit-to-headers): New command and
Lars Magne Ingebrigtsen [Fri, 24 Nov 2006 02:16:13 +0000 (02:16 +0000)]
(gnus-summary-limit-to-headers): New command and
keystroke.
(gnus-summary-limit-to-bodies): Implement headersp.

17 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Thu, 23 Nov 2006 07:28:49 +0000 (07:28 +0000)]
*** empty log message ***

17 years ago(query-dns): Protect against "Process dns deleted" strings.
Lars Magne Ingebrigtsen [Thu, 23 Nov 2006 07:28:38 +0000 (07:28 +0000)]
(query-dns): Protect against "Process dns deleted" strings.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 22 Nov 2006 23:28:12 +0000 (23:28 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 164-168)

   - Update from CVS

2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
   and comment it.

   * lisp/nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.

2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-util.el (gnus-extract-address-components): Improve comment.

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

17 years ago(mm-string-to-multibyte): Alias to identity in XEmacs.
Katsumi Yamaoka [Tue, 21 Nov 2006 11:15:35 +0000 (11:15 +0000)]
(mm-string-to-multibyte): Alias to identity in XEmacs.

17 years ago(Mail Headers): @symbol -> @code.
Katsumi Yamaoka [Tue, 21 Nov 2006 00:40:56 +0000 (00:40 +0000)]
(Mail Headers): @symbol -> @code.

17 years ago * message.texi (Mail Headers): Document `opportunistic'.
Lars Magne Ingebrigtsen [Mon, 20 Nov 2006 23:16:39 +0000 (23:16 +0000)]
* message.texi (Mail Headers): Document `opportunistic'.

17 years ago(message-generate-hashcash): Expand range of values to
Lars Magne Ingebrigtsen [Mon, 20 Nov 2006 23:15:21 +0000 (23:15 +0000)]
(message-generate-hashcash): Expand range of values to
include `opportunistic'.
(message-send-mail): Use it.

17 years ago(gnus-extract-address-components): Work with address in which the name portion
Katsumi Yamaoka [Tue, 14 Nov 2006 23:41:07 +0000 (23:41 +0000)]
(gnus-extract-address-components): Work with address in which the name portion
 contains @.

17 years agoFbind custom-autoload.
Reiner Steib [Tue, 14 Nov 2006 16:56:11 +0000 (16:56 +0000)]
Fbind custom-autoload.

17 years ago(gnus-start): Move custom group up.
Reiner Steib [Tue, 14 Nov 2006 16:52:04 +0000 (16:52 +0000)]
(gnus-start): Move custom group up.
(gnus-select-method): Don't autoload, but make it available for
`customize-variable'.
(gnus-getenv-nntpserver): Don't autoload.

17 years agoreverted to 7.82 (removed changes since 2006-10-16)
Teodor Zlatanov [Tue, 14 Nov 2006 15:40:23 +0000 (15:40 +0000)]
reverted to 7.82 (removed changes since 2006-10-16)

17 years ago(message-sendmail-extra-arguments): New variable.
Reiner Steib [Tue, 14 Nov 2006 11:58:07 +0000 (11:58 +0000)]
(message-sendmail-extra-arguments): New variable.
(message-send-mail-with-sendmail): Use it.

17 years ago* mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
Katsumi Yamaoka [Tue, 14 Nov 2006 11:54:40 +0000 (11:54 +0000)]
* mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
 mm-with-unibyte-current-buffer to make string unibyte.

* mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
 mm-string-as-multibyte.

17 years ago* mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
Daiki Ueno [Tue, 14 Nov 2006 08:05:08 +0000 (08:05 +0000)]
* mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
Reported by Werner Koch <wk@gnupg.org>.

17 years agoFixed the last commit.
Daiki Ueno [Tue, 14 Nov 2006 07:48:14 +0000 (07:48 +0000)]
Fixed the last commit.

17 years agoAutoload epa-select-keys when compiling.
Daiki Ueno [Tue, 14 Nov 2006 07:44:02 +0000 (07:44 +0000)]
Autoload epa-select-keys when compiling.

17 years agoFixed the last change.
Daiki Ueno [Mon, 13 Nov 2006 06:49:08 +0000 (06:49 +0000)]
Fixed the last change.

17 years ago(mml2015-epg-encrypt): Save the recipient keys in message-options.
Daiki Ueno [Mon, 13 Nov 2006 06:45:09 +0000 (06:45 +0000)]
(mml2015-epg-encrypt): Save the recipient keys in message-options.

17 years ago(mml2015-epg-sign): Save the signing keys in
Daiki Ueno [Mon, 13 Nov 2006 06:29:52 +0000 (06:29 +0000)]
(mml2015-epg-sign): Save the signing keys in
message-options.

17 years ago* mml2015.el (mml2015-epg-passphrase-callback): Display key ID on the passphrase...
Daiki Ueno [Mon, 13 Nov 2006 02:42:17 +0000 (02:42 +0000)]
* mml2015.el (mml2015-epg-passphrase-callback): Display key ID on the passphrase prompt.

17 years ago* mml2015.el (mml2015-encrypt-to-self): Turn on by default.
Daiki Ueno [Mon, 13 Nov 2006 01:53:18 +0000 (01:53 +0000)]
* mml2015.el (mml2015-encrypt-to-self): Turn on by default.
(mml2015-always-trust): New user option.

17 years ago* mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
Daiki Ueno [Mon, 13 Nov 2006 01:48:55 +0000 (01:48 +0000)]
* mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
EasyPG (< 0.0.6).

17 years ago(nntp-authinfo-force): New variable.
Katsumi Yamaoka [Fri, 10 Nov 2006 08:15:19 +0000 (08:15 +0000)]
(nntp-authinfo-force): New variable.
(nntp-send-authinfo): Use it.

17 years ago(message-strip-subject-encoded-words): Improve prompt.
Reiner Steib [Thu, 9 Nov 2006 17:16:21 +0000 (17:16 +0000)]
(message-strip-subject-encoded-words): Improve prompt.
(message-replacement-char): Move up.

17 years ago(message-strip-subject-encoded-words): Allow _not_ to
Reiner Steib [Thu, 9 Nov 2006 13:48:02 +0000 (13:48 +0000)]
(message-strip-subject-encoded-words): Allow _not_ to
decode encoded words.  Improve prompt.  Add comment about forwarding.

17 years ago(message-strip-subject-encoded-words): Allow _not_ to
Reiner Steib [Wed, 8 Nov 2006 23:21:48 +0000 (23:21 +0000)]
(message-strip-subject-encoded-words): Allow _not_ to
decode encoded words.

17 years ago2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
Reiner Steib [Tue, 7 Nov 2006 23:47:40 +0000 (23:47 +0000)]
2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)

* gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
instead of gnus-intersection because arguments of gnus-sorted-nunion
must be sorted.  This avoids corruption of gnus-newsgroup-unreads.

17 years ago(message-strip-subject-encoded-words): Reformat prompt.
Reiner Steib [Tue, 7 Nov 2006 17:46:44 +0000 (17:46 +0000)]
(message-strip-subject-encoded-words): Reformat prompt.
(message-simplify-subject-functions): Enable
message-strip-subject-encoded-words by default.

17 years ago(message-strip-subject-encoded-words): New function
Reiner Steib [Mon, 6 Nov 2006 19:53:15 +0000 (19:53 +0000)]
(message-strip-subject-encoded-words): New function
(message-simplify-subject-functions): New variable.
(message-simplify-subject): Use it.  Fix typo in doc string.
Support message-strip-subject-encoded-words.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 4 Nov 2006 13:22:12 +0000 (13:22 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 487, 489, 495, 497)

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

 * gnus--rel--5.10  (patch 157-163)

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

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

   * lisp/gnus-diary.el (gnus-diary-delay-format-function):
   * lisp/nndiary.el (nndiary-reminders):
   * lisp/nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.

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

   * lisp/mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
   New variables.
   (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
   (mm-charset-synonym-alist): Move some entries to
   mm-codepage-iso-8859-list.
   (mm-charset-synonym-alist, mm-charset-override-alist): Add
   iso-8859-8/windows-1255 and iso-8859-9/windows-1254.

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

17 years ago(article-hide-boring-headers): Fetch date from
Reiner Steib [Wed, 1 Nov 2006 11:19:31 +0000 (11:19 +0000)]
(article-hide-boring-headers): Fetch date from
gnus-original-article-buffer to avoid problems with localized date
strings.

17 years ago(html2text-format-tags): Avoid infloop on open tags.
Katsumi Yamaoka [Mon, 30 Oct 2006 12:11:47 +0000 (12:11 +0000)]
(html2text-format-tags): Avoid infloop on open tags.

17 years ago(gnus-set-mode-line): Quote % in group name.
Katsumi Yamaoka [Sun, 29 Oct 2006 00:38:00 +0000 (00:38 +0000)]
(gnus-set-mode-line): Quote % in group name.

17 years agoFix capitalization and sentence end in some entries.
Reiner Steib [Sat, 28 Oct 2006 09:33:07 +0000 (09:33 +0000)]
Fix capitalization and sentence end in some entries.

17 years ago(gnus-agent-make-mode-line-string): Make it compatible
Reiner Steib [Sat, 28 Oct 2006 09:20:34 +0000 (09:20 +0000)]
(gnus-agent-make-mode-line-string): Make it compatible
with Emacs 21 and XEmacs.

17 years ago(spam-parse-address): new function for better parsing,
Teodor Zlatanov [Fri, 27 Oct 2006 20:44:25 +0000 (20:44 +0000)]
(spam-parse-address): new function for better parsing,
catching errors, etc.
(spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use it

17 years agoAdd interactive arg to html2text autoload.
Reiner Steib [Thu, 26 Oct 2006 13:59:33 +0000 (13:59 +0000)]
Add interactive arg to html2text autoload.

17 years ago(gnus-summary-move-article): Use no-encode for `B B'.
Katsumi Yamaoka [Wed, 25 Oct 2006 08:45:13 +0000 (08:45 +0000)]
(gnus-summary-move-article): Use no-encode for `B B'.

17 years ago(mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
Reiner Steib [Tue, 24 Oct 2006 19:52:33 +0000 (19:52 +0000)]
(mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
variables.
(mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
(mm-charset-synonym-alist): Move some entries to
mm-codepage-iso-8859-list.

17 years agoAdd missing ChangeLog entry:
Reiner Steib [Tue, 24 Oct 2006 19:46:56 +0000 (19:46 +0000)]
Add missing ChangeLog entry:

* gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 24 Oct 2006 10:44:02 +0000 (10:44 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Merge from gnus--rel--5.10

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

   - Merge from emacs--devo--0

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

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 24 Oct 2006 10:43:57 +0000 (10:43 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 466, 468, 475)

   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-155)

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

2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus.el (gnus-mime): Remove unused custom group.

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

17 years ago(message-citation-line-format)
Reiner Steib [Sun, 22 Oct 2006 22:13:12 +0000 (22:13 +0000)]
(message-citation-line-format)
(message-insert-formated-citation-line): Fix implementation of %E, %N
and %n according to the doc string.

17 years ago(spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
Teodor Zlatanov [Fri, 20 Oct 2006 14:41:47 +0000 (14:41 +0000)]
(spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
car-safe to avoid bad parses

17 years ago* gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group names.
Katsumi Yamaoka [Fri, 20 Oct 2006 08:58:01 +0000 (08:58 +0000)]
* gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group names.

* gnus-sum.el (gnus-select-newsgroup): Decode group name.

17 years ago* gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date header.
Katsumi Yamaoka [Thu, 19 Oct 2006 11:40:09 +0000 (11:40 +0000)]
* gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date header.

* message.el (message-draft-headers): Add Date.
(message-headers-to-generate): Fix typo in docstring.

* nndraft.el (nndraft-required-headers): New variable.
(nndraft-generate-headers): Use it.

* gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.

17 years ago(gnus-registry-wash-for-keywords) (gnus-registry-find-keywords): new
Teodor Zlatanov [Mon, 16 Oct 2006 21:03:20 +0000 (21:03 +0000)]
(gnus-registry-wash-for-keywords) (gnus-registry-find-keywords): new
functions to allow easy searching of articles that are in the registry

17 years ago(spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
Teodor Zlatanov [Mon, 16 Oct 2006 18:34:54 +0000 (18:34 +0000)]
(spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
ietf-drums-parse-address instead of gnus-extract-address-components.
Reported by Damien Elmes <damien@repose.cx>.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 15 Oct 2006 02:51:03 +0000 (02:51 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 146-152)

   - Update from CVS

2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
   "blank line" when searching for end of armor headers.

2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * texi/gnus.texi (Other modes): Fix typo. Add alternative index entry for
   gnus-dired-attach.
   (Selecting a Group): Fix typo.

2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Image Enhancements): Update for Emacs 22.

   * texi/gnus-faq.texi ([1.3]): Update.

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

17 years agoFix white space in attribution lines. Fix bogus attribution lines.
Reiner Steib [Fri, 13 Oct 2006 11:11:25 +0000 (11:11 +0000)]
Fix white space in attribution lines.  Fix bogus attribution lines.
Fix "From so-and-so" and "(tiny change)" entries.  [ Sync from v5-10 ]

17 years agoFix "From so-and-so" and "(tiny change)" entries.
Reiner Steib [Fri, 13 Oct 2006 11:09:45 +0000 (11:09 +0000)]
Fix "From so-and-so" and "(tiny change)" entries.
Remove "Committed by ".  [ Sync from v5-10 ]

17 years ago(gmm-write-region): Fix variable name.
Katsumi Yamaoka [Wed, 11 Oct 2006 02:19:17 +0000 (02:19 +0000)]
(gmm-write-region): Fix variable name.

17 years ago* gmm-utils.el (gmm-write-region): New function based on compatibility
Reiner Steib [Tue, 10 Oct 2006 21:48:57 +0000 (21:48 +0000)]
* gmm-utils.el (gmm-write-region): New function based on compatibility
code from `mm-make-temp-file'.

* mm-util.el (mm-make-temp-file): Use `gmm-write-region'.

* nnmaildir.el (nnmaildir--update-nov)
(nnmaildir-request-replace-article, nnmaildir-request-accept-article):
Use `gmm-write-region'.

17 years agoFix "From so-and-so" and "(tiny change)" entries.
Reiner Steib [Tue, 10 Oct 2006 21:36:57 +0000 (21:36 +0000)]
Fix "From so-and-so" and "(tiny change)" entries.
Add FIXME for "2004-04-22  Teodor Zlatanov".

17 years agoFix some typos.
Romain Francoise [Mon, 9 Oct 2006 19:12:13 +0000 (19:12 +0000)]
Fix some typos.

17 years agoFix "From so-and-so" and "(tiny change)" entries. From top down to 2001-09-10.
Reiner Steib [Fri, 6 Oct 2006 16:21:21 +0000 (16:21 +0000)]
Fix "From so-and-so" and "(tiny change)" entries.   From top down to 2001-09-10.
Fix white space in attribution lines.

17 years agoFix white space in attribution lines.
Reiner Steib [Fri, 6 Oct 2006 16:16:48 +0000 (16:16 +0000)]
Fix white space in attribution lines.

17 years agoFix previous commit.
Reiner Steib [Wed, 4 Oct 2006 21:44:50 +0000 (21:44 +0000)]
Fix previous commit.

17 years ago(mm-charset-synonym-alist, mm-charset-override-alist): Add
Reiner Steib [Wed, 4 Oct 2006 21:43:49 +0000 (21:43 +0000)]
(mm-charset-synonym-alist, mm-charset-override-alist): Add
iso-8859-8/windows-1255 (Hebrew) and iso-8859-9/windows-1254.

17 years ago(nnheader-find-file-noselect): Inhibit version-control.
Reiner Steib [Wed, 4 Oct 2006 13:25:34 +0000 (13:25 +0000)]
(nnheader-find-file-noselect): Inhibit version-control.