gnus
21 years ago * gnus-agent.el (gnus-agent-expire-days):
Kevin Greiner [Sun, 9 Feb 2003 14:11:24 +0000 (14:11 +0000)]
* gnus-agent.el (gnus-agent-expire-days):
gnus-request-move-article depends on gnus-agent-expire to clean up
the cache after moving the article.  Therefore, g-a-e-d can NOT
default to nil or can gnus-agent-expire be disabled by doing so.
If you don't want to run gnus-agent-expire, don't call it.
(gnus-agent-expire): The broken test to disable gnus-agent-expire
when g-a-e-d was NOT nil was removed.
(gnus-agent-article-name): Removed unnecessary input test as
article IDs are always strings.
(gnus-agent-regenerate-group): Added check to protect against
servers that generate absurdly long article IDs.  Valid IDs are
less than 10 digits to avoid overflow errors.  Fixed logic error
when ensuring that the final article ID is present in the new
alist.

21 years ago(gnus-topic-goto-missing-topic): Just move to the
Lars Magne Ingebrigtsen [Sun, 9 Feb 2003 00:07:39 +0000 (00:07 +0000)]
(gnus-topic-goto-missing-topic): Just move to the
next line after finding the parent.

21 years ago(gnus-version-number): Bumped.
Lars Magne Ingebrigtsen [Sat, 8 Feb 2003 22:33:48 +0000 (22:33 +0000)]
(gnus-version-number): Bumped.

21 years agoRelease commit
Lars Magne Ingebrigtsen [Sat, 8 Feb 2003 22:32:05 +0000 (22:32 +0000)]
Release commit

21 years agoUpdate copyright statement.
Lars Magne Ingebrigtsen [Sat, 8 Feb 2003 21:20:53 +0000 (21:20 +0000)]
Update copyright statement.

21 years ago2003-02-08 Michael Welsh Duggan <md5i@cs.cmu.edu>
Lars Magne Ingebrigtsen [Sat, 8 Feb 2003 21:09:34 +0000 (21:09 +0000)]
2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>

* nnmail.el (nnmail-split-it): If a message ends up matching the
  same mailbox more than once, it will cause duplicates to appear
  in the mailbox.

21 years ago(gnus-summary-select-article): Remove blink removal
Simon Josefsson [Sat, 8 Feb 2003 18:59:46 +0000 (18:59 +0000)]
(gnus-summary-select-article): Remove blink removal
code that only worked under Emacs.

21 years ago(pgg-gpg-process-region): Don't blink. From Satyaki
Simon Josefsson [Sat, 8 Feb 2003 18:58:23 +0000 (18:58 +0000)]
(pgg-gpg-process-region): Don't blink.  From Satyaki
Das <satyaki@chicory.stanford.edu>.

21 years ago* gnus-art.el (gnus-article-refer-article): Use
Jesper Harder [Sat, 8 Feb 2003 04:51:37 +0000 (04:51 +0000)]
* gnus-art.el (gnus-article-refer-article): Use
gnus-replace-in-string.

* gnus-util.el (gnus-map-function): Remove unneeded let-binding.
(gnus-remove-duplicates): do.

21 years ago * gnus.texi (BBDB Whitelists, Blacklists and Whitelists):
Teodor Zlatanov [Sat, 8 Feb 2003 02:40:27 +0000 (02:40 +0000)]
* gnus.texi (BBDB Whitelists, Blacklists and Whitelists):
corrected existing docs, added spam-use-whitelist-exclusive and
spam-use-BBDB-exclusive to list of variables

21 years ago(The problem of spam): Don't use @email for examples
Jesper Harder [Fri, 7 Feb 2003 22:39:07 +0000 (22:39 +0000)]
(The problem of spam): Don't use @email for examples
-- it creates a mailto-link in HTML and PDF.

21 years ago* gnus-int.el (gnus-internal-registry-spool-current-method): new variable
Teodor Zlatanov [Fri, 7 Feb 2003 22:37:42 +0000 (22:37 +0000)]
* gnus-int.el (gnus-internal-registry-spool-current-method): new variable
(gnus-request-scan): set
gnus-internal-registry-spool-current-method to gnus-command-method
before a request-scan operation

* gnus-registry.el (regtest-nnmail): use
gnus-internal-registry-spool-current-method

21 years ago(mail-source-fetch): Typo fix.
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 21:44:03 +0000 (21:44 +0000)]
(mail-source-fetch): Typo fix.

21 years ago* nnmail.el (nnmail-spool-hook): new hook
Teodor Zlatanov [Fri, 7 Feb 2003 20:36:37 +0000 (20:36 +0000)]
* nnmail.el (nnmail-spool-hook): new hook
(nnmail-cache-insert): call nnmail-spool-hook

* gnus-registry.el: new file with examples of using the hooks

* gnus.el (gnus-registry): added registry customization group
(gnus-group-prefixed-name): improve function to return full group
name optionally
(gnus-group-guess-prefixed-name): shortcut to
gnus-group-prefixed-name, using just the group name
(gnus-group-full-name): always get a group's full name
(gnus-group-guess-full-name): shortcut, using just the group name

* gnus-sum.el (gnus-summary-article-move-hook)
(gnus-summary-article-delete-hook)
(gnus-summary-article-expire-hook): new hooks
(gnus-summary-move-article, gnus-summary-expire-articles)
(gnus-summary-delete-article): invoke the new hooks

21 years ago2003-02-07 Frank Weinberg <frank@usenet-rundfahrt.de>
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 20:35:41 +0000 (20:35 +0000)]
2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>

        * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
          from message-ID

21 years ago(gnus-run-hooks): Use save-current-buffer.
Jesper Harder [Fri, 7 Feb 2003 20:18:24 +0000 (20:18 +0000)]
(gnus-run-hooks): Use save-current-buffer.

21 years ago2003-02-07 John Paul Wallington <jpw@gnu.org>
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 19:03:59 +0000 (19:03 +0000)]
2003-02-07  John Paul Wallington  <jpw@gnu.org>

* mm-util.el (mm-delete-duplicates, mm-append-to-file)
(mm-write-region, mm-detect-coding-region): Doc fixes.

21 years ago(Mail Source Customization): Addition.
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:38:13 +0000 (14:38 +0000)]
(Mail Source Customization): Addition.

21 years ago(mail-source-fetch): Ignore errors.
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:38:03 +0000 (14:38 +0000)]
(mail-source-fetch): Ignore errors.
(mail-source-ignore-errors): New variable.

21 years agoFix illustrated bugs.,
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:28:29 +0000 (14:28 +0000)]
Fix illustrated bugs.,

21 years agoDefine acronym and email.
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:28:14 +0000 (14:28 +0000)]
Define acronym and email.

21 years agoFix various illustrated bugs.
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:27:59 +0000 (14:27 +0000)]
Fix various illustrated bugs.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:12:00 +0000 (14:12 +0000)]
*** empty log message ***

21 years ago* gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 14:11:49 +0000 (14:11 +0000)]
* gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
articles.

* gnus-msg.el (gnus-version-expose-system): Change default.

21 years ago(mml-unsecure-message): Don't use kill-region. Tiny
Simon Josefsson [Fri, 7 Feb 2003 12:18:43 +0000 (12:18 +0000)]
(mml-unsecure-message): Don't use kill-region.  Tiny
patch from deskpot@myrealbox.com (Vasily Korytov).

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Fri, 7 Feb 2003 12:18:01 +0000 (12:18 +0000)]
*** empty log message ***

21 years ago * gnus-art.el (article-display-face): Get the Face header from
Lars Magne Ingebrigtsen [Thu, 6 Feb 2003 12:50:40 +0000 (12:50 +0000)]
* gnus-art.el (article-display-face): Get the Face header from
the current buffer.

21 years ago(gnus-mime-view-part-internally): Bind buffer-read-only to nil.
Katsumi Yamaoka [Thu, 6 Feb 2003 00:31:06 +0000 (00:31 +0000)]
(gnus-mime-view-part-internally): Bind buffer-read-only to nil.

21 years ago(gnus-agent-expire-1,2): Pass the dir argument from g-a-e-1 to g-a-e-2.
Katsumi Yamaoka [Wed, 5 Feb 2003 23:47:15 +0000 (23:47 +0000)]
(gnus-agent-expire-1,2): Pass the dir argument from g-a-e-1 to g-a-e-2.

21 years ago* spam.el (spam-check-BBDB): use spam-use-BBDB-exclusive
Teodor Zlatanov [Wed, 5 Feb 2003 17:56:25 +0000 (17:56 +0000)]
* spam.el (spam-check-BBDB): use spam-use-BBDB-exclusive
(spam-check-whitelist): use spam-use-whitelist-exclusive
(spam-use-whitelist-exclusive): new variable affecting
spam-use-whitelist
(spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB

21 years ago(spam-check-BBDB): no need to regexp-quote the argument
Teodor Zlatanov [Wed, 5 Feb 2003 14:46:54 +0000 (14:46 +0000)]
(spam-check-BBDB): no need to regexp-quote the argument
of bbdb-search-simple

21 years ago2003-02-04 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Wed, 5 Feb 2003 10:10:19 +0000 (10:10 +0000)]
2003-02-04  Reiner Steib  <Reiner.Steib@gmx.de>

* message.texi (Mail Variables): Added index entry for
`message-send-mail-partially-limit'

21 years ago(gnus-agent-expire-1): Move code into gnus-agent-expire-2.
Simon Josefsson [Wed, 5 Feb 2003 06:32:42 +0000 (06:32 +0000)]
(gnus-agent-expire-1): Move code into gnus-agent-expire-2.
(gnus-agent-expire-2): New.

21 years ago(gnus-agent-expire): Move most code into gnus-agent-expire-1.
Simon Josefsson [Wed, 5 Feb 2003 06:24:52 +0000 (06:24 +0000)]
(gnus-agent-expire): Move most code into gnus-agent-expire-1.
(gnus-agent-expire-1): New.

21 years ago(gnus-agent-expire-days): Change default to nil.
Simon Josefsson [Wed, 5 Feb 2003 06:22:22 +0000 (06:22 +0000)]
(gnus-agent-expire-days): Change default to nil.
(gnus-agent-expire): Don't expire if g-a-e-d is nil.

21 years ago* gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
Jesper Harder [Wed, 5 Feb 2003 05:21:19 +0000 (05:21 +0000)]
* gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
"delete-if" is misleading because it isn't actually destructive.

* gnus-topic.el (gnus-group-prepare-topics): Use new name.

* nnmail.el (nnmail-purge-split-history): do.

* gnus-win.el (gnus-get-buffer-window): do.

* gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
let-binding.
(gnus-simplify-all-whitespace): do.

21 years ago(gnus-delay-article): Fix binding of the nndraft:delayed group.
Katsumi Yamaoka [Wed, 5 Feb 2003 00:25:40 +0000 (00:25 +0000)]
(gnus-delay-article): Fix binding of the nndraft:delayed group.

21 years ago(spam group parameters): change 'other to 'const in
Teodor Zlatanov [Tue, 4 Feb 2003 20:34:54 +0000 (20:34 +0000)]
(spam group parameters): change 'other to 'const in
the group parameter definitions to soothe XEmacs

21 years ago(gnus-delay-article): Really create
Kai Grossjohann [Tue, 4 Feb 2003 15:35:00 +0000 (15:35 +0000)]
(gnus-delay-article): Really create
nndraft:delayed group if it doesn't exist.

21 years ago(gnus-summary-search-article): Speed up by
Jesper Harder [Tue, 4 Feb 2003 06:02:29 +0000 (06:02 +0000)]
(gnus-summary-search-article): Speed up by
disabling various visual features while searching.
(gnus-summary-recenter): Test gnus-auto-center-summary first.

21 years ago* spam.el (spam-list-of-checks): Don't quote nil and t in
Jesper Harder [Mon, 3 Feb 2003 19:37:58 +0000 (19:37 +0000)]
* spam.el (spam-list-of-checks): Don't quote nil and t in
docstrings.  From the elisp manual:

* messcompat.el (message-from-style): do.

* message.el (message-send-mail): do.

* gnus-util.el (gnus-use-byte-compile): do.

* gnus-score.el (gnus-score-lower-thread): do.

* gnus-int.el (gnus-server-unopen-status): do.

* gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
(large-newsgroup-initial, gnus-install-group-spam-parameters): do.

* gnus-cus.el (gnus-group-customize, gnus-score-parameters)
(gnus-group-parameters): do.

* gnus-art.el (gnus-article-mime-match-handle-function): do.

* mm-decode.el (mm-text-html-renderer): do.

21 years agoUpdate.
Katsumi Yamaoka [Sun, 2 Feb 2003 04:57:04 +0000 (04:57 +0000)]
Update.

21 years ago(gnus-button-handle-describe-key): Implement it.
Jesper Harder [Sun, 2 Feb 2003 04:37:50 +0000 (04:37 +0000)]
(gnus-button-handle-describe-key): Implement it.
(gnus-button-alist): Fix regexp for describe-key.
(gnus-button-handle-describe-function)
(gnus-button-handle-describe-variable)
(gnus-button-handle-apropos, gnus-button-handle-apropos-command)
(gnus-button-handle-apropos-variable)
(gnus-button-handle-apropos-documentation): Docstring fix.

21 years ago(nnheader-directory-separator-character): Change the way to compute the
Katsumi Yamaoka [Sun, 2 Feb 2003 04:36:48 +0000 (04:36 +0000)]
(nnheader-directory-separator-character): Change the way to compute the
 dafault value.

21 years ago(gnus-kill-buffer): Use get-buffer.
Jesper Harder [Sun, 2 Feb 2003 02:03:04 +0000 (02:03 +0000)]
(gnus-kill-buffer): Use get-buffer.

21 years ago(gnus-group-send-queue): Bind gnus-posting-styles
Lars Magne Ingebrigtsen [Sat, 1 Feb 2003 17:36:41 +0000 (17:36 +0000)]
(gnus-group-send-queue): Bind gnus-posting-styles
to nil.

21 years ago* nnmail.el: Removed gnus-util autoload.
Lars Magne Ingebrigtsen [Sat, 1 Feb 2003 16:47:07 +0000 (16:47 +0000)]
* nnmail.el: Removed gnus-util autoload.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sat, 1 Feb 2003 16:46:58 +0000 (16:46 +0000)]
*** empty log message ***

21 years ago(gnus-prin1-to-string): Bind print-length and
Lars Magne Ingebrigtsen [Sat, 1 Feb 2003 16:40:51 +0000 (16:40 +0000)]
(gnus-prin1-to-string): Bind print-length and
print-level.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sat, 1 Feb 2003 16:40:40 +0000 (16:40 +0000)]
*** empty log message ***

21 years ago* gnus-art.el (article-display-x-face): Removed grey x-face stuff.
Lars Magne Ingebrigtsen [Sat, 1 Feb 2003 16:19:19 +0000 (16:19 +0000)]
* gnus-art.el (article-display-x-face): Removed grey x-face stuff.
(gnus-treat-display-grey-xface): Removed.

* gnus-fun.el (gnus-grab-cam-face): New.
(gnus-convert-image-to-gray-x-face): Removed.
(gnus-convert-gray-x-face-to-xpm): removed.
(gnus-convert-gray-x-face-region): Removed.
(gnus-grab-gray-x-face): Removed.

* nnmail.el (nnmail-expiry-wait-function): Doc indent.

21 years ago* gnus-util.el (gnus-kill-buffer): Functions in gnus-util
Jesper Harder [Fri, 31 Jan 2003 04:12:24 +0000 (04:12 +0000)]
* gnus-util.el (gnus-kill-buffer): Functions in gnus-util
shouldn't depend on the rest of Gnus, so test if gnus-buffers is
bound.

* nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.

21 years ago(gnus-cite-reply-regexp, gnus-cite-always-check):
Jesper Harder [Thu, 30 Jan 2003 02:10:40 +0000 (02:10 +0000)]
(gnus-cite-reply-regexp, gnus-cite-always-check):
Remove -- these are bogus options which are never used.

21 years ago* gnus.texi (Batching Agents): Index.
Jesper Harder [Thu, 30 Jan 2003 01:32:26 +0000 (01:32 +0000)]
* gnus.texi (Batching Agents): Index.
(Agent Commands): do.
(Delayed Articles): do.
(Drafts): do.
(Web Archive): do.
(Article Washing): do.
(Slave Gnusae): do.
(Agent Basics): do.
(Exiting Gnus): do.
(Article Date): do.
(X-Face): do.
(Exiting the Summary Buffer): do.
(Charsets): do.
(Mail Group Commands): do.

* gnus.texi: Mark-up fixes.

21 years ago(gnus-article-mode): Use summary tool bar.
Jesper Harder [Wed, 29 Jan 2003 16:08:03 +0000 (16:08 +0000)]
(gnus-article-mode): Use summary tool bar.

21 years agoChange Changelog text to be more neutral.
Kai Grossjohann [Tue, 28 Jan 2003 14:44:43 +0000 (14:44 +0000)]
Change Changelog text to be more neutral.

21 years ago(spam-bogofilter-bogosity-positive-spam-header): new variable, in
Teodor Zlatanov [Mon, 27 Jan 2003 20:15:43 +0000 (20:15 +0000)]
(spam-bogofilter-bogosity-positive-spam-header): new variable, in
case more X-Bogosity is used than just "Yes/No"
(spam-ham-move-routine): semi-fixed, only first article is
properly moved now

21 years ago(spam-check-blackholes) (spam-blackhole-good-server-regex): new variable
Teodor Zlatanov [Mon, 27 Jan 2003 18:34:56 +0000 (18:34 +0000)]
(spam-check-blackholes) (spam-blackhole-good-server-regex): new variable
to skip some IPs when checking blackholes; use it

21 years ago(Blackholes): add spam-blackhole-good-server-regex variable
Teodor Zlatanov [Mon, 27 Jan 2003 18:33:30 +0000 (18:33 +0000)]
(Blackholes): add spam-blackhole-good-server-regex variable

21 years agoreplace `H' mark with `$' mark
Teodor Zlatanov [Mon, 27 Jan 2003 17:59:17 +0000 (17:59 +0000)]
replace `H' mark with `$' mark

21 years ago* gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
Jesper Harder [Mon, 27 Jan 2003 02:56:44 +0000 (02:56 +0000)]
* gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
as well.

* gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.

* gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.

* gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.

* gnus-bcklg.el (gnus-backlog-shutdown): do.

* gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.

21 years ago(Installation): Extension .sv is also used.
Simon Josefsson [Sun, 26 Jan 2003 19:50:06 +0000 (19:50 +0000)]
(Installation): Extension .sv is also used.

21 years ago(gnus-summary-make-menu-bar): Added M-& to marks.
Lars Magne Ingebrigtsen [Sun, 26 Jan 2003 14:52:45 +0000 (14:52 +0000)]
(gnus-summary-make-menu-bar): Added M-& to marks.

21 years ago(Article Backlog): Update.
Jesper Harder [Sun, 26 Jan 2003 00:49:30 +0000 (00:49 +0000)]
(Article Backlog): Update.

21 years ago(mm-dissection-list): Remove.
Jesper Harder [Sun, 26 Jan 2003 00:42:50 +0000 (00:42 +0000)]
(mm-dissection-list): Remove.
(mm-dissect-singlepart): Don't push to mm-dissection-list, it's
only used in mm-remove-all-parts.
(mm-remove-all-parts): Remove it, it's never called.

21 years agognus-group.el (gnus-group-make-group): Report errors.
Simon Josefsson [Sat, 25 Jan 2003 21:13:52 +0000 (21:13 +0000)]
gnus-group.el (gnus-group-make-group): Report errors.
nnimap.el (nnimap-request-create-group): Ditto.

21 years agoFix last commit.
Simon Josefsson [Sat, 25 Jan 2003 20:42:54 +0000 (20:42 +0000)]
Fix last commit.

21 years agosieve-manage.el (sieve-manage-is-okno): Parse literal strings.
Simon Josefsson [Sat, 25 Jan 2003 20:08:36 +0000 (20:08 +0000)]
sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
sieve.el (sieve-upload): Fix error printing.

21 years ago(mm-qp-or-base64): Always QP iff
Simon Josefsson [Sat, 25 Jan 2003 19:37:26 +0000 (19:37 +0000)]
(mm-qp-or-base64): Always QP iff
mm-use-ultra-safe-encoding and cleartext PGP.

21 years ago(gnus-summary-select-article): Inhibit
Simon Josefsson [Sat, 25 Jan 2003 19:08:12 +0000 (19:08 +0000)]
(gnus-summary-select-article): Inhibit
redisplay (mainly for secured messages).

21 years agoFix last commit.
Simon Josefsson [Sat, 25 Jan 2003 18:53:19 +0000 (18:53 +0000)]
Fix last commit.

21 years agoFix last commit.
Simon Josefsson [Sat, 25 Jan 2003 17:49:38 +0000 (17:49 +0000)]
Fix last commit.

21 years ago(nnmail-article-group): Copy body too (but don't
Simon Josefsson [Sat, 25 Jan 2003 15:36:34 +0000 (15:36 +0000)]
(nnmail-article-group): Copy body too (but don't
process it).

21 years ago(gnus-article-setup-buffer): Reset
Jesper Harder [Sat, 25 Jan 2003 01:06:28 +0000 (01:06 +0000)]
(gnus-article-setup-buffer): Reset
gnus-button-marker-list.

21 years ago(nntp-read-timeout): Default to using a second delay
Lars Magne Ingebrigtsen [Sat, 25 Jan 2003 00:01:59 +0000 (00:01 +0000)]
(nntp-read-timeout): Default to using a second delay
under Microsoft Windows.

21 years ago(nnheader-directory-separator-character): New
Lars Magne Ingebrigtsen [Fri, 24 Jan 2003 22:15:40 +0000 (22:15 +0000)]
(nnheader-directory-separator-character): New
variable.

21 years agoIndent.
Lars Magne Ingebrigtsen [Fri, 24 Jan 2003 21:59:23 +0000 (21:59 +0000)]
Indent.

21 years ago(gnus-agent-max-fetch-size)
Kai Grossjohann [Fri, 24 Jan 2003 20:32:45 +0000 (20:32 +0000)]
(gnus-agent-max-fetch-size)
(gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
(gnus-agent-catchup, gnus-agent-summary-fetch-group)
(gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
(gnus-agent-flush-cache, gnus-agent-fetch-headers)
(gnus-agent-braid-nov, gnus-agent-load-alist)
(gnus-agent-article-alist-save-format)
(gnus-agent-read-agentview, gnus-agent-save-alist)
(gnus-agent-fetch-group-1, gnus-agent-expire)
(gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
(gnus-agent-regenerate-group): Reformat to keep under eighty
columns.  Reword docstrings so that first line is under eighty
chars and a complete sentence.  Still need to work on the rear
end of the file, in particular gnus-agent-expire.

21 years ago(gnus-version-number): Bumped.
Lars Magne Ingebrigtsen [Fri, 24 Jan 2003 19:35:31 +0000 (19:35 +0000)]
(gnus-version-number): Bumped.

21 years agoRelease commit
Lars Magne Ingebrigtsen [Fri, 24 Jan 2003 19:34:15 +0000 (19:34 +0000)]
Release commit

21 years ago(gnus-summary-prepare-threads): Reset state for %B
Kai Grossjohann [Fri, 24 Jan 2003 19:03:37 +0000 (19:03 +0000)]
(gnus-summary-prepare-threads): Reset state for %B
before beginning.  Trivial patch from Mark Thomas
<swoon@bellatlantic.net>.

21 years agosmall typo fix
Teodor Zlatanov [Fri, 24 Jan 2003 05:05:39 +0000 (05:05 +0000)]
small typo fix

21 years ago(spam-check-blackholes, spam-split)
Teodor Zlatanov [Fri, 24 Jan 2003 05:02:11 +0000 (05:02 +0000)]
(spam-check-blackholes, spam-split)
(spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
gnus-message calls to show to users what spam.el is doing

21 years agoUpdate.
Jesper Harder [Fri, 24 Jan 2003 03:12:22 +0000 (03:12 +0000)]
Update.

21 years ago(gnus-message-replysign)
Jesper Harder [Fri, 24 Jan 2003 02:49:26 +0000 (02:49 +0000)]
(gnus-message-replysign)
(gnus-message-replyencrypt): Fix typo.

21 years ago* gnus-art.el (gnus-mime-security-show-details): Toggle showing
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 23:07:32 +0000 (23:07 +0000)]
* gnus-art.el (gnus-mime-security-show-details): Toggle showing
details.

* gnus-art.el (gnus-article-press-button): let* -> let.
(gnus-mime-security-show-details): Cleaned up.
(gnus-mime-security-press-button): Save excursion.
(gnus-insert-mime-security-button): Clean up.

* gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.

21 years ago(Regular Expressions Header Matching): Typo.
Katsumi Yamaoka [Thu, 23 Jan 2003 22:47:36 +0000 (22:47 +0000)]
(Regular Expressions Header Matching): Typo.

21 years agoIndent.
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 22:45:13 +0000 (22:45 +0000)]
Indent.

21 years agoIndent.
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 22:44:56 +0000 (22:44 +0000)]
Indent.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 19:23:49 +0000 (19:23 +0000)]
*** empty log message ***

21 years ago(NNTP): Addition.
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 19:21:33 +0000 (19:21 +0000)]
(NNTP): Addition.

21 years ago* gnus-async.el (gnus-async-wait-for-article): Don't use a
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 19:21:21 +0000 (19:21 +0000)]
* gnus-async.el (gnus-async-wait-for-article): Don't use a
timeout.

* nntp.el (nntp-accept-process-output): Removed timeout.
(nntp-read-timeout): New variable.
(nntp-accept-process-output): Use it.

* gnus-sum.el (gnus-data-find-list): Remove *.

21 years agoIndent.
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 19:11:38 +0000 (19:11 +0000)]
Indent.

21 years agoIndent.
Lars Magne Ingebrigtsen [Thu, 23 Jan 2003 19:10:57 +0000 (19:10 +0000)]
Indent.

21 years ago * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
Kevin Greiner [Thu, 23 Jan 2003 17:45:20 +0000 (17:45 +0000)]
* gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
introduced on 2002-01-22.
(gnus-summary-first-unseen-or-unread-subject): Ditto.

21 years ago * gnus.texi (Regular Expressions Header Matching): documentation
Teodor Zlatanov [Thu, 23 Jan 2003 17:31:24 +0000 (17:31 +0000)]
* gnus.texi (Regular Expressions Header Matching): documentation
for new spam splitting functionality

21 years ago(spam-check-regex-headers, spam-list-of-checks)
Teodor Zlatanov [Thu, 23 Jan 2003 17:24:41 +0000 (17:24 +0000)]
(spam-check-regex-headers, spam-list-of-checks)
(spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
checks of incoming mail based on simple header regexp matching

21 years ago(Signing and encrypting): Index.
Jesper Harder [Thu, 23 Jan 2003 01:25:13 +0000 (01:25 +0000)]
(Signing and encrypting): Index.
(Smileys): Update.
(Toolbar): Move to XVarious because it's XEmacs specific.

21 years ago(Picons): Update.
Jesper Harder [Wed, 22 Jan 2003 22:49:34 +0000 (22:49 +0000)]
(Picons): Update.

21 years ago(gnus-spam-mark): set to `$'
Teodor Zlatanov [Wed, 22 Jan 2003 12:30:42 +0000 (12:30 +0000)]
(gnus-spam-mark): set to `$'