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