aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 9dbd7c97a53..a0ac451f35b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.
4 (timerfd_callback): Ignore weird events with no data. Add tight
5 assertions and comments.
6 (init_atimer) [HAVE_TIMERFD]: Add environment variable to optionally
7 disable timerfd-based timer. Use TFD_NONBLOCK for timer descriptor.
8
12014-08-01 Paul Eggert <eggert@cs.ucla.edu> 92014-08-01 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * frame.c (x_set_frame_parameters): Fix typo in previous patch. 11 * frame.c (x_set_frame_parameters): Fix typo in previous patch.