diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 | |||
| 38 | 2014-07-28 Paul Eggert <eggert@cs.ucla.edu> | 46 | 2014-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. |