diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6a3b7cf9cee..c8735ab96ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. | 3 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. |
| 4 | * nsfns.m (x_set_cursor_type): | ||
| 5 | * w32fns.c (x_set_cursor_type): | ||
| 6 | * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here... | ||
| 7 | * xdisp.c (set_frame_cursor_types): ...but in common code. | ||
| 4 | 8 | ||
| 5 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 6 | 10 | ||