# HG changeset patch # User Jason Rumney # Date 1188942230 0 # Node ID e83e76dafddb5fd239894f71ed50206fec0d901b # Parent 2bccdc59cb530741bac6b3721079511cd5149065 *** empty log message *** diff -r 2bccdc59cb53 -r e83e76dafddb src/ChangeLog --- a/src/ChangeLog Tue Sep 04 21:42:57 2007 +0000 +++ b/src/ChangeLog Tue Sep 04 21:43:50 2007 +0000 @@ -1,3 +1,27 @@ +2007-09-04 Jason Rumney + + * termhooks.h (enum event_kind) : New event. + + * keyboard.c (discard_mouse_events): Discard it. + (make_lispy_event): Translate it to a lisp event. + (lispy_wheel_names): Add wheel-left and right events. + (syms_of_keyboard): Enlarge wheel_syms. + + * w32fns.c (w32_wnd_proc) : Merge with WM_MOUSEWHEEL. + : Pass new system message to lisp. + + * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't. + + * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT + from WM_MOUSEHWHEEL. + (w32_read_socket) : Treat as WM_MOUSEWHEEL. + + * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from + terminal. + + * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new + keyboard for the terminal. + 2007-09-04 Dan Nicolaescu * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.