Release 2.14.0.
authorteranisi <teranisi>
Fri, 25 Mar 2005 14:45:12 +0000 (14:45 +0000)
committerteranisi <teranisi>
Fri, 25 Mar 2005 14:45:12 +0000 (14:45 +0000)
ChangeLog
elmo/ChangeLog
elmo/elmo-flag.el
wl/ChangeLog
wl/wl-version.el

index 8de9390..18bb5de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.14.0 - "Africa"
+
 2005-02-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * WL-MK (wl-news-search-regexp): Allow ".x" at the
index 13b316a..abf50cb 100644 (file)
@@ -1,3 +1,12 @@
+2005-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.14.0 is released.
+
+2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-flag.el (elmo-global-flags-initialize): Check the
+       existence of the flag directory.
+
 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-access.el (elmo-folder-initialize): Call
index 826cd7d..c7b6b1d 100644 (file)
@@ -450,8 +450,12 @@ If optional IGNORE-PRESERVED is non-nil, preserved flags
            (append
             elmo-global-flags
             additional-flags
-            (mapcar 'intern
-                    (delete ".." (delete "." (directory-files dir))))))))))
+            (and (file-directory-p dir)
+                 (mapcar 'intern
+                         (elmo-list-delete
+                          '(".." ".")
+                          (directory-files dir))))))
+          #'delq))))
 
 ;;; To migrate from global mark folder
 (defvar elmo-global-mark-filename "global-mark"
index 47805ed..fdacef7 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.14.0 is released.
+
 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-rescan-message): Call
index 85f233c..fd9cc94 100644 (file)
@@ -46,7 +46,7 @@
    "Wanderlust" nil
    (eval-when-compile
      (product-version (product-find 'elmo-version))) ; equals to ELMO version.
-   "Africa-pre"))
+   "Africa"))
 
 (defconst wl-version-status nil
   "Wanderlust verstion status.  For override default rule.