diff options
| author | Dmitry Antipov | 2013-08-13 12:58:15 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-13 12:58:15 +0400 |
| commit | 9cda66e432f4f17a9aa150a56de389df5577c914 (patch) | |
| tree | 33926337f7aba945c1a05a5668f6abfe75359896 /src/ChangeLog | |
| parent | e4375ca7e087cb2ad74f0a3b9fb893500837f9c3 (diff) | |
| download | emacs-9cda66e432f4f17a9aa150a56de389df5577c914.tar.gz emacs-9cda66e432f4f17a9aa150a56de389df5577c914.zip | |
* nsfns.m (x_set_cursor_type):
* w32fns.c (x_set_cursor_type):
* xfns.m (x_set_cursor_type): Do not set cursor_type_changed here...
* xdisp.c (set_frame_cursor_types): ...but in common code.
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 | ||