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