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