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