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