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