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