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