gnus
21 years agoAdd ChangeLog entry for forgotten change in last commit.
Simon Josefsson [Sat, 28 Sep 2002 17:05:19 +0000 (17:05 +0000)]
Add ChangeLog entry for forgotten change in last commit.

21 years agoRevert some changes in last commit.
Simon Josefsson [Sat, 28 Sep 2002 16:40:30 +0000 (16:40 +0000)]
Revert some changes in last commit.

21 years ago* pgg.el (pgg-temporary-file-directory): New variable.
Simon Josefsson [Sat, 28 Sep 2002 16:34:35 +0000 (16:34 +0000)]
* pgg.el (pgg-temporary-file-directory): New variable.
(pgg-set-buffer-multibyte): Defalias.
(pgg-verify-region): Use it.

* pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
(pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.

* pgg-parse.el (pgg-char-int): Defalias.
(pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
(pgg-read-bytes, pgg-read-body): Use it.
(pgg-decode-packets): Don't use MEL, use base64-*.
(pgg-parse-armor): Don't assume set-buffer-multibyte exists.
(pgg-string-as-unibyte): Defalias.
(pgg-parse-armor-region): Use it.

* pgg-gpg.el (pgg-gpg-process-region): Use
pgg-temporary-file-directory.

* luna.el: Don't def-edebug.

21 years ago(mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
Simon Josefsson [Sat, 28 Sep 2002 16:19:28 +0000 (16:19 +0000)]
(mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
handle is returned.

21 years ago2002-09-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 28 Sep 2002 15:13:22 +0000 (15:13 +0000)]
2002-09-28  Simon Josefsson  <jas@extundo.com>

* pgg-pgp5.el (pgg-scheme-verify-region): Inline
binary-write-decoded-region from MEL.

* pgg-pgp5.el, pgg-gpg.el: Don't require mel.

21 years agoRemove static.el
Simon Josefsson [Sat, 28 Sep 2002 14:52:05 +0000 (14:52 +0000)]
Remove static.el

21 years agoapel-ver.el: Removed.
Simon Josefsson [Sat, 28 Sep 2002 14:50:14 +0000 (14:50 +0000)]
apel-ver.el: Removed.

21 years ago2002-09-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 28 Sep 2002 14:47:41 +0000 (14:47 +0000)]
2002-09-28  Simon Josefsson  <jas@extundo.com>

* alist.el, calist.el: Don't require product/APEL.

* pgg-parse.el (top-level): Remove dependency on static.el,
pccl.el, mel.el.
(pgg-parse-crc24, pgg-parse-crc24-string): Only define if
`define-ccl-program' is boundp, instead of using broken.

* broken.el, mcharset.el, mcs-20.el, mcs-e20.el, mcs-xm.el,
mcs-xmu.el mel.el, mime-def.el, path-util.el, pccl-20.el, pccl.el,
pces-20.el pces-e20.el, pces-raw.el, pces-xfc.el, pces-xm.el,
pces.el, pcustom.el poe-xemacs.el, poe.el, poem-xm.el, poem.el,
product.el, pym.el: Removed.

21 years ago(autoload): Autoload correct files. Trivial patch
Simon Josefsson [Sat, 28 Sep 2002 13:20:56 +0000 (13:20 +0000)]
(autoload): Autoload correct files.  Trivial patch
from dme@dme.org.

21 years ago(gnus-fixup-nnimap-unread-after-getting-new-news): Protect against
Katsumi Yamaoka [Fri, 27 Sep 2002 09:20:09 +0000 (09:20 +0000)]
(gnus-fixup-nnimap-unread-after-getting-new-news): Protect against
 non-existent of `nnimap-mailbox-info'.

21 years ago* gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
Simon Josefsson [Fri, 27 Sep 2002 08:47:26 +0000 (08:47 +0000)]
* gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
(gnus-setup-news-hook): Use it.
(gnus-after-getting-new-news-hook): Ditto.

* nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.

21 years ago(gnus-article-mode-syntax-table): Replace "-" to " ".
Katsumi Yamaoka [Fri, 27 Sep 2002 08:09:05 +0000 (08:09 +0000)]
(gnus-article-mode-syntax-table): Replace "-" to " ".

21 years ago(gnus-nov-parse-line): When an error is signaled in the part to decode
Katsumi Yamaoka [Fri, 27 Sep 2002 04:08:59 +0000 (04:08 +0000)]
(gnus-nov-parse-line): When an error is signaled in the part to decode
 encoded words, use raw words instead of decoded words.

21 years ago * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
ShengHuo ZHU [Fri, 27 Sep 2002 02:45:23 +0000 (02:45 +0000)]
* nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.

21 years ago * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
ShengHuo ZHU [Fri, 27 Sep 2002 02:36:55 +0000 (02:36 +0000)]
* mm-view.el (mm-w3m-mode-ignored-keys): New variable.
(mm-setup-w3m): Use it.

21 years ago(gnus-article-mode-syntax-table): Make M-. work in
Simon Josefsson [Fri, 27 Sep 2002 02:16:39 +0000 (02:16 +0000)]
(gnus-article-mode-syntax-table): Make M-. work in
article buffers.

21 years ago(nnimap-update-unseen): New function; update unseen count in
Simon Josefsson [Thu, 26 Sep 2002 23:29:04 +0000 (23:29 +0000)]
(nnimap-update-unseen): New function; update unseen count in
`n-m-info'.
(nnimap-close-group): Call it.

21 years ago* nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
Simon Josefsson [Thu, 26 Sep 2002 23:07:47 +0000 (23:07 +0000)]
* nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
it just in case.

21 years agoUnread count now correct for nnimap
Simon Josefsson [Thu, 26 Sep 2002 23:06:12 +0000 (23:06 +0000)]
Unread count now correct for nnimap

21 years ago* gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
Simon Josefsson [Thu, 26 Sep 2002 23:02:51 +0000 (23:02 +0000)]
* gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
(gnus-after-getting-new-news-hook): Ditto.

* nnimap.el (nnimap-retrieve-groups): Move the quick mail check
message into verboselevel 9.  Change slow mail check message.
(nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
(nnimap-fixup-unread-after-getting-new-news): New function, to be
used as a hook after getting new mail.

21 years ago* imap.el (imap-parse-resp-text-code): The UNSEEN value in
Simon Josefsson [Thu, 26 Sep 2002 22:20:27 +0000 (22:20 +0000)]
* imap.el (imap-parse-resp-text-code): The UNSEEN value in
SELECT/EXAMINE is first unseen article, not number of unseen
articles.  Make them distinct by renaming the former to
`first-unseen' instead of `unseen'.

* nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
too.
(nnimap-retrieve-groups): Don't used cached data if uidvalidity
changed.
(nnimap-retrieve-groups): Store uidvalidity and unseen data too.

21 years ago(Agent Variables): Add.
Simon Josefsson [Thu, 26 Sep 2002 18:13:42 +0000 (18:13 +0000)]
(Agent Variables): Add.

21 years ago(gnus-server-unopen-status): Defcustom.
Simon Josefsson [Thu, 26 Sep 2002 18:08:12 +0000 (18:08 +0000)]
(gnus-server-unopen-status): Defcustom.

21 years ago(mml-signencrypt-style): Docstring to font-lock
Simon Josefsson [Thu, 26 Sep 2002 17:16:08 +0000 (17:16 +0000)]
(mml-signencrypt-style): Docstring to font-lock
better.

21 years ago(mml2015-pgg-decrypt): Only add security information
Simon Josefsson [Thu, 26 Sep 2002 17:03:40 +0000 (17:03 +0000)]
(mml2015-pgg-decrypt): Only add security information
if dissecting resulting buffer actually had any information.

21 years agoSynch with the latest APEL/FLIM modules.
Katsumi Yamaoka [Thu, 26 Sep 2002 04:50:05 +0000 (04:50 +0000)]
Synch with the latest APEL/FLIM modules.

21 years agoMore files.
Simon Josefsson [Thu, 26 Sep 2002 04:41:54 +0000 (04:41 +0000)]
More files.

21 years ago* gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name' because
Katsumi Yamaoka [Thu, 26 Sep 2002 04:34:22 +0000 (04:34 +0000)]
* gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name' because
 the function `string<' allows symbols.
* gnus-sum.el (gnus-summary-make-menu-bar): Ditto.

21 years ago * message.el (message-forward-make-body): Revert an early change
ShengHuo ZHU [Thu, 26 Sep 2002 02:21:37 +0000 (02:21 +0000)]
* message.el (message-forward-make-body): Revert an early change
because 8-bit utf-8 emails.

21 years ago2002-09-25 Bj\e,Av\e(Brn Torkelsson <torkel@acc.umu.se>
ShengHuo ZHU [Wed, 25 Sep 2002 23:45:18 +0000 (23:45 +0000)]
2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>

* gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
links to Info)
* gnus-art.el (gnus-treat-highlight-signature):
* gnus-art.el (gnus-treat-buttonize):
* gnus-art.el (gnus-treat-buttonize-head):
* gnus-art.el (gnus-treat-emphasize):
* gnus-art.el (gnus-treat-strip-cr):
* gnus-art.el (gnus-treat-unsplit-urls):
* gnus-art.el (gnus-treat-leading-whitespace):
* gnus-art.el (gnus-treat-hide-headers):
* gnus-art.el (gnus-treat-hide-boring-headers):
* gnus-art.el (gnus-treat-hide-signature):
* gnus-art.el (gnus-treat-fill-article):
* gnus-art.el (gnus-treat-hide-citation):
* gnus-art.el (gnus-treat-hide-citation-maybe):
* gnus-art.el (gnus-treat-strip-list-identifiers):
* gnus-art.el (gnus-treat-strip-pgp):
* gnus-art.el (gnus-treat-strip-pem):
* gnus-art.el (gnus-treat-strip-banner):
* gnus-art.el (gnus-treat-highlight-headers):
* gnus-art.el (gnus-treat-highlight-citation):
* gnus-art.el (gnus-treat-date-ut):
* gnus-art.el (gnus-treat-date-local):
* gnus-art.el (gnus-treat-date-english):
* gnus-art.el (gnus-treat-date-lapsed):
* gnus-art.el (gnus-treat-date-original):
* gnus-art.el (gnus-treat-date-iso8601):
* gnus-art.el (gnus-treat-date-user-defined):
* gnus-art.el (gnus-treat-strip-headers-in-body):
* gnus-art.el (gnus-treat-strip-trailing-blank-lines):
* gnus-art.el (gnus-treat-strip-leading-blank-lines):
* gnus-art.el (gnus-treat-strip-multiple-blank-lines):
* gnus-art.el (gnus-treat-unfold-headers):
* gnus-art.el (gnus-treat-fold-headers):
* gnus-art.el (gnus-treat-fold-newsgroups):
* gnus-art.el (gnus-treat-overstrike):
* gnus-art.el (gnus-treat-display-xface):
* gnus-art.el (gnus-treat-display-smileys):
* gnus-art.el (gnus-treat-from-picon):
* gnus-art.el (gnus-treat-mail-picon):
* gnus-art.el (gnus-treat-newsgroups-picon):
* gnus-art.el (gnus-treat-body-boundary):
* gnus-art.el (gnus-treat-capitalize-sentences):
* gnus-art.el (gnus-treat-fill-long-lines):
* gnus-art.el (gnus-treat-play-sounds):
* gnus-art.el (gnus-treat-translate):
* gnus-art.el (gnus-treat-x-pgp-sig):
* gnus-art.el (gnus-mime-button-line-format):
* gnus-art.el (gnus-button-man-level):
* gnus-art.el (gnus-button-emacs-level):
* gnus-cus.el (gnus-group-parameters):
* gnus-gl.el (bbb-build-mid-scores-alist):
* gnus-group.el (gnus-group-line-format):
* gnus-mlspl.el (gnus-group-split-setup):
* gnus-mlspl.el (gnus-group-split):
* gnus-msg.el (gnus-mailing-list-groups):
* gnus-msg.el (gnus-posting-styles):
* gnus-nocem.el (gnus-nocem-issuers):
* gnus-score.el (gnus-score-regexp-bad-p):
* gnus-srvr.el (gnus-server-line-format):
* gnus-topic.el (gnus-topic-line-format):
* gnus.el (gnus-summary-line-format):
* mail-source.el (mail-sources):
* message.el (message-subscribed-address-file):
* nnmail.el (nnmail-split-fancy):

2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>

* mail-source.el(mail-source-run-script): use `functionp' to test
whether the argument `script' is in fact a function.
(mail-sources): adjust the defcustom to allow users to specify a
function or a string as the value of the `:prescript' and
`:postscript' arguments of the `file' and `pop3' mail sources.

21 years agoMore files.
Simon Josefsson [Wed, 25 Sep 2002 21:14:58 +0000 (21:14 +0000)]
More files.

21 years agoMore files.
Simon Josefsson [Wed, 25 Sep 2002 19:56:04 +0000 (19:56 +0000)]
More files.

21 years ago* nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
Paul Jarc [Wed, 25 Sep 2002 17:43:16 +0000 (17:43 +0000)]
* nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
number when article 1 does not exist.

21 years ago(gnus-button-handle-describe-key, gnus-button-handle-apropos)
Kai Grossjohann [Wed, 25 Sep 2002 15:46:28 +0000 (15:46 +0000)]
(gnus-button-handle-describe-key, gnus-button-handle-apropos)
(gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.

21 years ago(gnus-button-guessed-mid-regexp)
Kai Grossjohann [Wed, 25 Sep 2002 14:36:20 +0000 (14:36 +0000)]
(gnus-button-guessed-mid-regexp)
(gnus-button-handle-describe-prefix, gnus-button-alist): Better
regexes.  From Reiner Steib.
(gnus-button-handle-describe-function)
(gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.

21 years agoFix URL again.
Simon Josefsson [Wed, 25 Sep 2002 14:09:16 +0000 (14:09 +0000)]
Fix URL again.

21 years agoFix URL.
Simon Josefsson [Wed, 25 Sep 2002 14:08:29 +0000 (14:08 +0000)]
Fix URL.

21 years ago(Troubleshooting): Add.
Simon Josefsson [Wed, 25 Sep 2002 14:04:10 +0000 (14:04 +0000)]
(Troubleshooting): Add.

21 years ago(gnus-button-handle-apropos-variable): Fall back to
Kai Grossjohann [Wed, 25 Sep 2002 14:01:01 +0000 (14:01 +0000)]
(gnus-button-handle-apropos-variable): Fall back to
apropos if apropos-variable does not exist.

21 years ago2002-09-25 Mark A. Hershberger <mah@everybody.org>
Lars Magne Ingebrigtsen [Wed, 25 Sep 2002 13:08:01 +0000 (13:08 +0000)]
2002-09-25  Mark A. Hershberger  <mah@everybody.org>

* nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
the file.

21 years ago(Summary Maneuvering): Fix gnus-auto-select-next.
Simon Josefsson [Wed, 25 Sep 2002 13:05:05 +0000 (13:05 +0000)]
(Summary Maneuvering): Fix gnus-auto-select-next.

21 years ago(defvar, autoload): Prevent byte-compile warnings.
Simon Josefsson [Tue, 24 Sep 2002 17:43:13 +0000 (17:43 +0000)]
(defvar, autoload): Prevent byte-compile warnings.

21 years ago * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
ShengHuo ZHU [Tue, 24 Sep 2002 17:22:16 +0000 (17:22 +0000)]
* gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.

21 years ago * gnus-start.el (gnus-1): Create nndraft:queue.
ShengHuo ZHU [Tue, 24 Sep 2002 17:16:50 +0000 (17:16 +0000)]
* gnus-start.el (gnus-1): Create nndraft:queue.

21 years agoMore files (for XEmacs).
Simon Josefsson [Tue, 24 Sep 2002 15:21:58 +0000 (15:21 +0000)]
More files (for XEmacs).

21 years agoPGG manual.
Simon Josefsson [Tue, 24 Sep 2002 15:15:44 +0000 (15:15 +0000)]
PGG manual.

21 years agoFiles from APEL, FLIM and SEMI/PGG.
Simon Josefsson [Tue, 24 Sep 2002 15:15:31 +0000 (15:15 +0000)]
Files from APEL, FLIM and SEMI/PGG.

21 years ago(top-level): Require mm-util for mm-make-temp-file.
Simon Josefsson [Tue, 24 Sep 2002 15:07:11 +0000 (15:07 +0000)]
(top-level): Require mm-util for mm-make-temp-file.
(mml2015-use): Prefer PGG if installed.
(mml2015-function-alist): Add PGG wrappers.
(mml2015-gpg-extract-signature-details): Check mml2015-use too.
(mml2015-gpg-extract-signature-details): PGG strips "gpg: "
prefix, make regexp optionally skip it.
(mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
(mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
(mml2015-pgg-encrypt): New functions.

21 years ago(article-strip-banner): Check for the existence of from header.
Katsumi Yamaoka [Tue, 24 Sep 2002 10:43:44 +0000 (10:43 +0000)]
(article-strip-banner): Check for the existence of from header.

21 years ago(gnus-button-guessed-mid-regexp): Improved regexp.
Kai Grossjohann [Mon, 23 Sep 2002 20:38:23 +0000 (20:38 +0000)]
(gnus-button-guessed-mid-regexp): Improved regexp.
(gnus-button-alist): Improved regexp for
gnus-button-handle-mid-or-mail (false positives), fixed
gnus-button-handle-man entries.
From Reiner Steib.

21 years agoFrom Josh Huber.
Paul Jarc [Mon, 23 Sep 2002 20:17:05 +0000 (20:17 +0000)]
From Josh Huber.
* nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
nnmail-extra-headers is non-nil.

21 years ago* nnmaildir.el: Store article numbers persistently. General
Paul Jarc [Mon, 23 Sep 2002 19:07:57 +0000 (19:07 +0000)]
* nnmaildir.el: Store article numbers persistently.  General
revision.
(nnmaildir-request-expire-articles): handle 'immediate and 'never
for nnmail-expiry-wait; delete instead of moving if 'force is
given.

21 years ago(smime-sign-buffer): Get key and extra certs.
Simon Josefsson [Mon, 23 Sep 2002 16:40:25 +0000 (16:40 +0000)]
(smime-sign-buffer): Get key and extra certs.
(smime-get-key-with-certs-by-email): Utility function.

21 years ago Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
ShengHuo ZHU [Sun, 22 Sep 2002 02:30:30 +0000 (02:30 +0000)]
Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>

* gnus-soup.el (gnus-soup-add-article): Mark as read only when the
article exists.

21 years ago * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
ShengHuo ZHU [Sat, 21 Sep 2002 04:33:42 +0000 (04:33 +0000)]
* gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.

21 years ago(gnus-button-handle-custom,
Kai Grossjohann [Fri, 20 Sep 2002 16:40:28 +0000 (16:40 +0000)]
(gnus-button-handle-custom,
gnus-button-handle-mid-or-mail,
gnus-button-handle-describe-{function,variable,key},
gnus-button-handle-apropos{,command,variable}): New functions.
(gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
gnus-button-{man,emacs,mail}-level): New variables.
(gnus-button-alist): Use the above to buttonize emacs and mail
related links.

21 years ago * gnus.texi (X-Face): Add GIF.
ShengHuo ZHU [Thu, 19 Sep 2002 20:44:16 +0000 (20:44 +0000)]
* gnus.texi (X-Face): Add GIF.

21 years ago2002-09-18 Juanma Barranquero <lektu@terra.es>
ShengHuo ZHU [Wed, 18 Sep 2002 18:42:46 +0000 (18:42 +0000)]
2002-09-18  Juanma Barranquero  <lektu@terra.es>

* gnus-int.el (gnus-status-message): Fix spacing.

* imap.el (imap-continuation): Fix typos.

21 years ago * gnus-msg.el (gnus-configure-posting-styles): Sort results.
ShengHuo ZHU [Wed, 18 Sep 2002 15:30:32 +0000 (15:30 +0000)]
* gnus-msg.el (gnus-configure-posting-styles): Sort results.

21 years ago * gnus-art.el (gnus-article-reply-with-original): Fix
ShengHuo ZHU [Wed, 18 Sep 2002 14:50:20 +0000 (14:50 +0000)]
* gnus-art.el (gnus-article-reply-with-original): Fix
with-current-buffer scope.

21 years ago * message.el (message-completion-alist): Add Reply-To, From, etc.
ShengHuo ZHU [Wed, 18 Sep 2002 11:53:28 +0000 (11:53 +0000)]
* message.el (message-completion-alist): Add Reply-To, From, etc.

21 years ago(nnimap-request-expire-articles): Make flag setting
Simon Josefsson [Wed, 18 Sep 2002 10:34:26 +0000 (10:34 +0000)]
(nnimap-request-expire-articles): Make flag setting
conditional.  From Nevin Kapur <nevin@jhu.edu>.

21 years ago(A note on namespaces): New.
Simon Josefsson [Wed, 18 Sep 2002 10:02:24 +0000 (10:02 +0000)]
(A note on namespaces): New.

21 years ago* nnimap.el (nnimap-expiry-target): Don't search for which
Simon Josefsson [Tue, 17 Sep 2002 20:27:21 +0000 (20:27 +0000)]
* nnimap.el (nnimap-expiry-target): Don't search for which
articles exists here.
(nnimap-request-expire-articles): Do it here instead.  Only expire
when articles are found.  Suggested by Nevin Kapur
<nevin@jhu.edu>.

21 years ago* message-utils.el: Removed. Functions are now in message.el.
Kai Grossjohann [Tue, 17 Sep 2002 18:35:52 +0000 (18:35 +0000)]
* message-utils.el: Removed.  Functions are now in message.el.

21 years ago(message-strip-subject-trailing-was)
Kai Grossjohann [Tue, 17 Sep 2002 18:04:33 +0000 (18:04 +0000)]
(message-strip-subject-trailing-was)
(message-change-subject, message-add-archive-header)
(message-xpost-fup2-header, message-xpost-insert-note)
(message-xpost-fup2, message-reduce-to-to-cc): New functions
adopted from message-utils.el.  Add functions to the keymap, mode
describtion and menu.
(message-change-subject,message-xpost-fup2): Signal error if
current header is empty.
(message-xpost-insert-note): Changed insert position.
(message-archive-note): Ensure to insert note in message body (not
in head).
(message-archive-header, message-archive-note)
(message-xpost-default, message-xpost-note, message-fup2-note)
(message-xpost-note-function): New variables adopted from
message-utils.el.  Changed some doc-strings.
(message-mark-insert-{begin,end}): Rename from
message-{begin,end}-inserted-text-mark (message-utils.el), changed
values.
(message-subject-trailing-was-query)
(message-subject-trailing-was-ask-regexp)
(message-subject-trailing-was-regexp): New variables.
(message-to-list-only): Added doc-string and menu entry.

21 years agoImprove GCC handling.
Simon Josefsson [Tue, 17 Sep 2002 17:47:43 +0000 (17:47 +0000)]
Improve GCC handling.

21 years ago(Splitting Mail): "By default, splitting is performed
Kai Grossjohann [Mon, 16 Sep 2002 20:27:18 +0000 (20:27 +0000)]
(Splitting Mail): "By default, splitting is performed
on all incoming messages."  This sentence had a "not" too many.
Explicitly say that `nnmail-resplit-incoming' has effect only for
`directory' mail-sources entries.

21 years agoUse double spaces in ChangeLog entries. Suggested by John Paul
ShengHuo ZHU [Mon, 16 Sep 2002 15:22:00 +0000 (15:22 +0000)]
Use double spaces in ChangeLog entries. Suggested by John Paul
Wallington <jpw@shootybangbang.com>.

21 years ago * gnus-art.el (gnus-article-reply-with-original,
ShengHuo ZHU [Mon, 16 Sep 2002 12:14:09 +0000 (12:14 +0000)]
* gnus-art.el (gnus-article-reply-with-original,
gnus-article-followup-with-original): Switch to
gnus-summary-buffer before reply/followup.

21 years ago(Mail Source Specifiers): Say "one-to-one
Kai Grossjohann [Sun, 15 Sep 2002 20:43:27 +0000 (20:43 +0000)]
(Mail Source Specifiers): Say "one-to-one
correspondence" in the description of `directory'.

21 years ago * gnus-sum.el (gnus-summary-toggle-header): The article window may
ShengHuo ZHU [Sun, 15 Sep 2002 15:40:06 +0000 (15:40 +0000)]
* gnus-sum.el (gnus-summary-toggle-header): The article window may
not exist. Toggle it anyway.

21 years ago * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
ShengHuo ZHU [Sat, 14 Sep 2002 04:28:58 +0000 (04:28 +0000)]
* gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.

21 years ago * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
ShengHuo ZHU [Sat, 14 Sep 2002 04:07:31 +0000 (04:07 +0000)]
* gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
Trivial patch from Urban Engberg <ue@ccieurope.com>.

21 years ago * rfc2047.el (message-posting-charset): Defvar it.
ShengHuo ZHU [Sat, 14 Sep 2002 03:37:43 +0000 (03:37 +0000)]
* rfc2047.el (message-posting-charset): Defvar it.
(rfc2047-charset-encoding-alist): Use B for iso-8859-7 and iso-8859-8. Fix doc.
Suggested by Dave Love <fx@gnu.org>.

21 years ago * mail-source.el (mail-source-fetch): Hide password.
ShengHuo ZHU [Sat, 14 Sep 2002 03:29:26 +0000 (03:29 +0000)]
* mail-source.el (mail-source-fetch): Hide password.

Correct some ChangeLog entries.

21 years ago * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
ShengHuo ZHU [Sat, 14 Sep 2002 02:43:35 +0000 (02:43 +0000)]
* gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.

21 years ago(gnus-visual, gnus-meta): Fix typo.
Katsumi Yamaoka [Thu, 12 Sep 2002 03:59:56 +0000 (03:59 +0000)]
(gnus-visual, gnus-meta): Fix typo.

21 years ago(Top, Summary Buffer): Add info to "Delayed Articles"
Kai Grossjohann [Wed, 11 Sep 2002 17:13:52 +0000 (17:13 +0000)]
(Top, Summary Buffer): Add info to "Delayed Articles"
menu line.

21 years ago* gnus-art.el (gnus-article-address-banner-alist): Doc fix.
Katsumi Yamaoka [Wed, 11 Sep 2002 10:23:00 +0000 (10:23 +0000)]
* gnus-art.el (gnus-article-address-banner-alist): Doc fix.
* gnus.texi (Article Hiding): Fix.
;; Replace "\." to "\\." (it's not worth to write ChangeLog).

21 years ago(Article Hiding): Add a document for gnus-article-address-banner-alist.
Katsumi Yamaoka [Wed, 11 Sep 2002 08:53:53 +0000 (08:53 +0000)]
(Article Hiding): Add a document for gnus-article-address-banner-alist.

21 years ago(gnus-article-address-banner-alist): Doc fix.
Katsumi Yamaoka [Wed, 11 Sep 2002 08:53:39 +0000 (08:53 +0000)]
(gnus-article-address-banner-alist): Doc fix.

21 years ago(nnimap-expiry-target): Only expiry-target existing articles.
Simon Josefsson [Wed, 11 Sep 2002 08:13:03 +0000 (08:13 +0000)]
(nnimap-expiry-target): Only expiry-target existing articles.
(nnimap-split-rule): Doc fix.
(nnimap-request-expire-articles): Cleanup code.

21 years ago(Splitting in IMAP): Fix.
Simon Josefsson [Wed, 11 Sep 2002 08:09:50 +0000 (08:09 +0000)]
(Splitting in IMAP): Fix.

21 years ago* gnus-art.el (gnus-article-address-banner-alist): New option.
Katsumi Yamaoka [Wed, 11 Sep 2002 06:51:42 +0000 (06:51 +0000)]
* gnus-art.el (gnus-article-address-banner-alist): New option.
(article-strip-banner): Refer the above option to split banners of free mail
 servers, when no group parameter is specified.

21 years ago(Other Marks): Fix.
Simon Josefsson [Tue, 10 Sep 2002 10:33:48 +0000 (10:33 +0000)]
(Other Marks): Fix.

21 years ago* nntp.el (nntp-wait-for-string): Check for a process in the current buffer
Katsumi Yamaoka [Tue, 10 Sep 2002 07:40:40 +0000 (07:40 +0000)]
* nntp.el (nntp-wait-for-string): Check for a process in the current buffer
 instead of `nntp-server-buffer'.

21 years ago(Splitting Mail): Typo.
Kai Grossjohann [Mon, 9 Sep 2002 16:16:34 +0000 (16:16 +0000)]
(Splitting Mail): Typo.
(Comparing Mail Back Ends): Say "back end" instead of "backend".
(Terminology): Try to explain "back end" better.

21 years agoFix :type in last commit.
Simon Josefsson [Mon, 9 Sep 2002 15:24:16 +0000 (15:24 +0000)]
Fix :type in last commit.

21 years ago(Splitting Mail): Typo.
Kai Grossjohann [Mon, 9 Sep 2002 14:46:25 +0000 (14:46 +0000)]
(Splitting Mail): Typo.

21 years ago(Article Buttons): Add.
Simon Josefsson [Mon, 9 Sep 2002 13:44:54 +0000 (13:44 +0000)]
(Article Buttons): Add.

21 years ago(Splitting Mail): Document nnmail-resplit-incoming,
Kai Grossjohann [Mon, 9 Sep 2002 13:42:47 +0000 (13:42 +0000)]
(Splitting Mail): Document nnmail-resplit-incoming,
xref to Mail Source Specifiers.
(Mail Source Specifiers): Add index entry for
nnmail-scan-directory-mail-source-once.  Add index entry for
nnmail-resplit-incoming, with xref to Splitting Mail.

21 years ago(gnus-button-man-handler): New variable.
Simon Josefsson [Mon, 9 Sep 2002 13:40:28 +0000 (13:40 +0000)]
(gnus-button-man-handler): New variable.
(gnus-button-alist): Use g-b-handle-man.
(gnus-button-handle-man): New, call g-b-man-handler.

21 years ago(gnus-button-alist): Buttonize man page links.
Simon Josefsson [Sun, 8 Sep 2002 16:32:05 +0000 (16:32 +0000)]
(gnus-button-alist): Buttonize man page links.

21 years ago(gnus-article-dumbquotes-map): Add \230.
Lars Magne Ingebrigtsen [Sat, 7 Sep 2002 19:48:26 +0000 (19:48 +0000)]
(gnus-article-dumbquotes-map): Add \230.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 20:53:55 +0000 (20:53 +0000)]
*** empty log message ***

21 years ago(Limiting): Addition.articles
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 20:53:28 +0000 (20:53 +0000)]
(Limiting): Addition.articles

21 years ago* gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 20:53:13 +0000 (20:53 +0000)]
* gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".

* gnus-sum.el (gnus-summary-limit-to-unseen): New command and
keystroke.

21 years ago(Browse Foreign Server): Addition.
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 18:35:42 +0000 (18:35 +0000)]
(Browse Foreign Server): Addition.

21 years ago(gnus-browse-describe-group): New command and
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 18:35:31 +0000 (18:35 +0000)]
(gnus-browse-describe-group): New command and
keystroke.