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