* 2.6.1 is released.
authorteranisi <teranisi>
Sun, 2 Dec 2001 05:41:11 +0000 (05:41 +0000)
committerteranisi <teranisi>
Sun, 2 Dec 2001 05:41:11 +0000 (05:41 +0000)
ChangeLog
NEWS
NEWS.ja
doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog
wl/wl-version.el

index 3639b2f..494d572 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.6.1 is released.
+
 2001-10-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * WL-MK (wl-info-lang): Change default value to ("ja" "en").
diff --git a/NEWS b/NEWS
index 9df3653..21db7e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
 Wanderlust NEWS -- User-visible changes in Wanderlust.
 
+* Version 2.6.1 is basically a bug fix version of 2.6.0.
+
+** Fixed a problem that Emacs 21 causes `Recursive load...' error.
+
+** Fixed a problem that thread character is broken in XEmacs 21.1.
+
+** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs .
+
+** Fixed a problem that searching is failed for the header fields that
+   begins with X-.
+
+** Some other fixes.
+
 * Changes in 2.6.0 from 2.4.1.
 
 ** FLIM 1.13.x is not supported any longer.
diff --git a/NEWS.ja b/NEWS.ja
index e7923bb..8f5b1e2 100644 (file)
--- a/NEWS.ja
+++ b/NEWS.ja
@@ -1,5 +1,18 @@
 Wanderlust NEWS (\e$BF|K\8lHG\e(B) -- User-visible changes in Wanderlust.
 
+* 2.6.1 \e$B$O\e(B 2.6.0 \e$B$N=$@5HG$G$9!#\e(B
+
+** Emacs 21 \e$B$G\e(B Recursive load... \e$B$H=P$kIT6q9g$,=$@5$5$l$^$7$?!#\e(B
+
+** XEmacs 21.1 \e$B$GJ8;z2=$1$9$kLdBj$,=$@5$5$l$^$7$?!#\e(B
+
+** XEmacs \e$B$G\e(B IMAP4 \e$B$rMQ$$$k$H%W%m%0%l%9%P!<$,=P$C$Q$J$7$K$J$kLdBj$,\e(B
+   \e$B=$@5$5$l$^$7$?!#\e(B
+
+** X- \e$B$G;O$^$k%U%#!<%k%I$N8!:w$,$G$-$J$$LdBj$,=$@5$5$l$^$7$?!#\e(B
+
+** \e$B$=$NB>$$$/$D$+$N=$@5!#\e(B
+
 * 2.4.1 \e$B$+$i\e(B 2.6.0 \e$B$X$NJQ99E@\e(B
 
 ** FLIM 1.13.x \e$B$O%5%]!<%H$5$l$J$/$J$j$^$7$?!#\e(B
index 8ee9829..06849d5 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.6.0
+@set VERSION 2.6.1
index d337b73..14bdda1 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.6.1 is released.
+
+       * elmo-version.el (elmo-version): Up to 2.6.1.
+
 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
index 85b9c1b..8b10bce 100644 (file)
@@ -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 6 0)))
+  (product-define "ELMO" nil '(2 6 1)))
 
 ;; For APEL 10.2 or earlier.
 (defun-maybe product-version-as-string (product)
index 83e5f34..d4b3873 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.6.1 is released.
+
 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
 
        * wl-summary.el (wl-summary-jump-to-msg): Search before
index d4fc913..6ba85fd 100644 (file)
@@ -46,7 +46,7 @@
    "Wanderlust" nil
    (eval-when-compile
      (product-version (product-find 'elmo-version))) ; equals to ELMO version.
-   "Twist And Shout"))
+   "Upside Down"))
 
 ;; set version-string
 (product-version-as-string 'wl-version)