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