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