diff options
Diffstat (limited to 'lisp/cedet/ChangeLog')
| -rw-r--r-- | lisp/cedet/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index f9a546ec894..361ccba10cc 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-02-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list): | ||
| 4 | Add declarations. | ||
| 5 | |||
| 6 | 2012-01-29 David Engster <deng@randomsample.de> | ||
| 7 | |||
| 8 | Fix require error when using srecode-insert (Bug#9967). | ||
| 9 | * srecode/insert.el: Require srecode/filters. | ||
| 10 | * srecode/filters.el: Drop two requires. | ||
| 11 | |||
| 1 | 2012-01-09 Eric Ludlam <zappo@gnu.org> | 12 | 2012-01-09 Eric Ludlam <zappo@gnu.org> |
| 2 | 13 | ||
| 3 | * ede.el (ede-project-directories): New option. | 14 | * ede.el (ede-project-directories): New option. |
| @@ -140,8 +151,8 @@ | |||
| 140 | 151 | ||
| 141 | 2011-07-30 Chong Yidong <cyd@stupidchicken.com> | 152 | 2011-07-30 Chong Yidong <cyd@stupidchicken.com> |
| 142 | 153 | ||
| 143 | * semantic/grammar.el (semantic-grammar-insert-defanalyzers): Fix | 154 | * semantic/grammar.el (semantic-grammar-insert-defanalyzers): |
| 144 | require. | 155 | Fix require. |
| 145 | 156 | ||
| 146 | 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change) | 157 | 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change) |
| 147 | 158 | ||