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