+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
+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
(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"
+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
"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.