update.
[elisp/apel.git] / ChangeLog
1 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * emu-x20.el (mime-charset-decoder-alist): New variable.
4         (decode-mime-charset-region-default): New function.
5         (mime-iso646-character-unification-alist): New variable.
6         (mime-unified-character-face): New variable.
7         (decode-mime-charset-region-with-iso646-unification): New
8         function.
9         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
10
11 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
14
15 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
16
17         * emu-20.el: Require 'wid-edit when compile.
18
19 \f
20 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
21
22         * APEL: Version 7.5 was released.
23
24 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
25
26         * calist.el (calist-field-match-method-obarray): New variable.
27         (define-calist-field-match-method): New function.
28         (calist-default-field-match-method): New function.
29         (calist-field-match-method): New function.
30         (calist-field-match): New function.
31         (ctree-match-calist): Use `calist-field-match'.
32
33 \f
34 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
35
36         * APEL: Version 7.4 was released.
37
38 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
39
40         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
41         (insert-file-contents-as-binary): Renamed from
42         `insert-binary-file-contents'; add `insert-binary-file-contents'
43         as obsolete alias.
44
45 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
46
47         * emu-e20.el (insert-binary-file-contents-literally): New alias
48         for `insert-file-contents-literally'.
49
50         * emu-x20.el (insert-binary-file-contents-literally): Moved from
51         emu-20.el.
52
53         * emu-20.el: Move `insert-binary-file-contents-literally' to
54         emu-x20.el.
55
56 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * emu-e20.el (insert-binary-file-contents): Must save
59         `enable-multibyte-characters'.
60
61         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
62
63         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
64
65         * calist.el (ctree-match-calist): Rename local variables.
66
67 \f
68 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
69
70         * APEL: Version 7.3 was released.
71
72 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * APEL-ELS: Add calist.el.
75
76         * calist.el: New module.
77
78 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
79
80         * emu-mule.el (charsets-mime-charset-alist) fixed.
81
82 \f
83 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * APEL: Version 7.2 was released.
86
87 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
88
89         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
90         (write-region-as-binary): New function.
91
92 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
93
94         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
95         (insert-binary-file-contents): New function.
96
97 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
98
99         * README.en (Bug reports): Modify description of tm mailing list.
100
101 \f
102 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
103
104         * APEL: Version 7.1.1 was released.
105
106         * README.en (Bug reports): Modify for APEL.
107
108 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
109
110         * std11.el (std11-msg-id-string): New function.
111         (std11-fill-msg-id-list-string): New function.
112
113         * std11-parse.el (std11-parse-msg-id): New function.
114
115 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
118         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
119         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
120         avoid this problem.
121
122 \f
123 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * APEL: Version 7.1 was released.
126
127 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
130
131 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * install.el, filename.el (filename-filters): Use path-util.el
134         instead of file-detect.el.
135
136         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
137         path-util.el (file name should be less than 13 bytes).
138
139 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
140
141         * emu-19.el (tl:make-overlay): New alias.
142         (tl:overlay-put): New alias.
143         (tl:overlay-buffer): New alias.
144
145 \f
146 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
147
148         * APEL: Version 4.2 was released.
149
150 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
151
152         * APEL-MK (config-apel): Regard LISPDIR.
153
154 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
155
156         * emu-19.el (tl:make-overlay): New obsolete function (for
157         tm-7.106).
158         (tl:overlay-put): New obsolete function (for tm-7.106).
159         (tl:overlay-buffer): New obsolete function (for tm-7.106).
160
161 \f
162 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
163
164         * APEL: Version 4.1 was released.
165
166         * APEL-MK (compile-apel): Use `config-apel'; don't use
167         `add-to-list' for compatibility.
168         (install-apel): Don't call `config-apel' directly.
169
170         * APEL-CFG: Add load-path setting.
171
172 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * emu-20.el (mime-charset-list): New inline-function.
175         (widget-mime-charset-prompt-value-history): New variable.
176         (mime-charset): New widget.
177         (widget-mime-charset-prompt-value): New function.
178         (widget-mime-charset-action): New function.
179         (default-mime-charset): Use `defcustom'.
180
181         * emu-20.el (default-mime-charset): Modify DOC-string.
182
183         * emu-mule.el (charsets-mime-charset-alist): New implementation.
184
185         * emu-e20.el (encode-mime-charset-region,
186         decode-mime-charset-region, encode-mime-charset-string,
187         decode-mime-charset-string): New function (copied from emu-20.el);
188         check `enable-multibyte-characters'.
189
190         * emu-x20.el (encode-mime-charset-region,
191         decode-mime-charset-region, encode-mime-charset-string,
192         decode-mime-charset-string): New function (copied from emu-20.el).
193
194         * emu-20.el: Move function `encode-mime-charset-region',
195         `decode-mime-charset-region', `encode-mime-charset-string' and
196         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
197
198 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
199
200         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
201         `iso-8859-5' for cyrillic.
202
203 \f
204 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
205
206         * APEL: Version 3.4.4 was released.
207
208 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
209
210         * std11-parse.el (std11-special-char-list): Fix order for regexp.
211
212 \f
213 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
214
215         * APEL: Version 3.4.3 was released.
216
217         * README.en: Modify for Emacs 20.
218
219 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
220
221         * std11-parse.el (std11-special-char-list): New constant; abolish
222         `std11-special-chars'.
223         (std11-atom-regexp): Use it.
224         (std11-analyze-special): Use it; Don't use `find'.
225
226 \f
227 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
228
229         * APEL: Version 3.4.2 was released.
230
231         * README.en (What's APEL?): Add emu-20.el.
232
233 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
234
235         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
236         modify implementation.
237
238         * emu-20.el (mime-charset-to-coding-system): Use
239         `find-coding-system'.
240
241         * emu-20.el (mime-charset-coding-system-alist): Use
242         `find-coding-system'.
243
244         * emu-e20.el (find-coding-system): New inline function.
245
246         * emu.el (defsubst-maybe): New macro.
247
248 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
249
250         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
251         of `defsubst'.
252
253 \f
254 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
255
256         * APEL: Version 3.4.1 was released.
257
258 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
259
260         * emu-mule.el (decode-coding-region, encode-coding-string): New
261         function.
262         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
263
264 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
265
266         * emu.el (defconst-maybe): New macro.
267
268         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
269
270         * emu.el (charsets-to-mime-charset): Abolish unused local variable
271         `csl'.
272
273         * emu-e20.el, emu-20.el: Move function
274         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
275
276         * emu-20.el: Use `defsubst' for
277         `{encode|decode}-mime-charset-{region|string}'.
278
279         * emu-e20.el (detect-mime-charset-region): Use
280         `find-charset-region'.
281
282 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * emu-x20.el, emu-e20.el, emu-20.el: Move function
285         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
286         emu-x20.el to emu-20.el.
287
288         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
289         from emu-e20.el and emu-x20.el to emu-20.el.
290
291 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
292
293         * emu-20.el (mime-charset-coding-system-alist): Don't use
294         `coding-system-p' for symbol.
295         (mime-charset-to-coding-system): Ditto; modify DOC-string.
296
297 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
298
299         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
300         is defined as coding-system.
301
302         * emu-x20.el, emu-e20.el, emu-20.el: Move
303         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
304         to emu-20.el.
305
306         * emu-20.el (*noconv*): Add DOC-string.
307
308 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
311         even if CHARSET is found in `mime-charset-coding-system-alist'.
312
313         * emu-x20.el: Use function `mime-charset-to-coding-system' in
314         emu-20.el.
315
316         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
317
318         * emu-e20.el, emu-20.el: Move function
319         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
320
321 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
322
323         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
324         accessing from emu-e20.el and emu-x20.el to emu-20.el.
325
326         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
327
328 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
329
330         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
331
332         * emu-x20.el (default-mime-charset): Add DOC-string.
333
334         (mime-charset-coding-system-alist): Add `us-ascii'.
335
336 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
339         defined as coding-system.
340
341 \f
342 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
343
344         * emu: Version 7.44 was released.
345         * APEL: Version 3.4 was released.
346
347 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
348
349         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
350         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
351
352 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
353
354         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
355         characters in comments.
356
357 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
358
359         * richtext.el: Add autoload comments for `richtext-encode' and
360         `richtext-decode'.
361
362         * emu.el: Check richtext.el is bundled.
363
364 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
365
366         * file-detect.el: Add autoload comments for function `add-path',
367         `add-latest-path', `get-latest-path', `file-installed-p',
368         `exec-installed-p', `module-installed-p' and variable
369         `exec-suffix-list'.
370
371 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
372
373         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
374         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
375         coding-system.
376
377         * emu-x20.el: Don't require cyrillic.
378
379 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
380
381         * emu-mule.el (make-char): New alias.
382
383         * emu-e20.el: Alias `make-character' was abolished.
384
385 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
386
387         * README.en (What's APEL?): Add std11 and mule-caesar.el.
388
389 \f
390 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
391
392         * emu: Version 7.43.1 was released.
393         * APEL: Version 3.3.2 was released.
394
395 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
396
397         * APEL-ELS: Add mule-caesar.el.
398
399         * mule-caesar.el: New file.
400
401 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
402
403         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
404
405 \f
406 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
407
408         * emu: Version 7.43 was released.
409         * APEL: Version 3.3.1 was released.
410
411         * emu-x20.el: several changes for XEmacs 20.1-b12.
412
413 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
414
415         * Makefile: add `release'.
416
417 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
418
419         * Makefile: `TARFILE' was abolished.
420
421 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * emu.el (point-at-eol): New function.
424
425 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
426
427         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
428         `emu:available-face-attribute-alist'.
429
430         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
431         `tl:overlay-put' -> `overlay-put'.
432
433 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
434
435         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
436         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
437         were abolished.
438
439         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
440         `tl:overlay-buffer' were abolished.
441
442         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
443
444         * emu-xemacs.el: Require overlay.
445
446         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
447
448         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
449         XEmacs.
450
451 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
452
453         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
454
455 \f
456 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
457
458         * APEL: Version 3.3 was released.
459         
460         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
461         * APEL-MK: install emu.
462
463 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
464
465         * Makefile: Add README.en.
466
467 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
468
469         * file-detect.el: Header and DOC-strings were modified.
470
471 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
472
473         * README.en: New file.
474
475 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
476
477         * filename.el: Add DOC-strings.
478
479         * APEL-MK (install-apel): Use `compile-apel'.
480
481         * Makefile (install): Don't depend on `elc'.
482
483 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
484
485         * APEL-MK: Setting for load-path and requiring install were moved
486         from APEL-CFG.
487
488         (install-apel): Compile apel-modules.
489
490         * APEL-CFG: Setting for load-path and requiring install were moved
491         to APEL-MK.
492
493 \f
494 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
495
496         * APEL: Version 3.2 was released.
497
498 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
499
500         * file-detect.el (get-latest-path): Check directory is exist or not.
501
502 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
503
504         * APEL-ELS: Add install.el.
505
506 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
507
508         * Makefile, APEL-MK, APEL-CFG: New file.
509
510 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
511
512         * atype.el (field-unify): fixed.
513
514 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
515
516         * filename.el (filename-filters): Use `exec-installed-p' instead
517         of `file-installed-p' to search "kakasi".
518
519 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
520
521         * file-detect.el (module-installed-p): Use function
522         `exec-installed-p'.
523
524         * file-detect.el (exec-suffix-list): New variable.
525         (exec-installed-p): New function.
526
527 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
528
529         * APEL-ELS (apel-modules): Add filename.el.
530
531         * APEL-ELS: Initial revision
532
533 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
534
535         * filename.el (filename-replacement-alist): Don't use function
536         `string-to-char-list' and `expand-char-ranges'; Don't require
537         tl-str.
538         (filename-special-filter): Use function `assoc-if' instead of
539         `ASSOC'; Require cl instead of tl-list.
540         (poly-funcall): New inline-function; copied from tl-list.el.
541
542 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
543
544         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
545         and `delete-field' were abolished.
546
547         Don't require tl-str and tl-list.
548
549         Require alist.
550
551         (field-unify): Don't use function `symbol-concat'.
552         (assoc-unify): Use function `assoc' directly; use function
553         `put-alist' directly; use function `del-alist' directly.
554
555         * atype.el: Function `put-fields' was abolished.
556
557         * atype.el: tl-atype.el was renamed to atype.el.
558
559 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
560
561         * atype.el: tl-atype.el was renamed to atype.el.
562
563 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
564
565         * file-detect.el (file-installed-p): Fixed DOC-string.
566
567 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
568
569         * alist.el: New module; separated from tl-list.el.