From: yamaoka Date: Fri, 3 Dec 1999 12:32:20 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_13-last- X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Ft-gnus-6_13_4-01;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 78337e5..ace1615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 1999-12-03 Hirokazu FUKUI Katsumi Yamaoka + * lisp/gnus.el (gnus-revision-number): Increment to 01. + + * lisp/dgnushack.el (char-before): Use compiler macro instead of + byte-optimizer. + (char-after): Comment out the byte-optimization. + * imap.el (imap-base64-encode-string, imap-base64-decode-string): New functions. They are identical to the built-in codec if possible, otherwise the functions defined in mel are used.