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