aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 22830f49fb8..29b6078b037 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,14 @@
12014-03-05 Martin Rudalics <rudalics@gmx.at>
2
3 * dispnew.c (change_frame_size_1): Add new_lines instead of
4 new_height, the latter may be still zero if passed as such.
5 * window.c (Fwindow_pixel_height): Mention bottom divider in
6 doc-string.
7
12014-03-05 Paul Eggert <eggert@cs.ucla.edu> 82014-03-05 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Fix "resource temporarily unavailable" with xgselect (Bug#16925). 10 Fix "resource temporarily unavailable" with xgselect
11 (Bug#16925).
4 * xgselect.c: Include <stdbool.h>. 12 * xgselect.c: Include <stdbool.h>.
5 (xg_select) [!USE_GTK]: Don't lose track of errno. 13 (xg_select) [!USE_GTK]: Don't lose track of errno.
6 14