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