X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=4229f344ab21bea2e227f3e35ddb349fe75da980;hb=8b1bba204e26c22f048d95cf45c8f3b260d6c3aa;hp=03427fe36b31594adbb8faca2b770efaeaae75b0;hpb=677491094aa901592a00e4c3c637591530e2ce4c;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03427fe36..4229f344a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,32 @@ +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.