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