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