Update.
[elisp/gnus.git-] / ChangeLog
index 1f31d5f..ede96bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,196 @@
+1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 10.
+       (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
+       functions `x-face-mule-gnus-article-display-x-face' and
+       `smiley-buffer'.
+
+       * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
+
+       * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
+       `gnus-mule-group-startup-message'.
+       (gnus-mule-group-startup-message): Remove.
+       (gnus-mule-bitmap-image-file): Remove.
+
+       * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
+       ordinary text if the feature `smiley-mule' is provided and FSF
+       Emacs is used.
+       (TopLevel): Require `static' at the compile time.
+
+       * lisp/gnus-art.el (gnus-article-prepare-display): Bind
+       `mime-display-text/plain-hook' to nil.
+       (gnus-article-prepare-mime-display): Use `let' instead of `let*';
+       treat the next entity position as a marker.
+       (gnus-treatment-function-alist): Use `smiley-buffer' instead of
+       `gnus-smiley-display' under FSF Emacsen.
+       (gnus-treat-display-smileys): Default to t if the module
+       `smiley-mule' is installed.
+       (gnus-treat-display-xface): Default to `head' if the value of
+       `gnus-article-x-face-command' is
+       `x-face-mule-gnus-article-display-x-face'.
+       (gnus-article-x-face-command): Default to
+       `x-face-mule-gnus-article-display-x-face' if the module
+       `x-face-mule' is installed.
+       (TopLevel): Require `static' first; require `path-util'.
+
+1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 09.
+
+       * lisp/message.el (message-mode): Make
+       `message-font-lock-last-position' as buffer local.
+       (message-font-lock-keywords-2): Use
+       `message-font-lock-cited-text-matcher' instead of regexp.
+       (message-font-lock-cited-text-matcher): New function.
+       (font-lock-after-change-function): Advice to the keep last cursor
+       position in `message-font-lock-last-position' before fontifying.
+       (message-font-lock-last-position): New variable.
+       (message-font-lock-citation-name-max-column): New variable.
+       (message-font-lock-cited-text-regexp): New variable.
+       (message-font-lock-fence-close-position): New variable.
+       (message-font-lock-fence-open-position): New variable.
+       (message-font-lock-fence-close-regexp): New variable.
+       (message-font-lock-fence-open-regexp): New variables.
+
+1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+
+       * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
+       using `message-font-lock-keywords', `message-font-lock-keywords-1'
+       and `message-font-lock-keywords-2'.
+       (message-font-lock-keywords): Restruct.
+       (message-font-lock-keywords-1): New variable split from
+       `message-font-lock-keywords'.
+       (message-font-lock-keywords-2): Ditto.
+
+1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 08.
+
+       * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
+       before highlighting or hiding it.
+       (gnus-article-buttonize-signature): New function.
+       (gnus-article-highlight-signature): Don't buttonize.
+       (gnus-treatment-function-alist): Undo the last change.
+       (gnus-treat-emphasize): Default to nil.
+
+1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 07.
+       (TopLevel): Autoload "gnus-art" for the function
+       `gnus-article-show-all'.
+
+       * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
+       hidden text if the command `gnus-summary-toggle-mime' is used.
+
+       * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
+       following parts.
+       (gnus-article-highlight-signature): Work for forwarded messages.
+       (gnus-article-show-all): New function based on `article-show-all'.
+       (gnus-article-show-all-headers): Based on
+       `article-show-all-headers'.
+       (article-show-all-headers): New function to show all *HEADERS*.
+       (article-show-all): Show *ALL* literally.
+       (article-hide-signature): Work for forwarded messages.
+       (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
+       off after `gnus-treat-highlight-signature'.
+
+1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
+       against forwarded messages without MIME structure.
+       (gnus-treatment-function-alist): Move
+       'gnus-treat-decode-article-as-default-mime-charset' to the top;
+       put `gnus-treat-emphasize' off after
+       `gnus-treat-highlight-headers'.
+
+1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 05.
+
+1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
+       argument is list or not before condition.
+
+1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Work for
+       (typep "something").
+
+1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus-art.el (gnus-article-prepare-display):
+       Pass argument nil as a condition to gnus-treat-article.
+       * lisp/gnus-art.el (gnus-article-prepare-mime-display):
+       Ditto. Also, treat last part of multipart article correctly.
+
+1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 04.
+
+       * lisp/message.el (message-generate-headers): Don't insert
+       excessive newline.
+
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
+       negative number for the 2nd arg of `insert-char'.
+
+1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
+       gnus-ja instead of gnus if Japanese environment is on.
+
+1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+       (semi-gnus-developers): Remove.
+       (gnus-maintainer): Change mail address.
+       (gnus-group-startup-message): Display version string.
+
+       * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
+
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
+       version string; fix glyph position.
+
+1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
+       to previous version until problem of respooling from
+       nnimap to nnml is solved.
+       (gnus-summary-move-article): Ditto.
+
+1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
+       value is t before checking for `condition'.
+       (gnus-article-prepare-mime-display): Search for the entity children
+       if the primary type is `multipart'.
+
+1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
+       instead of signaling an error if the destination group is not
+       newly created.
+       (gnus-summary-move-article): Do nothing if the destination group
+       is not newly created.
+
+       * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
+       environment part.
+
+1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * nnfolder.el (nnfolder-possibly-change-group): Don't create an
+       active entry for the group even if it doesn't exist.
+
+1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
+
 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-version-number): Update to 6.13.2.