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