comparison src/ChangeLog @ 83881:e83e76dafddb

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Tue, 04 Sep 2007 21:43:50 +0000
parents fbb5919e6afb
children 8285466832b3
comparison
equal deleted inserted replaced
83880:2bccdc59cb53 83881:e83e76dafddb
1 2007-09-04 Jason Rumney <jasonr@gnu.org>
2
3 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
4
5 * keyboard.c (discard_mouse_events): Discard it.
6 (make_lispy_event): Translate it to a lisp event.
7 (lispy_wheel_names): Add wheel-left and right events.
8 (syms_of_keyboard): Enlarge wheel_syms.
9
10 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
11 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
12
13 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
14
15 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
16 from WM_MOUSEHWHEEL.
17 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
18
19 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20 terminal.
21
22 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23 keyboard for the terminal.
24
1 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu> 25 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2 26
3 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions. 27 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
4 (Vresume_tty_hook): Rename from Vresume_tty_functions. 28 (Vresume_tty_hook): Rename from Vresume_tty_functions.
5 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook 29 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook