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