gnus
22 years agoAdded a whitespace to test cvs commit.
Per Abrahamsen [Tue, 23 Oct 2001 15:41:09 +0000 (15:41 +0000)]
Added a whitespace to test cvs commit.

22 years ago2001-10-23 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Tue, 23 Oct 2001 14:10:51 +0000 (14:10 +0000)]
2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
vector (it didn't before because of a bug).
* gnus-msg.el (gnus-post-news): Use header vector directly, if
available.  Before it converted it to an article number.

This makes followup to news articles with negative numbers in
nnvirtual groups use news instead of mail.

22 years ago2001-10-23 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Tue, 23 Oct 2001 13:22:42 +0000 (13:22 +0000)]
2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus.texi (Posting Server): Use `native' instead of `nil' for
posting to native server.

2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus.el (post-method): Use `native' instead of `nil'.
* gnus-msg.el (gnus-post-method): Ditto.

2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus.el (gnus-define-group-parameter): Grammar fix.

(and fixed Simons ChangeLog entry to give proper credit for the
User-Agent change)

22 years ago2001-10-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Mon, 22 Oct 2001 16:57:42 +0000 (16:57 +0000)]
2001-10-22  Simon Josefsson  <jas@extundo.com>

* gnus-msg.el (gnus-extended-version): Include
system-configuration, suggested by Per Abrahamsen
<abraham@dina.kvl.dk>.

22 years ago2001-10-22 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 22 Oct 2001 13:38:12 +0000 (13:38 +0000)]
2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus.el (post-method): Customization fix: `native' is not a
valid value.
* gnus-msg.el (gnus-post-method): Doc and customization fix:
`native' is not a valid value.

22 years ago(File): Add standard explanation header.
Kai Grossjohann [Mon, 22 Oct 2001 13:10:08 +0000 (13:10 +0000)]
(File): Add standard explanation header.

22 years ago2001-10-21 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 21 Oct 2001 19:47:05 +0000 (19:47 +0000)]
2001-10-21  Simon Josefsson  <jas@extundo.com>

(nnimap-split-inbox, nnimap-expunge-search-string)
(nnimap-importantize-dormant): Remove "*" from doc.

22 years ago2001-10-21 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 21 Oct 2001 19:44:21 +0000 (19:44 +0000)]
2001-10-21  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap): Defgroup
(nnimap-strict-function, nnimap-strict-function-match): New
widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
(nnimap-split-crosspost, nnimap-split-inbox)
(nnimap-split-rule, nnimap-split-predicate)
(nnimap-split-predicate): Defcustom.

22 years ago(Mail Source Specifiers): Explain more explicitly what
Kai Grossjohann [Sun, 21 Oct 2001 17:05:58 +0000 (17:05 +0000)]
(Mail Source Specifiers): Explain more explicitly what
happens for the `directory' entries.  Say that mail from foo.spool
goes in the group foo.

22 years ago(gnus-summary-limit-to-score): Prompt for score if
Kai Grossjohann [Sat, 20 Oct 2001 18:16:17 +0000 (18:16 +0000)]
(gnus-summary-limit-to-score): Prompt for score if
not supplied via prefix arg.  From Lisp, make arg mandatory.
Suggested by Frank Schmitt.

22 years ago2001-10-20 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sat, 20 Oct 2001 17:27:25 +0000 (17:27 +0000)]
2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-do-auto-fill): Avoid calling
'rfc822-goto-eoh'.

22 years agofbind canlock-verify.
ShengHuo ZHU [Sat, 20 Oct 2001 14:04:21 +0000 (14:04 +0000)]
fbind canlock-verify.

22 years agoFrom Paul Jarc:
Kai Grossjohann [Sat, 20 Oct 2001 11:35:40 +0000 (11:35 +0000)]
From Paul Jarc:

(message-get-reply-headers): Restructure the logic
and add comments.

22 years ago2001-10-19 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 20 Oct 2001 10:40:13 +0000 (10:40 +0000)]
2001-10-19  Simon Josefsson  <jas@extundo.com>

* Makefile.in (clean): rm gnus.out.
(distclean): rm gnusconfig.tex (moved from "clean").

22 years ago2001-10-20 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 20 Oct 2001 10:19:42 +0000 (10:19 +0000)]
2001-10-20  Simon Josefsson  <jas@extundo.com>

* message.el (message-cancel-news): Support cancel-locks.
Suggested by Per Abrahamsson.

22 years ago2001-10-20 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 20 Oct 2001 09:54:21 +0000 (09:54 +0000)]
2001-10-20  Simon Josefsson  <jas@extundo.com>

* nnml.el (nnml-marks-changed-p): Use `equal' when comparing
conses.  From David Z Maze <dmaze@MIT.EDU>.

* nnfolder.el (nnfolder-marks-changed-p): Ditto.

22 years ago2001-10-19 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 19 Oct 2001 19:22:11 +0000 (19:22 +0000)]
2001-10-19  Simon Josefsson  <jas@extundo.com>

* gnus.texi (Using MIME): s/mime/MIME/ for PDF version.

22 years ago(Finding the News): Disrecommend nnspool for Leafnode
Kai Grossjohann [Fri, 19 Oct 2001 18:22:23 +0000 (18:22 +0000)]
(Finding the News): Disrecommend nnspool for Leafnode
users.

22 years agoUse correct directory structure for XEmacs on Windows.
Kai Grossjohann [Fri, 19 Oct 2001 17:58:23 +0000 (17:58 +0000)]
Use correct directory structure for XEmacs on Windows.

22 years agoFix changelog entry ;-)
Per Abrahamsen [Fri, 19 Oct 2001 14:58:54 +0000 (14:58 +0000)]
Fix changelog entry ;-)

22 years ago2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Fri, 19 Oct 2001 14:13:36 +0000 (14:13 +0000)]
2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>

* mm-decode.el (mm-default-directory): Fix mime type.

22 years ago2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Fri, 19 Oct 2001 13:28:08 +0000 (13:28 +0000)]
2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-setup-fill-variables): Kludge to use
normal-auto-fill-function even if auto fill is already activated.

22 years ago2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Fri, 19 Oct 2001 10:10:48 +0000 (10:10 +0000)]
2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-do-auto-fill): New version that does not
rely on text properties, by Simon Josefsson <jas@extundo.com>.
(message-setup-1): Removed the `message-field' property.

* gnus-draft.el (gnus-draft-edit-message): Removed the
`message-field' property.

22 years ago2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Fri, 19 Oct 2001 06:28:22 +0000 (06:28 +0000)]
2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-draft.el (gnus-draft-edit-message): Change `field' to
`message-field'.  The `field' property has a special significance in
Emacs 21.
* message.el (message-send, message-setup-1): Ditto.

22 years ago2001-10-18 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Thu, 18 Oct 2001 19:49:08 +0000 (19:49 +0000)]
2001-10-18  Simon Josefsson  <jas@extundo.com>
From Frank Schmitt <usereplyto@Frank-Schmitt.net>

(gnus-summary-make-menu-bar): Ditto.

22 years ago2001-10-18 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Thu, 18 Oct 2001 19:46:13 +0000 (19:46 +0000)]
2001-10-18  Simon Josefsson  <jas@extundo.com>

* gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
when undoing.

2001-10-18  Simon Josefsson  <jas@extundo.com>
From Frank Schmitt <usereplyto@Frank-Schmitt.net>

* gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.

2001-10-17  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap-expiry-target): Make sure it is back to the
server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.

22 years agoExtended format spec.
ShengHuo ZHU [Thu, 18 Oct 2001 01:33:41 +0000 (01:33 +0000)]
Extended format spec.

22 years ago2001-10-17 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 18 Oct 2001 01:07:54 +0000 (01:07 +0000)]
2001-10-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi (Archived Messages): Add new line after @item.
From: Jesper Harder <harder@ifa.au.dk>

22 years ago2001-10-17 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 18 Oct 2001 01:02:29 +0000 (01:02 +0000)]
2001-10-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi (Formatting Basics): Extended format specs.

22 years ago2001-10-17 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 17 Oct 2001 21:34:12 +0000 (21:34 +0000)]
2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
* gnus-util.el (gnus-user-date): New function.
From Frank Schmitt <usenet@Frank-Schmitt.net>.

22 years ago2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Wed, 17 Oct 2001 17:53:42 +0000 (17:53 +0000)]
2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-check-news-header-syntax): Special case
nnvirtual groups.

22 years ago2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Wed, 17 Oct 2001 17:05:05 +0000 (17:05 +0000)]
2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-sum.el (gnus-summary-respool-default-method): Changed
customize type to `symbol'.

22 years ago2001-10-17 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 17 Oct 2001 16:24:03 +0000 (16:24 +0000)]
2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

(gnus-parse-simple-format): Support user extended spec too.
%u&foo; invokes gnus-user-format-function-foo.

22 years ago2001-10-17 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 17 Oct 2001 16:03:56 +0000 (16:03 +0000)]
2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-spec.el (gnus-parse-simple-format): Support extended spec
%&foo;.

22 years ago2001-10-17 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 17 Oct 2001 15:20:30 +0000 (15:20 +0000)]
2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnml.el (nnml-request-expire-articles): Make sure it is back to
the server.
* nnmbox.el (nnmbox-request-expire-articles): Ditto.
* nnfolder.el (nnfolder-request-expire-articles): Ditto.
* nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
* nndiary.el (nndiary-request-expire-articles): Ditto.
(nndiary-schedule): Defsubst it before use it.
(nndiary-error): eval-and-compile.

22 years ago2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Wed, 17 Oct 2001 15:07:44 +0000 (15:07 +0000)]
2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus.texi (Summary Buffer Lines): Documment %( and %).

22 years ago2001-10-17 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 17 Oct 2001 10:43:32 +0000 (10:43 +0000)]
2001-10-17  Simon Josefsson  <jas@extundo.com>

       * canlock.el (sha1-binary): Autoload `sha1-binary'.
       (canlock-sha1-function): Use it.
       (canlock-sha1-function-for-verify): Ditto.

       * sha1-el.el: New file.

       * hex-util.el: Ditto.

22 years agochangelog spelling error
Per Abrahamsen [Wed, 17 Oct 2001 09:08:10 +0000 (09:08 +0000)]
changelog spelling error

22 years ago2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Wed, 17 Oct 2001 09:03:58 +0000 (09:03 +0000)]
2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-msg.el (gnus-post-method): Changed two instances of
'active' to 'current' and one 'null' to 'not.

22 years agoFrom Katsumi Yamaoka <yamaoka@jpl.org>:
Kai Grossjohann [Tue, 16 Oct 2001 12:55:17 +0000 (12:55 +0000)]
From Katsumi Yamaoka  <yamaoka@jpl.org>:

(message-setup-fill-variables): Use
`normal-auto-fill-function' instead of `auto-fill-function'.

22 years ago2001-10-16 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 16 Oct 2001 12:40:24 +0000 (12:40 +0000)]
2001-10-16  Simon Josefsson  <jas@extundo.com>

* mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
(mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
body. (Mailcrypt seem to do this, but gpg.el doesn't.)

22 years ago* gnus-draft.el (gnus-draft-edit-message): Add text property
Kai Grossjohann [Tue, 16 Oct 2001 08:27:01 +0000 (08:27 +0000)]
* gnus-draft.el (gnus-draft-edit-message): Add text property
`field' with value `header' to message headers.
* message.el (message-setup-1): Really add text property to all of
the header, not just part of it.

22 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sun, 14 Oct 2001 23:13:10 +0000 (23:13 +0000)]
*** empty log message ***

22 years ago* gnus-group.el (gnus-group-sort-by-server): Use it.
Lars Magne Ingebrigtsen [Sun, 14 Oct 2001 23:12:42 +0000 (23:12 +0000)]
* gnus-group.el (gnus-group-sort-by-server): Use it.

* gnus.el (gnus-method-to-full-server-name): New, bogus function.

* gnus-topic.el (gnus-topic-sort-groups-by-server): New command
and keystroke.

22 years ago2001-10-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 14 Oct 2001 12:36:04 +0000 (12:36 +0000)]
2001-10-14  Simon Josefsson  <jas@extundo.com>

* dig.el: Doc fix.

22 years ago2001-10-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 14 Oct 2001 12:28:31 +0000 (12:28 +0000)]
2001-10-14  Simon Josefsson  <jas@extundo.com>

* smime.el: Doc fix.

22 years ago2001-10-13 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 13 Oct 2001 23:55:09 +0000 (23:55 +0000)]
2001-10-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* refcard.tex, gnusref.tex: Merge with the version
from Felix Natter <f.natter@ndh.net>

22 years agoFix last commit:
Simon Josefsson [Sat, 13 Oct 2001 22:20:41 +0000 (22:20 +0000)]
Fix last commit:

2001-10-14  Simon Josefsson  <jas@extundo.com>

* gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
charset magic from message.el.

22 years ago2001-10-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 13 Oct 2001 22:17:06 +0000 (22:17 +0000)]
2001-10-14  Simon Josefsson  <jas@extundo.com>

* gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
charset magic from message.el.

22 years ago2001-10-13 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 13 Oct 2001 16:20:27 +0000 (16:20 +0000)]
2001-10-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* refcard.tex: Set version to Oort.

* gnusref.tex: New key bindings in Oort Gnus.

22 years ago2001-10-12 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 12 Oct 2001 22:13:50 +0000 (22:13 +0000)]
2001-10-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* Makefile.in (.dvi.ps): Use TEXPICTS.
(.latexi.dvi-x): Remove gnus.toc as well.

* gnuslogo-refcard.eps: Remove BeginProcSet.

22 years ago2001-10-12 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 12 Oct 2001 18:53:08 +0000 (18:53 +0000)]
2001-10-12  Simon Josefsson  <jas@extundo.com>
Suggested by david.goldberg6@verizon.net (David S. Goldberg)

* gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
'cite from g-a-wash-types.
(gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
(gnus-article-hide-citation): Fix.

22 years agoFix typo in last commit:
Simon Josefsson [Fri, 12 Oct 2001 18:51:23 +0000 (18:51 +0000)]
Fix typo in last commit:

2001-10-12  Simon Josefsson  <jas@extundo.com>

* gnus.texi (Misc Group Stuff): Add UTF-8.
(Misc Article): Document wash status characters.  Suggested by
david.goldberg6@verizon.net (David S. Goldberg).

22 years ago2001-10-12 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 12 Oct 2001 17:07:52 +0000 (17:07 +0000)]
2001-10-12  Simon Josefsson  <jas@extundo.com>

* gnus.texi (Misc Group Stuff): Add UTF-8.
(Misc Article): Document wash status characters.  Suggested by
david.goldberg6@verizon.net (David S. Goldberg).

22 years ago2001-10-12 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 12 Oct 2001 17:01:19 +0000 (17:01 +0000)]
2001-10-12  Simon Josefsson  <jas@extundo.com>
Suggested by david.goldberg6@verizon.net (David S. Goldberg)

* gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
character.
(gnus-article-toggle-cited-text): Toggle `c' mode line character.

* gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
definition.
(gnus-signature-toggle): Toggle `s' mode line character.

22 years ago2001-10-12 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 12 Oct 2001 16:10:43 +0000 (16:10 +0000)]
2001-10-12  Simon Josefsson  <jas@extundo.com>

* gnus-art.el (article-emphasize): Set `g-a-wash-types' after
doing stuff that clears it.

22 years agoAdd the change of gnus-summary-limit-include-cached.
ShengHuo ZHU [Fri, 12 Oct 2001 15:52:36 +0000 (15:52 +0000)]
Add the change of gnus-summary-limit-include-cached.

22 years ago2001-10-12 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 12 Oct 2001 15:40:06 +0000 (15:40 +0000)]
2001-10-12  Simon Josefsson  <jas@extundo.com>

* gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
From Eric Marsden <emarsden@laas.fr>.

22 years agoignore *.latexi
ShengHuo ZHU [Fri, 12 Oct 2001 14:40:01 +0000 (14:40 +0000)]
ignore *.latexi

22 years ago2001-10-12 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 12 Oct 2001 14:39:31 +0000 (14:39 +0000)]
2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-do-auto-fill): Use gnus-point-at-bol.
(autoload): Add some autoloads.

22 years agoBug fix in `message-setup-1'. Make sure `field' text property does
Kai Grossjohann [Fri, 12 Oct 2001 14:05:43 +0000 (14:05 +0000)]
Bug fix in `message-setup-1'.  Make sure `field' text property does
not include the separator.

22 years ago(message-do-auto-fill): New function. Like
Kai Grossjohann [Fri, 12 Oct 2001 13:15:43 +0000 (13:15 +0000)]
(message-do-auto-fill): New function.  Like
`do-auto-fill' but don't fill when in the message header.
(message-setup-1): Put a text property on the message header.
(message-setup-fill-variables): Use `message-do-auto-fill'.

22 years ago2001-10-10 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 10 Oct 2001 16:30:27 +0000 (16:30 +0000)]
2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-send-mail-partially): Insert an empty line
first, because of the change of message-make-lines.

22 years ago2001-10-10 Florian Weimer <fw@deneb.enyo.de>
Florian Weimer [Wed, 10 Oct 2001 13:07:14 +0000 (13:07 +0000)]
2001-10-10  Florian Weimer  <fw@deneb.enyo.de>

* mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
iso-8859-15, make it an alias for iso-8859-1.

22 years ago2001-10-10 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 10 Oct 2001 13:01:41 +0000 (13:01 +0000)]
2001-10-10 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnusref.tex, refcard.tex: Use epsfig.

* gnuslogo-refcard.eps: Rename from gnuslog.refcard, and set a
suitable bounding box.

* Makefile.in (.dvi.ps): New rule.
(refcard.pdf): Use gnuslogo-refcard.eps.

22 years ago2001-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
ShengHuo ZHU [Wed, 10 Oct 2001 11:36:25 +0000 (11:36 +0000)]
2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>

* message.el (message-send-news): Don't modify the value of
`message-syntax-checks' if it is not a list (possibly it is
`dont-check-for-anything-just-trust-me').

22 years ago2001-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
Simon Josefsson [Wed, 10 Oct 2001 09:51:07 +0000 (09:51 +0000)]
2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>

* gnus-group.el (gnus-group-name-charset-group-alist): Use
`find-coding-system' for XEmacs to check whether the coding-system
`utf-8' is available.

22 years ago2001-10-09 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 10 Oct 2001 02:45:45 +0000 (02:45 +0000)]
2001-10-09 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi: Add href and bookmarks for pdf version.

22 years ago2001-10-09 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 9 Oct 2001 17:56:46 +0000 (17:56 +0000)]
2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* dgnushack.el (dgnushack-compile): Detect mh-e and xml.

22 years ago2001-10-09 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Tue, 9 Oct 2001 11:29:10 +0000 (11:29 +0000)]
2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-send-news): Oops, missed case with no
"Followup-To" header...

22 years ago2001-10-09 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Tue, 9 Oct 2001 11:19:46 +0000 (11:19 +0000)]
2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-send-news): Allow
`gnus-group-name-charset-group-alist' to affect encoding of the
"Newsgroups" and "Followup-To" headers.

22 years ago * Makefile.in (install-el): Depend on gnus-load.el.
ShengHuo ZHU [Sun, 7 Oct 2001 19:29:32 +0000 (19:29 +0000)]
* Makefile.in (install-el): Depend on gnus-load.el.

Add gnusconfig.tex to .cvsignore.

22 years ago2001-10-07 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 7 Oct 2001 17:17:45 +0000 (17:17 +0000)]
2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* Makefile.in (install-el): Use -f.
From: Amos Gouaux <amos+lists.ding@utdallas.edu>

22 years agoFix changelog entry.
Per Abrahamsen [Sun, 7 Oct 2001 14:32:41 +0000 (14:32 +0000)]
Fix changelog entry.

22 years ago2001-10-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 7 Oct 2001 14:26:13 +0000 (14:26 +0000)]
2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>

* message.el (message-send-news): Don't encode Followups-To when
gnus-group-name-charset-method-alist is ".*".  [Yuck]

22 years ago2001-10-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 7 Oct 2001 13:49:04 +0000 (13:49 +0000)]
2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
header.

* gnus-art.el (article-decode-group-name): Also decode
"Followup-To".

22 years ago2001-10-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 7 Oct 2001 13:04:59 +0000 (13:04 +0000)]
2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>

* rfc2047.el (rfc2047-encode-message-header): Encode without
asking for null methods.

22 years ago2001-10-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 7 Oct 2001 12:14:26 +0000 (12:14 +0000)]
2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
default charset for newsgroup names in accordance with USEFOR.

* gnus-group.el (gnus-group-name-charset-method-alist,
gnus-group-name-charset-group-alist): Removed "*" from doc
strings, "*" should not be used for complex variables.

22 years agoAdd UTF-8 stuff.
Simon Josefsson [Sat, 6 Oct 2001 21:09:04 +0000 (21:09 +0000)]
Add UTF-8 stuff.

22 years ago2001-10-06 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 6 Oct 2001 21:04:47 +0000 (21:04 +0000)]
2001-10-06  Simon Josefsson  <jas@extundo.com>

Support UTF-8 group names better.

* message.el (message-check-news-header-syntax): Encode group
names before comparison.

* gnus-msg.el (gnus-copy-article-buffer): Run all
`gnus-article-decode-hook's except `article-decode-charset'
instead of hardcoding call to one of them.

* gnus-art.el (gnus-article-decode-hook): Add
`article-decode-group-name'.
(article-decode-group-name): New function, use `g-d-n'.

* gnus-group.el (gnus-group-insert-group-line): Decode
gnus-tmp-group using `g-d-n'.

* gnus-util.el (gnus-decode-newsgroups): New function.

22 years ago2001-10-06 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sat, 6 Oct 2001 16:18:08 +0000 (16:18 +0000)]
2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
'gnus-group-name-charset-group-alist'.

22 years agoInstall el.
ShengHuo ZHU [Sat, 6 Oct 2001 12:48:03 +0000 (12:48 +0000)]
Install el.
Add uninstall.

22 years ago2001-10-05 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 5 Oct 2001 20:06:25 +0000 (20:06 +0000)]
2001-10-05  Simon Josefsson  <jas@extundo.com>

* nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.

22 years ago2001-10-05 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 5 Oct 2001 19:55:07 +0000 (19:55 +0000)]
2001-10-05  Simon Josefsson  <jas@extundo.com>

* Makefile.in (clean): Add gnusconfig.tex.  Suggested by Henrik
Enberg <henrik@enberg.org>.

22 years ago2001-10-05 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 5 Oct 2001 19:44:51 +0000 (19:44 +0000)]
2001-10-05  Simon Josefsson  <jas@extundo.com>

* gnus-sum.el (gnus-summary-move-article): Also activate new groups.

* nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
empty folders.

22 years agoFix typo in last commit:
Simon Josefsson [Fri, 5 Oct 2001 18:23:07 +0000 (18:23 +0000)]
Fix typo in last commit:

2001-10-05  Simon Josefsson  <jas@extundo.com>

* gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
limiting if read-all (C-u RET) was used.

22 years ago2001-10-05 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Fri, 5 Oct 2001 17:33:37 +0000 (17:33 +0000)]
2001-10-05  Simon Josefsson  <jas@extundo.com>

* gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
limiting if read-all (C-u RET) was used.

22 years ago2001-10-04 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Thu, 4 Oct 2001 16:53:12 +0000 (16:53 +0000)]
2001-10-04  Simon Josefsson  <jas@extundo.com>

* gnus.texi (Mail Source Customization): Add.

22 years ago2001-10-04 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Thu, 4 Oct 2001 16:51:53 +0000 (16:51 +0000)]
2001-10-04  Simon Josefsson  <jas@extundo.com>

* mail-source.el (mail-source-movemail-program): New variable.
(mail-source-movemail): Use it.  Suggested by Taylor Hutt
<thutt@thutt.vmware.com>.

22 years ago2001-10-04 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 4 Oct 2001 14:20:04 +0000 (14:20 +0000)]
2001-10-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* Makefile.in (dvi): Don't depend on tmps.

22 years ago2001-10-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 3 Oct 2001 17:43:40 +0000 (17:43 +0000)]
2001-10-03  Simon Josefsson  <jas@extundo.com>

* gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
(gnus-summary-line-format-alist): Fix param.

22 years ago2001-10-03 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 3 Oct 2001 12:24:36 +0000 (12:24 +0000)]
2001-10-03 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* emacs-mime.texi (mailcap): rvplayer -> wavplayer.

22 years ago2001-10-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 2 Oct 2001 17:49:15 +0000 (17:49 +0000)]
2001-10-02  Simon Josefsson  <jas@extundo.com>

* nnimap.el (nnimap-request-move-article): Use imap.el directly,
don't go through `nnimap-request-expire-articles' to delete the
article.  Thanks to prj@po.cwru.edu (Paul Jarc).

22 years ago2001-10-02 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 2 Oct 2001 15:00:52 +0000 (15:00 +0000)]
2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-agent.el (gnus-agent-write-active): The min in the
agent/active may be larger than that in the server/active.

22 years ago2001-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Mon, 1 Oct 2001 20:18:39 +0000 (20:18 +0000)]
2001-10-01  Simon Josefsson  <jas@extundo.com>

* mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
is IMAP4rev1.

22 years ago2001-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Mon, 1 Oct 2001 20:05:26 +0000 (20:05 +0000)]
2001-10-01  Simon Josefsson  <jas@extundo.com>

* nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.

* nnfolder.el: Ditto.

22 years ago2001-09-30 Dan Christensen <jdc+news@uwo.ca>
Simon Josefsson [Sun, 30 Sep 2001 10:59:20 +0000 (10:59 +0000)]
2001-09-30  Dan Christensen <jdc+news@uwo.ca>

* gnus-sum.el (gnus-summary-extract-address-component): New function.
(gnus-summary-from-or-to-or-newsgroups): Optimize.

22 years ago* message.el (message-mode-map): Keybinding for `gnus-delay-article'.
Kai Grossjohann [Sat, 29 Sep 2001 19:25:32 +0000 (19:25 +0000)]
* message.el (message-mode-map): Keybinding for `gnus-delay-article'.
(message-mode-menu): Menu item for same.

* gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
delayed articles.

* gnus-delay.el (gnus-delay-send-drafts): Do nothing if
nndraft:delayed does not exist.
(gnus-delay-initialize): Don't set up keymap, that's done from
message.el now.
(gnus-delay, gnus-delay-group, gnus-delay-header)
(gnus-delay-default-delay, gnus-delay-default-hour): Customize.

22 years ago2001-09-29 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 29 Sep 2001 17:05:41 +0000 (17:05 +0000)]
2001-09-29  Simon Josefsson  <jas@extundo.com>

* mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
utf-8, not eight-bit-control.

22 years ago2001-09-29 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 29 Sep 2001 17:03:43 +0000 (17:03 +0000)]
2001-09-29  Simon Josefsson  <jas@extundo.com>

* imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
(imap-log, imap-debug): Custom.
(imap-log-buffer, imap-debug-buffer): New constants.
(imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
(imap-network-open, imap-shell-open, imap-starttls-open)
(imap-send-command-1, imap-send-command, imap-arrival-filter)
(imap-debug): Use imap-*-buffer.