Update.
[elisp/gnus.git-] / ChangeLog
index fd4d540..c48b22f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,195 @@
+1999-05-19  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 09.
+
+       * lisp/gnus-art.el (article-date-ut): Keep the original X-Sent
+       field, fix the position of the converted date to be displayed,
+       etc.
+
+1999-05-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 08.
+
+       * lisp/gnus-art.el (gnus-article-prepare-display): Undo the last
+       change - don't call `gnus-treat-article'.
+
+1999-05-17  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 07.
+
+       * lisp/gnus-art.el (gnus-article-prepare-display): Call
+       `gnus-treat-article'.
+
+1999-05-17   Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
+
+       * lisp/gnus-art.el (article-date-ut): Always detete the last
+       newline of any old Date fields.
+
+1999-05-17   Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
+            Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/mail-source.el (mail-source-keyword-map): New keyword
+       :connection for pop. It is introduced to enable SSL connection.
+       (mail-source-fetch-pop): Use it to bind `pop3-connection-type'.
+
+       * lisp/pop3.el : Add an autoload for `open-ssl-stream' defined in
+       `ssl'.
+       (pop3-connection-type, pop3-ssl-program-arguments): New variables.
+       (pop3-open-ssl-stream-1, pop3-open-ssl-stream): New functions.
+       (pop3-open-server): Call the latter when `pop3-connection-type' is
+       ssl.
+
+1999-05-17  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 05.
+       (TopLevel): Remove autoloads for `gnus-picons-display-x-face' and
+       `gnus-picons-article-display-x-face'.
+
+1999-05-16  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
+
+       * texi/gnusref-ja.tex (subsec Notes): Complete words.
+       (sec GroupMode): Translate description of "P".
+
+1999-05-15  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
+
+       * texi/gnusref-ja.tex: Undo the last change.
+
+1999-05-15  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
+
+       * texi/gnusref-ja.tex: Fix typo.
+
+1999-05-14  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 04.
+
+       * lisp/*.el: Undo all of the last changes.
+
+1999-05-13  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+
+       * lisp/nnsoup.el (nnsoup-store-reply): Use `forward-char' instead
+       of `backward-char'.
+       * lisp/message.el (message-send-news-with-gnus,
+       message-send-mail-with-smtp, message-send-mail-with-qmail,
+       message-send-mail-with-sendmail): Ditto.
+       * lisp/gnus-picon.el (gnus-group-display-picons): Ditto.
+
+       * lisp/nnsoup.el (nnsoup-store-reply): Use `(bolp)' instead of
+       `(= (preceding-char) ?\n)'.
+       * lisp/message.el (message-send-news, message-send-mail): Ditto.
+
+       * lisp/gnus-sum.el (gnus-summary-reparent-thread): Use
+       `(end-of-line 0)' to go to the end of the previous line.
+
+       * lisp/nnmail.el (nnmail-decode-status): Don't use regexp search.
+       * lisp/message.el (message-next-header, message-remove-header):
+       Ditto.
+       * lisp/gnus-art.el (gnus-article-add-buttons-to-head,
+       gnus-article-highlight-headers, gnus-article-hide-header,
+       article-hide-boring-headers, article-hide-headers): Ditto.
+
+       * lisp/nntp.el (nntp-snarf-error-message, nntp-read-server-type):
+       Use `buffer-substring' instead of `buffer-string'.
+       * lisp/nnspool.el (nnspool-inews-sentinel): Ditto.
+       * lisp/message.el (message-wash-subject, message-reply,
+       message-make-from, message-make-organization): Ditto.
+       * lisp/md5.el (md5): Ditto.
+       * lisp/mail-source.el (mail-source-movemail): Ditto.
+       * lisp/gnus.el (gnus-getenv-nntpserver): Ditto.
+       * lisp/gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
+       * lisp/gnus-util.el (gnus-mode-string-quote): Ditto.
+       * lisp/gnus-sum.el (gnus-summary-edit-article-done,
+       gnus-simplify-subject-fuzzy): Ditto.
+       * lisp/gnus-spec.el (gnus-parse-simple-format): Ditto.
+       * lisp/gnus-picon.el (gnus-picons-make-glyph): Ditto.
+       * lisp/gnus-msg.el (gnus-copy-article-buffer): Ditto.
+       * lisp/gnus-mh.el (gnus-summary-save-in-folder): Ditto.
+       * lisp/gnus-kill.el (gnus-kill-file-apply-buffer): Ditto.
+       * lisp/gnus-art.el (gnus-article-mime-edit-exit,
+       gnus-article-edit-exit): Ditto.
+       * lisp/format-spec.el (format-spec): Ditto.
+       * lisp/dgnushack.el (dgnushack-make-package): Ditto.
+       * lisp/base64.el (base64-decode, base64-encode,
+       base64-run-command-on-region): Ditto.
+
+1999-05-13  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Don't specify
+       the authentication scheme if `password' is selected.
+
+1999-05-06  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * texi/gnus-ja.texi: (gnus-summary-enter-digest-group): Change the
+       key assignment "C-d" into "A D".
+       (Article treatment): Document the new variable
+       `gnus-article-date-lapsed-new-header'.
+
+       * lisp/mail-source.el: Use the original source without any changes.
+
+       * lisp/gnus-art.el (article-hide-headers): To work toggle hiding.
+
+       * README.T-gnus: Update what is the latest T-gnus.
+
+1999-05-04  Tatsuya Ichikawa   <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.064.
+       (gnus-revision-number): Fresh start from 00.
+
+       * Sync up with Pterodactyl Gnus v0.84.
+
+1999-04-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+
+       * lisp/gnus-vm.el (gnus-summary-save-in-vm): Use
+       `vm-read-file-name' instead of `read-file-name'. This allows to use
+       the optional sixth argument HISTORY for the various environments.
+       (gnus-summary-save-article-vm): Ditto.
+       (TopLevel): Autoload "vm" for the function `vm-read-file-name'.
+
+1999-04-27  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/gnus-vm.el (gnus-summary-save-in-vm): To read the name of
+       FOLDER in the way of VM; give the value of `gnus-current-article'
+       to the function `gnus-summary-select-article' if it is called non
+       interactively.
+       (gnus-summary-save-article-vm): Accept the optional 2nd arg FOLDER.
+       If it is called interactively the name of FOLDER is read from the
+       minibuffer; bind `mime-display-header-hook',
+       `mime-display-text/plain-hook', `mime-text-decode-hook',
+       `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
+       when the function `gnus-summary-save-article' is called.
+       (gnus-summary-save-article-vm-count,
+       gnus-summary-save-article-vm-folder): New internal variables.
+       (gnus-vm-make-folder): Bind `mime-display-header-hook',
+       `mime-display-text/plain-hook', `mime-text-decode-hook',
+       `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
+       when the function `vm-mode' is called.
+       (vm-use-toolbar, vm-primary-inbox, vm-folder-history,
+       vm-folder-directory): Define variables for avoiding byte compile
+       warning.
+       (gnus-vm-inhibit-window-system): Abolish variable; don't require
+       `win-vm'.
+       (TopLevel): Don't autoload "vm" for the functions
+       `vm-forward-message', `vm-reply' or `vm-mail'; don't require
+       `sendmail', `message', `gnus' or `gnus-msg' but `gnus-art'.
+
+1999-04-20  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * lisp/pop3.el (pop3-munge-message-separator): Don't put the
+       Content-Length field break into the other fields.
+
 1999-04-18  Sin'ya Kanematsu <ksinya@quartz.ocn.ne.jp>
 
        * texi/gnus-ja.texi: Fix typo - `gnus-auto-expirable-newgroups' ->