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