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