aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 f5a02483430..22830f49fb8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-03-05 Paul Eggert <eggert@cs.ucla.edu> 12014-03-05 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix "resource temporarily unavailable" with xgselect (Bug#16925).
4 * xgselect.c: Include <stdbool.h>.
5 (xg_select) [!USE_GTK]: Don't lose track of errno.
6
3 Fix minor --enable-gcc-warnings issues. 7 Fix minor --enable-gcc-warnings issues.
4 * widget.c (update_various_frame_slots, EmacsFrameResize): 8 * widget.c (update_various_frame_slots, EmacsFrameResize):
5 Avoid unused locals. Prefer 'if' to '#if' when either will do. 9 Avoid unused locals. Prefer 'if' to '#if' when either will do.