* mime-edit.el (mime-edit-temp-message-buffer): Define.
[elisp/semi.git] / README.en
index dc73eef..b1cd6b6 100644 (file)
--- a/README.en
+++ b/README.en
@@ -40,7 +40,10 @@ Required environment
   19.14.  SEMI also does not support Emacs 19.29 to 19.34, XEmacs
   19.15 or XEmacs 20.2 without mule, but SEMI may work with them.
 
-  SEMI requires APEL (9.20 or later) and FLIM (1.13.1 or later)
+  SEMI also does not support Emacs 19.29 to 19.34, XEmacs 19.15 or
+  XEmacs 20.2, but SEMI may work with them.
+
+  SEMI requires APEL (9.22 or later) and FLIM (1.14.2 or later)
   package.  Please install them before installing it.  APEL package is
   available at:
 
@@ -48,9 +51,8 @@ Required environment
 
   and FLIM package is available at:
 
-       ftp://ftp.m17n.org/pub/mule/flim/flim-1.13/
-
-  PGP/MIME and application/pgp require mailcrypt or tiny-pgp package.
+       http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/
+                                                       flim/flim-1.14/
 
 
 Installation
@@ -186,11 +188,17 @@ Mailing lists
 
   Via the EMACS-MIME ML, you can report SEMI bugs, obtain the latest
   release of SEMI, and discuss future enhancements to SEMI.  To join
-  the EMACS-MIME ML, send an empty e-mail to
+  the EMACS-MIME ML, send an e-mail to
 
        emacs-mime-en-ctl@m17n.org      (English)
        emacs-mime-ja-ctl@m17n.org      (Japanese)
 
+  containing
+
+       subscribe YOUR NAME
+
+  in its contents.
+
   Notice that you should not send mail to author(s), such as
   morioka@jaist.ac.jp, directly.  Because your problem may occur in
   other environments (if not, it might be your problem, not bug of
@@ -202,12 +210,25 @@ Mailing lists
 CVS based development
 =====================
 
+  The SEMI development sources can be accessed via CVS pserver.  To
+  check out the SEMI sources, what you should do for the first time
+  is:
+
+  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+  CVS password: [CR] # NULL string
+
+  Then you can get the latest SEMI sources by the following:
+
+  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout -r emiko-1_14 semi
+
   If you would like to join CVS based development, please send mail to
 
-       cvs@chamonix.jaist.ac.jp
+       cvs@cvs.m17n.org
+
+  with your account name and your public key for ssh.  cvsroot is
+  :ext:cvs@cvs.m17n.org:/cvs/root.
 
-  with your account name and UNIX style crypted password.  We hope you 
-  will join the open development.
+  We hope you will join the open development.
 
 
 Authors