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