1719
|
1 2003-09-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2
|
|
3 * automated/test-harness.el: Give the maintainers what they want.
|
|
4
|
1717
|
5 2003-09-26 Adrian Aichner <adrian@xemacs.org>
|
|
6
|
|
7 * automated/test-harness.el (test-harness-from-buffer): Revert
|
|
8 logging results when running noninteractive per Stephen
|
|
9 J. Turnbull's veto.
|
|
10
|
1716
|
11 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
12
|
|
13 * XEmacs 21.5.16 "celeriac" is released.
|
|
14
|
1714
|
15 2003-09-25 Stephen J. Turnbull <stephen@xemacs.org>
|
|
16
|
|
17 * automated/regexp-tests.el (multiple-match): Test \{m,n\}.
|
|
18
|
1665
|
19 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
20
|
|
21 * XEmacs 21.5.15 "celery" is released.
|
|
22
|
1656
|
23 2003-08-31 Adrian Aichner <adrian@xemacs.org>
|
|
24
|
|
25 * automated/test-harness.el (test-harness-from-buffer): Log
|
|
26 results when running noninteractive.
|
|
27 * automated/test-harness.el (batch-test-emacs): Remove misplaced
|
|
28 debugging code.
|
|
29
|
1636
|
30 2003-08-19 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
31 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de>
|
|
32
|
|
33 * automated/weak-tests.el: Added tests for weak-lists.
|
|
34
|
1612
|
35 2003-08-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
36
|
|
37 * automated/regexp-tests.el: Update copyright notice and
|
|
38 maintainer name. Improve comment on stale match tests.
|
|
39
|
1510
|
40 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
41
|
|
42 * XEmacs 21.5.14 "cassava" is released.
|
|
43
|
1473
|
44 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
45
|
|
46 * XEmacs 21.5.13 "cauliflower" is released.
|
|
47
|
1472
|
48 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
49
|
|
50 * automated/regexp-tests.el (replace-match): Revert test to Assert
|
|
51 that registers are preserved on a failed match.
|
|
52 (stale match data): Test for preserve-on-failure behavior.
|
|
53
|
1431
|
54 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
55
|
|
56 * XEmacs 21.5.12 "carrot" is released.
|
|
57
|
1425
|
58 2003-04-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
59
|
|
60 * automated/test-harness.el (test-harness-risk-infloops):
|
|
61 New variable.
|
|
62
|
|
63 * automated/lisp-tests.el (split-string): Add tests for new API
|
|
64 spec. Conditionally re-enable potential infloops.
|
|
65
|
|
66 2003-04-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
67
|
|
68 * automated/regexp-tests.el (stale match data): Update comment.
|
|
69 (replace-match): Check-Error after failed match.
|
|
70
|
1413
|
71 2003-04-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
72
|
|
73 * automated/test-harness.el (test-harness-known-bug): Deleted.
|
|
74 (test-harness-failure-tag, test-harness-success-tag): New variables.
|
|
75 (Known-Bug-Expect-Failure): Bind them.
|
|
76 (Implementation-Incomplete-Expect-Failure): New macro. Bind *-tag.
|
|
77 (Print-Failure, Print-Pass): Use *-tag instead of literal strings.
|
|
78
|
|
79 * automated/symbol-tests.el (weak reference uniqueness): Mike sez
|
|
80 tests of garbage collector are due to incomplete descriptorization
|
|
81 of lisp types. Tag with Implementation-Incomplete-Expect-Failure
|
|
82 if KKCC.
|
|
83
|
|
84 2003-04-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
85
|
|
86 * automated/regexp-tests.el: Change known-bug status of Mule ranges.
|
|
87
|
1389
|
88 2003-03-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
89
|
|
90 * automated/regexp-tests.el: Change known-bug status of "\\b".
|
|
91
|
1316
|
92 2003-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
93
|
|
94 * automated/mule-tests.el (charsets-in-string):
|
|
95 (charsets-in-string):
|
|
96 Not all that glitters is gold, nor eq that which is equal. D'oh.
|
|
97
|
1307
|
98 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
99
|
|
100 * XEmacs 21.5.11 "cabbage" is released.
|
|
101
|
1231
|
102 2003-01-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
103
|
|
104 * sigpipe.c: New file. Crashes 21.1 but not 21.4 or 21.5 (I
|
|
105 think). Thanks to Richard Mlynarik <mly@pobox.com>.
|
|
106
|
|
107 2003-01-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
108
|
|
109 * automated/test-harness.el (test-harness-from-buffer): Move
|
|
110 success rate report to end of line where it's easier to see.
|
|
111
|
1195
|
112 2003-01-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
113
|
|
114 * automated/mule-tests.el: Test cases for charset-in-* functions.
|
|
115
|
|
116 2003-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
117
|
|
118 * automated/regexp-tests.el (stale match data): Stale match data
|
|
119 persists after failed match. Thanks to <bjacob@ca.metsci.com>.
|
|
120
|
1187
|
121 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
122
|
|
123 * XEmacs 21.5.10 "burdock" is released.
|
|
124
|
1175
|
125 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
126
|
|
127 * automated/regexp-tests.el (Mule character class): New test
|
|
128 cases. Based on draft patch by Daiki Ueno <daiki@xemacs.org>.
|
|
129
|
|
130 * automated/test-harness.el (Print-Pass): Comment.
|
|
131
|
|
132 2002-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
1095
|
133
|
|
134 * automated/test-harness.el (test-harness-expect-bug): New variable.
|
|
135 (Known-Bug-Expect-Failure): New macro.
|
|
136 (Skip-Test-Unless): New macro.
|
|
137 (Check-Message): Use Skip-Test-Unless.
|
|
138 (test-harness-from-buffer): Type fixes.
|
|
139
|
|
140 * automated/regexp-tests.el: Use Known-Bug-Expect-Failure.
|
|
141
|
|
142 * automated/syntax-tests.el: Use Skip-Test-Unless.
|
|
143
|
1024
|
144 2002-09-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
145
|
|
146 * automated/regexp-tests.el: Add test for stale subexpr match-data.
|
|
147 Thanks to Martin Stjernholm for the report.
|
|
148
|
|
149 * automated/syntax-tests.el: Conditionalize syntax-table property
|
|
150 tests on feature. Enable feature if present.
|
|
151
|
|
152 2002-09-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
153
|
|
154 * automated/regexp-tests.el: Add word-boundary regexp tests.
|
|
155
|
981
|
156 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
157
|
|
158 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
159
|
973
|
160 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
161
|
|
162 * automated/test-harness.el (test-harness-from-buffer):
|
|
163 Print-Skip: new local function.
|
|
164
|
|
165 * automated/syntax-tests.el (forward-comment at buffer boundaries):
|
|
166 * automated/test-harness.el (Check-Message):
|
|
167 Warn, not barf, if required packages are unavailable.
|
|
168
|
933
|
169 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
170
|
|
171 * XEmacs 21.5.8 "broccoli" is released.
|
|
172
|
928
|
173 2002-07-20 Mike Sperber <mike@xemacs.org>
|
|
174
|
|
175 * automated/test-harness.el (test-harness-read-from-buffer): Fix
|
|
176 incorrect call of `princ'.
|
|
177
|
894
|
178 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
179
|
|
180 * XEmacs 21.5.7 "broccoflower" is released.
|
|
181
|
890
|
182 2002-06-27 Mike Sperber <mike@xemacs.org>
|
|
183
|
|
184 * automated/weak-tests.el: Create.
|
|
185
|
875
|
186 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
187
|
|
188 * automated/mule-tests.el ((featurep 'mule)): Fix unicode test.
|
|
189
|
863
|
190 2002-04-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
191
|
|
192 * automated/test-harness.el (test-harness-from-buffer): Clean up
|
|
193 Check-Message and Check-Error-Message when done.
|
|
194
|
826
|
195 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
196
|
|
197 * automated/lisp-tests.el:
|
|
198 * automated/symbol-tests.el:
|
|
199 * automated/test-harness.el:
|
|
200 * automated/test-harness.el (test-harness-from-buffer):
|
|
201 Fix test harness to output FAIL messages to stderr when in
|
|
202 batch mode.
|
|
203
|
|
204 Fix up some problems in lisp-tests/symbol-tests that were
|
|
205 causing spurious failures.
|
|
206
|
804
|
207 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
208
|
|
209 * XEmacs 21.5.6 "bok choi" is released.
|
|
210
|
800
|
211 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
212
|
|
213 * automated/mule-tests.el ((featurep 'mule)):
|
|
214 Fix for new Unicode support.
|
|
215
|
774
|
216 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
217
|
|
218 * The Great Mule Merge: placeholder.
|
|
219
|
768
|
220 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
221
|
|
222 * XEmacs 21.5.5 "beets" is released.
|
|
223
|
725
|
224 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
225
|
|
226 * XEmacs 21.5.4 "bamboo" is released.
|
|
227
|
654
|
228 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
229
|
|
230 * XEmacs 21.5.3 "asparagus" is released.
|
|
231
|
641
|
232 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
233
|
|
234 * XEmacs 21.5.2 "artichoke" is released.
|
|
235
|
597
|
236 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
237
|
|
238 * automated/mule-tests.el:
|
|
239 Avoid test failure if (temp-directory) is a symlink.
|
|
240
|
522
|
241 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
242
|
|
243 * XEmacs 21.5.1 "anise" is released.
|
|
244
|
472
|
245 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
246
|
|
247 * XEmacs 21.5.0 "alfalfa" is released.
|
|
248
|
464
|
249 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
250
|
|
251 * automated/lisp-tests.el:
|
|
252 Add test for mis-byte-compilation of (- 0 x).
|
|
253
|
462
|
254 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
255
|
|
256 * XEmacs 21.2.46 "Urania" is released.
|
|
257
|
|
258 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
259
|
|
260 * gtk/UNIMPLEMENTED:
|
|
261 * gtk/event-stream-tests.el:
|
|
262 * gtk/gnome-test.el:
|
|
263 * gtk/gtk-embedded-test.el:
|
|
264 * gtk/gtk-extra-test.el:
|
|
265 * gtk/gtk-test.el:
|
|
266 * gtk/gtk-test.glade:
|
|
267 * gtk/statusbar-test.el:
|
|
268 * gtk/toolbar-test.el:
|
|
269 * gtk/xemacs-toolbar.el:
|
|
270 The Great GTK Merge: new directory and files.
|
|
271
|
|
272 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
273
|
|
274 * automated\case-tests.el (string-0-through-32):
|
|
275 (string-127-through-160): Created new strings which contain
|
|
276 unprintable characters, and initialize them in a loop.
|
|
277 Rewrite all strings using unprintable characters as concat's
|
|
278 with the above variables, so that this file can be made ASCII,
|
|
279 not binary.
|
|
280
|
460
|
281 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
282
|
|
283 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
284
|
|
285 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
286
|
|
287 * automated/syntax-tests.el: remove debug message
|
|
288
|
|
289 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
290
|
|
291 * automated/syntax-tests.el:
|
|
292 Added tests for syntax-table extents.
|
|
293 Added regression tests for fencepost bugs with
|
|
294 `find_start_of_comment' and `find_end_of_comment'.
|
|
295
|
458
|
296 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
297
|
|
298 * XEmacs 21.2.44 "Thalia" is released.
|
|
299
|
456
|
300 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
301
|
|
302 * XEmacs 21.2.43 "Terspichore" is released.
|
|
303
|
454
|
304 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
305
|
|
306 * XEmacs 21.2.42 "Poseidon" is released.
|
|
307
|
452
|
308 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
309
|
|
310 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
311
|
|
312 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
313
|
|
314 * automated/byte-compiler-tests.el ((let ((z 1)) (or (setq z 42)) z)):
|
|
315 Add regression test for mis-byte-compilation.
|
|
316
|
450
|
317 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
318
|
|
319 * XEmacs 21.2.40 is released.
|
|
320
|
448
|
321 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
322
|
|
323 * XEmacs 21.2.39 is released.
|
|
324
|
|
325 2000-12-28 Martin Buchholz <martin@xemacs.org>
|
|
326
|
|
327 * automated/lisp-tests.el:
|
|
328 Avoid triggering Solaris printf buffer overflow from (format).
|
|
329
|
|
330 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
331
|
|
332 * redisplay-tests.el: New file.
|
|
333
|
|
334 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
335
|
|
336 * automated/lisp-tests.el: Add/Change (format) tests.
|
|
337
|
|
338 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
339
|
|
340 * automated/lisp-test.el: Test if all-completions ignore
|
|
341 elements start with space.
|
|
342
|
|
343 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
344
|
|
345 * automated/regexp-tests.el: Test unmatched search doesn't
|
|
346 alter match-string.
|
|
347
|
446
|
348 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
349
|
|
350 * XEmacs 21.2.38 is released.
|
|
351
|
|
352 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
353
|
|
354 * automated/test-harness.el (test-harness-from-buffer): Throw away
|
|
355 all warnings, even those not influenced by byte-compiler-warnings.
|
|
356
|
|
357 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
358
|
|
359 * automated/lisp-tests.el:
|
|
360 Test byte-compiler arithmetic optimizations.
|
|
361
|
|
362 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
363
|
|
364 * automated/case-tests.el: Add more tests.
|
|
365
|
|
366 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
367
|
|
368 * automated/regexp-tests.el: New file.
|
|
369
|
|
370 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
371
|
|
372 * automated/lisp-tests.el:
|
|
373 Add 64-bit-correctness format tests.
|
|
374 Don't quote the first arg to Check-Error.
|
|
375
|
|
376 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
377
|
|
378 * automated/case-tests.el: New file.
|
|
379
|
444
|
380 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
381
|
|
382 * XEmacs 21.2.37 is released.
|
|
383
|
|
384 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
385
|
|
386 * automated/lisp-test.el: More format tests.
|
|
387
|
|
388 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
389
|
|
390 * automated/ccl-tests.el (ccl-test-simple-read-and-write):
|
|
391 (ccl-test-read-write-multibyte-character): Use make-char
|
|
392 for non MULE XEmacs.
|
|
393
|
|
394 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
395
|
|
396 * automated/ccl-tests.el: New file.
|
|
397
|
|
398 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
399
|
|
400 * automated/lisp-test.el: Add test for format.
|
|
401
|
|
402 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
403
|
|
404 * automated/byte-compiler-test.el: Add optimization test for
|
|
405 byte-after-unbind-ops.
|
|
406
|
|
407 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
408
|
|
409 * automated/hash-table-test.el: Make new cons cell for
|
|
410 equal and not eq object.
|
|
411
|
|
412 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
413
|
|
414 * automated/lisp-test.el: Add replace-match test.
|
|
415
|
442
|
416 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
417
|
|
418 * XEmacs 21.2.36 is released.
|
|
419
|
|
420 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
421
|
|
422 * automated/lisp-tests.el: Add `current-time' test.
|
|
423
|
|
424 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
425
|
|
426 * automated/mule-tests.el: Add ucs tests.
|
|
427
|
|
428 * DLL/dltest.c: Remove reference to obsolete emacsfns.h
|
|
429
|
|
430 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
431
|
|
432 * automated/lisp-test.el: Check matching \\= against string
|
|
433 doesn't crash XEmacs.
|
|
434 From: Markus Linnala <maage@cs.tut.fi>
|
|
435
|
|
436 2000-07-26 Andy Piper <andy@xemacs.org>
|
|
437
|
|
438 * glyph-test.el: fix for new glyph instantiation mechanism.
|
|
439
|
|
440 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
441
|
|
442 * automated/hash-table-tests.el:
|
|
443 Fix up test suite to comply with new hash table weakness API.
|
|
444
|
|
445 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
446
|
|
447 * XEmacs 21.2.35 is released.
|
|
448
|
|
449 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
450
|
|
451 * automated/database-tests.el: Remove any previous .pag, .dir files.
|
|
452
|
|
453 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
454
|
|
455 * XEmacs 21.2.34 is released.
|
|
456
|
|
457 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
458
|
|
459 * XEmacs 21.2.33 is released.
|
|
460
|
|
461 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
462
|
|
463 * XEmacs 21.2.32 is released.
|
|
464
|
|
465 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
466
|
|
467 * automated/mule-tests.el: Check that (make-temp-name) returns
|
|
468 unique values.
|
|
469
|
|
470 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
471
|
|
472 * gutter-test.el: Fix name of specifier.
|
|
473
|
|
474 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
475
|
|
476 * XEmacs 21.2.31 is released.
|
|
477
|
|
478 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
479
|
|
480 * XEmacs 21.2.30 is released.
|
|
481
|
|
482 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
483
|
|
484 * automated/mule-tests.el: Added some fileio tests.
|
|
485
|
|
486 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
487
|
|
488 * XEmacs 21.2.29 is released.
|
|
489
|
|
490 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
491
|
|
492 * automated/lisp-tests.el: Add subseq tests.
|
|
493
|
440
|
494 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
495
|
|
496 * XEmacs 21.2.28 is released.
|
|
497
|
|
498 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
499
|
|
500 * automated/lisp-tests.el: Add plist manipulation tests.
|
|
501
|
|
502 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
503
|
|
504 * automated/symbol-tests.el: Crashes fixed, so resurrect
|
|
505 makunbound test for dontusethis-set-symbol-value-handler.
|
|
506 Add more dontusethis-set-symbol-value-handler tests.
|
|
507 Should fix any lingering problems with gnus playing with
|
|
508 pathname-coding-system.
|
|
509
|
|
510 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
511
|
|
512 * mule-tests.el: Add coding-system tests.
|
|
513
|
438
|
514 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
515
|
|
516 * XEmacs 21.2.27 is released.
|
|
517
|
|
518 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
519
|
|
520 * automated/syntax-tests.el: New file.
|
|
521 Add test for scan_words using forward-word and backword-word.
|
|
522
|
|
523 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
524
|
|
525 * automated/mule-tests.el:
|
|
526 Test resizing of small and big (> 8k bytes) strings.
|
|
527
|
436
|
528 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
529
|
|
530 * XEmacs 21.2.26 is released.
|
|
531
|
434
|
532 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
533
|
|
534 * XEmacs 21.2.25 is released.
|
|
535
|
|
536 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
537
|
|
538 * automated/byte-compiler-tests.el: Add Jan's tests for equal
|
|
539 effect of bytecode and interpreted code.
|
|
540
|
|
541 * automated/lisp-tests.el: Add tests for near-text functions.
|
|
542
|
|
543 1999-12-19 Martin Buchholz <martin@xemacs.org>
|
|
544
|
|
545 * automated/mule-tests.el: Add tests for fillarray, aset.
|
|
546
|
|
547 1999-12-17 Martin Buchholz <martin@xemacs.org>
|
|
548
|
|
549 * automated/lisp-tests.el: Add tests for mapcar1() crashes.
|
|
550
|
432
|
551 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
552
|
|
553 * XEmacs 21.2.24 is released.
|
|
554
|
430
|
555 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
556
|
|
557 * XEmacs 21.2.23 is released.
|
|
558
|
428
|
559 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
560
|
|
561 * XEmacs 21.2.22 is released
|
|
562
|
|
563 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
564
|
|
565 * XEmacs 21.2.21 is released.
|
|
566
|
|
567 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
568
|
|
569 * XEmacs 21.2.20 is released
|
|
570
|
|
571 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
572
|
|
573 * XEmacs 21.2.19 is released
|
|
574
|
|
575 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
576
|
|
577 * XEmacs 21.2.18 is released
|
|
578
|
|
579 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
580
|
|
581 * XEmacs 21.2.17 is released
|
|
582
|
|
583 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
584
|
|
585 * XEmacs 21.2.16 is released
|
|
586
|
|
587 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
588
|
|
589 * automated/base64-tests.el: Check for error instead for nil where
|
|
590 error conditions are expected.
|
|
591
|
|
592 * automated/base64-tests.el: Comment out (for now) the code that
|
|
593 causes crashes.
|
|
594
|
|
595 1999-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
596
|
|
597 * automated/base64-tests.el: Check that the decoder handles
|
|
598 arbitrary characters. Cut down on the number of tests.
|
|
599
|
|
600 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
601
|
|
602 * XEmacs 21.2.15 is released
|
|
603
|
|
604 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
605
|
|
606 * automated/lisp-tests.el: Test `split-string'
|
|
607
|
|
608 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
609
|
|
610 * automated/base64-tests.el: New file.
|
|
611
|
|
612 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
613
|
|
614 * XEmacs 21.2.14 is released
|
|
615
|
|
616 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
617
|
|
618 * automated/symbol-tests.el: Add many more tests.
|
|
619
|
|
620 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
621
|
|
622 * automated/lisp-tests.el: Ditto.
|
|
623
|
|
624 * automated/hash-table-tests.el: Ditto.
|
|
625
|
|
626 * automated/database-tests.el: Don't use backquote where quote
|
|
627 would suffice.
|
|
628
|
|
629 * automated/symbol-tests.el: Add tests for magic symbols.
|
|
630
|
|
631 1999-05-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
632
|
|
633 * automated/hash-table-tests.el: Fix comment.
|
|
634
|
|
635 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
636
|
|
637 * automated/test-harness.el (batch-test-emacs): Minor fixes.
|
|
638
|
|
639 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
640
|
|
641 * XEmacs 21.2.13 is released
|
|
642
|
|
643 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
644
|
|
645 * XEmacs 21.2.12 is released
|
|
646
|
|
647 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
648
|
|
649 * XEmacs 21.2.11 is released
|
|
650
|
|
651 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
652
|
|
653 * XEmacs 21.2.10 is released
|
|
654
|
|
655 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
656
|
|
657 * XEmacs 21.2.9 is released
|
|
658
|
|
659 1999-01-30 Martin Buchholz <martin@xemacs.org>
|
|
660
|
|
661 * automated/lisp-tests.el: Add test for buffer-local function
|
|
662 parameter crash
|
|
663
|
|
664 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
665
|
|
666 * automated/database-tests.el: Minor tweaks
|
|
667
|
|
668 * ChangeLog: new file
|
|
669
|