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