diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f978958cd5..132e4f117ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2009-09-21 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-09-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * cedet/semantic.el (semantic-parser-working-message): Use a less | ||
| 4 | technical parsing message. | ||
| 5 | (semantic-mode): Require semantic/db-ebrowse if we need to. | ||
| 6 | |||
| 7 | * cedet/semantic/util-modes.el (semantic-highlight-func-mode): Doc | ||
| 8 | fix. | ||
| 9 | |||
| 10 | 2009-09-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 3 | * cedet/semantic/db.el (semanticdb--inhibit-make-directory): New | 12 | * cedet/semantic/db.el (semanticdb--inhibit-make-directory): New |
| 4 | var. | 13 | var. |
| 5 | (semanticdb-save-all-db): Use it. | 14 | (semanticdb-save-all-db): Use it. |