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