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