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