Mercurial > emacs
diff lisp/ChangeLog @ 106431:4ffa662ec661
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):
Describe project macro symbols.
* cedet/semantic/complete.el (semantic-complete-do-completion):
Don't call semantic-collector-current-exact-match.
* cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
ede-objects as targets.
* cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
a target's object list even if compiler vars are already in the
Makefile.
* cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
list of headers producing necessary macros.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 05 Dec 2009 19:10:42 +0000 |
parents | 88c41c36cbbf |
children | a67d65733a07 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 05 13:32:18 2009 +0000 +++ b/lisp/ChangeLog Sat Dec 05 19:10:42 2009 +0000 @@ -1,3 +1,21 @@ +2009-12-05 Eric Ludlam <zappo@gnu.org> + + * cedet/semantic/bovine/c.el (semantic-c-describe-environment): + Describe project macro symbols. + + * cedet/semantic/complete.el (semantic-complete-do-completion): + Don't call semantic-collector-current-exact-match. + + * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of + ede-objects as targets. + + * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output + a target's object list even if compiler vars are already in the + Makefile. + + * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the + list of headers producing necessary macros. + 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep