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