Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5544:c2301b2c88c8
Improve documentation of syntax table internals.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:20 +0900 |
parents | fbe90e6f7a43 |
children | 69de75c48efa |
comparison
equal
deleted
inserted
replaced
5543:fbe90e6f7a43 | 5544:c2301b2c88c8 |
---|---|
1 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * syntax.c: | |
4 Remove some obsolete or unintelligible #### comments. | |
5 Improve many toplevel comments. | |
6 | |
7 (Fsyntax_designator_chars): | |
8 (Fchar_syntax): | |
9 (Fmatching_paren): | |
10 (Fforward_word): | |
11 (Fforward_comment): | |
12 (Fscan_lists): | |
13 (Fscan_sexps): | |
14 (Fbackward_prefix_chars): | |
15 (parse-sexp-ignore-comments): | |
16 (lookup-syntax-properties): | |
17 (words-include-escapes): | |
18 Improve docstrings. | |
19 | |
20 * syntax.h: | |
21 Document functions and restrictions struct syntax_cache members. | |
22 Improve many toplevel comments. | |
23 Delete syntax code parsing macros unused for a decade or so. | |
24 (#if 0'd out since May 2002.) | |
25 | |
1 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> | 26 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 27 |
3 * syntax.c (reset_buffer_syntax_cache_range): | 28 * syntax.c (reset_buffer_syntax_cache_range): |
4 Rename to reset_syntax_cache_range. | 29 Rename to reset_syntax_cache_range. |
5 | 30 |