# HG changeset patch # User Martin Stjernholm # Date 1061898849 0 # Node ID 93c27fd633024b5537bd91008fa9e3296512be34 # Parent a3cdc2f620395d371a29b77617149a9908cbf610 *** empty log message *** diff -r a3cdc2f62039 -r 93c27fd63302 lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 26 11:53:32 2003 +0000 +++ b/lisp/ChangeLog Tue Aug 26 11:54:09 2003 +0000 @@ -1,3 +1,30 @@ +2003-08-26 Martin Stjernholm + + * progmodes/cc-cmds.el (c-electric-brace): Work around for a + misfeature in `expand-abbrev' which caused electric keywords like + "else" to disappear if an open brace was typed directly + afterwards. + +2003-08-26 Martin Stjernholm + + * progmodes/cc-vars.el (c-extra-types-widget): The doc string is + mandatory in `define-widget'. + + * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math): + Don't align the operators "!=", "<=" and ">=" as assignment + operators. + + (c-assignment-operators): New language constant that only contains + the assignment operators. + + (c-assignment-op-regexp): New language variable used by + `c-lineup-math'. + +2003-08-26 Martin Stjernholm + + * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard + against unbalanced sexps. + 2003-08-26 Terje Rosten * version.el (emacs-version): Check for gtk. Include gtk version