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