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