Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 4421:69b803c646cd
Fail searches immediately if searching for non-representable characters.
2008-02-11 Aidan Kehoe <kehoea@parhasard.net>
* search.c (search_buffer):
In the event that a character is not representable in the buffer,
fail immediately. Prevents an assertion failure in the code to
deal with whether Boyer-Moore search can be used for such
characters.
2008-02-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/case-tests.el (Assert):
New test case; thank you Michael Sperber.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 11 Feb 2008 22:34:51 +0100 |
parents | bceb3e285ae7 |
children | 1982c8c55632 |
comparison
equal
deleted
inserted
replaced
4419:eb82fbb675ea | 4421:69b803c646cd |
---|---|
1 2008-02-11 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/case-tests.el (Assert): | |
4 New test case; thank you Michael Sperber. | |
5 | |
1 2008-01-30 Aidan Kehoe <kehoea@parhasard.net> | 6 2008-01-30 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * automated/case-tests.el (pristine-case-table): | 8 * automated/case-tests.el (pristine-case-table): |
4 New var, reflecting the standard case table before case-table.el | 9 New var, reflecting the standard case table before case-table.el |
5 messes with it. | 10 messes with it. |