aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-13 12:58:15 +0400
committerDmitry Antipov2013-08-13 12:58:15 +0400
commit9cda66e432f4f17a9aa150a56de389df5577c914 (patch)
tree33926337f7aba945c1a05a5668f6abfe75359896 /src/ChangeLog
parente4375ca7e087cb2ad74f0a3b9fb893500837f9c3 (diff)
downloademacs-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/ChangeLog4
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 @@
12013-08-13 Dmitry Antipov <dmantipov@yandex.ru> 12013-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
52013-08-13 Dmitry Antipov <dmantipov@yandex.ru> 92013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6 10