aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.