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