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