aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stjernholm2003-08-26 11:54:09 +0000
committerMartin Stjernholm2003-08-26 11:54:09 +0000
commitc577b2225a8c8e84be77822e30c2d739b699c471 (patch)
tree0d5d64a70cf4bfddc0255693bd74bd1cefb9c78d
parent846f50401494cce1217180bea16d71056308cfdc (diff)
downloademacs-c577b2225a8c8e84be77822e30c2d739b699c471.tar.gz
emacs-c577b2225a8c8e84be77822e30c2d739b699c471.zip
Bumped patch release number.
-rw-r--r--lisp/ChangeLog27
-rw-r--r--lisp/progmodes/cc-defs.el2
2 files changed, 28 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 94a8d3c112f..495fc5fa36e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,30 @@
12003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
4 misfeature in `expand-abbrev' which caused electric keywords like
5 "else" to disappear if an open brace was typed directly
6 afterwards.
7
82003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9
10 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
11 mandatory in `define-widget'.
12
13 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14 Don't align the operators "!=", "<=" and ">=" as assignment
15 operators.
16
17 (c-assignment-operators): New language constant that only contains
18 the assignment operators.
19
20 (c-assignment-op-regexp): New language variable used by
21 `c-lineup-math'.
22
232003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24
25 * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard
26 against unbalanced sexps.
27
12003-08-26 Terje Rosten <terjeros@phys.ntnu.no> 282003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
2 29
3 * version.el (emacs-version): Check for gtk. Include gtk version 30 * 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 @@
105 105
106;;; Variables also used at compile time. 106;;; Variables also used at compile time.
107 107
108(defconst c-version "5.30.5" 108(defconst c-version "5.30.6"
109 "CC Mode version number.") 109 "CC Mode version number.")
110 110
111(defconst c-version-sym (intern c-version)) 111(defconst c-version-sym (intern c-version))