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