X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=4229f344ab21bea2e227f3e35ddb349fe75da980;hb=8b1bba204e26c22f048d95cf45c8f3b260d6c3aa;hp=a9ea5801ad3e1136083fe832b495ac7d3ba95130;hpb=01cb7ef7561d9649ff967dd4b9c696083a59ad53;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9ea5801a..4229f344a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,120 @@ +2011-11-01 Teodor Zlatanov + + * 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. + +2011-10-31 Teodor Zlatanov + + * gnus-sync.el: Improve docs about CouchDB admins. + + * 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. + + * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar. + * nnir.el: Ditto. + * nnmairix.el: Ditto. + + * gnus-registry.el (gnus-registry-enabled): Default to nil. + +2011-10-29 Teodor Zlatanov + + * 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. + +2011-10-27 Teodor Zlatanov + + * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support. + + * gnus-sync.el: Add LeSync synchronization backend and logic to read + and save against it. Group subscriptions, read marks, other marks, + subscription levels, topic names, and topic offsets (the group's + position within the topic) are saved. This is an experimental backend + and may change significantly. Load json.el from the gnus-fallback-lib + if it's not available otherwise. + (gnus-sync-save): Don't use `apply-partially' because of XEmacs. + +2011-10-26 Stefan Monnier + + * message.el (message-completion-function): Make sure + message-tab-body-function is not attempted if one of + message-completion-alist fails to find a completion (bug#9158). + +2011-10-26 Daiki Ueno + + * mml.el (mml-quote-region): Quote <#secure> tag. + (mml-generate-mime-1): Unquote <#secure> tag. + +2011-10-20 Chong Yidong + + * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, + calling a minor mode from Lisp with nil arg enables it, so we have to + make the wording a bit ambiguous here). + +2011-10-18 Teodor Zlatanov + + * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility. + * nnir.el (nnir-mode): Use it. + * nnmairix.el (nnmairix-determine-original-group-from-registry): + Use it. + + * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy. + * nnmairix.el (gnus-registry-enabled): Ditto. + +2011-10-17 Dave Abrahams (tiny change) + + * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691) + (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask + only while we need to find out if it should be t or nil. + (gnus-registry-initialize): Don't set `gnus-registry-install' to t. + (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when + the registry is installed. Set it to nil when it's unloaded. + (gnus-registry-install-p): Provide user guidance for the initial value + of `gnus-registry-install' when it's 'ask, otherwise return its value. + * nnregistry.el (nnregistry-open-server, nnregistry-server-opened): + Use `gnus-registry-enabled' instead of `gnus-registry-install'. + * nnmairix.el (nnmairix-determine-original-group-from-registry): + Use `gnus-registry-enabled' instead of `gnus-registry-install'. + * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of + `gnus-registry-install'. + +2011-10-17 Daiki Ueno + + * mml2015.el (mml2015-epg-find-usable-key): Add comment about the + previous change. + * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the + primary key is marked as disabled. + +2011-10-17 Christian von Roques (tiny change) + + * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the + primary key is marked as disabled. + +2011-10-11 Andreas Schwab + + * html2text.el (html2text-clean-anchor): Check for quotes around + `href' value. + +2011-10-11 Teodor Zlatanov + + * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when + searching. Drop `bbdb-cache'. + +2011-10-11 Katsumi Yamaoka + + * message.el (message-signed-or-encrypted-p): Exclude header when + checking if there is signed or encrypted body in text/plain message. + +2011-10-09 Andreas Schwab + + * html2text.el (html2text-get-attr): Correctly handle attribute values + containing "=". + 2011-09-22 Kan-Ru Chen * ecomplete.el (ecomplete-display-matches): Use a local keymap to @@ -14003,13 +14120,11 @@ (mml-secure-cache-passphrase): New user option. (mml-secure-passphrase-cache-expiry): New user option. -2006-07-24 Daiki Ueno - - * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 - letters from the end. Thanks to "David Smith" and - andreas@altroot.de (Andreas Vögele). +2006-07-24 David Smith (tiny change) + Andreas Vögele (tiny change) - FIXME: Use `tiny change'? + * pgg-def.el (pgg-truncate-key-identifier): + Truncate the key ID to 8 letters from the end. 2006-07-19 Andreas Seltenreich @@ -19704,7 +19819,7 @@ gnus-requst-update-info with explicit code to sync the in-memory info read flags with the marks being sync'd to the backend. - *gnus-util.el (gnus-pp): Add optional stream to match pp API. + * gnus-util.el (gnus-pp): Add optional stream to match pp API. 2004-09-28 Teodor Zlatanov @@ -20974,7 +21089,7 @@ * dns.el (dns-read-type): Add support for SVR. (small patch) -2004-05-20 Teodor Zlatanov +2004-05-20 Adam Sjøgren * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program) (spam-crm114-header, spam-crm114-spam-switch) @@ -20991,7 +21106,8 @@ (spam-crm114-unregister-spam-routine) (spam-crm114-register-ham-routine) (spam-crm114-unregister-ham-routine): Add CRM114 support. - From asjo@koldfront.dk (Adam Sjøgren). + +2004-05-20 Teodor Zlatanov * gnus.el: Add spam-use-crm114. @@ -21135,10 +21251,13 @@ 2004-05-18 Reiner Steib + * gnus-picon.el (gnus-picon-insert-glyph): + Add optional `nostring' argument. + +2004-05-18 Jesper Harder + * gnus-picon.el (gnus-picon-style): New variable. - (gnus-picon-insert-glyph): Add optional `nostring' argument. (gnus-picon-transform-address): Support `gnus-picon-style'. - From Jesper Harder . 2004-05-18 Lars Magne Ingebrigtsen @@ -21407,13 +21526,10 @@ * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage. Use mapc when appropriate. -2004-04-22 Teodor Zlatanov - - FIXME: Make separate entries for each person. - - From Dan Christensen , asjo@koldfront.dk (Adam - Sjøgren), Wes Hardaker , and Michael Shields - : +2004-04-22 Dan Christensen + Adam Sjøgren + Wes Hardaker + Michael Shields * spam.el (spam-necessary-extra-headers): Get the extra headers we may need for spam sorting and scoring.