Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5543:fbe90e6f7a43
Initialize start and end properly (to new markers, not Qnil).
* * *
Refactor syntax cache initialization.
* * *
Refactor setup_syntax_cache.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:20 +0900 |
parents | dab422055bab |
children | c2301b2c88c8 |
comparison
equal
deleted
inserted
replaced
5542:dab422055bab | 5543:fbe90e6f7a43 |
---|---|
1 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * syntax.c (reset_buffer_syntax_cache_range): | |
4 Rename to reset_syntax_cache_range. | |
5 | |
6 (setup_syntax_cache): | |
7 (init_buffer_syntax_cache): | |
8 (init_syntax_cache): | |
9 (reset_syntax_cache_range): | |
10 Refactor and document. | |
11 | |
12 (signal_syntax_cache_extent_changed): | |
13 Remove obsolete comment. | |
14 | |
1 2011-08-05 Stephen J. Turnbull <stephen@xemacs.org> | 15 2011-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 16 |
3 There are only (octal) 0200 ASCII characters, and only 128 values | 17 There are only (octal) 0200 ASCII characters, and only 128 values |
4 supplied in the definition. | 18 supplied in the definition. |
5 | 19 |