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