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