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