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