Sync up with SEMI 1.2.2 (Naoetsu).
authormorioka <morioka>
Mon, 13 Apr 1998 17:33:58 +0000 (17:33 +0000)
committermorioka <morioka>
Mon, 13 Apr 1998 17:33:58 +0000 (17:33 +0000)
Makefile
README.en
SEMI-CFG
SEMI-ELS

index 23494de..5b4889c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for WEMI.
 #
 
-VERSION = 1.2.1
+VERSION = 1.2.2
 
 SHELL  = /bin/sh
 MAKE   = make
index e0d1188..5b66d33 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,6 +1,5 @@
 [README for WEMI kernel package (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.7.6.1 1998-04-09 21:08:05 morioka Exp $
 
 What's WEMI?
 ------------
@@ -50,18 +49,14 @@ Required environment
   nil. (Maybe non mule setting requires to modify emu.  In addition,
   it is better to use terminal-coding-system feature)
 
-  WEMI requires APEL and MEL package.  Please install them before
-  installing it.  APEL package
-  is available at:
+  WEMI requires APEL (8.2 or later) and FLIM package.  Please install
+  them before installing it.  APEL package is available at:
 
        ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/
 
-  and MEL package is available at:
+  and FLIM package is available at:
 
-       ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mime/libs/
-
-  Notice that latest version of XEmacs may have latest version of APEL
-  and MEL, so you should not install them.
+       ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/
 
   PGP/MIME and application/pgp require mailcrypt or tiny-pgp package.
 
@@ -94,10 +89,8 @@ Installation
 
        /usr/local/share/emacs/19.34/site-lisp/  --- emu
        /usr/local/share/emacs/site-lisp/apel/   --- APEL
-       /usr/local/share/emacs/site-lisp/bitmap/ --- BITMAP-MULE
-       /usr/local/share/emacs/site-lisp/mu/     --- MU
-       /usr/local/share/emacs/site-lisp/mel/    --- MEL
-       /usr/local/share/emacs/site-lisp/semi/   --- WEMI
+       /usr/local/share/emacs/site-lisp/flim/   --- FLIM
+       /usr/local/share/emacs/site-lisp/semi/   --- SEMI
 
   You can specify site-lisp directory, for example
 
@@ -118,12 +111,12 @@ Initialization
 (a) load-path
 
   If you are using Emacs or Mule, please add directory of emu, apel,
-  bitmap, mu, mel and semi to load-path.  If you install by default
-  setting, you can write subdirs.el for example:
+  flim and semi to load-path.  If you install by default setting, you
+  can write subdirs.el for example:
 
   --------------------------------------------------------------------
   (normal-top-level-add-to-load-path
-   '("apel" "bitmap" "mu" "mel" "semi"))
+   '("apel" "flim" "semi"))
   --------------------------------------------------------------------
 
   If you are using XEmacs, there are no need of setting about
index 49a3ba3..26d4f90 100644 (file)
--- a/SEMI-CFG
+++ b/SEMI-CFG
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: SEMI-CFG,v 1.4 1998-03-20 07:04:30 morioka Exp $
+;;; $Id: SEMI-CFG,v 1.4.6.1 1998-04-13 17:27:25 morioka Exp $
 ;;;
 
 (defvar default-load-path load-path)
 
 (condition-case nil
     (require 'install)
-  (error (error "Please install APEL.")))
+  (error (error "Please install APEL 8.2 or later.")))
 (require 'cl)
 
 (add-path "bitmap-mule")
-(add-path "mel")
+(add-path "flim")
 
 (add-to-list 'load-path (expand-file-name "."))
 
 (or (module-installed-p 'calist)
-    (error "Please install latest APEL."))
+    (error "Please install APEL 8.2 or later."))
 (or (module-installed-p 'mel)
-    (error "Please install MEL."))
+    (error "Please install FLIM."))
 (if (module-installed-p 'tm-view)
     (error "Please remove tm from load-path."))
 
index 4bb4f87..6fabefa 100644 (file)
--- a/SEMI-ELS
+++ b/SEMI-ELS
@@ -1,12 +1,11 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: SEMI-ELS,v 1.2 1998-03-12 12:40:37 morioka Exp $
+;;; $Id: SEMI-ELS,v 1.2.12.1 1998-04-13 17:28:31 morioka Exp $
 ;;;
 
 (setq semi-modules-to-compile
       '(signature
-       mime-def
-       eword-decode eword-encode
+       semi-def
        mime-parse mime-view mime-text mime-play mime-partial
        mime-edit
        semi-setup mail-mime-setup))