diff options
| author | Glenn Morris | 2009-10-01 02:19:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-01 02:19:38 +0000 |
| commit | 57b0083abbeba404b30cdae25e9791fd40bc9691 (patch) | |
| tree | 68fa7910bda7736d49f01cae3771744ed5084e19 /lisp/ChangeLog | |
| parent | b15c31c722dab1e91e9a3ab0ae130a79b60d1341 (diff) | |
| download | emacs-57b0083abbeba404b30cdae25e9791fd40bc9691.tar.gz emacs-57b0083abbeba404b30cdae25e9791fd40bc9691.zip | |
(semantic-c-reset-preprocessor-symbol-map): Fix declaration.
(semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f10abfb6b70..decde262f49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2009-10-01 Glenn Morris <rgm@gnu.org> | 1 | 2009-10-01 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cedet/semantic/bovine/gcc.el | ||
| 4 | (semantic-c-reset-preprocessor-symbol-map): Fix declaration. | ||
| 5 | (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes. | ||
| 6 | |||
| 3 | * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration | 7 | * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration |
| 4 | rather than parsing it as a regexp. This relaxes the layout | 8 | rather than parsing it as a regexp. This relaxes the layout |
| 5 | requirements and makes errors easier to detect. | 9 | requirements and makes errors easier to detect. |