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