Mercurial > emacs
changeset 51950:249369644c5e
*** empty log message ***
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Wed, 16 Jul 2003 21:00:21 +0000 |
parents | bc247bdc17d4 |
children | d5f12977a350 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 16 20:59:57 2003 +0000 +++ b/lisp/ChangeLog Wed Jul 16 21:00:21 2003 +0000 @@ -1,3 +1,18 @@ +2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> + + * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos, + c-langelem-2nd-pos): Added accessor functions for syntactic + elements. + +2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> + + * progmodes/cc-engine.el (c-literal-faces): Declare as a variable + since it might be modified. + + * progmodes/cc-langs.el: (c++-make-template-syntax-table, + c-syntactic-ws-start, c-syntactic-ws-end): Gave more consistent + names to these language constants. + 2003-07-15 Kim F. Storm <storm@cua.dk> * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.