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