fd6a226748e43fe3f631f6f4b5164bcabc07713c
[elisp/apel.git] / ChangeLog
1 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * APEL: Version 9.2 was released.
4
5         * poem-xm.el (insert-file-contents-as-binary): New function.
6
7         * poem-20.el (write-region-as-binary): bind
8         `jka-compr-compression-info-list' with nil.
9         (insert-file-contents-as-binary): Change to alias of
10         `insert-file-contents-literally' for Emacs 20.
11
12 \f
13 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
14
15         * APEL: Version 9.1 was released.
16
17 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * mcs-e20.el, mcs-xm.el (coding-system-to-mime-charset): New
20         function.
21         (mime-charset-list): New implementation.
22
23         * Move `mime-charset-list' from mcs-20.el to mcs-e20.el and
24         mcs-xm.el.
25
26 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * mcs-e20.el (charsets-mime-charset-alist): Use `gb2312' and
29         `big5' instead of `cn-gb-2312' and `cn-big5'.
30
31         * mcs-xm.el (charsets-mime-charset-alist): Use `gb2312' and `big5'
32         instead of `cn-gb-2312' and `cn-big5'.
33
34         * mcs-20.el (mime-charset-coding-system-alist): Add `cn-gb' to
35         default value.
36
37 \f
38 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
39
40         * APEL: Version 9.0 was released.
41
42         * Delete EMU-CFG and EMU-MK because they have not been used.
43
44 1998-09-22  Tanaka Akira      <akr@jaist.ac.jp>
45
46         * README.en (What's APEL?): Add notice for broken.el.
47
48 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
49
50         * README.en (What's APEL?): Modify for latest structure.
51
52 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
53
54         * mcs-xm.el (charsets-mime-charset-alist): Comment out invalid
55         definition for iso-2022-int-1.
56
57 1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
58
59         * broken.el: New file.
60
61         * pccl.el (apel-broken-facility): Abolished
62         (apel-broken-p): Abolished
63
64         * EMU-ELS (emu-modules): Add 'broken.
65
66         * Makefile (elc): Do not remove emu*.elc.
67
68         * pccl-20.el: require 'broken.
69         (ccl-use-symbol-as-program): Abolished.
70         (ccl-accept-symbol-as-program): New facility.
71         (make-ccl-coding-system): Use `when-broken' to define.
72         (ccl-encoder-eof-block-is-broken): Abolished.
73         (ccl-decoder-eof-block-is-broken): Abolished.
74         (ccl-eof-block-is-broken): Abolished
75         (ccl-execute-eof-block-on-encoding-null): New facility.
76         (ccl-execute-eof-block-on-encoding-some): Ditto.
77         (ccl-execute-eof-block-on-decoding-null): Ditto.
78         (ccl-execute-eof-block-on-decoding-some): Ditto.
79         (ccl-execute-eof-block-on-encoding): Ditto.
80         (ccl-execute-eof-block-on-decoding): Ditto.
81         (ccl-execute-eof-block): Ditto.
82
83         * pccl-om.el: require 'broken.
84         (ccl-use-symbol-as-program): Abolished.
85         (ccl-accept-symbol-as-program): New facility.
86         (ccl-encoder-eof-block-is-broken): Abolished.
87         (ccl-decoder-eof-block-is-broken): Abolished.
88         (ccl-eof-block-is-broken): Abolished
89         (ccl-execute-eof-block-on-encoding-null): New facility.
90         (ccl-execute-eof-block-on-encoding-some): Ditto.
91         (ccl-execute-eof-block-on-decoding-null): Ditto.
92         (ccl-execute-eof-block-on-decoding-some): Ditto.
93         (ccl-execute-eof-block-on-encoding): Ditto.
94         (ccl-execute-eof-block-on-decoding): Ditto.
95         (ccl-execute-eof-block): Ditto.
96         (ccl-execute-on-string-ignore-contin): New facility.
97
98 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
99
100         * pccl.el (apel-broken-facility): New function.
101         (apel-broken-p): New function.
102
103 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
104
105         * pccl.el: Fix author.
106
107 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
108
109         * pccl-om.el (make-ccl-coding-system): Enclose with
110         `eval-and-compile'.
111
112 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
113
114         * poe.el (unless): New macro.
115
116         * emu.el: Define tl:overlay obsolete aliases for all emacsen.
117
118         * poem-nemacs.el (decode-coding-string): Regard integer as
119         coding-system.
120         (encode-coding-string): Likewise.
121         (decode-coding-region): Likewise.
122         (encode-coding-region): Likewise.
123
124         * poe-18.el (set-text-properties): New function.
125
126         * install.el (install-detect-elisp-directory): Fix problem on
127         Nemacs.
128
129 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
130
131         * poem-ltn1.el (set-buffer-multibyte): Use `defun-maybe' instead
132         of `defmacro-maybe'.
133
134         * poem-e20_2.el (set-buffer-multibyte): Use `defun-maybe' instead
135         of `defsubst-maybe'.
136
137 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * EMU-ELS: New implementation.
140
141 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * emu.el, emu-mule.el, EMU-ELS: Move code about CCL from
144         emu-mule.el to pccl-om.el.
145
146         * pccl.el: New file.
147
148         * pccl.el: - Rename emu-e20.el to pccl-20.el.
149         - Move definition of emu-x20.el to pccl-20.el.
150         - Move code about CCL from emu-mule.el to pccl-om.el.
151
152         * pccl-om.el: New file (move code about CCL from emu-mule.el).
153
154         * pccl-20.el: New file (renamed from emu-e20.el; move definition
155         of emu-x20.el to pccl-20.el; abolish emu-x20.el).
156
157 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
158
159         * emu.el, emu-x20.el, emu-e20.el: Move function `char-category'
160         from emu-e20.el and emu-x20.el to emu.el.
161
162 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
163
164         * emu.el, emu-nemacs.el, emu-latin1.el, EMU-ELS: Move definitions
165         of emu-nemacs.el and emu-latin1.el to emu.el; abolish
166         emu-nemacs.el and emu-latin1.el.
167
168 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
169
170         * emu.el: Modify conditions to load sub-modules.
171
172         * emu.el, emu-e20.el: Move alias
173         `insert-binary-file-contents-literally' from emu-e20.el to emu.el.
174
175 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
176
177         * poem.el, emu.el: Move `string-as-unibyte',
178         `string-as-multibyte', `char-int', `int-char' and
179         `char-or-char-int-p' from emu.el to poem.el.
180
181 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
182
183         * mcharset.el, emu.el: Move function `charsets-to-mime-charset'
184         from emu.el to mcharset.el.
185
186 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
187
188         * emu.el, emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
189         emu-e20.el:
190           - Move `insert-binary-file-contents' from emu-e20.el,
191             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
192             emu.el.
193           - Move `insert-binary-file-contents-literally' from
194             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
195             emu.el.
196
197 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
198
199         * poe-18.el (make-obsolete): New function.
200
201 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
202
203         * emu.el, EMU-ELS: Split code about MIME charset from emu to
204         mcharset.
205
206         * mcharset.el: New file.
207
208         * mcs-xm.el: New file (split code about MIME charset from
209         emu-x20.el).
210
211         * emu-x20.el: Split code about MIME charset to mcs-xm.el.
212
213         * mcs-om.el: New file (split code about MIME charset from
214         emu-mule.el).
215
216         * emu-mule.el: Split code about MIME charset to mcs-om.el.
217
218         * mcs-nemacs.el: New file (split code about MIME charset from
219         emu-nemacs.el).
220
221         * emu-nemacs.el: Split code about MIME charset to mcs-nemacs.el.
222
223         * mcs-ltn1.el: New file (split code about MIME charset from
224         emu-latin1.el).
225
226         * emu-latin1.el: Split code about MIME charset to mcs-latin1.el.
227
228         * mcs-e20.el: New file (split code about MIME charset from
229         emu-e20.el).
230
231         * emu-e20.el: Split code about MIME charset to mcs-e20.el.
232
233         * mcs-20.el: New file (renamed from emu-20.el).
234
235 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
236
237         * emu.el, emu-20.el: Move constant `*noconv*' from emu-20.el to
238         emu.el.
239
240 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
241         
242         * emu.el, EMU-ELS: Split core part about MULE from emu to poem.
243
244         * poem.el: New file.
245
246         * poem-e20_3.el: New file (renamed from emu-e20_3.el).
247
248         * poem-e20_2.el: New file (renamed from poem-e20_2.el).
249
250         * poem-xm.el: New file (split core part of MULE from emu-x20.el).
251
252         * emu-x20.el: Split core part of MULE to poem-xm.el.
253
254         * poem-om.el: New file (split core part of MULE from emu-mule.el).
255
256         * emu-mule.el: Split core part of MULE to poem-om.el.
257
258         * poem-ltn1.el: New file (split core part of MULE from
259         emu-latin1.el).
260
261         * emu-latin1.el: Split core part of MULE to poem-ltn1.el.
262
263         * poem-e20.el: New file (split core part of MULE from emu-e20.el).
264
265         * emu-e20.el: Split core part of MULE to poem-e20.el.
266
267         * poem-20.el: New file (split core part of MULE from emu-20.el).
268
269         * emu-20.el: Split core part of MULE to poem-20.el.
270
271         * poem-nemacs.el: New file (split core part of MULE from
272         emu-nemacs.el).
273
274         * emu-nemacs.el: Split core part of MULE to poem-nemacs.el; move
275         overlay emulation code of Nemacs to poe-18.el.
276
277         * poe-18.el: Move overlay emulation code of Nemacs from
278         emu-nemacs.el.
279
280 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
281
282         * poe.el, emu.el: Move function `point-at-bol' and `point-at-eol'
283         from emu.el to poe.el.
284
285 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
286
287         * emu.el (point-at-bol): New function.
288         (point-at-eol): Use `line-end-position'.
289
290 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
291
292         * poe.el (line-beginning-position): New function.
293         (line-end-position): New function.
294
295         * poe-xemacs.el (line-beginning-position): New alias.
296         (line-end-position): New alias.
297
298 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * poe.el, emu.el: Move function `functionp' from emu.el to poe.el.
301
302 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
303
304         * poe.el, emu.el: Move Emacs 19.30 emulating definitions, Emacs
305         19.31 emulating definitions and Emacs 20.1 emulating definitions
306         from emu.el to poe.el.
307
308 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * poe.el, emu.el: Move constant `emacs-minor-version', Emacs 19
311         emulating definitions and Emacs 19.29 emulating definitions from
312         emu.el to poe.el.
313
314 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
315
316         * poe.el: New file (split core part from emu.el).
317
318         * poe-xemacs.el: New file (renamed from emu-xemacs.el).
319
320         * poe-19.el: New file (renamed from emu-e19.el).
321
322         * poe-18.el: New file (renamed from emu-18.el).
323
324         * emu.el, emu-nemacs.el, emu-mule.el, emu-e20.el, EMU-ELS: modify
325         for new structure.
326
327 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
328
329         * emu-x20.el (make-ccl-coding-system): New function.
330
331 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
332
333         * emu-mule.el: Require `cyrillic' (suggested by MORIOKA-san).
334
335         * emu-mule.el (decode-mime-charset-region): Cope with non existent
336         coding systems if the third arg `lbt' has specified.
337         (decode-mime-charset-string): Likewise.
338
339 \f
340 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
341
342         * APEL: Version 8.18 was released.
343
344         * Makefile (install-package): Don't depend on target `elc'.
345
346         * APEL-MK (install-apel-package): Compile emu-modules and
347         apel-modules.
348
349 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
350
351         * Makefile: Abolish target `package'.
352         (install-package): Use `elc' instead of `package'.
353
354         * APEL-MK: Abolish function `compile-apel-package'.
355         (install-apel-package): Update auto-autoloads.el and
356         custom-load.el at target directory.
357
358 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
359
360         * README.en (run in expanded place): fixed.
361         (install as a XEmacs package): New description.
362
363         * Makefile (XEMACS): New variable.
364         (PACKAGEDIR): New variable.
365         (package): New target.
366         (install-package): New target.
367
368         * APEL-MK (config-apel-package): New function.
369         (compile-apel-package): New function.
370         (install-apel-package): New function.
371
372         * APEL-CFG (PACKAGEDIR): New variable.
373
374 1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
375
376         * Makefile (elc): Ignore errors when removing emu*.elc.
377
378 1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
379
380         * emu-mule.el (ccl-execute-on-string): Fix arguments
381         order `status' and `string'.
382
383 \f
384 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
385
386         * APEL: Version 8.17 was released.
387
388         * emu.el (with-temp-file): Must use old forms.
389
390 1998-08-31  Katsumi Yamoaka   <yamaoka@jpl.org>
391
392         * emu.el (with-temp-file): New macro (Emacs 20/XEmacs 20
393         emulating macro).
394
395 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
396
397         * emu-e20.el: require 'ccl only for byte-compile time.
398
399 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
400
401         * Makefile (elc): Remove emu*.elc to use newest emu by
402         intall.el.
403
404 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
405
406         * emu-e20.el (ccl-execute-on-string): Too few args.
407         (test-ccl-eof-block-cs): Revert existence checking.
408         
409         * emu-e20_2.el (insert-file-contents-as-binary): Return value.
410         (insert-file-contents-as-raw-text): Ditto.
411         
412         * emu-mule.el (insert-file-contents-as-raw-text): Return value.
413         (encode-coding-string): Check `coding-system' is non-nil.
414         (decode-coding-string): Ditto.
415         (insert-file-contents-as-binary): Use `as-binary-input-file'.
416         (insert-binary-file-contents-literally): Ditto.
417         (write-region-as-binary): Use `as-binary-output-file'.
418         (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
419         (write-region-as-mime-charset): Ditto.
420         (mime-charset-to-coding-system): New implementation.
421
422         (ccl-use-symbol-as-program): New constant.
423         (ccl-encoder-eof-block-is-broken): New constant.
424         (ccl-decoder-eof-block-is-broken): New constant.
425         (ccl-eof-block-is-broken): New constant.
426         (make-ccl-coding-system): New function.
427         (ccl-execute): Emacs 20.3 emulating function.
428         (ccl-execute-on-string): Emacs 20.3 emulating function.
429
430         * emu-nemacs.el (write-region-as-binary): Use
431         `as-binary-output-file'
432         (write-region-as-raw-text-CRLF): Ditto.  
433         (insert-file-contents-as-binary): Use `as-binary-input-file'.
434         (insert-binary-file-contents-literally): Ditto.
435         (insert-file-contents-as-raw-text): Ditto.
436         
437         * emu.el (last): Emacs 20 emulation function.
438         (butlast), (nbutlast): CL emulation functions.
439         
440 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
441
442         * emu-e20.el (ccl-use-symbol-as-program): Reduce
443         `eval-and-compile' and `eval-when-compile' nesting.
444         (test-ccl-eof-block-cs): Remove existence checking.
445
446 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
447
448         * emu-e20.el (ccl-use-symbol-as-program): Use
449         `ccl-vector-program-execute-on-string' if it is defined.
450
451 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
452
453         * emu-e20.el (ccl-use-symbol-as-program): Use
454         `ccl-execute-on-string' instead of `make-coding-system' for
455         avoiding the error "Coding system already exists".
456
457 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
458
459         * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
460         defined.
461
462 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
463
464         * emu-e20.el (ccl-use-symbol-as-program): New constant.
465         (make-ccl-coding-system): New function.
466         (ccl-encoder-eof-block-is-broken): New constant.
467         (ccl-decoder-eof-block-is-broken): New constant.
468         (ccl-eof-block-is-broken): New constant.
469         (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
470         (ccl-execute-on-string): Ditto.
471
472 1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
475         `x-unknown'.
476
477 1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
480         found.
481
482 1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
483
484         * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
485         argument `lbt'.
486         (decode-mime-charset-string): Likewise.
487
488         * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
489         `LF', `CR' as line break code type.
490
491 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
492
493         * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
494         Fix regexp to canonicalize line break code.
495
496         * emu-mule.el (write-region-as-raw-text-CRLF): Use
497         `write-region-as-binary' to specify `lockname' in MULE 2.3 based
498         on 19.34.
499
500 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
501
502         * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
503         `iso-2022-jp-2-dos' is not found.
504
505 1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
506
507         * emu-mule.el (write-region-as-raw-text-CRLF): New function.
508
509         * emu-18.el (generate-new-buffer-name): New function (Emacs 19
510         emulating function).
511
512 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
513
514         * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
515         New function.
516
517         * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
518         `write-region-as-CRLF'.
519
520 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
521
522         * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
523         argument `lbt'.
524         (decode-mime-charset-string): Likewise.
525
526         * emu-x20.el: Define coding-system `raw-text-unix' and
527         `raw-text-mac' if they are not found.
528         Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
529         (decode-mime-charset-region-default): Add new argument `lbt'.
530         (decode-mime-charset-region-with-iso646-unification): Likewise.
531         (decode-mime-charset-region-for-hz): Likewise.
532         (decode-mime-charset-region): Likewise.
533         (decode-mime-charset-string): Likewise.
534
535         * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
536         `CR' as line break code type.
537
538 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
539
540         * emu-x20.el: Define coding-system `raw-text-dos' if it is not
541         found.
542
543         * emu-20.el (write-region-as-CRLF): New function.
544
545 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
546
547         * install.el (install-detect-elisp-directory): Modify for anything
548         older than Emacs 19.28.
549
550 \f
551 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
552
553         * APEL: Version 8.16 was released.
554
555         * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
556
557 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
558
559         * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
560         of `defmacro-maybe'.
561
562 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
563
564         * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
565         `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
566
567         * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
568         and `insert-file-contents-as-raw-text' from emu-e20.el to
569         emu-e20_2.el.
570
571 \f
572 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
573
574         * APEL: Version 8.15 was released.
575
576         * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
577         byte-compiler warning.
578
579 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
580
581         * emu.el (when): New macro.
582
583 1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
584
585         * emu.el (split-string): New function (Emacs 20/XEmacs 20
586         emulating function).
587
588         * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
589         emulating macro).
590
591         * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
592         emulating macro).
593
594         * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
595         emulating macro).
596
597 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
598
599         * mule-caesar.el (mule-caesar-region): Don't compare charset with
600         'us-ascii.
601
602 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
603
604         * emu-mule.el (split-char): fixed.
605
606 1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
607
608         * emu-mule.el (insert-file-contents-as-binary): Use
609         file-coding-system-for-read instead of file-coding-system.
610         
611 \f
612 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
613
614         * APEL: Version 8.14 was released.
615
616 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
617
618         * emu-mule.el, emu-latin1.el (split-char): New function.
619
620 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
621
622         * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
623         New function.
624
625         * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
626
627         * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
628         function.
629
630 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
631
632         * emu-x20.el: Move `split-char' check and repair code from
633         mule-caesar.el.
634
635         * mule-caesar.el: Move `split-char' check and repair code to
636         emu-x20.el; require 'emu.
637
638 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
641
642         * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
643
644         * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
645         instead of `char-to-octet-list'; abolish function
646         `char-to-octet-list'.
647
648 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
649
650         * emu-mule.el (charset-chars): New function.
651
652         * mule-caesar.el (split-char): Redefine if it has bug.
653         (char-to-octet-list): Use `split-char'.
654
655 \f
656 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
657
658         * APEL: Version 8.13 was released.
659
660         * emu-x20.el (mime-character-unification-limit-size): Change
661         default value to 2048.
662
663 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
664
665         * emu.el (string-as-unibyte): New macro.
666
667 \f
668 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
669
670         * APEL: Version 8.12 was released.
671
672 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
673
674         * emu-x20.el (mime-character-unification-limit-size): New
675         variable.
676         (decode-mime-charset-region-with-iso646-unification): Don't unify
677         if size of region is larger than
678         'mime-character-unification-limit-size.
679
680 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
681
682         * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
683         emu-e20_3.el (looking-at-as-unibyte): New alias.
684
685         * emu-e20_2.el (looking-at-as-unibyte): New function.
686
687 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
688
689         * emu-x20.el: Delete definition of 'detect-mime-charset-region
690         because it is defined in emu-20.el.
691
692         * emu-20.el (write-region-as-binary): fixed.
693
694         * emu-20.el (write-region-as-mime-charset): New function.
695
696         * emu-latin1.el (write-region-as-mime-charset): New alias.
697
698         * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
699         function.
700
701 \f
702 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
703
704         * APEL: Version 8.11 was released.
705
706 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
707
708         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
709         macro).
710
711 \f
712 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
713
714         * APEL: Version 8.10 was released.
715
716         * README.en (What's APEL?): Delete description about atype.el; add
717         description about calist.el.
718
719 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * calist.el (ctree-add-calist-with-default): fixed.
722
723 \f
724 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
725
726         * APEL: Version 8.9 was released.
727
728 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
729
730         * calist.el (ctree-find-calist): fixed duplicated result.
731
732 \f
733 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
734
735         * APEL: Version 8.8 was released.
736
737 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
738
739         * calist.el (ctree-find-calist): Delete duplicated result.
740
741 \f
742 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
743
744         * APEL: Version 8.7 was released.
745
746 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
747
748         * calist.el (ctree-match-calist-partially): New function.
749
750 \f
751 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
752
753         * APEL: Version 8.6 was released.
754
755 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
758         us-ascii in default setting.
759
760 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
761
762         * calist.el (ctree-find-calist): Add optional argument 'all.
763
764 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
765
766         * calist.el (ctree-find-calist): Renamed from
767         'ctree-match-calist-all.
768
769 \f
770 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
771
772         * APEL: Version 8.5 was released.
773
774 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
775
776         * calist.el (ctree-match-calist-all): New function.
777
778 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
779
780         * APEL-ELS: Comment out 'atype and 'file-detect.
781
782 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
783
784         * emu-x20.el (decode-mime-charset-string): Use
785         'decode-mime-charset-region.
786
787 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
788
789         * emu-x20.el (mime-charset-decoder-alist): Add
790         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
791         (decode-mime-charset-region-for-hz): New function.
792
793 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
794
795         * emu-x20.el (mime-charset-decoder-alist): New variable.
796         (decode-mime-charset-region-default): New function.
797         (mime-iso646-character-unification-alist): New variable.
798         (mime-unified-character-face): New variable.
799         (decode-mime-charset-region-with-iso646-unification): New
800         function.
801         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
802
803 \f
804 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
805
806         * APEL: Version 8.4 was released.
807
808         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
809         indexing (Emacs 20.3 or later).
810
811 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
812
813         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
814         'shift_jis.
815
816         * EMU-ELS (emu-modules): fixed.
817
818 \f
819 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * APEL: Version 8.3 was released.
822
823         * README.en (What's APEL?): Modify for latest emu.
824
825 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
826
827         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
828         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
829
830 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
831
832         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
833
834         * emu-e20_3.el: New module.
835
836         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
837
838         * emu-e20_2.el (set-buffer-multibyte): New function.
839
840         * emu-e20.el (insert-file-contents-as-binary): Use
841         'set-buffer-multibyte.
842
843 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
844
845         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
846         depended definitions from emu-e20.el to emu-e20_2.el.
847
848 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
849
850         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
851
852 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
853
854         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
855
856         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
857
858         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
859
860 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
861
862         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
863         EMU-ELS: Rename emu-19.el -> emu-e19.el.
864
865         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
866         emu-latin1.el.
867
868 \f
869 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * APEL: Version 8.2 was released.
872
873         * README.en (What's APEL?): Remove description about std11.el and
874         std11-parse.el.
875
876         * install.el (install-detect-elisp-directory): Modify regexp to
877         allow trailing `/'.
878
879 \f
880 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
881
882         * APEL: Version 8.1 was released.
883
884 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
885
886         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
887         'defsubst.
888         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
889
890 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
891
892         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
893
894         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
895         (moved to RIME).
896
897 \f
898 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
899
900         * APEL: Version 8.0 was released.
901
902 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
903
904         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
905
906         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
907         `char-leading-char'.
908
909 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
910
911         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
912         obsolete alias `char-columns'.
913
914         * emu-e19.el: Abolish constant `charset-ascii' and
915         `charset-iso8859-1'.
916         (charset-description): New implementation.
917         (charset-registry): New implementation.
918         (charset-width): Renamed from `charset-columns'; new
919         implementation.
920         (find-charset-string): New implementation.
921         (find-charset-region): New implementation.
922         (charsets-mime-charset-alist): New initial value.
923         (detect-mime-charset-region): New implementation.
924         (char-charset): New implementation.
925
926         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
927
928         * emu-nemacs.el: Abolish constant `charset-ascii' and
929         `charset-jisx0208'.
930         Abolish constant `lc-ascii' and `lc-jp'.
931         (charset-description): New implementation.
932         (charset-registry): New implementation.
933         (charset-columns): New implementation.
934         (find-charset-string): New implementation.
935         (find-charset-region): New implementation.
936         (charsets-mime-charset-alist): New initial value.
937         (char-charset): New implementation.
938
939 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
940
941         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
942         (char-next-index): New macro.
943
944 \f
945 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
946
947         * APEL: Version 7.6 was released.
948
949         * std11.el: Require 'std11-parse when compile.
950
951 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
952
953         * calist.el (ctree-match-calist): Prefer normal choice than
954         default choice.
955
956 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
957
958         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
959
960 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
961
962         * emu-20.el: Require 'wid-edit when compile.
963
964 \f
965 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
966
967         * APEL: Version 7.5 was released.
968
969 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
970
971         * calist.el (calist-field-match-method-obarray): New variable.
972         (define-calist-field-match-method): New function.
973         (calist-default-field-match-method): New function.
974         (calist-field-match-method): New function.
975         (calist-field-match): New function.
976         (ctree-match-calist): Use `calist-field-match'.
977
978 \f
979 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * APEL: Version 7.4 was released.
982
983 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
984
985         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
986         (insert-file-contents-as-binary): Renamed from
987         `insert-binary-file-contents'; add `insert-binary-file-contents'
988         as obsolete alias.
989
990 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
991
992         * emu-e20.el (insert-binary-file-contents-literally): New alias
993         for `insert-file-contents-literally'.
994
995         * emu-x20.el (insert-binary-file-contents-literally): Moved from
996         emu-20.el.
997
998         * emu-20.el: Move `insert-binary-file-contents-literally' to
999         emu-x20.el.
1000
1001 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1002
1003         * emu-e20.el (insert-binary-file-contents): Must save
1004         `enable-multibyte-characters'.
1005
1006         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
1007
1008         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
1009
1010         * calist.el (ctree-match-calist): Rename local variables.
1011
1012 \f
1013 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1014
1015         * APEL: Version 7.3 was released.
1016
1017 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1018
1019         * APEL-ELS: Add calist.el.
1020
1021         * calist.el: New module.
1022
1023 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1024
1025         * emu-mule.el (charsets-mime-charset-alist) fixed.
1026
1027 \f
1028 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1029
1030         * APEL: Version 7.2 was released.
1031
1032 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1033
1034         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
1035         (write-region-as-binary): New function.
1036
1037 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1038
1039         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
1040         (insert-binary-file-contents): New function.
1041
1042 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1043
1044         * README.en (Bug reports): Modify description of tm mailing list.
1045
1046 \f
1047 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1048
1049         * APEL: Version 7.1.1 was released.
1050
1051         * README.en (Bug reports): Modify for APEL.
1052
1053 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1054
1055         * std11.el (std11-msg-id-string): New function.
1056         (std11-fill-msg-id-list-string): New function.
1057
1058         * std11-parse.el (std11-parse-msg-id): New function.
1059
1060 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1061
1062         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
1063         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
1064         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
1065         avoid this problem.
1066
1067 \f
1068 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1069
1070         * APEL: Version 7.1 was released.
1071
1072 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1073
1074         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
1075
1076 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1077
1078         * install.el, filename.el (filename-filters): Use path-util.el
1079         instead of file-detect.el.
1080
1081         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
1082         path-util.el (file name should be less than 13 bytes).
1083
1084 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1085
1086         * emu-19.el (tl:make-overlay): New alias.
1087         (tl:overlay-put): New alias.
1088         (tl:overlay-buffer): New alias.
1089
1090 \f
1091 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1092
1093         * APEL: Version 4.2 was released.
1094
1095 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1096
1097         * APEL-MK (config-apel): Regard LISPDIR.
1098
1099 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1100
1101         * emu-19.el (tl:make-overlay): New obsolete function (for
1102         tm-7.106).
1103         (tl:overlay-put): New obsolete function (for tm-7.106).
1104         (tl:overlay-buffer): New obsolete function (for tm-7.106).
1105
1106 \f
1107 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1108
1109         * APEL: Version 4.1 was released.
1110
1111         * APEL-MK (compile-apel): Use `config-apel'; don't use
1112         `add-to-list' for compatibility.
1113         (install-apel): Don't call `config-apel' directly.
1114
1115         * APEL-CFG: Add load-path setting.
1116
1117 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1118
1119         * emu-20.el (mime-charset-list): New inline-function.
1120         (widget-mime-charset-prompt-value-history): New variable.
1121         (mime-charset): New widget.
1122         (widget-mime-charset-prompt-value): New function.
1123         (widget-mime-charset-action): New function.
1124         (default-mime-charset): Use `defcustom'.
1125
1126         * emu-20.el (default-mime-charset): Modify DOC-string.
1127
1128         * emu-mule.el (charsets-mime-charset-alist): New implementation.
1129
1130         * emu-e20.el (encode-mime-charset-region,
1131         decode-mime-charset-region, encode-mime-charset-string,
1132         decode-mime-charset-string): New function (copied from emu-20.el);
1133         check `enable-multibyte-characters'.
1134
1135         * emu-x20.el (encode-mime-charset-region,
1136         decode-mime-charset-region, encode-mime-charset-string,
1137         decode-mime-charset-string): New function (copied from emu-20.el).
1138
1139         * emu-20.el: Move function `encode-mime-charset-region',
1140         `decode-mime-charset-region', `encode-mime-charset-string' and
1141         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
1142
1143 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1144
1145         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
1146         `iso-8859-5' for cyrillic.
1147
1148 \f
1149 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1150
1151         * APEL: Version 3.4.4 was released.
1152
1153 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1154
1155         * std11-parse.el (std11-special-char-list): Fix order for regexp.
1156
1157 \f
1158 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * APEL: Version 3.4.3 was released.
1161
1162         * README.en: Modify for Emacs 20.
1163
1164 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1165
1166         * std11-parse.el (std11-special-char-list): New constant; abolish
1167         `std11-special-chars'.
1168         (std11-atom-regexp): Use it.
1169         (std11-analyze-special): Use it; Don't use `find'.
1170
1171 \f
1172 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1173
1174         * APEL: Version 3.4.2 was released.
1175
1176         * README.en (What's APEL?): Add emu-20.el.
1177
1178 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1179
1180         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
1181         modify implementation.
1182
1183         * emu-20.el (mime-charset-to-coding-system): Use
1184         `find-coding-system'.
1185
1186         * emu-20.el (mime-charset-coding-system-alist): Use
1187         `find-coding-system'.
1188
1189         * emu-e20.el (find-coding-system): New inline function.
1190
1191         * emu.el (defsubst-maybe): New macro.
1192
1193 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
1194
1195         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
1196         of `defsubst'.
1197
1198 \f
1199 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1200
1201         * APEL: Version 3.4.1 was released.
1202
1203 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
1204
1205         * emu-mule.el (decode-coding-region, encode-coding-string): New
1206         function.
1207         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
1208
1209 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1210
1211         * emu.el (defconst-maybe): New macro.
1212
1213         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
1214
1215         * emu.el (charsets-to-mime-charset): Abolish unused local variable
1216         `csl'.
1217
1218         * emu-e20.el, emu-20.el: Move function
1219         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
1220
1221         * emu-20.el: Use `defsubst' for
1222         `{encode|decode}-mime-charset-{region|string}'.
1223
1224         * emu-e20.el (detect-mime-charset-region): Use
1225         `find-charset-region'.
1226
1227 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1228
1229         * emu-x20.el, emu-e20.el, emu-20.el: Move function
1230         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
1231         emu-x20.el to emu-20.el.
1232
1233         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
1234         from emu-e20.el and emu-x20.el to emu-20.el.
1235
1236 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1237
1238         * emu-20.el (mime-charset-coding-system-alist): Don't use
1239         `coding-system-p' for symbol.
1240         (mime-charset-to-coding-system): Ditto; modify DOC-string.
1241
1242 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1243
1244         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
1245         is defined as coding-system.
1246
1247         * emu-x20.el, emu-e20.el, emu-20.el: Move
1248         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
1249         to emu-20.el.
1250
1251         * emu-20.el (*noconv*): Add DOC-string.
1252
1253 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1254
1255         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
1256         even if CHARSET is found in `mime-charset-coding-system-alist'.
1257
1258         * emu-x20.el: Use function `mime-charset-to-coding-system' in
1259         emu-20.el.
1260
1261         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
1262
1263         * emu-e20.el, emu-20.el: Move function
1264         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
1265
1266 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1267
1268         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
1269         accessing from emu-e20.el and emu-x20.el to emu-20.el.
1270
1271         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
1272
1273 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1274
1275         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
1276
1277         * emu-x20.el (default-mime-charset): Add DOC-string.
1278
1279         (mime-charset-coding-system-alist): Add `us-ascii'.
1280
1281 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1282
1283         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
1284         defined as coding-system.
1285
1286 \f
1287 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1288
1289         * emu: Version 7.44 was released.
1290         * APEL: Version 3.4 was released.
1291
1292 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1293
1294         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
1295         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
1296
1297 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
1298
1299         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
1300         characters in comments.
1301
1302 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1303
1304         * richtext.el: Add autoload comments for `richtext-encode' and
1305         `richtext-decode'.
1306
1307         * emu.el: Check richtext.el is bundled.
1308
1309 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1310
1311         * file-detect.el: Add autoload comments for function `add-path',
1312         `add-latest-path', `get-latest-path', `file-installed-p',
1313         `exec-installed-p', `module-installed-p' and variable
1314         `exec-suffix-list'.
1315
1316 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1317
1318         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
1319         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
1320         coding-system.
1321
1322         * emu-x20.el: Don't require cyrillic.
1323
1324 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1325
1326         * emu-mule.el (make-char): New alias.
1327
1328         * emu-e20.el: Alias `make-character' was abolished.
1329
1330 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1331
1332         * README.en (What's APEL?): Add std11 and mule-caesar.el.
1333
1334 \f
1335 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1336
1337         * emu: Version 7.43.1 was released.
1338         * APEL: Version 3.3.2 was released.
1339
1340 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1341
1342         * APEL-ELS: Add mule-caesar.el.
1343
1344         * mule-caesar.el: New file.
1345
1346 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
1349
1350 \f
1351 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1352
1353         * emu: Version 7.43 was released.
1354         * APEL: Version 3.3.1 was released.
1355
1356         * emu-x20.el: several changes for XEmacs 20.1-b12.
1357
1358 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1359
1360         * Makefile: add `release'.
1361
1362 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1363
1364         * Makefile: `TARFILE' was abolished.
1365
1366 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1367
1368         * emu.el (point-at-eol): New function.
1369
1370 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1371
1372         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
1373         `emu:available-face-attribute-alist'.
1374
1375         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
1376         `tl:overlay-put' -> `overlay-put'.
1377
1378 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1379
1380         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
1381         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
1382         were abolished.
1383
1384         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
1385         `tl:overlay-buffer' were abolished.
1386
1387         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
1388
1389         * emu-xemacs.el: Require overlay.
1390
1391         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
1392
1393         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
1394         XEmacs.
1395
1396 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1397
1398         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
1399
1400 \f
1401 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1402
1403         * APEL: Version 3.3 was released.
1404         
1405         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
1406         * APEL-MK: install emu.
1407
1408 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1409
1410         * Makefile: Add README.en.
1411
1412 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1413
1414         * file-detect.el: Header and DOC-strings were modified.
1415
1416 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1417
1418         * README.en: New file.
1419
1420 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1421
1422         * filename.el: Add DOC-strings.
1423
1424         * APEL-MK (install-apel): Use `compile-apel'.
1425
1426         * Makefile (install): Don't depend on `elc'.
1427
1428 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * APEL-MK: Setting for load-path and requiring install were moved
1431         from APEL-CFG.
1432
1433         (install-apel): Compile apel-modules.
1434
1435         * APEL-CFG: Setting for load-path and requiring install were moved
1436         to APEL-MK.
1437
1438 \f
1439 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1440
1441         * APEL: Version 3.2 was released.
1442
1443 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1444
1445         * file-detect.el (get-latest-path): Check directory is exist or not.
1446
1447 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1448
1449         * APEL-ELS: Add install.el.
1450
1451 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1452
1453         * Makefile, APEL-MK, APEL-CFG: New file.
1454
1455 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1456
1457         * atype.el (field-unify): fixed.
1458
1459 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1460
1461         * filename.el (filename-filters): Use `exec-installed-p' instead
1462         of `file-installed-p' to search "kakasi".
1463
1464 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1465
1466         * file-detect.el (module-installed-p): Use function
1467         `exec-installed-p'.
1468
1469         * file-detect.el (exec-suffix-list): New variable.
1470         (exec-installed-p): New function.
1471
1472 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1473
1474         * APEL-ELS (apel-modules): Add filename.el.
1475
1476         * APEL-ELS: Initial revision
1477
1478 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1479
1480         * filename.el (filename-replacement-alist): Don't use function
1481         `string-to-char-list' and `expand-char-ranges'; Don't require
1482         tl-str.
1483         (filename-special-filter): Use function `assoc-if' instead of
1484         `ASSOC'; Require cl instead of tl-list.
1485         (poly-funcall): New inline-function; copied from tl-list.el.
1486
1487 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1488
1489         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
1490         and `delete-field' were abolished.
1491
1492         Don't require tl-str and tl-list.
1493
1494         Require alist.
1495
1496         (field-unify): Don't use function `symbol-concat'.
1497         (assoc-unify): Use function `assoc' directly; use function
1498         `put-alist' directly; use function `del-alist' directly.
1499
1500         * atype.el: Function `put-fields' was abolished.
1501
1502         * atype.el: tl-atype.el was renamed to atype.el.
1503
1504 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1505
1506         * atype.el: tl-atype.el was renamed to atype.el.
1507
1508 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1509
1510         * file-detect.el (file-installed-p): Fixed DOC-string.
1511
1512 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1513
1514         * alist.el: New module; separated from tl-list.el.