aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-09-12 04:38:03 +0000
committerStefan Monnier2009-09-12 04:38:03 +0000
commitab5c0fcd35dcdf465a597ed83e5783bbbf70eff1 (patch)
tree024ebc25fb37774578221b859798c7ab61a58beb /lisp/ChangeLog
parent45448e641a75f56a010396d664491dafe5c6d85a (diff)
downloademacs-ab5c0fcd35dcdf465a597ed83e5783bbbf70eff1.tar.gz
emacs-ab5c0fcd35dcdf465a597ed83e5783bbbf70eff1.zip
* mwheel.el (mwheel-installed-bindings): New var.
(mouse-wheel-mode): Use it, so as to make sure we really remove all the bindings we set last time. Use custom-initialize-delay. * loadup.el: Load mwheel after term/*-win.el. * startup.el (command-line): Don't reevaluate mouse-wheel-down-event and mouse-wheel-up-event now that their first evaluation is done sufficiently late to be correct.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ac9426aebe7..9bd63cf99aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12009-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 12009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * mwheel.el (mwheel-installed-bindings): New var.
4 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5 the bindings we set last time. Use custom-initialize-delay.
6 * loadup.el: Load mwheel after term/*-win.el.
7 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8 and mouse-wheel-up-event now that their first evaluation is done
9 sufficiently late to be correct.
10
3 * startup.el (tutorial-directory): Make it a defcustom. 11 * startup.el (tutorial-directory): Make it a defcustom.
4 Use custom-initialize-delay rather than eval-at-startup to set it. 12 Use custom-initialize-delay rather than eval-at-startup to set it.
5 * image.el (image-load-path): Make it a defcustom. 13 * image.el (image-load-path): Make it a defcustom.