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