8623f6bf353cd01684b800578572b2d402e9a8e3
[elisp/apel.git] / ChangeLog
1 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * README.en (What's APEL?): Modify for latest emu.
4
5 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * APEL: Version 8.3 was released.
8
9         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
10         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
11
12 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
13
14         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
15
16         * emu-e20_3.el: New module.
17
18         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
19
20         * emu-e20_2.el (set-buffer-multibyte): New function.
21
22         * emu-e20.el (insert-file-contents-as-binary): Use
23         'set-buffer-multibyte.
24
25 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
28         depended definitions from emu-e20.el to emu-e20_2.el.
29
30 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
31
32         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
33
34 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
35
36         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
37
38         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
39
40         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
41
42 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
45         EMU-ELS: Rename emu-19.el -> emu-e19.el.
46
47         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
48         emu-latin1.el.
49
50 \f
51 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
52
53         * APEL: Version 8.2 was released.
54
55         * README.en (What's APEL?): Remove description about std11.el and
56         std11-parse.el.
57
58         * install.el (install-detect-elisp-directory): Modify regexp to
59         allow trailing `/'.
60
61 \f
62 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
63
64         * APEL: Version 8.1 was released.
65
66 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
67
68         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
69         'defsubst.
70         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
71
72 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
75
76         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
77         (moved to RIME).
78
79 \f
80 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * APEL: Version 8.0 was released.
83
84 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
85
86         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
87
88         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
89         `char-leading-char'.
90
91 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
92
93         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
94         obsolete alias `char-columns'.
95
96         * emu-e19.el: Abolish constant `charset-ascii' and
97         `charset-iso8859-1'.
98         (charset-description): New implementation.
99         (charset-registry): New implementation.
100         (charset-width): Renamed from `charset-columns'; new
101         implementation.
102         (find-charset-string): New implementation.
103         (find-charset-region): New implementation.
104         (charsets-mime-charset-alist): New initial value.
105         (detect-mime-charset-region): New implementation.
106         (char-charset): New implementation.
107
108         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
109
110         * emu-nemacs.el: Abolish constant `charset-ascii' and
111         `charset-jisx0208'.
112         Abolish constant `lc-ascii' and `lc-jp'.
113         (charset-description): New implementation.
114         (charset-registry): New implementation.
115         (charset-columns): New implementation.
116         (find-charset-string): New implementation.
117         (find-charset-region): New implementation.
118         (charsets-mime-charset-alist): New initial value.
119         (char-charset): New implementation.
120
121 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
122
123         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
124         (char-next-index): New macro.
125
126 \f
127 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * APEL: Version 7.6 was released.
130
131         * std11.el: Require 'std11-parse when compile.
132
133 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
134
135         * calist.el (ctree-match-calist): Prefer normal choice than
136         default choice.
137
138 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
139
140         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
141
142 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
143
144         * emu-20.el: Require 'wid-edit when compile.
145
146 \f
147 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * APEL: Version 7.5 was released.
150
151 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
152
153         * calist.el (calist-field-match-method-obarray): New variable.
154         (define-calist-field-match-method): New function.
155         (calist-default-field-match-method): New function.
156         (calist-field-match-method): New function.
157         (calist-field-match): New function.
158         (ctree-match-calist): Use `calist-field-match'.
159
160 \f
161 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
162
163         * APEL: Version 7.4 was released.
164
165 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
166
167         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
168         (insert-file-contents-as-binary): Renamed from
169         `insert-binary-file-contents'; add `insert-binary-file-contents'
170         as obsolete alias.
171
172 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * emu-e20.el (insert-binary-file-contents-literally): New alias
175         for `insert-file-contents-literally'.
176
177         * emu-x20.el (insert-binary-file-contents-literally): Moved from
178         emu-20.el.
179
180         * emu-20.el: Move `insert-binary-file-contents-literally' to
181         emu-x20.el.
182
183 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
184
185         * emu-e20.el (insert-binary-file-contents): Must save
186         `enable-multibyte-characters'.
187
188         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
189
190         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
191
192         * calist.el (ctree-match-calist): Rename local variables.
193
194 \f
195 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
196
197         * APEL: Version 7.3 was released.
198
199 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * APEL-ELS: Add calist.el.
202
203         * calist.el: New module.
204
205 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
206
207         * emu-mule.el (charsets-mime-charset-alist) fixed.
208
209 \f
210 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * APEL: Version 7.2 was released.
213
214 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
215
216         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
217         (write-region-as-binary): New function.
218
219 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
220
221         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
222         (insert-binary-file-contents): New function.
223
224 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
225
226         * README.en (Bug reports): Modify description of tm mailing list.
227
228 \f
229 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
230
231         * APEL: Version 7.1.1 was released.
232
233         * README.en (Bug reports): Modify for APEL.
234
235 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
236
237         * std11.el (std11-msg-id-string): New function.
238         (std11-fill-msg-id-list-string): New function.
239
240         * std11-parse.el (std11-parse-msg-id): New function.
241
242 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
243
244         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
245         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
246         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
247         avoid this problem.
248
249 \f
250 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * APEL: Version 7.1 was released.
253
254 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
255
256         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
257
258 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
259
260         * install.el, filename.el (filename-filters): Use path-util.el
261         instead of file-detect.el.
262
263         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
264         path-util.el (file name should be less than 13 bytes).
265
266 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
267
268         * emu-19.el (tl:make-overlay): New alias.
269         (tl:overlay-put): New alias.
270         (tl:overlay-buffer): New alias.
271
272 \f
273 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
274
275         * APEL: Version 4.2 was released.
276
277 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
278
279         * APEL-MK (config-apel): Regard LISPDIR.
280
281 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
282
283         * emu-19.el (tl:make-overlay): New obsolete function (for
284         tm-7.106).
285         (tl:overlay-put): New obsolete function (for tm-7.106).
286         (tl:overlay-buffer): New obsolete function (for tm-7.106).
287
288 \f
289 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
290
291         * APEL: Version 4.1 was released.
292
293         * APEL-MK (compile-apel): Use `config-apel'; don't use
294         `add-to-list' for compatibility.
295         (install-apel): Don't call `config-apel' directly.
296
297         * APEL-CFG: Add load-path setting.
298
299 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
300
301         * emu-20.el (mime-charset-list): New inline-function.
302         (widget-mime-charset-prompt-value-history): New variable.
303         (mime-charset): New widget.
304         (widget-mime-charset-prompt-value): New function.
305         (widget-mime-charset-action): New function.
306         (default-mime-charset): Use `defcustom'.
307
308         * emu-20.el (default-mime-charset): Modify DOC-string.
309
310         * emu-mule.el (charsets-mime-charset-alist): New implementation.
311
312         * emu-e20.el (encode-mime-charset-region,
313         decode-mime-charset-region, encode-mime-charset-string,
314         decode-mime-charset-string): New function (copied from emu-20.el);
315         check `enable-multibyte-characters'.
316
317         * emu-x20.el (encode-mime-charset-region,
318         decode-mime-charset-region, encode-mime-charset-string,
319         decode-mime-charset-string): New function (copied from emu-20.el).
320
321         * emu-20.el: Move function `encode-mime-charset-region',
322         `decode-mime-charset-region', `encode-mime-charset-string' and
323         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
324
325 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
328         `iso-8859-5' for cyrillic.
329
330 \f
331 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
332
333         * APEL: Version 3.4.4 was released.
334
335 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
336
337         * std11-parse.el (std11-special-char-list): Fix order for regexp.
338
339 \f
340 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
341
342         * APEL: Version 3.4.3 was released.
343
344         * README.en: Modify for Emacs 20.
345
346 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
347
348         * std11-parse.el (std11-special-char-list): New constant; abolish
349         `std11-special-chars'.
350         (std11-atom-regexp): Use it.
351         (std11-analyze-special): Use it; Don't use `find'.
352
353 \f
354 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
355
356         * APEL: Version 3.4.2 was released.
357
358         * README.en (What's APEL?): Add emu-20.el.
359
360 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
361
362         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
363         modify implementation.
364
365         * emu-20.el (mime-charset-to-coding-system): Use
366         `find-coding-system'.
367
368         * emu-20.el (mime-charset-coding-system-alist): Use
369         `find-coding-system'.
370
371         * emu-e20.el (find-coding-system): New inline function.
372
373         * emu.el (defsubst-maybe): New macro.
374
375 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
376
377         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
378         of `defsubst'.
379
380 \f
381 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
382
383         * APEL: Version 3.4.1 was released.
384
385 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
386
387         * emu-mule.el (decode-coding-region, encode-coding-string): New
388         function.
389         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
390
391 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
392
393         * emu.el (defconst-maybe): New macro.
394
395         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
396
397         * emu.el (charsets-to-mime-charset): Abolish unused local variable
398         `csl'.
399
400         * emu-e20.el, emu-20.el: Move function
401         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
402
403         * emu-20.el: Use `defsubst' for
404         `{encode|decode}-mime-charset-{region|string}'.
405
406         * emu-e20.el (detect-mime-charset-region): Use
407         `find-charset-region'.
408
409 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
410
411         * emu-x20.el, emu-e20.el, emu-20.el: Move function
412         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
413         emu-x20.el to emu-20.el.
414
415         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
416         from emu-e20.el and emu-x20.el to emu-20.el.
417
418 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
419
420         * emu-20.el (mime-charset-coding-system-alist): Don't use
421         `coding-system-p' for symbol.
422         (mime-charset-to-coding-system): Ditto; modify DOC-string.
423
424 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
425
426         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
427         is defined as coding-system.
428
429         * emu-x20.el, emu-e20.el, emu-20.el: Move
430         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
431         to emu-20.el.
432
433         * emu-20.el (*noconv*): Add DOC-string.
434
435 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
436
437         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
438         even if CHARSET is found in `mime-charset-coding-system-alist'.
439
440         * emu-x20.el: Use function `mime-charset-to-coding-system' in
441         emu-20.el.
442
443         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
444
445         * emu-e20.el, emu-20.el: Move function
446         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
447
448 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
449
450         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
451         accessing from emu-e20.el and emu-x20.el to emu-20.el.
452
453         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
454
455 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
456
457         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
458
459         * emu-x20.el (default-mime-charset): Add DOC-string.
460
461         (mime-charset-coding-system-alist): Add `us-ascii'.
462
463 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
464
465         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
466         defined as coding-system.
467
468 \f
469 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
470
471         * emu: Version 7.44 was released.
472         * APEL: Version 3.4 was released.
473
474 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
475
476         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
477         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
478
479 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
480
481         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
482         characters in comments.
483
484 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
485
486         * richtext.el: Add autoload comments for `richtext-encode' and
487         `richtext-decode'.
488
489         * emu.el: Check richtext.el is bundled.
490
491 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
492
493         * file-detect.el: Add autoload comments for function `add-path',
494         `add-latest-path', `get-latest-path', `file-installed-p',
495         `exec-installed-p', `module-installed-p' and variable
496         `exec-suffix-list'.
497
498 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
499
500         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
501         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
502         coding-system.
503
504         * emu-x20.el: Don't require cyrillic.
505
506 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
507
508         * emu-mule.el (make-char): New alias.
509
510         * emu-e20.el: Alias `make-character' was abolished.
511
512 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
513
514         * README.en (What's APEL?): Add std11 and mule-caesar.el.
515
516 \f
517 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
518
519         * emu: Version 7.43.1 was released.
520         * APEL: Version 3.3.2 was released.
521
522 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
523
524         * APEL-ELS: Add mule-caesar.el.
525
526         * mule-caesar.el: New file.
527
528 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
529
530         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
531
532 \f
533 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
534
535         * emu: Version 7.43 was released.
536         * APEL: Version 3.3.1 was released.
537
538         * emu-x20.el: several changes for XEmacs 20.1-b12.
539
540 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
541
542         * Makefile: add `release'.
543
544 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
545
546         * Makefile: `TARFILE' was abolished.
547
548 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
549
550         * emu.el (point-at-eol): New function.
551
552 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
553
554         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
555         `emu:available-face-attribute-alist'.
556
557         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
558         `tl:overlay-put' -> `overlay-put'.
559
560 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
563         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
564         were abolished.
565
566         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
567         `tl:overlay-buffer' were abolished.
568
569         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
570
571         * emu-xemacs.el: Require overlay.
572
573         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
574
575         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
576         XEmacs.
577
578 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
579
580         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
581
582 \f
583 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
584
585         * APEL: Version 3.3 was released.
586         
587         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
588         * APEL-MK: install emu.
589
590 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
591
592         * Makefile: Add README.en.
593
594 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
595
596         * file-detect.el: Header and DOC-strings were modified.
597
598 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
599
600         * README.en: New file.
601
602 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
603
604         * filename.el: Add DOC-strings.
605
606         * APEL-MK (install-apel): Use `compile-apel'.
607
608         * Makefile (install): Don't depend on `elc'.
609
610 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
611
612         * APEL-MK: Setting for load-path and requiring install were moved
613         from APEL-CFG.
614
615         (install-apel): Compile apel-modules.
616
617         * APEL-CFG: Setting for load-path and requiring install were moved
618         to APEL-MK.
619
620 \f
621 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
622
623         * APEL: Version 3.2 was released.
624
625 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
626
627         * file-detect.el (get-latest-path): Check directory is exist or not.
628
629 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
630
631         * APEL-ELS: Add install.el.
632
633 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
634
635         * Makefile, APEL-MK, APEL-CFG: New file.
636
637 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
638
639         * atype.el (field-unify): fixed.
640
641 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
642
643         * filename.el (filename-filters): Use `exec-installed-p' instead
644         of `file-installed-p' to search "kakasi".
645
646 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
647
648         * file-detect.el (module-installed-p): Use function
649         `exec-installed-p'.
650
651         * file-detect.el (exec-suffix-list): New variable.
652         (exec-installed-p): New function.
653
654 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
655
656         * APEL-ELS (apel-modules): Add filename.el.
657
658         * APEL-ELS: Initial revision
659
660 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * filename.el (filename-replacement-alist): Don't use function
663         `string-to-char-list' and `expand-char-ranges'; Don't require
664         tl-str.
665         (filename-special-filter): Use function `assoc-if' instead of
666         `ASSOC'; Require cl instead of tl-list.
667         (poly-funcall): New inline-function; copied from tl-list.el.
668
669 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
670
671         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
672         and `delete-field' were abolished.
673
674         Don't require tl-str and tl-list.
675
676         Require alist.
677
678         (field-unify): Don't use function `symbol-concat'.
679         (assoc-unify): Use function `assoc' directly; use function
680         `put-alist' directly; use function `del-alist' directly.
681
682         * atype.el: Function `put-fields' was abolished.
683
684         * atype.el: tl-atype.el was renamed to atype.el.
685
686 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
687
688         * atype.el: tl-atype.el was renamed to atype.el.
689
690 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
691
692         * file-detect.el (file-installed-p): Fixed DOC-string.
693
694 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
695
696         * alist.el: New module; separated from tl-list.el.