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