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