comparison lisp/ChangeLog @ 74098:6606f53702d8

Correct wording in 2006-11-15 entry.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 20 Nov 2006 16:21:26 +0000
parents 513c046e2d72
children d6d0403aa425
comparison
equal deleted inserted replaced
74097:fcd1f8fd7afe 74098:6606f53702d8
103 requires a different coding system, offer to preserve the coding 103 requires a different coding system, offer to preserve the coding
104 system using a file local var. 104 system using a file local var.
105 105
106 2006-11-15 Simon Marshall <simon@gnu.org> 106 2006-11-15 Simon Marshall <simon@gnu.org>
107 107
108 * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the 108 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
109 top-level or inside a class declaration, use c-at-toplevel-p 109 to recognise "T t()" as a function declaration, rather than a
110 rather than a variable instantiation to recognise a function 110 variable instantiation, iff at the top-level or inside a class
111 declaration. Suggested by Feng Li <fengli@gmail.com>. 111 declaration. Suggested by Feng Li <fengli@gmail.com>.
112 112
113 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> 113 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
114 114
115 * progmodes/ada-xref.el (ada-parse-prj-file): 115 * progmodes/ada-xref.el (ada-parse-prj-file):