update.
[elisp/apel.git] / ChangeLog
1 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * poe.el, emu.el: Move Emacs 19.30 emulating definitions, Emacs
4         19.31 emulating definitions and Emacs 20.1 emulating definitions
5         from emu.el to poe.el.
6
7 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
8
9         * poe.el, emu.el: Move constant `emacs-minor-version', Emacs 19
10         emulating definitions and Emacs 19.29 emulating definitions from
11         emu.el to poe.el.
12
13 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
14
15         * poe.el: New file (split core part from emu.el).
16
17         * poe-xemacs.el: New file (renamed from emu-xemacs.el).
18
19         * poe-19.el: New file (renamed from emu-e19.el).
20
21         * poe-18.el: New file (renamed from emu-18.el).
22
23         * emu.el, emu-nemacs.el, emu-mule.el, emu-e20.el, EMU-ELS: modify
24         for new structure.
25
26 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * emu-x20.el (make-ccl-coding-system): New function.
29
30 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
31
32         * emu-mule.el: Require `cyrillic' (suggested by MORIOKA-san).
33
34         * emu-mule.el (decode-mime-charset-region): Cope with non existent
35         coding systems if the third arg `lbt' has specified.
36         (decode-mime-charset-string): Likewise.
37
38 \f
39 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
40
41         * APEL: Version 8.18 was released.
42
43         * Makefile (install-package): Don't depend on target `elc'.
44
45         * APEL-MK (install-apel-package): Compile emu-modules and
46         apel-modules.
47
48 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
49
50         * Makefile: Abolish target `package'.
51         (install-package): Use `elc' instead of `package'.
52
53         * APEL-MK: Abolish function `compile-apel-package'.
54         (install-apel-package): Update auto-autoloads.el and
55         custom-load.el at target directory.
56
57 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
58
59         * README.en (run in expanded place): fixed.
60         (install as a XEmacs package): New description.
61
62         * Makefile (XEMACS): New variable.
63         (PACKAGEDIR): New variable.
64         (package): New target.
65         (install-package): New target.
66
67         * APEL-MK (config-apel-package): New function.
68         (compile-apel-package): New function.
69         (install-apel-package): New function.
70
71         * APEL-CFG (PACKAGEDIR): New variable.
72
73 1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
74
75         * Makefile (elc): Ignore errors when removing emu*.elc.
76
77 1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
78
79         * emu-mule.el (ccl-execute-on-string): Fix arguments
80         order `status' and `string'.
81
82 \f
83 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * APEL: Version 8.17 was released.
86
87         * emu.el (with-temp-file): Must use old forms.
88
89 1998-08-31  Katsumi Yamoaka   <yamaoka@jpl.org>
90
91         * emu.el (with-temp-file): New macro (Emacs 20/XEmacs 20
92         emulating macro).
93
94 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
95
96         * emu-e20.el: require 'ccl only for byte-compile time.
97
98 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
99
100         * Makefile (elc): Remove emu*.elc to use newest emu by
101         intall.el.
102
103 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
104
105         * emu-e20.el (ccl-execute-on-string): Too few args.
106         (test-ccl-eof-block-cs): Revert existence checking.
107         
108         * emu-e20_2.el (insert-file-contents-as-binary): Return value.
109         (insert-file-contents-as-raw-text): Ditto.
110         
111         * emu-mule.el (insert-file-contents-as-raw-text): Return value.
112         (encode-coding-string): Check `coding-system' is non-nil.
113         (decode-coding-string): Ditto.
114         (insert-file-contents-as-binary): Use `as-binary-input-file'.
115         (insert-binary-file-contents-literally): Ditto.
116         (write-region-as-binary): Use `as-binary-output-file'.
117         (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
118         (write-region-as-mime-charset): Ditto.
119         (mime-charset-to-coding-system): New implementation.
120
121         (ccl-use-symbol-as-program): New constant.
122         (ccl-encoder-eof-block-is-broken): New constant.
123         (ccl-decoder-eof-block-is-broken): New constant.
124         (ccl-eof-block-is-broken): New constant.
125         (make-ccl-coding-system): New function.
126         (ccl-execute): Emacs 20.3 emulating function.
127         (ccl-execute-on-string): Emacs 20.3 emulating function.
128
129         * emu-nemacs.el (write-region-as-binary): Use
130         `as-binary-output-file'
131         (write-region-as-raw-text-CRLF): Ditto.  
132         (insert-file-contents-as-binary): Use `as-binary-input-file'.
133         (insert-binary-file-contents-literally): Ditto.
134         (insert-file-contents-as-raw-text): Ditto.
135         
136         * emu.el (last): Emacs 20 emulation function.
137         (butlast), (nbutlast): CL emulation functions.
138         
139 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
140
141         * emu-e20.el (ccl-use-symbol-as-program): Reduce
142         `eval-and-compile' and `eval-when-compile' nesting.
143         (test-ccl-eof-block-cs): Remove existence checking.
144
145 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
146
147         * emu-e20.el (ccl-use-symbol-as-program): Use
148         `ccl-vector-program-execute-on-string' if it is defined.
149
150 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
151
152         * emu-e20.el (ccl-use-symbol-as-program): Use
153         `ccl-execute-on-string' instead of `make-coding-system' for
154         avoiding the error "Coding system already exists".
155
156 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
157
158         * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
159         defined.
160
161 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
162
163         * emu-e20.el (ccl-use-symbol-as-program): New constant.
164         (make-ccl-coding-system): New function.
165         (ccl-encoder-eof-block-is-broken): New constant.
166         (ccl-decoder-eof-block-is-broken): New constant.
167         (ccl-eof-block-is-broken): New constant.
168         (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
169         (ccl-execute-on-string): Ditto.
170
171 1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
174         `x-unknown'.
175
176 1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
179         found.
180
181 1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
182
183         * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
184         argument `lbt'.
185         (decode-mime-charset-string): Likewise.
186
187         * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
188         `LF', `CR' as line break code type.
189
190 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
191
192         * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
193         Fix regexp to canonicalize line break code.
194
195         * emu-mule.el (write-region-as-raw-text-CRLF): Use
196         `write-region-as-binary' to specify `lockname' in MULE 2.3 based
197         on 19.34.
198
199 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
202         `iso-2022-jp-2-dos' is not found.
203
204 1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
205
206         * emu-mule.el (write-region-as-raw-text-CRLF): New function.
207
208         * emu-18.el (generate-new-buffer-name): New function (Emacs 19
209         emulating function).
210
211 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
212
213         * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
214         New function.
215
216         * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
217         `write-region-as-CRLF'.
218
219 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
220
221         * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
222         argument `lbt'.
223         (decode-mime-charset-string): Likewise.
224
225         * emu-x20.el: Define coding-system `raw-text-unix' and
226         `raw-text-mac' if they are not found.
227         Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
228         (decode-mime-charset-region-default): Add new argument `lbt'.
229         (decode-mime-charset-region-with-iso646-unification): Likewise.
230         (decode-mime-charset-region-for-hz): Likewise.
231         (decode-mime-charset-region): Likewise.
232         (decode-mime-charset-string): Likewise.
233
234         * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
235         `CR' as line break code type.
236
237 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
238
239         * emu-x20.el: Define coding-system `raw-text-dos' if it is not
240         found.
241
242         * emu-20.el (write-region-as-CRLF): New function.
243
244 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
245
246         * install.el (install-detect-elisp-directory): Modify for anything
247         older than Emacs 19.28.
248
249 \f
250 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * APEL: Version 8.16 was released.
253
254         * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
255
256 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
257
258         * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
259         of `defmacro-maybe'.
260
261 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
262
263         * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
264         `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
265
266         * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
267         and `insert-file-contents-as-raw-text' from emu-e20.el to
268         emu-e20_2.el.
269
270 \f
271 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
272
273         * APEL: Version 8.15 was released.
274
275         * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
276         byte-compiler warning.
277
278 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
279
280         * emu.el (when): New macro.
281
282 1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
283
284         * emu.el (split-string): New function (Emacs 20/XEmacs 20
285         emulating function).
286
287         * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
288         emulating macro).
289
290         * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
291         emulating macro).
292
293         * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
294         emulating macro).
295
296 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
297
298         * mule-caesar.el (mule-caesar-region): Don't compare charset with
299         'us-ascii.
300
301 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
302
303         * emu-mule.el (split-char): fixed.
304
305 1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
306
307         * emu-mule.el (insert-file-contents-as-binary): Use
308         file-coding-system-for-read instead of file-coding-system.
309         
310 \f
311 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
312
313         * APEL: Version 8.14 was released.
314
315 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
316
317         * emu-mule.el, emu-latin1.el (split-char): New function.
318
319 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
320
321         * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
322         New function.
323
324         * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
325
326         * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
327         function.
328
329 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
330
331         * emu-x20.el: Move `split-char' check and repair code from
332         mule-caesar.el.
333
334         * mule-caesar.el: Move `split-char' check and repair code to
335         emu-x20.el; require 'emu.
336
337 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
338
339         * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
340
341         * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
342
343         * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
344         instead of `char-to-octet-list'; abolish function
345         `char-to-octet-list'.
346
347 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
348
349         * emu-mule.el (charset-chars): New function.
350
351         * mule-caesar.el (split-char): Redefine if it has bug.
352         (char-to-octet-list): Use `split-char'.
353
354 \f
355 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * APEL: Version 8.13 was released.
358
359         * emu-x20.el (mime-character-unification-limit-size): Change
360         default value to 2048.
361
362 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
363
364         * emu.el (string-as-unibyte): New macro.
365
366 \f
367 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
368
369         * APEL: Version 8.12 was released.
370
371 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
372
373         * emu-x20.el (mime-character-unification-limit-size): New
374         variable.
375         (decode-mime-charset-region-with-iso646-unification): Don't unify
376         if size of region is larger than
377         'mime-character-unification-limit-size.
378
379 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
380
381         * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
382         emu-e20_3.el (looking-at-as-unibyte): New alias.
383
384         * emu-e20_2.el (looking-at-as-unibyte): New function.
385
386 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
387
388         * emu-x20.el: Delete definition of 'detect-mime-charset-region
389         because it is defined in emu-20.el.
390
391         * emu-20.el (write-region-as-binary): fixed.
392
393         * emu-20.el (write-region-as-mime-charset): New function.
394
395         * emu-latin1.el (write-region-as-mime-charset): New alias.
396
397         * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
398         function.
399
400 \f
401 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
402
403         * APEL: Version 8.11 was released.
404
405 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
406
407         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
408         macro).
409
410 \f
411 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
412
413         * APEL: Version 8.10 was released.
414
415         * README.en (What's APEL?): Delete description about atype.el; add
416         description about calist.el.
417
418 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
419
420         * calist.el (ctree-add-calist-with-default): fixed.
421
422 \f
423 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
424
425         * APEL: Version 8.9 was released.
426
427 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
428
429         * calist.el (ctree-find-calist): fixed duplicated result.
430
431 \f
432 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
433
434         * APEL: Version 8.8 was released.
435
436 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
437
438         * calist.el (ctree-find-calist): Delete duplicated result.
439
440 \f
441 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
442
443         * APEL: Version 8.7 was released.
444
445 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
446
447         * calist.el (ctree-match-calist-partially): New function.
448
449 \f
450 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
451
452         * APEL: Version 8.6 was released.
453
454 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
457         us-ascii in default setting.
458
459 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
460
461         * calist.el (ctree-find-calist): Add optional argument 'all.
462
463 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
464
465         * calist.el (ctree-find-calist): Renamed from
466         'ctree-match-calist-all.
467
468 \f
469 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
470
471         * APEL: Version 8.5 was released.
472
473 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
474
475         * calist.el (ctree-match-calist-all): New function.
476
477 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * APEL-ELS: Comment out 'atype and 'file-detect.
480
481 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
482
483         * emu-x20.el (decode-mime-charset-string): Use
484         'decode-mime-charset-region.
485
486 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
487
488         * emu-x20.el (mime-charset-decoder-alist): Add
489         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
490         (decode-mime-charset-region-for-hz): New function.
491
492 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
493
494         * emu-x20.el (mime-charset-decoder-alist): New variable.
495         (decode-mime-charset-region-default): New function.
496         (mime-iso646-character-unification-alist): New variable.
497         (mime-unified-character-face): New variable.
498         (decode-mime-charset-region-with-iso646-unification): New
499         function.
500         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
501
502 \f
503 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
504
505         * APEL: Version 8.4 was released.
506
507         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
508         indexing (Emacs 20.3 or later).
509
510 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
511
512         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
513         'shift_jis.
514
515         * EMU-ELS (emu-modules): fixed.
516
517 \f
518 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
519
520         * APEL: Version 8.3 was released.
521
522         * README.en (What's APEL?): Modify for latest emu.
523
524 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
525
526         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
527         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
528
529 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
530
531         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
532
533         * emu-e20_3.el: New module.
534
535         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
536
537         * emu-e20_2.el (set-buffer-multibyte): New function.
538
539         * emu-e20.el (insert-file-contents-as-binary): Use
540         'set-buffer-multibyte.
541
542 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
543
544         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
545         depended definitions from emu-e20.el to emu-e20_2.el.
546
547 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
550
551 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
552
553         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
554
555         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
556
557         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
558
559 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
560
561         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
562         EMU-ELS: Rename emu-19.el -> emu-e19.el.
563
564         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
565         emu-latin1.el.
566
567 \f
568 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
569
570         * APEL: Version 8.2 was released.
571
572         * README.en (What's APEL?): Remove description about std11.el and
573         std11-parse.el.
574
575         * install.el (install-detect-elisp-directory): Modify regexp to
576         allow trailing `/'.
577
578 \f
579 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
580
581         * APEL: Version 8.1 was released.
582
583 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
584
585         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
586         'defsubst.
587         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
588
589 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
590
591         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
592
593         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
594         (moved to RIME).
595
596 \f
597 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
598
599         * APEL: Version 8.0 was released.
600
601 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
602
603         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
604
605         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
606         `char-leading-char'.
607
608 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
609
610         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
611         obsolete alias `char-columns'.
612
613         * emu-e19.el: Abolish constant `charset-ascii' and
614         `charset-iso8859-1'.
615         (charset-description): New implementation.
616         (charset-registry): New implementation.
617         (charset-width): Renamed from `charset-columns'; new
618         implementation.
619         (find-charset-string): New implementation.
620         (find-charset-region): New implementation.
621         (charsets-mime-charset-alist): New initial value.
622         (detect-mime-charset-region): New implementation.
623         (char-charset): New implementation.
624
625         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
626
627         * emu-nemacs.el: Abolish constant `charset-ascii' and
628         `charset-jisx0208'.
629         Abolish constant `lc-ascii' and `lc-jp'.
630         (charset-description): New implementation.
631         (charset-registry): New implementation.
632         (charset-columns): New implementation.
633         (find-charset-string): New implementation.
634         (find-charset-region): New implementation.
635         (charsets-mime-charset-alist): New initial value.
636         (char-charset): New implementation.
637
638 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
641         (char-next-index): New macro.
642
643 \f
644 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
645
646         * APEL: Version 7.6 was released.
647
648         * std11.el: Require 'std11-parse when compile.
649
650 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
651
652         * calist.el (ctree-match-calist): Prefer normal choice than
653         default choice.
654
655 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
656
657         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
658
659 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
660
661         * emu-20.el: Require 'wid-edit when compile.
662
663 \f
664 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
665
666         * APEL: Version 7.5 was released.
667
668 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
669
670         * calist.el (calist-field-match-method-obarray): New variable.
671         (define-calist-field-match-method): New function.
672         (calist-default-field-match-method): New function.
673         (calist-field-match-method): New function.
674         (calist-field-match): New function.
675         (ctree-match-calist): Use `calist-field-match'.
676
677 \f
678 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
679
680         * APEL: Version 7.4 was released.
681
682 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
683
684         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
685         (insert-file-contents-as-binary): Renamed from
686         `insert-binary-file-contents'; add `insert-binary-file-contents'
687         as obsolete alias.
688
689 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
690
691         * emu-e20.el (insert-binary-file-contents-literally): New alias
692         for `insert-file-contents-literally'.
693
694         * emu-x20.el (insert-binary-file-contents-literally): Moved from
695         emu-20.el.
696
697         * emu-20.el: Move `insert-binary-file-contents-literally' to
698         emu-x20.el.
699
700 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
701
702         * emu-e20.el (insert-binary-file-contents): Must save
703         `enable-multibyte-characters'.
704
705         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
706
707         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
708
709         * calist.el (ctree-match-calist): Rename local variables.
710
711 \f
712 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
713
714         * APEL: Version 7.3 was released.
715
716 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
717
718         * APEL-ELS: Add calist.el.
719
720         * calist.el: New module.
721
722 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
723
724         * emu-mule.el (charsets-mime-charset-alist) fixed.
725
726 \f
727 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
728
729         * APEL: Version 7.2 was released.
730
731 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
732
733         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
734         (write-region-as-binary): New function.
735
736 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
737
738         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
739         (insert-binary-file-contents): New function.
740
741 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
742
743         * README.en (Bug reports): Modify description of tm mailing list.
744
745 \f
746 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
747
748         * APEL: Version 7.1.1 was released.
749
750         * README.en (Bug reports): Modify for APEL.
751
752 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
753
754         * std11.el (std11-msg-id-string): New function.
755         (std11-fill-msg-id-list-string): New function.
756
757         * std11-parse.el (std11-parse-msg-id): New function.
758
759 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
760
761         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
762         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
763         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
764         avoid this problem.
765
766 \f
767 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
768
769         * APEL: Version 7.1 was released.
770
771 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
772
773         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
774
775 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
776
777         * install.el, filename.el (filename-filters): Use path-util.el
778         instead of file-detect.el.
779
780         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
781         path-util.el (file name should be less than 13 bytes).
782
783 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
784
785         * emu-19.el (tl:make-overlay): New alias.
786         (tl:overlay-put): New alias.
787         (tl:overlay-buffer): New alias.
788
789 \f
790 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
791
792         * APEL: Version 4.2 was released.
793
794 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
795
796         * APEL-MK (config-apel): Regard LISPDIR.
797
798 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
799
800         * emu-19.el (tl:make-overlay): New obsolete function (for
801         tm-7.106).
802         (tl:overlay-put): New obsolete function (for tm-7.106).
803         (tl:overlay-buffer): New obsolete function (for tm-7.106).
804
805 \f
806 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
807
808         * APEL: Version 4.1 was released.
809
810         * APEL-MK (compile-apel): Use `config-apel'; don't use
811         `add-to-list' for compatibility.
812         (install-apel): Don't call `config-apel' directly.
813
814         * APEL-CFG: Add load-path setting.
815
816 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
817
818         * emu-20.el (mime-charset-list): New inline-function.
819         (widget-mime-charset-prompt-value-history): New variable.
820         (mime-charset): New widget.
821         (widget-mime-charset-prompt-value): New function.
822         (widget-mime-charset-action): New function.
823         (default-mime-charset): Use `defcustom'.
824
825         * emu-20.el (default-mime-charset): Modify DOC-string.
826
827         * emu-mule.el (charsets-mime-charset-alist): New implementation.
828
829         * emu-e20.el (encode-mime-charset-region,
830         decode-mime-charset-region, encode-mime-charset-string,
831         decode-mime-charset-string): New function (copied from emu-20.el);
832         check `enable-multibyte-characters'.
833
834         * emu-x20.el (encode-mime-charset-region,
835         decode-mime-charset-region, encode-mime-charset-string,
836         decode-mime-charset-string): New function (copied from emu-20.el).
837
838         * emu-20.el: Move function `encode-mime-charset-region',
839         `decode-mime-charset-region', `encode-mime-charset-string' and
840         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
841
842 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
843
844         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
845         `iso-8859-5' for cyrillic.
846
847 \f
848 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
849
850         * APEL: Version 3.4.4 was released.
851
852 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
853
854         * std11-parse.el (std11-special-char-list): Fix order for regexp.
855
856 \f
857 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
858
859         * APEL: Version 3.4.3 was released.
860
861         * README.en: Modify for Emacs 20.
862
863 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
864
865         * std11-parse.el (std11-special-char-list): New constant; abolish
866         `std11-special-chars'.
867         (std11-atom-regexp): Use it.
868         (std11-analyze-special): Use it; Don't use `find'.
869
870 \f
871 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
872
873         * APEL: Version 3.4.2 was released.
874
875         * README.en (What's APEL?): Add emu-20.el.
876
877 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
878
879         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
880         modify implementation.
881
882         * emu-20.el (mime-charset-to-coding-system): Use
883         `find-coding-system'.
884
885         * emu-20.el (mime-charset-coding-system-alist): Use
886         `find-coding-system'.
887
888         * emu-e20.el (find-coding-system): New inline function.
889
890         * emu.el (defsubst-maybe): New macro.
891
892 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
893
894         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
895         of `defsubst'.
896
897 \f
898 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
899
900         * APEL: Version 3.4.1 was released.
901
902 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
903
904         * emu-mule.el (decode-coding-region, encode-coding-string): New
905         function.
906         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
907
908 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
909
910         * emu.el (defconst-maybe): New macro.
911
912         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
913
914         * emu.el (charsets-to-mime-charset): Abolish unused local variable
915         `csl'.
916
917         * emu-e20.el, emu-20.el: Move function
918         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
919
920         * emu-20.el: Use `defsubst' for
921         `{encode|decode}-mime-charset-{region|string}'.
922
923         * emu-e20.el (detect-mime-charset-region): Use
924         `find-charset-region'.
925
926 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
927
928         * emu-x20.el, emu-e20.el, emu-20.el: Move function
929         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
930         emu-x20.el to emu-20.el.
931
932         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
933         from emu-e20.el and emu-x20.el to emu-20.el.
934
935 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
936
937         * emu-20.el (mime-charset-coding-system-alist): Don't use
938         `coding-system-p' for symbol.
939         (mime-charset-to-coding-system): Ditto; modify DOC-string.
940
941 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
942
943         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
944         is defined as coding-system.
945
946         * emu-x20.el, emu-e20.el, emu-20.el: Move
947         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
948         to emu-20.el.
949
950         * emu-20.el (*noconv*): Add DOC-string.
951
952 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
953
954         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
955         even if CHARSET is found in `mime-charset-coding-system-alist'.
956
957         * emu-x20.el: Use function `mime-charset-to-coding-system' in
958         emu-20.el.
959
960         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
961
962         * emu-e20.el, emu-20.el: Move function
963         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
964
965 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
966
967         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
968         accessing from emu-e20.el and emu-x20.el to emu-20.el.
969
970         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
971
972 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
973
974         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
975
976         * emu-x20.el (default-mime-charset): Add DOC-string.
977
978         (mime-charset-coding-system-alist): Add `us-ascii'.
979
980 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
981
982         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
983         defined as coding-system.
984
985 \f
986 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
987
988         * emu: Version 7.44 was released.
989         * APEL: Version 3.4 was released.
990
991 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
992
993         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
994         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
995
996 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
997
998         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
999         characters in comments.
1000
1001 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1002
1003         * richtext.el: Add autoload comments for `richtext-encode' and
1004         `richtext-decode'.
1005
1006         * emu.el: Check richtext.el is bundled.
1007
1008 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1009
1010         * file-detect.el: Add autoload comments for function `add-path',
1011         `add-latest-path', `get-latest-path', `file-installed-p',
1012         `exec-installed-p', `module-installed-p' and variable
1013         `exec-suffix-list'.
1014
1015 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1016
1017         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
1018         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
1019         coding-system.
1020
1021         * emu-x20.el: Don't require cyrillic.
1022
1023 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1024
1025         * emu-mule.el (make-char): New alias.
1026
1027         * emu-e20.el: Alias `make-character' was abolished.
1028
1029 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1030
1031         * README.en (What's APEL?): Add std11 and mule-caesar.el.
1032
1033 \f
1034 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1035
1036         * emu: Version 7.43.1 was released.
1037         * APEL: Version 3.3.2 was released.
1038
1039 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1040
1041         * APEL-ELS: Add mule-caesar.el.
1042
1043         * mule-caesar.el: New file.
1044
1045 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1046
1047         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
1048
1049 \f
1050 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1051
1052         * emu: Version 7.43 was released.
1053         * APEL: Version 3.3.1 was released.
1054
1055         * emu-x20.el: several changes for XEmacs 20.1-b12.
1056
1057 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1058
1059         * Makefile: add `release'.
1060
1061 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1062
1063         * Makefile: `TARFILE' was abolished.
1064
1065 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1066
1067         * emu.el (point-at-eol): New function.
1068
1069 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1070
1071         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
1072         `emu:available-face-attribute-alist'.
1073
1074         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
1075         `tl:overlay-put' -> `overlay-put'.
1076
1077 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1078
1079         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
1080         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
1081         were abolished.
1082
1083         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
1084         `tl:overlay-buffer' were abolished.
1085
1086         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
1087
1088         * emu-xemacs.el: Require overlay.
1089
1090         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
1091
1092         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
1093         XEmacs.
1094
1095 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1096
1097         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
1098
1099 \f
1100 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1101
1102         * APEL: Version 3.3 was released.
1103         
1104         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
1105         * APEL-MK: install emu.
1106
1107 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1108
1109         * Makefile: Add README.en.
1110
1111 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1112
1113         * file-detect.el: Header and DOC-strings were modified.
1114
1115 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1116
1117         * README.en: New file.
1118
1119 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1120
1121         * filename.el: Add DOC-strings.
1122
1123         * APEL-MK (install-apel): Use `compile-apel'.
1124
1125         * Makefile (install): Don't depend on `elc'.
1126
1127 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1128
1129         * APEL-MK: Setting for load-path and requiring install were moved
1130         from APEL-CFG.
1131
1132         (install-apel): Compile apel-modules.
1133
1134         * APEL-CFG: Setting for load-path and requiring install were moved
1135         to APEL-MK.
1136
1137 \f
1138 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1139
1140         * APEL: Version 3.2 was released.
1141
1142 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1143
1144         * file-detect.el (get-latest-path): Check directory is exist or not.
1145
1146 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1147
1148         * APEL-ELS: Add install.el.
1149
1150 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1151
1152         * Makefile, APEL-MK, APEL-CFG: New file.
1153
1154 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1155
1156         * atype.el (field-unify): fixed.
1157
1158 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * filename.el (filename-filters): Use `exec-installed-p' instead
1161         of `file-installed-p' to search "kakasi".
1162
1163 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * file-detect.el (module-installed-p): Use function
1166         `exec-installed-p'.
1167
1168         * file-detect.el (exec-suffix-list): New variable.
1169         (exec-installed-p): New function.
1170
1171 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1172
1173         * APEL-ELS (apel-modules): Add filename.el.
1174
1175         * APEL-ELS: Initial revision
1176
1177 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1178
1179         * filename.el (filename-replacement-alist): Don't use function
1180         `string-to-char-list' and `expand-char-ranges'; Don't require
1181         tl-str.
1182         (filename-special-filter): Use function `assoc-if' instead of
1183         `ASSOC'; Require cl instead of tl-list.
1184         (poly-funcall): New inline-function; copied from tl-list.el.
1185
1186 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1187
1188         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
1189         and `delete-field' were abolished.
1190
1191         Don't require tl-str and tl-list.
1192
1193         Require alist.
1194
1195         (field-unify): Don't use function `symbol-concat'.
1196         (assoc-unify): Use function `assoc' directly; use function
1197         `put-alist' directly; use function `del-alist' directly.
1198
1199         * atype.el: Function `put-fields' was abolished.
1200
1201         * atype.el: tl-atype.el was renamed to atype.el.
1202
1203 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1204
1205         * atype.el: tl-atype.el was renamed to atype.el.
1206
1207 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1208
1209         * file-detect.el (file-installed-p): Fixed DOC-string.
1210
1211 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1212
1213         * alist.el: New module; separated from tl-list.el.