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