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