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