Update.
[elisp/gnus.git-] / ChangeLog
index 5ce56b3..d3ebf96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+1999-05-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 15.
+
+       * texi/gnus.texi (Customizing Articles): Abolish the treatment
+       variable `nomime' and rename
+       `gnus-treat-decode-message-body-as-default-mime-charset' with
+       `gnus-treat-decode-article-as-default-mime-charset'.
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Abolish the treatment
+       variable `nomime'.
+       (gnus-article-prepare-mime-display): Call `gnus-treat-article' with
+       the 1st arg t for treating if the part is not the last one.
+       (gnus-article-decode-article-as-default-mime-charset): Renamed from
+       `gnus-article-decode-message-body-as-default-mime-charset'; Don't
+       work if `gnus-show-mime' is non-nil.
+       (gnus-treat-decode-article-as-default-mime-charset): Renamed from
+       `gnus-treat-decode-message-body-as-default-mime-charset'; add
+       choice item for decoding the whole article.
+
+1999-05-28  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
+
+       * lisp/message.el (message-header-hook): Pass optional argument
+       code-conversion.
+
+1999-05-26  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 14.
+
+       * lisp/gnus-art.el (gnus-article-prepare-display): Narrow to
+       header with trailing newline instead of the use of
+       `std11-narrow-to-header'.
+       (article-date-ut): Use `text-property-any' instead of
+       `next-single-property-change'.
+       (article-toggle-headers): Use `text-property-any' and
+       `text-property-not-all' instead of `get-text-property' or
+       `next-single-property-change'; use `gnus-hidden-properties' instead
+       of the property `invisible' with the function `add-text-properties'
+       or `remove-text-properties'; use `article-hide-headers' instead of
+       `gnus-article-maybe-hide-headers'; re-display X-Face image under
+       XEmacs after sorting fields.
+
 1999-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-revision-number): Increment to 13.