gnus
13 years ago(gnus-group-delete-articles): New command.
Lars Magne Ingebrigtsen [Fri, 17 Dec 2010 18:59:54 +0000 (19:59 +0100)]
(gnus-group-delete-articles): New command.

13 years agoRevert the last change here, since it's up to the backends to do CRLF removal if...
Lars Magne Ingebrigtsen [Fri, 17 Dec 2010 16:45:38 +0000 (17:45 +0100)]
Revert the last change here, since it's up to the backends to do CRLF removal if their protocol has it.

13 years agonnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
Andrew Cohen [Fri, 17 Dec 2010 16:44:52 +0000 (11:44 -0500)]
nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.

13 years agognus-gravatar: fix size
Julien Danjou [Fri, 17 Dec 2010 16:42:19 +0000 (17:42 +0100)]
gnus-gravatar: fix size

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago* nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
Lars Magne Ingebrigtsen [Fri, 17 Dec 2010 16:33:14 +0000 (17:33 +0100)]
* nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.

13 years agognus-util: rewrite gnus-rescale-image
Julien Danjou [Fri, 17 Dec 2010 16:08:53 +0000 (17:08 +0100)]
gnus-util: rewrite gnus-rescale-image

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-sum.el (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
Andrew Cohen [Fri, 17 Dec 2010 15:52:39 +0000 (10:52 -0500)]
gnus-sum.el (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.

13 years agogravatar: get-data more robust, sync function
Julien Danjou [Fri, 17 Dec 2010 15:05:13 +0000 (16:05 +0100)]
gravatar: get-data more robust, sync function

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-sum.el (gnus-summary-refer-thread): Simplify code. Restore gnus-use-agent.
Andrew Cohen [Fri, 17 Dec 2010 14:47:23 +0000 (09:47 -0500)]
gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore gnus-use-agent.

13 years agonnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
Andrew Cohen [Fri, 17 Dec 2010 14:40:25 +0000 (09:40 -0500)]
nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.

13 years agolpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
Katsumi Yamaoka [Thu, 16 Dec 2010 23:27:59 +0000 (23:27 +0000)]
lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.

13 years agoFix the end-point calculation to really consider the last line.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 22:59:16 +0000 (23:59 +0100)]
Fix the end-point calculation to really consider the last line.

13 years agoUse symmetric EPA encryption by default.
Ted Zlatanov [Thu, 16 Dec 2010 20:55:01 +0000 (14:55 -0600)]
Use symmetric EPA encryption by default.

(auth-source-gpg-encrypt-to): New variable to set the
list of recipient keys, or use symmetric encryption if not a list.
(auth-source-create): Use it to make `epa-file-encrypt-to' local for an
EPA override, replacing the call to `netrc-store-data'.

13 years ago* gnus-srvr.el: Avoid passing nil regexp argument to delete-matching-lines.
Dan Davison [Thu, 16 Dec 2010 19:46:31 +0000 (20:46 +0100)]
* gnus-srvr.el: Avoid passing nil regexp argument to delete-matching-lines.

13 years agoMake sure the HTML fetching stops when Gnus exits.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 19:25:04 +0000 (20:25 +0100)]
Make sure the HTML fetching stops when Gnus exits.

13 years agoClear up nnml expiry target performance regressions.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:58:19 +0000 (18:58 +0100)]
Clear up nnml expiry target performance regressions.

Fix previous fix by having nnfolder save all its buffers
explicitly.

13 years ago* gnus.texi (Archived Messages): Remove outdated text.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:45:59 +0000 (18:45 +0100)]
* gnus.texi (Archived Messages): Remove outdated text.

13 years agoRemoved outdated comment.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:45:01 +0000 (18:45 +0100)]
Removed outdated comment.

13 years agonnir.el: Improve customizations.
Andrew Cohen [Thu, 16 Dec 2010 17:31:34 +0000 (12:31 -0500)]
nnir.el: Improve customizations.

13 years agoFix typo in last checkin.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:14:47 +0000 (18:14 +0100)]
Fix typo in last checkin.

13 years agoFix typo.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:06:10 +0000 (18:06 +0100)]
Fix typo.

13 years ago(gnus-subscribe-newsgroup): Notify the backend.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:05:39 +0000 (18:05 +0100)]
(gnus-subscribe-newsgroup): Notify the backend.

13 years agoNotify backends when we add/kill groups.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 17:02:06 +0000 (18:02 +0100)]
Notify backends when we add/kill groups.

13 years agoFix the logic for copying read-ness to the backends.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 16:45:58 +0000 (17:45 +0100)]
Fix the logic for copying read-ness to the backends.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Thu, 16 Dec 2010 16:16:21 +0000 (10:16 -0600)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years ago* gnus.texi (Foreign Groups): Added clarification of foreign groups.
Ted Zlatanov [Thu, 16 Dec 2010 16:15:59 +0000 (10:15 -0600)]
* gnus.texi (Foreign Groups): Added clarification of foreign groups.

13 years agoAdd a support mechanism for server-based quirks.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 15:49:43 +0000 (16:49 +0100)]
Add a support mechanism for server-based quirks.

This makes QRESYNC on Zimbra work again.

13 years ago(nnimap-wait-for-response): Always look (at least) at the previous line.
Lars Magne Ingebrigtsen [Thu, 16 Dec 2010 15:43:40 +0000 (16:43 +0100)]
(nnimap-wait-for-response): Always look (at least) at the previous line.

13 years agoshr.el (shr-insert): Set shr-start after deleting trailing space; don't delete it...
Katsumi Yamaoka [Thu, 16 Dec 2010 00:54:11 +0000 (00:54 +0000)]
shr.el (shr-insert): Set shr-start after deleting trailing space; don't delete it within indentation.

13 years agognus.texi: Indicate that the hyrex engine is obsolete.
Andrew Cohen [Wed, 15 Dec 2010 22:00:32 +0000 (17:00 -0500)]
gnus.texi: Indicate that the hyrex engine is obsolete.

13 years agoFix the syntax of the QRESYNC command by deleting a superfluous space which broke...
Lars Magne Ingebrigtsen [Wed, 15 Dec 2010 21:35:29 +0000 (22:35 +0100)]
Fix the syntax of the QRESYNC command by deleting a superfluous space which broke Cyrus servers.

This change will break other servers that are buggy the other way
around.

13 years agoFix a couple nnir -> @code{nnir} things.
Lars Magne Ingebrigtsen [Wed, 15 Dec 2010 20:24:54 +0000 (21:24 +0100)]
Fix a couple nnir -> @code{nnir} things.

13 years agoIndent.
Lars Magne Ingebrigtsen [Wed, 15 Dec 2010 19:27:32 +0000 (20:27 +0100)]
Indent.

13 years ago* spam.el: Reindent and fix long lines.
Ted Zlatanov [Tue, 14 Dec 2010 22:30:31 +0000 (16:30 -0600)]
* spam.el: Reindent and fix long lines.
(spam-copy-or-move-routine): Exclude invalid move destinations.

13 years agognus.texi: Add descriptions of swish variables.
Andrew Cohen [Tue, 14 Dec 2010 15:10:15 +0000 (10:10 -0500)]
gnus.texi: Add descriptions of swish variables.

13 years agonnir.el (nnir-mode): Don't install registry hooks unless registry installed.
Andrew Cohen [Tue, 14 Dec 2010 12:44:25 +0000 (07:44 -0500)]
nnir.el (nnir-mode): Don't install registry hooks unless registry installed.

13 years agodgnushack.el (rot13-string): New macro for XEmacs. netrc.el uses it.
Katsumi Yamaoka [Tue, 14 Dec 2010 01:34:35 +0000 (01:34 +0000)]
dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.

13 years agognus.texi: First very rough pass at nnir documentation.
Andrew Cohen [Mon, 13 Dec 2010 23:33:02 +0000 (18:33 -0500)]
gnus.texi: First very rough pass at nnir documentation.

13 years agonnir.el (nnir-run-gmane): Better check for gmane groups.
Andrew Cohen [Mon, 13 Dec 2010 23:26:26 +0000 (18:26 -0500)]
nnir.el (nnir-run-gmane): Better check for gmane groups.

13 years ago(netrc-parse): Cache the netrc contents.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 18:59:50 +0000 (19:59 +0100)]
(netrc-parse): Cache the netrc contents.

13 years agoRemove the unused netrc-point-at-old and netrc-bound-and-true-p bindings.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 18:50:48 +0000 (19:50 +0100)]
Remove the unused netrc-point-at-old and netrc-bound-and-true-p bindings.

13 years ago(gnus-start-draft-setup): Make sure that the new group is started out empty.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:46:02 +0000 (18:46 +0100)]
(gnus-start-draft-setup): Make sure that the new group is started out empty.

13 years agoThere's no need to read the active file here, since that's done again later on a...
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:38:50 +0000 (18:38 +0100)]
There's no need to read the active file here, since that's done again later on a per-backend basis.

13 years ago(gnus-1): Don't create the nndrafts group twice.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:31:51 +0000 (18:31 +0100)]
(gnus-1): Don't create the nndrafts group twice.

13 years agoClarify comment.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:30:54 +0000 (18:30 +0100)]
Clarify comment.

13 years agoClarify comment.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:07:29 +0000 (18:07 +0100)]
Clarify comment.

13 years agoDon't create the queue group automatically on startup. It'll be created later, if...
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:05:22 +0000 (18:05 +0100)]
Don't create the queue group automatically on startup.  It'll be created later, if needed.

13 years ago(gnus-start-draft-setup): Message a bit less.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:03:41 +0000 (18:03 +0100)]
(gnus-start-draft-setup): Message a bit less.

13 years agognus-default-subscribed-newsgroups is unused, so remove it.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 17:01:16 +0000 (18:01 +0100)]
gnus-default-subscribed-newsgroups is unused, so remove it.

13 years agoAuto-subscribe groups from all mail-like backends.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 16:40:57 +0000 (17:40 +0100)]
Auto-subscribe groups from all mail-like backends.

13 years agoAdd nnimap to the list of automatically subscribed groups.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 16:28:46 +0000 (17:28 +0100)]
Add nnimap to the list of automatically subscribed groups.

13 years agonnir.el (nnir-run-imap): Return article list in UID order.
Andrew Cohen [Mon, 13 Dec 2010 12:25:37 +0000 (07:25 -0500)]
nnir.el (nnir-run-imap): Return article list in UID order.

13 years ago(gnus-summary-enter-digest-group): Mention gnus-auto-select-on-ephemeral-exit.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 03:25:58 +0000 (04:25 +0100)]
(gnus-summary-enter-digest-group): Mention gnus-auto-select-on-ephemeral-exit.

13 years agoFix the calling convention of the network-only option.
Lars Magne Ingebrigtsen [Mon, 13 Dec 2010 03:24:15 +0000 (04:24 +0100)]
Fix the calling convention of the network-only option.

13 years agoCreate a way to make a non-STARTTLS network connection.
Lars Magne Ingebrigtsen [Fri, 10 Dec 2010 16:28:27 +0000 (17:28 +0100)]
Create a way to make a non-STARTTLS network connection.

13 years agognus-gravatar: gnus-gravatar-transform-address: fix error when email address is nil
Julien Danjou [Fri, 10 Dec 2010 16:26:48 +0000 (17:26 +0100)]
gnus-gravatar: gnus-gravatar-transform-address: fix error when email address is nil

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agomessage: fix message-bogus-recipient-p with nil address
Julien Danjou [Fri, 10 Dec 2010 16:12:02 +0000 (17:12 +0100)]
message: fix message-bogus-recipient-p with nil address

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agonnir.el (nnir-request-expire-articles): Only allow article deletion.
Andrew Cohen [Fri, 10 Dec 2010 14:31:11 +0000 (09:31 -0500)]
nnir.el (nnir-request-expire-articles): Only allow article deletion.

13 years agoAdd <label> support.
Lars Magne Ingebrigtsen [Thu, 9 Dec 2010 22:29:48 +0000 (23:29 +0100)]
Add <label> support.

13 years agomm-util.el (mm-ucs-to-char): Use eval-and-compile.
Katsumi Yamaoka [Thu, 9 Dec 2010 11:11:29 +0000 (11:11 +0000)]
mm-util.el (mm-ucs-to-char): Use eval-and-compile.

13 years ago(shr-tag-script): Ignore <script>.
Lars Magne Ingebrigtsen [Thu, 9 Dec 2010 09:45:46 +0000 (10:45 +0100)]
(shr-tag-script): Ignore <script>.

13 years agoshr.el (shr-image-displayer): Work for images lined side by side.
Katsumi Yamaoka [Thu, 9 Dec 2010 06:40:04 +0000 (06:40 +0000)]
shr.el (shr-image-displayer): Work for images lined side by side.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 8 Dec 2010 19:34:48 +0000 (20:34 +0100)]
Merge branch 'master' of https://git.gnus.org/gnus

Conflicts:
lisp/ChangeLog

13 years ago* gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
Robert Pluim [Wed, 8 Dec 2010 19:34:03 +0000 (20:34 +0100)]
* gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
parameter, since XEmacs doesn't accept t as a parameter.

13 years agognus-demon: fix run-with-timer arguments for XEmacs
Robert Pluim [Wed, 8 Dec 2010 12:30:16 +0000 (13:30 +0100)]
gnus-demon: fix run-with-timer arguments for XEmacs

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agonnir.el (nnir-request-expire-articles): New function allows deleting articles.
Andrew Cohen [Wed, 8 Dec 2010 14:31:40 +0000 (09:31 -0500)]
nnir.el (nnir-request-expire-articles): New function allows deleting articles.

13 years agonnir.el: Minor code cleanup.
Andrew Cohen [Wed, 8 Dec 2010 13:07:14 +0000 (08:07 -0500)]
nnir.el: Minor code cleanup.

13 years agoFix last fix.
Lars Magne Ingebrigtsen [Tue, 7 Dec 2010 20:25:16 +0000 (21:25 +0100)]
Fix last fix.

13 years agoTweak VANISHED regexp to avoid regexp overflow, possibly.
Lars Magne Ingebrigtsen [Tue, 7 Dec 2010 20:24:15 +0000 (21:24 +0100)]
Tweak VANISHED regexp to avoid regexp overflow, possibly.

13 years ago(shr-render-td): Make sure we copy over all the overlays, too.
Lars Magne Ingebrigtsen [Tue, 7 Dec 2010 19:37:32 +0000 (20:37 +0100)]
(shr-render-td): Make sure we copy over all the overlays, too.

13 years ago(shr-tag-table): Use the color from the style sheet.
Lars Magne Ingebrigtsen [Tue, 7 Dec 2010 17:08:21 +0000 (18:08 +0100)]
(shr-tag-table): Use the color from the style sheet.

13 years ago(shr-render-td): Handle td style="" better.
Lars Magne Ingebrigtsen [Tue, 7 Dec 2010 17:03:13 +0000 (18:03 +0100)]
(shr-render-td): Handle td style="" better.

13 years agoUse bg/gfcolor specs on tables.
Lars Magne Ingebrigtsen [Tue, 7 Dec 2010 16:25:17 +0000 (17:25 +0100)]
Use bg/gfcolor specs on tables.

13 years agonnir.el (nnir-request-article): Improve article retrieval.
Andrew Cohen [Tue, 7 Dec 2010 13:59:19 +0000 (08:59 -0500)]
nnir.el (nnir-request-article): Improve article retrieval.

13 years agonnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
Andrew Cohen [Tue, 7 Dec 2010 13:29:21 +0000 (08:29 -0500)]
nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.

13 years agomm-util.el (mm-extra-numeric-entities): New variable.
Katsumi Yamaoka [Tue, 7 Dec 2010 05:04:47 +0000 (05:04 +0000)]
mm-util.el (mm-extra-numeric-entities): New variable.
mm-url.el (mm-url-decode-entities):
mm-decode.el (mm-shr): Use it to decode extra numeric entities.
lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.

13 years agomessage.el: Use completion-at-point.
Stefan Monnier [Tue, 7 Dec 2010 04:05:42 +0000 (04:05 +0000)]
message.el: Use completion-at-point.
 (message-completion-function): New fun, extracted from message-tab.
 (message-mode): Use it for completion-at-point-functions.
 (message-tab): Use it and completion-at-point.

13 years agoshr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol character if...
Katsumi Yamaoka [Tue, 7 Dec 2010 01:18:41 +0000 (01:18 +0000)]
shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol character if a non-breakable character follows.

13 years ago* gnus.texi (Server Commands): Point to the rest of the server
Tassilo Horn [Mon, 6 Dec 2010 22:36:43 +0000 (23:36 +0100)]
* gnus.texi (Server Commands): Point to the rest of the server
commands.

13 years ago(proto-stream-open-tls): Return nil if we don't get any stream.
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 22:19:07 +0000 (23:19 +0100)]
(proto-stream-open-tls): Return nil if we don't get any stream.

13 years agoIgnore all <style> tags for the moment.
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 17:54:22 +0000 (18:54 +0100)]
Ignore all <style> tags for the moment.

13 years ago(shr-tag-font): Get the background color right.
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 17:25:46 +0000 (18:25 +0100)]
(shr-tag-font): Get the background color right.

13 years ago(shr-tag-font): Actually let the styles be inherited instead of overwriting them.
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 17:20:44 +0000 (18:20 +0100)]
(shr-tag-font): Actually let the styles be inherited instead of overwriting them.

13 years ago(shr-tag-font): Colorize the region.
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 17:14:21 +0000 (18:14 +0100)]
(shr-tag-font): Colorize the region.

13 years ago(gnus-request-thread): Rework to take a header instead of a Message-ID to avoid havin...
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 17:07:55 +0000 (18:07 +0100)]
(gnus-request-thread): Rework to take a header instead of a Message-ID to avoid having nnimap depend on gnus-sum.

13 years agoOnly colorise something if we have a node that sets colors.
Lars Magne Ingebrigtsen [Mon, 6 Dec 2010 17:03:50 +0000 (18:03 +0100)]
Only colorise something if we have a node that sets colors.

13 years agoshr: enhance font color inheritance
Julien Danjou [Mon, 6 Dec 2010 16:51:44 +0000 (17:51 +0100)]
shr: enhance font color inheritance

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr-colorize-region: colorize bg, shr-tag-body: fix stylesheet
Julien Danjou [Mon, 6 Dec 2010 16:46:18 +0000 (17:46 +0100)]
shr-colorize-region: colorize bg, shr-tag-body: fix stylesheet

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoRevert shr-colorize recent work
Julien Danjou [Mon, 6 Dec 2010 16:41:03 +0000 (17:41 +0100)]
Revert shr-colorize recent work

This reverts commit d5bca4bfcb07b94701f4f7561aa81d7abd9dbd68.
This reverts commit 9a2e7412ae672c1b2c7169513646e8acfd7f53fe.
This reverts commit 8f4eecc5fb565efeb1b74efc53936efeca29daf6.

13 years agoFix typo
Julien Danjou [Mon, 6 Dec 2010 16:25:05 +0000 (17:25 +0100)]
Fix typo

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr: colorize only in one place
Julien Danjou [Mon, 6 Dec 2010 15:05:13 +0000 (16:05 +0100)]
shr: colorize only in one place

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr: shr-colorize-region fix and stylesheet color retrieval fix
Julien Danjou [Mon, 6 Dec 2010 14:52:31 +0000 (15:52 +0100)]
shr: shr-colorize-region fix and stylesheet color retrieval fix

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr: Render td content with shr-descend
Julien Danjou [Mon, 6 Dec 2010 14:27:38 +0000 (15:27 +0100)]
shr: Render td content with shr-descend

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Katsumi Yamaoka [Mon, 6 Dec 2010 03:55:24 +0000 (03:55 +0000)]
Merge branch 'master' of https://git.gnus.org/gnus

Conflicts:
lisp/ChangeLog

13 years ago(shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
Katsumi Yamaoka [Mon, 6 Dec 2010 02:54:19 +0000 (02:54 +0000)]
(shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.

13 years agonnir.el (nnir-request-move-article): Remove obsolete code.
Andrew Cohen [Mon, 6 Dec 2010 02:45:47 +0000 (21:45 -0500)]
nnir.el (nnir-request-move-article): Remove obsolete code.

13 years agognus-util.el (gnus-macroexpand-all): Use eval-and-compile.
Katsumi Yamaoka [Sun, 5 Dec 2010 23:29:34 +0000 (23:29 +0000)]
gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.

13 years agoThe completion function expects a list instead of an alist.
Lars Magne Ingebrigtsen [Sun, 5 Dec 2010 21:10:28 +0000 (22:10 +0100)]
The completion function expects a list instead of an alist.

13 years agonnheader-report takes a format string as the parameter.
Lars Magne Ingebrigtsen [Sun, 5 Dec 2010 20:06:19 +0000 (21:06 +0100)]
nnheader-report takes a format string as the parameter.

13 years ago* gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
Lars Magne Ingebrigtsen [Sun, 5 Dec 2010 19:06:40 +0000 (20:06 +0100)]
* gnus.el (gnus-valid-select-methods): Allow nnimap to respool.