X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c6fe76b225b725ed1ca67f449fd1c2862f3594d3;hb=c9330935597c0ad76aab3ca57713a609ba423bed;hp=a11237c35dfb4c0ad9e53fac1dc4ff0ae9964772;hpb=776985840f863a95b789eee32770d666c7651f6c;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index a11237c..c6fe76b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,181 @@ +2005-01-16 Katsumi Yamaoka + + * lisp/message.el (invisible-region): Don't advise it when + noninteractive. + +2005-01-11 Katsumi Yamaoka + + * lisp/gnus.el (gnus-user-agent): Default to + `(emacs gnus mime config mule)'. + + * lisp/gnus-vers.el (gnus-extended-version): Include SEMI, FLIM + and APEL versions. + + * lisp/gnus-util.el (gnus-emacs-version): Include Mule and Meadow + versions. + + * lisp/gnus-msg.el (gnus-message-make-user-agent): Invalidate + optional the 1st arg. + +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. + +2004-11-14 Katsumi Yamaoka + + * lisp/encrypt.el: Bind password-cache-expiry when compiling. + +2004-10-29 Katsumi Yamaoka + + * lisp/gnus-spec.el (gnus-search-or-regist-spec): Manage the flag + which indicates whether the spec is updated; simplify the form. + (gnus-update-format-specifications): Correct the way to detect + whether specs are updated. + +2004-10-18 Katsumi Yamaoka + + * lisp/encrypt.el: Autoload password-read-and-add and + password-cache-remove. + +2004-10-15 Katsumi Yamaoka + + * lisp/mml-smime.el: Don't care even if there's no smime.el. + +2004-09-30 Simon Josefsson + + * Makefile.in (GNUS-NEWS): Depend on texi/gnus-news.texi. + + * GNUS-NEWS: Generated. + +2004-09-30 Katsumi Yamaoka + + * lisp/gnus-encrypt.el: Bind password-cache-expiry when compiling. + +2004-09-29 Simon Josefsson + + * GNUS-NEWS: Generated. + + * Makefile.in (GNUS-NEWS): Add. + +2004-09-15 Katsumi Yamaoka + + * lisp/gnus-encrypt.el: Autoload password-read-and-add and + password-cache-remove. + +2004-09-11 Simon Josefsson + + * GNUS-NEWS: Generated. + +2004-09-02 Reiner Steib + + * etc/.cvsignore: Remove unused. + +2004-09-01 Katsumi Yamaoka + + * texi/gnus-ja.texi: Uncomment the @copying section. + * texi/message-ja.texi: Ditto. + +2004-09-01 Katsumi Yamaoka + + * texi/gnus-ja.texi: Comment the @copying section temporarily. + * texi/message-ja.texi: Ditto. + +2004-08-27 Katsumi Yamaoka + + * lisp/gnus.el: Don't autoload x-face-e21. + + * lisp/gnus-art.el (gnus-article-x-face-command): Discard + x-face-e21. + (gnus-article-x-face-command): Ditto. + (gnus-treat-display-x-face): Ditto. + (gnus-treat-display-face): Ditto. + +2004-08-02 TAKAHASHI Kaoru + + * texi/ptexinfmt.el (slanted): Rename @s to @slanted. + 2004-07-29 KOSEKI Yoshinori - * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix normalization - of dir (remove drive letter). + * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix + normalization of dir (remove drive letter). 2004-07-20 TAKAHASHI Kaoru