aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75031274694..dfc74d7bb39 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor EBADF fixes.
4 * process.c (create_process, wait_reading_process_output) [AIX]:
5 Remove obsolete SIGHUP-related code, as Emacs no longer disables
6 SIGHUP, so EBADF is no longer acceptable here (it wouldn't work in
7 a multithreaded environment anyway).
8 * sysdep.c (emacs_close): It's not dangerous to invoke emacs_close (-1).
9
12013-07-12 Andreas Schwab <schwab@linux-m68k.org> 102013-07-12 Andreas Schwab <schwab@linux-m68k.org>
2 11
3 * image.c (x_find_image_file): Don't close a remote file handle. 12 * image.c (x_find_image_file): Don't close a remote file handle.