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