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