diff options
| author | Paul Eggert | 2011-05-14 12:06:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-14 12:06:08 -0700 |
| commit | 9fbd68410f1680b5b9bc2d56c239183ea13c7d58 (patch) | |
| tree | 1663f0fd3368bceb368104ab73750d7b097f2395 /src/ChangeLog | |
| parent | 1a1f33668536488bb146bbd83cd0df741c4d9cdc (diff) | |
| download | emacs-9fbd68410f1680b5b9bc2d56c239183ea13c7d58.tar.gz emacs-9fbd68410f1680b5b9bc2d56c239183ea13c7d58.zip | |
* msdos.c (mouse_get_pos): Likewise.
* w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dca9a174c34..84575a82eb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | Fixups, following up to the user-interface timestamp change. | 3 | Fixups, following up to the user-interface timestamp change. |
| 4 | * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time | 4 | * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time |
| 5 | for UI timestamps, instead of unsigned long. | 5 | for UI timestamps, instead of unsigned long. |
| 6 | * msdos.c (mouse_get_pos): Likewise. | ||
| 7 | * w32inevt.c (movement_time, w32_console_mouse_position): Likewise. | ||
| 6 | * w32gui.h (Time): Define by including "systime.h" rather than by | 8 | * w32gui.h (Time): Define by including "systime.h" rather than by |
| 7 | declaring it ourselves. (Bug#8664) | 9 | declaring it ourselves. (Bug#8664) |
| 8 | 10 | ||