+Sat Nov 16 08:38:57 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tl: Version 7.61.13 was released.
+
+Fri Nov 15 12:10:41 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * mk-tl: add "../emu" to load-path.
+
+ * TL-ELS (tl-modules): emu modules were moved to ../emu/.
+
+ * install.el (install-detect-elisp-directory): New optional
+ argument `allow-version-specific'.
+
+Thu Nov 7 20:09:49 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * bitmap.el (charset-bitmap): Renamed from `lc-bitmap'.
+
+ * bitmap.el: Function `fontset-height' was renamed to
+ `fontset-pixel-height' in Emacs/mule.
+
+ * emu-e20.el (fontset-pixel-height): Renamed from
+ `fontset-height'.
+
+ * emu-e20.el (fontset-height): fixed.
+
+\f
Thu Oct 24 07:56:18 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.61.12 was released.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1996/8/18
-;; Version: $Id: install.el,v 2.1 1996/09/04 13:57:50 morioka Exp $
+;; Version: $Id: install.el,v 3.0 1996/11/15 11:58:36 morioka Exp $
;; Keywords: install
;; This file is part of tl (Tiny Library).
"site-lisp"
"local.lisp"))
-(defun install-detect-elisp-directory (&optional prefix elisp-prefix)
+(defun install-detect-elisp-directory (&optional prefix elisp-prefix
+ allow-version-specific)
(or prefix
(setq prefix install-prefix)
)
(expand-file-name (concat ".*/" elisp-prefix) prefix)
"$")
dir)
- (or (string-match (format "%d\\.%d"
- emacs-major-version
- emacs-minor-version) dir)
+ (if (or allow-version-specific
+ (not (string-match (format "%d\\.%d"
+ emacs-major-version
+ emacs-minor-version) dir))
+ )
(throw 'tag dir)
- ))
+ ))
(setq rest (cdr rest))
)))
(expand-file-name (concat