aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b95488c1e70..f8221e2fd36 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-07-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix openp errno handling.
4 * callproc.c (Fcall_process): Preserve openp errno around close.
5 * lread.c (openp): Set errno when returning -1, as some callers
6 expect this.
7
12013-07-06 Jan Djärv <jan.h.d@swipnet.se> 82013-07-06 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * nsterm.m (sendEvent:): Handle NSAPP_DATA2_RUNFILEDIALOG. 10 * nsterm.m (sendEvent:): Handle NSAPP_DATA2_RUNFILEDIALOG.