From: yamaoka Date: Fri, 19 Nov 1999 13:18:35 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_13_3-01 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0f00ab200ebec8ade4afba87754cc22b8963423c;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index b6e4068..96cafd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +1999-11-19 Katsumi Yamaoka + + * 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 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache): diff --git a/README.T-gnus b/README.T-gnus index 6a109a0..00066d5 100644 --- a/README.T-gnus +++ b/README.T-gnus @@ -33,6 +33,6 @@ NEWS: * T-gnus 6.13 - this is based on Pterodactyl Gnus. - The latest T-gnus is T-gnus 6.13.1 (Based on pgnus-0.98). It requires + The latest T-gnus is T-gnus 6.13.3 (Based on pgnus-0.98). It requires SEMI/WEMI (1.13.5 or later), FLIM (1.13.1 or later), and APEL (9.20 or later).