comparison src/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 eb82fbb675ea
children 515b91f904c1
comparison
equal deleted inserted replaced
4419:eb82fbb675ea 4421:69b803c646cd
1 2008-02-11 Aidan Kehoe <kehoea@parhasard.net>
2
3 * search.c (search_buffer):
4 In the event that a character is not representable in the buffer,
5 fail immediately. Prevents an assertion failure in the code to
6 deal with whether Boyer-Moore search can be used for such
7 characters.
8
1 2008-02-03 Jerry James <james@xemacs.org> 9 2008-02-03 Jerry James <james@xemacs.org>
2 10
3 * redisplay.c (generate_displayable_area): If a line has been 11 * redisplay.c (generate_displayable_area): If a line has been
4 generated in place in the dynarray, use Dynarr_increment instead 12 generated in place in the dynarray, use Dynarr_increment instead
5 of Dynarr_add. 13 of Dynarr_add.