diff options
| author | Paul Eggert | 2014-03-04 22:31:57 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-03-04 22:31:57 -0800 |
| commit | e6e8a5eb4dadbf5a0e7949a4aee6eab3dc5dec2d (patch) | |
| tree | 4400bf6d6d6cb3fe3f7cf46e9b7935894bd65376 /src/ChangeLog | |
| parent | d2f720acf5dbf40a838df4b09cd410034d0f6149 (diff) | |
| download | emacs-e6e8a5eb4dadbf5a0e7949a4aee6eab3dc5dec2d.tar.gz emacs-e6e8a5eb4dadbf5a0e7949a4aee6eab3dc5dec2d.zip | |
Fix "resource temporarily unavailable" with xgselect.
* xgselect.c: Include <stdbool.h>.
(xg_select) [!USE_GTK]: Don't lose track of errno.
Fixes: debbugs:16925
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2014-03-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-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. |