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