gnus
19 years ago2005-01-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
Reiner Steib [Fri, 28 Jan 2005 19:40:42 +0000 (19:40 +0000)]
2005-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* gnus.texi: Some edits based on comments from David Abrahams.
Bump version numbers.

19 years ago(gnus-article-setup-buffer): Kill and re-create the article buffer when editing
Katsumi Yamaoka [Fri, 28 Jan 2005 05:20:06 +0000 (05:20 +0000)]
(gnus-article-setup-buffer): Kill and re-create the article buffer when editing
 of the article is discarded.
(gnus-article-prepare): Revert.

19 years ago(gnus-article-prepare): Fix previous commit.
Katsumi Yamaoka [Fri, 28 Jan 2005 02:30:27 +0000 (02:30 +0000)]
(gnus-article-prepare): Fix previous commit.

19 years ago(gnus-article-prepare): Remove message-strip-forbidden-properties from the
Katsumi Yamaoka [Fri, 28 Jan 2005 00:49:50 +0000 (00:49 +0000)]
(gnus-article-prepare): Remove message-strip-forbidden-properties from the
 local hook.

19 years agoBump version numbers.
Lars Magne Ingebrigtsen [Fri, 28 Jan 2005 00:10:45 +0000 (00:10 +0000)]
Bump version numbers.

19 years agoSome edits based on comments from David Abrahams.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2005 23:59:33 +0000 (23:59 +0000)]
Some edits based on comments from David Abrahams.

19 years ago(password-cache-add): Only start one timer per key.
Simon Josefsson [Wed, 26 Jan 2005 23:03:12 +0000 (23:03 +0000)]
(password-cache-add): Only start one timer per key.
Reported by Derek Atkins <warlord@MIT.EDU>.

19 years agoRemove the need to have run-at-time.el.
Steve Youngs [Wed, 26 Jan 2005 08:54:34 +0000 (08:54 +0000)]
Remove the need to have run-at-time.el.

XEmacs now has `timer-funcs.el' which correctly implements
`run-at-time' and many other GNU timer functions using itimers.  This
patch also cleans up the rest of Gnus for timer/itimer compatibility.
XEmacs users will no longer need the fsf-compat package to build or to
run Gnus.

2005-01-26  Steve Youngs  <steve@sxemacs.org>

* run-at-time.el: Removed.  It is no longer needed as
timer-funcs.el in the xemacs-base package has a working version of
`run-at-time'.

* gnus-xmas.el: Require timer-funcs instead of run-at-time.

* password.el: Require timer-funcs instead of run-at-time in
XEmacs.
Remove `password-run-at-time' macro.
(password-cache-add): Use `run-at-time' instead of
`password-run-at-time'.

* nnheaderxm.el: Require timer-funcs instead of run-at-time.
Remove `nnheader-cancel-function-timers' alias,
`cancel-function-timers' exists in XEmacs in timer-funcs.

* mail-source.el: Require timer-funcs instead of itimer in XEmacs
for `run-with-idle-timer'.

* gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
for `run-at-time'.

* mm-url.el: Require timer-funcs at compile time when in XEmacs
for `with-timeout'.

* dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
the same as for XEmacs 21.4.
No need to ignore `run-with-idle-timer', this function exists in
XEmacs now in timer-funcs.el in the xemacs-base package.
(dgnushack-compile): No need to delete
run-at-time.el from the list of files to compile because it
doesn't exist anymore.

2005-01-26  Steve Youngs  <steve@sxemacs.org>

* gpg.el: Add timer/itimer compatibility.

19 years ago(mml-generate-mime-1): Convert string into unibyte when inserting " *mml*"
Katsumi Yamaoka [Mon, 24 Jan 2005 12:36:08 +0000 (12:36 +0000)]
(mml-generate-mime-1): Convert string into unibyte when inserting " *mml*"
 buffer's contents into a unibyte temp buffer.

19 years ago(mail-source-fetch-imap): Search for ^From case sensitively.
Simon Josefsson [Mon, 24 Jan 2005 09:55:02 +0000 (09:55 +0000)]
(mail-source-fetch-imap): Search for ^From case sensitively.

19 years ago(RSS): Fix the keystroke.
Katsumi Yamaoka [Mon, 24 Jan 2005 08:24:55 +0000 (08:24 +0000)]
(RSS): Fix the keystroke.

19 years ago(pgg-pgp-decrypt-region): Use passphrase cache.
Simon Josefsson [Fri, 21 Jan 2005 19:42:14 +0000 (19:42 +0000)]
(pgg-pgp-decrypt-region): Use passphrase cache.

19 years ago(mm-insert-part): Switch the multibyteness of data which will be inserted
Katsumi Yamaoka [Thu, 20 Jan 2005 08:42:35 +0000 (08:42 +0000)]
(mm-insert-part): Switch the multibyteness of data which will be inserted
 according to the multibyteness of a buffer rather than the type of contents.
 Suggested by ARISAWA Akihiro.

19 years ago(nnrss-find-el): Check carefully whether there's a list of string which old
Katsumi Yamaoka [Thu, 20 Jan 2005 01:06:00 +0000 (01:06 +0000)]
(nnrss-find-el): Check carefully whether there's a list of string which old
 xml.el may return rather than a string.

19 years ago(gnus-summary-idna-message): Silence byte compiler.
Katsumi Yamaoka [Mon, 17 Jan 2005 00:11:34 +0000 (00:11 +0000)]
(gnus-summary-idna-message): Silence byte compiler.

19 years agoGenerated.
Simon Josefsson [Sun, 16 Jan 2005 18:57:53 +0000 (18:57 +0000)]
Generated.

19 years agoAdd libidn URL. Suggested by Michael Cook <michael@waxrat.com>.
Simon Josefsson [Sun, 16 Jan 2005 18:57:38 +0000 (18:57 +0000)]
Add libidn URL.  Suggested by Michael Cook <michael@waxrat.com>.

19 years ago(Article Washing): Add libidn URL. Suggested by
Simon Josefsson [Sun, 16 Jan 2005 18:55:03 +0000 (18:55 +0000)]
(Article Washing): Add libidn URL.  Suggested by
Michael Cook <michael@waxrat.com>.

19 years ago(gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
Simon Josefsson [Sun, 16 Jan 2005 18:54:09 +0000 (18:54 +0000)]
(gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
<michael@waxrat.com>.

19 years ago(gnus-summary-idna-message): Fail gracefully if
Simon Josefsson [Sun, 16 Jan 2005 17:37:19 +0000 (17:37 +0000)]
(gnus-summary-idna-message): Fail gracefully if
idn/idna.el isn't available.

19 years ago([4.1]): Typo.
Simon Josefsson [Sun, 16 Jan 2005 12:21:59 +0000 (12:21 +0000)]
([4.1]): Typo.

19 years agoRemove non-FSF copyright header.
Simon Josefsson [Sun, 16 Jan 2005 10:00:19 +0000 (10:00 +0000)]
Remove non-FSF copyright header.

19 years ago(hashcash-extra-generate-parameters): New variable.
Simon Josefsson [Sun, 16 Jan 2005 09:38:15 +0000 (09:38 +0000)]
(hashcash-extra-generate-parameters): New variable.
(hashcash-generate-payment): Use it.
(hashcash-generate-payment-async): Use it.

19 years ago(Topic Commands): Fix next/previous.
Lars Magne Ingebrigtsen [Sat, 15 Jan 2005 21:13:50 +0000 (21:13 +0000)]
(Topic Commands): Fix next/previous.

19 years ago(message-idna-to-ascii-rhs): Decode Reply-To too.
Simon Josefsson [Sat, 15 Jan 2005 19:59:40 +0000 (19:59 +0000)]
(message-idna-to-ascii-rhs): Decode Reply-To too.
Suggested by Raymond Scholz <ray-2005@zonix.de>.

19 years agoGenerated.
Simon Josefsson [Sat, 15 Jan 2005 19:49:49 +0000 (19:49 +0000)]
Generated.

19 years agoFix last commit.
Simon Josefsson [Sat, 15 Jan 2005 19:49:42 +0000 (19:49 +0000)]
Fix last commit.

19 years ago(Article Washing): Mention `W i'.
Simon Josefsson [Sat, 15 Jan 2005 19:48:57 +0000 (19:48 +0000)]
(Article Washing): Mention `W i'.

19 years agoGenerated.
Simon Josefsson [Sat, 15 Jan 2005 19:46:30 +0000 (19:46 +0000)]
Generated.

19 years agoMention De-IDNA washing.
Simon Josefsson [Sat, 15 Jan 2005 19:46:17 +0000 (19:46 +0000)]
Mention De-IDNA washing.

19 years ago(gnus-summary-wash-map): Bind "W i" to
Simon Josefsson [Sat, 15 Jan 2005 19:44:11 +0000 (19:44 +0000)]
(gnus-summary-wash-map): Bind "W i" to
gnus-summary-idna-message.
(gnus-summary-make-menu-bar): Add De-IDNA menu entry.
(gnus-summary-idna-message): New function.

19 years agoTypo.
Katsumi Yamaoka [Fri, 14 Jan 2005 05:22:20 +0000 (05:22 +0000)]
Typo.

19 years ago(gnus-confirm-mail-reply-to-news): Change default to gnus-novice-user.
Reiner Steib [Thu, 13 Jan 2005 22:14:01 +0000 (22:14 +0000)]
(gnus-confirm-mail-reply-to-news): Change default to gnus-novice-user.

19 years ago(nnrss-request-delete-group): Delete entries in nnrss-group-alist as well.
Katsumi Yamaoka [Wed, 12 Jan 2005 08:40:08 +0000 (08:40 +0000)]
(nnrss-request-delete-group): Delete entries in nnrss-group-alist as well.
(nnrss-save-server-data): Inser newline.

19 years ago* gnus.el (gnus-user-agent): Use list of symbols instead of
Reiner Steib [Mon, 10 Jan 2005 15:06:03 +0000 (15:06 +0000)]
* gnus.el (gnus-user-agent): Use list of symbols instead of
symbols.  Display full version number for (S)XEmacs.  Optionally
display (S)XEmacs codename.

* gnus-util.el (gnus-emacs-version): Update for new
`gnus-user-agent'.

* gnus-msg.el (gnus-extended-version): Make it possible to omit
Gnus version.

19 years agoRevision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-9
Miles Bader [Fri, 7 Jan 2005 06:17:11 +0000 (06:17 +0000)]
Revision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-9

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-5
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
   Merge from miles@gnu.org--gnu-2004

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3
   Merge from emacs--cvs-trunk--0

2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/spam.el (spam-face): New face. Don't use `gnus-splash-face'
   which is unreadable in some setups.

19 years ago(gnus-update-format-specifications): Flush the group format spec cache if it
Katsumi Yamaoka [Thu, 6 Jan 2005 07:58:19 +0000 (07:58 +0000)]
(gnus-update-format-specifications): Flush the group format spec cache if it
 doesn't support decoded group names.

19 years ago(Reply): `message-reply-to-function' should return a list.
Katsumi Yamaoka [Thu, 6 Jan 2005 03:14:33 +0000 (03:14 +0000)]
(Reply): `message-reply-to-function' should return a list.
 Suggested by ARISAWA Akihiro.

19 years ago(.texi): Use LC_ALL instead of LANG.
Katsumi Yamaoka [Wed, 5 Jan 2005 07:31:11 +0000 (07:31 +0000)]
(.texi): Use LC_ALL instead of LANG.
(makeinfo): Ditto.

19 years ago(Group Parameters): Slight extension of sieve
Simon Josefsson [Tue, 4 Jan 2005 21:34:14 +0000 (21:34 +0000)]
(Group Parameters): Slight extension of sieve
parameter description.

19 years agoRevision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-4
Miles Bader [Tue, 4 Jan 2005 02:25:38 +0000 (02:25 +0000)]
Revision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-4

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-1
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--base-0
   tag of miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-1
   Merge from emacs--cvs-trunk--0

19 years agoFix double defcustom of `gnus-decay-scores' from previous commit.
Reiner Steib [Mon, 3 Jan 2005 22:53:01 +0000 (22:53 +0000)]
Fix double defcustom of `gnus-decay-scores' from previous commit.

19 years agoGenerated.
Reiner Steib [Mon, 3 Jan 2005 16:25:24 +0000 (16:25 +0000)]
Generated.

19 years ago* gnus-news.texi: Mention change new behavior of
Reiner Steib [Mon, 3 Jan 2005 16:24:16 +0000 (16:24 +0000)]
* gnus-news.texi: Mention change new behavior of
`gnus-decay-scores'.  Added some references.

* gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
matching score files as well.
(Picons): Describe `gnus-picon-style'.

19 years ago(Score Decays): `gnus-decay-scores' can be a regexp
Reiner Steib [Mon, 3 Jan 2005 16:05:55 +0000 (16:05 +0000)]
(Score Decays): `gnus-decay-scores' can be a regexp
matching score files as well.

19 years ago(gnus-decay-scores, gnus-score-load-file): Allow
Reiner Steib [Mon, 3 Jan 2005 16:05:14 +0000 (16:05 +0000)]
(gnus-decay-scores, gnus-score-load-file): Allow
to apply decay on score files matching a regexp.

19 years ago|From Romain Francoise
Katsumi Yamaoka [Sun, 2 Jan 2005 23:32:20 +0000 (23:32 +0000)]
|From Romain Francoise
* gnus-news.texi: Mention the new method used to hide headers.
Remove duplicate item about `/ r'.  Add missing @code.

* message.texi (Message Headers): Mention that headers are hidden
using narrowing, and how to expose them.
Update copyright.

19 years agoGenerated.
Katsumi Yamaoka [Sun, 2 Jan 2005 23:32:11 +0000 (23:32 +0000)]
Generated.

19 years agoGenerated.
Simon Josefsson [Sun, 2 Jan 2005 02:21:08 +0000 (02:21 +0000)]
Generated.

19 years agoAdd.
Simon Josefsson [Sun, 2 Jan 2005 02:20:45 +0000 (02:20 +0000)]
Add.

19 years ago(gnus-group-line-format-alist): Keep the forward compatibility in %g and %c.
Katsumi Yamaoka [Thu, 30 Dec 2004 13:12:14 +0000 (13:12 +0000)]
(gnus-group-line-format-alist): Keep the forward compatibility in %g and %c.

19 years ago(gnus-group-line-format-alist): Use decoded group name for only %g and %c.
Katsumi Yamaoka [Wed, 29 Dec 2004 14:57:43 +0000 (14:57 +0000)]
(gnus-group-line-format-alist): Use decoded group name for only %g and %c.
(gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead of
 gnus-tmp-group to decoded group name.

19 years ago(gnus-group-make-rss-group): Exclude `/'s.
Katsumi Yamaoka [Wed, 29 Dec 2004 13:39:20 +0000 (13:39 +0000)]
(gnus-group-make-rss-group): Exclude `/'s.

19 years ago(nnrss-get-encoding): Fix regexp.
Katsumi Yamaoka [Tue, 28 Dec 2004 13:49:32 +0000 (13:49 +0000)]
(nnrss-get-encoding): Fix regexp.

19 years ago(mm-body-encoding): Don't permit 7-bit to be used
Simon Josefsson [Mon, 27 Dec 2004 01:13:22 +0000 (01:13 +0000)]
(mm-body-encoding): Don't permit 7-bit to be used
when mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME)
and we have trailing white space.  Reported by Werner Koch
<wk@gnupg.org>.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-200
Miles Bader [Sun, 26 Dec 2004 23:34:38 +0000 (23:34 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-200

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-741
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
   Merge from emacs--cvs-trunk--0

2004-12-17  Kim F. Storm  <storm@cua.dk>

   * lisp/gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.

   * lisp/gnus-sum.el (gnus-summary-mode-map): Likewise.

19 years ago(gnus-summary-walk-group-buffer): Decode group name. From Tsuyoshi AKIHO.
Katsumi Yamaoka [Sun, 26 Dec 2004 14:53:52 +0000 (14:53 +0000)]
(gnus-summary-walk-group-buffer): Decode group name.  From Tsuyoshi AKIHO.

19 years ago* GNUS-NEWS: Generated.
Katsumi Yamaoka [Sun, 26 Dec 2004 13:45:08 +0000 (13:45 +0000)]
* GNUS-NEWS: Generated.

19 years ago* gnus-news.texi: Addition.
Katsumi Yamaoka [Sun, 26 Dec 2004 13:45:05 +0000 (13:45 +0000)]
* gnus-news.texi: Addition.
* gnus.texi (RSS): Addition.

19 years ago2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
Katsumi Yamaoka [Sun, 26 Dec 2004 13:44:52 +0000 (13:44 +0000)]
2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>

* nnrss.el: Require rfc2047 and mml.
(nnrss-file-coding-system): New variable.
(nnrss-format-string): Redefine it as an inline function.
(nnrss-decode-group-name): New function.
(nnrss-string-as-multibyte): Remove.
(nnrss-retrieve-headers): Decode group name; don't use nnrss-format-string.
(nnrss-request-group): Decode group name.
(nnrss-request-article): Decode group name; allow a Message-ID as well as an
 article number; don't use nnrss-format-string; encode a Message-ID string
 which may contain non-ASCII characters; use mml-to-mime to compose a MIME
 article.
(nnrss-request-expire-articles): Decode group name.
(nnrss-request-delete-group): Decode group name.
(nnrss-fetch): Clarify error message.
(nnrss-read-server-data): Use insert-file-contents instead of load;
 bind file-name-coding-system; use multibyte buffer.
(nnrss-save-server-data): Bind coding-system-for-write to the value of
 nnrss-file-coding-system; bind file-name-coding-system; add coding cookie.
(nnrss-read-group-data): Use insert-file-contents instead of load;
 bind file-name-coding-system; use multibyte buffer.
(nnrss-save-group-data): Bind coding-system-for-write to the value of
 nnrss-file-coding-system; bind file-name-coding-system.
(nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
 make it work with non-ASCII text.
(nnrss-find-el): Make it work with old xml.el as well.

2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>

* nnrss.el (nnrss-get-encoding): New function.
(nnrss-fetch): Use unibyte buffer initially; bind coding-system-for-read while
 performing mm-url-insert; remove ^Ms; decode contents according to the
 encoding attribute.
(nnrss-save-group-data): Add coding cookie.
(nnrss-mime-encode-string): New function.
(nnrss-check-group): Use it to encode subject and author.

19 years ago(.texi): Set LANG=C to avoid NLS translations.
Katsumi Yamaoka [Fri, 24 Dec 2004 06:23:33 +0000 (06:23 +0000)]
(.texi): Set LANG=C to avoid NLS translations.
(makeinfo): Ditto.

19 years ago(spam-check-BBDB): don't get the symbol-value of an
Teodor Zlatanov [Thu, 23 Dec 2004 18:49:11 +0000 (18:49 +0000)]
(spam-check-BBDB): don't get the symbol-value of an
imaginary variable

19 years ago(gnus-spec-tab): Make a Lisp form which works correctly even if there are wide
Katsumi Yamaoka [Wed, 22 Dec 2004 03:27:58 +0000 (03:27 +0000)]
(gnus-spec-tab): Make a Lisp form which works correctly even if there are wide
 characters.

19 years ago(spam-check-BBDB): fix the BBDB caching code to use
Teodor Zlatanov [Tue, 21 Dec 2004 17:01:37 +0000 (17:01 +0000)]
(spam-check-BBDB): fix the BBDB caching code to use
downcased symbol names; make a new cache instead of reusing
bbdb-hashtable

19 years ago(rfc2231-parse-string): Decode encoded value after concatenating segments
Katsumi Yamaoka [Tue, 21 Dec 2004 09:37:26 +0000 (09:37 +0000)]
(rfc2231-parse-string): Decode encoded value after concatenating segments
 rather than before concatenating them.  Suggested by ARISAWA Akihiro.

19 years ago(message-get-reply-headers): Bind `extra'.
Katsumi Yamaoka [Tue, 21 Dec 2004 09:37:18 +0000 (09:37 +0000)]
(message-get-reply-headers): Bind `extra'.

19 years ago(message-extra-wide-headers): New variable.
Lars Magne Ingebrigtsen [Tue, 21 Dec 2004 09:16:36 +0000 (09:16 +0000)]
(message-extra-wide-headers): New variable.
(message-get-reply-headers): Use it.

19 years ago* gnus-agent.el (gnus-agent-group-path): Decode group name.
Katsumi Yamaoka [Mon, 20 Dec 2004 01:37:06 +0000 (01:37 +0000)]
* gnus-agent.el (gnus-agent-group-path): Decode group name.
(gnus-agent-group-pathname): Ditto.

* gnus-cache.el (gnus-cache-file-name): Decode group name.

* gnus-group.el (gnus-group-make-group): Decode group name.
(gnus-group-make-rss-group): Register the group data after opening
 the nnrss group.

19 years ago* nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
Paul Jarc [Sat, 18 Dec 2004 00:37:46 +0000 (00:37 +0000)]
* nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
by expiry now get marked as read.

19 years ago(mm-xemacs-find-mime-charset): New macro.
Katsumi Yamaoka [Fri, 17 Dec 2004 16:08:21 +0000 (16:08 +0000)]
(mm-xemacs-find-mime-charset): New macro.
(mm-xemacs-find-mime-charset-1): New function used to unify Latin characters
 in XEmacs.  From Aidan Kehoe.
(mm-find-mime-charset-region): Use it.  From Aidan Kehoe.

19 years ago* gnus-util.el (gnus-delete-directory): New function.
Katsumi Yamaoka [Fri, 17 Dec 2004 10:27:43 +0000 (10:27 +0000)]
* gnus-util.el (gnus-delete-directory): New function.
* gnus-agent.el (gnus-agent-delete-group): Use it.
* gnus-cache.el (gnus-cache-delete-group): Use it.

19 years ago(gnus-group-make-rss-group): Unify non-ASCII group names.
Katsumi Yamaoka [Thu, 16 Dec 2004 12:32:36 +0000 (12:32 +0000)]
(gnus-group-make-rss-group): Unify non-ASCII group names.

19 years ago(hashcash-payment-alist): Fix custom :type.
Simon Josefsson [Thu, 16 Dec 2004 01:12:35 +0000 (01:12 +0000)]
(hashcash-payment-alist): Fix custom :type.

19 years ago(mm-url-predefined-programs): Add --silent arg to curl.
Katsumi Yamaoka [Wed, 15 Dec 2004 09:43:46 +0000 (09:43 +0000)]
(mm-url-predefined-programs): Add --silent arg to curl.

19 years ago(gnus-group-expire-articles-1): Decode group name.
Katsumi Yamaoka [Wed, 15 Dec 2004 08:40:29 +0000 (08:40 +0000)]
(gnus-group-expire-articles-1): Decode group name.
(gnus-group-set-current-level): Decode group name.

19 years ago(nnrss-fetch): Signal an error if w3-parse-buffer also failed.
Katsumi Yamaoka [Wed, 15 Dec 2004 06:30:04 +0000 (06:30 +0000)]
(nnrss-fetch): Signal an error if w3-parse-buffer also failed.
 From Maciek Pasternacki.

19 years ago(gnus-group-delete-group): Decode group name.
Katsumi Yamaoka [Tue, 14 Dec 2004 11:59:26 +0000 (11:59 +0000)]
(gnus-group-delete-group): Decode group name.
(gnus-group-make-rss-group): Encode group name.
(gnus-group-catchup-current): Decode group name.
(gnus-group-kill-group): Decode group name.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-188
Miles Bader [Tue, 14 Dec 2004 09:22:24 +0000 (09:22 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-188

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-722
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-723
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.

2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus-faq.texi ([5.1]): Added missing bracket.

19 years agoFix broken entry from recend sync from v5-10.
Reiner Steib [Mon, 13 Dec 2004 18:32:05 +0000 (18:32 +0000)]
Fix broken entry from recend sync from v5-10.

19 years ago(gnus-group-make-rss-group): Use gnus-group-make-group instead of
Katsumi Yamaoka [Mon, 13 Dec 2004 07:00:47 +0000 (07:00 +0000)]
(gnus-group-make-rss-group): Use gnus-group-make-group instead of
 gnus-group-unsubscribe-group.

19 years ago(gnus-setup-news): Honor user's setting to gnus-message-archive-method.
Katsumi Yamaoka [Mon, 13 Dec 2004 03:36:28 +0000 (03:36 +0000)]
(gnus-setup-news): Honor user's setting to gnus-message-archive-method.
 Suggested by Lute Kamstra.

19 years agoFix.
Katsumi Yamaoka [Fri, 10 Dec 2004 00:13:15 +0000 (00:13 +0000)]
Fix.

19 years ago(gnus-summary-exit-no-update): Don't clear the global counterparts of the
Katsumi Yamaoka [Fri, 10 Dec 2004 00:11:07 +0000 (00:11 +0000)]
(gnus-summary-exit-no-update): Don't clear the global counterparts of the
 buffer-local variables.  From Arnaud Giersch.

19 years ago(gnus-summary-exit): Don't clear the global counterparts of the buffer-local
Katsumi Yamaoka [Thu, 9 Dec 2004 14:31:01 +0000 (14:31 +0000)]
(gnus-summary-exit): Don't clear the global counterparts of the buffer-local
 variables.  From Romain Francoise.

19 years agoMention `gnus-summary-limit-to-recipient' and
Reiner Steib [Wed, 8 Dec 2004 17:42:45 +0000 (17:42 +0000)]
Mention `gnus-summary-limit-to-recipient' and
`gnus-summary-sort-by-recipient'.

19 years agoRevert bogus changes.
Katsumi Yamaoka [Wed, 8 Dec 2004 13:10:54 +0000 (13:10 +0000)]
Revert bogus changes.

19 years agoRevision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-182
Miles Bader [Wed, 8 Dec 2004 00:05:14 +0000 (00:05 +0000)]
Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-182

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-714
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/pop3.el (pop3-md5): Define it before being used.

2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/message.el (message-forbidden-properties): Fixed typo in doc
   string.

2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-util.el (gnus-replace-in-string): Added doc string.

   * lisp/nnmail.el (nnmail-split-header-length-limit): Increase to 2048
   to avoid problems when splitting mails with many recipients.

2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
   pop-to-buffer, covered by the subsequent gnus-configure-windows.

2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/message.texi (Various Message Variables): Mention that all mail
   file variables are derived from `message-directory'.

   * texi/gnus.texi (Splitting Mail): Clarify bogus group.

2004-11-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Filtering Spam Using The Spam ELisp Package):

19 years ago(Filtering Spam Using The Spam ELisp Package)
Teodor Zlatanov [Tue, 7 Dec 2004 19:09:32 +0000 (19:09 +0000)]
(Filtering Spam Using The Spam ELisp Package)
(Spam ELisp Package Filtering of Incoming Mail)
(Spam ELisp Package Sorting and Score Display in Summary Buffer):
replace @code{spam.el} with @file{spam.el} where the file spam.el
is intended as the subject

19 years ago2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
Lars Magne Ingebrigtsen [Mon, 6 Dec 2004 21:06:20 +0000 (21:06 +0000)]
2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>

* spam-stat.el (spam-stat-save): Load the hashtable from disk only
if there is no hashtable in memory or file modification time is
newer than cached timestamp.

19 years agoGenerated.
Reiner Steib [Mon, 6 Dec 2004 16:14:50 +0000 (16:14 +0000)]
Generated.

19 years agoMention `gnus-summary-limit-to-recipient' and
Reiner Steib [Mon, 6 Dec 2004 16:13:30 +0000 (16:13 +0000)]
Mention `gnus-summary-limit-to-recipient' and
`gnus-summary-sort-by-recipient'.

19 years ago(Limiting): Add `gnus-summary-limit-to-recipient'.
Reiner Steib [Mon, 6 Dec 2004 16:12:18 +0000 (16:12 +0000)]
(Limiting): Add `gnus-summary-limit-to-recipient'.
(Summary Sorting): Add `gnus-summary-sort-by-recipient'.

19 years ago(Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.
Reiner Steib [Mon, 6 Dec 2004 15:57:58 +0000 (15:57 +0000)]
(Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.

19 years ago(gnus-summary-limit-to-recipient): Implement not-matching option.
Reiner Steib [Fri, 3 Dec 2004 15:58:17 +0000 (15:58 +0000)]
(gnus-summary-limit-to-recipient): Implement not-matching option.

19 years ago(gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
Reiner Steib [Thu, 2 Dec 2004 22:35:08 +0000 (22:35 +0000)]
(gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
(gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.

19 years ago(gnus-summary-limit-to-recipient): New function.
Reiner Steib [Thu, 2 Dec 2004 22:31:50 +0000 (22:31 +0000)]
(gnus-summary-limit-to-recipient): New function.
Suggested David Mazieres in analogy to rmail-summary-by-recipients.
(gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.

19 years ago(message-forward-make-body-mml): Remove headers according to
Katsumi Yamaoka [Thu, 2 Dec 2004 08:25:10 +0000 (08:25 +0000)]
(message-forward-make-body-mml): Remove headers according to
 message-forward-ignored-headers if a message is decoded.
(message-forward-make-body-plain): Always remove headers according to
 message-forward-ignored-headers.

19 years ago(spam-summary-prepare-exit): remove the
Teodor Zlatanov [Wed, 1 Dec 2004 15:37:45 +0000 (15:37 +0000)]
(spam-summary-prepare-exit): remove the
gnus-summary-limit pop for now, it has problems with ham marks for
me

19 years ago(Misc Article): Add, suggested by Reiner Steib
Simon Josefsson [Tue, 30 Nov 2004 17:38:08 +0000 (17:38 +0000)]
(Misc Article): Add, suggested by Reiner Steib
<reinersteib+gmane@imap.cc>.

19 years ago(spam-summary-prepare-exit): use gnus-summary-limit
Teodor Zlatanov [Mon, 29 Nov 2004 19:03:33 +0000 (19:03 +0000)]
(spam-summary-prepare-exit): use gnus-summary-limit
correctly