gnus
20 years ago* ntlm.el (ntlm-string-as-unibyte): New macro.
Katsumi Yamaoka [Mon, 5 Jan 2004 04:52:23 +0000 (04:52 +0000)]
* ntlm.el (ntlm-string-as-unibyte): New macro.
(ntlm-build-auth-response): Use it.

Remove Emacs 20 stuff:
* dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
(butlast, mapc, remove): Remove the compiler macros.
* gnus-msg.el (gnus-summary-news-other-window): Use remove instead of delq
 and copy-sequence.
* gnus-art.el (popup-menu): Remove the compiler macro.
* nnmail.el (nnmail-split-fancy): Don't support customizing with Emacs 20.

20 years agoFix typo.
Simon Josefsson [Mon, 5 Jan 2004 01:57:02 +0000 (01:57 +0000)]
Fix typo.

20 years agoAdd.
Simon Josefsson [Mon, 5 Jan 2004 01:56:00 +0000 (01:56 +0000)]
Add.

20 years agoFix namespace. Change smb-passwd-hash into
Simon Josefsson [Mon, 5 Jan 2004 01:48:17 +0000 (01:48 +0000)]
Fix namespace.  Change smb-passwd-hash into
ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
ntlm-string-permute, string-lshift into ntlm-string-lshift,
string-xor into ntlm-string-xor.  Suggested by
Jesper Harder <harder@myrealbox.com>.

20 years ago(print-int32, print-string-hexa): Remove. Suggested by
Simon Josefsson [Mon, 5 Jan 2004 01:35:48 +0000 (01:35 +0000)]
(print-int32, print-string-hexa): Remove.  Suggested by
Jesper Harder <harder@myrealbox.com>.

20 years agoMention NTLM.
Simon Josefsson [Mon, 5 Jan 2004 01:10:31 +0000 (01:10 +0000)]
Mention NTLM.

20 years agosasl-ntlm.el, ntlm.el, md4.el: New files.
Simon Josefsson [Mon, 5 Jan 2004 01:09:06 +0000 (01:09 +0000)]
sasl-ntlm.el, ntlm.el, md4.el: New files.

20 years ago(md5-binary): Fix byte compile warning. (This
Simon Josefsson [Mon, 5 Jan 2004 01:00:55 +0000 (01:00 +0000)]
(md5-binary): Fix byte compile warning.  (This
probably breaks emacs with DL patch, but do we care? Is anyone
still using the DL stuff?)

20 years agognus.texi (Top): Add SASL.
Simon Josefsson [Mon, 5 Jan 2004 00:53:38 +0000 (00:53 +0000)]
gnus.texi (Top): Add SASL.
texi2latex.el (latexi-translate): Do sasl.

20 years ago(Caching passphrase): Fix PGG passphrase caching
Simon Josefsson [Mon, 5 Jan 2004 00:34:57 +0000 (00:34 +0000)]
(Caching passphrase): Fix PGG passphrase caching
section.

20 years agoMention password.el.
Simon Josefsson [Mon, 5 Jan 2004 00:34:10 +0000 (00:34 +0000)]
Mention password.el.

20 years agoUse the password package.
Simon Josefsson [Mon, 5 Jan 2004 00:31:15 +0000 (00:31 +0000)]
Use the password package.
(sieve-manage-read-passwd): Remove.
(sieve-manage-interactive-login): Use password.  Re-add
condition-case around loop.

20 years ago(pgg-passphrase-cache, pgg-run-at-time): Remove.
Simon Josefsson [Sun, 4 Jan 2004 23:42:24 +0000 (23:42 +0000)]
(pgg-passphrase-cache, pgg-run-at-time): Remove.
(pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
the password package.

20 years agoMention SASL, and that sieve-manage uses it.
Simon Josefsson [Sun, 4 Jan 2004 23:23:37 +0000 (23:23 +0000)]
Mention SASL, and that sieve-manage uses it.

20 years ago(sieve-sasl-auth): Quote optional initial SASL
Simon Josefsson [Sun, 4 Jan 2004 23:19:07 +0000 (23:19 +0000)]
(sieve-sasl-auth): Quote optional initial SASL
token.
(require): Use SASL, not RFC2104/MD5.
(sieve-manage-authenticators):
(sieve-manage-authenticator-alist): Add some SASL mechs.
(sieve-sasl-auth): New function.
(sieve-manage-cram-md5-auth):
(sieve-manage-plain-auth): Rewrite using SASL library.
(sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
(sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
(sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
(sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.

20 years agoAdd sasl.
Simon Josefsson [Sun, 4 Jan 2004 23:09:58 +0000 (23:09 +0000)]
Add sasl.

20 years ago* sasl.texi: New file.
Simon Josefsson [Sun, 4 Jan 2004 23:09:33 +0000 (23:09 +0000)]
* sasl.texi: New file.
* Makefile.in: Add sasl.texi.

20 years agosasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el: New files.
Simon Josefsson [Sun, 4 Jan 2004 23:09:08 +0000 (23:09 +0000)]
sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el: New files.

20 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 22:56:40 +0000 (22:56 +0000)]
*** empty log message ***

20 years ago* gnus-group.el (gnus-no-groups-message): Update.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 22:56:17 +0000 (22:56 +0000)]
* gnus-group.el (gnus-no-groups-message): Update.

* gnus-sum.el (gnus-summary-insert-new-articles): Remove .

20 years ago* imap.el: Support for ID IMAP extension (RFC 2971).
Simon Josefsson [Sun, 4 Jan 2004 22:55:08 +0000 (22:55 +0000)]
* imap.el: Support for ID IMAP extension (RFC 2971).
(imap-local-variables): Add imap-id.
(imap-id): New variable.
(imap-id): New function.
(imap-parse-response): Parse untagged ID response.
* nnimap.el (nnimap-id): New variable.
(nnimap-open-connection): Use it.

20 years agoMention `W e' for editing all.SCORE.
Simon Josefsson [Sun, 4 Jan 2004 22:54:21 +0000 (22:54 +0000)]
Mention `W e' for editing all.SCORE.

20 years agoAdd.
Simon Josefsson [Sun, 4 Jan 2004 22:53:16 +0000 (22:53 +0000)]
Add.

20 years agoFix typo.
Simon Josefsson [Sun, 4 Jan 2004 22:52:54 +0000 (22:52 +0000)]
Fix typo.

20 years agoAdd.
Simon Josefsson [Sun, 4 Jan 2004 22:52:41 +0000 (22:52 +0000)]
Add.

20 years ago(Group Score Commands): Add W e.
Simon Josefsson [Sun, 4 Jan 2004 22:51:06 +0000 (22:51 +0000)]
(Group Score Commands): Add W e.

20 years ago* gnus-score.el (gnus-score-edit-all-score): New.
Simon Josefsson [Sun, 4 Jan 2004 22:50:21 +0000 (22:50 +0000)]
* gnus-score.el (gnus-score-edit-all-score): New.
* gnus-group.el (gnus-group-score-map): Bind it to W e.

20 years agoAdd.
Simon Josefsson [Sun, 4 Jan 2004 22:49:38 +0000 (22:49 +0000)]
Add.

20 years ago2004-01-04 Mario Lang <lang@zid.tugraz.at>
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 22:44:04 +0000 (22:44 +0000)]
2004-01-04  Mario Lang  <lang@zid.tugraz.at>

* dns.el: Add support for AAAA records (see RFC 3596)

* Fix typo PRT -> PTR

* Parse MX, PTR and SOA replies (see RFC 1035)

20 years ago* gnus.el (gnus-logo-color-style): Changed colors to `no'.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 22:05:26 +0000 (22:05 +0000)]
* gnus.el (gnus-logo-color-style): Changed colors to `no'.

20 years ago * Moved to Changelog.1.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 22:00:34 +0000 (22:00 +0000)]
* Moved to Changelog.1.

20 years agoCleaned out.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:58:48 +0000 (21:58 +0000)]
Cleaned out.

20 years ago(gnus-version-number): Bump version.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:58:07 +0000 (21:58 +0000)]
(gnus-version-number): Bump version.

20 years agoRelease commit
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:53:58 +0000 (21:53 +0000)]
Release commit

20 years agoNew tag.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:51:03 +0000 (21:51 +0000)]
New tag.

20 years agoNew version.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:42:18 +0000 (21:42 +0000)]
New version.

20 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:34:19 +0000 (21:34 +0000)]
*** empty log message ***

20 years agoRelease commit
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:25:15 +0000 (21:25 +0000)]
Release commit

20 years agoRelease commit
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 21:10:37 +0000 (21:10 +0000)]
Release commit

20 years ago2004-01-04 Kai Grossjohann <kai@emptydomain.de>
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 20:48:07 +0000 (20:48 +0000)]
2004-01-04  Kai Grossjohann  <kai@emptydomain.de>

* gnus-sum.el (gnus-summary-print-article): Doc fix.

20 years ago(Spam ELisp Package Configuration Examples): Markup fixes.
Reiner Steib [Sun, 4 Jan 2004 10:01:31 +0000 (10:01 +0000)]
(Spam ELisp Package Configuration Examples): Markup fixes.

20 years ago(Spam ELisp Package Sequence of Events): explain more
Teodor Zlatanov [Sun, 4 Jan 2004 03:20:18 +0000 (03:20 +0000)]
(Spam ELisp Package Sequence of Events): explain more
about the sequence of events and what happens with read-only
backends
(Spam ELisp Package Global Variables): explain what happens with
read-only backends
(Spam ELisp Package Configuration Examples): added Reiner Steib
and Ted Zlatanov's setups

20 years ago(gnus-version-number): Bump.
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 00:33:25 +0000 (00:33 +0000)]
(gnus-version-number): Bump.

20 years agoRelease commit
Lars Magne Ingebrigtsen [Sun, 4 Jan 2004 00:31:41 +0000 (00:31 +0000)]
Release commit

20 years ago(gnus-face-from-file): Message 9.
Lars Magne Ingebrigtsen [Sat, 3 Jan 2004 21:42:05 +0000 (21:42 +0000)]
(gnus-face-from-file): Message 9.

20 years ago2004-01-03 Romain FRANCOISE <romain@orebokech.com>
Lars Magne Ingebrigtsen [Sat, 3 Jan 2004 21:36:04 +0000 (21:36 +0000)]
2004-01-03  Romain FRANCOISE  <romain@orebokech.com>

* gnus-fun.el (gnus-face-from-file): Use gnus-message.

20 years ago(gnus-button-mid-or-mail-heuristic): Treat Gmane
Reiner Steib [Sat, 3 Jan 2004 21:05:09 +0000 (21:05 +0000)]
(gnus-button-mid-or-mail-heuristic): Treat Gmane
addresses specially.  Fix returned value and messages.

20 years ago(Display Customization): Add mm-enable-external.
Reiner Steib [Sat, 3 Jan 2004 19:28:51 +0000 (19:28 +0000)]
(Display Customization): Add mm-enable-external.

20 years ago(mm-enable-external): New variable.
Reiner Steib [Sat, 3 Jan 2004 19:27:43 +0000 (19:27 +0000)]
(mm-enable-external): New variable.
(mm-display-part): Use it.
(mm-display-external): Fix message in case of nil handle.

20 years ago* gnus-sum.el (gnus-select-newsgroup): Use cat.
Lars Magne Ingebrigtsen [Sat, 3 Jan 2004 18:52:57 +0000 (18:52 +0000)]
* gnus-sum.el (gnus-select-newsgroup): Use cat.

* gnus-agent.el (gnus-agent-cat-enable-undownloaded-faces): New
cat.

20 years ago(Category Syntax):
Lars Magne Ingebrigtsen [Sat, 3 Jan 2004 18:52:35 +0000 (18:52 +0000)]
(Category Syntax):
gnus-agent-cat-enable-undownloaded-faces.

20 years ago* GNUS-NEWS: Update copyright.
Reiner Steib [Sat, 3 Jan 2004 15:19:01 +0000 (15:19 +0000)]
* GNUS-NEWS: Update copyright.

* message.texi, gnus.texi, gnus-faq.texi: Update copyright.

20 years ago(spam-report-gmane): Delete trailing whitespace. Update copyright.
Reiner Steib [Sat, 3 Jan 2004 15:04:32 +0000 (15:04 +0000)]
(spam-report-gmane): Delete trailing whitespace.  Update copyright.

20 years ago(spam-report-gmane): Adjust verbosity.
Reiner Steib [Sat, 3 Jan 2004 14:59:42 +0000 (14:59 +0000)]
(spam-report-gmane): Adjust verbosity.

20 years agoDelete trailing whitespace.
Reiner Steib [Sat, 3 Jan 2004 14:56:15 +0000 (14:56 +0000)]
Delete trailing whitespace.

20 years agoFix many (but not all) checkdoc complaints.
Reiner Steib [Sat, 3 Jan 2004 14:54:50 +0000 (14:54 +0000)]
Fix many (but not all) checkdoc complaints.

20 years ago([5.12]): Fix code example for FQDN in Message-Ids.
Reiner Steib [Sat, 3 Jan 2004 14:49:09 +0000 (14:49 +0000)]
([5.12]): Fix code example for FQDN in Message-Ids.

20 years ago(Message Headers): Add message-header-synonyms.
Reiner Steib [Sat, 3 Jan 2004 14:06:35 +0000 (14:06 +0000)]
(Message Headers): Add message-header-synonyms.

20 years ago(message-header-synonyms): Defcustom.
Reiner Steib [Sat, 3 Jan 2004 14:03:24 +0000 (14:03 +0000)]
(message-header-synonyms): Defcustom.
(message-get-reply-headers): Catch `Original-To'.
(message-carefully-insert-headers): Added comment.

20 years ago(Gnus FAQ): Remove text version. Refer to info documentation and online
Reiner Steib [Sat, 3 Jan 2004 13:25:09 +0000 (13:25 +0000)]
(Gnus FAQ): Remove text version.  Refer to info documentation and online
version instead.

20 years ago* GNUS-NEWS: Changed "Dired integration"
Reiner Steib [Sat, 3 Jan 2004 12:52:44 +0000 (12:52 +0000)]
* GNUS-NEWS: Changed "Dired integration"

* gnus.texi (Other modes): New node.
(Oort Gnus): Refer to the above in "Dired integration".

20 years ago(gnus-summary-make-menu-bar): Improved "Washing" menu.
Reiner Steib [Sat, 3 Jan 2004 12:47:46 +0000 (12:47 +0000)]
(gnus-summary-make-menu-bar): Improved "Washing" menu.

20 years ago* gnus.el (gnus-user-agent): Moved here.
Lars Magne Ingebrigtsen [Sat, 3 Jan 2004 12:16:58 +0000 (12:16 +0000)]
* gnus.el (gnus-user-agent): Moved here.

* gnus-msg.el (gnus-user-agent): Moved from here.

20 years ago(gnus-version-number): Bump.
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 23:11:23 +0000 (23:11 +0000)]
(gnus-version-number): Bump.

20 years agoRelease commit
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 23:09:37 +0000 (23:09 +0000)]
Release commit

20 years ago(gnus-mode-line-buffer-identification): Show version in help-echo.
Reiner Steib [Fri, 2 Jan 2004 22:02:05 +0000 (22:02 +0000)]
(gnus-mode-line-buffer-identification): Show version in help-echo.
(gnus-read-group): Allow most group names.  Changed warning.

20 years ago(gnus-dired-mode-map): Change keymaps.
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 21:42:24 +0000 (21:42 +0000)]
(gnus-dired-mode-map): Change keymaps.

20 years ago(Top): updated menu with new manual nodes
Teodor Zlatanov [Fri, 2 Jan 2004 20:47:04 +0000 (20:47 +0000)]
(Top): updated menu with new manual nodes
(The problem of spam): more ranting
(Anti-Spam Basics): "spammers are wise to [filtering on From:]"
(SpamAssassin): mention spam.el
(Hashcash): do not a sentence end proposition with
(Filtering Spam Using The Spam ELisp Package): more and better
explanation, took lots of information out into subsections
(Spam ELisp Package Sequence of Events)
(Spam ELisp Package Filtering of Incoming Mail)
(Spam ELisp Package Global Variables): new or updated content all
around
(Spam ELisp Package Configuration Examples): promised new
section, empty for now
(Blacklists and Whitelists, BBDB Whitelists)
(Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
(SpamOracle): mention that spam/ham processor variables are being
obsoleted
(Extending the Spam ELisp package): add some new documentation
for adding a new backend to spam.el

20 years agoAdd `gnus-group-read-ephemeral-group'.
Reiner Steib [Fri, 2 Jan 2004 20:28:23 +0000 (20:28 +0000)]
Add `gnus-group-read-ephemeral-group'.

20 years ago(Foreign Groups): Add `gnus-group-read-ephemeral-group'.
Reiner Steib [Fri, 2 Jan 2004 20:27:46 +0000 (20:27 +0000)]
(Foreign Groups): Add `gnus-group-read-ephemeral-group'.
(Oort Gnus): Ditto.

20 years ago2004-01-02 Arne Jørgensen <arne@arnested.dk>
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 20:24:37 +0000 (20:24 +0000)]
2004-01-02  Arne Jørgensen  <arne@arnested.dk>

* smime.el (smime-crl-check): Doc fix.

20 years ago2004-01-02 Edwin Steiner <edwin.steiner@gmx.net>
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 20:12:56 +0000 (20:12 +0000)]
2004-01-02  Edwin Steiner  <edwin.steiner@gmx.net>

* gnus-nocem.el (gnus-nocem-enter-article): Use the real group
hashtb (tiny patch).

20 years ago(Key Index): Untabified.
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 20:11:01 +0000 (20:11 +0000)]
(Key Index): Untabified.

20 years ago(RSS): kindex.
Lars Magne Ingebrigtsen [Fri, 2 Jan 2004 20:09:22 +0000 (20:09 +0000)]
(RSS): kindex.

20 years ago(nnml-save-mail): Grok compressed articles. From
Kai Grossjohann [Fri, 2 Jan 2004 17:50:29 +0000 (17:50 +0000)]
(nnml-save-mail): Grok compressed articles.  From
Michael Albinus <Michael.Albinus@alcatel.de>.

20 years ago(spam-ham-copy-or-move-routine): use spam-list-articles
Teodor Zlatanov [Fri, 2 Jan 2004 16:00:42 +0000 (16:00 +0000)]
(spam-ham-copy-or-move-routine): use spam-list-articles
(spam-list-articles): rewritten to only check a mark once per
invocation

20 years ago(mml-default-encrypt-method)
Simon Josefsson [Thu, 1 Jan 2004 14:46:24 +0000 (14:46 +0000)]
(mml-default-encrypt-method)
(mml-default-sign-method): Defcustom.

20 years ago(mml-generate-mime-1): Remove extra ).
Lars Magne Ingebrigtsen [Wed, 31 Dec 2003 03:12:43 +0000 (03:12 +0000)]
(mml-generate-mime-1): Remove extra ).

20 years agoRemoved blank line.
Lars Magne Ingebrigtsen [Wed, 31 Dec 2003 03:03:44 +0000 (03:03 +0000)]
Removed blank line.

20 years ago(gnus-group-set-current-level): Fix fix.
Lars Magne Ingebrigtsen [Wed, 31 Dec 2003 02:43:18 +0000 (02:43 +0000)]
(gnus-group-set-current-level): Fix fix.

20 years ago * gnus-group.el (gnus-group-set-current-level): Signal errors on
Lars Magne Ingebrigtsen [Wed, 31 Dec 2003 02:41:53 +0000 (02:41 +0000)]
* gnus-group.el (gnus-group-set-current-level): Signal errors on
topic lines.

20 years ago2003-12-31 Jeremy Maitin-Shepard <jbms@attbi.com>
Lars Magne Ingebrigtsen [Wed, 31 Dec 2003 02:34:25 +0000 (02:34 +0000)]
2003-12-31  Jeremy Maitin-Shepard  <jbms@attbi.com>

* mml.el (mml-generate-mime-1): Use mml-compute-boundary (tiny
change).

20 years ago(gnus-group-group-map): Added `gnus-group-read-ephemeral-group'
Reiner Steib [Tue, 30 Dec 2003 22:30:00 +0000 (22:30 +0000)]
(gnus-group-group-map): Added `gnus-group-read-ephemeral-group'
(already in previous commit inadvertently).
(gnus-group-make-menu-bar): Added `gnus-group-read-ephemeral-group'.
(gnus-group-read-ephemeral-group): Made interactive.

20 years agoRemoved `(when t ...)' around `gnus-define-keys'.
Reiner Steib [Tue, 30 Dec 2003 22:25:03 +0000 (22:25 +0000)]
Removed `(when t ...)' around `gnus-define-keys'.

20 years ago* gnus-score.el (gnus-score-find-trace): Added comment on sync
Reiner Steib [Tue, 30 Dec 2003 21:54:57 +0000 (21:54 +0000)]
* gnus-score.el (gnus-score-find-trace): Added comment on sync
with `gnus-score-edit-file-at-point'.

* gnus-logic.el (gnus-score-advanced): Ditto.

* gnus-score.el (gnus-score-edit-file-at-point): Fix for advanced scoring.

20 years ago(gnus-score-edit-file-at-point): Use
Simon Josefsson [Tue, 30 Dec 2003 21:33:11 +0000 (21:33 +0000)]
(gnus-score-edit-file-at-point): Use
gnus-point-at-*, for portability.

20 years ago(Summary Score Commands): Add `f' to `gnus-score-find-trace'.
Reiner Steib [Tue, 30 Dec 2003 21:29:01 +0000 (21:29 +0000)]
(Summary Score Commands): Add `f' to `gnus-score-find-trace'.
(Score File Editing): Added `V t'.

20 years ago(gnus-treat-body-boundary): Fix doc-string and custom type.
Reiner Steib [Tue, 30 Dec 2003 21:22:44 +0000 (21:22 +0000)]
(gnus-treat-body-boundary): Fix doc-string and custom type.
(gnus-button-mid-or-mail-regexp): Don't be too restrictive.
Suggested by Felix Wiemann <Felix.Wiemann@gmx.net>.
(gnus-button-alist): Added "M-x ... RET" and "mid:" buttons.
Added comments about relevant RFCs.

20 years ago(gnus-summary-mode): Untabify doc-string.
Reiner Steib [Tue, 30 Dec 2003 21:13:43 +0000 (21:13 +0000)]
(gnus-summary-mode): Untabify doc-string.
(gnus-summary-goto-article): Allow `%40'.
(gnus-summary-refer-article): Convert `%40' to `@'.

20 years ago(smime-crl-check): New.
Simon Josefsson [Tue, 30 Dec 2003 21:10:19 +0000 (21:10 +0000)]
(smime-crl-check): New.
(smime-verify-region): Use it.  From Arne Jørgensen
<arne@arnested.dk> in <87llpk9v5q.fsf@seamus.arnested.dk> (tiny
change).

20 years ago(gnus-score-edit-file-at-point): Consider the
Reiner Steib [Tue, 30 Dec 2003 20:57:58 +0000 (20:57 +0000)]
(gnus-score-edit-file-at-point): Consider the
whole match element.  From Karl Pflästerer <sigurd@12move.de>.
(gnus-score-find-trace): Use it.  Added `f' and `t' commands,
added quick help.  With some suggestions from Karl Pflästerer
<sigurd@12move.de>.

20 years ago2003-12-31 Steve Youngs <sryoungs@bigpond.net.au>
Steve Youngs [Tue, 30 Dec 2003 20:36:36 +0000 (20:36 +0000)]
2003-12-31  Steve Youngs  <sryoungs@bigpond.net.au>

* gnus.texi (XEmacs): Update list of Gnus XEmacs package
requirements.

20 years ago(gnus-emacs-version): Added doc-string.
Reiner Steib [Tue, 30 Dec 2003 19:19:36 +0000 (19:19 +0000)]
(gnus-emacs-version): Added doc-string.

20 years ago(mml-minibuffer-read-disposition): New function.
Reiner Steib [Tue, 30 Dec 2003 19:06:43 +0000 (19:06 +0000)]
(mml-minibuffer-read-disposition): New function.
(mml-attach-file): Use it.
(mml-preview): Added MIME preview to gnus-buffers.

20 years ago(Canceling and Superseding): Mention `Cancel-Lock'.
Reiner Steib [Tue, 30 Dec 2003 18:41:35 +0000 (18:41 +0000)]
(Canceling and Superseding): Mention `Cancel-Lock'.

20 years ago(Maildir): Filled.
Lars Magne Ingebrigtsen [Tue, 30 Dec 2003 05:19:27 +0000 (05:19 +0000)]
(Maildir): Filled.
(Key Index): Untabified.

20 years ago * gnus-start.el (gnus-get-unread-articles): Inline gnus-server-get-method.
Lars Magne Ingebrigtsen [Tue, 30 Dec 2003 03:58:14 +0000 (03:58 +0000)]
* gnus-start.el (gnus-get-unread-articles): Inline gnus-server-get-method.
(gnus-get-unread-articles): Cache methods.
(gnus-get-unread-articles-in-group): Indent.

20 years ago(gnus-summary-make-menu-bar): Add ellipses.
Jesper Harder [Tue, 30 Dec 2003 03:28:27 +0000 (03:28 +0000)]
(gnus-summary-make-menu-bar): Add ellipses.

20 years ago(gnus-secondary-method-p): Extend servers to methods before comparing.
Lars Magne Ingebrigtsen [Tue, 30 Dec 2003 03:19:13 +0000 (03:19 +0000)]
(gnus-secondary-method-p): Extend servers to methods before comparing.

20 years ago(gnus-version-number): Bump.
Lars Magne Ingebrigtsen [Tue, 30 Dec 2003 02:54:08 +0000 (02:54 +0000)]
(gnus-version-number): Bump.