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