gnus
15 years ago(spam-report-gmane-max-requests): New constant.
Reiner Steib [Mon, 22 Dec 2008 22:06:59 +0000 (22:06 +0000)]
(spam-report-gmane-max-requests): New constant.
(spam-report-gmane-wait): New variable.
(spam-report-gmane-ham, spam-report-gmane-spam)
(spam-report-url-ping-plain, spam-report-process-queue): Wait only if
spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
the server.

15 years agoFix Author's name.
Reiner Steib [Mon, 22 Dec 2008 21:53:12 +0000 (21:53 +0000)]
Fix Author's name.

15 years agoReplace "Trivial patch" with "tiny change".
Reiner Steib [Mon, 22 Dec 2008 21:39:48 +0000 (21:39 +0000)]
Replace "Trivial patch" with "tiny change".

15 years agoFix some filenames.
Reiner Steib [Mon, 22 Dec 2008 21:36:54 +0000 (21:36 +0000)]
Fix some filenames.

15 years ago* nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
Reiner Steib [Mon, 22 Dec 2008 21:34:55 +0000 (21:34 +0000)]
* nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
Add explanations.

* pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
nnheader-accept-process-output and nnheader-read-timeout if available.
(pop3-movemail): Use it.

15 years ago(message-check-news-body-syntax): Fix signature check if there's an
Reiner Steib [Mon, 22 Dec 2008 21:25:20 +0000 (21:25 +0000)]
(message-check-news-body-syntax): Fix signature check if there's an
attachment.

15 years agoAdd comments to the mm- emulating functions.
Katsumi Yamaoka [Sun, 21 Dec 2008 23:45:14 +0000 (23:45 +0000)]
Add comments to the mm- emulating functions.

15 years ago(gnus-before-startup-hook): Fix doc string. Reported
Reiner Steib [Sun, 21 Dec 2008 22:47:45 +0000 (22:47 +0000)]
(gnus-before-startup-hook): Fix doc string.  Reported
by Stephen Berman <stephen.berman@gmx.net>.

15 years ago(Startup Variables): Fix gnus-before-startup-hook.
Reiner Steib [Sun, 21 Dec 2008 19:37:22 +0000 (19:37 +0000)]
(Startup Variables): Fix gnus-before-startup-hook.
Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
(Paging the Article): Add index entry.

15 years agoMerge from emacs--devo--0
Miles Bader [Fri, 19 Dec 2008 02:50:37 +0000 (02:50 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1496, 1498-1501, 1504-1505)

   - Update from CVS
   - Merge from gnus--devo--0

2008-12-16  Glenn Morris  <rgm@gnu.org>

   * lisp/mm-util.el (mm-charset-override-alist): Declare for compiler.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-566

15 years ago(mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
Katsumi Yamaoka [Thu, 18 Dec 2008 23:28:29 +0000 (23:28 +0000)]
(mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
(mm-special-display-p): Enable those lambda forms to be byte compiled.

15 years ago* mm-util.el (mm-substring-no-properties): New function.
Katsumi Yamaoka [Thu, 18 Dec 2008 22:48:14 +0000 (22:48 +0000)]
* mm-util.el (mm-substring-no-properties): New function.
(mm-string-to-multibyte): Doc fix.

* mml.el (mml-attach-file): Use mm-substring-no-properties.

15 years ago(mml-attach-file): Strip text properties from file name.
Reiner Steib [Thu, 18 Dec 2008 21:08:33 +0000 (21:08 +0000)]
(mml-attach-file): Strip text properties from file name.

15 years ago(mml-generate-mime-1): Prefer the MIME charset that Emacs knows since
Katsumi Yamaoka [Mon, 15 Dec 2008 23:35:32 +0000 (23:35 +0000)]
(mml-generate-mime-1): Prefer the MIME charset that Emacs knows since
 the charset specified might be a bogus alias that mm-charset-synonym-alist
 provides.

15 years ago(mm-charset-synonym-alist): Add bogus names "UTF8" and "ISO_8859-1".
Reiner Steib [Mon, 15 Dec 2008 19:44:47 +0000 (19:44 +0000)]
(mm-charset-synonym-alist): Add bogus names "UTF8" and "ISO_8859-1".

15 years ago(gnus-backup-startup-file): Improve doc string.
Reiner Steib [Mon, 15 Dec 2008 19:38:22 +0000 (19:38 +0000)]
(gnus-backup-startup-file): Improve doc string.

15 years ago(mm-charset-eval-alist): Define it before mm-charset-to-coding-system.
Katsumi Yamaoka [Mon, 15 Dec 2008 04:15:59 +0000 (04:15 +0000)]
(mm-charset-eval-alist): Define it before mm-charset-to-coding-system.
(mm-charset-to-coding-system): Add optional argument `silent';
 define it before mm-charset-override-alist.
(mm-charset-override-alist): Add `(gb2312 . gbk)' to the default value if it
 can be used in Emacs currently running; silence mm-charset-to-coding-system.

15 years ago* rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
Katsumi Yamaoka [Wed, 10 Dec 2008 10:03:11 +0000 (10:03 +0000)]
* rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
`allow-override' which says whether to use `mm-charset-override-alist'.
(rfc2047-decode-encoded-words): Use it.

* mm-util.el (mm-charset-override-alist): Fix custom type;
add `(gb2312 . gbk)' to choices.

15 years ago(Insertion Variables): Don't advertise sc-cite-original.
Reiner Steib [Mon, 8 Dec 2008 20:52:03 +0000 (20:52 +0000)]
(Insertion Variables): Don't advertise sc-cite-original.

15 years agoMerge from emacs--devo--0
Miles Bader [Sat, 6 Dec 2008 17:30:03 +0000 (17:30 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1442, 1446-1447, 1452-1453, 1460, 1462, 1464, 1471-1472, 1476, 1479-1480, 1482, 1486-1488, 1490)

   - Update from CVS
   - Merge from gnus--devo--0

2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/message.el (message-send-mail): Just set the buffer to unibyte
   rather than use mm-with-unibyte-current-buffer which does a lot more.
   (message-send-mail-partially): Don't bother with
   mm-with-unibyte-current-buffer since it's already been made unibyte by
   message-send-mail.

2008-11-19  Glenn Morris  <rgm@gnu.org>

   * texi/doclicense.texi: Change to FDL 1.3.
   Relicense all texi files under FDL 1.3 or later.

2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>

   * contrib/smtpmail.el (smtpmail-open-stream): Use
   `starttls-any-program-available'.  Auto-load starttls.el for it.

2008-11-01  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/md4.el (md4-buffer): Fix typo in docstring.
   (md4, md4-64): Doc fixes.
   (md4-pack-int32): Reflow docstring.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-560

15 years ago* mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and fast.
Katsumi Yamaoka [Thu, 4 Dec 2008 10:53:38 +0000 (10:53 +0000)]
* mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and fast.
* gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.

15 years ago* mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap on links.
Katsumi Yamaoka [Thu, 4 Dec 2008 01:58:21 +0000 (01:58 +0000)]
* mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap on links.
* gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
* lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.

15 years ago(message-idna-to-ascii-rhs-1): Fix previous commit.
Katsumi Yamaoka [Wed, 3 Dec 2008 23:49:19 +0000 (23:49 +0000)]
(message-idna-to-ascii-rhs-1): Fix previous commit.
(message-idna-to-ascii-rhs): Add a comment.  Suggested by RMS.

15 years ago(nnmairix): Mention mairix.el. Point out the importance of nnml-get-new-mail.
David Engster [Wed, 3 Dec 2008 23:22:56 +0000 (23:22 +0000)]
(nnmairix): Mention mairix.el.  Point out the importance of nnml-get-new-mail.
Change URL for mairix patch.

15 years ago(nnimap-retrieve-headers-progress): Don't use nnimap-demule
Reiner Steib [Wed, 3 Dec 2008 20:33:34 +0000 (20:33 +0000)]
(nnimap-retrieve-headers-progress): Don't use nnimap-demule
since the result is inserted in a unibyte buffer anyway.
(nnimap-demule-use-string-to-multibyte): Remove.
(nnimap-demule): Alias it to mm-string-to-multibyte.

15 years ago(message-idna-to-ascii-rhs-1): Protect against local users' addresses that
Katsumi Yamaoka [Wed, 3 Dec 2008 03:01:02 +0000 (03:01 +0000)]
(message-idna-to-ascii-rhs-1): Protect against local users' addresses that
 don't have domain parts.

15 years ago(message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head rather than
Katsumi Yamaoka [Wed, 3 Dec 2008 02:32:38 +0000 (02:32 +0000)]
(message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head rather than
 message-narrow-to-head since there will be the message header separator.

15 years ago(nnimap-demule-use-string-to-multibyte): New temporary
Reiner Steib [Sat, 29 Nov 2008 15:25:47 +0000 (15:25 +0000)]
(nnimap-demule-use-string-to-multibyte): New temporary
variable for debugging bug#464 and bug#1174.
(nnimap-demule): Use it.

15 years ago(gnus-score-find-trace): Handle default score in total score calculation
Reiner Steib [Mon, 24 Nov 2008 20:15:36 +0000 (20:15 +0000)]
(gnus-score-find-trace): Handle default score in total score calculation
correctly.

15 years ago(nnrss-make-hash-index): Debug message of full item.
Teodor Zlatanov [Tue, 11 Nov 2008 14:38:16 +0000 (14:38 +0000)]
(nnrss-make-hash-index): Debug message of full item.

15 years ago(netrc-parse): If a list is passed in as FILE, return it.
Teodor Zlatanov [Mon, 10 Nov 2008 21:54:55 +0000 (21:54 +0000)]
(netrc-parse): If a list is passed in as FILE, return it.

15 years ago(starttls-any-program-available): Rewritten so it doesn't require
Teodor Zlatanov [Tue, 4 Nov 2008 16:49:42 +0000 (16:49 +0000)]
(starttls-any-program-available): Rewritten so it doesn't require
itself and to remove `with-no-warnings'.

15 years ago(starttls-any-program-available): Get the name of the available TLS
Teodor Zlatanov [Mon, 3 Nov 2008 20:50:37 +0000 (20:50 +0000)]
(starttls-any-program-available): Get the name of the available TLS
layer program.
(starttls-open-steam-gnutls, starttls-open-stream): Put port number as
well as the host name in the "opening" message.

15 years ago(auth-source-cache, auth-source-do-cache)
Teodor Zlatanov [Mon, 3 Nov 2008 15:21:31 +0000 (15:21 +0000)]
(auth-source-cache, auth-source-do-cache)
(auth-source-user-or-password): Cache passwords and logins by default,
allow override with `auth-source-do-cache'.
(auth-source-forget-user-or-password): Allow users to remove cache
entries if needed.

15 years ago(ietf-drums-remove-comments): Localize second condition-case to only
Teodor Zlatanov [Fri, 31 Oct 2008 17:33:32 +0000 (17:33 +0000)]
(ietf-drums-remove-comments): Localize second condition-case to only
the forward-sexp call.

15 years ago(ietf-drums-remove-comments): Fix bug with single
Teodor Zlatanov [Fri, 31 Oct 2008 03:13:20 +0000 (03:13 +0000)]
(ietf-drums-remove-comments): Fix bug with single
quotes contained.  Make it more robust regardless by an extra
condition-case wrapper.

15 years agoNo need to fbind codepage-setup for Emacs 23.
Katsumi Yamaoka [Fri, 3 Oct 2008 06:58:08 +0000 (06:58 +0000)]
No need to fbind codepage-setup for Emacs 23.

15 years agoMerge from emacs--devo--0
Miles Bader [Fri, 3 Oct 2008 04:21:54 +0000 (04:21 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1411, 1413, 1424, 1427, 1429, 1431, 1433, 1436-1438, 1440-1441)

   - Merge from gnus--devo--0
   - Update from CVS

2008-10-02  Glenn Morris  <rgm@gnu.org>

   * lisp/mm-util.el (mm-codepage-setup): Tweak codepage error.
   Silence compiler warning.

2008-10-01  Magnus Henoch  <mange@freemail.hu>

   * lisp/tls.el (open-tls-stream): Show the actual command being
   executed, instead of the format string.

2008-09-30  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/mml.el (mml-menu): Don't assume mml2015 is bound.

2008-09-27  Glenn Morris  <rgm@gnu.org>

   * lisp/gnus-util.el (mail-header-remove-comments): Autoload it.

2008-09-27  Andreas Schwab  <schwab@suse.de>

   * lisp/gnus-util.el (gnus-split-references): Strip comments.
   (gnus-parent-id): Likewise.

2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
   macro caddr in the interactive form since it won't be expanded.

2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
   `charset'; fix name of function called recursively.
   (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.

2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
   (gnus-mime-set-charset-parameters): New function.
   (gnus-mime-view-part-as-charset): Use it to correctly display part
   specifying wrong charset.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-549

15 years ago* nnml.el (nnml-request-expire-articles): Check if the function set to
Katsumi Yamaoka [Fri, 3 Oct 2008 01:52:25 +0000 (01:52 +0000)]
* nnml.el (nnml-request-expire-articles): Check if the function set to
 `nnmail-expiry-target' returns the symbol `delete'.

* nnfolder.el (nnfolder-request-expire-articles): Ditto.

* nnmail.el (nnmail-expiry-target): Fix custom type.

15 years agoRevert last changes.
Katsumi Yamaoka [Thu, 2 Oct 2008 23:44:37 +0000 (23:44 +0000)]
Revert last changes.

15 years ago* nnml.el (nnml-request-expire-articles): Expand nnmail-expiry-target to an
Katsumi Yamaoka [Thu, 2 Oct 2008 23:34:37 +0000 (23:34 +0000)]
* nnml.el (nnml-request-expire-articles): Expand nnmail-expiry-target to an
 actual expiry target first if it is a function.  Suggested by Phillip Lord.

* nnfolder.el (nnfolder-request-expire-articles): Ditto.

15 years agoFbind codepage-setup for Emacs 23.
Katsumi Yamaoka [Wed, 1 Oct 2008 01:48:09 +0000 (01:48 +0000)]
Fbind codepage-setup for Emacs 23.

15 years ago(gnus-article-read-summary-keys): Check if summary window exists.
Katsumi Yamaoka [Mon, 29 Sep 2008 23:54:48 +0000 (23:54 +0000)]
(gnus-article-read-summary-keys): Check if summary window exists.

15 years ago(message-confirm-send): Fix version.
Reiner Steib [Fri, 26 Sep 2008 21:46:30 +0000 (21:46 +0000)]
(message-confirm-send): Fix version.

15 years ago(message-idna-to-ascii-rhs-1): Use mail-extract-address-components rather than
Katsumi Yamaoka [Thu, 25 Sep 2008 23:10:08 +0000 (23:10 +0000)]
(message-idna-to-ascii-rhs-1): Use mail-extract-address-components rather than
 mail-header-parse-addresses that is an alias by default to
 ietf-drums-parse-addresses that does not support non-ASCII names in headers'
 contents.

15 years ago(infohack): Use Info-split-threshold to decide whether to split Info files.
Katsumi Yamaoka [Thu, 25 Sep 2008 23:09:50 +0000 (23:09 +0000)]
(infohack): Use Info-split-threshold to decide whether to split Info files.

15 years ago(Sending Variables): Fixed variable documentation to
Teodor Zlatanov [Thu, 25 Sep 2008 13:14:43 +0000 (13:14 +0000)]
(Sending Variables): Fixed variable documentation to
avoid the "y/n" wording.

15 years ago(message-confirm-send): Fixed variable documentation to avoid the
Teodor Zlatanov [Thu, 25 Sep 2008 13:12:37 +0000 (13:12 +0000)]
(message-confirm-send): Fixed variable documentation to avoid the
"y/n" wording.

15 years ago(message-set-auto-save-file-name): Save to a different filename so multiple messages...
Teodor Zlatanov [Thu, 25 Sep 2008 13:03:18 +0000 (13:03 +0000)]
(message-set-auto-save-file-name): Save to a different filename so multiple messages (especially drafts) can be recovered.

15 years ago(message-confirm-send): Add appropriate version.
Teodor Zlatanov [Wed, 24 Sep 2008 18:30:17 +0000 (18:30 +0000)]
(message-confirm-send): Add appropriate version.

15 years ago(Sending Variables): Added `message-confirm-send' doc.
Teodor Zlatanov [Wed, 24 Sep 2008 18:29:02 +0000 (18:29 +0000)]
(Sending Variables): Added `message-confirm-send' doc.

15 years ago(infohack-include-files): New function.
Katsumi Yamaoka [Wed, 24 Sep 2008 07:27:01 +0000 (07:27 +0000)]
(infohack-include-files): New function.
(infohack): Use it.

15 years ago(infohack): Insert @include files before performing texinfo-every-node-update.
Katsumi Yamaoka [Wed, 24 Sep 2008 06:45:00 +0000 (06:45 +0000)]
(infohack): Insert @include files before performing texinfo-every-node-update.

15 years ago(The Gnus Registry): Don't give argument to @item used in @enumerate section
Katsumi Yamaoka [Wed, 24 Sep 2008 00:36:52 +0000 (00:36 +0000)]
(The Gnus Registry): Don't give argument to @item used in @enumerate section
 so as to be able to be formatted with MAKEINFO=no.

15 years ago(mm-pkcs7-enveloped-magic): Fix extra parenthesis in defvar.
Teodor Zlatanov [Mon, 22 Sep 2008 10:34:03 +0000 (10:34 +0000)]
(mm-pkcs7-enveloped-magic): Fix extra parenthesis in defvar.

15 years ago(mm-pkcs7-signed-magic): Use literals.
Daiki Ueno [Mon, 22 Sep 2008 04:47:37 +0000 (04:47 +0000)]
(mm-pkcs7-signed-magic): Use literals.
(mm-pkcs7-enveloped-magic): Ditto.

15 years ago(Top, Setup, Fancy splitting to parent)
Teodor Zlatanov [Fri, 19 Sep 2008 16:19:03 +0000 (16:19 +0000)]
(Top, Setup, Fancy splitting to parent)
(Store custom flags and keywords, Store arbitrary data): Clean up
markup.

15 years ago(sieve-manage-is-string): Accept literals too.
Simon Josefsson [Wed, 17 Sep 2008 11:06:34 +0000 (11:06 +0000)]
(sieve-manage-is-string): Accept literals too.
Reported by Arnt Gulbrandsen <arnt@oryx.com>.

15 years ago(gnus-registry-use-long-group-names): Make t the
Teodor Zlatanov [Tue, 16 Sep 2008 19:10:24 +0000 (19:10 +0000)]
(gnus-registry-use-long-group-names): Make t the
default, it's better.

15 years ago(The Gnus Registry): Document it.
Teodor Zlatanov [Tue, 16 Sep 2008 13:38:59 +0000 (13:38 +0000)]
(The Gnus Registry): Document it.

15 years ago(gnus-summary-insert-line): Trap errors on setting the summary line
Teodor Zlatanov [Thu, 11 Sep 2008 12:48:08 +0000 (12:48 +0000)]
(gnus-summary-insert-line): Trap errors on setting the summary line
gnus-number property and ignore them (with a warning message).

15 years ago(nnmairix): Point out that nnml uses MH format. Clarify section about
David Engster [Mon, 8 Sep 2008 21:29:47 +0000 (21:29 +0000)]
(nnmairix): Point out that nnml uses MH format.  Clarify section about
choosing back end servers.

15 years ago(nnmairix-create-server-and-default-group): Require match in completing-read
David Engster [Mon, 8 Sep 2008 21:12:23 +0000 (21:12 +0000)]
(nnmairix-create-server-and-default-group): Require match in completing-read
for back end server.

15 years agoMerge from emacs--devo--0
Miles Bader [Thu, 4 Sep 2008 06:04:04 +0000 (06:04 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1356-1400)

   - Merge from emacs--rel--22
   - Update from CVS
   - Merge from gnus--devo--0
   - Regenerate configure to get fixed autoconf mktime test

 * emacs--rel--22  (patch 282-303)

   - Update from CVS
   - Update from CVS: src/term.c (syms_of_term): Fix last change.

2008-08-02  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
   pending output coming after the status change.

2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/message.el:
   * lisp/gnus-start.el:
   * lisp/gnus-registry.el: Remove VMS support.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-535

15 years agoFix changelog entry
Miles Bader [Thu, 4 Sep 2008 02:33:24 +0000 (02:33 +0000)]
Fix changelog entry

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-534

15 years ago(message-confirm-send): New variable to confirm sending a message.
Teodor Zlatanov [Wed, 3 Sep 2008 17:43:35 +0000 (17:43 +0000)]
(message-confirm-send): New variable to confirm sending a message.
(message-send): Use it.

15 years ago(gnus-parse-simple-format): Revert last patch.
Teodor Zlatanov [Sat, 30 Aug 2008 09:32:09 +0000 (09:32 +0000)]
(gnus-parse-simple-format): Revert last patch.

15 years ago(gnus-parse-simple-format): Remove trailing whitespace.
Teodor Zlatanov [Fri, 29 Aug 2008 13:51:13 +0000 (13:51 +0000)]
(gnus-parse-simple-format): Remove trailing whitespace.

15 years ago(gnus-registry-max-track-groups): New variable to
Teodor Zlatanov [Thu, 21 Aug 2008 16:44:25 +0000 (16:44 +0000)]
(gnus-registry-max-track-groups): New variable to
prevent tracking too many groups.
(gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
Use it.

15 years ago(gnus-article-next-page): Respect `scroll-margin' when moving point to the
Katsumi Yamaoka [Mon, 11 Aug 2008 22:54:25 +0000 (22:54 +0000)]
(gnus-article-next-page): Respect `scroll-margin' when moving point to the
 bottom of the window in order to avoid recentering.

15 years ago* lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
Katsumi Yamaoka [Mon, 11 Aug 2008 22:54:18 +0000 (22:54 +0000)]
* lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.

* gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
(gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
(gnus-article-beginning-of-window): Fix calculation.

15 years ago(gnus-summary-supersede-article, gnus-summary-resend-message-edit):
Katsumi Yamaoka [Fri, 8 Aug 2008 11:10:55 +0000 (11:10 +0000)]
(gnus-summary-supersede-article, gnus-summary-resend-message-edit):
 Bind mail-parse-charset to the value of gnus-newsgroup-charset to decode
 non-MIME encoded text in message header.

15 years ago(rfc2104-string-make-unibyte): Define it as a compiler macro.
Katsumi Yamaoka [Wed, 30 Jul 2008 23:48:40 +0000 (23:48 +0000)]
(rfc2104-string-make-unibyte): Define it as a compiler macro.
(rfc2104-hash): Use it.

15 years ago(Sorting the Summary Buffer, Summary Sorting): Add
Reiner Steib [Wed, 30 Jul 2008 17:59:08 +0000 (17:59 +0000)]
(Sorting the Summary Buffer, Summary Sorting): Add
gnus-summary-sort-by-most-recent-number and
gnus-summary-sort-by-most-recent-date.
(Summary Sorting): Explain prefix argument.

15 years ago(gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
Reiner Steib [Wed, 30 Jul 2008 17:56:50 +0000 (17:56 +0000)]
(gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
and menu entries.

15 years ago(gnus-summary-sort-by-most-recent-number)
Reiner Steib [Wed, 30 Jul 2008 17:39:09 +0000 (17:39 +0000)]
(gnus-summary-sort-by-most-recent-number)
(gnus-summary-sort-by-most-recent-date): New commands.

15 years ago(Saving Articles): Mention symbolic prefix `r' for gnus-summary-pipe-output.
Katsumi Yamaoka [Tue, 29 Jul 2008 23:59:12 +0000 (23:59 +0000)]
(Saving Articles): Mention symbolic prefix `r' for gnus-summary-pipe-output.

15 years ago* gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
Katsumi Yamaoka [Tue, 29 Jul 2008 23:59:05 +0000 (23:59 +0000)]
* gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
 don't redisplay article for raw contents; remove plural articles stuff.

* gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
 on gnus-summary-save-article; display results properly.

15 years agoNo need to fbind ns-focus-frame.
Katsumi Yamaoka [Mon, 28 Jul 2008 23:47:19 +0000 (23:47 +0000)]
No need to fbind ns-focus-frame.

15 years agoMerge from emacs--devo--0
Miles Bader [Sun, 27 Jul 2008 00:26:58 +0000 (00:26 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1344, 1352, 1354-1355)

   - Update from CVS
   - Merge from gnus--devo--0

2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/gnus-util.el (ns-focus-frame): Remove declaration.
   (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
   like x.

2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>

   * lisp/rfc2104.el (rfc2104-zero): Delete defconst.
   (rfc2104-hex-alist): Likewise.
   (rfc2104-hex-to-int): Delete func.
   (rfc2104-hexstring-to-bitstring): Likewise.
   (rfc2104-nybbles): New defconst.
   (rfc2104-hash): Rewrite for speed.

2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/tls.el (open-tls-stream): Make it work with the 2nd argument
   BUFFER that is a string but does not exist as a buffer object, as
   mentioned in the doc-string.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-526

15 years ago(Saving Articles): Describe the 2nd argument of gnus-summary-save-in-pipe.
Katsumi Yamaoka [Thu, 24 Jul 2008 23:57:04 +0000 (23:57 +0000)]
(Saving Articles): Describe the 2nd argument of gnus-summary-save-in-pipe.
(SpamAssassin): Use it.

15 years ago(gnus-summary-save-in-pipe): Add optional argument `raw'.
Katsumi Yamaoka [Thu, 24 Jul 2008 23:56:56 +0000 (23:56 +0000)]
(gnus-summary-save-in-pipe): Add optional argument `raw'.

15 years ago(SpamAssassin): Fix previous commit.
Katsumi Yamaoka [Wed, 23 Jul 2008 00:35:33 +0000 (00:35 +0000)]
(SpamAssassin): Fix previous commit.

15 years ago(SpamAssassin): Fix previous commit.
Katsumi Yamaoka [Tue, 22 Jul 2008 23:10:57 +0000 (23:10 +0000)]
(SpamAssassin): Fix previous commit.

15 years ago(gnus-summary-save-in-pipe): Consider gnus-save-all-headers.
Katsumi Yamaoka [Tue, 22 Jul 2008 23:10:51 +0000 (23:10 +0000)]
(gnus-summary-save-in-pipe): Consider gnus-save-all-headers.

15 years ago(SpamAssassin): Fix gnus-summary-save-in-pipe usage.
Katsumi Yamaoka [Tue, 22 Jul 2008 11:34:54 +0000 (11:34 +0000)]
(SpamAssassin): Fix gnus-summary-save-in-pipe usage.

15 years agoFbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and SXEmacs.
Katsumi Yamaoka [Fri, 18 Jul 2008 02:28:55 +0000 (02:28 +0000)]
Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and SXEmacs.

15 years agoMerge from emacs--devo--0
Miles Bader [Thu, 17 Jul 2008 23:43:41 +0000 (23:43 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1322, 1326, 1329, 1332, 1340-1341)

   - Update from CVS
   - Merge from gnus--devo--0
   - Merge from emacs--rel--22
   - Remove junk from arch patch-logs

 * emacs--rel--22  (patch 281)

   - Merge from gnus--rel--5.10

2008-07-16  Glenn Morris  <rgm@gnu.org>

   * lisp/gnus-util.el (ns-focus-frame): Declare for compiler.

2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/message.el (message-send-mail-with-sendmail):
   Display the error message.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-521

15 years ago(gnus-article-save): Ignore gnus-visible-headers that is set as a group
Katsumi Yamaoka [Thu, 10 Jul 2008 23:58:14 +0000 (23:58 +0000)]
(gnus-article-save): Ignore gnus-visible-headers that is set as a group
 parameter.
(gnus-summary-save-in-pipe): Work when it is called independently.
(gnus-summary-pipe-to-muttprint): Don't modify
 gnus-summary-pipe-output-default-command.

15 years agoRemove accidentally added files
Miles Bader [Mon, 7 Jul 2008 07:41:44 +0000 (07:41 +0000)]
Remove accidentally added files

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-519

15 years ago(install, uninstall): Fix previous commit.
Katsumi Yamaoka [Fri, 4 Jul 2008 08:30:18 +0000 (08:30 +0000)]
(install, uninstall): Fix previous commit.

15 years ago(install): Install png and svg files.
Katsumi Yamaoka [Fri, 4 Jul 2008 06:26:59 +0000 (06:26 +0000)]
(install): Install png and svg files.
(uninstall): Uninstall png and svg files.

15 years agoMerge from emacs--devo--0, gnus--rel--5.10
Miles Bader [Fri, 4 Jul 2008 00:09:30 +0000 (00:09 +0000)]
Merge from emacs--devo--0, gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 1254-1310)

   - Update from CVS
   - Fix behavior of text-scale-increase when text-scale-mode is disabled
   - Tweak interface of buffer-face-mode functions
   - Fix variable names in buffer-face-mode-invoke
   - Fix autoload building command in src Makefile
   - Fix autoload directives in lisp/face-remap.el
   - (text-scale-adjust): Bind `echo-keystrokes' to nil.
   - Handle void selection in mouse-appearance-menu
   - Update from CVS: lisp/ibuf-ext.el (diff-sentinel): Declare.
   - Fix a bug with parsing of overlapping markup sequences in rcirc
   - Merge from emacs--rel--22
   - Implement display-time wrap/line-prefix feature
   - Merge from gnus--devo--0
   - Add missing doc/misc/ChangeLog entry

 * emacs--rel--22  (patch 277)
 * gnus--rel--5.10  (patch 297)

   - Update from CVS

2008-07-02  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/nnimap.el (nnimap-id):
   * lisp/sieve-manage.el (sieve-manage-open): Doc fixes.

2008-07-02  Francesc Rocher  <rocher@member.fsf.org>

   * lisp/gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
   if available.

2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.

   * lisp/nnkiboze.el (nnkiboze-generate-group):
   Use explicit mm-disable-multibyte rather than mm-with-unibyte.

   * lisp/nnmairix.el: Require CL.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-517

15 years ago(Saving Articles): Mention gnus-summary-pipe-output-default-command and
Katsumi Yamaoka [Wed, 2 Jul 2008 11:47:44 +0000 (11:47 +0000)]
(Saving Articles): Mention gnus-summary-pipe-output-default-command and
 gnus-summary-save-in-pipe.

15 years ago* gnus-art.el (gnus-default-article-saver): Add gnus-summary-save-in-pipe to
Katsumi Yamaoka [Wed, 2 Jul 2008 11:47:36 +0000 (11:47 +0000)]
* gnus-art.el (gnus-default-article-saver): Add gnus-summary-save-in-pipe to
 choices.
(gnus-summary-save-in-pipe): Add :decode and :headers properties;
 use gnus-summary-pipe-output-default-command as the default command.
(gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program instead
 of gnus-last-shell-command.

* gnus-sum.el (gnus-summary-pipe-output-default-command): New user option.
(gnus-summary-muttprint-program): Mention the value will be changed.
(gnus-summary-save-article): Force showing of all headers.
(gnus-summary-pipe-output): Work with the 2nd argument HEADERS.

15 years ago(gnus-score-find-trace): Add "Total score" line.
Reiner Steib [Tue, 1 Jul 2008 20:17:41 +0000 (20:17 +0000)]
(gnus-score-find-trace): Add "Total score" line.

15 years agoMerge from emacs--devo--0, emacs--rel--22
Miles Bader [Tue, 17 Jun 2008 21:37:01 +0000 (21:37 +0000)]
Merge from emacs--devo--0, emacs--rel--22

Patches applied:

 * emacs--devo--0  (patch 1231, 1236, 1242, 1244-1245, 1253)

   - Merge from gnus--devo--0
   - Update from CVS
   - Remove unneeded Gnus ChangeLog entries

 * emacs--rel--22  (patch 276)

   - Merge from gnus--rel--5.10

2008-06-16  Glenn Morris  <rgm@gnu.org>

   * texi/pgg.texi, texi/sasl.texi: Add Cover-Texts.

2008-06-15  Glenn Morris  <rgm@gnu.org>

   * texi/sasl.texi: Refer to license in Emacs manual.

   * texi/gnus-coding.texi: Refer to license in Gnus manual.

   * texi/emacs-mime.texi, texi/gnus.texi, texi/message.texi, texi/sieve.texi:
   Remove references to external license, since doclicense is included.

2008-06-13  Glenn Morris  <rgm@gnu.org>

   * texi/emacs-mime.texi, texi/gnus-coding.texi, texi/gnus.texi, texi/message.texi
   * texi/sieve.texi: Update Back-Cover Text as per maintain.info.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-514

15 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 17 Jun 2008 02:36:37 +0000 (02:36 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 296)

   - Update from CVS

2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus-faq.texi: Generate. Change node names to "FAQ N-M".

   * texi/Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
   (gnus-faq.xml): Update repository host.

   * texi/xml2texi.scm (boilerplate): Update copyright years.
   (format-q-level): Change node names to "FAQ N-M", since period in
   "[N.M]" is invalid, see "(texinfo)Node Line Requirements".

   * texi/gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).

2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>

   * texi/gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
   Fix a typo.

2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Mail Source Customization): Correct values of
   `mail-source-delete-incoming'.  Reported by Tassilo Horn.
   (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-513

15 years agoFix previous commit.
Katsumi Yamaoka [Mon, 16 Jun 2008 00:06:10 +0000 (00:06 +0000)]
Fix previous commit.

15 years ago* dgnushack.el: Autoload get-display-table and put-display-table for XEmacs
Katsumi Yamaoka [Mon, 16 Jun 2008 00:03:09 +0000 (00:03 +0000)]
* dgnushack.el: Autoload get-display-table and put-display-table for XEmacs
 21.5.

* lpath.el: Fbind get-display-table and put-display-table for XEmacs 21.4 and
 SXEmacs.