Sync up with APEL 8.2.
authormorioka <morioka>
Mon, 13 Apr 1998 16:20:24 +0000 (16:20 +0000)
committermorioka <morioka>
Mon, 13 Apr 1998 16:20:24 +0000 (16:20 +0000)
ChangeLog
Makefile
README.en
install.el

index 94032a9..3cc5b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (What's APEL?): Remove description about std11.el and
+       std11-parse.el.
+
+       * install.el (install-detect-elisp-directory): Modify regexp to
+       allow trailing `/'.
+
 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
index 52c1d47..8e97c3f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 8.0
+VERSION = 8.2
 
 TAR    = tar
 RM     = /bin/rm -f
index d56753a..fe7f7ea 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,6 +1,6 @@
 [README for APEL (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.9 1998-03-08 22:42:42 shuhei-k Exp $
+$Id: README.en,v 1.9.2.1 1998-04-13 16:19:44 morioka Exp $
 
 What's APEL?
 ============
@@ -39,10 +39,6 @@ What's APEL?
 
        mule-caesar.el: ROT 13-47-48 Caesar rotation utility
 
-       std11: RFC 822/STD 11 parser and utility
-           std11.el       --- main module
-           std11-parse.el --- parser
-
 
 Installation
 ============
index 70a1714..1b9b927 100644 (file)
           dir)
        (while (setq dir (car rest))
         (if (string-match
-             (concat "^"
-                     (expand-file-name (concat ".*/" elisp-prefix) prefix)
-                     "$")
+             `,(concat "^"
+                       (expand-file-name (concat ".*/" elisp-prefix) prefix)
+                       "/?$")
              dir)
             (if (or allow-version-specific
                     (not (string-match (format "%d\\.%d"