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