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