diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f312a3ab3e..ca0e9302578 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-09-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * systime.h (Time): Define as size_t, to be consistent with 64-bit | ||
| 4 | Windows builds, where 'long' is a 32-bit type. | ||
| 5 | |||
| 6 | * w32inevt.h (w32_console_mouse_position): Update the argument | ||
| 7 | types to use 'Time'. | ||
| 8 | |||
| 9 | * w32term.c (w32_mouse_position) | ||
| 10 | (x_horizontal_scroll_bar_report_motion) | ||
| 11 | (x_scroll_bar_report_motion): Update the argument types to use | ||
| 12 | 'Time'. | ||
| 13 | |||
| 1 | 2014-09-24 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2014-09-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow... | 16 | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow... |