tm 7.98.
[elisp/apel.git] / ChangeLog
1 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * APEL: Version 3.2 was released.
4
5 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * file-detect.el (get-latest-path): Check directory is exist or not.
8
9 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
10
11         * APEL-ELS: Add install.el.
12
13 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
14
15         * Makefile, APEL-MK, APEL-CFG: New file.
16
17 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * atype.el (field-unify): fixed.
20
21 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * filename.el (filename-filters): Use `exec-installed-p' instead
24         of `file-installed-p' to search "kakasi".
25
26 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * file-detect.el (module-installed-p): Use function
29         `exec-installed-p'.
30
31         * file-detect.el (exec-suffix-list): New variable.
32         (exec-installed-p): New function.
33
34 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
35
36         * APEL-ELS (apel-modules): Add filename.el.
37
38         * APEL-ELS: Initial revision
39
40 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
41
42         * filename.el (filename-replacement-alist): Don't use function
43         `string-to-char-list' and `expand-char-ranges'; Don't require
44         tl-str.
45         (filename-special-filter): Use function `assoc-if' instead of
46         `ASSOC'; Require cl instead of tl-list.
47         (poly-funcall): New inline-function; copied from tl-list.el.
48
49 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
50
51         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
52         and `delete-field' were abolished.
53
54         Don't require tl-str and tl-list.
55
56         Require alist.
57
58         (field-unify): Don't use function `symbol-concat'.
59         (assoc-unify): Use function `assoc' directly; use function
60         `put-alist' directly; use function `del-alist' directly.
61
62         * atype.el: Function `put-fields' was abolished.
63
64         * atype.el: tl-atype.el was renamed to atype.el.
65
66 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
67
68         * atype.el: tl-atype.el was renamed to atype.el.
69
70 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
71
72         * file-detect.el (file-installed-p): Fixed DOC-string.
73
74 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
75
76         * alist.el: New module; separated from tl-list.el.