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