aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-09-30 03:42:56 +0000
committerGlenn Morris2008-09-30 03:42:56 +0000
commit9b3568e17d740cb62e7c26ad08075f18a0bf50cc (patch)
tree338841cd8e8dbc2e7af20e115cfc806ad4eb3557 /lisp/ChangeLog
parentfd1c81ef8493855a34a3259f52670cfd322b3d6c (diff)
downloademacs-9b3568e17d740cb62e7c26ad08075f18a0bf50cc.tar.gz
emacs-9b3568e17d740cb62e7c26ad08075f18a0bf50cc.zip
(which-func-imenu-joiner-function): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
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 @@
12008-09-30 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
4
12008-09-30 Daniel Colascione <danc@merrillpress.com> 52008-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