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