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