X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=debff1a686f21a820f2b81c6ab1722fb6abf6531;hb=ccfe44e024d6b9180b9c23e9e6f93c7d572c9147;hp=1f71b71296465660230ce3abddb6f21470d6a59c;hpb=ef68476ec5f470b95790534317d050ee982b8808;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f71b7129..debff1a68 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,59 @@ +2008-10-31 Teodor Zlatanov + + * ietf-drums.el (ietf-drums-remove-comments): Localize second + condition-case to only the forward-sexp call. + +2008-10-31 Teodor Zlatanov + + * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single + quotes contained. Make it more robust regardless by an extra + condition-case wrapper. + +2008-10-03 Katsumi Yamaoka + + * lpath.el: No need to fbind codepage-setup for Emacs 23. + +2008-10-03 Katsumi Yamaoka + + * nnml.el (nnml-request-expire-articles): Check if the function set to + `nnmail-expiry-target' returns the symbol `delete'. + + * nnfolder.el (nnfolder-request-expire-articles): Ditto. + + * nnmail.el (nnmail-expiry-target): Fix custom type. + +2008-10-02 Glenn Morris + + * mm-util.el (mm-codepage-setup): Tweak codepage error. + Silence compiler warning. + +2008-10-01 Magnus Henoch + + * tls.el (open-tls-stream): Show the actual command being + executed, instead of the format string. + +2008-10-01 Katsumi Yamaoka + + * lpath.el: Fbind codepage-setup for Emacs 23. + +2008-09-30 Chong Yidong + + * mml.el (mml-menu): Don't assume mml2015 is bound. + +2008-09-29 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Check if summary window + exists. + +2008-09-27 Glenn Morris + + * gnus-util.el (mail-header-remove-comments): Autoload it. + +2008-09-27 Andreas Schwab + + * gnus-util.el (gnus-split-references): Strip comments. + (gnus-parent-id): Likewise. + 2008-09-26 Reiner Steib * message.el (message-confirm-send): Fix version. @@ -49,6 +105,24 @@ summary line gnus-number property and ignore them (with a warning message). +2008-09-10 Katsumi Yamaoka + + * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler + macro caddr in the interactive form since it won't be expanded. + +2008-09-09 Katsumi Yamaoka + + * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument + `charset'; fix name of function called recursively. + (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset. + +2008-09-09 Katsumi Yamaoka + + * gnus-art.el (gnus-mime-strip-charset-parameters): Remove. + (gnus-mime-set-charset-parameters): New function. + (gnus-mime-view-part-as-charset): Use it to correctly display part + specifying wrong charset. + 2008-09-08 David Engster * nnmairix.el (nnmairix-create-server-and-default-group): Require match @@ -8942,7 +9016,7 @@ * gnus-art.el (gnus-mime-inline-part): Decode parts according to the coding cookies; decompress compressed parts. - * mml.el (mml-generate-mime-1): Add the charaset parameter according + * mml.el (mml-generate-mime-1): Add the charset parameter according to the value which a user specified manually or the coding cookie. * mm-util.el (mm-string-to-multibyte): New function.