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