Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 08 13:57:20 2011 +0900 +++ b/src/ChangeLog Mon Aug 08 13:57:20 2011 +0900 @@ -1,3 +1,11 @@ +2011-08-08 Stephen J. Turnbull <stephen@xemacs.org> + + * syntax.c (update_syntax_cache): + Use buffer_or_string_accessible_*, not buffer_or_string_absolute_*. + Patch and test suggested by Alan Mackenzie. + Fix initialization of insertion type for start and end in struct + syntax_cache. + 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> * syntax.c: