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