gnus
22 years ago2001-07-04 Yair Friedman <yairfr@Amdocs.com>
ShengHuo ZHU [Mon, 9 Jul 2001 22:01:12 +0000 (22:01 +0000)]
2001-07-04  Yair Friedman  <yairfr@Amdocs.com>

* make.bat: Use infohack.el to create info files.

22 years ago2001-07-09 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 9 Jul 2001 20:18:05 +0000 (20:18 +0000)]
2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nntp.el (nntp-send-command, nntp-send-command-nodelete):
(nntp-send-command-and-decode): Use gnus-point-at-bol.

2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
From  Paul Jarc <prj@po.cwru.edu>

* message.el (message-use-mail-followup-to): New variable.
(message-get-reply-headers): Use it.

2001-07-04  Gerd Moellmann  <gerd@gnu.org>

* nnheader.el (nnheader-init-server-buffer): Make sure the
*nntpd* buffer is made multibyte instead of a random buffer.

2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
when it returns headers.

22 years ago2001-07-07 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 6 Jul 2001 22:45:47 +0000 (22:45 +0000)]
2001-07-07  Simon Josefsson  <jas@extundo.com>

* rfc2047.el (rfc2047-encode-message-header): Skip header when
trying to fold. Thanks to Colin Walters
<walters@cis.ohio-state.edu>

22 years ago2001-07-06 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 6 Jul 2001 18:34:53 +0000 (18:34 +0000)]
2001-07-06  Simon Josefsson  <jas@extundo.com>

* imap.el (imap-parse-address-list, imap-parse-flag-list)
(imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
Add information in `assert's.

22 years ago2001-07-06 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 6 Jul 2001 17:56:46 +0000 (17:56 +0000)]
2001-07-06  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
and `nnimap-group-overview-filename', should handle all
change-of-uidvalidity related issues.  But there may be other
problems.)

22 years ago2001-07-05 Colin Walters <walters@cis.ohio-state.edu>
Simon Josefsson [Thu, 5 Jul 2001 22:04:15 +0000 (22:04 +0000)]
2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>

* rfc2047.el (rfc2047-encode-message-header): Don't include the
header name when folding.

22 years agoPatch from Colin Walters.
Kai Grossjohann [Thu, 5 Jul 2001 14:40:15 +0000 (14:40 +0000)]
Patch from Colin Walters.

* mm-decode.el (mm-inlined-types): Document relationship with
`mm-inline-media-tests'.
(mm-display-inline): Default to displaying as plain text if no
inlining handler is available.
(mm-inlinable-p): Remove.
(mm-inlined-p): Don't call `mm-inlinable-p'.
(mm-automatic-display-p): Ditto.
(mm-attachment-override-p): Ditto.

22 years ago2001-07-04 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 4 Jul 2001 17:42:52 +0000 (17:42 +0000)]
2001-07-04  Simon Josefsson  <jas@extundo.com>

* gnus.texi (IMAP): Add.

22 years ago2001-07-04 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 4 Jul 2001 17:41:57 +0000 (17:41 +0000)]
2001-07-04  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap-importantize-dormant): New variable.
(nnimap-request-update-info-internal): Use it.
(nnimap-request-set-mark): Ditto.

22 years agolisp/ChangeLog addition:
Didier Verna [Wed, 4 Jul 2001 13:51:32 +0000 (13:51 +0000)]
lisp/ChangeLog addition:

2001-07-04  Didier Verna  <didier@lrde.epita.fr>

* nntp.el (nntp-send-command): don't pass a buffer argument to
`point'. Only XEmacs accepts this.
* nntp.el (nntp-send-command-nodelete): ditto.
* nntp.el (nntp-send-command-and-decode): ditto.

22 years agotexi/ChangeLog addition:
Didier Verna [Wed, 4 Jul 2001 10:04:53 +0000 (10:04 +0000)]
texi/ChangeLog addition:

2001-07-04  Didier Verna  <didier@lrde.epita.fr>

* gnus.texi (Example Methods): use the new nntp-open-connection
methods in the examples.
* gnus.texi (NNTP): update for the new nntp-open-connection methods.
* gnus.texi (Direct Functions): new node.
* gnus.texi (Indirect Functions): new node.
* gnus.texi (Common Variables): new node.

lisp/ChangeLog addition:

2001-07-04  Didier Verna  <didier@lrde.epita.fr>

* nntp.el (nntp-open-connection-function): doc update.
* nntp.el (nntp-pre-command): New.
* nntp.el (nntp-via-rlogin-command): New.
* nntp.el (nntp-via-telnet-command): New.
* nntp.el (nntp-via-telnet-switches): New.
* nntp.el (nntp-via-user-name): New.
* nntp.el (nntp-via-user-password): New.
* nntp.el (nntp-via-address): New.
* nntp.el (nntp-via-envuser): New.
* nntp.el (nntp-via-shell-prompt): New.
* nntp.el (nntp-open-telnet-stream): New.
* nntp.el (nntp-open-via-rlogin-and-telnet): New.
* nntp.el (nntp-open-via-telnet-and-telnet): New.
* nntp.el (nntp-wait-for): check for possibly echo'ed commands.
* nntp.el (nntp-send-command): ditto.
* nntp.el (nntp-send-command-nodelete): ditto.
* nntp.el (nntp-send-command-and-decode): ditto.

22 years ago2001-06-30 YAGI Tatsuya <yagi@is.titech.ac.jp>
ShengHuo ZHU [Tue, 3 Jul 2001 19:14:41 +0000 (19:14 +0000)]
2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>

* gnus-start.el (gnus-check-first-time-used): Use `if' instead of
`when'.

22 years ago2001-07-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 3 Jul 2001 12:22:45 +0000 (12:22 +0000)]
2001-07-03  Simon Josefsson  <jas@extundo.com>
From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>

* flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.

22 years ago2001-07-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 3 Jul 2001 11:26:23 +0000 (11:26 +0000)]
2001-07-03  Simon Josefsson  <jas@extundo.com>

* flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
remove it (workaround XEmacs `fill-region' bug).

22 years ago2001-07-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 1 Jul 2001 15:58:36 +0000 (15:58 +0000)]
2001-07-01  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap-date-days-ago): Defeat locale.

22 years ago2001-06-28 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 28 Jun 2001 23:10:05 +0000 (23:10 +0000)]
2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-format-error): New function.
(mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
(mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
(mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.

22 years ago2001-06-27 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 27 Jun 2001 17:25:10 +0000 (17:25 +0000)]
2001-06-27  Simon Josefsson  <jas@extundo.com>
From Ralph Schleicher <rs@nunatak.allgaeu.org>

* gnus.texi (MIME Commands): Add.

22 years ago2001-06-26 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 27 Jun 2001 17:04:35 +0000 (17:04 +0000)]
2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-retrieve-headers): The description may exist.
Suggested by Christoph Conrad <C.Conrad@cli.de>.

* gnus-sum.el (gnus-summary-set-local-parameters): Don't override
group variables.

22 years ago2001-06-25 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 25 Jun 2001 17:49:52 +0000 (17:49 +0000)]
2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.

* nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
(nnrss-save-group-data): Ditto.

* gnus-agent.el (gnus-agent-save-alist): Ditto.

2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

* message.el (message-do-send-housekeeping): Narrow to headers.

22 years ago2001-06-24 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 24 Jun 2001 20:30:12 +0000 (20:30 +0000)]
2001-06-24  Simon Josefsson  <jas@extundo.com>

* rfc2047.el (rfc2047-encode-message-header): Fold lines even if
no QP encoding is done.

22 years ago2001-06-24 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 24 Jun 2001 20:07:22 +0000 (20:07 +0000)]
2001-06-24  Simon Josefsson  <jas@extundo.com>

* rfc2047.el (rfc2047-fold-region): The check to skip WSP
insertion when breaking lines looked for " \t" instead of "[ \t]".

22 years ago(Summary Score Commands): Say that some commands
Kai Grossjohann [Sun, 24 Jun 2001 14:25:20 +0000 (14:25 +0000)]
(Summary Score Commands): Say that some commands
create ADAPT files.

22 years ago(Duplicates): Contents of Gnus-Warning header have
Kai Grossjohann [Sat, 23 Jun 2001 19:53:29 +0000 (19:53 +0000)]
(Duplicates): Contents of Gnus-Warning header have
changed.  Reported by Peter J Acklam.

22 years ago2001-06-23 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 23 Jun 2001 09:49:04 +0000 (09:49 +0000)]
2001-06-23  Simon Josefsson  <jas@extundo.com>
From Samuel Tardieu <sam@inf.enst.fr>

* smime.el (smime-keys): Support additional certificates.
(smime-make-certfiles): New function.
(smime-sign-region): Use previous variables.
(smime-get-certfiles): New function.
(smime-sign-buffer): Use it.
(smime-verify-region): Support both CAfile and CApath.

2001-06-23  Simon Josefsson  <jas@extundo.com>

* smime.el (smime-decrypt-region): Perhaps work.

22 years ago2001-06-22 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 22 Jun 2001 17:24:53 +0000 (17:24 +0000)]
2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-msg.el (gnus-copy-article-buffer): Typo.

22 years ago2001-04-06 Ralph Schleicher <rs@nunatak.allgaeu.org>
Simon Josefsson [Fri, 22 Jun 2001 12:23:52 +0000 (12:23 +0000)]
2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>

* mm-decode.el (mm-save-part): Rewrite file name.
(mm-file-name-rewrite-functions): New variable.
(mm-file-name-delete-whitespace): New function.
(mm-file-name-trim-whitespace): New function.
(mm-file-name-collapse-whitespace): New function.
(mm-file-name-replace-whitespace): New variable and function.

22 years ago2001-06-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 22 Jun 2001 12:08:00 +0000 (12:08 +0000)]
2001-06-22  Simon Josefsson  <jas@extundo.com>

* message.el (message-make-date): Workaround locale for weekdays.

22 years ago2001-06-21 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 22 Jun 2001 00:32:16 +0000 (00:32 +0000)]
2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-goto-body): Return nil if not found. (revert!)

22 years ago2001-06-21 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 21 Jun 2001 18:00:25 +0000 (18:00 +0000)]
2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
From Fremlin <chief@bandits.org>

* message.el (message-goto-body): Some messages have no header.

* gnus-msg.el (gnus-copy-article-buffer): Use it.

22 years ago2001-06-21 Ralph Schleicher <rs@nunatak.allgaeu.org>
ShengHuo ZHU [Thu, 21 Jun 2001 17:45:45 +0000 (17:45 +0000)]
2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>

* nnultimate.el (nnultimate-retrieve-headers): Date fix.

2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-make-date): Add week day.
Suggested by Jason R. Mastaler <jason@mastaler.com>.

22 years ago2001-06-19 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 19 Jun 2001 19:44:03 +0000 (19:44 +0000)]
2001-06-19  Simon Josefsson  <jas@extundo.com>

* message.el (message-yank-prefix): Doc fix.
(message-yank-cited-prefix): Ditto.
(message-delete-not-region): Keep citation prefix on first line,
if possible and appropriate.

22 years ago2001-06-19 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 19 Jun 2001 19:22:39 +0000 (19:22 +0000)]
2001-06-19  Simon Josefsson  <jas@extundo.com>

* gnus.texi (IMAP): Fix `imtest' discussion.

22 years ago2001-06-19 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 19 Jun 2001 19:13:13 +0000 (19:13 +0000)]
2001-06-19  Simon Josefsson  <jas@extundo.com>

* gnus-faq.texi (Frequently Asked Questions): Fix URL.

22 years ago2001-06-19 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 19 Jun 2001 19:07:34 +0000 (19:07 +0000)]
2001-06-19  Simon Josefsson  <jas@extundo.com>

* imap.el (imap-process-connection-type): New variable.
(imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
recent `imtest's work completely (no line length issues), while
making making old `imtest's unusable.  Thanks to NAGY Andras
<nagya@inf.elte.hu> for his work.

2000-12-30  NAGY Andras <nagya@inf.elte.hu>

* imap.el (imap-ssl-program): Add -quiet to shut up
OpenSSL/SSLeay's internal debug talk.

22 years agoAdd Makefile.
Simon Josefsson [Tue, 19 Jun 2001 18:43:20 +0000 (18:43 +0000)]
Add Makefile.

22 years ago2001-06-19 Matt Armstrong <matt@lickey.com>
Simon Josefsson [Tue, 19 Jun 2001 18:11:15 +0000 (18:11 +0000)]
2001-06-19  Matt Armstrong <matt@lickey.com>

* imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
server.

22 years agoRename it to nnmail-article-buffer.
ShengHuo ZHU [Tue, 19 Jun 2001 17:24:17 +0000 (17:24 +0000)]
Rename it to nnmail-article-buffer.

22 years ago2001-06-19 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 19 Jun 2001 17:22:11 +0000 (17:22 +0000)]
2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnmail.el (nnmail-incoming-buffer): New variable.
(nnmail-split-incoming): Use it.

22 years ago2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
ShengHuo ZHU [Mon, 18 Jun 2001 19:03:07 +0000 (19:03 +0000)]
2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>

* qp.el (quoted-printable-decode-region): If called interactively,
use coding-system-for-read.

22 years ago2001-06-16 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 18 Jun 2001 17:03:07 +0000 (17:03 +0000)]
2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-check-news-header-syntax): Check Reply-To.

2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml.el (mml-parse-1): Use message options.

* message.el (message-do-fcc): Don't do anything if there is no
FCC.

22 years ago(Group Line Specification): Explain why %t is only an
Kai Grossjohann [Sun, 17 Jun 2001 10:28:53 +0000 (10:28 +0000)]
(Group Line Specification): Explain why %t is only an
estimate.

22 years ago2001-06-16 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 16 Jun 2001 11:56:36 +0000 (11:56 +0000)]
2001-06-16  Simon Josefsson  <jas@extundo.com>

* gnus.texi (IMAP): Add.

22 years ago2001-06-16 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 16 Jun 2001 11:49:50 +0000 (11:49 +0000)]
2001-06-16  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap-split-articles): Support 'junk to-groups.
(nnimap-expunge-search-string): New variable.
(nnimap-request-expire-articles): Use it.

22 years ago2001-06-15 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 16 Jun 2001 02:25:46 +0000 (02:25 +0000)]
2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-send-mail-with-qmail): wrong exit status is
100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.

22 years ago2001-06-15 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 15 Jun 2001 17:45:56 +0000 (17:45 +0000)]
2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (article-strip-multiple-blank-lines): Use
delete-region instead of replace-match.

22 years ago2001-06-14 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 14 Jun 2001 23:39:41 +0000 (23:39 +0000)]
2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
(nnweb-google-wash-article): Ditto.

2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>

* nnweb.el (nnweb-google-parse-1): Fix Google url regexp.

22 years ago2001-06-13 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 13 Jun 2001 22:56:45 +0000 (22:56 +0000)]
2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi (Article Washing): Add.

22 years ago2001-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
ShengHuo ZHU [Wed, 13 Jun 2001 22:52:37 +0000 (22:52 +0000)]
2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>

* gnus.el (gnus-define-group-parameter): Don't quote the defcustom
specs.

2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.el (gnus-email-address): Move it here.

* gnus-art.el (article-de-quoted-unreadable): Read charset if
requested.
(article-de-base64-unreadable): Ditto.
(article-wash-html): Ditto.

22 years ago2001-06-12 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 12 Jun 2001 21:33:38 +0000 (21:33 +0000)]
2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-options-set-recipient): Don't add ", "
unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.

2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].

22 years ago2001-06-12 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 12 Jun 2001 18:49:36 +0000 (18:49 +0000)]
2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-plain-save-name): Use file-relative-name.
From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.

* nnrss.el (nnrss-node-text): Node might be nil.

22 years ago2001-06-11 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 11 Jun 2001 17:17:56 +0000 (17:17 +0000)]
2001-06-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi: behaviour -> behavior. Suggested by Eli Zaretskii
<eliz@is.elta.co.il>.

22 years ago2001-06-11 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 11 Jun 2001 17:15:52 +0000 (17:15 +0000)]
2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
part. From Katsumi Yamaoka <yamaoka@jpl.org>.

* nnrss.el (nnrss-group-alist): More items.

2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.

22 years ago2001-06-09 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 10 Jun 2001 03:55:33 +0000 (03:55 +0000)]
2001-06-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi: Apply "overfull hbox" patch from Eli Zaretskii
<eliz@is.elta.co.il>.

22 years ago2001-06-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 7 Jun 2001 23:24:14 +0000 (23:24 +0000)]
2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi (RSS): Add.

22 years ago2001-06-03 Dale Hagglund <rdh@best.com>
ShengHuo ZHU [Thu, 7 Jun 2001 23:23:23 +0000 (23:23 +0000)]
2001-06-03  Dale Hagglund  <rdh@best.com>

       * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
       restrict clauses.

2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

From Benjamin Rutt <brutt+news@bloomington.in.us>

* message.el (message-wide-reply-confirm-recipients): New variable.

2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>

* nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
fix so it works with XEmacs.

2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-retrieve-headers): Support description as extra
headers.

22 years agoSync with Emacs 21.
ShengHuo ZHU [Thu, 7 Jun 2001 22:23:59 +0000 (22:23 +0000)]
Sync with Emacs 21.

22 years ago2001-06-07 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 7 Jun 2001 22:23:38 +0000 (22:23 +0000)]
2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el: Fix a few bugs.

22 years ago2001-06-05 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 5 Jun 2001 18:46:42 +0000 (18:46 +0000)]
2001-06-05  Simon Josefsson  <jas@extundo.com>

* mm-decode.el (mm-handle-set-external-undisplayer): Don't
generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.

22 years agoFix mm-pipe-part under XEmacs.
Hrvoje Niksic [Sun, 3 Jun 2001 10:22:59 +0000 (10:22 +0000)]
Fix mm-pipe-part under XEmacs.

22 years ago2001-06-03 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Sun, 3 Jun 2001 10:10:50 +0000 (10:10 +0000)]
2001-06-03  Simon Josefsson  <simon@josefsson.org>

* imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
autoloaded incorrectly below because ssl-program-* is bound.)
Thanks to Amos Gouaux for report.

22 years ago2001-06-02 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Fri, 1 Jun 2001 20:57:09 +0000 (20:57 +0000)]
2001-06-02  Simon Josefsson  <simon@josefsson.org>

* imap.el (imap-kerberos4-open):
(imap-gssapi-open):
(imap-ssl-open):
(imap-network-open):
(imap-shell-open):
(imap-starttls-open): Set buffer to workaround spurious
`accept-process-output' buffer changes.  Thanks to Mats Lidell
<Mats.Lidell@contactor.se> for report and partial patch and Jake
Colman <colman@ppllc.com> for report.

22 years ago2001-05-31 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 30 May 2001 20:09:51 +0000 (20:09 +0000)]
2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-summary-catchup): New argument.
(gnus-summary-catchup-from-here): New function.

22 years ago(mm-inline-image-xemacs): Insert newline, then move
Kai Grossjohann [Tue, 29 May 2001 09:23:59 +0000 (09:23 +0000)]
(mm-inline-image-xemacs): Insert newline, then move
back, then insert glyph.  (Before, the glyph was inserted first,
then the newline.)  This works around a behavior in XEmacs where
it is not possible to insert a character after a glyph which is at
the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.

23 years ago(mm-keep-viewer-alive-types): New variable.
Kai Grossjohann [Sun, 27 May 2001 19:47:15 +0000 (19:47 +0000)]
(mm-keep-viewer-alive-types): New variable.
(mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
mm-destroy-postponed-undisplay-list): New functions.
(mm-display-external): Use them.

23 years ago(gnus-tree-highlight-node): Bind `default-high' and
Kai Grossjohann [Sat, 26 May 2001 20:02:29 +0000 (20:02 +0000)]
(gnus-tree-highlight-node): Bind `default-high' and
`default-low' when evaluating `gnus-summary-highlight'.
From Raja R Harinath <harinath@cs.umn.edu>.

23 years ago2001-05-27 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Sat, 26 May 2001 09:25:17 +0000 (09:25 +0000)]
2001-05-27  Simon Josefsson  <simon@josefsson.org>

* message.el (message-yank-cited-prefix): New variable.
(message-indent-citation): Use it.

2001-05-27  Simon Josefsson  <simon@josefsson.org>

* message.texi (Insertion): Add message-yank-cited-prefix.

23 years ago2001-05-27 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Sat, 26 May 2001 09:16:11 +0000 (09:16 +0000)]
2001-05-27  Simon Josefsson  <simon@josefsson.org>

* mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
as details.
(mml2015-mailcrypt-clear-verify): Ditto.

23 years agoFrom Nevin Kapur:
Kai Grossjohann [Wed, 23 May 2001 12:59:17 +0000 (12:59 +0000)]
From Nevin Kapur:
(gnus-summary-default-high-score,
gnus-summary-default-low-score): New variables.
(gnus-summary-highlight): Use them.

23 years ago2001-05-22 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Mon, 21 May 2001 20:55:10 +0000 (20:55 +0000)]
2001-05-22  Simon Josefsson  <simon@josefsson.org>
From Jesper Harder <harder@ifa.au.dk>

* gnus.texi (Article Washing): Add.

23 years ago(datadir): Set this variable, like in the other
Kai Grossjohann [Thu, 17 May 2001 08:44:23 +0000 (08:44 +0000)]
(datadir): Set this variable, like in the other
Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.

23 years agolisp/ChangeLog addition:
Didier Verna [Wed, 16 May 2001 15:16:38 +0000 (15:16 +0000)]
lisp/ChangeLog addition:

2001-05-16  Didier Verna  <didier@lrde.epita.fr>

* message.el (message-mail): pass the 'send-actions argument to
`message-setup'.

23 years ago2001-05-16 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Wed, 16 May 2001 12:08:18 +0000 (12:08 +0000)]
2001-05-16  Simon Josefsson  <simon@josefsson.org>
From Jesper Harder <harder@ifa.au.dk>

* texi2latex.el (latexi-translate-file): Also exchange ref.

* gnus.texi: Add \gnusref and \gnusuref.

23 years ago2001-05-16 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Wed, 16 May 2001 12:04:15 +0000 (12:04 +0000)]
2001-05-16  Simon Josefsson  <simon@josefsson.org>
From Raymond Scholz <ray-2001@zonix.de>

* gnus.texi (Using MIME): Add and fix.

23 years ago2001-05-16 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Wed, 16 May 2001 12:00:37 +0000 (12:00 +0000)]
2001-05-16  Simon Josefsson  <simon@josefsson.org>
From Raymond Scholz <ray-2001@zonix.de>

* gnus-art.el (gnus-mime-view-part-as-charset):
(gnus-mime-internalize-part): Doc fixes.

23 years ago2001-05-11 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Sat, 12 May 2001 08:46:17 +0000 (08:46 +0000)]
2001-05-11  Simon Josefsson  <simon@josefsson.org>

* gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
status lines without any text ("^215$").

23 years ago * nnrss.el (nnrss-check-group): Reverse.
ShengHuo ZHU [Mon, 7 May 2001 20:58:08 +0000 (20:58 +0000)]
* nnrss.el (nnrss-check-group): Reverse.

23 years ago2001-05-07 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Mon, 7 May 2001 16:12:03 +0000 (16:12 +0000)]
2001-05-07  Simon Josefsson  <simon@josefsson.org>

* message.el (message-get-reply-headers):
(message-followup): Fix typo, suggested by David Green
<dgreen@uab.edu>

23 years ago2001-05-05 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 6 May 2001 05:07:27 +0000 (05:07 +0000)]
2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnslashdot.el (nnslashdot-request-expire-articles): Fix.

* nnrss.el (nnrss-open-server): Read server data when it is called.
(nnrss-request-expire-articles): Fix.

23 years ago2001-05-05 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 5 May 2001 13:48:28 +0000 (13:48 +0000)]
2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-do-send-housekeeping): mail-abbrevs may
rename buffer behind Gnus.

23 years ago2001-05-05 Florian Weimer <fw@deneb.enyo.de>
Florian Weimer [Sat, 5 May 2001 07:13:23 +0000 (07:13 +0000)]
2001-05-05  Florian Weimer  <fw@deneb.enyo.de>

* gnus.texi (IMAP): Remove double paragraph (suggest by Norbert
Koch), fix NNTP reference.

23 years ago2001-05-04 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 4 May 2001 19:47:43 +0000 (19:47 +0000)]
2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
(nnrss-group-alist): Add more resources.
(nnrss-check-group): Ignore errors.

23 years ago2001-05-04 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 4 May 2001 12:23:06 +0000 (12:23 +0000)]
2001-05-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
Suggested by Dan Christensen <jdc@uwo.ca>

* gnus.texi (Mail Group Commands): Add pxref.
(Group Maintenance): Ditto.
(Topic Commands): Ditto.
(Expiring Mail): Typo.

2001-05-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
From Raymond Scholz <ray-2001@zonix.de>

* gnus.texi (Summary Buffer Lines): Mention the meaning of a
colon.

23 years ago2001-05-04 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 4 May 2001 11:45:35 +0000 (11:45 +0000)]
2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-request-expire-articles): Correct the return value.

* nnslashdot.el (nnslashdot-request-list): Add time.
(nnslashdot-request-expire-articles): New.

* gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
secondary methods too.

23 years ago2001-05-03 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 4 May 2001 03:54:08 +0000 (03:54 +0000)]
2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-use-followup-to): Set default value to t.

23 years ago2001-05-03 Florian Weimer <fw@deneb.enyo.de>
Florian Weimer [Thu, 3 May 2001 19:17:32 +0000 (19:17 +0000)]
2001-05-03  Florian Weimer  <fw@deneb.enyo.de>

* message.el (message-dont-reply-to-names): Fix documentation.
(message-get-reply-headers): Use Mail-Followup-To only for wide
replies.

23 years ago2001-05-03 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 3 May 2001 16:32:06 +0000 (16:32 +0000)]
2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-request-expire-articles): Calculate # of days
correctly.
(nnrss-check-group): Use time.

23 years ago2001-05-03 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 3 May 2001 11:48:46 +0000 (11:48 +0000)]
2001-05-03 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
From Sriram Karra <karra@cs.utah.edu>.

* gnus.texi: Add default value.

23 years ago2001-05-03 06:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 3 May 2001 11:06:42 +0000 (11:06 +0000)]
2001-05-03 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi (Using GPG): Use example environment.

23 years ago2001-05-02 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 2 May 2001 21:56:27 +0000 (21:56 +0000)]
2001-05-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi (Expunging mailboxes): Typo.

23 years agoRelease bump.
Lars Magne Ingebrigtsen [Tue, 1 May 2001 17:36:13 +0000 (17:36 +0000)]
Release bump.

23 years agoRelease commit
Lars Magne Ingebrigtsen [Tue, 1 May 2001 17:22:46 +0000 (17:22 +0000)]
Release commit

23 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Tue, 1 May 2001 17:10:32 +0000 (17:10 +0000)]
*** empty log message ***

23 years ago* nnultimate.el (nnultimate-topic-article-to-article): Use the
Lars Magne Ingebrigtsen [Tue, 1 May 2001 17:09:48 +0000 (17:09 +0000)]
* nnultimate.el (nnultimate-topic-article-to-article): Use the
group.

23 years ago2001-04-30 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 30 Apr 2001 21:39:59 +0000 (21:39 +0000)]
2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nntp.el (nntp-retrieve-groups): Use throw instead of error.

23 years ago2001-04-29 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 29 Apr 2001 13:37:17 +0000 (13:37 +0000)]
2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

(RSS): New.

23 years ago2001-04-29 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 29 Apr 2001 13:24:18 +0000 (13:24 +0000)]
2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
disable it.

23 years ago2001-04-29 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 29 Apr 2001 13:04:55 +0000 (13:04 +0000)]
2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.el (gnus-info-nodes): Remove a few The's.

23 years ago2001-04-29 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 29 Apr 2001 13:04:29 +0000 (13:04 +0000)]
2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi: Remove a few The's.

23 years ago2001-04-29 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 29 Apr 2001 12:56:37 +0000 (12:56 +0000)]
2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mail-source.el (mail-source-movemail): Call-process may return a
signal description string.

* gnus-start.el (gnus-read-newsrc-el-file):
gnus-newsrc-file-version may be nil.

23 years ago2001-04-29 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 29 Apr 2001 12:36:09 +0000 (12:36 +0000)]
2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnmail.el (nnmail-get-new-mail): Use the exact file only.
Suggested by Michael Sperber [Mr. Preprocessor]
<sperber@informatik.uni-tuebingen.de>.