comparison lisp/apel/ChangeLog.emu @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
1 1997-07-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2
3 * emu: Version 7.44 was released.
4
5 1997-07-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
6
7 * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
8 -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
9
10 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
11
12 * richtext.el: Add autoload comments for `richtext-encode' and
13 `richtext-decode'.
14
15 * emu.el: Check richtext.el is bundled.
16
17 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
18
19 * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
20 hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
21 coding-system.
22
23 * emu-x20.el: Don't require cyrillic.
24
25 Thu May 22 04:46:57 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
26
27 * emu-mule.el (make-char): New alias.
28
29 * emu-e20.el: Alias `make-character' was abolished.
30
31
32 1997-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
33
34 * emu: Version 7.43.1 was released.
35
36 Thu May 8 22:21:36 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
37
38 * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
39
40
41 1997-04-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
42
43 * emu: Version 7.43 was released.
44
45 * emu-x20.el: several changes for XEmacs 20.1-b12.
46
47 Tue Apr 8 09:47:40 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
48
49 * emu.el (point-at-eol): New function.
50
51 Sat Apr 5 16:23:23 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
52
53 * emu-nemacs.el: `tl:available-face-attribute-alist' ->
54 `emu:available-face-attribute-alist'.
55
56 * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
57 `tl:overlay-put' -> `overlay-put'.
58
59 Sat Apr 5 06:50:48 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
60
61 * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
62 `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
63 were abolished.
64
65 * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
66 `tl:overlay-buffer' were abolished.
67
68 * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
69
70 * emu-xemacs.el: Require overlay.
71
72 * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
73
74 * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
75 XEmacs.
76
77
78 1997-03-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
79
80 * emu: Version 7.40.1 was released.
81
82 Fri Mar 14 07:19:59 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
83
84 * Makefile, EMU-MK: New file.
85
86 * EMU-ELS: rearrangement.
87
88 * EMU-CFG: New file
89
90 Wed Mar 12 14:18:27 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
91
92 * emu-x20.el: Modified for changing XEmacs/mule API about
93 `file-coding-system' -> `buffer-file-coding-system'.
94
95
96 1997-03-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
97
98 * emu: Version 7.40 was released.
99
100 * emu-x20.el (as-binary-process, as-binary-output-file): Use
101 `coding-system-for-write' instead of `file-coding-system'.
102
103 (as-binary-input-file, insert-binary-file-contents-literally): Use
104 `coding-system-for-read' instead of `file-coding-system-for-read'.
105
106 * emu-e20.el (mime-charset-coding-system-alist): Delete
107 `iso-2022-int-1' and `shift_jis'.
108
109 1997-03-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
110
111 * emu.el (defmacro-maybe): New macro.
112 (save-selected-window): Use `defmacro-maybe'.
113
114 * emu-18.el (defsubst): New macro.
115
116 1997-03-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
117
118 * emu-x20.el: Constant `*ctext*', `*hz*', `*big5', `*euc-kr*' and
119 `*koi8*' were abolished.
120
121 1997-03-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
122
123 * emu-19.el: Alias `tl:add-text-properties' was abolished.
124
125 * emu-18.el, emu-xemacs.el: Function `tl:add-text-properties' was
126 abolished.
127
128 1997-03-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
129
130 * emu.el (buffer-substring-no-properties): Use
131 `set-text-properties' instead of `tl:set-text-properties'.
132
133 * emu-19.el: Alias `tl:set-text-properties' was abolished.
134
135 * emu-18.el, emu-xemacs.el: Function `tl:set-text-properties' was
136 abolished.
137
138 1997-03-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
139
140 * emu-19.el (find-face): New function.
141
142
143 1997-03-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
144
145 * emu: Version 7.38.1 was released.
146
147 1997-03-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
148
149 * emu-xemacs.el (tl:add-text-properties): In tm-ew-d.el, the
150 function mime/decode-encoded-word calls tl:add-text-properties
151 with 4 parameters while it is defined in emu-xemacs.el to take 3
152 parameters only. (cf. [bug-tm-en:1246])
153
154
155 1997-02-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
156
157 * emu: Version 7.38 was released.
158
159 * emu.el: Function `insert-binary-file-contents-literally' was
160 moved to emu-{nemacs|e19|mule|x20|e20}.el.
161
162 * emu-x20.el, emu-e20.el, emu-mule.el, emu-e19.el, emu-nemacs.el
163 (insert-binary-file-contents-literally): New function; moved from
164 emu.el.
165
166
167 1997-02-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
168
169 * emu: Version 7.37.7 was released.
170
171 1997-02-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
172
173 * emu-x20.el: Variable `xemacs-beta-version' was abolished.
174
175 1997-02-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
176
177 * emu-x20.el (as-binary-process): Variable `file-coding-system' is
178 effective for `call-process-region'.
179
180
181 1997-01-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
182
183 * emu: Version 7.37.6 was released.
184
185 Thu Jan 30 16:55:00 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
186
187 * richtext.el (richtext-decode): Variable
188 `enriched-fill-after-visiting' is not found in enriched.el bundled
189 in Emacs 19.34.91-delta.
190
191
192 1997-01-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
193
194 * emu: Version 7.37.5 was released.
195
196 Wed Jan 29 15:48:26 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
197
198 * emu-x20.el, emu-e20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
199 (as-binary-output-file): New macro.
200
201 Mon Jan 27 12:11:32 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
202
203 * emu-e20.el (mime-charset-coding-system-alist): Modified for GNU
204 MULE 19.34.91-delta.
205 (mime-charset-to-coding-system): Modified for GNU MULE
206 19.34.91-delta.
207
208
209 1997-01-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
210
211 * emu: Version 7.37.4 was released.
212
213 Sat Jan 18 09:44:43 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
214
215 * emu-x20.el (charsets-mime-charset-alist): Sync with emu-e20.el
216 7.9.
217 (default-mime-charset): Default was changed to `x-ctext'.
218 (mime-charset-coding-system-alist): Add `x-ctext', `hz-gb-2312',
219 `cn-gb-2312' and `cn-big5'; `x-iso-2022-jp-2' and `x-shiftjis' was
220 abolished.
221
222 Sat Jan 18 09:35:35 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
223
224 * emu-e20.el: Function `regulate-latin-char' and
225 `regulate-latin-string' were abolished.
226
227 * emu-e20.el (sset): Function `string-embed-string' was renamed to
228 `store-substring'.
229
230 Wed Jan 15 18:01:13 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
231
232 * emu-e20.el (fontset-pixel-size): modified for GNU MULE 19.34.91.
233
234 Wed Jan 15 16:42:47 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
235
236 * emu-e20.el: Alias `charset-columns' was abolished.
237 Function `charset-iso-class' was abolished.
238
239 * emu-e20.el: for GNU MULE 19.34.91.
240
241 Tue Jan 14 06:35:53 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
242
243 * emu-x20.el: Alias `charset-description', `find-charset-string',
244 `find-charset-region', `char-width', `string-width' and `sref' has
245 been defined in XEmacs/mule.
246
247 Function `find-non-ascii-charset-string',
248 `find-non-ascii-charset-region', `char-bytes', `char-length',
249 `char-columns', `string-columns' and `truncate-string' has been
250 defined in XEmacs/mule.
251
252
253 Mon Dec 23 14:56:40 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
254
255 * emu: Version 7.37.3 was released.
256
257 Wed Dec 18 13:12:15 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
258
259 * emu-e20.el (as-binary-process): Fixed.
260
261
262 Mon Dec 16 14:57:02 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
263
264 * emu: Version 7.37.2 was released.
265
266 Thu Dec 12 02:29:18 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
267
268 * emu-e20.el: Header was modified.
269
270
271 Tue Dec 10 14:41:46 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
272
273 * emu: Version 7.37.1 was released.
274
275 * emu-e19.el: `charset-latin-1' -> `charset-latin-iso8859-1'.
276
277 * emu-e19.el: Constants to emulate MULE 2.3 leading-char were
278 abolished.
279 (find-charset-string, find-charset-region): Use constant
280 `charset-latin-1' instead of `lc-ltn1'.
281
282 Sat Dec 7 06:07:15 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
283
284 * emu-x20.el: Constants to emulate MULE 2.3 leading-char were
285 abolished.
286
287 * emu-x20.el: Sync with patch about charset naming rule
288 (cf. [xemacs-beta:91])
289
290 Thu Dec 5 15:15:39 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
291
292 * emu-x20.el: Sync with XEmacs 20.0 b30.
293
294
295 Wed Dec 4 04:55:36 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
296
297 * emu: Version 7.37 was released.
298
299 Fri Nov 29 21:22:25 1996 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
300
301 * emu.el (match-string): New function for Emacs 19.28 or earlier.
302
303 Thu Nov 28 19:25:12 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
304
305 * richtext.el (richtext-decode): Unused local variable `nc' was
306 abolished.
307
308 * richtext.el (richtext-decode): Unused local variable `pc' was
309 abolished.
310
311 Thu Nov 28 19:16:18 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
312
313 * emu.el (defun-maybe): New macro.
314 (buffer-substring-no-properties, add-to-list, buffer-live-p,
315 functionp): Use macro `defun-maybe' instead of `sysdep-defun'.
316
317 * emu-xemacs.el: Don't use sysdep.el.
318
319 * emu-18.el, emu-19.el: Function `sysdep-defun' was abolished.
320
321 Thu Nov 28 18:02:42 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
322
323 * emu.el (buffer-substring-no-properties, add-to-list,
324 buffer-live-p, functionp): Use `sysdep-defun'.
325
326 Thu Nov 28 17:59:45 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
327
328 * emu-xemacs.el: Use sysdep.el.
329
330 * emu-19.el, emu-18.el (sysdep-defun): New macro.
331
332 Wed Nov 27 13:40:42 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
333
334 * emu-e20.el (fontset-pixel-size): Renamed from
335 `fontset-pixel-height'.
336
337
338 Sat Nov 16 08:37:04 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
339
340 * emu: Version 7.34 was released.
341
342 Fri Nov 15 13:59:53 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
343
344 * emu-xemacs.el: Redefine `file-relative-name' if it is broken.
345
346 * EMU-ELS: New file.