]> git.eshelyaron.com Git - emacs.git/commitdiff
Bumped patch release number.
authorMartin Stjernholm <mast@lysator.liu.se>
Tue, 26 Aug 2003 11:54:09 +0000 (11:54 +0000)
committerMartin Stjernholm <mast@lysator.liu.se>
Tue, 26 Aug 2003 11:54:09 +0000 (11:54 +0000)
lisp/ChangeLog
lisp/progmodes/cc-defs.el

index 94a8d3c112f7ee54f97c2d5e1cf63185ec0279ca..495fc5fa36ef26481c2df9ed4553c40b722b508f 100644 (file)
@@ -1,3 +1,30 @@
+2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * 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  <bug-cc-mode@gnu.org>
+
+       * 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  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard
+       against unbalanced sexps.
+
 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
 
        * version.el (emacs-version): Check for gtk.  Include gtk version
index ebb5047e05d013766553c4d24529806e2ee5ac1a..5233357803c87c15597ccae499a65c54ad20dbe3 100644 (file)
 \f
 ;;; 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))