X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=58c2c5820e00a261620ef912d8b039b655cac694;hb=b0eccd76f35ef80c3ad13f09e588d49358e9c22a;hp=2fb550fe819548e8554b1efae78e607dfa0a1737;hpb=e9a458f0f737829c8c43ed1cbd4b4dcf0f833852;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2fb550fe8..58c2c5820 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,44 @@ +2010-10-14 Andrew Cohen + + * gnus-sum.el (gnus-summary-refer-thread): Implement a version that + uses *-request-thread. + +2010-10-14 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-open-connection): Remove %s from openssl + incantation, which is no longer valid. + +2010-10-14 Julien Danjou + + * shr.el: Fix defcustom type (char -> character). + +2010-10-14 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-open-connection): tls-program should be a list of + programs. + +2010-10-14 Julien Danjou + + * shr.el (shr-tag-a): Use url-link as widget type. + + * gnus-group.el (gnus-group-insert-group-line): Fix group argument to + `gnus-group-get-icon'. + 2010-10-13 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-close-server): Forget the nnimap data on close. + This should make server editing work better. + + * shr.el (shr-find-fill-point): Don't inloop on indented text. + + * tls.el (tls-program): Remove spurious %s from openssl. + + * nnimap.el (nnimap-open-connection): Fix open-tls-stream call. + (nnimap-parse-flags): Fix regexp. + + * shr.el (shr-find-fill-point): Use a filling algorithm that should + probably work for CJVK text, too. + * nnimap.el (nnimap-extend-tls-programs): Removed. (nnimap-open-connection): Bind STARTTLS to openssl explicitly.