* slp.el: Add (eval-when-compile (require 'cl)).
[elisp/wanderlust.git] / README
diff --git a/README b/README
index e01331f..c1617c1 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
  Wanderlust -- Yet Another Message Interface on Emacsen
                       by Yuuichi Teranishi <teranisi@gohome.org>
-                      Time-stamp: <2000-02-24 00:26:49 teranisi>
+
 
 Wanderlust is a mail/news management system with IMAP4rev1 support for Emacs.
 
@@ -14,10 +14,10 @@ Features:
  * Management of threads and unread messages.
  * Folder mode to select and edit subscribed folders.
  * Message cache, Disconnected Operation.
- * MH-like FCC (FCC: %Backup is possible).
- * Full support of MIME (by SEMI or tm[5]).
+ * MH-like Fcc (Fcc: %Backup is possible).
+ * Full support of MIME (by SEMI).
  * Draft editing of mail and news as a same interface.
- * Icon based interface for the list of Folder (XEmacs).
+ * Icon based interface for the list of Folder (XEmacs and Emacs 21).
  * Skip fetching of a large message part of MIME(IMAP4).
  * Server side searching (IMAP4), internationalized searching is available.
  * Virtual folder.
@@ -28,8 +28,7 @@ Features:
 
 System Requirements:
 
- * Emacs19 or later.
- * tm or SEMI (version 1.13.4 or later).
+See INSTALL.
 
 Install:
 
@@ -45,13 +44,59 @@ You can get latest Wanderlust version from there.
 
 Mailing List:
 
+Via the Wanderlust ML, we discuss about Wanderlust, announce the latest
+release.
+
 Wanderlust Mailing List <wl@lists.airs.net>
 
-Via the Wanderlust ML, we discuss about Wanderlust, announce the latest
-release in Japanese.
+In this list, Japanese is mainly used for discussion. We also have a list
+for discussion in English:
+
+Wanderlust List in English <wl-en@lists.airs.net>
+
+(NOTE: messages posted to the latter are also forwarded to the former)
+
+To subscribe, send mail to wl-ctl@lists.airs.net (or send mail to
+wl-en-ctl@lists.airs.net for English list), with '# guide' as the message
+body.
+
+CVS:
+
+  Development of Wanderlust uses CVS.  So latest developing version is
+  available at CVS.
+
+(0) cvs login (first time only)
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+
+    CVS password: [CR] # NULL string
+
+(1) checkout
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout wanderlust
+
+  To get Wanderlust from stable branch, do following instead of above
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout -r wl-2_14 wanderlust
+
+  You can also view CVS repository via
+
+       http://cvs.m17n.org/viewcvs/root/wanderlust/
+
+  If you want to receive CVS commit log via e-mail, follow instructions in
+
+       http://cvs.m17n.org/
+
+Development:
+
+  If you would like to join CVS based development, please send mail to
+
+       cvs@cvs.m17n.org
+
+  with your account name and your public key for ssh.  cvsroot is
+  :ext:cvs@cvs.m17n.org:/cvs/root.
 
-To subscribe, send mail to wl-ctl@lists.airs.net, with '# guide' as
-the message body.
+  We hope you will join the open development.
 
 References: