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