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