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