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