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