XEmacs 21.4.2 "Developer-Friendly Unix APIs".
[chise/xemacs-chise.git.1] / tests / ChangeLog
1 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
2
3         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
4
5 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
6
7         * XEmacs 21.4.1 "Copyleft" is released.
8
9 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
10
11         * XEmacs 21.4.0 "Solid Vapor" is released.
12
13 2001-04-07  Hrvoje Niksic  <hniksic@arsdigita.com>
14
15         * automated/extent-tests.el: New file.
16
17 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
18
19         * XEmacs 21.2.47 "Zephir" is released.
20
21 2001-03-23  Martin Buchholz  <martin@xemacs.org>
22
23         * automated/lisp-tests.el:
24         Add test for mis-byte-compilation of (- 0 x).
25
26 2001-03-21  Martin Buchholz <martin@xemacs.org>
27
28         * XEmacs 21.2.46 "Urania" is released.
29
30 2001-03-09  William M. Perry  <wmperry@aventail.com>
31
32         * gtk/UNIMPLEMENTED:
33         * gtk/event-stream-tests.el:
34         * gtk/gnome-test.el:
35         * gtk/gtk-embedded-test.el:
36         * gtk/gtk-extra-test.el:
37         * gtk/gtk-test.el:
38         * gtk/gtk-test.glade:
39         * gtk/statusbar-test.el:
40         * gtk/toolbar-test.el:
41         * gtk/xemacs-toolbar.el:
42         The Great GTK Merge: new directory and files.
43
44 2001-03-02  Ben Wing  <ben@xemacs.org>
45
46         * automated\case-tests.el (string-0-through-32): 
47         (string-127-through-160): Created new strings which contain
48         unprintable characters, and initialize them in a loop.
49         Rewrite all strings using unprintable characters as concat's
50         with the above variables, so that this file can be made ASCII,
51         not binary.
52
53 2001-02-23  Martin Buchholz <martin@xemacs.org>
54
55         * XEmacs 21.2.45 "Thelxepeia" is released.
56
57 2001-02-20  Matt Tucker  <tuck@whistlingfish.net>
58
59         * automated/syntax-tests.el: remove debug message
60
61 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
62
63         * automated/syntax-tests.el:
64         Added tests for syntax-table extents.
65         Added regression tests for fencepost bugs with
66         `find_start_of_comment' and `find_end_of_comment'.
67
68 2001-02-08  Martin Buchholz <martin@xemacs.org>
69
70         * XEmacs 21.2.44 "Thalia" is released.
71
72 2001-01-26  Martin Buchholz <martin@xemacs.org>
73
74         * XEmacs 21.2.43 "Terspichore" is released.
75
76 2001-01-20  Martin Buchholz <martin@xemacs.org>
77
78         * XEmacs 21.2.42 "Poseidon" is released.
79
80 2001-01-17  Martin Buchholz <martin@xemacs.org>
81
82         * XEmacs 21.2.41 "Polyhymnia" is released.
83
84 2001-01-15  Martin Buchholz  <martin@xemacs.org>
85
86         * automated/byte-compiler-tests.el ((let ((z 1)) (or (setq z 42)) z)):
87         Add regression test for mis-byte-compilation.
88
89 2001-01-08  Martin Buchholz <martin@xemacs.org>
90
91         * XEmacs 21.2.40 is released.
92
93 2000-12-31  Martin Buchholz <martin@xemacs.org>
94
95         * XEmacs 21.2.39 is released.
96
97 2000-12-28  Martin Buchholz  <martin@xemacs.org>
98
99         * automated/lisp-tests.el:
100         Avoid triggering Solaris printf buffer overflow from (format).
101
102 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
103
104         * redisplay-tests.el: New file.
105
106 2000-12-12  Martin Buchholz  <martin@xemacs.org>
107
108         * automated/lisp-tests.el: Add/Change (format) tests.
109
110 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
111
112         * automated/lisp-test.el: Test if all-completions ignore
113         elements start with space.
114
115 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
116
117         * automated/regexp-tests.el: Test unmatched search doesn't
118         alter match-string.
119
120 2000-12-05  Martin Buchholz <martin@xemacs.org>
121
122         * XEmacs 21.2.38 is released.
123
124 2000-12-01  Martin Buchholz  <martin@xemacs.org>
125
126         * automated/test-harness.el (test-harness-from-buffer): Throw away
127         all warnings, even those not influenced by byte-compiler-warnings.
128
129 2000-11-30  Martin Buchholz  <martin@xemacs.org>
130
131         * automated/lisp-tests.el:
132         Test byte-compiler arithmetic optimizations.
133
134 2000-11-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
135
136         * automated/case-tests.el: Add more tests.
137
138 2000-11-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
139
140         * automated/regexp-tests.el: New file.
141
142 2000-11-22  Martin Buchholz  <martin@xemacs.org>
143
144         * automated/lisp-tests.el: 
145         Add 64-bit-correctness format tests.
146         Don't quote the first arg to Check-Error.
147
148 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
149
150         * automated/case-tests.el: New file.
151
152 2000-11-14  Martin Buchholz <martin@xemacs.org>
153
154         * XEmacs 21.2.37 is released.
155
156 2000-11-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
157
158         * automated/lisp-test.el: More format tests.
159
160 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
161
162         * automated/ccl-tests.el (ccl-test-simple-read-and-write):
163         (ccl-test-read-write-multibyte-character): Use make-char
164         for non MULE XEmacs.
165
166 2000-10-15  MIYASHITA Hisashi <himi@m17n.org>
167
168         * automated/ccl-tests.el: New file.
169
170 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
171
172         * automated/lisp-test.el: Add test for format.
173
174 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
175
176         * automated/byte-compiler-test.el: Add optimization test for
177         byte-after-unbind-ops.
178
179 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
180
181         * automated/hash-table-test.el: Make new cons cell for
182         equal and not eq object.
183
184 2000-10-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
185
186         * automated/lisp-test.el: Add replace-match test.
187
188 2000-10-04  Martin Buchholz <martin@xemacs.org>
189
190         * XEmacs 21.2.36 is released.
191
192 2000-09-27  Martin Buchholz  <martin@xemacs.org>
193
194         * automated/lisp-tests.el: Add `current-time' test.
195
196 2000-09-16  Martin Buchholz  <martin@xemacs.org>
197
198         * automated/mule-tests.el: Add ucs tests.
199
200         * DLL/dltest.c: Remove reference to obsolete emacsfns.h
201
202 2000-08-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
203
204         * automated/lisp-test.el: Check matching \\= against string
205         doesn't crash XEmacs.
206         From: Markus Linnala <maage@cs.tut.fi>
207
208 2000-07-26  Andy Piper  <andy@xemacs.org>
209
210         * glyph-test.el: fix for new glyph instantiation mechanism.
211
212 2000-07-31  Martin Buchholz  <martin@xemacs.org>
213
214         * automated/hash-table-tests.el:
215         Fix up test suite to comply with new hash table weakness API.
216
217 2000-07-19  Martin Buchholz <martin@xemacs.org>
218
219         * XEmacs 21.2.35 is released.
220
221 2000-06-17  Martin Buchholz  <martin@xemacs.org>
222
223         * automated/database-tests.el: Remove any previous .pag, .dir files.
224
225 2000-05-28  Martin Buchholz <martin@xemacs.org>
226
227         * XEmacs 21.2.34 is released.
228
229 2000-05-01  Martin Buchholz <martin@xemacs.org>
230
231         * XEmacs 21.2.33 is released.
232
233 2000-03-20  Martin Buchholz <martin@xemacs.org>
234
235         * XEmacs 21.2.32 is released.
236
237 2000-03-10  Martin Buchholz  <martin@xemacs.org>
238
239         * automated/mule-tests.el: Check that (make-temp-name) returns
240         unique values.
241
242 2000-03-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
243
244         * gutter-test.el: Fix name of specifier.
245
246 2000-02-23  Martin Buchholz <martin@xemacs.org>
247
248         * XEmacs 21.2.31 is released.
249
250 2000-02-21  Martin Buchholz <martin@xemacs.org>
251
252         * XEmacs 21.2.30 is released.
253
254 2000-02-17  Martin Buchholz  <martin@xemacs.org>
255
256         * automated/mule-tests.el: Added some fileio tests.
257
258 2000-02-16  Martin Buchholz <martin@xemacs.org>
259
260         * XEmacs 21.2.29 is released.
261
262 2000-02-13  Martin Buchholz  <martin@xemacs.org>
263
264         * automated/lisp-tests.el: Add subseq tests.
265
266 2000-02-07  Martin Buchholz <martin@xemacs.org>
267
268         * XEmacs 21.2.28 is released.
269
270 2000-02-07  Martin Buchholz  <martin@xemacs.org>
271
272         * automated/lisp-tests.el: Add plist manipulation tests.
273
274 2000-02-02  Martin Buchholz  <martin@xemacs.org>
275
276         * automated/symbol-tests.el: Crashes fixed, so resurrect
277         makunbound test for dontusethis-set-symbol-value-handler.
278         Add more dontusethis-set-symbol-value-handler tests.
279         Should fix any lingering problems with gnus playing with
280         pathname-coding-system.
281
282 2000-01-25  Martin Buchholz  <martin@xemacs.org>
283
284         * mule-tests.el: Add coding-system tests.
285
286 2000-01-18  Martin Buchholz <martin@xemacs.org>
287
288         * XEmacs 21.2.27 is released.
289
290 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
291
292         * automated/syntax-tests.el: New file.
293         Add test for scan_words using forward-word and backword-word.
294
295 2000-01-08  Martin Buchholz  <martin@xemacs.org>
296
297         * automated/mule-tests.el: 
298         Test resizing of small and big (> 8k bytes) strings.
299
300 1999-12-31  Martin Buchholz <martin@xemacs.org>
301
302         * XEmacs 21.2.26 is released.
303
304 1999-12-24  Martin Buchholz <martin@xemacs.org>
305
306         * XEmacs 21.2.25 is released.
307
308 1999-12-21  Martin Buchholz  <martin@xemacs.org>
309
310         * automated/byte-compiler-tests.el: Add Jan's tests for equal
311         effect of bytecode and interpreted code.
312
313         * automated/lisp-tests.el: Add tests for near-text functions.
314
315 1999-12-19  Martin Buchholz  <martin@xemacs.org>
316
317         * automated/mule-tests.el: Add tests for fillarray, aset.
318
319 1999-12-17  Martin Buchholz  <martin@xemacs.org>
320
321         * automated/lisp-tests.el:  Add tests for mapcar1() crashes.
322
323 1999-12-14  Martin Buchholz <martin@xemacs.org>
324
325         * XEmacs 21.2.24 is released.
326
327 1999-12-07  Martin Buchholz <martin@xemacs.org>
328
329         * XEmacs 21.2.23 is released.
330
331 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
332
333         * XEmacs 21.2.22 is released
334
335 1999-11-28  Martin Buchholz <martin@xemacs.org>
336
337         * XEmacs 21.2.21 is released.
338
339 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
340
341         * XEmacs 21.2.20 is released
342
343 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
344
345         * XEmacs 21.2.19 is released
346
347 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
348
349         * XEmacs 21.2.18 is released
350
351 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
352
353         * XEmacs 21.2.17 is released
354
355 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
356
357         * XEmacs 21.2.16 is released
358
359 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
360
361         * automated/base64-tests.el: Check for error instead for nil where 
362         error conditions are expected.
363
364         * automated/base64-tests.el: Comment out (for now) the code that
365         causes crashes.
366
367 1999-06-05  Hrvoje Niksic  <hniksic@srce.hr>
368
369         * automated/base64-tests.el: Check that the decoder handles
370         arbitrary characters.  Cut down on the number of tests.
371
372 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
373
374         * XEmacs 21.2.15 is released
375
376 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
377
378         * automated/lisp-tests.el: Test `split-string'
379
380 1999-05-27  Hrvoje Niksic  <hniksic@srce.hr>
381
382         * automated/base64-tests.el: New file.
383
384 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
385
386         * XEmacs 21.2.14 is released
387
388 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
389
390         * automated/symbol-tests.el: Add many more tests.
391
392 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
393
394         * automated/lisp-tests.el: Ditto.
395
396         * automated/hash-table-tests.el: Ditto.
397
398         * automated/database-tests.el: Don't use backquote where quote
399         would suffice.
400
401         * automated/symbol-tests.el: Add tests for magic symbols.
402
403 1999-05-04  Hrvoje Niksic  <hniksic@srce.hr>
404
405         * automated/hash-table-tests.el: Fix comment.
406
407 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
408
409         * automated/test-harness.el (batch-test-emacs): Minor fixes.
410
411 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
412
413         * XEmacs 21.2.13 is released
414
415 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
416
417         * XEmacs 21.2.12 is released
418
419 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
420
421         * XEmacs 21.2.11 is released
422
423 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
424
425         * XEmacs 21.2.10 is released
426
427 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
428
429         * XEmacs 21.2.9 is released
430
431 1999-01-30  Martin Buchholz  <martin@xemacs.org>
432
433         * automated/lisp-tests.el: Add test for buffer-local function
434         parameter crash
435
436 1998-12-30  Martin Buchholz  <martin@xemacs.org>
437
438         * automated/database-tests.el: Minor tweaks
439
440         * ChangeLog: new file
441