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