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