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