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