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