From: okada Date: Sun, 16 Apr 2000 12:51:28 +0000 (+0000) Subject: * SLIM: Version 1.13.7 released. X-Git-Tag: slim-1_13_7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3289614859eb6669c1060077286b2842dd58315c;hp=8056c23b690671924fb9d3912071e4e70e38e0f0;p=elisp%2Fflim.git * SLIM: Version 1.13.7 released. * mime-def.el (mime-library-product): Up. --- diff --git a/ChangeLog b/ChangeLog index f0b75ac..2b54d78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-04-16 Kenichi OKADA + * SLIM: Version 1.13.7 released. + * mime-def.el (mime-library-product): Up. + +2000-04-16 Kenichi OKADA + * sasl.el (sasl-scram-md5-client-security-info): eval-when-compile. 2000-02-03 Kenichi OKADA diff --git a/SLIM-VERSION b/SLIM-VERSION index 1863e9d..9a53279 100644 --- a/SLIM-VERSION +++ b/SLIM-VERSION @@ -7,4 +7,4 @@ 1.13.4 榊原郁恵 1.13.5 山瀬まみ 1.13.6 島崎和歌子 ------- 磯野貴理子 \ No newline at end of file +1.13.7 磯野貴理子 \ No newline at end of file diff --git a/mime-def.el b/mime-def.el index ba1736a..3dcb894 100644 --- a/mime-def.el +++ b/mime-def.el @@ -35,7 +35,7 @@ (eval-when-compile (require 'cl)) ; list* (eval-and-compile - (defconst mime-library-product ["SLIM" (1 13 6) "島崎和歌子"] + (defconst mime-library-product ["SLIM" (1 13 7) "磯野貴理子"] "Product name, version number and code name of MIME-library package.") )