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