From: yamaoka Date: Thu, 20 Apr 2000 00:30:56 +0000 (+0000) Subject: T-gnus 6.14.2. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~120 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35dc6a7462d266573a04e92ba1282656bdcd12c4;p=elisp%2Fgnus.git- T-gnus 6.14.2. --- diff --git a/ChangeLog b/ChangeLog index 57aae35..a2bc0e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2000-04-20 Katsumi Yamaoka + + * lisp/gnus-vers.el (T-gnus): Update to 6.14.2. + (gnus-revision-number): Clear to 00. + + * README.T-gnus: Update. + + * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el, + parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el, + nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el, + mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el, + mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el, + gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el, + gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el, + gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el, + ChangeLog}: Sync up with Gnus v5.8.4. + + * lisp/fill-flowed.el: New file. + + * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4. + + * contrib/{vcard.el,one-line-cookie.diff,README}: New files. + 2000-04-14 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use diff --git a/README.T-gnus b/README.T-gnus index ec98ad5..1bf2683 100644 --- a/README.T-gnus +++ b/README.T-gnus @@ -33,6 +33,6 @@ NEWS: * T-gnus 6.14 - this is based on Pterodactyl Gnus. - The latest T-gnus is T-gnus 6.14.1 (Based on gnus-5.8.3). It requires + The latest T-gnus is T-gnus 6.14.2 (Based on Gnus 5.8.4). It requires SEMI/WEMI (1.13.5 or later), FLIM (1.13.1 or later), and APEL (10.0 or later). diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 129fe0d..74238c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 20 01:39:25 2000 Lars Magne Ingebrigtsen + + * gnus.el: Pterodactyl Gnus v5.8.4 is released. + 2000-04-19 Dave Love * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types. diff --git a/lisp/gnus-vers.el b/lisp/gnus-vers.el index f6afeea..709c672 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -31,13 +31,13 @@ (require 'product) (provide 'gnus-vers) -(defconst gnus-revision-number "18" +(defconst gnus-revision-number "00" "Revision number for this version of gnus.") ;; Product information of this gnus. (product-provide 'gnus-vers (product-define "T-gnus" nil - (list 6 14 1 + (list 6 14 2 (string-to-number gnus-revision-number)))) (defconst gnus-original-version-number "5.8.4"