aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-10-01 02:19:38 +0000
committerGlenn Morris2009-10-01 02:19:38 +0000
commit57b0083abbeba404b30cdae25e9791fd40bc9691 (patch)
tree68fa7910bda7736d49f01cae3771744ed5084e19 /lisp/ChangeLog
parentb15c31c722dab1e91e9a3ab0ae130a79b60d1341 (diff)
downloademacs-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/ChangeLog4
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 @@
12009-10-01 Glenn Morris <rgm@gnu.org> 12009-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.