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