# HG changeset patch # User Stefan Monnier # Date 1053119545 0 # Node ID 76f05bb50963654a0b63c74c7daba50b8db7d468 # Parent 4efabfff9aa1c63c4c39106e4a421fd6a865dcbe *** empty log message *** diff -r 4efabfff9aa1 -r 76f05bb50963 lisp/ChangeLog --- 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 + + * 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 - * 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