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