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