changeset 51025:76f05bb50963

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 16 May 2003 21:12:25 +0000
parents 4efabfff9aa1
children 8113316012c6
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 16 21:09:59 2003 +0000
+++ b/lisp/ChangeLog	Fri May 16 21:12:25 2003 +0000
@@ -1,7 +1,16 @@
+2003-05-16  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* imenu.el (imenu--split-menu): Remove unused var `count'.
+	Don't copy the sequence since we're already modifying it elsewhere.
+	(imenu--create-keymap): Rename from imenu--create-keymap-1.
+	Add optional `cmd' argument.  Remove unused var `counter'.
+	(imenu-update-menubar): Use the new arg to keep the old behavior.
+	(imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
+
 2003-05-16  Lute Kamstra  <Lute.Kamstra@cwi.nl>
 
-	* hl-line.el (hl-line-highlight, global-hl-line-highlight): Use
-	`line-beginning-position' to determine the beginning of the next
+	* hl-line.el (hl-line-highlight, global-hl-line-highlight):
+	Use `line-beginning-position' to determine the beginning of the next
 	line.
 
 2003-05-16  Kenichi Handa  <handa@m17n.org>