Update.
[elisp/gnus.git-] / ChangeLog
index f31f4e7..8cd582b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,121 @@
+1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/pop3.el: Add description about STLS extension; add autoload
+       setting for `starttls-open-stream' and `starttls-negotiate'.
+       (pop3-stls): New function.
+       (pop3-open-tls-stream): New function.
+       (pop3-open-server): Use `pop3-open-tls-stream' if
+       'pop3-connection-type' is bound to `tls'.
+
+1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/imap.el: Add autoload setting for `starttls-open-stream'
+       and `starttls-negotiate'.
+       (imap-stream-alist): Add TLS entry.
+       (imap-tls-p): New function.
+       (imap-tls-open): New function.
+       (imap-ssl-open): Enclose `open-ssl-stream' with
+       `as-binary-process'.
+
+1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+       (gnus-select-method): Use `condition-case' instead of
+       `ignore-errors'.
+
+       * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
+       level.
+
+       * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
+       `coding' and `noerror' for the stopgaps.
+
+       * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
+       `coding' and `noerror'.
+       (function-max-args): Maybe-fbind for FSF Emacsen.
+
+       * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
+       as `binary' if possible.
+       (imap-log): Default to nil (synched with pgnus 0.99).
+       (base64-decode-string): Autoload "mel" instead of "base64".
+       (md5): Autoload "md5" without `eval-and-compile'.
+
+       * lisp/gnus-util.el (copy-list): New function defined by
+       `defun-maybe'.
+
+       * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
+       the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
+
+       * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
+       instead of `ignore-errors'.
+
+       * lisp/gnus-picon.el: Require `cl'.
+
+       * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
+       gnus-offline.el} (cl): Enclose the requiring procedure with
+       `eval-when-compile'.
+
+       * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
+       procedure with `eval-when-compile' instead of `eval-and-compile'.
+
+1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
+       Use mail-sources instead of nnmail-spool-file.
+       From: Toshiaki -PCX- Tanaka.
+
+1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-group-startup-message): Insert space before
+       "based on".
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
+
+1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
+       (gnus-revision-number): Clear to 00.
+
+       * README.T-gnus: Update.
+
+       * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
+       mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
+       message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
+       gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
+       gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
+       ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
+
+       * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
+
+       * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
+       translation.
+
+       * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
+
+1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
+
+       * lisp/gnus-draft.el (gnus-draft-edit-message): Use
+       `message-save-drafts' instead of `set-buffer-modified-p' and
+       `save-buffer'.
+       * lisp/message.el (message-save-drafts): Insert In-Reply-To header
+       because the reply data is lost in Drafts.
+       * lisp/gnus-art.el (gnus-signature-face): Don't check
+       window-system type.
+
 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
 
        * lisp/pop3.el (pop3-progress-message): New function.
        (pop3-movemail): Use it.
 
+1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
+       `gnus-following-method'.
+
+       * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
+       wide reply as a mail if the message is not a news; use the macro
+       `gnus-setup-message'.
+
+       * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
+
 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-revision-number): Increment to 14.