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