1997-03-14 MORIOKA Tomohiko * APEL: Version 3.2 was released. Fri Mar 14 09:54:04 1997 MORIOKA Tomohiko * file-detect.el (get-latest-path): Check directory is exist or not. Fri Mar 14 09:25:15 1997 MORIOKA Tomohiko * APEL-ELS: Add install.el. Fri Mar 14 07:24:37 1997 MORIOKA Tomohiko * Makefile, APEL-MK, APEL-CFG: New file. 1997-03-10 MORIOKA Tomohiko * atype.el (field-unify): fixed. 1997-03-10 MORIOKA Tomohiko * filename.el (filename-filters): Use `exec-installed-p' instead of `file-installed-p' to search "kakasi". 1997-03-10 MORIOKA Tomohiko * file-detect.el (module-installed-p): Use function `exec-installed-p'. * file-detect.el (exec-suffix-list): New variable. (exec-installed-p): New function. 1997-03-04 MORIOKA Tomohiko * APEL-ELS (apel-modules): Add filename.el. * APEL-ELS: Initial revision 1997-03-04 MORIOKA Tomohiko * filename.el (filename-replacement-alist): Don't use function `string-to-char-list' and `expand-char-ranges'; Don't require tl-str. (filename-special-filter): Use function `assoc-if' instead of `ASSOC'; Require cl instead of tl-list. (poly-funcall): New inline-function; copied from tl-list.el. 1997-03-03 MORIOKA Tomohiko * atype.el: Alias `fetch-field', `fetch-field-value', `put-field' and `delete-field' were abolished. Don't require tl-str and tl-list. Require alist. (field-unify): Don't use function `symbol-concat'. (assoc-unify): Use function `assoc' directly; use function `put-alist' directly; use function `del-alist' directly. * atype.el: Function `put-fields' was abolished. * atype.el: tl-atype.el was renamed to atype.el. 1997-03-03 MORIOKA Tomohiko * atype.el: tl-atype.el was renamed to atype.el. 1997-03-03 MORIOKA Tomohiko * file-detect.el (file-installed-p): Fixed DOC-string. 1997-02-28 Tomohiko Morioka * alist.el: New module; separated from tl-list.el.