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