diff options
| author | Chong Yidong | 2009-09-21 19:05:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-21 19:05:56 +0000 |
| commit | 17e1f4bc65ff059a6f05068dc2d64d7130719fd7 (patch) | |
| tree | 10fdeb079809326cd31e8714764441fa1e17bb14 /lisp/ChangeLog | |
| parent | 546321e2932d2f71397005bbd68ef06c65bf8b04 (diff) | |
| download | emacs-17e1f4bc65ff059a6f05068dc2d64d7130719fd7.tar.gz emacs-17e1f4bc65ff059a6f05068dc2d64d7130719fd7.zip | |
* cedet/semantic.el (semantic-parser-working-message): Use a less
technical parsing message.
(semantic-mode): Require semantic/db-ebrowse if we need to.
* cedet/semantic/util-modes.el (semantic-highlight-func-mode): Doc fix.
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. |