Mercurial > hg > xemacs-beta
annotate tests/ChangeLog @ 2056:ab71063baf27
[xemacs-hg @ 2004-05-03 15:08:41 by james]
Add failing-case parameter to Assert and use it in lisp-tests.
author | james |
---|---|
date | Mon, 03 May 2004 15:08:51 +0000 |
parents | ca02e61c9829 |
children | 0f60caa73962 |
rev | line source |
---|---|
2056 | 1 2004-04-21 Jerry James <james@xemacs.org> |
2 | |
3 * automated/test-harness.el (Assert): Add an optional failing-case | |
4 arg so we can see what the test was trying to do when it failed. | |
5 * automated/lisp-tests.el: Use the failing-case arg for Asserts | |
6 with variables. Use eql on tests that might produce bignums. Fix | |
7 test for non-bignum XEmacsen that fails because | |
8 (eq most-negative-fixnum (- most-negative-fixnum)). | |
9 | |
2026 | 10 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> |
11 | |
12 * automated/mule-tests.el: Inhibit GC to speed up BIG_STRING tests. | |
13 | |
14 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
15 | |
16 * automated/mule-tests.el: Darwin doesn't like ISO 8859/2 filenames. | |
17 | |
1983 | 18 2004-04-05 Jerry James <james@xemacs.org> |
19 | |
20 * automated/lisp-tests.el: Add bignum and ratio tests. | |
21 | |
1964 | 22 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
23 | |
24 * XEmacs 21.5.17 "chayote" is released. | |
25 | |
1773
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
26 2003-11-01 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
27 |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
28 * automated/weak-tests.el: |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
29 Added testing of the iterative marking calls needed for processing |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
30 weak data structures, especially ephemerons, correctly |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
31 |
1761 | 32 2003-10-22 Vin Shelton <acs@xemacs.org> |
33 | |
34 * automated/hash-table-tests.el: Remove debugging print | |
35 statements. | |
36 | |
37 2003-10-22 Stephen J. Turnbull <stephen@xemacs.org> | |
38 | |
39 * automated/test-harness.el: List me as maintainer. | |
40 | |
1758 | 41 2003-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
42 | |
43 * automated/test-harness.el (test-harness-test-compiled): | |
44 New variable to notify tests whether they are compiled or interpreted. | |
45 | |
46 * automated/weak-tests.el (test-harness-test-compiled): | |
47 Temporary hack to remind me of the reverted byte-interpreter patch. | |
48 | |
1751 | 49 2003-10-15 Stephen J. Turnbull <stephen@xemacs.org> |
50 | |
51 * automated/test-harness.el: Whitespace/readability tweaks. | |
52 (Copyright): Update. | |
53 (test-harness-file-summary-template): New constant. | |
54 (test-harness-null-summary-template): New constant. | |
55 (test-harness-from-buffer): | |
56 (batch-test-emacs): | |
57 Improve report formatting. | |
58 | |
1722 | 59 2003-09-28 Adrian Aichner <adrian@xemacs.org> |
60 | |
61 * automated/test-harness.el (batch-test-emacs): Emergency fix for | |
62 arithmetic error when no tests are run. | |
63 | |
1720 | 64 2003-09-27 Adrian Aichner <adrian@xemacs.org> |
65 | |
66 * automated/test-harness.el: Syntax emergency fix. | |
67 | |
1719 | 68 2003-09-27 Stephen J. Turnbull <stephen@xemacs.org> |
69 | |
70 * automated/test-harness.el: Give the maintainers what they want. | |
71 | |
1717 | 72 2003-09-26 Adrian Aichner <adrian@xemacs.org> |
73 | |
74 * automated/test-harness.el (test-harness-from-buffer): Revert | |
75 logging results when running noninteractive per Stephen | |
76 J. Turnbull's veto. | |
77 | |
1716 | 78 2003-09-26 Steve Youngs <youngs@xemacs.org> |
79 | |
80 * XEmacs 21.5.16 "celeriac" is released. | |
81 | |
1714 | 82 2003-09-25 Stephen J. Turnbull <stephen@xemacs.org> |
83 | |
84 * automated/regexp-tests.el (multiple-match): Test \{m,n\}. | |
85 | |
1665 | 86 2003-09-03 Steve Youngs <youngs@xemacs.org> |
87 | |
88 * XEmacs 21.5.15 "celery" is released. | |
89 | |
1656 | 90 2003-08-31 Adrian Aichner <adrian@xemacs.org> |
91 | |
92 * automated/test-harness.el (test-harness-from-buffer): Log | |
93 results when running noninteractive. | |
94 * automated/test-harness.el (batch-test-emacs): Remove misplaced | |
95 debugging code. | |
96 | |
1636 | 97 2003-08-19 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
98 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> | |
99 | |
100 * automated/weak-tests.el: Added tests for weak-lists. | |
101 | |
1612 | 102 2003-08-10 Stephen J. Turnbull <stephen@xemacs.org> |
103 | |
104 * automated/regexp-tests.el: Update copyright notice and | |
105 maintainer name. Improve comment on stale match tests. | |
106 | |
1510 | 107 2003-06-01 Steve Youngs <youngs@xemacs.org> |
108 | |
109 * XEmacs 21.5.14 "cassava" is released. | |
110 | |
1473 | 111 2003-05-10 Steve Youngs <youngs@xemacs.org> |
112 | |
113 * XEmacs 21.5.13 "cauliflower" is released. | |
114 | |
1472 | 115 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
116 | |
117 * automated/regexp-tests.el (replace-match): Revert test to Assert | |
118 that registers are preserved on a failed match. | |
119 (stale match data): Test for preserve-on-failure behavior. | |
120 | |
1431 | 121 2003-04-24 Steve Youngs <youngs@xemacs.org> |
122 | |
123 * XEmacs 21.5.12 "carrot" is released. | |
124 | |
1425 | 125 2003-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
126 | |
127 * automated/test-harness.el (test-harness-risk-infloops): | |
128 New variable. | |
129 | |
130 * automated/lisp-tests.el (split-string): Add tests for new API | |
131 spec. Conditionally re-enable potential infloops. | |
132 | |
133 2003-04-17 Stephen J. Turnbull <stephen@xemacs.org> | |
134 | |
135 * automated/regexp-tests.el (stale match data): Update comment. | |
136 (replace-match): Check-Error after failed match. | |
137 | |
1413 | 138 2003-04-15 Stephen J. Turnbull <stephen@xemacs.org> |
139 | |
140 * automated/test-harness.el (test-harness-known-bug): Deleted. | |
141 (test-harness-failure-tag, test-harness-success-tag): New variables. | |
142 (Known-Bug-Expect-Failure): Bind them. | |
143 (Implementation-Incomplete-Expect-Failure): New macro. Bind *-tag. | |
144 (Print-Failure, Print-Pass): Use *-tag instead of literal strings. | |
145 | |
146 * automated/symbol-tests.el (weak reference uniqueness): Mike sez | |
147 tests of garbage collector are due to incomplete descriptorization | |
148 of lisp types. Tag with Implementation-Incomplete-Expect-Failure | |
149 if KKCC. | |
150 | |
151 2003-04-03 Stephen J. Turnbull <stephen@xemacs.org> | |
152 | |
153 * automated/regexp-tests.el: Change known-bug status of Mule ranges. | |
154 | |
1389 | 155 2003-03-21 Stephen J. Turnbull <stephen@xemacs.org> |
156 | |
157 * automated/regexp-tests.el: Change known-bug status of "\\b". | |
158 | |
1316 | 159 2003-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
160 | |
161 * automated/mule-tests.el (charsets-in-string): | |
162 (charsets-in-string): | |
163 Not all that glitters is gold, nor eq that which is equal. D'oh. | |
164 | |
1307 | 165 2003-02-16 Steve Youngs <youngs@xemacs.org> |
166 | |
167 * XEmacs 21.5.11 "cabbage" is released. | |
168 | |
1231 | 169 2003-01-19 Stephen J. Turnbull <stephen@xemacs.org> |
170 | |
171 * sigpipe.c: New file. Crashes 21.1 but not 21.4 or 21.5 (I | |
172 think). Thanks to Richard Mlynarik <mly@pobox.com>. | |
173 | |
174 2003-01-17 Stephen J. Turnbull <stephen@xemacs.org> | |
175 | |
176 * automated/test-harness.el (test-harness-from-buffer): Move | |
177 success rate report to end of line where it's easier to see. | |
178 | |
1195 | 179 2003-01-09 Stephen J. Turnbull <stephen@xemacs.org> |
180 | |
181 * automated/mule-tests.el: Test cases for charset-in-* functions. | |
182 | |
183 2003-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
184 | |
185 * automated/regexp-tests.el (stale match data): Stale match data | |
186 persists after failed match. Thanks to <bjacob@ca.metsci.com>. | |
187 | |
1187 | 188 2003-01-04 Steve Youngs <youngs@xemacs.org> |
189 | |
190 * XEmacs 21.5.10 "burdock" is released. | |
191 | |
1175 | 192 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> |
193 | |
194 * automated/regexp-tests.el (Mule character class): New test | |
195 cases. Based on draft patch by Daiki Ueno <daiki@xemacs.org>. | |
196 | |
197 * automated/test-harness.el (Print-Pass): Comment. | |
198 | |
199 2002-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
1095 | 200 |
201 * automated/test-harness.el (test-harness-expect-bug): New variable. | |
202 (Known-Bug-Expect-Failure): New macro. | |
203 (Skip-Test-Unless): New macro. | |
204 (Check-Message): Use Skip-Test-Unless. | |
205 (test-harness-from-buffer): Type fixes. | |
206 | |
207 * automated/regexp-tests.el: Use Known-Bug-Expect-Failure. | |
208 | |
209 * automated/syntax-tests.el: Use Skip-Test-Unless. | |
210 | |
1024 | 211 2002-09-09 Stephen J. Turnbull <stephen@xemacs.org> |
212 | |
213 * automated/regexp-tests.el: Add test for stale subexpr match-data. | |
214 Thanks to Martin Stjernholm for the report. | |
215 | |
216 * automated/syntax-tests.el: Conditionalize syntax-table property | |
217 tests on feature. Enable feature if present. | |
218 | |
219 2002-09-12 Stephen J. Turnbull <stephen@xemacs.org> | |
220 | |
221 * automated/regexp-tests.el: Add word-boundary regexp tests. | |
222 | |
981 | 223 2002-08-30 Steve Youngs <youngs@xemacs.org> |
224 | |
225 * XEmacs 21.5.9 "brussels sprouts" is released. | |
226 | |
973 | 227 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
228 | |
229 * automated/test-harness.el (test-harness-from-buffer): | |
230 Print-Skip: new local function. | |
231 | |
232 * automated/syntax-tests.el (forward-comment at buffer boundaries): | |
233 * automated/test-harness.el (Check-Message): | |
234 Warn, not barf, if required packages are unavailable. | |
235 | |
933 | 236 2002-07-27 Steve Youngs <youngs@xemacs.org> |
237 | |
238 * XEmacs 21.5.8 "broccoli" is released. | |
239 | |
928 | 240 2002-07-20 Mike Sperber <mike@xemacs.org> |
241 | |
242 * automated/test-harness.el (test-harness-read-from-buffer): Fix | |
243 incorrect call of `princ'. | |
244 | |
894 | 245 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
246 | |
247 * XEmacs 21.5.7 "broccoflower" is released. | |
248 | |
890 | 249 2002-06-27 Mike Sperber <mike@xemacs.org> |
250 | |
251 * automated/weak-tests.el: Create. | |
252 | |
875 | 253 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
254 | |
255 * automated/mule-tests.el ((featurep 'mule)): Fix unicode test. | |
256 | |
863 | 257 2002-04-27 Stephen J. Turnbull <stephen@xemacs.org> |
258 | |
259 * automated/test-harness.el (test-harness-from-buffer): Clean up | |
260 Check-Message and Check-Error-Message when done. | |
261 | |
826 | 262 2002-05-05 Ben Wing <ben@xemacs.org> |
263 | |
264 * automated/lisp-tests.el: | |
265 * automated/symbol-tests.el: | |
266 * automated/test-harness.el: | |
267 * automated/test-harness.el (test-harness-from-buffer): | |
268 Fix test harness to output FAIL messages to stderr when in | |
269 batch mode. | |
270 | |
271 Fix up some problems in lisp-tests/symbol-tests that were | |
272 causing spurious failures. | |
273 | |
804 | 274 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
275 | |
276 * XEmacs 21.5.6 "bok choi" is released. | |
277 | |
800 | 278 2002-03-31 Ben Wing <ben@xemacs.org> |
279 | |
280 * automated/mule-tests.el ((featurep 'mule)): | |
281 Fix for new Unicode support. | |
282 | |
774 | 283 2002-03-12 Ben Wing <ben@xemacs.org> |
284 | |
285 * The Great Mule Merge: placeholder. | |
286 | |
768 | 287 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
288 | |
289 * XEmacs 21.5.5 "beets" is released. | |
290 | |
725 | 291 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
292 | |
293 * XEmacs 21.5.4 "bamboo" is released. | |
294 | |
654 | 295 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
296 | |
297 * XEmacs 21.5.3 "asparagus" is released. | |
298 | |
641 | 299 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
300 | |
301 * XEmacs 21.5.2 "artichoke" is released. | |
302 | |
597 | 303 2001-05-29 Martin Buchholz <martin@xemacs.org> |
304 | |
305 * automated/mule-tests.el: | |
306 Avoid test failure if (temp-directory) is a symlink. | |
307 | |
522 | 308 2001-05-09 Martin Buchholz <martin@xemacs.org> |
309 | |
310 * XEmacs 21.5.1 "anise" is released. | |
311 | |
472 | 312 2001-04-18 Martin Buchholz <martin@xemacs.org> |
313 | |
314 * XEmacs 21.5.0 "alfalfa" is released. | |
315 | |
464 | 316 2001-03-23 Martin Buchholz <martin@xemacs.org> |
317 | |
318 * automated/lisp-tests.el: | |
319 Add test for mis-byte-compilation of (- 0 x). | |
320 | |
462 | 321 2001-03-21 Martin Buchholz <martin@xemacs.org> |
322 | |
323 * XEmacs 21.2.46 "Urania" is released. | |
324 | |
325 2001-03-09 William M. Perry <wmperry@aventail.com> | |
326 | |
327 * gtk/UNIMPLEMENTED: | |
328 * gtk/event-stream-tests.el: | |
329 * gtk/gnome-test.el: | |
330 * gtk/gtk-embedded-test.el: | |
331 * gtk/gtk-extra-test.el: | |
332 * gtk/gtk-test.el: | |
333 * gtk/gtk-test.glade: | |
334 * gtk/statusbar-test.el: | |
335 * gtk/toolbar-test.el: | |
336 * gtk/xemacs-toolbar.el: | |
337 The Great GTK Merge: new directory and files. | |
338 | |
339 2001-03-02 Ben Wing <ben@xemacs.org> | |
340 | |
341 * automated\case-tests.el (string-0-through-32): | |
342 (string-127-through-160): Created new strings which contain | |
343 unprintable characters, and initialize them in a loop. | |
344 Rewrite all strings using unprintable characters as concat's | |
345 with the above variables, so that this file can be made ASCII, | |
346 not binary. | |
347 | |
460 | 348 2001-02-23 Martin Buchholz <martin@xemacs.org> |
349 | |
350 * XEmacs 21.2.45 "Thelxepeia" is released. | |
351 | |
352 2001-02-20 Matt Tucker <tuck@whistlingfish.net> | |
353 | |
354 * automated/syntax-tests.el: remove debug message | |
355 | |
356 2001-02-17 Matt Tucker <tuck@whistlingfish.net> | |
357 | |
358 * automated/syntax-tests.el: | |
359 Added tests for syntax-table extents. | |
360 Added regression tests for fencepost bugs with | |
361 `find_start_of_comment' and `find_end_of_comment'. | |
362 | |
458 | 363 2001-02-08 Martin Buchholz <martin@xemacs.org> |
364 | |
365 * XEmacs 21.2.44 "Thalia" is released. | |
366 | |
456 | 367 2001-01-26 Martin Buchholz <martin@xemacs.org> |
368 | |
369 * XEmacs 21.2.43 "Terspichore" is released. | |
370 | |
454 | 371 2001-01-20 Martin Buchholz <martin@xemacs.org> |
372 | |
373 * XEmacs 21.2.42 "Poseidon" is released. | |
374 | |
452 | 375 2001-01-17 Martin Buchholz <martin@xemacs.org> |
376 | |
377 * XEmacs 21.2.41 "Polyhymnia" is released. | |
378 | |
379 2001-01-15 Martin Buchholz <martin@xemacs.org> | |
380 | |
381 * automated/byte-compiler-tests.el ((let ((z 1)) (or (setq z 42)) z)): | |
382 Add regression test for mis-byte-compilation. | |
383 | |
450 | 384 2001-01-08 Martin Buchholz <martin@xemacs.org> |
385 | |
386 * XEmacs 21.2.40 is released. | |
387 | |
448 | 388 2000-12-31 Martin Buchholz <martin@xemacs.org> |
389 | |
390 * XEmacs 21.2.39 is released. | |
391 | |
392 2000-12-28 Martin Buchholz <martin@xemacs.org> | |
393 | |
394 * automated/lisp-tests.el: | |
395 Avoid triggering Solaris printf buffer overflow from (format). | |
396 | |
397 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
398 | |
399 * redisplay-tests.el: New file. | |
400 | |
401 2000-12-12 Martin Buchholz <martin@xemacs.org> | |
402 | |
403 * automated/lisp-tests.el: Add/Change (format) tests. | |
404 | |
405 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
406 | |
407 * automated/lisp-test.el: Test if all-completions ignore | |
408 elements start with space. | |
409 | |
410 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
411 | |
412 * automated/regexp-tests.el: Test unmatched search doesn't | |
413 alter match-string. | |
414 | |
446 | 415 2000-12-05 Martin Buchholz <martin@xemacs.org> |
416 | |
417 * XEmacs 21.2.38 is released. | |
418 | |
419 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
420 | |
421 * automated/test-harness.el (test-harness-from-buffer): Throw away | |
422 all warnings, even those not influenced by byte-compiler-warnings. | |
423 | |
424 2000-11-30 Martin Buchholz <martin@xemacs.org> | |
425 | |
426 * automated/lisp-tests.el: | |
427 Test byte-compiler arithmetic optimizations. | |
428 | |
429 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org> | |
430 | |
431 * automated/case-tests.el: Add more tests. | |
432 | |
433 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
434 | |
435 * automated/regexp-tests.el: New file. | |
436 | |
437 2000-11-22 Martin Buchholz <martin@xemacs.org> | |
438 | |
439 * automated/lisp-tests.el: | |
440 Add 64-bit-correctness format tests. | |
441 Don't quote the first arg to Check-Error. | |
442 | |
443 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org> | |
444 | |
445 * automated/case-tests.el: New file. | |
446 | |
444 | 447 2000-11-14 Martin Buchholz <martin@xemacs.org> |
448 | |
449 * XEmacs 21.2.37 is released. | |
450 | |
451 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org> | |
452 | |
453 * automated/lisp-test.el: More format tests. | |
454 | |
455 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org> | |
456 | |
457 * automated/ccl-tests.el (ccl-test-simple-read-and-write): | |
458 (ccl-test-read-write-multibyte-character): Use make-char | |
459 for non MULE XEmacs. | |
460 | |
461 2000-10-15 MIYASHITA Hisashi <himi@m17n.org> | |
462 | |
463 * automated/ccl-tests.el: New file. | |
464 | |
465 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org> | |
466 | |
467 * automated/lisp-test.el: Add test for format. | |
468 | |
469 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
470 | |
471 * automated/byte-compiler-test.el: Add optimization test for | |
472 byte-after-unbind-ops. | |
473 | |
474 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
475 | |
476 * automated/hash-table-test.el: Make new cons cell for | |
477 equal and not eq object. | |
478 | |
479 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org> | |
480 | |
481 * automated/lisp-test.el: Add replace-match test. | |
482 | |
442 | 483 2000-10-04 Martin Buchholz <martin@xemacs.org> |
484 | |
485 * XEmacs 21.2.36 is released. | |
486 | |
487 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
488 | |
489 * automated/lisp-tests.el: Add `current-time' test. | |
490 | |
491 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
492 | |
493 * automated/mule-tests.el: Add ucs tests. | |
494 | |
495 * DLL/dltest.c: Remove reference to obsolete emacsfns.h | |
496 | |
497 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org> | |
498 | |
499 * automated/lisp-test.el: Check matching \\= against string | |
500 doesn't crash XEmacs. | |
501 From: Markus Linnala <maage@cs.tut.fi> | |
502 | |
503 2000-07-26 Andy Piper <andy@xemacs.org> | |
504 | |
505 * glyph-test.el: fix for new glyph instantiation mechanism. | |
506 | |
507 2000-07-31 Martin Buchholz <martin@xemacs.org> | |
508 | |
509 * automated/hash-table-tests.el: | |
510 Fix up test suite to comply with new hash table weakness API. | |
511 | |
512 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
513 | |
514 * XEmacs 21.2.35 is released. | |
515 | |
516 2000-06-17 Martin Buchholz <martin@xemacs.org> | |
517 | |
518 * automated/database-tests.el: Remove any previous .pag, .dir files. | |
519 | |
520 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
521 | |
522 * XEmacs 21.2.34 is released. | |
523 | |
524 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
525 | |
526 * XEmacs 21.2.33 is released. | |
527 | |
528 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
529 | |
530 * XEmacs 21.2.32 is released. | |
531 | |
532 2000-03-10 Martin Buchholz <martin@xemacs.org> | |
533 | |
534 * automated/mule-tests.el: Check that (make-temp-name) returns | |
535 unique values. | |
536 | |
537 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
538 | |
539 * gutter-test.el: Fix name of specifier. | |
540 | |
541 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
542 | |
543 * XEmacs 21.2.31 is released. | |
544 | |
545 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
546 | |
547 * XEmacs 21.2.30 is released. | |
548 | |
549 2000-02-17 Martin Buchholz <martin@xemacs.org> | |
550 | |
551 * automated/mule-tests.el: Added some fileio tests. | |
552 | |
553 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
554 | |
555 * XEmacs 21.2.29 is released. | |
556 | |
557 2000-02-13 Martin Buchholz <martin@xemacs.org> | |
558 | |
559 * automated/lisp-tests.el: Add subseq tests. | |
560 | |
440 | 561 2000-02-07 Martin Buchholz <martin@xemacs.org> |
562 | |
563 * XEmacs 21.2.28 is released. | |
564 | |
565 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
566 | |
567 * automated/lisp-tests.el: Add plist manipulation tests. | |
568 | |
569 2000-02-02 Martin Buchholz <martin@xemacs.org> | |
570 | |
571 * automated/symbol-tests.el: Crashes fixed, so resurrect | |
572 makunbound test for dontusethis-set-symbol-value-handler. | |
573 Add more dontusethis-set-symbol-value-handler tests. | |
574 Should fix any lingering problems with gnus playing with | |
575 pathname-coding-system. | |
576 | |
577 2000-01-25 Martin Buchholz <martin@xemacs.org> | |
578 | |
579 * mule-tests.el: Add coding-system tests. | |
580 | |
438 | 581 2000-01-18 Martin Buchholz <martin@xemacs.org> |
582 | |
583 * XEmacs 21.2.27 is released. | |
584 | |
585 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
586 | |
587 * automated/syntax-tests.el: New file. | |
588 Add test for scan_words using forward-word and backword-word. | |
589 | |
590 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
591 | |
592 * automated/mule-tests.el: | |
593 Test resizing of small and big (> 8k bytes) strings. | |
594 | |
436 | 595 1999-12-31 Martin Buchholz <martin@xemacs.org> |
596 | |
597 * XEmacs 21.2.26 is released. | |
598 | |
434 | 599 1999-12-24 Martin Buchholz <martin@xemacs.org> |
600 | |
601 * XEmacs 21.2.25 is released. | |
602 | |
603 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
604 | |
605 * automated/byte-compiler-tests.el: Add Jan's tests for equal | |
606 effect of bytecode and interpreted code. | |
607 | |
608 * automated/lisp-tests.el: Add tests for near-text functions. | |
609 | |
610 1999-12-19 Martin Buchholz <martin@xemacs.org> | |
611 | |
612 * automated/mule-tests.el: Add tests for fillarray, aset. | |
613 | |
614 1999-12-17 Martin Buchholz <martin@xemacs.org> | |
615 | |
616 * automated/lisp-tests.el: Add tests for mapcar1() crashes. | |
617 | |
432 | 618 1999-12-14 Martin Buchholz <martin@xemacs.org> |
619 | |
620 * XEmacs 21.2.24 is released. | |
621 | |
430 | 622 1999-12-07 Martin Buchholz <martin@xemacs.org> |
623 | |
624 * XEmacs 21.2.23 is released. | |
625 | |
428 | 626 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
627 | |
628 * XEmacs 21.2.22 is released | |
629 | |
630 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
631 | |
632 * XEmacs 21.2.21 is released. | |
633 | |
634 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
635 | |
636 * XEmacs 21.2.20 is released | |
637 | |
638 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
639 | |
640 * XEmacs 21.2.19 is released | |
641 | |
642 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
643 | |
644 * XEmacs 21.2.18 is released | |
645 | |
646 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
647 | |
648 * XEmacs 21.2.17 is released | |
649 | |
650 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
651 | |
652 * XEmacs 21.2.16 is released | |
653 | |
654 1999-06-07 Hrvoje Niksic <hniksic@srce.hr> | |
655 | |
656 * automated/base64-tests.el: Check for error instead for nil where | |
657 error conditions are expected. | |
658 | |
659 * automated/base64-tests.el: Comment out (for now) the code that | |
660 causes crashes. | |
661 | |
662 1999-06-05 Hrvoje Niksic <hniksic@srce.hr> | |
663 | |
664 * automated/base64-tests.el: Check that the decoder handles | |
665 arbitrary characters. Cut down on the number of tests. | |
666 | |
667 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
668 | |
669 * XEmacs 21.2.15 is released | |
670 | |
671 1999-06-02 Oscar Figueiredo <oscar@xemacs.org> | |
672 | |
673 * automated/lisp-tests.el: Test `split-string' | |
674 | |
675 1999-05-27 Hrvoje Niksic <hniksic@srce.hr> | |
676 | |
677 * automated/base64-tests.el: New file. | |
678 | |
679 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
680 | |
681 * XEmacs 21.2.14 is released | |
682 | |
683 1999-05-06 Hrvoje Niksic <hniksic@srce.hr> | |
684 | |
685 * automated/symbol-tests.el: Add many more tests. | |
686 | |
687 1999-05-06 Hrvoje Niksic <hniksic@srce.hr> | |
688 | |
689 * automated/lisp-tests.el: Ditto. | |
690 | |
691 * automated/hash-table-tests.el: Ditto. | |
692 | |
693 * automated/database-tests.el: Don't use backquote where quote | |
694 would suffice. | |
695 | |
696 * automated/symbol-tests.el: Add tests for magic symbols. | |
697 | |
698 1999-05-04 Hrvoje Niksic <hniksic@srce.hr> | |
699 | |
700 * automated/hash-table-tests.el: Fix comment. | |
701 | |
702 1999-04-22 Hrvoje Niksic <hniksic@srce.hr> | |
703 | |
704 * automated/test-harness.el (batch-test-emacs): Minor fixes. | |
705 | |
706 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
707 | |
708 * XEmacs 21.2.13 is released | |
709 | |
710 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
711 | |
712 * XEmacs 21.2.12 is released | |
713 | |
714 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
715 | |
716 * XEmacs 21.2.11 is released | |
717 | |
718 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
719 | |
720 * XEmacs 21.2.10 is released | |
721 | |
722 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
723 | |
724 * XEmacs 21.2.9 is released | |
725 | |
726 1999-01-30 Martin Buchholz <martin@xemacs.org> | |
727 | |
728 * automated/lisp-tests.el: Add test for buffer-local function | |
729 parameter crash | |
730 | |
731 1998-12-30 Martin Buchholz <martin@xemacs.org> | |
732 | |
733 * automated/database-tests.el: Minor tweaks | |
734 | |
735 * ChangeLog: new file | |
736 |