Mercurial > emacs
comparison lisp/ChangeLog @ 104516:cd549f5a486b
* cedet/semantic/util-modes.el
(semantic-show-parser-state-mode-setup): Use new hook names.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 26 Sep 2009 18:23:56 +0000 |
parents | a6a812dd2d88 |
children | beb4db733a34 |
comparison
equal
deleted
inserted
replaced
104515:fc482eb30cf7 | 104516:cd549f5a486b |
---|---|
25 | 25 |
26 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-databases): | 26 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-databases): |
27 Use semantic-init-hook instead of obsolete alias | 27 Use semantic-init-hook instead of obsolete alias |
28 semantic-init-hooks. | 28 semantic-init-hooks. |
29 | 29 |
30 * cedet/semantic/db-file.el (semanticdb-save-database-hook): | |
31 Rename from semanticdb-save-database-hooks. Make old name an | |
32 obsolete alias. | |
33 | |
34 * cedet/semantic/decorate/mode.el | 30 * cedet/semantic/decorate/mode.el |
35 (semantic-decorate-pending-decoration-hook): Rename from | 31 (semantic-decorate-pending-decoration-hook): Rename from |
36 semantic-decorate-pending-decoration-hooks. Make old name an | 32 semantic-decorate-pending-decoration-hooks. Make old name an |
37 obsolete alias. | 33 obsolete alias. |
38 | 34 |
50 aliases. | 46 aliases. |
51 | 47 |
52 * cedet/semantic/util-modes.el (semantic-mode-line-update) | 48 * cedet/semantic/util-modes.el (semantic-mode-line-update) |
53 (semantic-toggle-minor-mode-globally): Use semantic-init-hook | 49 (semantic-toggle-minor-mode-globally): Use semantic-init-hook |
54 instead of obsolete alias semantic-init-hooks. | 50 instead of obsolete alias semantic-init-hooks. |
51 (semantic-show-parser-state-mode-setup): Use new hook names. | |
55 | 52 |
56 2009-09-26 Chong Yidong <cyd@stupidchicken.com> | 53 2009-09-26 Chong Yidong <cyd@stupidchicken.com> |
57 | 54 |
58 Synch to Eric Ludlam's upstream CEDET repository. | 55 Synch to Eric Ludlam's upstream CEDET repository. |
59 | 56 |