gnus
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.

15 years ago(nnimap-request-delete-group): Unselect group if necessary.
Reiner Steib [Sun, 15 Jun 2008 16:14:01 +0000 (16:14 +0000)]
(nnimap-request-delete-group): Unselect group if necessary.

15 years ago2008-06-14 * nnmairix.el: Improve ChangeLog entry.
Reiner Steib [Sun, 15 Jun 2008 12:10:36 +0000 (12:10 +0000)]
2008-06-14 * nnmairix.el: Improve ChangeLog entry.

15 years ago2008-06-14 * nnmairix.el: Add function/variable level entry.
Reiner Steib [Sun, 15 Jun 2008 12:08:20 +0000 (12:08 +0000)]
2008-06-14 * nnmairix.el: Add function/variable level entry.

15 years ago* gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
Reiner Steib [Sat, 14 Jun 2008 15:45:03 +0000 (15:45 +0000)]
* gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
macros that expand to an `aset'/`aref' call under Emacs, and to a
runtime choice under XEmacs.

* gnus-sum.el (gnus-summary-set-display-table): Use
`gnus-put-display-table', `gnus-get-display-table',
`gnus-set-display-table' for the display table, instead of `aset'.

* gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
`gnus-put-display-table', `gnus-get-display-table',
`gnus-set-display-table' for the display table.

15 years agoAdd autoloads.
Reiner Steib [Sat, 14 Jun 2008 15:39:11 +0000 (15:39 +0000)]
Add autoloads.

15 years ago(nnmairix-delete-recreate-group)
Reiner Steib [Sat, 14 Jun 2008 15:03:19 +0000 (15:03 +0000)]
(nnmairix-delete-recreate-group)
(nnmairix-update-and-clear-marks): Fix error messages.

15 years ago* nnmairix.el: Upgrade to version 0.6. FIXME: Add entry on
Reiner Steib [Sat, 14 Jun 2008 13:32:24 +0000 (13:32 +0000)]
* nnmairix.el: Upgrade to version 0.6.  FIXME: Add entry on
function/variable level.

- It is now possible to propagate marks from the nnmairix groups
  to the original messages (and for maildir also vice versa). See
  the docs for details on this feature - it's pretty delicate
  and currently needs a patched mairix binary to work smoothly.

- Keep messages in nnmairix groups always read/unread
  (bound to `G b r').

- Recreate back end folder for nnmairix groups in case you
  somehow get wrong article counts (bound to `G b d').

- New group parameter `allow-fast'. Toggling of parameter bound to `G b
  a'.  The default is nil, meaning that the group will always be
  updated with a mairix search, even when only entered.

- More/Better use of the registry (if available).  Can now also deal
  with duplicate messages in different groups.

15 years ago(nnmairix): Eliminate wrong use of `path', cf. the GNU coding standards.
Reiner Steib [Sat, 14 Jun 2008 13:14:59 +0000 (13:14 +0000)]
(nnmairix): Eliminate wrong use of `path', cf. the GNU coding standards.

15 years ago(nnmairix): Markup fixes.
Reiner Steib [Sat, 14 Jun 2008 12:54:07 +0000 (12:54 +0000)]
(nnmairix): Markup fixes.

15 years agoRequire edmacro when compiling with XEmacs.
Katsumi Yamaoka [Wed, 11 Jun 2008 23:12:55 +0000 (23:12 +0000)]
Require edmacro when compiling with XEmacs.
(nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
 available in Emacs 21.

15 years agoMerge from emacs--devo--0
Miles Bader [Wed, 11 Jun 2008 14:19:45 +0000 (14:19 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 1214-1215, 1218-1219, 1223, 1226, 1228)

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

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

   * contrib/sendmail.el (mail-interactive): Change default.

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

   * lisp/gnus-util.el (x-focus-frame):
   * lisp/gnus.el (image-size):
   * lisp/mm-decode.el (image-size): Declare.

   * lisp/gnus-picon.el (declare-function): Add compat definition.
   (image-size): Declare.

   * lisp/gnus-group.el (tool-bar-map):
   * lisp/gnus-sum.el (tool-bar-map): Define for compiler.

   * lisp/gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.

   * lisp/nnfolder.el (gnus-intersection): Remove unnecessary autoload.

   * lisp/gnus-agent.el, lisp/gnus-cache.el, lisp/gnus-ems.el, lisp/gnus-group.el:
   * lisp/gnus-logic.el, lisp/gnus-msg.el, lisp/gnus-util.el, lisp/gnus.el, lisp/mail-source.el:
   * lisp/message.el, lisp/mm-decode.el, lisp/mm-encode.el, lisp/mm-view.el, lisp/mml.el:
   * lisp/mml1991.el, lisp/mml2015.el, lisp/nnfolder.el, lisp/nnheader.el, lisp/nnimap.el:
   * lisp/nnmail.el, lisp/nnml.el, lisp/nnrss.el, lisp/nntp.el, lisp/nnvirtual.el:
   * lisp/sieve-manage.el, lisp/spam-report.el, lisp/spam.el:
   Remove unnecessary eval-and-compile of autoloads.

2008-06-08  Michael Albinus  <michael.albinus@gmx.de>

   * lisp/auth-source.el: Precise Tramp doc.

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

   * lisp/nnmairix.el: Remove unnecessary eval-when-compile.

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

   * lisp/gnus-util.el (gnus-read-shell-command): New function.
   * lisp/mm-decode.el (mm-pipe-part):
   * lisp/gnus-art.el (gnus-summary-save-in-pipe): Use it.

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

15 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 6 Jun 2008 22:56:13 +0000 (22:56 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 294-295)

   - Update from CVS

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

   * lisp/lpath.el: Fbind propertize for XEmacs 21.4.

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

15 years agoRemove contrib/nnir.el (moved into lisp)
Miles Bader [Fri, 6 Jun 2008 02:28:04 +0000 (02:28 +0000)]
Remove contrib/nnir.el (moved into lisp)

15 years agoRemove FIXME about moving file from ../contrib to ../lisp
Reiner Steib [Thu, 5 Jun 2008 21:50:07 +0000 (21:50 +0000)]
Remove FIXME about moving file from ../contrib to ../lisp

15 years ago(nnmairix): Markup and othe minor fixes.
Reiner Steib [Thu, 5 Jun 2008 21:40:35 +0000 (21:40 +0000)]
(nnmairix): Markup and othe minor fixes.

15 years ago(nnmairix): New nodes describing nnmairix.el.
Reiner Steib [Thu, 5 Jun 2008 21:38:09 +0000 (21:38 +0000)]
(nnmairix): New nodes describing nnmairix.el.

15 years agoRemove entry about nnir.el.
Reiner Steib [Thu, 5 Jun 2008 20:55:41 +0000 (20:55 +0000)]
Remove entry about nnir.el.

15 years agoMove here from ../contrib.
Reiner Steib [Thu, 5 Jun 2008 20:54:26 +0000 (20:54 +0000)]
Move here from ../contrib.

15 years ago* nnir.el: Move to ../lisp.
Reiner Steib [Thu, 5 Jun 2008 20:52:11 +0000 (20:52 +0000)]
* nnir.el: Move to ../lisp.

15 years ago(Searching, nnir, nnmairix): New stub nodes.
Reiner Steib [Thu, 5 Jun 2008 20:49:06 +0000 (20:49 +0000)]
(Searching, nnir, nnmairix): New stub nodes.

15 years ago(Group Parameters): Change ~/.gnus to ~/.gnus.el
Reiner Steib [Thu, 5 Jun 2008 20:29:33 +0000 (20:29 +0000)]
(Group Parameters): Change ~/.gnus to ~/.gnus.el

15 years agoMerge from emacs--devo--0, emacs--rel--22
Miles Bader [Thu, 5 Jun 2008 06:23:11 +0000 (06:23 +0000)]
Merge from emacs--devo--0, emacs--rel--22

Patches applied:

 * emacs--devo--0  (patch 1172, 1175-1176, 1178, 1186, 1192, 1199, 1212)

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

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

   - Merge from gnus--rel--5.10

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

   * lisp/pop3.el (nnheader-accept-process-output): Autoload it.

2008-05-27  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/parse-time.el (parse-time-months, parse-time-weekdays): Add
   long-form month and day names.

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

15 years ago(message-disassociate-draft): Revert 2008-03-18 change.
Katsumi Yamaoka [Thu, 5 Jun 2008 00:46:37 +0000 (00:46 +0000)]
(message-disassociate-draft): Revert 2008-03-18 change.