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