aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-09-21 19:05:56 +0000
committerChong Yidong2009-09-21 19:05:56 +0000
commit17e1f4bc65ff059a6f05068dc2d64d7130719fd7 (patch)
tree10fdeb079809326cd31e8714764441fa1e17bb14 /lisp/ChangeLog
parent546321e2932d2f71397005bbd68ef06c65bf8b04 (diff)
downloademacs-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/ChangeLog9
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 @@
12009-09-21 Chong Yidong <cyd@stupidchicken.com> 12009-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
102009-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.