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