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