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