comparison tests/ChangeLog @ 5671:f45338de7caa

Merge in my release prep stuff.
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 03 Aug 2012 02:05:08 +0900
parents 00fd55d635fb
children 900a0a8796c3
comparison
equal deleted inserted replaced
5670:baab2e3a4141 5671:f45338de7caa
1 2012-05-12 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/mule-tests.el:
4 Test #'truncate-string-to-width, thank you Colin Walters.
5
6 2012-05-06 Aidan Kehoe <kehoea@parhasard.net>
7
8 * automated/lisp-tests.el:
9 Use &environment appropriately in #'macrolet, instead of relying
10 on #'macroexpand to guess what we mean.
11
12 2012-05-04 Aidan Kehoe <kehoea@parhasard.net>
13
14 * automated/regexp-tests.el (equal):
15 * automated/regexp-tests.el (Assert-char-class):
16 Correct a stray parenthesis; add tests for the predefined
17 character classes with #'skip-chars-{forward,backward}; update the
18 tests to reflect some changed design decisions on my part.
19
20 2012-04-25 Aidan Kehoe <kehoea@parhasard.net>
21
22 * automated/regexp-tests.el: Check that #'posix-string-match
23 actually returns the longest match; thank you Ilya Shlyakhter in
24 jn1j8t$ujq$1@dough.gmane.org !
25
26 2012-04-21 Aidan Kehoe <kehoea@parhasard.net>
27
28 * automated/regexp-tests.el:
29 * automated/regexp-tests.el (Assert-char-class):
30 Check that #'string-match errors correctly with an over-long
31 character class name.
32 Add tests for character class functionality that supports
33 non-ASCII characters. These tests expose bugs in GNU Emacs
34 24.0.94.2, but pass under current XEmacs.
35
36 2012-04-21 Aidan Kehoe <kehoea@parhasard.net>
37
38 * automated/regexp-tests.el:
39 * automated/regexp-tests.el (Assert-char-class):
40 Test the character classes functionality that was always in
41 regex.c but that has only just been turned on. These tests pass on
42 GNU Emacs 24.0.94.2.
43
1 2012-01-14 Aidan Kehoe <kehoea@parhasard.net> 44 2012-01-14 Aidan Kehoe <kehoea@parhasard.net>
2 45
3 * automated/lisp-tests.el: 46 * automated/lisp-tests.el:
4 Check that `byte-compile-catch' doesn't strip keyword (as such, 47 Check that `byte-compile-catch' doesn't strip keyword (as such,
5 non-quoted) TAGs. 48 non-quoted) TAGs.