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