aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 0aeeeebc562..ea102dddf2f 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -3,15 +3,11 @@
3 * semantic/wisent/python.el (semantic-ctxt-current-function) 3 * semantic/wisent/python.el (semantic-ctxt-current-function)
4 (semantic-ctxt-current-assignment): New overrides, simply 4 (semantic-ctxt-current-assignment): New overrides, simply
5 returning nil. The defaults do not work correctly and can send 5 returning nil. The defaults do not work correctly and can send
6 the parser in an inifinite loop (bug#12458). 6 the parser in an infinite loop (bug#12458).
7
82012-10-07 David Engster <deng@randomsample.de>
9 7
10 * semantic/ede-grammar.el (project-compile-target): Fix grammar 8 * semantic/ede-grammar.el (project-compile-target): Fix grammar
11 compilation after introduction of %provide statement. 9 compilation after introduction of %provide statement.
12 10
132012-10-07 David Engster <deng@randomsample.de>
14
15 * semantic.el (semantic-new-buffer-setup-functions): Remove setup 11 * semantic.el (semantic-new-buffer-setup-functions): Remove setup
16 function for `f90-mode', since the parser only exists upstream. 12 function for `f90-mode', since the parser only exists upstream.
17 13