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