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