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