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