aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-12-06 09:49:05 +0400
committerDmitry Antipov2013-12-06 09:49:05 +0400
commit64ed4306fc76b2b5386deef8cdd101a2dfe13b74 (patch)
tree7df684934a1aeedd645ff77e818edc6dca3f6ead /src/ChangeLog
parentb2856a6f7cbd625e195b5bfb7a87925ebc4c22f8 (diff)
downloademacs-64ed4306fc76b2b5386deef8cdd101a2dfe13b74.tar.gz
emacs-64ed4306fc76b2b5386deef8cdd101a2dfe13b74.zip
* xterm.c (input_signal_count): Remove.
(x_dispatch_event): Define unconditionally. (x_make_frame_visible): Process X events until the frame is really visible (Bug#16027). * xterm.h (x_dispatch_event): Declare unconditionally.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c536990bda..9867527e28f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-12-06 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xterm.c (input_signal_count): Remove.
4 (x_dispatch_event): Define unconditionally.
5 (x_make_frame_visible): Process X events until the frame
6 is really visible (Bug#16027).
7 * xterm.h (x_dispatch_event): Declare unconditionally.
8
12013-12-05 Jan Djärv <jan.h.d@swipnet.se> 92013-12-05 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * nsfns.m (ns_frame_parm_handlers): Add right/bottom_divider_width. 11 * nsfns.m (ns_frame_parm_handlers): Add right/bottom_divider_width.