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