X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=79453d70b716748473c75ffd75022ef9afef0ca6;hb=78ab86c6bbd1ac0c87b5497e0d48f8adc39000f2;hp=eb3ce23928567d7ea3aee890f5ac84610800d953;hpb=2b5f22627fea55312dcb96c0c00c254d531265b0;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index eb3ce23..79453d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,148 @@ +2002-02-22 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally + fix: erase the buffer before inserting (and saving) an article. + +2002-02-18 Katsumi Yamaoka + + * lisp/nnheader.el (std11-field-value): Fix regexp. + +2002-02-01 Katsumi Yamaoka + Suggested by Kenichi OKADA + + * lisp/message.el (message-save-drafts): Override + `mime-header-encode-method-alist'. + +2002-01-29 Katsumi Yamaoka + + * lisp/message.el (message-cite-prefix-regexp): Fix the regexp. + + * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New + implementation. + +2002-01-24 Katsumi Yamaoka + + * lisp/gnus-clfns.el (find-cl-run-time-functions): Insert a + newline before filling a result; ignore non-list forms. + +2002-01-24 ARISAWA Akihiro + + * lisp/gnus-sum.el (gnus-summary-show-article): If coding-system is + specified, bind `default-mime-charset' to it. + +2002-01-23 Katsumi Yamaoka + + * lisp/message.el: Require `base64' before `canlock-om' to avoid + damage to define `base64-encode-string' by MEL. + + * lisp/dgnushack.el: Load base64.el before canlock-om.el to avoid + damage to define `base64-encode-string' by MEL. + +2002-01-21 ARISAWA Akihiro + + * lisp/gnus-art.el (gnus-article-display-traditional-message): Use + `set-buffer-multibyte'. + +2002-01-21 Katsumi Yamaoka + + * lisp/gnus-vers.el: T-gnus 6.15.5 revision 02 (merged + t-gnus-6_15-quimby branch). + +2002-01-16 Katsumi Yamaoka + + * lisp/dgnushack.el: Advise `byte-compile-inline-expand' for Mule + to ignore built-in functions as Emacs 20+ does. + +2002-01-15 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-adjust-marked-articles): Fix the record + for `seen' if it looks like (seen NUM1 . NUM2). It should be + (seen (NUM1 . NUM2)). + +2002-01-15 Katsumi Yamaoka + + * lisp/nntp.el (nntp-send-buffer): Bind `mc-flag' to nil. + + * lisp/nnheader.el (mm-with-unibyte-buffer): Alias to + `nnheader-with-unibyte-buffer'. + (nnheader-with-unibyte-buffer): New macro. + +2002-01-12 Katsuhiro Hermit Endo + + * texi/gnus-ja.texi (Article Date): Update Japanese translation. + +2002-01-11 Katsumi Yamaoka + + * lisp/gnus-clfns.el (butlast): Fix a serious bug that it behaved + like `nbutlast'. Special thanks to Keiichi-san for the great + discovery. + + * lisp/gnus.el (gnus-product-variable-file-list): Add a check for + the value of `gnus-use-correct-string-widths' in the forms. + + * lisp/gnus-start.el (gnus-product-quick-file-format): Include the + value of `gnus-use-correct-string-widths' in the file form. + (gnus-product-read-variable-file-1): Check for the equality in the + value of `gnus-use-correct-string-widths' as well. + +2002-01-10 Katsumi Yamaoka + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 11 in + order to force update cached format specs. + + * lisp/gnus-spec.el (gnus-use-correct-string-widths): Default to t. + +2002-01-10 TSUCHIYA Masatoshi + + * lisp/nnshimbun.el: Adopt for old Gnusae. + +2002-01-10 Katsumi Yamaoka + + * lisp/message.el (message-strip-forbidden-properties): Don't + strip properties when the invisible MIME part is inserted. + + * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position + point to the top. + +2002-01-05 Lars Magne Ingebrigtsen + + * etc/gnus/oort.xface (X-Face): Oort X-Face from + Raymond Scholz . + +2002-01-09 Katsumi Yamaoka + + * lisp/lpath.el: Fbind `coding-system-to-mime-charset' for Mule 2. + + * lisp/nnheader.el (std11-fold-region): New function copied from + `rfc2047-fold-region'. + (std11-fold-field): Use it. + 2002-01-09 Katsumi Yamaoka * lisp/gnus.el: Don't autoload "gnus-bitmap". - * lisp/gnus-sum.el (gnus-summary-toggle-smiley): Replace - `gnus-smiley-display' with `gnus-article-smiley-display'. + * lisp/gnus-ems.el: Autoload "smiley-mule" if running Emacs + version is less than 21. - * lisp/gnus-art.el (gnus-article-smiley-display): Re-implement to - integrate smiley functions for various Emacsen. - (gnus-treatment-function-alist): Always use - `gnus-article-smiley-display' for `gnus-treat-display-smileys'. + * lisp/gnus-art.el (gnus-article-smiley-display): Remove. + (gnus-treat-smiley): Reload "smiley-ems" or "smiley-mule" if + needed. (gnus-treat-display-smileys): Use `gnus-image-type-available-p'. (gnus-article-smiley-mule-loaded-p): New internal variable. (gnus-article-should-use-smiley-mule): New user option. +2002-01-09 TSUCHIYA Masatoshi + + * lisp/nneething.el (nneething-mime-extensions): New variable. + (nneething-request-article): Refer it. + + * lisp/nnheader.el (mm-detect-coding-region): Alias to + `nnheader-detect-coding-region'. + (nnheader-detect-coding-region): New function. + (mm-detect-mime-charset-region): Alias to + `nnheader-detect-mime-charset-region'. + (nnheader-detect-mime-charset-region) New function. + 2002-01-08 TSUCHIYA Masatoshi * texi/gnus-ja.texi (Web Newspaper): Update the document of @@ -23,6 +153,12 @@ * lisp/gnus-art.el (article-toggle-headers): Expose headers even if there is a boundary line. + * lisp/nntp.el (nntp-send-buffer): Don't use + `mm-with-unibyte-current-buffer'. Use expanded form instead. + + * lisp/gnus-art.el (gnus-treatment-function-alist): Move X-Face + stuff down after unfolding stuff. + 2002-01-08 TSUCHIYA Masatoshi * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Reimplemented. @@ -59,6 +195,15 @@ 2002-01-07 Katsumi Yamaoka + * lisp/gnus-vers.el: T-gnus 6.15.5 revision 00. + +2002-01-02 ShengHuo ZHU + + * etc/gnus/describe-group.xpm: Set pixels of first line to + background color. A bug in Emacs? + +2002-01-07 Katsumi Yamaoka + * lisp/gnus-vers.el (gnus-revision-number): Increment to 10. * lisp/gnus-picon.el: Require `mail-parse'.