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