X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=eba5015294f0fd1801e3cffdf677a399077ef650;hb=43f8466d321c873caa15f169da159de5457ffd7f;hp=4bc2b4b9235b02eaf7b34d9fe147abd1e599ec26;hpb=2f7574284c80cbc5c3facd9195d03330e2f8c7d1;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4bc2b4b92..eba501529 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,44 @@ +2011-05-09 Stefan Monnier + + * nntp.el (nntp-open-connection): Set TCP keepalive option. + +2011-05-09 Teodor Zlatanov + + * registry.el (registry-full): Add convenience method. Fix logic. + (registry-insert): Use it. Fix logic here too. + + * 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. + +2011-05-07 Julien Danjou + + * shr.el (shr-link): Make shr-link inherit from link by default. + +2011-05-06 Teodor Zlatanov + + * shr.el (shr-urlify, shr-link): Fix shr-link face. + +2011-05-05 Teodor Zlatanov + + * shr.el (shr-urlify, shr-link): Still broken but at least doesn't + error out because the face is not a list. + +2011-05-05 Glenn Morris + + * proto-stream.el (gnutls-negotiate): Fix declarations. + + * gnus-start.el (gnus-propagate-marks): Declare. + +2011-05-04 Teodor Zlatanov + + * registry.el (registry-reindex): Fix percentage message. + + * proto-stream.el (network-stream-open-starttls): Adjust to call + `gnutls-negotiate' with :process and :hostname arguments. + 2011-05-03 Teodor Zlatanov * shr.el: Add shr-link face for links. @@ -7,8 +48,8 @@ 2011-05-02 Lars Magne Ingebrigtsen - * gnus-html.el (gnus-html-schedule-image-fetching): Use - url-queue-retrieve, if it exists. + * gnus-html.el (gnus-html-schedule-image-fetching): + Use url-queue-retrieve, if it exists. * shr.el (shr-tag-img): Ditto. @@ -22,7 +63,7 @@ * gnus-agent.el (gnus-agent-store-article): New function. - * nnheader.el (nnheader-insert-buffer-substring): Renamed from nntp- + * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp- and moved from that file for reuse. * pop3.el (pop3-open-server): Error messages are "-ERR". @@ -104,8 +145,8 @@ the gnus-extra-headers. (gnus-registry-ignored-groups): Adjust defaults to match the parameter. (gnus-registry-ignore-group-p): Adjust to take either a group/topic - parameter list or a string list in `gnus-registry-ignored-groups'. Fix - logic error. + parameter list or a string list in `gnus-registry-ignored-groups'. + Fix logic error. 2011-04-21 Lars Magne Ingebrigtsen @@ -227,7 +268,7 @@ * gnus-registry.el (gnus-registry-remake-db): Put the warning on a "warning" level. - * mm-url.el (mm-url-package-name): Removed to ease third-party reuse. + * mm-url.el (mm-url-package-name): Remove to ease third-party reuse. (mm-url-insert-file-contents): Don't set the package names. 2011-04-11 Teodor Zlatanov @@ -314,10 +355,10 @@ save/read cycles. (gnus-registry-read): Use it. (gnus-registry-make-db): Use it. - (gnus-registry-spool-action, gnus-registry-handle-action): Fix - messaging. - (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map - references to actual group names with sender and subject tracking. + (gnus-registry-spool-action, gnus-registry-handle-action): + Fix messaging. + (gnus-registry--split-fancy-with-parent-internal): Fix loop. + Map references to actual group names with sender and subject tracking. (gnus-registry-post-process-groups): Use `cond' for better messaging. (gnus-registry-usage-test): Add subject lookup test. @@ -377,8 +418,8 @@ value. * nntp.el (nntp-open-connection-function): Document the fact that some - values are not functions but are instead handled specially. Recognize - nntp-open-plain-stream value. + values are not functions but are instead handled specially. + Recognize nntp-open-plain-stream value. (nntp-open-connection): Recognize that value. 2011-03-30 Lars Magne Ingebrigtsen @@ -408,7 +449,7 @@ * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not downloading anything. - * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'. + * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'. 2011-03-29 Adam Sjøgren @@ -421,13 +462,13 @@ * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly instead of using the global gnus-simplify-subject-fuzzy-regexp. (gnus-simplify-subject-fuzzy): Use the local - gnus-simplify-subject-fuzzy-regex instead of the global one. This - makes using this variable in group parameters work. + gnus-simplify-subject-fuzzy-regex instead of the global one. + This makes using this variable in group parameters work. 2011-03-29 Teodor Zlatanov - * gnus-registry.el (gnus-registry-unfollowed-groups): Add - "archive:sent" to the unfollowed group regex (for the recent Gnus + * gnus-registry.el (gnus-registry-unfollowed-groups): + Add "archive:sent" to the unfollowed group regex (for the recent Gnus archive:sent-YYYY-MM-DD groups). (gnus-registry-split-fancy-with-parent): Bail out early in sender tracking if there are more than `gnus-registry-max-track-groups' @@ -446,8 +487,8 @@ 2011-03-28 Brian T. Sniffen (tiny change) - * imap.el (imap-shell-open, imap-process-connection-type): Use - imap-process-connection-type for 'shell' streams as well as + * imap.el (imap-shell-open, imap-process-connection-type): + Use imap-process-connection-type for 'shell' streams as well as Kerberos, SSL, other subprocesses. 2011-03-26 Chong Yidong @@ -463,7 +504,7 @@ Handle the no-parameter case exactly as open-network-stream, with no additional stream processing. Search plists using plist-get. Explicitly add :end-of-commend parameter if it is missing. - (proto-stream-open-default): Renamed from + (proto-stream-open-default): Rename from proto-stream-open-network-only. Return 'default as the type. (proto-stream-open-starttls): Rename from proto-stream-open-network. Use plist-get. Don't return `tls' as the type if STARTTLS negotiation @@ -559,15 +600,15 @@ * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are inline. - * gnus-art.el (article-hide-list-identifiers): Use - gnus-group-get-list-identifiers. + * gnus-art.el (article-hide-list-identifiers): + Use gnus-group-get-list-identifiers. * gnus-sum.el (gnus-group-get-list-identifiers): New function. - (gnus-summary-remove-list-identifiers): Use - gnus-group-get-list-identifiers to get regexp. + (gnus-summary-remove-list-identifiers): + Use gnus-group-get-list-identifiers to get regexp. (gnus-select-newsgroup, gnus-summary-insert-subject) - (gnus-summary-insert-articles): Call - gnus-summary-remove-list-identifiers unconditionally. + (gnus-summary-insert-articles): + Call gnus-summary-remove-list-identifiers unconditionally. 2011-03-15 Lars Magne Ingebrigtsen @@ -6017,11 +6058,11 @@ case-insensitively. (nnimap-debug): Remove. - * imap.el (imap-fetch-safe): Removed function, and altered all callers - to use `imap-fetch' instead. According to the comments, this should be - safe, since all other IMAP clients use the 1:* syntax. - (imap-enable-exchange-bug-workaround): Removed. - (imap-debug): Removed -- doesn't seem very useful. + * net/imap.el (imap-fetch-safe): Remove function, and alter all + callers to use `imap-fetch' instead. According to the comments, this + should be safe, since all other IMAP clients use the 1:* syntax. + (imap-enable-exchange-bug-workaround): Remove. + (imap-debug): Remove -- doesn't seem very useful. * mail-source.el (mail-source-fetch): Don't message if we're fetching mail from a file, and the file doesn't exist. @@ -6718,8 +6759,8 @@ 2010-05-25 Stefan Monnier - * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace - Lisp calls to delete-backward-char by calls to delete-char. + * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: + Replace Lisp calls to delete-backward-char by calls to delete-char. 2010-05-20 Kevin Ryde