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