From: yamaoka Date: Tue, 27 Feb 2001 05:44:21 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_15_0-09-quimby~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c6189428587559c8b8d31004c7f7d9433897d8c7;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index bb89733..57ba43e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2001-02-27 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-summary-show-article): Bind + `gnus-inhibit-treatment' to t while fetching the raw article. + + * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind + `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit' + is being done; turn off font-lock first; query if the buffer is + modified. + (gnus-article-mime-edit-done): New function. + (gnus-article-mime-edit-article-setup): Make the window fill its + frame; clear the buffere modified flag; substitute key definition + `gnus-article-edit-done' with `gnus-article-mime-edit-done'; don't + turn off font-lock here; bind `mime-edit-insert-user-agent-field' + to nil while `mime-edit-exit' is being done. + (gnus-article-mime-edit-article-unwind): Turn off font-lock first. + 2001-02-23 Katsumi Yamaoka * lisp/dgnushack.el: Don't require `emu'.