From: teranisi Date: Thu, 8 Nov 2001 03:29:11 +0000 (+0000) Subject: * Version number is increased to 2.7.6. X-Git-Tag: wl-2_7_6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a855f54ca4c9ac06b434d2b177d33e695ad6e35;p=elisp%2Fwanderlust.git * Version number is increased to 2.7.6. --- diff --git a/doc/version.texi b/doc/version.texi index 0ca6584..7542361 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1 +1 @@ -@set VERSION 2.7.5 +@set VERSION 2.7.6 diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 3eb2350..dcaaa92 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,9 @@ +2001-11-08 Yuuichi Teranishi + + * elmo-version.el (elmo-version): Up to 2.7.6. + + * mmimap.el (mmimap-entity-section): If node-id is nil, return "0". + 2001-11-05 Hiroya Murata * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair diff --git a/elmo/elmo-version.el b/elmo/elmo-version.el index 165f411..a418eb4 100644 --- a/elmo/elmo-version.el +++ b/elmo/elmo-version.el @@ -40,7 +40,7 @@ ;; product-define in the first place (product-provide 'elmo-version ;; Don't forget to check `wl-version.el' and Info. - (product-define "ELMO" nil '(2 7 5))) + (product-define "ELMO" nil '(2 7 6))) ;; For APEL 10.2 or earlier. (defun-maybe product-version-as-string (product) diff --git a/wl/ChangeLog b/wl/ChangeLog index e79d8b5..afad3fd 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-11-08 Yuuichi Teranishi + + * Version number is increased to 2.7.6. + 2001-11-05 Yuuichi Teranishi * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.