gnus
12 years agoFix up Agent expiry of opportunistically cached messages
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 22:27:44 +0000 (23:27 +0100)]
Fix up Agent expiry of opportunistically cached messages

* gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
article was fetched, so that it can be expired later (bug#9958).

12 years agoProtect better against async retrievals happening concurrently
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 21:33:39 +0000 (22:33 +0100)]
Protect better against async retrievals happening concurrently

* nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
retrieval is happening.

12 years agoMake note of the precedence rules for `gnus-parameters'
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 20:44:32 +0000 (21:44 +0100)]
Make note of the precedence rules for `gnus-parameters'

12 years agoIf the subtree is hidden, show the thread after expansion
Dave Abrahams [Fri, 6 Jan 2012 20:22:44 +0000 (21:22 +0100)]
If the subtree is hidden, show the thread after expansion

* gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
show the thread after expansion.

12 years agoIf the head is completely empty, narrow to the empty region
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 19:43:56 +0000 (20:43 +0100)]
If the head is completely empty, narrow to the empty region

* gnus-art.el (article-narrow-to-head): If the head is completely
empty, narrow to the empty region (bug#9764).

This makes the `t' command with the following settings not eat
paragraphs of the bodies:

  (setq gnus-visible-headers "^nomatch")
  (setq gnus-visible-headers nil
        gnus-ignored-headers nil)

12 years agoMake `C-- T k' work so tick messages
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 19:28:39 +0000 (20:28 +0100)]
Make `C-- T k' work so tick messages

* gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
read, and then mark them as unread only when the unread mark is used.
This makes `C-- T k' actually work, even though it's confusing.

12 years agoEnsure that the buffer is alive before we try to find its window.
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 18:54:16 +0000 (19:54 +0100)]
Ensure that the buffer is alive before we try to find its window.

This makes exiting from groups entered by `G G' work.

12 years agoAdjust deletion timeout upwards for slow programs
Brian Sniffen [Fri, 6 Jan 2012 18:41:15 +0000 (19:41 +0100)]
Adjust deletion timeout upwards for slow programs

* mm-decode.el (mm-display-external): Use a longer timeout for the
deletion to allow slow programs to display the file.

12 years agoFix up the prompt to be less confusing
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 18:35:41 +0000 (19:35 +0100)]
Fix up the prompt to be less confusing

* gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
prompt to be less confusing.

12 years ago* gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
Lars Magne Ingebrigtsen [Fri, 6 Jan 2012 03:19:03 +0000 (04:19 +0100)]
* gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
argument to `message-reply'.  This broke `special-display-*' frame
pop-uping (bug#10238).

If somebody wants to have both frame-popups for "*...*", but leave the
Message buffers alone:

With special-display-regexps, I think something
like the code below should do it:

   (setq special-display-regexps
         '(("^\\*unsent.*\\*$" switch-to-buffer)
            "^\\*.*\\*$"))

12 years agoAdd 2012 to FSF copyright years for Emacs files.
Glenn Morris [Thu, 5 Jan 2012 11:44:10 +0000 (11:44 +0000)]
Add 2012 to FSF copyright years for Emacs files.

12 years agoDisable starttls.el on Windows and MS-DOS
Lars Magne Ingebrigtsen [Thu, 5 Jan 2012 05:04:28 +0000 (06:04 +0100)]
Disable starttls.el on Windows and MS-DOS

* starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
systems, since these allegedly don't work there.

12 years agoMark last change as "tiny".
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 20:53:00 +0000 (21:53 +0100)]
Mark last change as "tiny".

12 years ago* mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer.
Chris Gray [Wed, 4 Jan 2012 20:48:31 +0000 (21:48 +0100)]
* mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer.

12 years ago(nnir-retrieve-headers): Protect against the article not existing on the server
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 20:44:18 +0000 (21:44 +0100)]
(nnir-retrieve-headers): Protect against the article not existing on the server

12 years agoMark last change as "tiny".
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 20:37:51 +0000 (21:37 +0100)]
Mark last change as "tiny".

12 years ago* gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changi...
Wolfgang Jenkner [Wed, 4 Jan 2012 20:37:24 +0000 (21:37 +0100)]
* gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changing method.

This prevents gnus-agent-save-local from saving a stale symbol-value
corresponding to some homonymous group (belonging to a different
method).

12 years agoNote `gnus-parameters' precedence.
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 20:03:28 +0000 (21:03 +0100)]
Note `gnus-parameters' precedence.

12 years ago* nndraft.el (nndraft-update-unread-articles): Don't move point around in the group...
Leo [Wed, 4 Jan 2012 19:42:09 +0000 (20:42 +0100)]
* nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer.

12 years agonnimap: fix an error when all articles UIDs change
Julien Danjou [Wed, 4 Jan 2012 09:20:39 +0000 (10:20 +0100)]
nnimap: fix an error when all articles UIDs change

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agoLeo <sdl.web@gmail.com> has signed papers; remove (tiny change)
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 01:24:08 +0000 (02:24 +0100)]
Leo <sdl.web@gmail.com> has signed papers; remove (tiny change)

12 years ago* shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture, too.
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 00:21:55 +0000 (01:21 +0100)]
* shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture, too.

12 years agoMake sure that we're not issuing two concurrent asyncronous retrievals at the same...
Lars Magne Ingebrigtsen [Wed, 4 Jan 2012 00:21:24 +0000 (01:21 +0100)]
Make sure that we're not issuing two concurrent asyncronous retrievals at the same time.

* nntp.el (nntp-retrieval-in-progress): New variable.
(nntp-make-process-buffer): Make it buffer-local.

12 years agoTypo fix.
Lars Magne Ingebrigtsen [Tue, 3 Jan 2012 23:05:31 +0000 (00:05 +0100)]
Typo fix.

12 years agoResurrect the code that allows specifying the daemon time as "06:34"
Lars Magne Ingebrigtsen [Tue, 3 Jan 2012 23:04:35 +0000 (00:04 +0100)]
Resurrect the code that allows specifying the daemon time as "06:34"

* gnus-demon.el (gnus-demon-time-to-step): Ressurect function lost in
2010.
(gnus-demon-init): Use it to compute the time if time is on the form
"04:23".

12 years ago* gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
Lars Magne Ingebrigtsen [Tue, 3 Jan 2012 22:54:05 +0000 (23:54 +0100)]
* gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.

12 years ago(nnimap-finish-retrieve-group-infos): Check the connection status in the correct...
Lars Magne Ingebrigtsen [Tue, 3 Jan 2012 21:21:24 +0000 (22:21 +0100)]
(nnimap-finish-retrieve-group-infos): Check the connection status in the correct buffer.

If a different IMAP server closed the connection, we would check the
connection status before we had changed the defvoo variables around,
so we would check the status on the previous server's connection.

Reported by Didier Verna.

12 years agoIndent.
Lars Magne Ingebrigtsen [Tue, 3 Jan 2012 21:18:03 +0000 (22:18 +0100)]
Indent.

12 years ago* gnus-topic.el (gnus-topic-goto-next-group): Don't move point around when opening...
Leo [Tue, 3 Jan 2012 19:06:34 +0000 (20:06 +0100)]
* gnus-topic.el (gnus-topic-goto-next-group): Don't move point around when opening topics (bug#10407).

12 years agoSpelling fixes.
Paul Eggert [Sun, 1 Jan 2012 01:59:19 +0000 (01:59 +0000)]
Spelling fixes.

12 years agoSpelling fixes.
Paul Eggert [Wed, 21 Dec 2011 11:23:14 +0000 (11:23 +0000)]
Spelling fixes.

12 years agoSpelling fixes.
Paul Eggert [Mon, 19 Dec 2011 22:42:41 +0000 (22:42 +0000)]
Spelling fixes.

12 years agomm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
Juri Linkov [Fri, 16 Dec 2011 06:18:26 +0000 (06:18 +0000)]
mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.

12 years agoSpelling fixes.
Paul Eggert [Wed, 14 Dec 2011 23:02:18 +0000 (23:02 +0000)]
Spelling fixes.

12 years agoSpelling fixes.
Paul Eggert [Mon, 12 Dec 2011 07:27:11 +0000 (07:27 +0000)]
Spelling fixes.

12 years agoFix typos.
Juanma Barranquero [Sun, 11 Dec 2011 22:40:41 +0000 (22:40 +0000)]
Fix typos.

12 years ago* message.el (message-valid-fqdn-regexp): Udate with newly approved
Tassilo Horn [Sat, 10 Dec 2011 00:00:04 +0000 (01:00 +0100)]
* message.el (message-valid-fqdn-regexp): Udate with newly approved
top-level domain names ".tel" and ".asia".

12 years agognus-sum.el (gnus-summary-show-article): Don't load shr unconditionally.
Katsumi Yamaoka [Thu, 8 Dec 2011 06:21:35 +0000 (06:21 +0000)]
gnus-sum.el (gnus-summary-show-article): Don't load shr unconditionally.

12 years agomessage.el (message-pop-to-buffer): Use pop-to-buffer instead of pop-to-buffer-same...
Katsumi Yamaoka [Wed, 7 Dec 2011 06:07:58 +0000 (06:07 +0000)]
message.el (message-pop-to-buffer): Use pop-to-buffer instead of pop-to-buffer-same-window for old Emacsen.

12 years agoFix typos.
Juanma Barranquero [Tue, 6 Dec 2011 04:34:02 +0000 (04:34 +0000)]
Fix typos.

12 years agoChangeLog.2 (2003-02-02): Spelling fix.
Paul Eggert [Mon, 5 Dec 2011 22:16:52 +0000 (22:16 +0000)]
ChangeLog.2 (2003-02-02): Spelling fix.

12 years agoSpelling fixes.
Paul Eggert [Mon, 5 Dec 2011 13:37:17 +0000 (13:37 +0000)]
Spelling fixes.

12 years agomessage.el (message-pop-to-buffer): Partially revert 2011-11-30 change (Bug#10200...
Emacs developers [Sun, 4 Dec 2011 08:43:09 +0000 (08:43 +0000)]
message.el (message-pop-to-buffer): Partially revert 2011-11-30 change (Bug#10200).  By Chong Yidong <cyd@gnu.org>.
Spelling fixes by Paul Eggert <eggert@cs.ucla.edu>.

12 years agocontrib/compface.el (uncompface): Update the header format of icon data for the most...
Katsumi Yamaoka [Fri, 2 Dec 2011 04:33:21 +0000 (04:33 +0000)]
contrib/compface.el (uncompface): Update the header format of icon data for the most recent icontopbm program.

12 years agoUpdate the header format of icon data for the most recent icontopbm program.
Katsumi Yamaoka [Fri, 2 Dec 2011 03:58:56 +0000 (03:58 +0000)]
Update the header format of icon data for the most recent icontopbm program.

12 years agoShare the value of the buffer-local `message-options' variable between a draft buffer...
Katsumi Yamaoka [Thu, 1 Dec 2011 04:55:11 +0000 (04:55 +0000)]
Share the value of the buffer-local `message-options' variable between a draft buffer and temprary working buffers.

12 years agomessage.el (message-pop-to-buffer): Revert 2011-09-11 change.
Stefan Monnier [Wed, 30 Nov 2011 22:06:08 +0000 (22:06 +0000)]
message.el (message-pop-to-buffer): Revert 2011-09-11 change.

12 years agognus-art.el (gnus-article-browse-html-parts): Fix previous commit.
Katsumi Yamaoka [Wed, 30 Nov 2011 06:05:13 +0000 (06:05 +0000)]
gnus-art.el (gnus-article-browse-html-parts): Fix previous commit.

12 years agognus-art.el (gnus-article-browse-html-parts): Convert link file names for Cygwin.
Katsumi Yamaoka [Wed, 30 Nov 2011 01:07:17 +0000 (01:07 +0000)]
gnus-art.el (gnus-article-browse-html-parts): Convert link file names for Cygwin.

12 years agoSpelling fixes.
Paul Eggert [Sun, 27 Nov 2011 22:13:56 +0000 (22:13 +0000)]
Spelling fixes.

12 years agoSpelling fixes.
Paul Eggert [Sun, 27 Nov 2011 08:12:20 +0000 (08:12 +0000)]
Spelling fixes.

12 years agognus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
Paul Eggert [Sat, 26 Nov 2011 10:20:14 +0000 (10:20 +0000)]
gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.

12 years agoSpelling fixes.
Paul Eggert [Fri, 25 Nov 2011 11:07:22 +0000 (11:07 +0000)]
Spelling fixes.

12 years agoFix last commit.
Katsumi Yamaoka [Thu, 24 Nov 2011 10:40:51 +0000 (10:40 +0000)]
Fix last commit.

12 years agobinhex.el (binhex-begin-line): Give it basic doc-string.
Glenn Morris [Thu, 24 Nov 2011 09:54:48 +0000 (09:54 +0000)]
binhex.el (binhex-begin-line): Give it basic doc-string.
starttls.el, tls.el, gnus.texi: Fix case of "GnuTLS".

12 years agoFix typo.
Juanma Barranquero [Thu, 24 Nov 2011 07:18:45 +0000 (07:18 +0000)]
Fix typo.

12 years agomail-source.el (mail-source-fetch-maildir): Don't expect the return value of `delete...
Adam W [Thu, 24 Nov 2011 00:12:57 +0000 (00:12 +0000)]
mail-source.el (mail-source-fetch-maildir): Don't expect the return value of `delete-file', that returns nil for a local file but returns t for a remote file using ssh.

12 years agoSpelling fixes.
Paul Eggert [Wed, 23 Nov 2011 12:04:55 +0000 (12:04 +0000)]
Spelling fixes.

12 years ago(shr-table-horizontal-line): Use "?\s" instead of "? " to avoid later breakage.
Lars Magne Ingebrigtsen [Tue, 22 Nov 2011 16:17:18 +0000 (17:17 +0100)]
(shr-table-horizontal-line): Use "?\s" instead of "? " to avoid later breakage.

12 years agoTest commit.
Ted Zlatanov [Tue, 22 Nov 2011 10:58:53 +0000 (05:58 -0500)]
Test commit.

12 years ago* post-receive: Get the user name and e-mail correctly.
Ted Zlatanov [Tue, 22 Nov 2011 10:48:45 +0000 (05:48 -0500)]
* post-receive: Get the user name and e-mail correctly.

12 years agognus-art.el (gnus-article-setup-buffer): Decode group name used for article buffers...
Katsumi Yamaoka [Tue, 22 Nov 2011 02:16:46 +0000 (02:16 +0000)]
gnus-art.el (gnus-article-setup-buffer): Decode group name used for article buffers' name.

12 years agoFurther future-proof the code against future "spelling fixes".
Lars Magne Ingebrigtsen [Tue, 22 Nov 2011 00:42:58 +0000 (01:42 +0100)]
Further future-proof the code against future "spelling fixes".

12 years agoRevert infinite loops introduced by Paul Eggert's spellfixes two days ago.
Lars Magne Ingebrigtsen [Tue, 22 Nov 2011 00:39:44 +0000 (01:39 +0100)]
Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.

12 years agoFurther `with-demoted-errors' fixes.
Lars Magne Ingebrigtsen [Mon, 21 Nov 2011 20:18:30 +0000 (21:18 +0100)]
Further `with-demoted-errors' fixes.

12 years ago* dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that doesn't...
Lars Magne Ingebrigtsen [Mon, 21 Nov 2011 20:10:51 +0000 (21:10 +0100)]
* dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen  that doesn't have it.

12 years ago(font-lock-mode-hook): Shut up byte compiler.
Lars Magne Ingebrigtsen [Mon, 21 Nov 2011 20:00:41 +0000 (21:00 +0100)]
(font-lock-mode-hook): Shut up byte compiler.

12 years agoMake the font-lock variables buffer-local instead of binding them to avoid warnings.
Lars Magne Ingebrigtsen [Mon, 21 Nov 2011 19:37:19 +0000 (20:37 +0100)]
Make the font-lock variables buffer-local instead of binding them to avoid warnings.

Also demote errors (bug#10063).

12 years agoFix typos; gnus.texi: remove gnus-group-fetch-faq
Emacs developers [Sun, 20 Nov 2011 22:27:52 +0000 (22:27 +0000)]
Fix typos; gnus.texi: remove gnus-group-fetch-faq

12 years agoFix typos
Emacs developers [Sun, 20 Nov 2011 10:08:18 +0000 (10:08 +0000)]
Fix typos

12 years agoSpelling fix.
Paul Eggert [Sun, 20 Nov 2011 00:28:16 +0000 (00:28 +0000)]
Spelling fix.

12 years agoSpelling fixes.
Paul Eggert [Fri, 18 Nov 2011 11:48:54 +0000 (11:48 +0000)]
Spelling fixes.

12 years agoChangeLog.2 (2003-01-14): Spelling fix.
Paul Eggert [Fri, 18 Nov 2011 05:50:41 +0000 (05:50 +0000)]
ChangeLog.2 (2003-01-14): Spelling fix.

12 years agoSpelling fixes.
Paul Eggert [Thu, 17 Nov 2011 22:09:27 +0000 (22:09 +0000)]
Spelling fixes.

12 years agoSpelling fixes.
Paul Eggert [Thu, 17 Nov 2011 09:53:12 +0000 (09:53 +0000)]
Spelling fixes.

12 years agoFix typos.
Juanma Barranquero [Wed, 16 Nov 2011 22:44:38 +0000 (22:44 +0000)]
Fix typos.

12 years agoFix typos.
Juanma Barranquero [Wed, 16 Nov 2011 14:11:56 +0000 (14:11 +0000)]
Fix typos.

12 years agoFix typos.
Emacs developers [Tue, 15 Nov 2011 23:23:15 +0000 (23:23 +0000)]
Fix typos.

12 years agoSpelling fix.
Paul Eggert [Mon, 14 Nov 2011 22:13:43 +0000 (22:13 +0000)]
Spelling fix.

12 years agognus-sum.el (gnus-parent-headers): Spelling fix in doc string.
Paul Eggert [Sun, 13 Nov 2011 10:51:53 +0000 (10:51 +0000)]
gnus-sum.el (gnus-parent-headers): Spelling fix in doc string.

12 years agoFix typos.
Emacs developers [Wed, 9 Nov 2011 23:37:32 +0000 (23:37 +0000)]
Fix typos.

12 years agoFix spam.el to BBDB 2 and 3 glue.
Ted Zlatanov [Wed, 9 Nov 2011 13:54:09 +0000 (07:54 -0600)]
Fix spam.el to BBDB 2 and 3 glue.

* spam.el: Move BBDB autoloads.
(spam-exists-in-BBDB-p): New function to do the BBDB search directly in BBDB 2 and 3.
(spam-check-BBDB): Use it.
(spam-enter-ham-BBDB): Use it.

12 years ago(gnus-group-get-new-news): New parameter `one-level' for scanning exactly one level
Peter Münster [Thu, 3 Nov 2011 22:34:42 +0000 (23:34 +0100)]
(gnus-group-get-new-news): New parameter `one-level' for scanning exactly one level

(gnus-get-unread-articles): Ditto.

12 years ago(gnus-articles-to-read): Change wording in prompt to be slightly clearer.
Lars Magne Ingebrigtsen [Thu, 3 Nov 2011 22:21:32 +0000 (23:21 +0100)]
(gnus-articles-to-read): Change wording in prompt to be slightly clearer.

12 years agoIndent.
Lars Magne Ingebrigtsen [Thu, 3 Nov 2011 22:17:55 +0000 (23:17 +0100)]
Indent.

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.