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