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