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