* Makefile (elc): Remove emu*.elc to use newest emu by
[elisp/apel.git] / ChangeLog
1 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * Makefile (elc): Remove emu*.elc to use newest emu by
4         intall.el.
5
6 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
7
8         * emu-e20.el (ccl-execute-on-string): Too few args.
9         (test-ccl-eof-block-cs): Revert existence checking.
10         
11         * emu-e20_2.el (insert-file-contents-as-binary): Return value.
12         (insert-file-contents-as-raw-text): Ditto.
13         
14         * emu-mule.el (insert-file-contents-as-raw-text): Return value.
15         (encode-coding-string): Check `coding-system' is non-nil.
16         (decode-coding-string): Ditto.
17         (insert-file-contents-as-binary): Use `as-binary-input-file'.
18         (insert-binary-file-contents-literally): Ditto.
19         (write-region-as-binary): Use `as-binary-output-file'.
20         (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
21         (write-region-as-mime-charset): Ditto.
22         (mime-charset-to-coding-system): New implementation.
23
24         (ccl-use-symbol-as-program): New constant.
25         (ccl-encoder-eof-block-is-broken): New constant.
26         (ccl-decoder-eof-block-is-broken): New constant.
27         (ccl-eof-block-is-broken): New constant.
28         (make-ccl-coding-system): New function.
29         (ccl-execute): Emacs 20.3 emulating function.
30         (ccl-execute-on-string): Emacs 20.3 emulating function.
31
32         * emu-nemacs.el (write-region-as-binary): Use
33         `as-binary-output-file'
34         (write-region-as-raw-text-CRLF): Ditto.  
35         (insert-file-contents-as-binary): Use `as-binary-input-file'.
36         (insert-binary-file-contents-literally): Ditto.
37         (insert-file-contents-as-raw-text): Ditto.
38         
39         * emu.el (last): Emacs 20 emulation function.
40         (butlast), (nbutlast): CL emulation functions.
41         
42 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
43
44         * emu-e20.el (ccl-use-symbol-as-program): Reduce
45         `eval-and-compile' and `eval-when-compile' nesting.
46         (test-ccl-eof-block-cs): Remove existence checking.
47
48 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
49
50         * emu-e20.el (ccl-use-symbol-as-program): Use
51         `ccl-vector-program-execute-on-string' if it is defined.
52
53 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
54
55         * emu-e20.el (ccl-use-symbol-as-program): Use
56         `ccl-execute-on-string' instead of `make-coding-system' for
57         avoiding the error "Coding system already exists".
58
59 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
60
61         * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
62         defined.
63
64 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
65
66         * emu-e20.el (ccl-use-symbol-as-program): New constant.
67         (make-ccl-coding-system): New function.
68         (ccl-encoder-eof-block-is-broken): New constant.
69         (ccl-decoder-eof-block-is-broken): New constant.
70         (ccl-eof-block-is-broken): New constant.
71         (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
72         (ccl-execute-on-string): Ditto.
73
74 1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
75
76         * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
77         `x-unknown'.
78
79 1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
80
81         * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
82         found.
83
84 1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
85
86         * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
87         argument `lbt'.
88         (decode-mime-charset-string): Likewise.
89
90         * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
91         `LF', `CR' as line break code type.
92
93 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
94
95         * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
96         Fix regexp to canonicalize line break code.
97
98         * emu-mule.el (write-region-as-raw-text-CRLF): Use
99         `write-region-as-binary' to specify `lockname' in MULE 2.3 based
100         on 19.34.
101
102 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
103
104         * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
105         `iso-2022-jp-2-dos' is not found.
106
107 1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
108
109         * emu-mule.el (write-region-as-raw-text-CRLF): New function.
110
111         * emu-18.el (generate-new-buffer-name): New function (Emacs 19
112         emulating function).
113
114 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
115
116         * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
117         New function.
118
119         * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
120         `write-region-as-CRLF'.
121
122 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
123
124         * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
125         argument `lbt'.
126         (decode-mime-charset-string): Likewise.
127
128         * emu-x20.el: Define coding-system `raw-text-unix' and
129         `raw-text-mac' if they are not found.
130         Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
131         (decode-mime-charset-region-default): Add new argument `lbt'.
132         (decode-mime-charset-region-with-iso646-unification): Likewise.
133         (decode-mime-charset-region-for-hz): Likewise.
134         (decode-mime-charset-region): Likewise.
135         (decode-mime-charset-string): Likewise.
136
137         * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
138         `CR' as line break code type.
139
140 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
141
142         * emu-x20.el: Define coding-system `raw-text-dos' if it is not
143         found.
144
145         * emu-20.el (write-region-as-CRLF): New function.
146
147 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * install.el (install-detect-elisp-directory): Modify for anything
150         older than Emacs 19.28.
151
152 \f
153 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
154
155         * APEL: Version 8.16 was released.
156
157         * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
158
159 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
162         of `defmacro-maybe'.
163
164 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
167         `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
168
169         * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
170         and `insert-file-contents-as-raw-text' from emu-e20.el to
171         emu-e20_2.el.
172
173 \f
174 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * APEL: Version 8.15 was released.
177
178         * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
179         byte-compiler warning.
180
181 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
182
183         * emu.el (when): New macro.
184
185 1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
186
187         * emu.el (split-string): New function (Emacs 20/XEmacs 20
188         emulating function).
189
190         * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
191         emulating macro).
192
193         * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
194         emulating macro).
195
196         * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
197         emulating macro).
198
199 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * mule-caesar.el (mule-caesar-region): Don't compare charset with
202         'us-ascii.
203
204 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
205
206         * emu-mule.el (split-char): fixed.
207
208 1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
209
210         * emu-mule.el (insert-file-contents-as-binary): Use
211         file-coding-system-for-read instead of file-coding-system.
212         
213 \f
214 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
215
216         * APEL: Version 8.14 was released.
217
218 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * emu-mule.el, emu-latin1.el (split-char): New function.
221
222 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
225         New function.
226
227         * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
228
229         * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
230         function.
231
232 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
233
234         * emu-x20.el: Move `split-char' check and repair code from
235         mule-caesar.el.
236
237         * mule-caesar.el: Move `split-char' check and repair code to
238         emu-x20.el; require 'emu.
239
240 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
241
242         * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
243
244         * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
245
246         * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
247         instead of `char-to-octet-list'; abolish function
248         `char-to-octet-list'.
249
250 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * emu-mule.el (charset-chars): New function.
253
254         * mule-caesar.el (split-char): Redefine if it has bug.
255         (char-to-octet-list): Use `split-char'.
256
257 \f
258 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
259
260         * APEL: Version 8.13 was released.
261
262         * emu-x20.el (mime-character-unification-limit-size): Change
263         default value to 2048.
264
265 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
266
267         * emu.el (string-as-unibyte): New macro.
268
269 \f
270 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
271
272         * APEL: Version 8.12 was released.
273
274 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
275
276         * emu-x20.el (mime-character-unification-limit-size): New
277         variable.
278         (decode-mime-charset-region-with-iso646-unification): Don't unify
279         if size of region is larger than
280         'mime-character-unification-limit-size.
281
282 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
285         emu-e20_3.el (looking-at-as-unibyte): New alias.
286
287         * emu-e20_2.el (looking-at-as-unibyte): New function.
288
289 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
290
291         * emu-x20.el: Delete definition of 'detect-mime-charset-region
292         because it is defined in emu-20.el.
293
294         * emu-20.el (write-region-as-binary): fixed.
295
296         * emu-20.el (write-region-as-mime-charset): New function.
297
298         * emu-latin1.el (write-region-as-mime-charset): New alias.
299
300         * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
301         function.
302
303 \f
304 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
305
306         * APEL: Version 8.11 was released.
307
308 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
311         macro).
312
313 \f
314 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
315
316         * APEL: Version 8.10 was released.
317
318         * README.en (What's APEL?): Delete description about atype.el; add
319         description about calist.el.
320
321 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
322
323         * calist.el (ctree-add-calist-with-default): fixed.
324
325 \f
326 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
327
328         * APEL: Version 8.9 was released.
329
330 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
331
332         * calist.el (ctree-find-calist): fixed duplicated result.
333
334 \f
335 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
336
337         * APEL: Version 8.8 was released.
338
339 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
340
341         * calist.el (ctree-find-calist): Delete duplicated result.
342
343 \f
344 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * APEL: Version 8.7 was released.
347
348 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
349
350         * calist.el (ctree-match-calist-partially): New function.
351
352 \f
353 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
354
355         * APEL: Version 8.6 was released.
356
357 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
358
359         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
360         us-ascii in default setting.
361
362 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
363
364         * calist.el (ctree-find-calist): Add optional argument 'all.
365
366 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
367
368         * calist.el (ctree-find-calist): Renamed from
369         'ctree-match-calist-all.
370
371 \f
372 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
373
374         * APEL: Version 8.5 was released.
375
376 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
377
378         * calist.el (ctree-match-calist-all): New function.
379
380 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
381
382         * APEL-ELS: Comment out 'atype and 'file-detect.
383
384 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
385
386         * emu-x20.el (decode-mime-charset-string): Use
387         'decode-mime-charset-region.
388
389 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
390
391         * emu-x20.el (mime-charset-decoder-alist): Add
392         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
393         (decode-mime-charset-region-for-hz): New function.
394
395 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
396
397         * emu-x20.el (mime-charset-decoder-alist): New variable.
398         (decode-mime-charset-region-default): New function.
399         (mime-iso646-character-unification-alist): New variable.
400         (mime-unified-character-face): New variable.
401         (decode-mime-charset-region-with-iso646-unification): New
402         function.
403         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
404
405 \f
406 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
407
408         * APEL: Version 8.4 was released.
409
410         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
411         indexing (Emacs 20.3 or later).
412
413 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
414
415         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
416         'shift_jis.
417
418         * EMU-ELS (emu-modules): fixed.
419
420 \f
421 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * APEL: Version 8.3 was released.
424
425         * README.en (What's APEL?): Modify for latest emu.
426
427 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
428
429         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
430         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
431
432 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
433
434         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
435
436         * emu-e20_3.el: New module.
437
438         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
439
440         * emu-e20_2.el (set-buffer-multibyte): New function.
441
442         * emu-e20.el (insert-file-contents-as-binary): Use
443         'set-buffer-multibyte.
444
445 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
446
447         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
448         depended definitions from emu-e20.el to emu-e20_2.el.
449
450 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
451
452         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
453
454 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
457
458         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
459
460         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
461
462 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
463
464         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
465         EMU-ELS: Rename emu-19.el -> emu-e19.el.
466
467         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
468         emu-latin1.el.
469
470 \f
471 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
472
473         * APEL: Version 8.2 was released.
474
475         * README.en (What's APEL?): Remove description about std11.el and
476         std11-parse.el.
477
478         * install.el (install-detect-elisp-directory): Modify regexp to
479         allow trailing `/'.
480
481 \f
482 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
483
484         * APEL: Version 8.1 was released.
485
486 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
487
488         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
489         'defsubst.
490         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
491
492 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
493
494         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
495
496         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
497         (moved to RIME).
498
499 \f
500 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
501
502         * APEL: Version 8.0 was released.
503
504 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
505
506         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
507
508         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
509         `char-leading-char'.
510
511 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
512
513         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
514         obsolete alias `char-columns'.
515
516         * emu-e19.el: Abolish constant `charset-ascii' and
517         `charset-iso8859-1'.
518         (charset-description): New implementation.
519         (charset-registry): New implementation.
520         (charset-width): Renamed from `charset-columns'; new
521         implementation.
522         (find-charset-string): New implementation.
523         (find-charset-region): New implementation.
524         (charsets-mime-charset-alist): New initial value.
525         (detect-mime-charset-region): New implementation.
526         (char-charset): New implementation.
527
528         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
529
530         * emu-nemacs.el: Abolish constant `charset-ascii' and
531         `charset-jisx0208'.
532         Abolish constant `lc-ascii' and `lc-jp'.
533         (charset-description): New implementation.
534         (charset-registry): New implementation.
535         (charset-columns): New implementation.
536         (find-charset-string): New implementation.
537         (find-charset-region): New implementation.
538         (charsets-mime-charset-alist): New initial value.
539         (char-charset): New implementation.
540
541 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
542
543         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
544         (char-next-index): New macro.
545
546 \f
547 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * APEL: Version 7.6 was released.
550
551         * std11.el: Require 'std11-parse when compile.
552
553 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
554
555         * calist.el (ctree-match-calist): Prefer normal choice than
556         default choice.
557
558 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
559
560         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
561
562 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
563
564         * emu-20.el: Require 'wid-edit when compile.
565
566 \f
567 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
568
569         * APEL: Version 7.5 was released.
570
571 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * calist.el (calist-field-match-method-obarray): New variable.
574         (define-calist-field-match-method): New function.
575         (calist-default-field-match-method): New function.
576         (calist-field-match-method): New function.
577         (calist-field-match): New function.
578         (ctree-match-calist): Use `calist-field-match'.
579
580 \f
581 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
582
583         * APEL: Version 7.4 was released.
584
585 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
586
587         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
588         (insert-file-contents-as-binary): Renamed from
589         `insert-binary-file-contents'; add `insert-binary-file-contents'
590         as obsolete alias.
591
592 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
593
594         * emu-e20.el (insert-binary-file-contents-literally): New alias
595         for `insert-file-contents-literally'.
596
597         * emu-x20.el (insert-binary-file-contents-literally): Moved from
598         emu-20.el.
599
600         * emu-20.el: Move `insert-binary-file-contents-literally' to
601         emu-x20.el.
602
603 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * emu-e20.el (insert-binary-file-contents): Must save
606         `enable-multibyte-characters'.
607
608         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
609
610         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
611
612         * calist.el (ctree-match-calist): Rename local variables.
613
614 \f
615 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
616
617         * APEL: Version 7.3 was released.
618
619 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
620
621         * APEL-ELS: Add calist.el.
622
623         * calist.el: New module.
624
625 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
626
627         * emu-mule.el (charsets-mime-charset-alist) fixed.
628
629 \f
630 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
631
632         * APEL: Version 7.2 was released.
633
634 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
635
636         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
637         (write-region-as-binary): New function.
638
639 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
640
641         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
642         (insert-binary-file-contents): New function.
643
644 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
645
646         * README.en (Bug reports): Modify description of tm mailing list.
647
648 \f
649 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
650
651         * APEL: Version 7.1.1 was released.
652
653         * README.en (Bug reports): Modify for APEL.
654
655 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
656
657         * std11.el (std11-msg-id-string): New function.
658         (std11-fill-msg-id-list-string): New function.
659
660         * std11-parse.el (std11-parse-msg-id): New function.
661
662 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
663
664         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
665         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
666         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
667         avoid this problem.
668
669 \f
670 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
671
672         * APEL: Version 7.1 was released.
673
674 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
675
676         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
677
678 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
679
680         * install.el, filename.el (filename-filters): Use path-util.el
681         instead of file-detect.el.
682
683         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
684         path-util.el (file name should be less than 13 bytes).
685
686 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
687
688         * emu-19.el (tl:make-overlay): New alias.
689         (tl:overlay-put): New alias.
690         (tl:overlay-buffer): New alias.
691
692 \f
693 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
694
695         * APEL: Version 4.2 was released.
696
697 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
698
699         * APEL-MK (config-apel): Regard LISPDIR.
700
701 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
702
703         * emu-19.el (tl:make-overlay): New obsolete function (for
704         tm-7.106).
705         (tl:overlay-put): New obsolete function (for tm-7.106).
706         (tl:overlay-buffer): New obsolete function (for tm-7.106).
707
708 \f
709 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
710
711         * APEL: Version 4.1 was released.
712
713         * APEL-MK (compile-apel): Use `config-apel'; don't use
714         `add-to-list' for compatibility.
715         (install-apel): Don't call `config-apel' directly.
716
717         * APEL-CFG: Add load-path setting.
718
719 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * emu-20.el (mime-charset-list): New inline-function.
722         (widget-mime-charset-prompt-value-history): New variable.
723         (mime-charset): New widget.
724         (widget-mime-charset-prompt-value): New function.
725         (widget-mime-charset-action): New function.
726         (default-mime-charset): Use `defcustom'.
727
728         * emu-20.el (default-mime-charset): Modify DOC-string.
729
730         * emu-mule.el (charsets-mime-charset-alist): New implementation.
731
732         * emu-e20.el (encode-mime-charset-region,
733         decode-mime-charset-region, encode-mime-charset-string,
734         decode-mime-charset-string): New function (copied from emu-20.el);
735         check `enable-multibyte-characters'.
736
737         * emu-x20.el (encode-mime-charset-region,
738         decode-mime-charset-region, encode-mime-charset-string,
739         decode-mime-charset-string): New function (copied from emu-20.el).
740
741         * emu-20.el: Move function `encode-mime-charset-region',
742         `decode-mime-charset-region', `encode-mime-charset-string' and
743         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
744
745 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
746
747         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
748         `iso-8859-5' for cyrillic.
749
750 \f
751 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
752
753         * APEL: Version 3.4.4 was released.
754
755 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * std11-parse.el (std11-special-char-list): Fix order for regexp.
758
759 \f
760 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
761
762         * APEL: Version 3.4.3 was released.
763
764         * README.en: Modify for Emacs 20.
765
766 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
767
768         * std11-parse.el (std11-special-char-list): New constant; abolish
769         `std11-special-chars'.
770         (std11-atom-regexp): Use it.
771         (std11-analyze-special): Use it; Don't use `find'.
772
773 \f
774 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
775
776         * APEL: Version 3.4.2 was released.
777
778         * README.en (What's APEL?): Add emu-20.el.
779
780 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
781
782         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
783         modify implementation.
784
785         * emu-20.el (mime-charset-to-coding-system): Use
786         `find-coding-system'.
787
788         * emu-20.el (mime-charset-coding-system-alist): Use
789         `find-coding-system'.
790
791         * emu-e20.el (find-coding-system): New inline function.
792
793         * emu.el (defsubst-maybe): New macro.
794
795 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
796
797         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
798         of `defsubst'.
799
800 \f
801 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
802
803         * APEL: Version 3.4.1 was released.
804
805 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
806
807         * emu-mule.el (decode-coding-region, encode-coding-string): New
808         function.
809         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
810
811 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
812
813         * emu.el (defconst-maybe): New macro.
814
815         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
816
817         * emu.el (charsets-to-mime-charset): Abolish unused local variable
818         `csl'.
819
820         * emu-e20.el, emu-20.el: Move function
821         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
822
823         * emu-20.el: Use `defsubst' for
824         `{encode|decode}-mime-charset-{region|string}'.
825
826         * emu-e20.el (detect-mime-charset-region): Use
827         `find-charset-region'.
828
829 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
830
831         * emu-x20.el, emu-e20.el, emu-20.el: Move function
832         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
833         emu-x20.el to emu-20.el.
834
835         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
836         from emu-e20.el and emu-x20.el to emu-20.el.
837
838 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
839
840         * emu-20.el (mime-charset-coding-system-alist): Don't use
841         `coding-system-p' for symbol.
842         (mime-charset-to-coding-system): Ditto; modify DOC-string.
843
844 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
845
846         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
847         is defined as coding-system.
848
849         * emu-x20.el, emu-e20.el, emu-20.el: Move
850         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
851         to emu-20.el.
852
853         * emu-20.el (*noconv*): Add DOC-string.
854
855 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
856
857         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
858         even if CHARSET is found in `mime-charset-coding-system-alist'.
859
860         * emu-x20.el: Use function `mime-charset-to-coding-system' in
861         emu-20.el.
862
863         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
864
865         * emu-e20.el, emu-20.el: Move function
866         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
867
868 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
869
870         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
871         accessing from emu-e20.el and emu-x20.el to emu-20.el.
872
873         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
874
875 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
876
877         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
878
879         * emu-x20.el (default-mime-charset): Add DOC-string.
880
881         (mime-charset-coding-system-alist): Add `us-ascii'.
882
883 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
884
885         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
886         defined as coding-system.
887
888 \f
889 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
890
891         * emu: Version 7.44 was released.
892         * APEL: Version 3.4 was released.
893
894 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
895
896         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
897         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
898
899 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
900
901         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
902         characters in comments.
903
904 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
905
906         * richtext.el: Add autoload comments for `richtext-encode' and
907         `richtext-decode'.
908
909         * emu.el: Check richtext.el is bundled.
910
911 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
912
913         * file-detect.el: Add autoload comments for function `add-path',
914         `add-latest-path', `get-latest-path', `file-installed-p',
915         `exec-installed-p', `module-installed-p' and variable
916         `exec-suffix-list'.
917
918 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
919
920         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
921         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
922         coding-system.
923
924         * emu-x20.el: Don't require cyrillic.
925
926 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
927
928         * emu-mule.el (make-char): New alias.
929
930         * emu-e20.el: Alias `make-character' was abolished.
931
932 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
933
934         * README.en (What's APEL?): Add std11 and mule-caesar.el.
935
936 \f
937 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
938
939         * emu: Version 7.43.1 was released.
940         * APEL: Version 3.3.2 was released.
941
942 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
943
944         * APEL-ELS: Add mule-caesar.el.
945
946         * mule-caesar.el: New file.
947
948 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
949
950         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
951
952 \f
953 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * emu: Version 7.43 was released.
956         * APEL: Version 3.3.1 was released.
957
958         * emu-x20.el: several changes for XEmacs 20.1-b12.
959
960 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
961
962         * Makefile: add `release'.
963
964 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
965
966         * Makefile: `TARFILE' was abolished.
967
968 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
969
970         * emu.el (point-at-eol): New function.
971
972 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
973
974         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
975         `emu:available-face-attribute-alist'.
976
977         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
978         `tl:overlay-put' -> `overlay-put'.
979
980 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
981
982         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
983         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
984         were abolished.
985
986         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
987         `tl:overlay-buffer' were abolished.
988
989         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
990
991         * emu-xemacs.el: Require overlay.
992
993         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
994
995         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
996         XEmacs.
997
998 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
999
1000         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
1001
1002 \f
1003 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1004
1005         * APEL: Version 3.3 was released.
1006         
1007         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
1008         * APEL-MK: install emu.
1009
1010 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1011
1012         * Makefile: Add README.en.
1013
1014 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1015
1016         * file-detect.el: Header and DOC-strings were modified.
1017
1018 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1019
1020         * README.en: New file.
1021
1022 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1023
1024         * filename.el: Add DOC-strings.
1025
1026         * APEL-MK (install-apel): Use `compile-apel'.
1027
1028         * Makefile (install): Don't depend on `elc'.
1029
1030 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1031
1032         * APEL-MK: Setting for load-path and requiring install were moved
1033         from APEL-CFG.
1034
1035         (install-apel): Compile apel-modules.
1036
1037         * APEL-CFG: Setting for load-path and requiring install were moved
1038         to APEL-MK.
1039
1040 \f
1041 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1042
1043         * APEL: Version 3.2 was released.
1044
1045 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1046
1047         * file-detect.el (get-latest-path): Check directory is exist or not.
1048
1049 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1050
1051         * APEL-ELS: Add install.el.
1052
1053 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1054
1055         * Makefile, APEL-MK, APEL-CFG: New file.
1056
1057 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1058
1059         * atype.el (field-unify): fixed.
1060
1061 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1062
1063         * filename.el (filename-filters): Use `exec-installed-p' instead
1064         of `file-installed-p' to search "kakasi".
1065
1066 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1067
1068         * file-detect.el (module-installed-p): Use function
1069         `exec-installed-p'.
1070
1071         * file-detect.el (exec-suffix-list): New variable.
1072         (exec-installed-p): New function.
1073
1074 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1075
1076         * APEL-ELS (apel-modules): Add filename.el.
1077
1078         * APEL-ELS: Initial revision
1079
1080 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1081
1082         * filename.el (filename-replacement-alist): Don't use function
1083         `string-to-char-list' and `expand-char-ranges'; Don't require
1084         tl-str.
1085         (filename-special-filter): Use function `assoc-if' instead of
1086         `ASSOC'; Require cl instead of tl-list.
1087         (poly-funcall): New inline-function; copied from tl-list.el.
1088
1089 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1090
1091         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
1092         and `delete-field' were abolished.
1093
1094         Don't require tl-str and tl-list.
1095
1096         Require alist.
1097
1098         (field-unify): Don't use function `symbol-concat'.
1099         (assoc-unify): Use function `assoc' directly; use function
1100         `put-alist' directly; use function `del-alist' directly.
1101
1102         * atype.el: Function `put-fields' was abolished.
1103
1104         * atype.el: tl-atype.el was renamed to atype.el.
1105
1106 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * atype.el: tl-atype.el was renamed to atype.el.
1109
1110 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1111
1112         * file-detect.el (file-installed-p): Fixed DOC-string.
1113
1114 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1115
1116         * alist.el: New module; separated from tl-list.el.