comparison lisp/ChangeLog @ 103096:d98eb168e700

* progmodes/which-func.el (which-function): Don't assume that entries from `imenu--index-alist' are ordered by buffer position, which fails when submenus are present (Bug#3153).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 28 Apr 2009 21:29:47 +0000
parents 117774377c3c
children 58c92ec0c915
comparison
equal deleted inserted replaced
103095:65cc22e2c624 103096:d98eb168e700
1 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
2
3 * progmodes/which-func.el (which-function): Don't assume that
4 entries from `imenu--index-alist' are ordered by buffer position,
5 which fails when submenus are present (Bug#3153).
6
1 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca> 7 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * international/quail.el (quail-vunion): Remove unexplained nreverse. 9 * international/quail.el (quail-vunion): Remove unexplained nreverse.
4 10
5 2009-04-28 Nick Roberts <nickrob@snap.net.nz> 11 2009-04-28 Nick Roberts <nickrob@snap.net.nz>