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