comparison src/ChangeLog @ 5545:69de75c48efa

Alan Mackenzie's syntax cache bounds fix.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:20 +0900
parents c2301b2c88c8
children 85210c453a97
comparison
equal deleted inserted replaced
5544:c2301b2c88c8 5545:69de75c48efa
1 2011-08-08 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * syntax.c (update_syntax_cache):
4 Use buffer_or_string_accessible_*, not buffer_or_string_absolute_*.
5 Patch and test suggested by Alan Mackenzie.
6 Fix initialization of insertion type for start and end in struct
7 syntax_cache.
8
1 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> 9 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org>
2 10
3 * syntax.c: 11 * syntax.c:
4 Remove some obsolete or unintelligible #### comments. 12 Remove some obsolete or unintelligible #### comments.
5 Improve many toplevel comments. 13 Improve many toplevel comments.