462
|
1 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.2.46 "Urania" is released.
|
|
4
|
|
5 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
6
|
|
7 * gtk/UNIMPLEMENTED:
|
|
8 * gtk/event-stream-tests.el:
|
|
9 * gtk/gnome-test.el:
|
|
10 * gtk/gtk-embedded-test.el:
|
|
11 * gtk/gtk-extra-test.el:
|
|
12 * gtk/gtk-test.el:
|
|
13 * gtk/gtk-test.glade:
|
|
14 * gtk/statusbar-test.el:
|
|
15 * gtk/toolbar-test.el:
|
|
16 * gtk/xemacs-toolbar.el:
|
|
17 The Great GTK Merge: new directory and files.
|
|
18
|
|
19 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
20
|
|
21 * automated\case-tests.el (string-0-through-32):
|
|
22 (string-127-through-160): Created new strings which contain
|
|
23 unprintable characters, and initialize them in a loop.
|
|
24 Rewrite all strings using unprintable characters as concat's
|
|
25 with the above variables, so that this file can be made ASCII,
|
|
26 not binary.
|
|
27
|
460
|
28 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
29
|
|
30 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
31
|
|
32 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
33
|
|
34 * automated/syntax-tests.el: remove debug message
|
|
35
|
|
36 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
37
|
|
38 * automated/syntax-tests.el:
|
|
39 Added tests for syntax-table extents.
|
|
40 Added regression tests for fencepost bugs with
|
|
41 `find_start_of_comment' and `find_end_of_comment'.
|
|
42
|
458
|
43 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
44
|
|
45 * XEmacs 21.2.44 "Thalia" is released.
|
|
46
|
456
|
47 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
48
|
|
49 * XEmacs 21.2.43 "Terspichore" is released.
|
|
50
|
454
|
51 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
52
|
|
53 * XEmacs 21.2.42 "Poseidon" is released.
|
|
54
|
452
|
55 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
56
|
|
57 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
58
|
|
59 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
60
|
|
61 * automated/byte-compiler-tests.el ((let ((z 1)) (or (setq z 42)) z)):
|
|
62 Add regression test for mis-byte-compilation.
|
|
63
|
450
|
64 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
65
|
|
66 * XEmacs 21.2.40 is released.
|
|
67
|
448
|
68 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
69
|
|
70 * XEmacs 21.2.39 is released.
|
|
71
|
|
72 2000-12-28 Martin Buchholz <martin@xemacs.org>
|
|
73
|
|
74 * automated/lisp-tests.el:
|
|
75 Avoid triggering Solaris printf buffer overflow from (format).
|
|
76
|
|
77 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
78
|
|
79 * redisplay-tests.el: New file.
|
|
80
|
|
81 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
82
|
|
83 * automated/lisp-tests.el: Add/Change (format) tests.
|
|
84
|
|
85 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
86
|
|
87 * automated/lisp-test.el: Test if all-completions ignore
|
|
88 elements start with space.
|
|
89
|
|
90 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
91
|
|
92 * automated/regexp-tests.el: Test unmatched search doesn't
|
|
93 alter match-string.
|
|
94
|
446
|
95 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
96
|
|
97 * XEmacs 21.2.38 is released.
|
|
98
|
|
99 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
100
|
|
101 * automated/test-harness.el (test-harness-from-buffer): Throw away
|
|
102 all warnings, even those not influenced by byte-compiler-warnings.
|
|
103
|
|
104 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
105
|
|
106 * automated/lisp-tests.el:
|
|
107 Test byte-compiler arithmetic optimizations.
|
|
108
|
|
109 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
110
|
|
111 * automated/case-tests.el: Add more tests.
|
|
112
|
|
113 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
114
|
|
115 * automated/regexp-tests.el: New file.
|
|
116
|
|
117 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
118
|
|
119 * automated/lisp-tests.el:
|
|
120 Add 64-bit-correctness format tests.
|
|
121 Don't quote the first arg to Check-Error.
|
|
122
|
|
123 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
124
|
|
125 * automated/case-tests.el: New file.
|
|
126
|
444
|
127 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
128
|
|
129 * XEmacs 21.2.37 is released.
|
|
130
|
|
131 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
132
|
|
133 * automated/lisp-test.el: More format tests.
|
|
134
|
|
135 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
136
|
|
137 * automated/ccl-tests.el (ccl-test-simple-read-and-write):
|
|
138 (ccl-test-read-write-multibyte-character): Use make-char
|
|
139 for non MULE XEmacs.
|
|
140
|
|
141 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
142
|
|
143 * automated/ccl-tests.el: New file.
|
|
144
|
|
145 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
146
|
|
147 * automated/lisp-test.el: Add test for format.
|
|
148
|
|
149 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
150
|
|
151 * automated/byte-compiler-test.el: Add optimization test for
|
|
152 byte-after-unbind-ops.
|
|
153
|
|
154 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
155
|
|
156 * automated/hash-table-test.el: Make new cons cell for
|
|
157 equal and not eq object.
|
|
158
|
|
159 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
160
|
|
161 * automated/lisp-test.el: Add replace-match test.
|
|
162
|
442
|
163 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
164
|
|
165 * XEmacs 21.2.36 is released.
|
|
166
|
|
167 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
168
|
|
169 * automated/lisp-tests.el: Add `current-time' test.
|
|
170
|
|
171 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
172
|
|
173 * automated/mule-tests.el: Add ucs tests.
|
|
174
|
|
175 * DLL/dltest.c: Remove reference to obsolete emacsfns.h
|
|
176
|
|
177 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
178
|
|
179 * automated/lisp-test.el: Check matching \\= against string
|
|
180 doesn't crash XEmacs.
|
|
181 From: Markus Linnala <maage@cs.tut.fi>
|
|
182
|
|
183 2000-07-26 Andy Piper <andy@xemacs.org>
|
|
184
|
|
185 * glyph-test.el: fix for new glyph instantiation mechanism.
|
|
186
|
|
187 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
188
|
|
189 * automated/hash-table-tests.el:
|
|
190 Fix up test suite to comply with new hash table weakness API.
|
|
191
|
|
192 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
193
|
|
194 * XEmacs 21.2.35 is released.
|
|
195
|
|
196 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
197
|
|
198 * automated/database-tests.el: Remove any previous .pag, .dir files.
|
|
199
|
|
200 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
201
|
|
202 * XEmacs 21.2.34 is released.
|
|
203
|
|
204 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
205
|
|
206 * XEmacs 21.2.33 is released.
|
|
207
|
|
208 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
209
|
|
210 * XEmacs 21.2.32 is released.
|
|
211
|
|
212 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
213
|
|
214 * automated/mule-tests.el: Check that (make-temp-name) returns
|
|
215 unique values.
|
|
216
|
|
217 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
218
|
|
219 * gutter-test.el: Fix name of specifier.
|
|
220
|
|
221 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
222
|
|
223 * XEmacs 21.2.31 is released.
|
|
224
|
|
225 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
226
|
|
227 * XEmacs 21.2.30 is released.
|
|
228
|
|
229 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
230
|
|
231 * automated/mule-tests.el: Added some fileio tests.
|
|
232
|
|
233 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
234
|
|
235 * XEmacs 21.2.29 is released.
|
|
236
|
|
237 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
238
|
|
239 * automated/lisp-tests.el: Add subseq tests.
|
|
240
|
440
|
241 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
242
|
|
243 * XEmacs 21.2.28 is released.
|
|
244
|
|
245 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
246
|
|
247 * automated/lisp-tests.el: Add plist manipulation tests.
|
|
248
|
|
249 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
250
|
|
251 * automated/symbol-tests.el: Crashes fixed, so resurrect
|
|
252 makunbound test for dontusethis-set-symbol-value-handler.
|
|
253 Add more dontusethis-set-symbol-value-handler tests.
|
|
254 Should fix any lingering problems with gnus playing with
|
|
255 pathname-coding-system.
|
|
256
|
|
257 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
258
|
|
259 * mule-tests.el: Add coding-system tests.
|
|
260
|
438
|
261 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
262
|
|
263 * XEmacs 21.2.27 is released.
|
|
264
|
|
265 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
266
|
|
267 * automated/syntax-tests.el: New file.
|
|
268 Add test for scan_words using forward-word and backword-word.
|
|
269
|
|
270 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
271
|
|
272 * automated/mule-tests.el:
|
|
273 Test resizing of small and big (> 8k bytes) strings.
|
|
274
|
436
|
275 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
276
|
|
277 * XEmacs 21.2.26 is released.
|
|
278
|
434
|
279 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
280
|
|
281 * XEmacs 21.2.25 is released.
|
|
282
|
|
283 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
284
|
|
285 * automated/byte-compiler-tests.el: Add Jan's tests for equal
|
|
286 effect of bytecode and interpreted code.
|
|
287
|
|
288 * automated/lisp-tests.el: Add tests for near-text functions.
|
|
289
|
|
290 1999-12-19 Martin Buchholz <martin@xemacs.org>
|
|
291
|
|
292 * automated/mule-tests.el: Add tests for fillarray, aset.
|
|
293
|
|
294 1999-12-17 Martin Buchholz <martin@xemacs.org>
|
|
295
|
|
296 * automated/lisp-tests.el: Add tests for mapcar1() crashes.
|
|
297
|
432
|
298 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
299
|
|
300 * XEmacs 21.2.24 is released.
|
|
301
|
430
|
302 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
303
|
|
304 * XEmacs 21.2.23 is released.
|
|
305
|
428
|
306 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
307
|
|
308 * XEmacs 21.2.22 is released
|
|
309
|
|
310 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
311
|
|
312 * XEmacs 21.2.21 is released.
|
|
313
|
|
314 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
315
|
|
316 * XEmacs 21.2.20 is released
|
|
317
|
|
318 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
319
|
|
320 * XEmacs 21.2.19 is released
|
|
321
|
|
322 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
323
|
|
324 * XEmacs 21.2.18 is released
|
|
325
|
|
326 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
327
|
|
328 * XEmacs 21.2.17 is released
|
|
329
|
|
330 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
331
|
|
332 * XEmacs 21.2.16 is released
|
|
333
|
|
334 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
335
|
|
336 * automated/base64-tests.el: Check for error instead for nil where
|
|
337 error conditions are expected.
|
|
338
|
|
339 * automated/base64-tests.el: Comment out (for now) the code that
|
|
340 causes crashes.
|
|
341
|
|
342 1999-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
343
|
|
344 * automated/base64-tests.el: Check that the decoder handles
|
|
345 arbitrary characters. Cut down on the number of tests.
|
|
346
|
|
347 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
348
|
|
349 * XEmacs 21.2.15 is released
|
|
350
|
|
351 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
352
|
|
353 * automated/lisp-tests.el: Test `split-string'
|
|
354
|
|
355 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
356
|
|
357 * automated/base64-tests.el: New file.
|
|
358
|
|
359 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
360
|
|
361 * XEmacs 21.2.14 is released
|
|
362
|
|
363 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
364
|
|
365 * automated/symbol-tests.el: Add many more tests.
|
|
366
|
|
367 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
368
|
|
369 * automated/lisp-tests.el: Ditto.
|
|
370
|
|
371 * automated/hash-table-tests.el: Ditto.
|
|
372
|
|
373 * automated/database-tests.el: Don't use backquote where quote
|
|
374 would suffice.
|
|
375
|
|
376 * automated/symbol-tests.el: Add tests for magic symbols.
|
|
377
|
|
378 1999-05-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
379
|
|
380 * automated/hash-table-tests.el: Fix comment.
|
|
381
|
|
382 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
383
|
|
384 * automated/test-harness.el (batch-test-emacs): Minor fixes.
|
|
385
|
|
386 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
387
|
|
388 * XEmacs 21.2.13 is released
|
|
389
|
|
390 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
391
|
|
392 * XEmacs 21.2.12 is released
|
|
393
|
|
394 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
395
|
|
396 * XEmacs 21.2.11 is released
|
|
397
|
|
398 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
399
|
|
400 * XEmacs 21.2.10 is released
|
|
401
|
|
402 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
403
|
|
404 * XEmacs 21.2.9 is released
|
|
405
|
|
406 1999-01-30 Martin Buchholz <martin@xemacs.org>
|
|
407
|
|
408 * automated/lisp-tests.el: Add test for buffer-local function
|
|
409 parameter crash
|
|
410
|
|
411 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
412
|
|
413 * automated/database-tests.el: Minor tweaks
|
|
414
|
|
415 * ChangeLog: new file
|
|
416
|