diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f2e06d85506..ce275997a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2008-09-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix. | ||
| 4 | |||
| 1 | 2008-09-30 Daniel Colascione <danc@merrillpress.com> | 5 | 2008-09-30 Daniel Colascione <danc@merrillpress.com> |
| 2 | 6 | ||
| 7 | * progmodes/which-func.el (which-func-imenu-joiner-function): New. | ||
| 8 | (which-function): Handle nested imenu trees. | ||
| 9 | |||
| 3 | * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted | 10 | * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted |
| 4 | some nested menu items. | 11 | some nested menu items. |
| 5 | 12 | ||