gnus
12 years ago* auth-source.el (auth-source-token-passphrase-callback-function):
Daiki Ueno [Fri, 1 Jul 2011 13:35:05 +0000 (08:35 -0500)]
* auth-source.el (auth-source-token-passphrase-callback-function):
Simplify and remove EPA dependency.

12 years agoMinor doc update for auth-source.el.
Ted Zlatanov [Fri, 1 Jul 2011 13:13:47 +0000 (08:13 -0500)]
Minor doc update for auth-source.el.

12 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Fri, 1 Jul 2011 13:00:27 +0000 (08:00 -0500)]
Merge branch 'master' of https://git.gnus.org/gnus

12 years agonnir.el (nnir-request-article): Fix error message text.
Andrew Cohen [Fri, 1 Jul 2011 12:24:29 +0000 (08:24 -0400)]
nnir.el (nnir-request-article): Fix error message text.

12 years agoReindent and untabify auth-source.el.
Ted Zlatanov [Fri, 1 Jul 2011 12:23:14 +0000 (07:23 -0500)]
Reindent and untabify auth-source.el.

12 years agoauth-source.el (plstore-delete): Autoload.
Daiki Ueno [Fri, 1 Jul 2011 07:47:34 +0000 (07:47 +0000)]
auth-source.el (plstore-delete): Autoload.
 (auth-source-plstore-search): Support delete operation.
plstore.el (plstore-delete): New function.

12 years agognus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually existing...
Katsumi Yamaoka [Fri, 1 Jul 2011 07:28:26 +0000 (07:28 +0000)]
gnus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually existing articles as unread rather than the ones that active asserts.

12 years agonntp.el (nntp-record-command):
Paul Eggert [Fri, 1 Jul 2011 07:21:17 +0000 (07:21 +0000)]
nntp.el (nntp-record-command):
gnus-util.el (gnus-message-with-timestamp-1): Use format-time-string rather than decoding time stamps by hand.  This is simpler and insulates the code from potential changes to current-time format.

12 years agognus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
Katsumi Yamaoka [Fri, 1 Jul 2011 04:06:35 +0000 (04:06 +0000)]
gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.

12 years agoMerge changes made in Emacs trunk.
Daiki Ueno [Fri, 1 Jul 2011 04:04:59 +0000 (04:04 +0000)]
Merge changes made in Emacs trunk.

plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
 (plstore-save): Support public key encryption.
 (plstore--init-from-buffer): New function.
 (plstore-open): Use it; fix error when opening a non-existent file.
 (plstore-revert): Use plstore--init-from-buffer.
auth-source.el (auth-source-backend): Fix :initarg for data slot.

12 years agoReplace string-match-p with string-match for old Emacsen.
Katsumi Yamaoka [Thu, 30 Jun 2011 23:26:30 +0000 (23:26 +0000)]
Replace string-match-p with string-match for old Emacsen.

12 years agomml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG is not fully...
Daiki Ueno [Thu, 30 Jun 2011 22:15:13 +0000 (22:15 +0000)]
mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG is not fully working.

12 years ago* dgnushack.el: Autoload sha1 on XEmacs.
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 20:14:10 +0000 (22:14 +0200)]
* dgnushack.el: Autoload sha1 on XEmacs.

12 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 19:11:06 +0000 (21:11 +0200)]
*** empty log message ***

12 years ago(gnus-read-ephemeral-emacs-bug-group): Take an optional quit window configuration.
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 19:10:58 +0000 (21:10 +0200)]
(gnus-read-ephemeral-emacs-bug-group): Take an optional quit window configuration.

12 years ago(epg-context-set-passphrase-callback): Remove duplicate autoload.
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 17:10:11 +0000 (19:10 +0200)]
(epg-context-set-passphrase-callback): Remove duplicate autoload.

12 years agoAllow nnir as a gnus-refer-article-method.
Andrew Cohen [Thu, 30 Jun 2011 16:54:47 +0000 (12:54 -0400)]
Allow nnir as a gnus-refer-article-method.
(gnus-refer-article-methods): Default (nnir) entry to use current
server.
(nnir-request-article): Allow use of Message-ID with nnimap.

12 years agoRename "arg" auth-source-backend member to "data".
Ted Zlatanov [Thu, 30 Jun 2011 14:52:08 +0000 (09:52 -0500)]
Rename "arg" auth-source-backend member to "data".

* auth-source.el (auth-source-backend): Rename "arg" member to "data".
(auth-source-backend-parse, auth-source-plstore-search)
(auth-source-plstore-create): Use it.

12 years agoAutoload EPA/EPG functions.
Ted Zlatanov [Thu, 30 Jun 2011 14:35:47 +0000 (09:35 -0500)]
Autoload EPA/EPG functions.

* auth-source.el: Autoload EPA/EPG functions.
(auth-source-netrc-use-gpg-tokens): Clarify that it should not be
changed when EPA/EPG is not available.

12 years ago(gnus-request-article-this-buffer): Use `gnus-refer-article-methods'.
Andrew Cohen [Thu, 30 Jun 2011 12:40:43 +0000 (08:40 -0400)]
(gnus-request-article-this-buffer): Use `gnus-refer-article-methods'.

12 years agoImprove the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.
Ted Zlatanov [Thu, 30 Jun 2011 12:27:48 +0000 (07:27 -0500)]
Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.

* auth-source.el: Require EPA and EPG.
(auth-source-passphrase-alist): New variable.
(auth-source-passphrase-callback-function)
(auth-source-token-passphrase-callback-function): Callbacks for the
netrc field encryption (GPG tokens).
(auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
Symmetric encryption and decryption of the netrc GPG tokens.
(auth-source-netrc-normalize): Use them, simplifying the closure.

12 years agodgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg is available.
Katsumi Yamaoka [Thu, 30 Jun 2011 10:27:52 +0000 (10:27 +0000)]
dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg is available.

12 years agoFix the last commit, do revert-buffer when plstore-revert.
Daiki Ueno [Thu, 30 Jun 2011 10:08:48 +0000 (10:08 +0000)]
Fix the last commit, do revert-buffer when plstore-revert.

12 years agoUpdate.
Katsumi Yamaoka [Thu, 30 Jun 2011 10:02:47 +0000 (10:02 +0000)]
Update.

12 years agoMerge changes made Emacs trunk.
Daiki Ueno [Thu, 30 Jun 2011 09:55:24 +0000 (09:55 +0000)]
Merge changes made Emacs trunk.

auth-source.el (auth-source-backend): New member "arg".
 (auth-source-backend-parse): Handle new backend 'plstore.
plstore.el: New file.

12 years ago(nnimap-split-incoming-mail): If `nnimap-split-fancy' is non-nil, and `nnimap-split...
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 09:36:50 +0000 (11:36 +0200)]
(nnimap-split-incoming-mail): If `nnimap-split-fancy' is non-nil, and `nnimap-split-methods' is nil, use the former.

12 years agomm-util.el (mm-charset-synonym-alist): Move definition before use.
Glenn Morris [Thu, 30 Jun 2011 04:18:34 +0000 (04:18 +0000)]
mm-util.el (mm-charset-synonym-alist): Move definition before use.

12 years ago(nnimap-process-expiry-targets): Say what target we're expiring articles to.
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 02:43:06 +0000 (04:43 +0200)]
(nnimap-process-expiry-targets): Say what target we're expiring articles to.

12 years ago(mm-charset-to-coding-system): Recognise all ansi_x3.4 variations as ASCII (bug#5458).
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 01:36:45 +0000 (03:36 +0200)]
(mm-charset-to-coding-system): Recognise all ansi_x3.4 variations as ASCII (bug#5458).

12 years agonnmh.el (nnmh-request-list-1): Work on MS Windows.
Katsumi Yamaoka [Thu, 30 Jun 2011 01:12:47 +0000 (01:12 +0000)]
nnmh.el (nnmh-request-list-1): Work on MS Windows.

12 years ago(message-point-in-header-p): Fix last checkin to work with an empty mail-header-separ...
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 00:40:19 +0000 (02:40 +0200)]
(message-point-in-header-p): Fix last checkin to work with an empty mail-header-separator, too.

12 years agoTweak the function to default to saying that we're not in the headers if there is...
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 00:35:03 +0000 (02:35 +0200)]
Tweak the function to default to saying that we're not in the headers if there is no separator at all.

This makes it possible to use the Message version of `M-q' in
buffers with no headers (bug#7987).

12 years ago(auth-source-netrc-saver): If the user says "don't ask again, save the choice via...
Lars Magne Ingebrigtsen [Thu, 30 Jun 2011 00:24:06 +0000 (02:24 +0200)]
(auth-source-netrc-saver): If the user says "don't ask again, save the choice via customize.

12 years agoBail out in nnimap if the server has closed the connection.
Lars Magne Ingebrigtsen [Wed, 29 Jun 2011 23:09:38 +0000 (01:09 +0200)]
Bail out in nnimap if the server has closed the connection.

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.