diff options
| author | Martin Stjernholm | 2002-04-30 23:02:19 +0000 |
|---|---|---|
| committer | Martin Stjernholm | 2002-04-30 23:02:19 +0000 |
| commit | b3cf7e18a3ff9c36145faf1ba80c146ea7f14014 (patch) | |
| tree | 4229e4ba009af2b8738228eec4b71b8e2ae546cc /lisp/ChangeLog | |
| parent | 397214d4a0b1566abb9ad85326f2c3ecf893afb9 (diff) | |
| download | emacs-b3cf7e18a3ff9c36145faf1ba80c146ea7f14014.tar.gz emacs-b3cf7e18a3ff9c36145faf1ba80c146ea7f14014.zip | |
(c-beginning-of-decl-1): Better way to handle protection labels, one
which doesn't get confused by inherit colons.
(c-end-of-decl-1): Don't treat functions that have "class" or "struct"
in the return type as classes or structs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b81ebc84d07..1608b0e6dd0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way | ||
| 4 | to handle protection labels, one which doesn't get confused by | ||
| 5 | inherit colons. | ||
| 6 | |||
| 7 | * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat | ||
| 8 | functions that have "class" or "struct" in the return type as | ||
| 9 | classes or structs. | ||
| 10 | |||
| 1 | 2002-04-30 Kim F. Storm <storm@cua.dk> | 11 | 2002-04-30 Kim F. Storm <storm@cua.dk> |
| 2 | 12 | ||
| 3 | * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed | 13 | * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed |