diff options
Diffstat (limited to 'lisp/cedet/ChangeLog')
| -rw-r--r-- | lisp/cedet/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 453939e6ce1..0aeeeebc562 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-10-07 David Engster <deng@randomsample.de> | 1 | 2012-10-07 David Engster <deng@randomsample.de> |
| 2 | 2 | ||
| 3 | * semantic/wisent/python.el (semantic-ctxt-current-function) | ||
| 4 | (semantic-ctxt-current-assignment): New overrides, simply | ||
| 5 | returning nil. The defaults do not work correctly and can send | ||
| 6 | the parser in an inifinite loop (bug#12458). | ||
| 7 | |||
| 8 | 2012-10-07 David Engster <deng@randomsample.de> | ||
| 9 | |||
| 3 | * semantic/ede-grammar.el (project-compile-target): Fix grammar | 10 | * semantic/ede-grammar.el (project-compile-target): Fix grammar |
| 4 | compilation after introduction of %provide statement. | 11 | compilation after introduction of %provide statement. |
| 5 | 12 | ||