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