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