diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d650885f19..629f90678e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-06-08 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2013-06-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * xgselect.c: Remove unneeded include xterm.h | ||
| 4 | |||
| 5 | * process.c (wait_reading_process_output): Check for NS before GLIB. | ||
| 6 | GLIB may be linked in due to rsvg, but ns_select must be called. | ||
| 7 | |||
| 3 | * xgselect.c (xg_select): Remove call to window_system_available | 8 | * xgselect.c (xg_select): Remove call to window_system_available |
| 4 | and g_main_context_pending at the top, so Gdk events (i.e. file | 9 | and g_main_context_pending at the top, so Gdk events (i.e. file |
| 5 | notify) are processed when Emacs is started with -nw. | 10 | notify) are processed when Emacs is started with -nw. |