update.
[elisp/apel.git] / ChangeLog
1 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
2
3         * APEL: Version 8.11 was released.
4
5 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
8         macro).
9
10 \f
11 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * APEL: Version 8.10 was released.
14
15         * README.en (What's APEL?): Delete description about atype.el; add
16         description about calist.el.
17
18 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
19
20         * calist.el (ctree-add-calist-with-default): fixed.
21
22 \f
23 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
24
25         * APEL: Version 8.9 was released.
26
27 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * calist.el (ctree-find-calist): fixed duplicated result.
30
31 \f
32 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
33
34         * APEL: Version 8.8 was released.
35
36 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * calist.el (ctree-find-calist): Delete duplicated result.
39
40 \f
41 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
42
43         * APEL: Version 8.7 was released.
44
45 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
46
47         * calist.el (ctree-match-calist-partially): New function.
48
49 \f
50 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
51
52         * APEL: Version 8.6 was released.
53
54 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
55
56         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
57         us-ascii in default setting.
58
59 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
60
61         * calist.el (ctree-find-calist): Add optional argument 'all.
62
63 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * calist.el (ctree-find-calist): Renamed from
66         'ctree-match-calist-all.
67
68 \f
69 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * APEL: Version 8.5 was released.
72
73 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * calist.el (ctree-match-calist-all): New function.
76
77 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
78
79         * APEL-ELS: Comment out 'atype and 'file-detect.
80
81 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
82
83         * emu-x20.el (decode-mime-charset-string): Use
84         'decode-mime-charset-region.
85
86 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
87
88         * emu-x20.el (mime-charset-decoder-alist): Add
89         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
90         (decode-mime-charset-region-for-hz): New function.
91
92 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
93
94         * emu-x20.el (mime-charset-decoder-alist): New variable.
95         (decode-mime-charset-region-default): New function.
96         (mime-iso646-character-unification-alist): New variable.
97         (mime-unified-character-face): New variable.
98         (decode-mime-charset-region-with-iso646-unification): New
99         function.
100         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
101
102 \f
103 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
104
105         * APEL: Version 8.4 was released.
106
107         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
108         indexing (Emacs 20.3 or later).
109
110 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
113         'shift_jis.
114
115         * EMU-ELS (emu-modules): fixed.
116
117 \f
118 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
119
120         * APEL: Version 8.3 was released.
121
122         * README.en (What's APEL?): Modify for latest emu.
123
124 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
125
126         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
127         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
128
129 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
130
131         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
132
133         * emu-e20_3.el: New module.
134
135         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
136
137         * emu-e20_2.el (set-buffer-multibyte): New function.
138
139         * emu-e20.el (insert-file-contents-as-binary): Use
140         'set-buffer-multibyte.
141
142 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
143
144         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
145         depended definitions from emu-e20.el to emu-e20_2.el.
146
147 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
150
151 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
152
153         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
154
155         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
156
157         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
158
159 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
162         EMU-ELS: Rename emu-19.el -> emu-e19.el.
163
164         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
165         emu-latin1.el.
166
167 \f
168 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
169
170         * APEL: Version 8.2 was released.
171
172         * README.en (What's APEL?): Remove description about std11.el and
173         std11-parse.el.
174
175         * install.el (install-detect-elisp-directory): Modify regexp to
176         allow trailing `/'.
177
178 \f
179 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * APEL: Version 8.1 was released.
182
183 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
184
185         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
186         'defsubst.
187         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
188
189 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
190
191         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
192
193         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
194         (moved to RIME).
195
196 \f
197 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
198
199         * APEL: Version 8.0 was released.
200
201 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
202
203         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
204
205         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
206         `char-leading-char'.
207
208 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
209
210         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
211         obsolete alias `char-columns'.
212
213         * emu-e19.el: Abolish constant `charset-ascii' and
214         `charset-iso8859-1'.
215         (charset-description): New implementation.
216         (charset-registry): New implementation.
217         (charset-width): Renamed from `charset-columns'; new
218         implementation.
219         (find-charset-string): New implementation.
220         (find-charset-region): New implementation.
221         (charsets-mime-charset-alist): New initial value.
222         (detect-mime-charset-region): New implementation.
223         (char-charset): New implementation.
224
225         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
226
227         * emu-nemacs.el: Abolish constant `charset-ascii' and
228         `charset-jisx0208'.
229         Abolish constant `lc-ascii' and `lc-jp'.
230         (charset-description): New implementation.
231         (charset-registry): New implementation.
232         (charset-columns): New implementation.
233         (find-charset-string): New implementation.
234         (find-charset-region): New implementation.
235         (charsets-mime-charset-alist): New initial value.
236         (char-charset): New implementation.
237
238 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
239
240         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
241         (char-next-index): New macro.
242
243 \f
244 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
245
246         * APEL: Version 7.6 was released.
247
248         * std11.el: Require 'std11-parse when compile.
249
250 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * calist.el (ctree-match-calist): Prefer normal choice than
253         default choice.
254
255 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
256
257         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
258
259 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
260
261         * emu-20.el: Require 'wid-edit when compile.
262
263 \f
264 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
265
266         * APEL: Version 7.5 was released.
267
268 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
269
270         * calist.el (calist-field-match-method-obarray): New variable.
271         (define-calist-field-match-method): New function.
272         (calist-default-field-match-method): New function.
273         (calist-field-match-method): New function.
274         (calist-field-match): New function.
275         (ctree-match-calist): Use `calist-field-match'.
276
277 \f
278 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
279
280         * APEL: Version 7.4 was released.
281
282 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
285         (insert-file-contents-as-binary): Renamed from
286         `insert-binary-file-contents'; add `insert-binary-file-contents'
287         as obsolete alias.
288
289 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
290
291         * emu-e20.el (insert-binary-file-contents-literally): New alias
292         for `insert-file-contents-literally'.
293
294         * emu-x20.el (insert-binary-file-contents-literally): Moved from
295         emu-20.el.
296
297         * emu-20.el: Move `insert-binary-file-contents-literally' to
298         emu-x20.el.
299
300 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
301
302         * emu-e20.el (insert-binary-file-contents): Must save
303         `enable-multibyte-characters'.
304
305         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
306
307         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
308
309         * calist.el (ctree-match-calist): Rename local variables.
310
311 \f
312 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
313
314         * APEL: Version 7.3 was released.
315
316 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
317
318         * APEL-ELS: Add calist.el.
319
320         * calist.el: New module.
321
322 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
323
324         * emu-mule.el (charsets-mime-charset-alist) fixed.
325
326 \f
327 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
328
329         * APEL: Version 7.2 was released.
330
331 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
332
333         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
334         (write-region-as-binary): New function.
335
336 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
339         (insert-binary-file-contents): New function.
340
341 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
342
343         * README.en (Bug reports): Modify description of tm mailing list.
344
345 \f
346 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
347
348         * APEL: Version 7.1.1 was released.
349
350         * README.en (Bug reports): Modify for APEL.
351
352 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
353
354         * std11.el (std11-msg-id-string): New function.
355         (std11-fill-msg-id-list-string): New function.
356
357         * std11-parse.el (std11-parse-msg-id): New function.
358
359 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
360
361         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
362         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
363         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
364         avoid this problem.
365
366 \f
367 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
368
369         * APEL: Version 7.1 was released.
370
371 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
372
373         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
374
375 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
376
377         * install.el, filename.el (filename-filters): Use path-util.el
378         instead of file-detect.el.
379
380         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
381         path-util.el (file name should be less than 13 bytes).
382
383 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
384
385         * emu-19.el (tl:make-overlay): New alias.
386         (tl:overlay-put): New alias.
387         (tl:overlay-buffer): New alias.
388
389 \f
390 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
391
392         * APEL: Version 4.2 was released.
393
394 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
395
396         * APEL-MK (config-apel): Regard LISPDIR.
397
398 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
399
400         * emu-19.el (tl:make-overlay): New obsolete function (for
401         tm-7.106).
402         (tl:overlay-put): New obsolete function (for tm-7.106).
403         (tl:overlay-buffer): New obsolete function (for tm-7.106).
404
405 \f
406 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
407
408         * APEL: Version 4.1 was released.
409
410         * APEL-MK (compile-apel): Use `config-apel'; don't use
411         `add-to-list' for compatibility.
412         (install-apel): Don't call `config-apel' directly.
413
414         * APEL-CFG: Add load-path setting.
415
416 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
417
418         * emu-20.el (mime-charset-list): New inline-function.
419         (widget-mime-charset-prompt-value-history): New variable.
420         (mime-charset): New widget.
421         (widget-mime-charset-prompt-value): New function.
422         (widget-mime-charset-action): New function.
423         (default-mime-charset): Use `defcustom'.
424
425         * emu-20.el (default-mime-charset): Modify DOC-string.
426
427         * emu-mule.el (charsets-mime-charset-alist): New implementation.
428
429         * emu-e20.el (encode-mime-charset-region,
430         decode-mime-charset-region, encode-mime-charset-string,
431         decode-mime-charset-string): New function (copied from emu-20.el);
432         check `enable-multibyte-characters'.
433
434         * emu-x20.el (encode-mime-charset-region,
435         decode-mime-charset-region, encode-mime-charset-string,
436         decode-mime-charset-string): New function (copied from emu-20.el).
437
438         * emu-20.el: Move function `encode-mime-charset-region',
439         `decode-mime-charset-region', `encode-mime-charset-string' and
440         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
441
442 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
443
444         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
445         `iso-8859-5' for cyrillic.
446
447 \f
448 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
449
450         * APEL: Version 3.4.4 was released.
451
452 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
453
454         * std11-parse.el (std11-special-char-list): Fix order for regexp.
455
456 \f
457 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
458
459         * APEL: Version 3.4.3 was released.
460
461         * README.en: Modify for Emacs 20.
462
463 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
464
465         * std11-parse.el (std11-special-char-list): New constant; abolish
466         `std11-special-chars'.
467         (std11-atom-regexp): Use it.
468         (std11-analyze-special): Use it; Don't use `find'.
469
470 \f
471 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
472
473         * APEL: Version 3.4.2 was released.
474
475         * README.en (What's APEL?): Add emu-20.el.
476
477 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
480         modify implementation.
481
482         * emu-20.el (mime-charset-to-coding-system): Use
483         `find-coding-system'.
484
485         * emu-20.el (mime-charset-coding-system-alist): Use
486         `find-coding-system'.
487
488         * emu-e20.el (find-coding-system): New inline function.
489
490         * emu.el (defsubst-maybe): New macro.
491
492 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
493
494         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
495         of `defsubst'.
496
497 \f
498 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
499
500         * APEL: Version 3.4.1 was released.
501
502 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
503
504         * emu-mule.el (decode-coding-region, encode-coding-string): New
505         function.
506         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
507
508 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
509
510         * emu.el (defconst-maybe): New macro.
511
512         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
513
514         * emu.el (charsets-to-mime-charset): Abolish unused local variable
515         `csl'.
516
517         * emu-e20.el, emu-20.el: Move function
518         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
519
520         * emu-20.el: Use `defsubst' for
521         `{encode|decode}-mime-charset-{region|string}'.
522
523         * emu-e20.el (detect-mime-charset-region): Use
524         `find-charset-region'.
525
526 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * emu-x20.el, emu-e20.el, emu-20.el: Move function
529         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
530         emu-x20.el to emu-20.el.
531
532         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
533         from emu-e20.el and emu-x20.el to emu-20.el.
534
535 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
536
537         * emu-20.el (mime-charset-coding-system-alist): Don't use
538         `coding-system-p' for symbol.
539         (mime-charset-to-coding-system): Ditto; modify DOC-string.
540
541 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
542
543         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
544         is defined as coding-system.
545
546         * emu-x20.el, emu-e20.el, emu-20.el: Move
547         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
548         to emu-20.el.
549
550         * emu-20.el (*noconv*): Add DOC-string.
551
552 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
553
554         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
555         even if CHARSET is found in `mime-charset-coding-system-alist'.
556
557         * emu-x20.el: Use function `mime-charset-to-coding-system' in
558         emu-20.el.
559
560         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
561
562         * emu-e20.el, emu-20.el: Move function
563         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
564
565 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
566
567         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
568         accessing from emu-e20.el and emu-x20.el to emu-20.el.
569
570         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
571
572 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
573
574         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
575
576         * emu-x20.el (default-mime-charset): Add DOC-string.
577
578         (mime-charset-coding-system-alist): Add `us-ascii'.
579
580 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
581
582         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
583         defined as coding-system.
584
585 \f
586 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * emu: Version 7.44 was released.
589         * APEL: Version 3.4 was released.
590
591 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
592
593         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
594         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
595
596 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
597
598         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
599         characters in comments.
600
601 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
602
603         * richtext.el: Add autoload comments for `richtext-encode' and
604         `richtext-decode'.
605
606         * emu.el: Check richtext.el is bundled.
607
608 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
609
610         * file-detect.el: Add autoload comments for function `add-path',
611         `add-latest-path', `get-latest-path', `file-installed-p',
612         `exec-installed-p', `module-installed-p' and variable
613         `exec-suffix-list'.
614
615 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
616
617         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
618         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
619         coding-system.
620
621         * emu-x20.el: Don't require cyrillic.
622
623 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
624
625         * emu-mule.el (make-char): New alias.
626
627         * emu-e20.el: Alias `make-character' was abolished.
628
629 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
630
631         * README.en (What's APEL?): Add std11 and mule-caesar.el.
632
633 \f
634 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
635
636         * emu: Version 7.43.1 was released.
637         * APEL: Version 3.3.2 was released.
638
639 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
640
641         * APEL-ELS: Add mule-caesar.el.
642
643         * mule-caesar.el: New file.
644
645 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
646
647         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
648
649 \f
650 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
651
652         * emu: Version 7.43 was released.
653         * APEL: Version 3.3.1 was released.
654
655         * emu-x20.el: several changes for XEmacs 20.1-b12.
656
657 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
658
659         * Makefile: add `release'.
660
661 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
662
663         * Makefile: `TARFILE' was abolished.
664
665 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
666
667         * emu.el (point-at-eol): New function.
668
669 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
670
671         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
672         `emu:available-face-attribute-alist'.
673
674         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
675         `tl:overlay-put' -> `overlay-put'.
676
677 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
678
679         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
680         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
681         were abolished.
682
683         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
684         `tl:overlay-buffer' were abolished.
685
686         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
687
688         * emu-xemacs.el: Require overlay.
689
690         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
691
692         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
693         XEmacs.
694
695 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
696
697         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
698
699 \f
700 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
701
702         * APEL: Version 3.3 was released.
703         
704         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
705         * APEL-MK: install emu.
706
707 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
708
709         * Makefile: Add README.en.
710
711 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
712
713         * file-detect.el: Header and DOC-strings were modified.
714
715 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
716
717         * README.en: New file.
718
719 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * filename.el: Add DOC-strings.
722
723         * APEL-MK (install-apel): Use `compile-apel'.
724
725         * Makefile (install): Don't depend on `elc'.
726
727 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
728
729         * APEL-MK: Setting for load-path and requiring install were moved
730         from APEL-CFG.
731
732         (install-apel): Compile apel-modules.
733
734         * APEL-CFG: Setting for load-path and requiring install were moved
735         to APEL-MK.
736
737 \f
738 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
739
740         * APEL: Version 3.2 was released.
741
742 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
743
744         * file-detect.el (get-latest-path): Check directory is exist or not.
745
746 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
747
748         * APEL-ELS: Add install.el.
749
750 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
751
752         * Makefile, APEL-MK, APEL-CFG: New file.
753
754 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
755
756         * atype.el (field-unify): fixed.
757
758 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
759
760         * filename.el (filename-filters): Use `exec-installed-p' instead
761         of `file-installed-p' to search "kakasi".
762
763 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
764
765         * file-detect.el (module-installed-p): Use function
766         `exec-installed-p'.
767
768         * file-detect.el (exec-suffix-list): New variable.
769         (exec-installed-p): New function.
770
771 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
772
773         * APEL-ELS (apel-modules): Add filename.el.
774
775         * APEL-ELS: Initial revision
776
777 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
778
779         * filename.el (filename-replacement-alist): Don't use function
780         `string-to-char-list' and `expand-char-ranges'; Don't require
781         tl-str.
782         (filename-special-filter): Use function `assoc-if' instead of
783         `ASSOC'; Require cl instead of tl-list.
784         (poly-funcall): New inline-function; copied from tl-list.el.
785
786 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
787
788         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
789         and `delete-field' were abolished.
790
791         Don't require tl-str and tl-list.
792
793         Require alist.
794
795         (field-unify): Don't use function `symbol-concat'.
796         (assoc-unify): Use function `assoc' directly; use function
797         `put-alist' directly; use function `del-alist' directly.
798
799         * atype.el: Function `put-fields' was abolished.
800
801         * atype.el: tl-atype.el was renamed to atype.el.
802
803 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
804
805         * atype.el: tl-atype.el was renamed to atype.el.
806
807 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
808
809         * file-detect.el (file-installed-p): Fixed DOC-string.
810
811 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
812
813         * alist.el: New module; separated from tl-list.el.