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