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