9e8bad354a0f2942106ddd599c713ad3b15e8ced
[elisp/apel.git] / ChangeLog
1 1999-05-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
2
3         * poe-18.el (eval-when-compile): New macro.
4
5         * poe.el (make-local-hook): Use `defun-maybe' directly.
6
7         * poe.el (add-hook): Use `static-condition-case' instead of
8         `condition-case'; use `defun-maybe' instead of `defun'.
9         (remove-hook): Likewise.
10
11 1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
12
13         * poe.el (caar): New function.
14
15 1999-04-13  Tanaka Akira      <akr@jaist.ac.jp>
16
17         * mcs-e20.el (x-ctext): Use the definition in Emacs 20.4.
18
19 1999-04-11  Tanaka Akira      <akr@jaist.ac.jp>
20
21         * mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext'
22         is not proper for decoding `iso-2022-jp-2'.
23
24 1999-04-09  Tanaka Akira      <akr@jaist.ac.jp>
25
26         * static.el: Add doc-strings.
27
28 1999-04-09  Tanaka Akira      <akr@jaist.ac.jp>
29
30         * EMU-ELS (emu-modules): Add `static'.
31
32         * static.el: New file.
33
34         * broken.el: New implementation using `static'.
35
36 1999-04-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
37
38         * EMU-ELS (poem-modules): Add `poem-xfc' if file-coding feature is
39         available in a XEmacs-without-MULE.
40
41 1999-04-09  Andy Piper        <andy@xemacs.org>
42
43         * poem.el: use poem-xfc when we have XEmacs with file coding.
44
45         * poem-xfc.el: new file for file coding based XEmacs.
46
47 \f
48 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
49
50         * APEL: Version 9.16 released.
51
52 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
53
54         * install.el (install-prefix): Check whether
55         `system-configuration-options' is defined or not before using it.
56
57         * poe-18.el (add-hook, remove-hook): Moved to poe.el.
58         * poe.el (add-hook, remove-hook): Accept optional `local' arg.
59         (add-local-hook, remove-local-hook): Removed.
60
61         * tinycustom.el (defface): Make face if 'faces is provided.
62
63 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
64
65         * pcustom.el: New implementation using broken.el.
66
67 1999-03-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
68
69         * APEL-MK (compile-apel, what-where-apel): Use `load-file' to
70         ensure that EMU_ELS in the current directory is loaded.
71
72 1999-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
73
74         * emu.el (code-convert-string, code-convert-region,
75         insert-binary-file-contents): Doc fix.
76
77 1999-03-16  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
78
79         * README.en, README.ja: Add description of pcustom and tinycustom.
80
81 1999-03-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
82
83         * tinycustom.el: Delete RCS keywords.
84
85 1999-03-24  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
86
87         * poe.el (make-local-hook): Move to after defining `add-local-hook'
88         and `remove-local-hook'.
89
90 1999-03-20  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
91
92         * tinycustom.el (define-widget): New nop macro.
93         (defface): Makes face FACE.
94
95 1999-03-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
96
97         * poem.el (charset-after): New function.
98
99 \f
100 1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * APEL: Version 9.15 released.
103
104 1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * poe.el (defun-maybe-cond): Don't use `unless'.
107
108 1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
109
110         * EMU-ELS (pcustom-modules): New variable.
111         (emu-modules): Add `pcustom-modules'.
112
113 1999-03-13  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
114
115         * tinycustom.el: New file.
116         * pcustom.el: Likewise.
117
118 \f
119 1999-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * APEL: Version 9.14 released.
122
123 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * mcs-e20.el (charsets-mime-charset-alist): Add setting for
126         `tis-620'.
127
128         * mcs-20.el (mime-charset-coding-system-alist): Add `tis-620' and
129         `windows-874'.
130
131 1999-03-08  SL Baur  <steve@xemacs.org>
132
133         * poem-ltn1.el (find-file-noselect-as-raw-text): Quote.
134         (find-file-noselect-as-raw-text-CRLF): Ditto.
135
136 1999-03-08  SL Baur  <steve@xemacs.org>
137
138         * mcs-xm.el (decode-mime-charset-region-with-iso646-unification):
139         Respect passed in boundaries.
140         From MORIOKA Tomohiko <tomo@etl.go.jp>
141
142 1999-03-08  SL Baur  <steve@xemacs.org>
143
144         * poe.el (poe): Move provide to the top to avoid circular
145         dependency.
146
147         * poe-xemacs.el: Explicitly require poe when bytecompiling.
148         * poem-xm.el: Ditto.
149         * poem-ltn1.el:Ditto.
150
151 \f
152 1999-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * APEL: Version 9.13 released.
155
156 1999-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * Makefile (package): New target.
159         (install-package): Depend on `package'.
160
161         * APEL-MK (install-update-package-files): New function.
162         (config-apel-package): Load "EMU-ELS".
163         (compile-apel-package): New function.
164         (install-apel-package): Don't compile modules; use function
165         `install-update-package-files'.
166
167 1999-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
168
169         * APEL-MK (install-just-print-p): Modify for special option of GNU
170         make.
171
172 1999-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * APEL-MK (install-just-print-p): New function.
175         (install-apel): Use `install-just-print-p'.
176         (install-apel-package): Likewise.
177
178 1999-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * Makefile (install): Add voodoo comment `# $(MAKE)'.
181         (install-package): Likewise.
182
183         * APEL-MK (install-apel): Run installer with `just-print' mode if
184         environment variable "MAKEFLAGS" matches "^[^ =]*n" option.
185         (install-apel-package): Likewise.
186
187 1999-02-21  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
188
189         * install.el (install-file): New optional argument JUST-PRINT.
190         (install-files): Likewise.
191         (install-elisp-module): Likewise.
192         (install-elisp-modules): Likewise.
193
194 1999-02-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
195
196         * mcs-e20.el (coding-system-get): New function.
197         (mime-charset-list): Fix for Emacs 20.2.
198
199 1999-02-14  Katsumi Yamaoka   <yamaoka@jpl.org>
200
201         * mcs-om.el (default-mime-charset-for-write): Delete the remaining
202         arguments for `defcustom'.
203
204 1999-02-13  Tanaka Akira  <akr@jaist.ac.jp>
205
206         * mcs-e20.el (charsets-mime-charset-alist): Don't set up
207         `iso-2022-int-1' in default.
208
209 1999-02-11  Tanaka Akira  <akr@jaist.ac.jp>
210
211         * README.en, README.ja, pccl.el: pccl does not support Mule 1.x.
212
213         * pccl-20.el: Update broken facility message with Emacs version
214         it fixes.
215
216 1999-02-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * install.el (install-prefix): Modify for Meadow.
219
220 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
221
222         * mcs-20.el (mime-charset-to-coding-system-default-method): New
223         user option.
224         (mime-charset-to-coding-system): Call
225         `mime-charset-to-coding-system-default-method' if suitable
226         coding-system is not found.
227
228 1999-01-21  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
229
230         * mcs-xm.el (encode-mime-charset-region): Add new optional
231         argument `lbt'.
232         (encode-mime-charset-string): Ditto.
233
234         * mcs-nemacs.el (lbt-to-string): New inline function.
235         (encode-mime-charset-region): Add new optional argument `lbt'.
236         (encode-mime-charset-string): Ditto.
237
238         * mcs-ltn1.el (lbt-to-string): New inline function.
239         (encode-mime-charset-region): Add new optional argument `lbt'.
240         (encode-mime-charset-string): Ditto.
241         (decode-mime-charset-region): Use `lbt-to-string'.
242
243         * mcs-e20.el (encode-mime-charset-region): Add new optional
244         argument `lbt'.
245         (encode-mime-charset-string): Ditto.
246
247         * mcs-om.el (lbt-to-string): New inline function.
248         (encode-mime-charset-region): Add new optional argument `lbt'.
249         (encode-mime-charset-string): Ditto.
250         (decode-mime-charset-region): Use `lbt-to-string'.
251         (decode-mime-charset-string): Ditto.
252
253 1998-12-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
254
255         * mcs-om.el (default-mime-charset-for-write): New variable.
256         (detect-mime-charset-region): Return
257         `default-mime-charset-for-write' if suitable mime-charset is not
258         found.
259
260         * mcs-20.el (detect-mime-charset-region): Don't call
261         `default-mime-charset-detect-method-for-write' if suitable
262         mime-charset is found.
263
264         * mcharset.el (charsets-to-mime-charset): Return nil if suitable
265         mime-charset is not found; abolish optional argument `default'.
266
267 1998-12-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
268
269         * mcs-xm.el (charsets-mime-charset-alist): Don't set up
270         `iso-2022-int-1' in default.
271
272         * mcs-20.el (default-mime-charset-for-write): New user option.
273         (default-mime-charset-detect-method-for-write): New user option.
274         (detect-mime-charset-region): Refer
275         `default-mime-charset-detect-method-for-write' or
276         `default-mime-charset-for-write' if suitable mime-charset is not
277         found.
278
279         * mcharset.el (charsets-to-mime-charset): Add new optional
280         argument `default'.
281
282 1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
283
284         * poem-nemacs.el (find-file-noselect-as-coding-system): Bind
285         `default-kanji-fileio-code' to specified coding system instead of
286         the use of `kanji-fileio-code'; bind `kanji-fileio-code' to nil.
287         (find-file-noselect-as-raw-text): Revert buffer if the file is
288         newer than the buffer.
289         (as-binary-input-file): Bind `default-kanji-flag' to nil.
290
291         * poem-20.el (find-file-noselect-as-binary): Bug fix - use
292         `coding-system-for-read' instead of `coding-system-for-write'.
293
294 1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
295
296         * poem-om.el (find-file-noselect-as-raw-text-CRLF): New function.
297         It is an alias for `find-file-noselect-as-raw-text'.
298         (insert-file-contents-as-raw-text-CRLF): New function.
299         It is an alias for `insert-file-contents-as-raw-text'.
300
301         * poem-nemacs.el (find-file-noselect-as-raw-text-CRLF): New
302         function. It is an alias for `find-file-noselect-as-raw-text'.
303         (find-file-noselect-as-raw-text): Convert line-break code from
304         CRLF to LF.
305         (insert-file-contents-as-raw-text-CRLF): New function. It is an
306         alias for `insert-file-contents-as-raw-text'.
307         (insert-file-contents-as-raw-text): Convert line-break code from
308         CRLF to LF.
309         (find-file-noselect-as-binary): Don't specify the optional third
310         argument `rawfile' for `find-file-noselect'.
311
312         * poem-ltn1.el (find-file-noselect-as-raw-text-CRLF): New function.
313         It is an alias for `find-file-noselect'.
314         (insert-file-contents-as-raw-text-CRLF): New function. It is an
315         alias for `insert-file-contents'.
316
317         * poem-20.el, poem-e20_2.el (find-file-noselect-as-raw-text-CRLF):
318         New function.
319         (insert-file-contents-as-raw-text-CRLF): New function.
320
321 1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
322
323         * poem-20.el, poem-e20_2.el, poem-om.el
324         (find-file-noselect-as-raw-text): Undo the last change.
325         (insert-file-contents-as-raw-text): Likewise.
326
327 1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
328
329         * poem-20.el, poem-e20_2.el, poem-om.el
330         (find-file-noselect-as-raw-text): Use `raw-text-dos' instead of
331         `raw-text'.
332         (insert-file-contents-as-raw-text): Likewise.
333
334 1999-02-14  Katsumi Yamaoka   <yamaoka@jpl.org>
335
336         * mcs-om.el (TopLevel): Don't refer to
337         `running-emacs-19_29-or-later', use `emacs-major-version' and
338         `emacs-minor-version' instead.
339
340 1999-02-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
341
342         * poe.el (file-name-sans-extension): New function <copied from
343         Emacs 20.3.5> <cf. [tm-ja:4135]>.
344
345 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
346
347         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
348         (save-buffer-as-binary): New function.
349         (save-buffer-as-raw-text-CRLF): New function.
350         (save-buffer-as-coding-system): New function.
351
352         * poem-om.el (poem-ccl-decode-raw-text): Rewrite again for plural
353         `CR's.
354
355 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
356
357         * poem-om.el (poem-ccl-decode-raw-text): Rewrite for fixing a bug
358         that the last datum will be missed if the input data is not ended
359         with `CRLF'.
360         (poem-ccl-encode-raw-text-CRLF): Use `read-if'.
361
362 1998-12-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
363
364         * install.el (install-detect-elisp-directory): Avoid problem if
365         prefix of an emacs has its version.
366
367 \f
368 1998-12-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
369
370         * APEL: Version 9.12 was released.
371
372 1998-12-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
373
374         * mcs-om.el: Avoid error when cyrillic.el is not found.
375
376 1998-12-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
377
378         * poem-xm.el: Define coding-system `gb2312-dos', `gb2312-mac' and
379         `gb2312-unix' if it is not found.
380
381 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
382
383         * poem-om.el (poem-ccl-decode-raw-text): Renamed from
384         `ccl-decode-raw-text'.
385         (poem-ccl-encode-raw-text): Renamed from `ccl-encode-raw-text'.
386         (poem-ccl-encode-raw-text-CRLF): Renamed from
387         `ccl-encode-raw-text-CRLF`.
388
389 1998-12-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
390
391         * poem-om.el (poem-decode-raw-text): New function for MULE 1.
392         (poem-encode-raw-text-CRLF): Likewise.
393         (raw-text): New coding-system for MULE 1.
394         (raw-text-dos): Likewise.
395         (insert-file-contents-as-raw-text): Share implementation.
396         (write-region-as-raw-text-CRLF): Likewise.
397         (find-file-noselect-as-raw-text): Likewise.
398
399 1998-12-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
400
401         * poem-om.el: Share definition of coding-system `binary'.
402         (write-region-as-binary): Share implementation.
403         (find-file-noselect-as-binary): Likewise.
404
405 1998-12-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
406
407         * poem-om.el (insert-file-contents-as-binary): Share
408         implementation.
409
410 1998-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
411
412         * poem-om.el (find-file-noselect-as-raw-text): Use
413         `find-file-noselect-as-coding-system' under Mule 2.*.
414         (find-file-noselect-as-binary): Likewise.
415         (insert-file-contents-as-raw-text): Use
416         `insert-file-contents-as-coding-system' under Mule 2.*.
417         (insert-file-contents-as-binary): Likewise.
418         (write-region-as-raw-text-CRLF): Use
419         `write-region-as-coding-system' under Mule 2.*.
420         (write-region-as-binary): Likewise.
421         (truncate-string): Use `defun-maybe'.
422         (toplevel): Don't refer to `running-emacs-19_29-or-later', use
423         `emacs-major-version' and `emacs-minor-version' instead.
424
425 1998-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
426
427         * pccl-om.el (toplevel): Don't require `poem'.
428         Use `code-convert-string' instead of `encode-coding-string' or
429         `decode-coding-string'.
430
431         * poem-om.el (binary): EMACS 20 emulating coding-system for Mule
432         2.3 based on Emacs 19.[28-34].
433         (raw-text): EMACS 20 emulating coding-system based on native CCL
434         for Mule 2.3 based on Emacs 19.[28-34].
435         (raw-text-dos): Likewise.
436         (find-file-noselect-as-binary): Separate for some Mules.
437
438 1998-12-15  Tanaka Akira  <akr@jaist.ac.jp>
439
440         * pccl-20.el: Do not require 'poem.
441
442 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
443
444         * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
445         (find-file-noselect-as-coding-system): Be CODING-SYSTEM the 1st arg.
446         (insert-file-contents-as-coding-system): Likewise.
447         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
448         (write-region-as-coding-system): Likewise.
449
450 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
451
452         * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
453         (find-file-noselect-as-coding-system): Renamed from
454         `find-file-noselect-as-specified-coding-system'.
455
456         * poem-e20_2.el (insert-file-contents-as-coding-system): Renamed
457         from `insert-file-contents-as-specified-coding-system'.
458
459         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
460         (write-region-as-coding-system): Renamed from
461         `write-region-as-specified-coding-system'.
462         (insert-file-contents-as-coding-system): Renamed from
463         `insert-file-contents-as-specified-coding-system'.
464
465 1998-12-09  Katsumi Yamaoka   <yamaoka@jpl.org>
466
467         * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
468         (find-file-noselect-as-binary): New function.
469         (find-file-noselect-as-raw-text): New function.
470         (find-file-noselect-as-specified-coding-system): New function.
471
472         * poem-nemacs.el (insert-file-contents-as-binary): Call
473         `insert-file-contents' with only two args - FILENAME and VISIT.
474         (insert-file-contents-as-raw-text): Likewise.
475         (insert-file-contents-as-specified-coding-system): Likewise.
476
477 1998-12-09  Yuuichi Teranishi <teranisi@gohome.org>
478
479         * poe-18.el (make-directory-internal): Rewrite.
480
481 1998-12-08  Katsumi Yamaoka   <yamaoka@jpl.org>
482
483         * poem-20.el (write-region-as-binary): Bind
484         `jam-zcat-filename-list' with nil.
485         * poem-xm.el (insert-file-contents-as-binary): Likewise.
486
487         * poem.el: Require `tcp' if the function `open-network-stream'
488         does not exist.
489
490 1998-12-04  Katsumi Yamaoka   <yamaoka@jpl.org>
491
492         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
493         (open-network-stream-as-binary): New function.
494
495         * poem-e20_2.el (insert-file-contents-as-specified-coding-system):
496         New function.
497
498         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
499         (write-region-as-specified-coding-system): New function.
500         (insert-file-contents-as-specified-coding-system): New function.
501
502 1998-12-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
503
504         * poem-xm.el: If coding-system `iso-2022-jp-dos' unifies JIS X
505         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
506         code-point, copy coding-system `iso-2022-7bit-dos' to
507         `iso-2022-jp-dos' to avoid this problem.
508
509 1998-11-17  Kazuhiro Ohta  <ohta@ele.cst.nihon-u.ac.jp>
510
511         * README.en, README.ja (add-latest-path): Fix typo.
512
513 \f
514 1998-11-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
515
516         * APEL: Version 9.11 was released.
517
518         * poem-ltn1.el (char-charset): Fix typo.
519
520 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
521
522         * broken.el: require 'poe.
523
524 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
525
526         * pccl.el: Enclose mule depended process by `unless-broken'.
527
528 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
529
530         * poe.el (defun-maybe-cond): fixed problem in Emacs 18.
531
532         * poe.el (defsubst): Moved from poe-18.el.
533
534         * poe-18.el: Move macro `defsubst' to poe.el.
535
536 \f
537 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
538
539         * APEL: Version 9.10 was released.
540
541 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
542
543         * pccl.el (define-ccl-program): Adviced.
544
545 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
546
547         * pccl-om.el (ccl-cascading-read): New facility.
548
549 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
550
551         * EMU-ELS (emu-modules): Always install 'pccl.
552
553         * broken.el: Use 19.28 style quasi-quote.
554
555         * pccl.el: - require 'broken.
556         - Does not require 'pccl-20 for XEmacs 20.
557         (ccl-usable): New facility.
558
559 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
560
561         * README.en, README.ja, pccl-20.el: Note that pccl-20 is not
562         for XEmacs 20.
563
564 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
565
566         * poe-18.el (eval-and-compile): Moved from poe.el.
567
568         * poe.el: Move `eval-and-compile' to poe-18.el.
569
570         * poe-xemacs.el (overlayp): New alias.
571         (delete-overlay): New alias.
572
573 \f
574 1998-11-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
575
576         * APEL: Version 9.9 was released.
577
578 1998-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
579
580         * poe.el (combine-after-change-calls): fixed.
581
582 1998-10-31  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
583
584         * poe.el (combine-after-change-calls): New macro.
585
586 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * poe.el (defun-maybe-cond): New macro.
589         (next-command-event): Use `defun-maybe-cond'.
590         (cancel-undo-boundary): Use `defun-maybe-cond'.
591
592 1998-10-28  Katsumi Yamaoka   <yamaoka@jpl.org>
593
594         * poem-om.el (char-after): Redefine to change `POS' to optional
595         argument.
596
597 \f
598 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
599
600         * APEL: Version 9.8 was released.
601
602         * README.ja, README.en (CVS): New section.
603
604 1998-10-27  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
605
606         * poem-om.el (char-before): Redefine to change `POS' to optional
607         argument.
608
609 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
610
611         * poe.el (subr-fboundp): New function.
612         (next-command-event): New function.
613         (character-to-event): New function.
614
615 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
616
617         * poe.el (event-to-character): New function.
618
619 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
620
621         * poe.el (cancel-undo-boundary): Switch definition by existence of
622         variable `buffer-undo-list'.
623
624         * poe-18.el: Move function `cancel-undo-boundary' to poe.el.
625
626 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
627
628         * poe.el (cancel-undo-boundary): New function.
629
630 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
631
632         * poe-18.el (cancel-undo-boundary): New function (moved from
633         poem.el).
634
635         * poem.el: Move function `cancel-undo-boundary' to poe-18.el.
636
637 \f
638 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * APEL: Version 9.7 was released.
641
642 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
643
644         * poem.el (cancel-undo-boundary): New function.
645
646 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
647
648         * poe-xemacs.el (set-cursor-color): Add interactive spec; add
649         DOC-string.
650
651 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
652
653         * poe-xemacs.el (set-cursor-color): New function.
654
655 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
656
657         * README.ja: Sync up with latest README.en.
658
659 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
660
661         * poe.el (remove-local-hook): Use `defmacro-maybe'.
662
663 1998-10-26  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
664
665         * poe.el (add-local-hook): fixed.
666         (remove-local-hook): fixed.
667
668 \f
669 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
670
671         * APEL: Version 9.6 was released.
672
673 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
674
675         * poe.el (rassoc): New function.
676
677 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
678
679         * poe-xemacs.el (eval-after-load): New function.
680
681         * poem-e20_3.el (characterp): New alias.
682
683         * poem.el (characterp): New alias.
684         (char-octet): New function.
685
686 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
687
688         * poe.el (make-local-hook): New macro.
689         (add-local-hook): New macro.
690         (remove-local-hook): New macro.
691
692 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
693
694         * poem.el, poem-20.el, poem-e20_3.el, poem-e20.el, poem-xm.el: Add
695         setting of byte-compile-dynamic.
696
697         * poem-xm.el (string-to-int-list): Use `defun-maybe'.
698
699         * poem.el (string-as-unibyte): Use `defsubst-maybe' instead of
700         `defmacro-maybe'.
701         (string-as-multibyte): Likewise.
702         (char-int): Use `defalias-maybe'.
703         (int-char): Likewise.
704         (char-or-char-int-p): Likewise.
705
706 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
707
708         * poe.el, poe-xemacs.el: Add setting of byte-compile-dynamic.
709
710 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
711
712         * poe-18.el (data-directory): Use `defvar-maybe'.
713         (buffer-undo-list): Likewise.
714
715         * poe-xemacs.el (face-list): Use `defalias-maybe'.
716         (line-beginning-position): Likewise.
717         (line-end-position): Likewise.
718
719         * poe.el (defalias-maybe): New macro.
720
721         * poe-xemacs.el (dired-other-frame): Use `defun-maybe'.
722
723 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
724
725         * poe.el (defvar-maybe): New macro.
726         (temporary-file-directory): New variable.
727
728 \f
729 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * APEL: Version 9.5 was released.
732
733 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
734
735         * README.ja: New file.
736
737 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
738
739         * alist.el: Add autoload cookies.
740
741 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
742
743         * poe.el, EMU-ELS, README.en: Move `find-face' from poe-19.el to
744         poe.el; abolish poe-19.el.
745
746 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
747
748         * invisible.el, inv-18.el, inv-19.el, inv-xemacs.el, poe-18.el,
749         poe-19.el, poe-xemacs.el, emu.el, EMU-ELS, README.en: Separate
750         invisible features from poe to invisible.
751
752 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
753
754         * poe.el (eval-and-compile): New macro.
755         Enclose redefinition of `read-string' by `eval-and-compile'.
756
757 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
758
759         * poe.el (string): New function.
760
761 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
762
763         * emu.el (char-list-to-string): New function.
764
765         * poe-xemacs.el, poe-19.el: Abolish macro `char-list-to-string'.
766
767         * poe-18.el: Abolish function `char-list-to-string'.
768
769 1998-10-18  Tanaka Akira  <akr@jaist.ac.jp>
770
771         * broken.el (check-broken-facility): Also use compile time
772         description.
773
774 \f
775 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
776
777         * APEL: Version 9.4 was released.
778
779 1998-10-17  Tanaka Akira  <akr@jaist.ac.jp>
780
781         * broken.el (check-broken-facility): New macro.
782
783 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
784
785         * poe.el (define-obsolete-function-alias): New function.
786
787 \f
788 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
789
790         * APEL: Version 9.3 was released.
791
792 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
793
794         * README.en: Add explanations about
795         `LISPDIR', `VERSION_SPECIFIC_LISPDIR' and `what-where'.
796
797         * Makefile (what-where): New target.
798         (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
799
800         * APEL-MK (what-where-apel): New function.
801         (config-apel): Refer to `VERSION_SPECIFIC_LISPDIR'.
802
803         * APEL-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
804
805 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
806
807         * README.en (load-path): Modify for Emacs 20.3.
808
809 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
810
811         * APEL-CFG (EMU_PREFIX): Use "emu" for Emacs 20.3 or later.
812
813         * EMU-ELS: Don't install pccl in anything older than XEmacs 21
814         with MULE.
815
816 \f
817 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
818
819         * APEL: Version 9.2 was released.
820
821         * poem-xm.el (insert-file-contents-as-binary): New function.
822
823         * poem-20.el (write-region-as-binary): bind
824         `jka-compr-compression-info-list' with nil.
825         (insert-file-contents-as-binary): Change to alias of
826         `insert-file-contents-literally' for Emacs 20.
827
828 \f
829 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
830
831         * APEL: Version 9.1 was released.
832
833 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
834
835         * mcs-e20.el, mcs-xm.el (coding-system-to-mime-charset): New
836         function.
837         (mime-charset-list): New implementation.
838
839         * Move `mime-charset-list' from mcs-20.el to mcs-e20.el and
840         mcs-xm.el.
841
842 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
843
844         * mcs-e20.el (charsets-mime-charset-alist): Use `gb2312' and
845         `big5' instead of `cn-gb-2312' and `cn-big5'.
846
847         * mcs-xm.el (charsets-mime-charset-alist): Use `gb2312' and `big5'
848         instead of `cn-gb-2312' and `cn-big5'.
849
850         * mcs-20.el (mime-charset-coding-system-alist): Add `cn-gb' to
851         default value.
852
853 \f
854 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
855
856         * APEL: Version 9.0 was released.
857
858         * Delete EMU-CFG and EMU-MK because they have not been used.
859
860 1998-09-22  Tanaka Akira      <akr@jaist.ac.jp>
861
862         * README.en (What's APEL?): Add notice for broken.el.
863
864 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
865
866         * README.en (What's APEL?): Modify for latest structure.
867
868 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
869
870         * mcs-xm.el (charsets-mime-charset-alist): Comment out invalid
871         definition for iso-2022-int-1.
872
873 1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
874
875         * broken.el: New file.
876
877         * pccl.el (apel-broken-facility): Abolished
878         (apel-broken-p): Abolished
879
880         * EMU-ELS (emu-modules): Add 'broken.
881
882         * Makefile (elc): Do not remove emu*.elc.
883
884         * pccl-20.el: require 'broken.
885         (ccl-use-symbol-as-program): Abolished.
886         (ccl-accept-symbol-as-program): New facility.
887         (make-ccl-coding-system): Use `when-broken' to define.
888         (ccl-encoder-eof-block-is-broken): Abolished.
889         (ccl-decoder-eof-block-is-broken): Abolished.
890         (ccl-eof-block-is-broken): Abolished
891         (ccl-execute-eof-block-on-encoding-null): New facility.
892         (ccl-execute-eof-block-on-encoding-some): Ditto.
893         (ccl-execute-eof-block-on-decoding-null): Ditto.
894         (ccl-execute-eof-block-on-decoding-some): Ditto.
895         (ccl-execute-eof-block-on-encoding): Ditto.
896         (ccl-execute-eof-block-on-decoding): Ditto.
897         (ccl-execute-eof-block): Ditto.
898
899         * pccl-om.el: require 'broken.
900         (ccl-use-symbol-as-program): Abolished.
901         (ccl-accept-symbol-as-program): New facility.
902         (ccl-encoder-eof-block-is-broken): Abolished.
903         (ccl-decoder-eof-block-is-broken): Abolished.
904         (ccl-eof-block-is-broken): Abolished
905         (ccl-execute-eof-block-on-encoding-null): New facility.
906         (ccl-execute-eof-block-on-encoding-some): Ditto.
907         (ccl-execute-eof-block-on-decoding-null): Ditto.
908         (ccl-execute-eof-block-on-decoding-some): Ditto.
909         (ccl-execute-eof-block-on-encoding): Ditto.
910         (ccl-execute-eof-block-on-decoding): Ditto.
911         (ccl-execute-eof-block): Ditto.
912         (ccl-execute-on-string-ignore-contin): New facility.
913
914 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
915
916         * pccl.el (apel-broken-facility): New function.
917         (apel-broken-p): New function.
918
919 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
920
921         * pccl.el: Fix author.
922
923 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
924
925         * pccl-om.el (make-ccl-coding-system): Enclose with
926         `eval-and-compile'.
927
928 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
929
930         * poe.el (unless): New macro.
931
932         * emu.el: Define tl:overlay obsolete aliases for all emacsen.
933
934         * poem-nemacs.el (decode-coding-string): Regard integer as
935         coding-system.
936         (encode-coding-string): Likewise.
937         (decode-coding-region): Likewise.
938         (encode-coding-region): Likewise.
939
940         * poe-18.el (set-text-properties): New function.
941
942         * install.el (install-detect-elisp-directory): Fix problem on
943         Nemacs.
944
945 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
946
947         * poem-ltn1.el (set-buffer-multibyte): Use `defun-maybe' instead
948         of `defmacro-maybe'.
949
950         * poem-e20_2.el (set-buffer-multibyte): Use `defun-maybe' instead
951         of `defsubst-maybe'.
952
953 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * EMU-ELS: New implementation.
956
957 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
958
959         * emu.el, emu-mule.el, EMU-ELS: Move code about CCL from
960         emu-mule.el to pccl-om.el.
961
962         * pccl.el: New file.
963
964         * pccl.el: - Rename emu-e20.el to pccl-20.el.
965         - Move definition of emu-x20.el to pccl-20.el.
966         - Move code about CCL from emu-mule.el to pccl-om.el.
967
968         * pccl-om.el: New file (move code about CCL from emu-mule.el).
969
970         * pccl-20.el: New file (renamed from emu-e20.el; move definition
971         of emu-x20.el to pccl-20.el; abolish emu-x20.el).
972
973 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
974
975         * emu.el, emu-x20.el, emu-e20.el: Move function `char-category'
976         from emu-e20.el and emu-x20.el to emu.el.
977
978 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
979
980         * emu.el, emu-nemacs.el, emu-latin1.el, EMU-ELS: Move definitions
981         of emu-nemacs.el and emu-latin1.el to emu.el; abolish
982         emu-nemacs.el and emu-latin1.el.
983
984 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
985
986         * emu.el: Modify conditions to load sub-modules.
987
988         * emu.el, emu-e20.el: Move alias
989         `insert-binary-file-contents-literally' from emu-e20.el to emu.el.
990
991 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
992
993         * poem.el, emu.el: Move `string-as-unibyte',
994         `string-as-multibyte', `char-int', `int-char' and
995         `char-or-char-int-p' from emu.el to poem.el.
996
997 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
998
999         * mcharset.el, emu.el: Move function `charsets-to-mime-charset'
1000         from emu.el to mcharset.el.
1001
1002 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1003
1004         * emu.el, emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
1005         emu-e20.el:
1006           - Move `insert-binary-file-contents' from emu-e20.el,
1007             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
1008             emu.el.
1009           - Move `insert-binary-file-contents-literally' from
1010             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
1011             emu.el.
1012
1013 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1014
1015         * poe-18.el (make-obsolete): New function.
1016
1017 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1018
1019         * emu.el, EMU-ELS: Split code about MIME charset from emu to
1020         mcharset.
1021
1022         * mcharset.el: New file.
1023
1024         * mcs-xm.el: New file (split code about MIME charset from
1025         emu-x20.el).
1026
1027         * emu-x20.el: Split code about MIME charset to mcs-xm.el.
1028
1029         * mcs-om.el: New file (split code about MIME charset from
1030         emu-mule.el).
1031
1032         * emu-mule.el: Split code about MIME charset to mcs-om.el.
1033
1034         * mcs-nemacs.el: New file (split code about MIME charset from
1035         emu-nemacs.el).
1036
1037         * emu-nemacs.el: Split code about MIME charset to mcs-nemacs.el.
1038
1039         * mcs-ltn1.el: New file (split code about MIME charset from
1040         emu-latin1.el).
1041
1042         * emu-latin1.el: Split code about MIME charset to mcs-latin1.el.
1043
1044         * mcs-e20.el: New file (split code about MIME charset from
1045         emu-e20.el).
1046
1047         * emu-e20.el: Split code about MIME charset to mcs-e20.el.
1048
1049         * mcs-20.el: New file (renamed from emu-20.el).
1050
1051 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1052
1053         * emu.el, emu-20.el: Move constant `*noconv*' from emu-20.el to
1054         emu.el.
1055
1056 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1057
1058         * emu.el, EMU-ELS: Split core part about MULE from emu to poem.
1059
1060         * poem.el: New file.
1061
1062         * poem-e20_3.el: New file (renamed from emu-e20_3.el).
1063
1064         * poem-e20_2.el: New file (renamed from poem-e20_2.el).
1065
1066         * poem-xm.el: New file (split core part of MULE from emu-x20.el).
1067
1068         * emu-x20.el: Split core part of MULE to poem-xm.el.
1069
1070         * poem-om.el: New file (split core part of MULE from emu-mule.el).
1071
1072         * emu-mule.el: Split core part of MULE to poem-om.el.
1073
1074         * poem-ltn1.el: New file (split core part of MULE from
1075         emu-latin1.el).
1076
1077         * emu-latin1.el: Split core part of MULE to poem-ltn1.el.
1078
1079         * poem-e20.el: New file (split core part of MULE from emu-e20.el).
1080
1081         * emu-e20.el: Split core part of MULE to poem-e20.el.
1082
1083         * poem-20.el: New file (split core part of MULE from emu-20.el).
1084
1085         * emu-20.el: Split core part of MULE to poem-20.el.
1086
1087         * poem-nemacs.el: New file (split core part of MULE from
1088         emu-nemacs.el).
1089
1090         * emu-nemacs.el: Split core part of MULE to poem-nemacs.el; move
1091         overlay emulation code of Nemacs to poe-18.el.
1092
1093         * poe-18.el: Move overlay emulation code of Nemacs from
1094         emu-nemacs.el.
1095
1096 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1097
1098         * poe.el, emu.el: Move function `point-at-bol' and `point-at-eol'
1099         from emu.el to poe.el.
1100
1101 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1102
1103         * emu.el (point-at-bol): New function.
1104         (point-at-eol): Use `line-end-position'.
1105
1106 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * poe.el (line-beginning-position): New function.
1109         (line-end-position): New function.
1110
1111         * poe-xemacs.el (line-beginning-position): New alias.
1112         (line-end-position): New alias.
1113
1114 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1115
1116         * poe.el, emu.el: Move function `functionp' from emu.el to poe.el.
1117
1118 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * poe.el, emu.el: Move Emacs 19.30 emulating definitions, Emacs
1121         19.31 emulating definitions and Emacs 20.1 emulating definitions
1122         from emu.el to poe.el.
1123
1124 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1125
1126         * poe.el, emu.el: Move constant `emacs-minor-version', Emacs 19
1127         emulating definitions and Emacs 19.29 emulating definitions from
1128         emu.el to poe.el.
1129
1130 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1131
1132         * poe.el: New file (split core part from emu.el).
1133
1134         * poe-xemacs.el: New file (renamed from emu-xemacs.el).
1135
1136         * poe-19.el: New file (renamed from emu-e19.el).
1137
1138         * poe-18.el: New file (renamed from emu-18.el).
1139
1140         * emu.el, emu-nemacs.el, emu-mule.el, emu-e20.el, EMU-ELS: modify
1141         for new structure.
1142
1143 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1144
1145         * emu-x20.el (make-ccl-coding-system): New function.
1146
1147 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1148
1149         * emu-mule.el: Require `cyrillic' (suggested by MORIOKA-san).
1150
1151         * emu-mule.el (decode-mime-charset-region): Cope with non existent
1152         coding systems if the third arg `lbt' has specified.
1153         (decode-mime-charset-string): Likewise.
1154
1155 \f
1156 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * APEL: Version 8.18 was released.
1159
1160         * Makefile (install-package): Don't depend on target `elc'.
1161
1162         * APEL-MK (install-apel-package): Compile emu-modules and
1163         apel-modules.
1164
1165 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1166
1167         * Makefile: Abolish target `package'.
1168         (install-package): Use `elc' instead of `package'.
1169
1170         * APEL-MK: Abolish function `compile-apel-package'.
1171         (install-apel-package): Update auto-autoloads.el and
1172         custom-load.el at target directory.
1173
1174 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1175
1176         * README.en (run in expanded place): fixed.
1177         (install as a XEmacs package): New description.
1178
1179         * Makefile (XEMACS): New variable.
1180         (PACKAGEDIR): New variable.
1181         (package): New target.
1182         (install-package): New target.
1183
1184         * APEL-MK (config-apel-package): New function.
1185         (compile-apel-package): New function.
1186         (install-apel-package): New function.
1187
1188         * APEL-CFG (PACKAGEDIR): New variable.
1189
1190 1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
1191
1192         * Makefile (elc): Ignore errors when removing emu*.elc.
1193
1194 1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
1195
1196         * emu-mule.el (ccl-execute-on-string): Fix arguments
1197         order `status' and `string'.
1198
1199 \f
1200 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1201
1202         * APEL: Version 8.17 was released.
1203
1204         * emu.el (with-temp-file): Must use old forms.
1205
1206 1998-08-31  Katsumi Yamoaka   <yamaoka@jpl.org>
1207
1208         * emu.el (with-temp-file): New macro (Emacs 20/XEmacs 20
1209         emulating macro).
1210
1211 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
1212
1213         * emu-e20.el: require 'ccl only for byte-compile time.
1214
1215 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
1216
1217         * Makefile (elc): Remove emu*.elc to use newest emu by
1218         intall.el.
1219
1220 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1221
1222         * emu-e20.el (ccl-execute-on-string): Too few args.
1223         (test-ccl-eof-block-cs): Revert existence checking.
1224
1225         * emu-e20_2.el (insert-file-contents-as-binary): Return value.
1226         (insert-file-contents-as-raw-text): Ditto.
1227
1228         * emu-mule.el (insert-file-contents-as-raw-text): Return value.
1229         (encode-coding-string): Check `coding-system' is non-nil.
1230         (decode-coding-string): Ditto.
1231         (insert-file-contents-as-binary): Use `as-binary-input-file'.
1232         (insert-binary-file-contents-literally): Ditto.
1233         (write-region-as-binary): Use `as-binary-output-file'.
1234         (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
1235         (write-region-as-mime-charset): Ditto.
1236         (mime-charset-to-coding-system): New implementation.
1237
1238         (ccl-use-symbol-as-program): New constant.
1239         (ccl-encoder-eof-block-is-broken): New constant.
1240         (ccl-decoder-eof-block-is-broken): New constant.
1241         (ccl-eof-block-is-broken): New constant.
1242         (make-ccl-coding-system): New function.
1243         (ccl-execute): Emacs 20.3 emulating function.
1244         (ccl-execute-on-string): Emacs 20.3 emulating function.
1245
1246         * emu-nemacs.el (write-region-as-binary): Use
1247         `as-binary-output-file'
1248         (write-region-as-raw-text-CRLF): Ditto.
1249         (insert-file-contents-as-binary): Use `as-binary-input-file'.
1250         (insert-binary-file-contents-literally): Ditto.
1251         (insert-file-contents-as-raw-text): Ditto.
1252
1253         * emu.el (last): Emacs 20 emulation function.
1254         (butlast), (nbutlast): CL emulation functions.
1255
1256 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1257
1258         * emu-e20.el (ccl-use-symbol-as-program): Reduce
1259         `eval-and-compile' and `eval-when-compile' nesting.
1260         (test-ccl-eof-block-cs): Remove existence checking.
1261
1262 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1263
1264         * emu-e20.el (ccl-use-symbol-as-program): Use
1265         `ccl-vector-program-execute-on-string' if it is defined.
1266
1267 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1268
1269         * emu-e20.el (ccl-use-symbol-as-program): Use
1270         `ccl-execute-on-string' instead of `make-coding-system' for
1271         avoiding the error "Coding system already exists".
1272
1273 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1274
1275         * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
1276         defined.
1277
1278 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1279
1280         * emu-e20.el (ccl-use-symbol-as-program): New constant.
1281         (make-ccl-coding-system): New function.
1282         (ccl-encoder-eof-block-is-broken): New constant.
1283         (ccl-decoder-eof-block-is-broken): New constant.
1284         (ccl-eof-block-is-broken): New constant.
1285         (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
1286         (ccl-execute-on-string): Ditto.
1287
1288 1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1289
1290         * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
1291         `x-unknown'.
1292
1293 1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1294
1295         * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
1296         found.
1297
1298 1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1299
1300         * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
1301         argument `lbt'.
1302         (decode-mime-charset-string): Likewise.
1303
1304         * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
1305         `LF', `CR' as line break code type.
1306
1307 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1308
1309         * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
1310         Fix regexp to canonicalize line break code.
1311
1312         * emu-mule.el (write-region-as-raw-text-CRLF): Use
1313         `write-region-as-binary' to specify `lockname' in MULE 2.3 based
1314         on 19.34.
1315
1316 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1317
1318         * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
1319         `iso-2022-jp-2-dos' is not found.
1320
1321 1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1322
1323         * emu-mule.el (write-region-as-raw-text-CRLF): New function.
1324
1325         * emu-18.el (generate-new-buffer-name): New function (Emacs 19
1326         emulating function).
1327
1328 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1329
1330         * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
1331         New function.
1332
1333         * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
1334         `write-region-as-CRLF'.
1335
1336 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1337
1338         * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
1339         argument `lbt'.
1340         (decode-mime-charset-string): Likewise.
1341
1342         * emu-x20.el: Define coding-system `raw-text-unix' and
1343         `raw-text-mac' if they are not found.
1344         Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
1345         (decode-mime-charset-region-default): Add new argument `lbt'.
1346         (decode-mime-charset-region-with-iso646-unification): Likewise.
1347         (decode-mime-charset-region-for-hz): Likewise.
1348         (decode-mime-charset-region): Likewise.
1349         (decode-mime-charset-string): Likewise.
1350
1351         * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
1352         `CR' as line break code type.
1353
1354 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1355
1356         * emu-x20.el: Define coding-system `raw-text-dos' if it is not
1357         found.
1358
1359         * emu-20.el (write-region-as-CRLF): New function.
1360
1361 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1362
1363         * install.el (install-detect-elisp-directory): Modify for anything
1364         older than Emacs 19.28.
1365
1366 \f
1367 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1368
1369         * APEL: Version 8.16 was released.
1370
1371         * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
1372
1373 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1374
1375         * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
1376         of `defmacro-maybe'.
1377
1378 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1379
1380         * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
1381         `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
1382
1383         * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
1384         and `insert-file-contents-as-raw-text' from emu-e20.el to
1385         emu-e20_2.el.
1386
1387 \f
1388 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1389
1390         * APEL: Version 8.15 was released.
1391
1392         * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
1393         byte-compiler warning.
1394
1395 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1396
1397         * emu.el (when): New macro.
1398
1399 1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1400
1401         * emu.el (split-string): New function (Emacs 20/XEmacs 20
1402         emulating function).
1403
1404         * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
1405         emulating macro).
1406
1407         * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
1408         emulating macro).
1409
1410         * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
1411         emulating macro).
1412
1413 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1414
1415         * mule-caesar.el (mule-caesar-region): Don't compare charset with
1416         'us-ascii.
1417
1418 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1419
1420         * emu-mule.el (split-char): fixed.
1421
1422 1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1423
1424         * emu-mule.el (insert-file-contents-as-binary): Use
1425         file-coding-system-for-read instead of file-coding-system.
1426
1427 \f
1428 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * APEL: Version 8.14 was released.
1431
1432 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1433
1434         * emu-mule.el, emu-latin1.el (split-char): New function.
1435
1436 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1437
1438         * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
1439         New function.
1440
1441         * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
1442
1443         * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
1444         function.
1445
1446 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1447
1448         * emu-x20.el: Move `split-char' check and repair code from
1449         mule-caesar.el.
1450
1451         * mule-caesar.el: Move `split-char' check and repair code to
1452         emu-x20.el; require 'emu.
1453
1454 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1455
1456         * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
1457
1458         * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
1459
1460         * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
1461         instead of `char-to-octet-list'; abolish function
1462         `char-to-octet-list'.
1463
1464 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1465
1466         * emu-mule.el (charset-chars): New function.
1467
1468         * mule-caesar.el (split-char): Redefine if it has bug.
1469         (char-to-octet-list): Use `split-char'.
1470
1471 \f
1472 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1473
1474         * APEL: Version 8.13 was released.
1475
1476         * emu-x20.el (mime-character-unification-limit-size): Change
1477         default value to 2048.
1478
1479 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1480
1481         * emu.el (string-as-unibyte): New macro.
1482
1483 \f
1484 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1485
1486         * APEL: Version 8.12 was released.
1487
1488 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1489
1490         * emu-x20.el (mime-character-unification-limit-size): New
1491         variable.
1492         (decode-mime-charset-region-with-iso646-unification): Don't unify
1493         if size of region is larger than
1494         'mime-character-unification-limit-size.
1495
1496 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1497
1498         * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
1499         emu-e20_3.el (looking-at-as-unibyte): New alias.
1500
1501         * emu-e20_2.el (looking-at-as-unibyte): New function.
1502
1503 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1504
1505         * emu-x20.el: Delete definition of 'detect-mime-charset-region
1506         because it is defined in emu-20.el.
1507
1508         * emu-20.el (write-region-as-binary): fixed.
1509
1510         * emu-20.el (write-region-as-mime-charset): New function.
1511
1512         * emu-latin1.el (write-region-as-mime-charset): New alias.
1513
1514         * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
1515         function.
1516
1517 \f
1518 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
1519
1520         * APEL: Version 8.11 was released.
1521
1522 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1523
1524         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
1525         macro).
1526
1527 \f
1528 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1529
1530         * APEL: Version 8.10 was released.
1531
1532         * README.en (What's APEL?): Delete description about atype.el; add
1533         description about calist.el.
1534
1535 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1536
1537         * calist.el (ctree-add-calist-with-default): fixed.
1538
1539 \f
1540 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1541
1542         * APEL: Version 8.9 was released.
1543
1544 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1545
1546         * calist.el (ctree-find-calist): fixed duplicated result.
1547
1548 \f
1549 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1550
1551         * APEL: Version 8.8 was released.
1552
1553 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1554
1555         * calist.el (ctree-find-calist): Delete duplicated result.
1556
1557 \f
1558 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1559
1560         * APEL: Version 8.7 was released.
1561
1562 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1563
1564         * calist.el (ctree-match-calist-partially): New function.
1565
1566 \f
1567 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1568
1569         * APEL: Version 8.6 was released.
1570
1571 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1572
1573         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
1574         us-ascii in default setting.
1575
1576 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1577
1578         * calist.el (ctree-find-calist): Add optional argument 'all.
1579
1580 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1581
1582         * calist.el (ctree-find-calist): Renamed from
1583         'ctree-match-calist-all.
1584
1585 \f
1586 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1587
1588         * APEL: Version 8.5 was released.
1589
1590 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1591
1592         * calist.el (ctree-match-calist-all): New function.
1593
1594 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * APEL-ELS: Comment out 'atype and 'file-detect.
1597
1598 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1599
1600         * emu-x20.el (decode-mime-charset-string): Use
1601         'decode-mime-charset-region.
1602
1603 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1604
1605         * emu-x20.el (mime-charset-decoder-alist): Add
1606         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
1607         (decode-mime-charset-region-for-hz): New function.
1608
1609 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1610
1611         * emu-x20.el (mime-charset-decoder-alist): New variable.
1612         (decode-mime-charset-region-default): New function.
1613         (mime-iso646-character-unification-alist): New variable.
1614         (mime-unified-character-face): New variable.
1615         (decode-mime-charset-region-with-iso646-unification): New
1616         function.
1617         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
1618
1619 \f
1620 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1621
1622         * APEL: Version 8.4 was released.
1623
1624         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
1625         indexing (Emacs 20.3 or later).
1626
1627 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1628
1629         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
1630         'shift_jis.
1631
1632         * EMU-ELS (emu-modules): fixed.
1633
1634 \f
1635 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1636
1637         * APEL: Version 8.3 was released.
1638
1639         * README.en (What's APEL?): Modify for latest emu.
1640
1641 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1642
1643         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
1644         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
1645
1646 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1647
1648         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
1649
1650         * emu-e20_3.el: New module.
1651
1652         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
1653
1654         * emu-e20_2.el (set-buffer-multibyte): New function.
1655
1656         * emu-e20.el (insert-file-contents-as-binary): Use
1657         'set-buffer-multibyte.
1658
1659 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1660
1661         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
1662         depended definitions from emu-e20.el to emu-e20_2.el.
1663
1664 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1665
1666         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
1667
1668 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1669
1670         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
1671
1672         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
1673
1674         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
1675
1676 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1677
1678         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
1679         EMU-ELS: Rename emu-19.el -> emu-e19.el.
1680
1681         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
1682         emu-latin1.el.
1683
1684 \f
1685 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1686
1687         * APEL: Version 8.2 was released.
1688
1689         * README.en (What's APEL?): Remove description about std11.el and
1690         std11-parse.el.
1691
1692         * install.el (install-detect-elisp-directory): Modify regexp to
1693         allow trailing `/'.
1694
1695 \f
1696 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1697
1698         * APEL: Version 8.1 was released.
1699
1700 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1701
1702         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
1703         'defsubst.
1704         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
1705
1706 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1707
1708         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
1709
1710         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
1711         (moved to RIME).
1712
1713 \f
1714 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1715
1716         * APEL: Version 8.0 was released.
1717
1718 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1719
1720         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
1721
1722         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
1723         `char-leading-char'.
1724
1725 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1726
1727         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
1728         obsolete alias `char-columns'.
1729
1730         * emu-e19.el: Abolish constant `charset-ascii' and
1731         `charset-iso8859-1'.
1732         (charset-description): New implementation.
1733         (charset-registry): New implementation.
1734         (charset-width): Renamed from `charset-columns'; new
1735         implementation.
1736         (find-charset-string): New implementation.
1737         (find-charset-region): New implementation.
1738         (charsets-mime-charset-alist): New initial value.
1739         (detect-mime-charset-region): New implementation.
1740         (char-charset): New implementation.
1741
1742         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
1743
1744         * emu-nemacs.el: Abolish constant `charset-ascii' and
1745         `charset-jisx0208'.
1746         Abolish constant `lc-ascii' and `lc-jp'.
1747         (charset-description): New implementation.
1748         (charset-registry): New implementation.
1749         (charset-columns): New implementation.
1750         (find-charset-string): New implementation.
1751         (find-charset-region): New implementation.
1752         (charsets-mime-charset-alist): New initial value.
1753         (char-charset): New implementation.
1754
1755 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1756
1757         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
1758         (char-next-index): New macro.
1759
1760 \f
1761 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1762
1763         * APEL: Version 7.6 was released.
1764
1765         * std11.el: Require 'std11-parse when compile.
1766
1767 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1768
1769         * calist.el (ctree-match-calist): Prefer normal choice than
1770         default choice.
1771
1772 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1773
1774         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
1775
1776 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1777
1778         * emu-20.el: Require 'wid-edit when compile.
1779
1780 \f
1781 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1782
1783         * APEL: Version 7.5 was released.
1784
1785 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1786
1787         * calist.el (calist-field-match-method-obarray): New variable.
1788         (define-calist-field-match-method): New function.
1789         (calist-default-field-match-method): New function.
1790         (calist-field-match-method): New function.
1791         (calist-field-match): New function.
1792         (ctree-match-calist): Use `calist-field-match'.
1793
1794 \f
1795 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1796
1797         * APEL: Version 7.4 was released.
1798
1799 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1800
1801         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
1802         (insert-file-contents-as-binary): Renamed from
1803         `insert-binary-file-contents'; add `insert-binary-file-contents'
1804         as obsolete alias.
1805
1806 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1807
1808         * emu-e20.el (insert-binary-file-contents-literally): New alias
1809         for `insert-file-contents-literally'.
1810
1811         * emu-x20.el (insert-binary-file-contents-literally): Moved from
1812         emu-20.el.
1813
1814         * emu-20.el: Move `insert-binary-file-contents-literally' to
1815         emu-x20.el.
1816
1817 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1818
1819         * emu-e20.el (insert-binary-file-contents): Must save
1820         `enable-multibyte-characters'.
1821
1822         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
1823
1824         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
1825
1826         * calist.el (ctree-match-calist): Rename local variables.
1827
1828 \f
1829 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1830
1831         * APEL: Version 7.3 was released.
1832
1833 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1834
1835         * APEL-ELS: Add calist.el.
1836
1837         * calist.el: New module.
1838
1839 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1840
1841         * emu-mule.el (charsets-mime-charset-alist) fixed.
1842
1843 \f
1844 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1845
1846         * APEL: Version 7.2 was released.
1847
1848 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1849
1850         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
1851         (write-region-as-binary): New function.
1852
1853 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1854
1855         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
1856         (insert-binary-file-contents): New function.
1857
1858 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1859
1860         * README.en (Bug reports): Modify description of tm mailing list.
1861
1862 \f
1863 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1864
1865         * APEL: Version 7.1.1 was released.
1866
1867         * README.en (Bug reports): Modify for APEL.
1868
1869 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1870
1871         * std11.el (std11-msg-id-string): New function.
1872         (std11-fill-msg-id-list-string): New function.
1873
1874         * std11-parse.el (std11-parse-msg-id): New function.
1875
1876 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1877
1878         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
1879         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
1880         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
1881         avoid this problem.
1882
1883 \f
1884 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1885
1886         * APEL: Version 7.1 was released.
1887
1888 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1889
1890         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
1891
1892 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1893
1894         * install.el, filename.el (filename-filters): Use path-util.el
1895         instead of file-detect.el.
1896
1897         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
1898         path-util.el (file name should be less than 13 bytes).
1899
1900 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1901
1902         * emu-19.el (tl:make-overlay): New alias.
1903         (tl:overlay-put): New alias.
1904         (tl:overlay-buffer): New alias.
1905
1906 \f
1907 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1908
1909         * APEL: Version 4.2 was released.
1910
1911 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1912
1913         * APEL-MK (config-apel): Regard LISPDIR.
1914
1915 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1916
1917         * emu-19.el (tl:make-overlay): New obsolete function (for
1918         tm-7.106).
1919         (tl:overlay-put): New obsolete function (for tm-7.106).
1920         (tl:overlay-buffer): New obsolete function (for tm-7.106).
1921
1922 \f
1923 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1924
1925         * APEL: Version 4.1 was released.
1926
1927         * APEL-MK (compile-apel): Use `config-apel'; don't use
1928         `add-to-list' for compatibility.
1929         (install-apel): Don't call `config-apel' directly.
1930
1931         * APEL-CFG: Add load-path setting.
1932
1933 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1934
1935         * emu-20.el (mime-charset-list): New inline-function.
1936         (widget-mime-charset-prompt-value-history): New variable.
1937         (mime-charset): New widget.
1938         (widget-mime-charset-prompt-value): New function.
1939         (widget-mime-charset-action): New function.
1940         (default-mime-charset): Use `defcustom'.
1941
1942         * emu-20.el (default-mime-charset): Modify DOC-string.
1943
1944         * emu-mule.el (charsets-mime-charset-alist): New implementation.
1945
1946         * emu-e20.el (encode-mime-charset-region,
1947         decode-mime-charset-region, encode-mime-charset-string,
1948         decode-mime-charset-string): New function (copied from emu-20.el);
1949         check `enable-multibyte-characters'.
1950
1951         * emu-x20.el (encode-mime-charset-region,
1952         decode-mime-charset-region, encode-mime-charset-string,
1953         decode-mime-charset-string): New function (copied from emu-20.el).
1954
1955         * emu-20.el: Move function `encode-mime-charset-region',
1956         `decode-mime-charset-region', `encode-mime-charset-string' and
1957         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
1958
1959 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1960
1961         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
1962         `iso-8859-5' for cyrillic.
1963
1964 \f
1965 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1966
1967         * APEL: Version 3.4.4 was released.
1968
1969 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1970
1971         * std11-parse.el (std11-special-char-list): Fix order for regexp.
1972
1973 \f
1974 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1975
1976         * APEL: Version 3.4.3 was released.
1977
1978         * README.en: Modify for Emacs 20.
1979
1980 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1981
1982         * std11-parse.el (std11-special-char-list): New constant; abolish
1983         `std11-special-chars'.
1984         (std11-atom-regexp): Use it.
1985         (std11-analyze-special): Use it; Don't use `find'.
1986
1987 \f
1988 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1989
1990         * APEL: Version 3.4.2 was released.
1991
1992         * README.en (What's APEL?): Add emu-20.el.
1993
1994 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1995
1996         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
1997         modify implementation.
1998
1999         * emu-20.el (mime-charset-to-coding-system): Use
2000         `find-coding-system'.
2001
2002         * emu-20.el (mime-charset-coding-system-alist): Use
2003         `find-coding-system'.
2004
2005         * emu-e20.el (find-coding-system): New inline function.
2006
2007         * emu.el (defsubst-maybe): New macro.
2008
2009 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
2010
2011         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
2012         of `defsubst'.
2013
2014 \f
2015 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2016
2017         * APEL: Version 3.4.1 was released.
2018
2019 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
2020
2021         * emu-mule.el (decode-coding-region, encode-coding-string): New
2022         function.
2023         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
2024
2025 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2026
2027         * emu.el (defconst-maybe): New macro.
2028
2029         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
2030
2031         * emu.el (charsets-to-mime-charset): Abolish unused local variable
2032         `csl'.
2033
2034         * emu-e20.el, emu-20.el: Move function
2035         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
2036
2037         * emu-20.el: Use `defsubst' for
2038         `{encode|decode}-mime-charset-{region|string}'.
2039
2040         * emu-e20.el (detect-mime-charset-region): Use
2041         `find-charset-region'.
2042
2043 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2044
2045         * emu-x20.el, emu-e20.el, emu-20.el: Move function
2046         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
2047         emu-x20.el to emu-20.el.
2048
2049         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
2050         from emu-e20.el and emu-x20.el to emu-20.el.
2051
2052 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2053
2054         * emu-20.el (mime-charset-coding-system-alist): Don't use
2055         `coding-system-p' for symbol.
2056         (mime-charset-to-coding-system): Ditto; modify DOC-string.
2057
2058 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2059
2060         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
2061         is defined as coding-system.
2062
2063         * emu-x20.el, emu-e20.el, emu-20.el: Move
2064         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
2065         to emu-20.el.
2066
2067         * emu-20.el (*noconv*): Add DOC-string.
2068
2069 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2070
2071         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
2072         even if CHARSET is found in `mime-charset-coding-system-alist'.
2073
2074         * emu-x20.el: Use function `mime-charset-to-coding-system' in
2075         emu-20.el.
2076
2077         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
2078
2079         * emu-e20.el, emu-20.el: Move function
2080         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
2081
2082 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2083
2084         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
2085         accessing from emu-e20.el and emu-x20.el to emu-20.el.
2086
2087         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
2088
2089 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2090
2091         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
2092
2093         * emu-x20.el (default-mime-charset): Add DOC-string.
2094
2095         (mime-charset-coding-system-alist): Add `us-ascii'.
2096
2097 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2098
2099         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
2100         defined as coding-system.
2101
2102 \f
2103 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2104
2105         * emu: Version 7.44 was released.
2106         * APEL: Version 3.4 was released.
2107
2108 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2109
2110         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
2111         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
2112
2113 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
2114
2115         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
2116         characters in comments.
2117
2118 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2119
2120         * richtext.el: Add autoload comments for `richtext-encode' and
2121         `richtext-decode'.
2122
2123         * emu.el: Check richtext.el is bundled.
2124
2125 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2126
2127         * file-detect.el: Add autoload comments for function `add-path',
2128         `add-latest-path', `get-latest-path', `file-installed-p',
2129         `exec-installed-p', `module-installed-p' and variable
2130         `exec-suffix-list'.
2131
2132 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2133
2134         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
2135         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
2136         coding-system.
2137
2138         * emu-x20.el: Don't require cyrillic.
2139
2140 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2141
2142         * emu-mule.el (make-char): New alias.
2143
2144         * emu-e20.el: Alias `make-character' was abolished.
2145
2146 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2147
2148         * README.en (What's APEL?): Add std11 and mule-caesar.el.
2149
2150 \f
2151 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2152
2153         * emu: Version 7.43.1 was released.
2154         * APEL: Version 3.3.2 was released.
2155
2156 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2157
2158         * APEL-ELS: Add mule-caesar.el.
2159
2160         * mule-caesar.el: New file.
2161
2162 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2163
2164         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
2165
2166 \f
2167 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2168
2169         * emu: Version 7.43 was released.
2170         * APEL: Version 3.3.1 was released.
2171
2172         * emu-x20.el: several changes for XEmacs 20.1-b12.
2173
2174 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2175
2176         * Makefile: add `release'.
2177
2178 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2179
2180         * Makefile: `TARFILE' was abolished.
2181
2182 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2183
2184         * emu.el (point-at-eol): New function.
2185
2186 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2187
2188         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
2189         `emu:available-face-attribute-alist'.
2190
2191         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
2192         `tl:overlay-put' -> `overlay-put'.
2193
2194 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2195
2196         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
2197         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
2198         were abolished.
2199
2200         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
2201         `tl:overlay-buffer' were abolished.
2202
2203         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
2204
2205         * emu-xemacs.el: Require overlay.
2206
2207         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
2208
2209         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
2210         XEmacs.
2211
2212 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2213
2214         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
2215
2216 \f
2217 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2218
2219         * APEL: Version 3.3 was released.
2220
2221         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
2222         * APEL-MK: install emu.
2223
2224 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2225
2226         * Makefile: Add README.en.
2227
2228 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2229
2230         * file-detect.el: Header and DOC-strings were modified.
2231
2232 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2233
2234         * README.en: New file.
2235
2236 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * filename.el: Add DOC-strings.
2239
2240         * APEL-MK (install-apel): Use `compile-apel'.
2241
2242         * Makefile (install): Don't depend on `elc'.
2243
2244 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2245
2246         * APEL-MK: Setting for load-path and requiring install were moved
2247         from APEL-CFG.
2248
2249         (install-apel): Compile apel-modules.
2250
2251         * APEL-CFG: Setting for load-path and requiring install were moved
2252         to APEL-MK.
2253
2254 \f
2255 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2256
2257         * APEL: Version 3.2 was released.
2258
2259 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2260
2261         * file-detect.el (get-latest-path): Check directory is exist or not.
2262
2263 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2264
2265         * APEL-ELS: Add install.el.
2266
2267 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2268
2269         * Makefile, APEL-MK, APEL-CFG: New file.
2270
2271 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2272
2273         * atype.el (field-unify): fixed.
2274
2275 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2276
2277         * filename.el (filename-filters): Use `exec-installed-p' instead
2278         of `file-installed-p' to search "kakasi".
2279
2280 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2281
2282         * file-detect.el (module-installed-p): Use function
2283         `exec-installed-p'.
2284
2285         * file-detect.el (exec-suffix-list): New variable.
2286         (exec-installed-p): New function.
2287
2288 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2289
2290         * APEL-ELS (apel-modules): Add filename.el.
2291
2292         * APEL-ELS: Initial revision
2293
2294 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2295
2296         * filename.el (filename-replacement-alist): Don't use function
2297         `string-to-char-list' and `expand-char-ranges'; Don't require
2298         tl-str.
2299         (filename-special-filter): Use function `assoc-if' instead of
2300         `ASSOC'; Require cl instead of tl-list.
2301         (poly-funcall): New inline-function; copied from tl-list.el.
2302
2303 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2304
2305         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
2306         and `delete-field' were abolished.
2307
2308         Don't require tl-str and tl-list.
2309
2310         Require alist.
2311
2312         (field-unify): Don't use function `symbol-concat'.
2313         (assoc-unify): Use function `assoc' directly; use function
2314         `put-alist' directly; use function `del-alist' directly.
2315
2316         * atype.el: Function `put-fields' was abolished.
2317
2318         * atype.el: tl-atype.el was renamed to atype.el.
2319
2320 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2321
2322         * atype.el: tl-atype.el was renamed to atype.el.
2323
2324 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2325
2326         * file-detect.el (file-installed-p): Fixed DOC-string.
2327
2328 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2329
2330         * alist.el: New module; separated from tl-list.el.