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