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