aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Stjernholm2003-08-26 11:54:09 +0000
committerMartin Stjernholm2003-08-26 11:54:09 +0000
commitc577b2225a8c8e84be77822e30c2d739b699c471 (patch)
tree0d5d64a70cf4bfddc0255693bd74bd1cefb9c78d /lisp/ChangeLog
parent846f50401494cce1217180bea16d71056308cfdc (diff)
downloademacs-c577b2225a8c8e84be77822e30c2d739b699c471.tar.gz
emacs-c577b2225a8c8e84be77822e30c2d739b699c471.zip
Bumped patch release number.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog27
1 files changed, 27 insertions, 0 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