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