gnus
12 years agoSet `gnus-bug' to report to the Emacs bug list.
Ted Zlatanov [Tue, 28 Jun 2011 15:31:00 +0000 (10:31 -0500)]
Set `gnus-bug' to report to the Emacs bug list.

* gnus.el (gnus-bug-package): Use "gnus."
(gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.

* gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
reports.

12 years agoMake the timer warning go away on XEmacs.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 21:31:41 +0000 (23:31 +0200)]
Make the timer warning go away on XEmacs.

12 years agoStop any animations going on at article exit time.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 21:23:21 +0000 (23:23 +0200)]
Stop any animations going on at article exit time.

12 years ago(gnus-registry-user-format-function-M): Reinstate, since removing it breaks people...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 20:46:34 +0000 (22:46 +0200)]
(gnus-registry-user-format-function-M): Reinstate, since removing it breaks people upgrading.

12 years ago(shr-put-image): Animate for 60 seconds.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 15:34:19 +0000 (17:34 +0200)]
(shr-put-image): Animate for 60 seconds.

12 years ago* shr.el (shr-put-image): Use the new interface for animating images.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 15:32:53 +0000 (17:32 +0200)]
* shr.el (shr-put-image): Use the new interface for animating images.

12 years agoBind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:59:05 +0000 (13:59 +0200)]
Bind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.

12 years agoUgly hack to wrap the `find-file-hook' things in `symbol-value' to avoid compilation...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:42:53 +0000 (13:42 +0200)]
Ugly hack to wrap the `find-file-hook' things in `symbol-value' to avoid compilation warnings on all architectures.

12 years ago(with-auth-source-epa-overrides): Fix compilation error with `find-file-hooks' on...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:30:30 +0000 (13:30 +0200)]
(with-auth-source-epa-overrides): Fix compilation error with `find-file-hooks' on Emacs 22.

12 years agoRequire spam-stat in a normal fashion without binding `spam-stat-install-hooks' to...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:23:45 +0000 (13:23 +0200)]
Require spam-stat in a normal fashion without binding `spam-stat-install-hooks' to avoid compilation warnings.

12 years agoNew command `gnus-summary-reply-to-list-with-original'.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 10:03:35 +0000 (12:03 +0200)]
New command `gnus-summary-reply-to-list-with-original'.

12 years agoauth-source.el (auth-source-netrc-cache): Move forward.
Katsumi Yamaoka [Thu, 23 Jun 2011 23:16:57 +0000 (23:16 +0000)]
auth-source.el (auth-source-netrc-cache): Move forward.

12 years agoDefault to using the built-in gnutls support, if available.
Lars Magne Ingebrigtsen [Wed, 22 Jun 2011 23:42:09 +0000 (01:42 +0200)]
Default to using the built-in gnutls support, if available.

12 years ago(auth-source-netrc-create): Don't query the bits that we already know.
Lars Magne Ingebrigtsen [Wed, 22 Jun 2011 14:47:24 +0000 (16:47 +0200)]
(auth-source-netrc-create): Don't query the bits that we already know.

12 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 22 Jun 2011 14:47:03 +0000 (16:47 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

12 years agoauth-source.el (auth-source-netrc-create): Don't print all tokens in %S format, since...
Lars Magne Ingebrigtsen [Tue, 21 Jun 2011 22:17:14 +0000 (22:17 +0000)]
auth-source.el (auth-source-netrc-create): Don't print all tokens in %S format, since that looks odd.
 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg file, especially when saving.

12 years agoDon't print all tokens in %S format, since that looks odd.
Lars Magne Ingebrigtsen [Tue, 21 Jun 2011 21:14:01 +0000 (23:14 +0200)]
Don't print all tokens in %S format, since that looks odd.
Prefer the ~/.authinfo file over the ~/.authinfo.gpg file, especially when saving.

12 years agoIndent.
Lars Magne Ingebrigtsen [Tue, 21 Jun 2011 20:08:50 +0000 (22:08 +0200)]
Indent.

12 years ago* nnimap.el (nnimap-find-article-by-message-id): return nil when no
Andrew Cohen [Tue, 21 Jun 2011 17:09:59 +0000 (13:09 -0400)]
* nnimap.el (nnimap-find-article-by-message-id): return nil when no
article found.

12 years ago* auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.
Ted Zlatanov [Sat, 18 Jun 2011 18:09:56 +0000 (13:09 -0500)]
* auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.

12 years agoMore GPG token support: allow per-file configuration and fix XEmacs incompatibility.
Ted Zlatanov [Sat, 18 Jun 2011 17:02:21 +0000 (12:02 -0500)]
More GPG token support: allow per-file configuration and fix XEmacs incompatibility.

* auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
`auth-source-save-secrets' with a more sensitive alist that can be
configured per file.  Experimental, so defaults to 'never.
(auth-source-netrc-create): Use it.  Still experimental code.
(with-auth-source-epa-overrides): Use `find-file-hooks' if
`find-file-hook' is unbound (XEmacs fix).

12 years ago* auth-source.el (with-auth-source-epa-overrides): Don't depend on the EPA variables...
Ted Zlatanov [Thu, 16 Jun 2011 04:28:00 +0000 (23:28 -0500)]
* auth-source.el (with-auth-source-epa-overrides): Don't depend on the EPA variables being defined.

12 years agoNetrc field encryption support.
Ted Zlatanov [Thu, 16 Jun 2011 03:38:55 +0000 (22:38 -0500)]
Netrc field encryption support.

* auth-source.el (auth-source-save-secrets): New variable to control if
secret tokens should be saved encrypted.
(auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
to `auth-source-netrc-normalize'.
(with-auth-source-epa-overrides): Add convenience macro.
(auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
(auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
the lexical-let closure.
(auth-source-netrc-create): Create "gpg:" tokens according to
`auth-source-save-secrets'.

12 years agoImprove dribble data handling.
Katsumi Yamaoka [Fri, 10 Jun 2011 00:09:30 +0000 (00:09 +0000)]
Improve dribble data handling.

12 years ago* gnus-registry.el (gnus-registry-remove-ignored): New function to remove entries...
Ted Zlatanov [Wed, 1 Jun 2011 17:26:33 +0000 (12:26 -0500)]
* gnus-registry.el (gnus-registry-remove-ignored): New function to remove entries with groups we ignore.

12 years ago(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes...
Lars Magne Ingebrigtsen [Tue, 31 May 2011 19:36:37 +0000 (21:36 +0200)]
(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.

12 years ago(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes...
Lars Magne Ingebrigtsen [Tue, 31 May 2011 19:36:03 +0000 (21:36 +0200)]
(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.

12 years ago* shr.el (shr-browse-image): Copy the URL if called interactively.
Lars Magne Ingebrigtsen [Tue, 31 May 2011 18:58:49 +0000 (20:58 +0200)]
* shr.el (shr-browse-image): Copy the URL if called interactively.

12 years agoResolve conflict.
Lars Magne Ingebrigtsen [Tue, 31 May 2011 18:59:29 +0000 (20:59 +0200)]
Resolve conflict.

12 years agoRefer to `gnus-registry-article-marks-to-{chars,names}' in user-format example.
Ted Zlatanov [Tue, 31 May 2011 16:52:03 +0000 (11:52 -0500)]
Refer to `gnus-registry-article-marks-to-{chars,names}' in user-format example.

* gnus.texi (Store custom flags and keywords): Refer to
`gnus-registry-article-marks-to-{chars,names}' instead of
`gnus-registry-user-format-function-{M,M2}'.

12 years agoUse `gnus-registry-article-marks-to-chars' and `gnus-registry-article-marks-to-names...
Ted Zlatanov [Tue, 31 May 2011 16:48:34 +0000 (11:48 -0500)]
Use `gnus-registry-article-marks-to-chars' and `gnus-registry-article-marks-to-names' instead of `gnus-registry-user-format-function-{M,M2}'.

* gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
`gnus-registry-user-format-function-M' and declare the latter obsolete.
(gnus-registry-article-marks-to-names): Rename from
`gnus-registry-user-format-function-M2'.

12 years agognus-sum.el (gnus-summary-exit): Make sure to kill article buffer in ephemeral group.
Katsumi Yamaoka [Tue, 31 May 2011 10:37:10 +0000 (10:37 +0000)]
gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in ephemeral group.

12 years agomml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed mm-with-unibyte...
Stefan Monnier [Mon, 30 May 2011 22:07:14 +0000 (22:07 +0000)]
mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed mm-with-unibyte-current-buffer.  The buffer should not contain any multibyte chars anyway at this stage.

12 years ago(gnus-group-mark-article-read): Keep `gnus-newsgroup-unselected' sorted.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 21:24:45 +0000 (23:24 +0200)]
(gnus-group-mark-article-read): Keep `gnus-newsgroup-unselected' sorted.

If this isn't done, then unselected articles may be marked as read.

12 years ago(pop3-open-server): Erase the buffer after the greeting.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 20:48:27 +0000 (22:48 +0200)]
(pop3-open-server): Erase the buffer after the greeting.

Not doing this seems to lead to a race condition in pop3-logon.

12 years ago(nnvirtual-request-article): Bind `gnus-command-method' so that the call chain it...
Lars Magne Ingebrigtsen [Mon, 30 May 2011 20:41:27 +0000 (22:41 +0200)]
(nnvirtual-request-article): Bind `gnus-command-method' so that the call chain it correct when we call "upwards".

12 years agoAuto-expiry doesn't make sense in read-only groups.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 20:06:06 +0000 (22:06 +0200)]
Auto-expiry doesn't make sense in read-only groups.

12 years ago* message.el (message-cite-reply-position): Doc string fix.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 19:51:02 +0000 (21:51 +0200)]
* message.el (message-cite-reply-position): Doc string fix.

12 years agoPartially revert last regexp simplification, which was too simple.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 18:35:41 +0000 (20:35 +0200)]
Partially revert last regexp simplification, which was too simple.

12 years ago(nnimap-transform-headers): Simplify regexp to hopefully avoid regexp overflow.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 18:25:47 +0000 (20:25 +0200)]
(nnimap-transform-headers): Simplify regexp to hopefully avoid regexp overflow.

12 years ago* pop3.el (pop3-retr): Error out if the server closes the connection.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 17:16:48 +0000 (19:16 +0200)]
* pop3.el (pop3-retr): Error out if the server closes the connection.

12 years agoUse shr-add-font to make underlines be less ugly at the end of lines.
Lars Magne Ingebrigtsen [Sun, 29 May 2011 19:13:26 +0000 (21:13 +0200)]
Use shr-add-font to make underlines be less ugly at the end of lines.

12 years agoUse shr-add-font to make underlines be less ugly at the end of lines.
Lars Magne Ingebrigtsen [Sun, 29 May 2011 19:13:04 +0000 (21:13 +0200)]
Use shr-add-font to make underlines be less ugly at the end of lines.

12 years agosmiley: add gif in supported types
Julien Danjou [Sun, 29 May 2011 12:52:14 +0000 (14:52 +0200)]
smiley: add gif in supported types

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agognus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version...
Glenn Morris [Fri, 27 May 2011 03:23:32 +0000 (03:23 +0000)]
gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debian reports as well.

12 years agognus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version...
Glenn Morris [Thu, 26 May 2011 03:37:14 +0000 (03:37 +0000)]
gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debbugs.gnu.org reports.

12 years agognus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
Katsumi Yamaoka [Tue, 24 May 2011 09:45:50 +0000 (09:45 +0000)]
gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.

12 years agoDon't quote lambda expressions with `quote'.
Stefan Monnier [Mon, 23 May 2011 22:11:38 +0000 (22:11 +0000)]
Don't quote lambda expressions with `quote'.

12 years ago* gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide the thread...
Ted Zlatanov [Fri, 20 May 2011 00:39:21 +0000 (19:39 -0500)]
* gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide the thread moves us backwards and so we loop forever.

12 years agomm-bodies.el (mm-decode-content-transfer-encoding): Allow leading whitespace in base6...
Katsumi Yamaoka [Thu, 19 May 2011 23:58:51 +0000 (23:58 +0000)]
mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading whitespace in base64 data lines.

12 years agoUpdate.
Katsumi Yamaoka [Wed, 18 May 2011 22:12:39 +0000 (22:12 +0000)]
Update.

12 years ago* gnus-registry.el (gnus-registry-user-format-function-M2): Make "," the mark text...
Ted Zlatanov [Wed, 18 May 2011 21:10:25 +0000 (16:10 -0500)]
* gnus-registry.el (gnus-registry-user-format-function-M2): Make "," the mark text separator.

12 years agoGnus registry mark facility improvements.
Ted Zlatanov [Wed, 18 May 2011 20:41:21 +0000 (15:41 -0500)]
Gnus registry mark facility improvements.

* gnus-registry.el (gnus-registry-user-format-function-M): Use `mapconcat'.
(gnus-registry-user-format-function-M2): Use to see the full text of
the marks.

12 years agoUpdate Gnus registry docs for gnus-registry-user-format-function-*.
Ted Zlatanov [Wed, 18 May 2011 20:39:39 +0000 (15:39 -0500)]
Update Gnus registry docs for gnus-registry-user-format-function-*.

* gnus.texi (Gnus Registry Setup): Rename from "Setup".
(Store custom flags and keywords): Mention
`gnus-registry-user-format-function-M' and
`gnus-registry-user-format-function-M2'.

12 years ago* nntp.el (nntp-send-authinfo): Use the "force" token for NNTP authentication with...
Ted Zlatanov [Wed, 18 May 2011 10:29:27 +0000 (05:29 -0500)]
* nntp.el (nntp-send-authinfo): Use the "force" token for NNTP authentication with auth-source.

12 years agognus.texi (Face): Fix typo.
Glenn Morris [Tue, 17 May 2011 10:12:25 +0000 (10:12 +0000)]
gnus.texi (Face): Fix typo.
gnus-group.el (gnus-import-other-newsrc-file): Use insert-file-contents.

12 years ago* gnus-sum.el (gnus-summary-hide-all-threads): Add update message every 1000 iterations.
Ted Zlatanov [Mon, 16 May 2011 20:21:22 +0000 (15:21 -0500)]
* gnus-sum.el (gnus-summary-hide-all-threads): Add update message every 1000 iterations.

12 years agonntp.el (nntp-open-connection): Check if process-type is available.
Katsumi Yamaoka [Mon, 16 May 2011 14:44:41 +0000 (14:44 +0000)]
nntp.el (nntp-open-connection): Check if process-type is available.

12 years agoshr: add support for del tag
Julien Danjou [Mon, 16 May 2011 08:44:14 +0000 (10:44 +0200)]
shr: add support for del tag

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agognus-html.el (gnus-html-put-image): Fix last change.
Katsumi Yamaoka [Fri, 13 May 2011 07:51:20 +0000 (07:51 +0000)]
gnus-html.el (gnus-html-put-image): Fix last change.

12 years agognus-html.el (gnus-html-put-image): Register a displayer.
Katsumi Yamaoka [Fri, 13 May 2011 05:34:57 +0000 (05:34 +0000)]
gnus-html.el (gnus-html-put-image): Register a displayer.
shr.el (shr-image-displayer): Don't remove text props from alt text.

12 years agoUse a prune factor when pruning the registry over the hard limit, instead of 10.
Ted Zlatanov [Fri, 13 May 2011 04:05:01 +0000 (23:05 -0500)]
Use a prune factor when pruning the registry over the hard limit, instead of 10.

* gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
0.1 expicitly.

* registry.el (prune-factor): New initialization parameter defaulting
to 0.1.
(registry-prune-hard): Use it.

12 years agomessage.el (message-send-mail-with-sendmail): Assume sendmail-program is bound, since...
Glenn Morris [Fri, 13 May 2011 03:29:56 +0000 (03:29 +0000)]
message.el (message-send-mail-with-sendmail): Assume sendmail-program is bound, since this function requires sendmail.

12 years ago* registry.el (registry-usage-test): Disable pruning test.
Ted Zlatanov [Wed, 11 May 2011 21:24:48 +0000 (16:24 -0500)]
* registry.el (registry-usage-test): Disable pruning test.

12 years agoBind functions for XEmacs and Emacs22 to silence byte-compiler.
David Engster [Wed, 11 May 2011 08:52:20 +0000 (10:52 +0200)]
Bind functions for XEmacs and Emacs22 to silence byte-compiler.

* lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
Bind set-network-process-option for XEmacs.

12 years agoUpdate.
Katsumi Yamaoka [Tue, 10 May 2011 23:11:00 +0000 (23:11 +0000)]
Update.

12 years agoFix doubled-word typos.
Jim Meyering [Tue, 10 May 2011 22:18:15 +0000 (22:18 +0000)]
Fix doubled-word typos.

12 years ago* registry.el (registry-prune): Make the sort function optional.
Ted Zlatanov [Tue, 10 May 2011 17:40:49 +0000 (12:40 -0500)]
* registry.el (registry-prune): Make the sort function optional.

12 years agoPrune the registry to the soft and hard limits and accept a sort function.
Ted Zlatanov [Tue, 10 May 2011 17:38:41 +0000 (12:38 -0500)]
Prune the registry to the soft and hard limits and accept a sort function.

* registry.el (registry-prune-hard-candidates)
(registry-prune-soft-candidates): Helper methods for registry pruning.
(registry-prune): Use them.

12 years agoshr: fix error when face is a face symbol
Julien Danjou [Tue, 10 May 2011 12:30:45 +0000 (14:30 +0200)]
shr: fix error when face is a face symbol

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years agognus-art.el (gnus-article-mode): Move binding of shr-put-image-function here from...
Katsumi Yamaoka [Tue, 10 May 2011 07:27:04 +0000 (07:27 +0000)]
gnus-art.el (gnus-article-mode): Move binding of shr-put-image-function here from gnus-article-prepare-display.

12 years agoshr.el (shr-put-image-function): New variable.
Katsumi Yamaoka [Tue, 10 May 2011 03:10:49 +0000 (03:10 +0000)]
shr.el (shr-put-image-function): New variable.
 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
 (shr-put-image): Return scaled image.
gnus-art.el (gnus-shr-put-image): New function.
 (gnus-article-prepare-display): Bind shr-put-image-function to it.
gnus-html.el (gnus-html-wash-images): Register scaled images, not original ones, as deletable.

12 years agonntp.el (nntp-open-connection): Set TCP keepalive option.
Stefan Monnier [Mon, 9 May 2011 22:22:56 +0000 (22:22 +0000)]
nntp.el (nntp-open-connection): Set TCP keepalive option.

12 years ago* registry.el (registry-insert): Use it. Fix logic here too.
Ted Zlatanov [Mon, 9 May 2011 20:51:38 +0000 (15:51 -0500)]
* registry.el (registry-insert): Use it.  Fix logic here too.

12 years ago* registry.el (registry-full): Fix logic.
Ted Zlatanov [Mon, 9 May 2011 20:42:42 +0000 (15:42 -0500)]
* registry.el (registry-full): Fix logic.

12 years agoTry to prune the Gnus registry if it's full.
Ted Zlatanov [Mon, 9 May 2011 17:48:03 +0000 (12:48 -0500)]
Try to prune the Gnus registry if it's full.

* gnus-registry.el (gnus-registry-insert): Add wrapper that calls
`registry-prune' if `registry-full' returns t.
(gnus-registry-handle-action)
(gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
(gnus-registry-usage-test): Use it.

* registry.el (registry-full): Add convenience method.
(registry-insert): Use it.

12 years agoshr: make shr-link not that ugly by default
Julien Danjou [Sat, 7 May 2011 10:35:00 +0000 (12:35 +0200)]
shr: make shr-link not that ugly by default

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago* shr.el (shr-urlify, shr-link): Fix shr-link face.
Ted Zlatanov [Fri, 6 May 2011 15:29:39 +0000 (10:29 -0500)]
* shr.el (shr-urlify, shr-link): Fix shr-link face.

12 years agoSmall fix, but shr-urlify+shr-link face is still broken.
Ted Zlatanov [Thu, 5 May 2011 13:28:53 +0000 (08:28 -0500)]
Small fix, but shr-urlify+shr-link face is still broken.

* shr.el (shr-urlify, shr-link): Still broken but at least doesn't
error out because the face is not a list.

12 years agoproto-stream.el (gnutls-negotiate): Fix declarations.
Glenn Morris [Thu, 5 May 2011 12:12:24 +0000 (12:12 +0000)]
proto-stream.el (gnutls-negotiate): Fix declarations.

12 years agognus-start.el (gnus-propagate-marks): Declare.
Glenn Morris [Thu, 5 May 2011 12:02:58 +0000 (12:02 +0000)]
gnus-start.el (gnus-propagate-marks): Declare.

12 years agoResynchronize with emacs bzr trunk eieio.
Tassilo Horn [Thu, 5 May 2011 07:43:48 +0000 (09:43 +0200)]
Resynchronize with emacs bzr trunk eieio.

Stefan Monnier did some renamings in eieio that made Gnus error.

12 years agoproto-stream.el (network-stream-open-starttls): Adjust to call `gnutls-negotiate...
Teodor Zlatanov [Wed, 4 May 2011 11:38:00 +0000 (11:38 +0000)]
proto-stream.el (network-stream-open-starttls): Adjust to call `gnutls-negotiate' with :process and :hostname arguments.

12 years agoMark Peter's doc fix as tiny change
Tassilo Horn [Wed, 4 May 2011 10:35:43 +0000 (12:35 +0200)]
Mark Peter's doc fix as tiny change

12 years ago* registry.el (registry-reindex): Fix percentage message.
Ted Zlatanov [Wed, 4 May 2011 10:00:34 +0000 (05:00 -0500)]
* registry.el (registry-reindex): Fix percentage message.

12 years agoEnhance thread sorting docs / fix doc bug.
Tassilo Horn [Tue, 3 May 2011 18:00:35 +0000 (20:00 +0200)]
Enhance thread sorting docs / fix doc bug.

Patch provided by Peter Münster (pmlists@free.fr).

* gnus.texi (Summary Buffer Lines):
gnus-summary-user-date-format-alist does not exist.
(Sorting the Summary Buffer): More about sorting threads.

12 years agoAdd shr-link face for links.
Ted Zlatanov [Tue, 3 May 2011 14:25:11 +0000 (09:25 -0500)]
Add shr-link face for links.

* shr.el: Add shr-link face for links.
(shr-urlify): Use it.

12 years ago* registry.el (registry-insert): Make error message more helpful.
Ted Zlatanov [Tue, 3 May 2011 13:11:33 +0000 (08:11 -0500)]
* registry.el (registry-insert): Make error message more helpful.

12 years agoDefine url-queue-retrieve better to avoid warnings.
Lars Magne Ingebrigtsen [Mon, 2 May 2011 17:17:52 +0000 (19:17 +0200)]
Define url-queue-retrieve better to avoid warnings.

12 years agoDefine url-queue-retrieve to avoid an XEmacs buildbot failure.
Lars Magne Ingebrigtsen [Mon, 2 May 2011 17:10:28 +0000 (19:10 +0200)]
Define url-queue-retrieve to avoid an XEmacs buildbot failure.

12 years agoUse `url-queue-retrieve', if it exists.
Lars Magne Ingebrigtsen [Mon, 2 May 2011 17:02:28 +0000 (19:02 +0200)]
Use `url-queue-retrieve', if it exists.

This should result in smoother asynchronous image retrieval when
looking at messages with a lot of images.

13 years agoStore articles in the agent if we haven't already (bug#8502).
Lars Magne Ingebrigtsen [Mon, 2 May 2011 14:21:31 +0000 (16:21 +0200)]
Store articles in the agent if we haven't already (bug#8502).

13 years ago(nnheader-insert-buffer-substring): Renamed from nntp- and moved from that file for...
Lars Magne Ingebrigtsen [Mon, 2 May 2011 02:05:15 +0000 (04:05 +0200)]
(nnheader-insert-buffer-substring): Renamed from nntp- and moved from that file for reuse.

13 years agoIt's `tls', not :tls.
Lars Magne Ingebrigtsen [Mon, 2 May 2011 01:22:00 +0000 (03:22 +0200)]
It's `tls', not :tls.

13 years ago* pop3.el (pop3-open-server): Error messages are "-ERR".
Lars Magne Ingebrigtsen [Mon, 2 May 2011 00:58:13 +0000 (02:58 +0200)]
* pop3.el (pop3-open-server): Error messages are "-ERR".

13 years agoAnchor the match for STLS just to make sure.
Lars Magne Ingebrigtsen [Sun, 1 May 2011 22:42:22 +0000 (00:42 +0200)]
Anchor the match for STLS just to make sure.

13 years ago(open-tls-stream): Remove superfluous tls/starttls autoloads.
Lars Magne Ingebrigtsen [Sun, 1 May 2011 22:06:23 +0000 (00:06 +0200)]
(open-tls-stream): Remove superfluous tls/starttls autoloads.

13 years ago* pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
Lars Magne Ingebrigtsen [Sun, 1 May 2011 21:54:39 +0000 (23:54 +0200)]
* pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.

13 years agoNo Gnus v0.18 is begun
Lars Magne Ingebrigtsen [Sun, 1 May 2011 19:48:37 +0000 (21:48 +0200)]
No Gnus v0.18 is begun

13 years agoNo Gnus v0.17 is released
Lars Magne Ingebrigtsen [Sun, 1 May 2011 19:48:23 +0000 (21:48 +0200)]
No Gnus v0.17 is released