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