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