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