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