From: keiichi Date: Wed, 4 Nov 1998 01:18:22 +0000 (+0000) Subject: Sync up with Chao-gnus 6.12. X-Git-Tag: keiichi-199811302358~36 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4a3bb55ff8630e57bd7af1b7dc6d905929a02e52;p=elisp%2Fgnus.git- Sync up with Chao-gnus 6.12. --- diff --git a/ChangeLog b/ChangeLog index 8ccbe31..98da42e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +1998-11-04 Keiichi Suzuki + + * Sync up with Chao-gnus 6.12. + +1998-10-31 MORIOKA Tomohiko + + * lisp/gnus.el (gnus-version-number): Update to 6.12.2. + (gnus-version): Modify for SEMI 1.11. + + * lisp/gnus-draft.el (gnus-draft-decoding-function): Use + `mime-edit-decode-message-in-buffer' instead of + `mime-edit-decode-buffer'. + 1998-11-02 Keiichi Suzuki * lisp/gnus-bbdb.el (gnus-bbdb/canonicalize-full-name-methods): diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el index a0f2df9..9cbf51c 100644 --- a/lisp/gnus-draft.el +++ b/lisp/gnus-draft.el @@ -184,10 +184,7 @@ ;;; Utility functions (defcustom gnus-draft-decoding-function - (function - (lambda () - (mime-edit-decode-buffer nil) - (mime-decode-header-in-buffer))) + #'mime-edit-decode-message-in-buffer "*Function called to decode the message from network representation." :group 'gnus-agent :type 'function) diff --git a/lisp/gnus.el b/lisp/gnus.el index a2eab16..b081c76 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -257,7 +257,7 @@ is restarted, and sometimes reloaded." "Version number for this version of gnus.") (defconst gnus-version - (format "%s %s (based on Gnus 5.6.44; for SEMI 1.10, FLIM 1.12)" + (format "%s %s (based on Gnus 5.6.44; for SEMI 1.11, FLIM 1.12)" gnus-product-name gnus-version-number) "Version string for this version of gnus.")