gnus
21 years ago* gnus-sum.el (gnus-highlight-selected-summary)
Jesper Harder [Mon, 3 Mar 2003 05:39:44 +0000 (05:39 +0000)]
* gnus-sum.el (gnus-highlight-selected-summary)
(gnus-article-get-xrefs, gnus-summary-show-thread): Use
`gnus-point-at-bol' and `gnus-point-at-eol' instead of
`(progn (beginning-of-line) (point))'.  It's shorter, faster,
and makes it clear that we don't need the side effect.
* gnus-util.el (gnus-delete-line): do.
* gnus-xmas.el (gnus-group-add-icon): do.
* nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
* nntp.el (nntp-send-authinfo-from-file): do.
* nnml.el (nnml-header-value): do.
* nnheader.el (nnheader-insert-references): do.
* gnus-cite.el (gnus-article-highlight-citation)
(gnus-cite-parse): do.
* gnus-score.el (gnus-score-followup): do.
* gnus-draft.el (gnus-draft-send): do.
* gnus-group.el (gnus-group-highlight-line): do.
* gnus-cache.el (gnus-cache-braid-nov): do.
* nnfolder.el (nnfolder-retrieve-headers)
(nnfolder-request-article): do.
* gnus-art.el (article-hide-boring-headers)
(gnus-article-hide-header): do.

* nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
* nnml.el (nnml-request-replace-article): do.
* nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
* nnfolder.el (nnfolder-request-move-article): do.
* gnus-cache.el (gnus-cache-possibly-remove-article): do.
* gnus-art.el (gnus-mm-display-part): do.

* gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.

21 years ago * nntp.el (nntp-possibly-change-group): Avoid calling
Kevin Greiner [Mon, 3 Mar 2003 03:30:14 +0000 (03:30 +0000)]
* nntp.el (nntp-possibly-change-group): Avoid calling
process-buffer on nil (Which happened when you lost your
connection while fetching); instead signal a "Server Closed
Connection" error.

21 years agoRemoved run-time references to cl in gnus-category-edit-predicate, gnus-category...
Kevin Greiner [Mon, 3 Mar 2003 03:01:21 +0000 (03:01 +0000)]
Removed run-time references to cl in gnus-category-edit-predicate, gnus-category-edit-score, and gnus-category-edit-groups per Katsumi's feedback.

21 years ago * gnus-agent.el (gnus-agent-enable-expiration): New
Kevin Greiner [Mon, 3 Mar 2003 01:17:25 +0000 (01:17 +0000)]
* gnus-agent.el (gnus-agent-enable-expiration): New
variable. Either ENABLE or DISABLE.
(gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
gnus-agent-set-cat-groups): Provides abstract interface for
accessing agent category.  Category now implemented by an alist.
(gnus-agent-add-group, gnus-agent-remove-group,
gnus-category-insert-line, gnus-category-edit-predicate,
gnus-category-edit-score, gnus-category-edit-groups,
gnus-category-copy, gnus-category-add, gnus-group-category): Use
new agent category abstraction.
(gnus-agent-find-parameter): New function. Search for agent
configuration parameter first in the group's parameters, then its
topics (if any), and then the group's category.  If not found
anywhere, use the original defined constants.
(gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
gnus-agent-cache now blocks retrieving headers and articles from
the local cache.  Fetched content is still added to the cache
before being returned.
(gnus-agent-fetch-session): Use error-message-string to generate
displayed error message.
(gnus-agent-customize-category): New Command. 'e' in category
buffer opens category customization buffer.
(gnus-category-write): Writes category file compatible with
current, and previous, versions of gnus-agent.
(gnus-category-make-function, gnus-category-make-function-1):
Corrected documentation; parameter is predicate NOT category.
(gnus-predicate-implies-unread): Now works in more cases per the
todo comment.
(gnus-agent-expire-group): Command now provides default of group
under point.
(gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
agent-days-until-old parameters.
(gnus-agent-request-article): Now performs its own checks of
gnus-agent, gnus-agent-cache, and gnus-plugged rather than
assuming that the caller will do them correctly.
(): Added one-time hook to gnus-group-prepare-hook.  Detects when
gnus-agent-expire-days is set to an alist.  Converts said alist
into group parameter so that gnus-agent-expire-days will not be
needed.
* gnus-art.el (gnus-request-article-this-buffer): Conditional
checks surrounding gnus-agent-request-article removed; now
performed by gnus-agent-request-article.
* gnus-cus.el (gnus-agent-parameters): New variable. List of
customizable group/topic parameters that regulate the agent.
(gnus-group-customize): Uses gnus-agent-parameters.  Replaced
kill-buffer with gnus-kill-buffer to remove the killed buffer from
the list of gnus buffers.
(gnus-trim-whitespace): Removes leading and trailing whitespace
from multiline strings.
(gnus-agent-cat-prepare-category-field,
gnus-agent-customize-category): Constructs a category
customization buffer.
* gnus-int.el (gnus-retrieve-headers,
gnus-request-expire-articles): No longer checks gnus-agent-cache
as it is handled internally by the agent.
(gnus-request-head, gnus-request-body): Conditional checks
surrounding gnus-agent-request-article removed; now performed by
gnus-agent-request-article.

* gnus-start.el (gnus-long-file-names): New function. Isolates platform dependent
msdos-long-file-names.
(gnus-save-startup-file-via-temp-buffer): New variable. Provides
option of writing directly to file.  Avoids memory exhausted
errors when .newsrc.eld is huge.
(gnus-save-newsrc-file): Uses new
gnus-save-startup-file-via-temp-buffer.
(gnus-gnus-to-quick-newsrc-format): Rewritten to write to
standard-output.
(gnus-display-time-event-handler): Changed to alias from a defun
to avoid a compile-time warning when display-time-event-handler is
not defined.
* gnus-util.el (gnus-with-output-to-file): New macro. Binds
standard-output such that prin1 and princ will write directly to a
file.

* gnus.el (gnus-summary-high-undownloaded-face): Removed second bold keyword
so that this face is actually bold.

* nnkiboze.el (nnkiboze-request-art): Check gnus-use-cache before using cache.

21 years ago * nnkiboze.el (nnkiboze-request-article): Only use the cache when
Kevin Greiner [Mon, 3 Mar 2003 01:12:11 +0000 (01:12 +0000)]
* nnkiboze.el (nnkiboze-request-article): Only use the cache when
gnus-use-cache has been set.

21 years ago * gnus.el (gnus-agent-cache): Expanded documentation.
Kevin Greiner [Mon, 3 Mar 2003 01:12:06 +0000 (01:12 +0000)]
* gnus.el (gnus-agent-cache): Expanded documentation.
(gnus-summary-high-undownloaded-face): Removed second bold keyword
so that this face is actually bold.

21 years ago * gnus-util.el (gnus-with-output-to-file): New macro. Binds
Kevin Greiner [Mon, 3 Mar 2003 01:11:42 +0000 (01:11 +0000)]
* gnus-util.el (gnus-with-output-to-file): New macro. Binds
standard-output such that prin1 and princ will write directly to a
file.

21 years ago * gnus-start.el (): Added defvar statements to resolve compilation
Kevin Greiner [Mon, 3 Mar 2003 01:11:34 +0000 (01:11 +0000)]
* gnus-start.el (): Added defvar statements to resolve compilation
warnings.
(gnus-long-file-names): New function. Isolates platform dependent
msdos-long-file-names.
(gnus-save-startup-file-via-temp-buffer): New variable. Provides
option of writing directly to file.  Avoids memory exhausted
errors when .newsrc.eld is huge.
(gnus-save-newsrc-file): Uses new
gnus-save-startup-file-via-temp-buffer.
(gnus-gnus-to-quick-newsrc-format): Rewritten to write to
standard-output.
(gnus-display-time-event-handler): Changed to alias from a defun
to avoid a compile-time warning when display-time-event-handler is
not defined.

21 years ago * gnus-int.el (gnus-retrieve-headers,
Kevin Greiner [Mon, 3 Mar 2003 01:10:44 +0000 (01:10 +0000)]
* gnus-int.el (gnus-retrieve-headers,
gnus-request-expire-articles): No longer checks gnus-agent-cache
as it is handled internally by the agent.
(gnus-request-head, gnus-request-body): Conditional checks
surrounding gnus-agent-request-article removed; now performed by
gnus-agent-request-article.

21 years ago * gnus-art.el (gnus-request-article-this-buffer): Conditional
Kevin Greiner [Mon, 3 Mar 2003 01:10:25 +0000 (01:10 +0000)]
* gnus-art.el (gnus-request-article-this-buffer): Conditional
checks surrounding gnus-agent-request-article removed; now
performed by gnus-agent-request-article.

21 years ago * gnus-cus.el (gnus-agent-parameters): New variable. List of
Kevin Greiner [Mon, 3 Mar 2003 01:10:24 +0000 (01:10 +0000)]
* gnus-cus.el (gnus-agent-parameters): New variable. List of
customizable group/topic parameters that regulate the agent.
(gnus-group-customize): Uses gnus-agent-parameters.  Replaced
kill-buffer with gnus-kill-buffer to remove the killed buffer from
the list of gnus buffers.
(gnus-trim-whitespace): Removes leading and trailing whitespace
from multiline strings.
(gnus-agent-cat-prepare-category-field,
gnus-agent-customize-category): Constructs a category
customization buffer.

21 years ago * gnus-agent.el (gnus-agent-enable-expiration): New
Kevin Greiner [Mon, 3 Mar 2003 01:09:50 +0000 (01:09 +0000)]
* gnus-agent.el (gnus-agent-enable-expiration): New
variable. Either ENABLE or DISABLE.  Sets default behavior for
selecting which groups are expired.
(gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
gnus-agent-set-cat-groups): Provides abstract interface for
accessing agent category.  Category now implemented by an alist.
(gnus-agent-add-group, gnus-agent-remove-group,
gnus-category-insert-line, gnus-category-edit-predicate,
gnus-category-edit-score, gnus-category-edit-groups,
gnus-category-copy, gnus-category-add, gnus-group-category): Use
new agent category abstraction.
(gnus-agent-find-parameter): New function. Search for agent
configuration parameter first in the group's parameters, then its
topics (if any), and then the group's category.  If not found
anywhere, use the original defined constants.
(gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
gnus-agent-find-parameter.
(gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
gnus-agent-cache now blocks retrieving headers and articles from
the local cache.  Fetched content is still added to the cache
before being returned.
(gnus-agent-fetch-session): Use error-message-string to generate
displayed error message.
(gnus-agent-customize-category): New Command. 'e' in category
buffer opens category customization buffer.
(gnus-category-read): Reads either positional or alist format;
returns alist format.
(gnus-category-write): Writes category file compatible with
current, and previous, versions of gnus-agent.
(gnus-category-make-function, gnus-category-make-function-1):
Corrected documentation; parameter is predicate NOT category.
(gnus-predicate-implies-unread): Now works in more cases per the
todo comment.
(gnus-function-implies-unread-1): New function. Supports
gnus-predicate-implies-unread.
(gnus-agent-expire-group): Command now provides default of group
under point.
(gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
agent-days-until-old parameters. No longer supports
gnus-agent-expire-days being set to an alist.
(gnus-agent-request-article): Now performs its own checks of
gnus-agent, gnus-agent-cache, and gnus-plugged rather than
assuming that the caller will do them correctly.
(): Added one-time hook to gnus-group-prepare-hook.  Detects when
gnus-agent-expire-days is set to an alist.  Converts said alist
into group parameter so that gnus-agent-expire-days will not be
needed.

21 years ago(nnvirtual-update-xref-header): Simplify.
Jesper Harder [Sun, 2 Mar 2003 03:01:10 +0000 (03:01 +0000)]
(nnvirtual-update-xref-header): Simplify.

21 years ago(gnus-article-refer-article): Be more permissive.
Jesper Harder [Sat, 1 Mar 2003 23:14:21 +0000 (23:14 +0000)]
(gnus-article-refer-article): Be more permissive.

21 years ago * spam.el: Fix typo.
ShengHuo ZHU [Sat, 1 Mar 2003 21:42:29 +0000 (21:42 +0000)]
* spam.el: Fix typo.

21 years ago* pgg-gpg.el (pgg-gpg-process-region): Insert process status into
ShengHuo ZHU [Sat, 1 Mar 2003 21:37:15 +0000 (21:37 +0000)]
* pgg-gpg.el (pgg-gpg-process-region): Insert process status into
errors-buffer. This produces a nicer error message in case of
problems.

21 years ago(Article Hiding, Splitting Mail, Fancy Mail Splitting)
Jesper Harder [Sat, 1 Mar 2003 20:20:46 +0000 (20:20 +0000)]
(Article Hiding, Splitting Mail, Fancy Mail Splitting)
(Document Server Internals, Score Variables, Adaptive Scoring)
(X-Face, Hashcash): do.

21 years ago(Troubleshooting): Fix typo.
Jesper Harder [Sat, 1 Mar 2003 17:19:21 +0000 (17:19 +0000)]
(Troubleshooting): Fix typo.
(Group Parameters): Markup fix.

21 years ago* spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
Teodor Zlatanov [Sat, 1 Mar 2003 15:17:51 +0000 (15:17 +0000)]
* spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
load stats iff spam-use-stat is on

* spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
instead of spam-stat-load and spam-stat-save in the
gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively

21 years ago* gnus.texi: New values, 'to-list and 'cc-list, for
ShengHuo ZHU [Sat, 1 Mar 2003 15:06:01 +0000 (15:06 +0000)]
* gnus.texi: New values, 'to-list and 'cc-list, for
gnus-boring-article-headers.

21 years ago* mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
ShengHuo ZHU [Sat, 1 Mar 2003 15:04:35 +0000 (15:04 +0000)]
* mm-view.el (mm-inline-text): Ignore errors from enriched-decode.

21 years ago(message-make-fqdn): Protect against nil user-mail.
Lars Magne Ingebrigtsen [Sat, 1 Mar 2003 14:26:34 +0000 (14:26 +0000)]
(message-make-fqdn): Protect against nil user-mail.

21 years ago * gnus-art.el (gnus-boring-article-headers): New values:
ShengHuo ZHU [Sat, 1 Mar 2003 02:22:09 +0000 (02:22 +0000)]
* gnus-art.el (gnus-boring-article-headers): New values:
'to-list and 'cc-list.

21 years ago(Extending the spam elisp package): added mention of
Teodor Zlatanov [Fri, 28 Feb 2003 21:36:43 +0000 (21:36 +0000)]
(Extending the spam elisp package): added mention of
spam-list-of-statistical-checks

21 years ago(spam-setup-widening): new function to set
Teodor Zlatanov [Fri, 28 Feb 2003 21:33:47 +0000 (21:33 +0000)]
(spam-setup-widening): new function to set
nnimap-split-download-body, we add it to gnus-get-new-news-hook
(spam-list-of-statistical-checks): list of statistical splitter
checks
(spam-split): added a widen call when a statistical check is
enabled

21 years ago(gnus-user-agent): Changed default to
Reiner Steib [Fri, 28 Feb 2003 19:10:10 +0000 (19:10 +0000)]
(gnus-user-agent): Changed default to
'emacs-gnus-type, renamed 'full.

21 years ago * gnus.texi: Remove the dependence on ssl.el.
ShengHuo ZHU [Fri, 28 Feb 2003 13:44:01 +0000 (13:44 +0000)]
* gnus.texi: Remove the dependence on ssl.el.

21 years ago * nnfolder.el (nnfolder-request-accept-article): Don't use
ShengHuo ZHU [Fri, 28 Feb 2003 13:40:51 +0000 (13:40 +0000)]
* nnfolder.el (nnfolder-request-accept-article): Don't use
mail-header-unfold-field.

21 years ago * imap.el (imap-ssl-open): Don't depend on ssl.el.
ShengHuo ZHU [Fri, 28 Feb 2003 00:09:51 +0000 (00:09 +0000)]
* imap.el (imap-ssl-open): Don't depend on ssl.el.
* nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.

21 years agoadd spam-stat-load to gnus-get-new-news-hook
Teodor Zlatanov [Wed, 26 Feb 2003 21:35:23 +0000 (21:35 +0000)]
add spam-stat-load to gnus-get-new-news-hook
(spam-split): remove spam-stat-load call

21 years agoAdd.
Simon Josefsson [Wed, 26 Feb 2003 20:44:47 +0000 (20:44 +0000)]
Add.

21 years ago(gnus-summary-toggle-header): Run
Simon Josefsson [Wed, 26 Feb 2003 20:23:34 +0000 (20:23 +0000)]
(gnus-summary-toggle-header): Run
gnus-article-decode-hook instead of calling a-decode-encoded-words
directly (the latter is run as part of the former).

21 years ago * gnus-agent.el (gnus-agent-expire-group): Remove debug.
ShengHuo ZHU [Wed, 26 Feb 2003 12:40:54 +0000 (12:40 +0000)]
* gnus-agent.el (gnus-agent-expire-group): Remove debug.

21 years ago(Mail Variables): Add
Jesper Harder [Wed, 26 Feb 2003 02:37:03 +0000 (02:37 +0000)]
(Mail Variables): Add
message-sendmail-envelope-from.

21 years agoFix charset (or coding-system) for this file.
Katsumi Yamaoka [Tue, 25 Feb 2003 22:58:35 +0000 (22:58 +0000)]
Fix charset (or coding-system) for this file.

21 years ago(message-sendmail-envelope-from): New option.
Jesper Harder [Tue, 25 Feb 2003 22:11:57 +0000 (22:11 +0000)]
(message-sendmail-envelope-from): New option.
(message-sendmail-envelope-from): New function.
(message-send-mail-with-sendmail): Use it.

21 years ago(gnus-button-mid-or-mail-heuristic-alist): Added
Reiner Steib [Tue, 25 Feb 2003 21:38:39 +0000 (21:38 +0000)]
(gnus-button-mid-or-mail-heuristic-alist): Added
compensation for TDMA addresses.

21 years ago2003-02-24 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Tue, 25 Feb 2003 10:44:25 +0000 (10:44 +0000)]
2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>

* gnus.texi (Mail and Post): Added `gnus-user-agent', removed
`gnus-version-expose-system'.

21 years ago2003-02-24 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Tue, 25 Feb 2003 10:44:16 +0000 (10:44 +0000)]
2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>

* gnus-msg.el (gnus-user-agent): New variable.
(gnus-version-expose-system): Removed.  Obsoleted by
`gnus-user-agent'.
(gnus-extended-version): Use `gnus-user-agent'.

21 years ago (spam-stat hook): add spam-stat-save to the
Teodor Zlatanov [Mon, 24 Feb 2003 22:07:37 +0000 (22:07 +0000)]
(spam-stat hook): add spam-stat-save to the
gnus-save-newsrc-hook, only when spam-use-stat is set

21 years ago * spam.el (spam-stat-register-spam-routine,
Teodor Zlatanov [Mon, 24 Feb 2003 22:02:52 +0000 (22:02 +0000)]
* spam.el (spam-stat-register-spam-routine,
spam-stat-register-ham-routine): remove spam-stat-save
(spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook

21 years agodelete spam-get-article-as-filename
Teodor Zlatanov [Mon, 24 Feb 2003 18:29:26 +0000 (18:29 +0000)]
delete spam-get-article-as-filename

21 years ago * gnus-group.el (gnus-topic-mode-p): Fixed free variable
Kevin Greiner [Mon, 24 Feb 2003 18:15:35 +0000 (18:15 +0000)]
* gnus-group.el (gnus-topic-mode-p): Fixed free variable
reference.

21 years ago * nnheader.el (nnheader-find-nov-line): Changed midpoint
Kevin Greiner [Mon, 24 Feb 2003 17:28:56 +0000 (17:28 +0000)]
* nnheader.el (nnheader-find-nov-line): Changed midpoint
calculation to avoid integer overflow.

21 years ago2003-02-24 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Mon, 24 Feb 2003 16:47:10 +0000 (16:47 +0000)]
2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>

* gnus-start.el (gnus-backup-startup-file): Fixed custom type.

21 years ago* gnus-group.el (gnus-group-is-exiting-without-update-p): New.
Teodor Zlatanov [Mon, 24 Feb 2003 16:20:07 +0000 (16:20 +0000)]
* gnus-group.el (gnus-group-is-exiting-without-update-p): New.
* gnus-sum.el (gnus-summary-exit-no-update): Use it.
* gnus-sum.el (gnus-summary-expire-articles): Use it.
* spam.el (spam-summary-prepare-exit): Use it.
* gnus.el (gnus-install-group-spam-parameters): New.
* spam.el (spam-group-ham-processor-copy-p): New.
* spam.el (spam-summary-prepare-exit): Support for ham copying.
* spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
that would cause the current message to be moved if the group had
no spam.
* spam.el (spam-ham-move-routine): New `copy' argument.

21 years agoTrivial fixes:
Katsumi Yamaoka [Mon, 24 Feb 2003 15:19:47 +0000 (15:19 +0000)]
Trivial fixes:
* gnus-topic.el (gnus-topic-select-group): Replace gnus-group-group-name
* gnus-group.el (gnus-group-select-group): with (gnus-group-group-name).

21 years ago* gnus-topic.el (gnus-topic-select-group): Select last group if
Kai Grossjohann [Mon, 24 Feb 2003 14:11:15 +0000 (14:11 +0000)]
* gnus-topic.el (gnus-topic-select-group): Select last group if
after last group.
* gnus-group.el (gnus-group-select-group): Ditto.

21 years agoMarkup fixes.
Jesper Harder [Mon, 24 Feb 2003 03:16:20 +0000 (03:16 +0000)]
Markup fixes.

21 years agoUpdate.
Katsumi Yamaoka [Mon, 24 Feb 2003 03:09:16 +0000 (03:09 +0000)]
Update.

21 years ago(puthash): Alias to cl-puthash for Emacs 20.
Katsumi Yamaoka [Mon, 24 Feb 2003 03:09:10 +0000 (03:09 +0000)]
(puthash): Alias to cl-puthash for Emacs 20.

21 years ago(popup-menu): Compiler macro for Emacs 20.
Katsumi Yamaoka [Mon, 24 Feb 2003 03:09:04 +0000 (03:09 +0000)]
(popup-menu): Compiler macro for Emacs 20.
(gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
 point-at-(b|e)ol which aren't available in Emacs 20.

21 years agoMarkup fixes.
Jesper Harder [Mon, 24 Feb 2003 02:01:02 +0000 (02:01 +0000)]
Markup fixes.

21 years ago(gnus-xmas-mime-button-menu): Fix last change.
Katsumi Yamaoka [Sun, 23 Feb 2003 22:50:44 +0000 (22:50 +0000)]
(gnus-xmas-mime-button-menu): Fix last change.

21 years ago * gnus-start.el (gnus-activate-group): Re-enabled the catch error
Kevin Greiner [Sun, 23 Feb 2003 21:36:35 +0000 (21:36 +0000)]
* gnus-start.el (gnus-activate-group): Re-enabled the catch error
clause of the condition-case statement.  Errors connecting to a
server no longer terminate gnus.

* gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
make its use obvious.  Added no-nothing case to avoid
opening(closing) servers when already open(closed).
(gnus-agent-while-plugged): Added macro to facilitate internal use
of gnus-agent-toggle-plugged.
(gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
temporarily open servers.
(gnus-agent-get-undownloaded-list): Sort list of article numbers
as sorting gnus-newsgroup-headers is wrong.
(gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
to temporarily open servers. Corrected logic to handle setting
gnus-agent-mark-unread-after-downloaded.
(gnus-agent-fetch-articles): Now handles headers with missing
article sizes and/or missing article lengths.  Now clears the
message buffer when finished.
(gnus-agent-fetch-group-1): Position point before calling
gnus-summary-set-agent-mark.
(gnus-get-predicate): Corrected description, parameter is
predicate not category.
(gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
provide a separate single group expiration function.
(gnus-agent-regenerate-group): Now clears the message buffer when
finished.

21 years ago* gnus.el (gnus-agent-target-move-group-header): New variable.
Kai Grossjohann [Sun, 23 Feb 2003 20:43:22 +0000 (20:43 +0000)]
* gnus.el (gnus-agent-target-move-group-header): New variable.
* gnus-draft.el (gnus-draft-send): If special header
"X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
that group, instead of performing the regular sending functions.

21 years ago(gnus-xmas-mime-button-menu): Accept a prefix arg.
Katsumi Yamaoka [Sun, 23 Feb 2003 15:50:53 +0000 (15:50 +0000)]
(gnus-xmas-mime-button-menu): Accept a prefix arg.

21 years ago2003-02-20 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Sun, 23 Feb 2003 13:40:42 +0000 (13:40 +0000)]
2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>

* message.texi (News Headers): Update description of Message-ID.

21 years ago2003-02-20 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Sun, 23 Feb 2003 13:39:47 +0000 (13:39 +0000)]
2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>

* message.el (message-user-fqdn, message-valid-fqdn-regexp): New
variables.
(message-make-fqdn): Use it.  Improved validity check.

21 years ago(message-user-mail-address): Check whether
Lars Magne Ingebrigtsen [Sun, 23 Feb 2003 12:38:18 +0000 (12:38 +0000)]
(message-user-mail-address): Check whether
user-mail-address looks valid.

21 years ago* gnus-msg.el (gnus-mailing-list-followup-to): New function.
Lars Magne Ingebrigtsen [Sun, 23 Feb 2003 12:32:18 +0000 (12:32 +0000)]
* gnus-msg.el (gnus-mailing-list-followup-to): New function.

* gnus-util.el (gnus-fetch-original-field): New function.

21 years agoTypo fix.
Lars Magne Ingebrigtsen [Sun, 23 Feb 2003 11:59:15 +0000 (11:59 +0000)]
Typo fix.

21 years ago(message-mode): \\(...\\) around additional
Kai Grossjohann [Sun, 23 Feb 2003 10:54:08 +0000 (10:54 +0000)]
(message-mode): \\(...\\) around additional
paragraph-separate alternative.

21 years ago(gnus-mime-button-commands): Add ellipsis.
Jesper Harder [Sun, 23 Feb 2003 04:26:26 +0000 (04:26 +0000)]
(gnus-mime-button-commands): Add ellipsis.
(gnus-mime-button-menu): Define MIME popup menu with easy-menu to
display key bindings.
(gnus-mime-button-menu): Rewrite.

21 years ago(Startup Files): Addition.
Lars Magne Ingebrigtsen [Sun, 23 Feb 2003 00:09:40 +0000 (00:09 +0000)]
(Startup Files): Addition.

21 years ago(gnus-button-url-regexp): Removed `.
Lars Magne Ingebrigtsen [Sun, 23 Feb 2003 00:09:28 +0000 (00:09 +0000)]
(gnus-button-url-regexp): Removed `.

* gnus-art.el (gnus-mime-action-on-part): Require a match
interactively.

* gnus-start.el (gnus-save-newsrc-file): Use
gnus-backup-startup-file.
(gnus-backup-startup-file): New variable.

21 years ago(defun): Remove debug.
Lars Magne Ingebrigtsen [Sat, 22 Feb 2003 21:51:49 +0000 (21:51 +0000)]
(defun): Remove debug.

21 years ago * message.el (message-mode): MML tags separate paragraphs. Small
Kai Grossjohann [Sat, 22 Feb 2003 21:34:16 +0000 (21:34 +0000)]
* message.el (message-mode): MML tags separate paragraphs.  Small
change from David S Goldberg <david.goldberg6@verizon.net>.

21 years ago * gnus-draft.el (defun): Configure posting styles.
Lars Magne Ingebrigtsen [Sat, 22 Feb 2003 21:14:23 +0000 (21:14 +0000)]
* gnus-draft.el (defun): Configure posting styles.

21 years ago(gnus-summary-refer-article): Skip method if we
Jesper Harder [Sat, 22 Feb 2003 20:46:43 +0000 (20:46 +0000)]
(gnus-summary-refer-article): Skip method if we
can't open server.

21 years ago(gnus-get-unread-articles-in-group): Make sure
Lars Magne Ingebrigtsen [Sat, 22 Feb 2003 20:31:50 +0000 (20:31 +0000)]
(gnus-get-unread-articles-in-group): Make sure
the entry for the group exists before we alter it.

21 years ago(gnus-agent-get-undownloaded-list): Sort
Kai Grossjohann [Sat, 22 Feb 2003 20:29:33 +0000 (20:29 +0000)]
(gnus-agent-get-undownloaded-list): Sort
`gnus-newsgroup-headers'.

21 years ago(gnus-article-refer-article): Grok more message id
Kai Grossjohann [Sat, 22 Feb 2003 13:47:17 +0000 (13:47 +0000)]
(gnus-article-refer-article): Grok more message id
formats.  From Karl Pflästerer <sigurd@12move.de>.

21 years ago(mm-path-name-rewrite-functions): Doc fix: don't
Jesper Harder [Sat, 22 Feb 2003 04:10:55 +0000 (04:10 +0000)]
(mm-path-name-rewrite-functions): Doc fix: don't
use "path name".

21 years ago(Files and Directories): New node.
Jesper Harder [Sat, 22 Feb 2003 03:48:42 +0000 (03:48 +0000)]
(Files and Directories): New node.

21 years ago* gnus.texi: Markup fixes.
Jesper Harder [Fri, 21 Feb 2003 22:36:33 +0000 (22:36 +0000)]
* gnus.texi: Markup fixes.

21 years ago(Mailing List): Fix.
Jesper Harder [Fri, 21 Feb 2003 20:31:36 +0000 (20:31 +0000)]
(Mailing List): Fix.

21 years ago* gnus-sum.el (gnus-summary-move-article)
Teodor Zlatanov [Fri, 21 Feb 2003 19:13:34 +0000 (19:13 +0000)]
* gnus-sum.el (gnus-summary-move-article)
(gnus-summary-expire-articles): send data header for article, not
just article ID

* gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
(gnus-register-spool-action): added hashtable of message ID keys
with message motion data

21 years ago2003-02-21 Florian Weimer <fw@deneb.enyo.de>
Florian Weimer [Fri, 21 Feb 2003 13:35:05 +0000 (13:35 +0000)]
2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
From Reiner Steib  <Reiner.Steib@gmx.de>.

* gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
variable, used in `gnus-button-mid-or-mail-heuristic'.
(gnus-button-mid-or-mail-heuristic): New function derived from
Florian Weimer's Perl script.
(gnus-button-handle-mid-or-mail): Allow a function instead of
'guess.
(gnus-button-guessed-mid-regexp): Removed.

21 years ago*** empty log message ***
Simon Josefsson [Fri, 21 Feb 2003 13:01:16 +0000 (13:01 +0000)]
*** empty log message ***

21 years ago* hashcash.el (hashcash-point-at-bol):
Simon Josefsson [Fri, 21 Feb 2003 13:01:06 +0000 (13:01 +0000)]
* hashcash.el (hashcash-point-at-bol):
(hashcash-point-at-eol): Defalias.
(hashcash-generate-payment):
(mail-check-payment): Use it.

21 years ago(message-resend): Bind message-setup-hook to nil; remove X-Draft-From header.
Katsumi Yamaoka [Thu, 20 Feb 2003 23:20:48 +0000 (23:20 +0000)]
(message-resend): Bind message-setup-hook to nil; remove X-Draft-From header.

21 years ago(gnus-simplify-subject-fully, gnus-subject-equal)
Jesper Harder [Thu, 20 Feb 2003 02:39:08 +0000 (02:39 +0000)]
(gnus-simplify-subject-fully, gnus-subject-equal)
(gnus-newsgroup-undownloaded)
(gnus-summary-save-parts-default-mime, gnus-auto-select-next):
Doc fixes.

21 years ago*** empty log message ***
Jesper Harder [Thu, 20 Feb 2003 01:31:12 +0000 (01:31 +0000)]
*** empty log message ***

21 years ago* gnus-spec.el (gnus-xmas-format): Use insert instead of
Jesper Harder [Thu, 20 Feb 2003 00:39:05 +0000 (00:39 +0000)]
* gnus-spec.el (gnus-xmas-format): Use insert instead of
insert-string which is obsolete in Emacs 21.4.

* message.el (message-cross-post-followup-to-header): do.

* spam.el (spam-ifile-register-with-ifile)
(spam-stat-register-spam-routine)
(spam-stat-register-ham-routine)
(spam-bogofilter-register-with-bogofilter): do.

21 years ago(mailcap-mime-data): Fix typo.
Jesper Harder [Wed, 19 Feb 2003 23:58:36 +0000 (23:58 +0000)]
(mailcap-mime-data): Fix typo.

21 years ago(gnus-topic-make-menu-bar): Add ellipsis.
Jesper Harder [Wed, 19 Feb 2003 23:45:34 +0000 (23:45 +0000)]
(gnus-topic-make-menu-bar): Add ellipsis.

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

* gnus-cite.el (gnus-cite-unsightly-citation-regexp)
(gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
`gnus-cite-unsightly-citation-regexp'.

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

* GNUS-NEWS: Renamed `gnus-unsightly-citation-regexp' to
`gnus-cite-unsightly-citation-regexp'.

21 years ago(gnus-copy-article-buffer): Copy an article header even if there's just a
Katsumi Yamaoka [Wed, 19 Feb 2003 06:55:27 +0000 (06:55 +0000)]
(gnus-copy-article-buffer): Copy an article header even if there's just a
 header.

21 years ago* message.el (message-fix-before-sending): Fix highlighting of
Jesper Harder [Wed, 19 Feb 2003 04:13:33 +0000 (04:13 +0000)]
* message.el (message-fix-before-sending): Fix highlighting of
illegible and invisible text.

* gnus-util.el (gnus-multiple-choice): Separate choices with
", ".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.

21 years ago(gnus-summary-exit-no-update): Use gnus-kill-buffer.
Jesper Harder [Tue, 18 Feb 2003 22:39:42 +0000 (22:39 +0000)]
(gnus-summary-exit-no-update): Use gnus-kill-buffer.

21 years ago*** empty log message ***
Simon Josefsson [Tue, 18 Feb 2003 20:43:17 +0000 (20:43 +0000)]
*** empty log message ***

21 years agoTalk about canlock more.
Simon Josefsson [Tue, 18 Feb 2003 20:42:51 +0000 (20:42 +0000)]
Talk about canlock more.

21 years ago2003-02-18 Reiner Steib <Reiner.Steib@gmx.de>
Kai Grossjohann [Tue, 18 Feb 2003 20:32:24 +0000 (20:32 +0000)]
2003-02-18  Reiner Steib  <Reiner.Steib@gmx.de>

* gnus.texi (Article Washing): Mention `g'.
(Customizing Articles): Added cross reference.

21 years ago(spam-ham-move-routine)
Teodor Zlatanov [Tue, 18 Feb 2003 18:09:02 +0000 (18:09 +0000)]
(spam-ham-move-routine)
(spam-mark-spam-as-expired-and-move-routine): use
gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
around process-mark manipulation on the group

21 years ago(gnus-summary-make-menu-bar): Add MIME/Multipart submenu.
Kai Grossjohann [Mon, 17 Feb 2003 13:50:02 +0000 (13:50 +0000)]
(gnus-summary-make-menu-bar): Add MIME/Multipart submenu.

21 years ago(mail-source-fetch): Reverse the return value of
Lars Magne Ingebrigtsen [Mon, 17 Feb 2003 08:48:17 +0000 (08:48 +0000)]
(mail-source-fetch): Reverse the return value of
the continuation question.

21 years ago(nndraft-request-move-article): Bind
Lars Magne Ingebrigtsen [Sun, 16 Feb 2003 15:44:03 +0000 (15:44 +0000)]
(nndraft-request-move-article): Bind
nnmh-allow-delete-final to t.

21 years agoIndent.
Lars Magne Ingebrigtsen [Sun, 16 Feb 2003 15:41:34 +0000 (15:41 +0000)]
Indent.