aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 812738145b3..5a73c6c747a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,16 @@
12003-05-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * imenu.el (imenu--split-menu): Remove unused var `count'.
4 Don't copy the sequence since we're already modifying it elsewhere.
5 (imenu--create-keymap): Rename from imenu--create-keymap-1.
6 Add optional `cmd' argument. Remove unused var `counter'.
7 (imenu-update-menubar): Use the new arg to keep the old behavior.
8 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
9
12003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl> 102003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
2 11
3 * hl-line.el (hl-line-highlight, global-hl-line-highlight): Use 12 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
4 `line-beginning-position' to determine the beginning of the next 13 Use `line-beginning-position' to determine the beginning of the next
5 line. 14 line.
6 15
72003-05-16 Kenichi Handa <handa@m17n.org> 162003-05-16 Kenichi Handa <handa@m17n.org>