Mercurial > hg > xemacs-beta
diff 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 |
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,28 @@ +2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> + + * syntax.c: + Remove some obsolete or unintelligible #### comments. + Improve many toplevel comments. + + (Fsyntax_designator_chars): + (Fchar_syntax): + (Fmatching_paren): + (Fforward_word): + (Fforward_comment): + (Fscan_lists): + (Fscan_sexps): + (Fbackward_prefix_chars): + (parse-sexp-ignore-comments): + (lookup-syntax-properties): + (words-include-escapes): + Improve docstrings. + + * syntax.h: + Document functions and restrictions struct syntax_cache members. + Improve many toplevel comments. + Delete syntax code parsing macros unused for a decade or so. + (#if 0'd out since May 2002.) + 2011-08-06 Stephen J. Turnbull <stephen@xemacs.org> * syntax.c (reset_buffer_syntax_cache_range):