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