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