aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-28 18:50:55 +0400
committerDmitry Antipov2014-07-28 18:50:55 +0400
commit2daa203c3eb983433b86b841bf31d3e91bb51ab4 (patch)
tree3e5c62bcf52d6ffea9254e6ce4f8a1393038d479 /src/ChangeLog
parentda41ffdd089b529c3d5216412d95840e065c3fe3 (diff)
downloademacs-2daa203c3eb983433b86b841bf31d3e91bb51ab4.tar.gz
emacs-2daa203c3eb983433b86b841bf31d3e91bb51ab4.zip
Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in
<http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00370.html>. * atimer.c (timerfd_callback): Always read expiration data. Add comment. (turn_on_atimers) [HAVE_TIMERFD]: Disarm timerfd timer. * process.c (add_timer_wait_descriptor): Add timer descriptor to input_wait_mask and non_process_wait_mask as well.
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 57d49594d7a..0c79309609f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -35,6 +35,14 @@
35 Define as no-op. 35 Define as no-op.
36 (adjust_frame_size): Always declare prototype. 36 (adjust_frame_size): Always declare prototype.
37 37
38 Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in
39 <http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00370.html>.
40 * atimer.c (timerfd_callback): Always read expiration data.
41 Add comment.
42 (turn_on_atimers) [HAVE_TIMERFD]: Disarm timerfd timer.
43 * process.c (add_timer_wait_descriptor): Add timer descriptor
44 to input_wait_mask and non_process_wait_mask as well.
45
382014-07-28 Paul Eggert <eggert@cs.ucla.edu> 462014-07-28 Paul Eggert <eggert@cs.ucla.edu>
39 47
40 * frame.c (x_set_frame_parameters): Don't use uninitialized locals. 48 * frame.c (x_set_frame_parameters): Don't use uninitialized locals.