X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f305cb0f75ddd38a970095ab5c10d5e07e35ab0d;hb=3b9ce06e764d1fadc86bd37160a73b7900b4c2f9;hp=23b5839d58d155debf5122828dd04216db349119;hpb=5dde5259e79f4c31d003fd412dc3ac53ed4302fc;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 23b5839..f305cb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2005-01-02 Romain Francoise + + * GNUS-NEWS: Generated. + +2004-12-26 Katsumi Yamaoka + + * GNUS-NEWS: Generated. + +2004-12-26 Katsumi Yamaoka + + * lisp/nnrss.el: Require nnheader instead of mm-util, mime-parse + instead of rfc2231; require eword-encode, mime-edit and mime-view; + reload nnheader when compiling to override mm-util macros. + (nnrss-file-coding-system): New variable. + (nnrss-format-string): Redefine it as an inline function. + (nnrss-decode-group-name): New function. + (nnrss-string-as-multibyte): Remove. + (nnrss-retrieve-headers): Decode group name; don't use + nnrss-format-string. + (nnrss-request-group): Decode group name. + (nnrss-body-presentation-method): New function. + (nnrss-request-article): Decode group name; allow a Message-ID as + well as an article number; encode group name; don't use + nnrss-format-string; replace whitespace with _ in Message-ID; use + nnrss-body-presentation-method and mime-edit-translate-body to + compose a MIME article. + (nnrss-request-expire-articles): Decode group name. + (nnrss-request-delete-group): Decode group name. + (nnrss-fetch): Clarify error message. + (nnrss-read-server-data): Use insert-file-contents instead of load; + bind file-name-coding-system; use multibyte buffer. + (nnrss-save-server-data): Bind coding-system-for-write to the + value of nnrss-file-coding-system; bind file-name-coding-system; + add coding cookie. + (nnrss-read-group-data): Use insert-file-contents instead of load; + bind file-name-coding-system; use multibyte buffer. + (nnrss-save-group-data): Bind coding-system-for-write to the + value of nnrss-file-coding-system; bind file-name-coding-system. + (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string; + make it work with non-ASCII text. + (nnrss-snarf-moreover-categories): Use mime-decode-parameters + instead of rfc2231-decode-encoded-string. + (nnrss-find-el): Make it work with old xml.el as well. + +2004-12-26 Tsuyoshi AKIHO + + * lisp/nnrss.el (nnrss-get-encoding): New function. + (nnrss-fetch): Use unibyte buffer initially; bind + coding-system-for-read while performing mm-url-insert; remove ^Ms; + decode contents according to the encoding attribute. + (nnrss-save-group-data): Add coding cookie. + (nnrss-mime-encode-string): New function. + (nnrss-check-group): Use it to encode subject and author. + +2004-12-23 Katsumi Yamaoka + + * texi/infohack.el (infohack-texi-format): Revert. + +2004-12-22 Katsumi Yamaoka + + * texi/infohack.el (infohack-texi-format): Bind undo-outer-limit. + +2004-12-21 Katsumi Yamaoka + + * lisp/nnheader.el (mm-emacs-mule): New variable. + (mm-encode-coding-region): New function. + (mm-decode-coding-region): New function. + (mm-set-buffer-file-coding-system): New function. + (mm-with-multibyte-buffer): New macro. + +2004-12-20 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-dont-compile-files): Exclude mm-url.el. + + * lisp/mm-url.el: Require nnheader instead of mm-util. + + * lisp/nnheader.el (mm-char-or-char-int-p): New function. + 2004-12-06 Reiner Steib * GNUS-NEWS: Generated.