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