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