comparison lisp/ChangeLog @ 4315:26ec8d0f3a9c

Bind mouse wheel movements by default, to a lambda that calls the autoloaded #'mwheel-install and then #'mwheel-scrool with the appropriate event.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 08 Dec 2007 13:18:49 +0100
parents f95358fda5d8
children 2e528ccfe690
comparison
equal deleted inserted replaced
4314:f95358fda5d8 4315:26ec8d0f3a9c
1 2007-12-04 Aidan Kehoe <kehoea@parhasard.net>
2
3 * keydefs.el:
4 Bind mouse wheel movements by default, to a lambda that calls the
5 autoloaded #'mwheel-install and then #'mwheel-scrool with the
6 appropriate event.
7
1 2007-12-07 Vin Shelton <acs@xemacs.org> 8 2007-12-07 Vin Shelton <acs@xemacs.org>
2 9
3 * about.el: Minor bio update to test hg repository. 10 * about.el: Minor bio update to test hg repository.
4 11
5 2007-12-05 Aidan Kehoe <kehoea@parhasard.net> 12 2007-12-05 Aidan Kehoe <kehoea@parhasard.net>