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