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