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