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