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