From c577b2225a8c8e84be77822e30c2d739b699c471 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 26 Aug 2003 11:54:09 +0000 Subject: [PATCH] Bumped patch release number. --- lisp/ChangeLog | 27 +++++++++++++++++++++++++++ lisp/progmodes/cc-defs.el | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94a8d3c112f..495fc5fa36e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index ebb5047e05d..5233357803c 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -105,7 +105,7 @@ ;;; Variables also used at compile time. -(defconst c-version "5.30.5" +(defconst c-version "5.30.6" "CC Mode version number.") (defconst c-version-sym (intern c-version)) -- 2.39.2