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