comparison src/ChangeLog @ 83884:8285466832b3

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Tue, 04 Sep 2007 22:32:09 +0000
parents e83e76dafddb
children bb3eb6739f35
comparison
equal deleted inserted replaced
83883:cbc88cef4fca 83884:8285466832b3
1 2007-09-04 Jason Rumney <jasonr@gnu.org> 1 2007-09-04 Jason Rumney <jasonr@gnu.org>
2
3 * w32console.c (one_and_only_w32cons): Remove.
4 (initialize_w32_display): Take terminal argument.
5
6 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
7 initialize_w32_display.
8 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
2 9
3 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event. 10 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
4 11
5 * keyboard.c (discard_mouse_events): Discard it. 12 * keyboard.c (discard_mouse_events): Discard it.
6 (make_lispy_event): Translate it to a lisp event. 13 (make_lispy_event): Translate it to a lisp event.