gnus
12 years agonnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
Stefan Monnier [Thu, 3 Nov 2011 22:11:57 +0000 (22:11 +0000)]
nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.

12 years ago* message.el (message-send-and-exit): Document `arg'.
Lars Magne Ingebrigtsen [Thu, 3 Nov 2011 21:34:40 +0000 (22:34 +0100)]
* message.el (message-send-and-exit): Document `arg'.

12 years agoMerge fix.
Lars Magne Ingebrigtsen [Thu, 3 Nov 2011 21:46:50 +0000 (22:46 +0100)]
Merge fix.

12 years ago* gnus-sync.el: More commentary about setup.
Ted Zlatanov [Thu, 3 Nov 2011 21:39:52 +0000 (17:39 -0400)]
* gnus-sync.el: More commentary about setup.

12 years agoCommentary fixes.
Ted Zlatanov [Wed, 2 Nov 2011 14:27:03 +0000 (10:27 -0400)]
Commentary fixes.

* gnus-sync.el: More commentary about `gnus-sync-read' issues.

* gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
we don't use `bound-and-true-p'.

12 years agoRename `gnus-bound-and-true-dumber-p' to `gnus-bound-and-true-p'.
Ted Zlatanov [Tue, 1 Nov 2011 13:54:05 +0000 (09:54 -0400)]
Rename `gnus-bound-and-true-dumber-p' to `gnus-bound-and-true-p'.

* gnus-util.el (gnus-bound-and-true-p): Remove.
(gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
* nnir.el: Use it.
* nnmairix.el: Use it.

12 years ago* gnus-sync.el: Improve docs about CouchDB admins.
Ted Zlatanov [Mon, 31 Oct 2011 22:32:55 +0000 (18:32 -0400)]
* gnus-sync.el: Improve docs about CouchDB admins.

12 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Mon, 31 Oct 2011 22:31:10 +0000 (18:31 -0400)]
Merge branch 'master' of https://git.gnus.org/gnus

12 years agognus-bound-and-true-dumper-p to fix XEmacs build.
Ted Zlatanov [Mon, 31 Oct 2011 22:29:49 +0000 (18:29 -0400)]
gnus-bound-and-true-dumper-p to fix XEmacs build.

* gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
function because `gnus-bound-and-true-p' doesn't work well in XEmacs
for reasons unknown.
* nnir.el: Use it.
* nnmairix.el: Use it.

12 years agognus.texi (Other Gnus Versions): Remove.
Katsumi Yamaoka [Mon, 31 Oct 2011 22:26:04 +0000 (22:26 +0000)]
gnus.texi (Other Gnus Versions): Remove.

12 years agognus-registry-enabled fixes to give default value.
Ted Zlatanov [Mon, 31 Oct 2011 17:37:02 +0000 (13:37 -0400)]
gnus-registry-enabled fixes to give default value.

* gnus-registry.el (gnus-registry-enabled): Default to nil.

* nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
* nnir.el: Ditto.
* nnmairix.el: Ditto.

12 years agognus-sync-lesync-setup: Small fix and XML CouchDB output.
Ted Zlatanov [Sat, 29 Oct 2011 00:15:31 +0000 (20:15 -0400)]
gnus-sync-lesync-setup: Small fix and XML CouchDB output.

* gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
not needed.  Provide xmlplistread list function to produce XML plist
output for non-Gnus LeSync clients.

12 years ago* gnus-sync.el: (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
Ted Zlatanov [Fri, 28 Oct 2011 00:05:34 +0000 (20:05 -0400)]
* gnus-sync.el: (gnus-sync-save): Don't use `apply-partially' because of XEmacs.

12 years agojson.el fallback support for gnus-sync.el in XEmacs and Emacs 22.x.
Ted Zlatanov [Thu, 27 Oct 2011 22:42:40 +0000 (18:42 -0400)]
json.el fallback support for gnus-sync.el in XEmacs and Emacs 22.x.

* gnus-sync.el: Load json.el from the gnus-fallback-lib if it's not
available otherwise.

* gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.

12 years agoMark Dave Abrahams' gnus-registry-enabled patch as a tiny change.
Ted Zlatanov [Thu, 27 Oct 2011 16:04:52 +0000 (12:04 -0400)]
Mark Dave Abrahams' gnus-registry-enabled patch as a tiny change.

12 years agoAdd the LeSync gnus-sync backend.
Ted Zlatanov [Thu, 27 Oct 2011 16:01:20 +0000 (12:01 -0400)]
Add the LeSync gnus-sync backend.

* gnus-sync.el: Add LeSync synchronization backend and logic to read
and save against it.  Group subscriptions, read marks, other marks,
subscription levels, topic names, and topic offsets (the group's
position within the topic) are saved.  This is an experimental backend
and may change significantly.

12 years agomessage.el (message-completion-function): Make sure message-tab-body-function is...
Stefan Monnier [Wed, 26 Oct 2011 22:23:23 +0000 (22:23 +0000)]
message.el (message-completion-function): Make sure message-tab-body-function is not attempted if one of message-completion-alist fails to find a completion (bug#9158).

12 years agoSupport quoting <#secure> tag.
Daiki Ueno [Wed, 26 Oct 2011 02:20:30 +0000 (11:20 +0900)]
Support quoting <#secure> tag.

* mml.el (mml-quote-region): Quote <#secure> tag.
(mml-generate-mime-1): Unquote <#secure> tag.

12 years agoFix ChangeLog attribution.
Glenn Morris [Mon, 24 Oct 2011 09:34:38 +0000 (09:34 +0000)]
Fix ChangeLog attribution.

12 years agognus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor...
Chong Yidong [Thu, 20 Oct 2011 22:35:54 +0000 (22:35 +0000)]
gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).

12 years agoAdd gnus-bound-and-true-p macro for XEmacs compatibility and use it in nnir.el and...
Ted Zlatanov [Tue, 18 Oct 2011 13:33:39 +0000 (09:33 -0400)]
Add gnus-bound-and-true-p macro for XEmacs compatibility and use it in nnir.el and nnmairix.el.

12 years agonnir.el,nnmairix.el (gnus-registry-enabled): Defvar to keep the compiler happy.
Ted Zlatanov [Tue, 18 Oct 2011 13:13:17 +0000 (09:13 -0400)]
nnir.el,nnmairix.el (gnus-registry-enabled): Defvar to keep the compiler happy.

12 years agoFix line folding and spacing following Emacs' convention.
Katsumi Yamaoka [Tue, 18 Oct 2011 08:22:04 +0000 (08:22 +0000)]
Fix line folding and spacing following Emacs' convention.

12 years agoFix changelog entry for the last mml2015-epg-find-usable-key change.
Daiki Ueno [Tue, 18 Oct 2011 07:29:21 +0000 (16:29 +0900)]
Fix changelog entry for the last mml2015-epg-find-usable-key change.

12 years agoIntroduce gnus-registry-enabled and use it consistently.
Ted Zlatanov [Mon, 17 Oct 2011 17:24:16 +0000 (13:24 -0400)]
Introduce gnus-registry-enabled and use it consistently.

* gnus-registry.el (gnus-registry-enabled): Add new variable.
(gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
only while we need to find out if it should be t or nil.
(gnus-registry-initialize): Don't set `gnus-registry-install' to t.
(gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
the registry is installed.  Set it to nil when it's unloaded.
(gnus-registry-install-p): Provide user guidance for the initial value
of `gnus-registry-install' when it's 'ask, otherwise return its value.
* nnregistry.el (nnregistry-open-server, nnregistry-server-opened): Use
`gnus-registry-enabled' instead of `gnus-registry-install'.
* nnmairix.el (nnmairix-determine-original-group-from-registry): Use
`gnus-registry-enabled' instead of `gnus-registry-install'.
* nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
`gnus-registry-install'.
From Dave Abrahams <dave@boostpro.com>.

12 years agoSkip the whole GPG key if the primary key is marked as disabled.
Daiki Ueno [Mon, 17 Oct 2011 02:05:43 +0000 (11:05 +0900)]
Skip the whole GPG key if the primary key is marked as disabled.

* mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
primary key is marked as disabled.
* mml1991.el (mml1991-epg-find-usable-key): Ditto.
Thanks to Christian von Roques <roques@mti.ag>.

12 years agohtml2text.el (html2text-clean-anchor): Check for quotes around `href' value.
Andreas Schwab [Tue, 11 Oct 2011 22:06:16 +0000 (22:06 +0000)]
html2text.el (html2text-clean-anchor): Check for quotes around `href' value.

12 years ago* spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when searching. Drop...
Ted Zlatanov [Tue, 11 Oct 2011 09:36:50 +0000 (05:36 -0400)]
* spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when searching.  Drop `bbdb-cache'.

12 years agoBugfix: message.el (message-signed-or-encrypted-p): Exclude header when checking...
Katsumi Yamaoka [Tue, 11 Oct 2011 05:49:46 +0000 (05:49 +0000)]
Bugfix: message.el (message-signed-or-encrypted-p): Exclude header when checking if there is signed or encrypted body in text/plain message.

12 years agohtml2text.el (html2text-get-attr): Correctly handle attribute values containing "=".
Andreas Schwab [Sun, 9 Oct 2011 22:42:39 +0000 (22:42 +0000)]
html2text.el (html2text-get-attr): Correctly handle attribute values containing "=".

12 years ago* ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings.
Kan-Ru Chen [Thu, 6 Oct 2011 21:32:55 +0000 (23:32 +0200)]
* ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings.

12 years ago* gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups...
Lars Magne Ingebrigtsen [Thu, 6 Oct 2011 20:21:35 +0000 (22:21 +0200)]
* gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.

12 years ago* gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683).
Lars Magne Ingebrigtsen [Thu, 6 Oct 2011 19:58:11 +0000 (21:58 +0200)]
* gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683).

12 years agoshr.el (shr-tag-img): Don't get images displayed in tables.
Katsumi Yamaoka [Thu, 6 Oct 2011 09:24:53 +0000 (09:24 +0000)]
shr.el (shr-tag-img): Don't get images displayed in tables.

12 years agognus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer...
Glenn Morris [Tue, 4 Oct 2011 22:04:22 +0000 (22:04 +0000)]
gnus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer" version of debbugs.gnu.org reports.

12 years agoAdd a space at the end of an ALT image text to make asynchronous adjacent image inser...
Lars Magne Ingebrigtsen [Sun, 2 Oct 2011 15:02:52 +0000 (17:02 +0200)]
Add a space at the end of an ALT image text to make asynchronous adjacent image insertion work better.

12 years ago(gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.
Lars Magne Ingebrigtsen [Tue, 27 Sep 2011 17:29:01 +0000 (19:29 +0200)]
(gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.

12 years agoResolve conflict.
Lars Magne Ingebrigtsen [Tue, 27 Sep 2011 17:29:56 +0000 (19:29 +0200)]
Resolve conflict.

12 years agoplstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.
Daiki Ueno [Tue, 27 Sep 2011 10:31:15 +0000 (10:31 +0000)]
plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.

12 years agoFurther fix up member-ignore-case.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 22:15:54 +0000 (00:15 +0200)]
Further fix up member-ignore-case.

12 years ago* gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 22:10:52 +0000 (00:10 +0200)]
* gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.

12 years ago(nnimap-insert-partial-structure): The charset parameter isn't case-sensitive.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 21:59:18 +0000 (23:59 +0200)]
(nnimap-insert-partial-structure): The charset parameter isn't case-sensitive.

12 years agoDon't message so much when reading nnimap stuff.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 21:21:42 +0000 (23:21 +0200)]
Don't message so much when reading nnimap stuff.

* nnheader.el (nnheader-message-maybe): New function.

* nnimap.el (nnimap-wait-for-response): Message less (bug#9540).

12 years agoRevert ecomplete patch, which didn't work on XEmacs.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 20:59:37 +0000 (22:59 +0200)]
Revert ecomplete patch, which didn't work on XEmacs.

12 years ago* shr.el (shr-tag-table): Render totally broken tables better.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 20:55:15 +0000 (22:55 +0200)]
* shr.el (shr-tag-table): Render totally broken tables better.

12 years ago* mml.el (mml-generate-mime-1): Don't alter the contents if we're computing the boundary.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 20:29:35 +0000 (22:29 +0200)]
* mml.el (mml-generate-mime-1): Don't alter the contents if we're computing the boundary.

12 years ago* ecomplete.el (ecomplete-display-matches): Use a local keymap to
Kan-Ru Chen [Mon, 26 Sep 2011 19:03:02 +0000 (21:03 +0200)]
* ecomplete.el (ecomplete-display-matches): Use a local keymap to
handle bindings.

12 years ago(pop3-wait-for-messages): Rewrite to take linear time instead of exponential time.
Lars Magne Ingebrigtsen [Mon, 26 Sep 2011 18:36:03 +0000 (20:36 +0200)]
(pop3-wait-for-messages): Rewrite to take linear time instead of exponential time.

12 years agoSupport a new variable `shr-ignore-cache' to re-fetch images when hitting `g' in...
Lars Magne Ingebrigtsen [Sat, 24 Sep 2011 11:25:23 +0000 (13:25 +0200)]
Support a new variable `shr-ignore-cache' to re-fetch images when hitting `g' in Gnus.

12 years agomml.el (mml-inhibit-compute-boundary): New internal variable.
Katsumi Yamaoka [Thu, 22 Sep 2011 04:42:45 +0000 (04:42 +0000)]
mml.el (mml-inhibit-compute-boundary): New internal variable.
 (mml-compute-boundary): Don't check collision if it is non-nil.
 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part before checking collision.

12 years ago* message.el (message-indent-citation): Really make sure there's a newline at the...
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 19:54:37 +0000 (21:54 +0200)]
* message.el (message-indent-citation): Really make sure there's a newline at the end.

12 years ago* nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 18:24:04 +0000 (20:24 +0200)]
* nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.

Fix suggested by John Wiegley.

12 years ago* pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 18:23:00 +0000 (20:23 +0200)]
* pop3.el (pop3-open-server): Fix +OK end-of-command regexp.

12 years ago* gnus-art.el (gnus-treat-hide-citation): Add doc.
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 18:20:51 +0000 (20:20 +0200)]
* gnus-art.el (gnus-treat-hide-citation): Add doc.

12 years ago* message.el (message-default-send-rename-function): Break out into its own function.
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 17:51:18 +0000 (19:51 +0200)]
* message.el (message-default-send-rename-function): Break out into its own function.

12 years ago* ecomplete.el (ecomplete-display-matches): Revert patch since it doesn't work under...
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 17:38:20 +0000 (19:38 +0200)]
* ecomplete.el (ecomplete-display-matches): Revert patch since it doesn't work under XEmacs.

12 years ago* gnus.texi (Archived Messages): Note the default (bug#9552).
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 16:32:25 +0000 (18:32 +0200)]
* gnus.texi (Archived Messages): Note the default (bug#9552).

12 years agoNew function to connect to 993 instead of "imaps" to word around Windows problems.
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 16:23:29 +0000 (18:23 +0200)]
New function to connect to 993 instead of "imaps" to word around Windows problems.

12 years ago* message.el (message-indent-citation): Revert last change which made `F' not work.
Lars Magne Ingebrigtsen [Wed, 21 Sep 2011 14:10:39 +0000 (16:10 +0200)]
* message.el (message-indent-citation): Revert last change which made `F' not work.

12 years agoecomplete.el: Intercept key sequence from terminal as well.
Kan-Ru Chen [Tue, 13 Sep 2011 12:43:29 +0000 (20:43 +0800)]
ecomplete.el: Intercept key sequence from terminal as well.

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agomm-view.el ( mm-display-inline-fontify ) : Don't run doc-view-mode because it display...
Katsumi Yamaoka [Wed, 21 Sep 2011 02:12:37 +0000 (02:12 +0000)]
mm-view.el ( mm-display-inline-fontify ) : Don't run doc-view-mode because it displays images using overlays that aren't easy to copy to the article buffer.

12 years agomessage: fix indent citation
Łukasz Stelmach [Tue, 20 Sep 2011 21:12:20 +0000 (23:12 +0200)]
message: fix indent citation

There is a very little problem with the current implementation of
message-indent-citation function. In a signature like mine, with an empty
line in the middle, the empty line gets removed. The following patch fixes
the problem.

The "(unless (eolp)..." expression is pointless right after (goto-char
(point-max)).

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agoauth-source: typo fixes
Julien Danjou [Tue, 20 Sep 2011 16:05:05 +0000 (18:05 +0200)]
auth-source: typo fixes

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agoauth-source: fix default value evaluation
Julien Danjou [Tue, 20 Sep 2011 15:35:43 +0000 (17:35 +0200)]
auth-source: fix default value evaluation

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agoauth-source: remove leftover debug code
Julien Danjou [Tue, 20 Sep 2011 15:19:53 +0000 (17:19 +0200)]
auth-source: remove leftover debug code

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agoauth-source: allow to specify a dynamically computed default password
Julien Danjou [Tue, 20 Sep 2011 14:34:48 +0000 (16:34 +0200)]
auth-source: allow to specify a dynamically computed default password

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agopassword-cache: fix negative caching invalidation
Julien Danjou [Tue, 20 Sep 2011 12:20:39 +0000 (14:20 +0200)]
password-cache: fix negative caching invalidation

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agoauth-source: add auth-source-format-cache-entry
Julien Danjou [Tue, 20 Sep 2011 11:57:43 +0000 (13:57 +0200)]
auth-source: add auth-source-format-cache-entry

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agognus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
Katsumi Yamaoka [Tue, 20 Sep 2011 00:21:29 +0000 (00:21 +0000)]
gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.

12 years agoMerge
Lars Magne Ingebrigtsen [Mon, 19 Sep 2011 18:39:57 +0000 (20:39 +0200)]
Merge

12 years agoauth-source: switch obfuscation method so it works with non-ASCII data
Julien Danjou [Mon, 19 Sep 2011 16:36:41 +0000 (18:36 +0200)]
auth-source: switch obfuscation method so it works with non-ASCII data

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago* mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
Lars Magne Ingebrigtsen [Sun, 18 Sep 2011 07:46:23 +0000 (09:46 +0200)]
* mm-decode.el (mm-inline-media-tests): Fix typo in regexp.

12 years agomm-view.el (mm-inline-image-emacs): Indent.
Lars Magne Ingebrigtsen [Sat, 17 Sep 2011 11:55:34 +0000 (11:55 +0000)]
mm-view.el (mm-inline-image-emacs): Indent.

12 years ago* mm-decode.el (mm-inline-media-tests): Support imagemagick images.
Lars Magne Ingebrigtsen [Sat, 17 Sep 2011 05:04:51 +0000 (07:04 +0200)]
* mm-decode.el (mm-inline-media-tests): Support imagemagick images.

12 years agoWhite space fix.
Lars Magne Ingebrigtsen [Sat, 17 Sep 2011 04:49:49 +0000 (06:49 +0200)]
White space fix.

12 years ago* gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" message level.
Lars Magne Ingebrigtsen [Thu, 15 Sep 2011 04:56:40 +0000 (06:56 +0200)]
* gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" message level.

12 years agomessage.el (message-read-from-minibuffer): Make abbrev expansion work.
Katsumi Yamaoka [Thu, 15 Sep 2011 01:07:42 +0000 (01:07 +0000)]
message.el (message-read-from-minibuffer): Make abbrev expansion work.

12 years agognus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
Stefan Monnier [Mon, 12 Sep 2011 09:15:05 +0000 (09:15 +0000)]
gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
gnus-int.el (gnus-nntp-server): Move from gnus.el.

12 years ago* gnus.el (gnus-interactive-exit): Update defcustom spec.
Lars Magne Ingebrigtsen [Mon, 12 Sep 2011 04:30:47 +0000 (06:30 +0200)]
* gnus.el (gnus-interactive-exit): Update defcustom spec.

12 years ago* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
Andrew Cohen [Mon, 12 Sep 2011 00:31:43 +0000 (20:31 -0400)]
* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
(gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
articles.

12 years agomessage.el (message-pop-to-buffer): Default to switch-to-buffer.
Chong Yidong [Sun, 11 Sep 2011 22:43:01 +0000 (22:43 +0000)]
message.el (message-pop-to-buffer): Default to switch-to-buffer.
 (message-mail-other-window, message-mail-other-frame)
 (message-news-other-window, message-news-other-frame): Use
 switch-to-buffer-other-frame and switch-to-buffer-other-window instead
 of setting buffer display varibles.

12 years agognus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher...
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 22:42:16 +0000 (22:42 +0000)]
gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher level.
gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the most egregious messages.

12 years ago(Terminology): Mention naming.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 20:55:46 +0000 (22:55 +0200)]
(Terminology): Mention naming.

12 years ago(Finding the News): Doc clarification.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 20:52:58 +0000 (22:52 +0200)]
(Finding the News): Doc clarification.

12 years agoExplain `gnus-group-list-limit'.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 16:28:08 +0000 (18:28 +0200)]
Explain `gnus-group-list-limit'.

12 years ago* gnus-sum.el (gnus-fetch-headers): Bump message level.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 16:17:12 +0000 (18:17 +0200)]
* gnus-sum.el (gnus-fetch-headers): Bump message level.

12 years ago* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 23:59:02 +0000 (01:59 +0200)]
* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.

12 years ago* nnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file
Tetsuo Tsukamoto [Sat, 10 Sep 2011 23:26:21 +0000 (01:26 +0200)]
* nnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file

12 years agoRedo the charset handling for group names in nnimap.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 23:11:47 +0000 (01:11 +0200)]
Redo the charset handling for group names in nnimap.

Let Gnus encode the names, as it does with all other backends, but
decode the names immediately after getting them.

12 years ago(gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 22:40:54 +0000 (00:40 +0200)]
(gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.

12 years agoDon't save `gnus-format-specs' in the newsrc file.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 22:03:19 +0000 (00:03 +0200)]
Don't save `gnus-format-specs' in the newsrc file.

It doesn't seem like an important optimisation any more.

12 years ago* nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.
Dave Abrahams [Sat, 10 Sep 2011 21:59:02 +0000 (23:59 +0200)]
* nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.

12 years agoFix typo in last checkin.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 21:36:32 +0000 (23:36 +0200)]
Fix typo in last checkin.

12 years agoExtend `gnus-interactive-exit' to `quiet'.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 21:29:08 +0000 (23:29 +0200)]
Extend `gnus-interactive-exit' to `quiet'.

12 years ago* gnus.el (gnus-article-mark-lists): Remove `recent'.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 21:12:51 +0000 (23:12 +0200)]
* gnus.el (gnus-article-mark-lists): Remove `recent'.

12 years ago* gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 20:37:44 +0000 (22:37 +0200)]
* gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.

12 years agoSilence compiler warnings by renaming function arguments from `this'
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 20:06:39 +0000 (22:06 +0200)]
Silence compiler warnings by renaming function arguments from `this'

12 years agoRemove usages of `gnus-recent-mark' and friends, which are no longer used.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 20:04:30 +0000 (22:04 +0200)]
Remove usages of `gnus-recent-mark' and friends, which are no longer used.

12 years ago(gnus-lrm-string-p): Include RLM and PDF, too.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 19:33:14 +0000 (21:33 +0200)]
(gnus-lrm-string-p): Include RLM and PDF, too.

12 years ago* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 19:20:18 +0000 (21:20 +0200)]
* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.