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