Mercurial > emacs
comparison lisp/ChangeLog @ 52343:93c27fd63302
*** empty log message ***
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 26 Aug 2003 11:54:09 +0000 |
parents | 9fe6ece090b9 |
children | 54c9ee5b83d8 |
comparison
equal
deleted
inserted
replaced
52342:a3cdc2f62039 | 52343:93c27fd63302 |
---|---|
1 2003-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 | |
8 2003-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 | |
23 2003-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 | |
1 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> | 28 2003-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 |
4 info. | 31 info. |
5 | 32 |