diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 94fdc7a2e4d..9345aa548bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2007-09-04 Jason Rumney <jasonr@gnu.org> | 1 | 2007-09-04 Jason Rumney <jasonr@gnu.org> |
| 2 | 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. | ||
| 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. |