aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d757a89836d..1210b48d98f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 don't ignore chdir failure
4 * sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
5 failure and exit.
6 (sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
7 remaining unchecked chdir calls in this function; some DOS/NT
8 expert needs to fix them.
9 * emacs.c (main): Mark with a FIXME the unchecked chdir calls
10 in this function; some NextStep expert needs to fix them.
11
12011-02-05 Glenn Morris <rgm@gnu.org> 122011-02-05 Glenn Morris <rgm@gnu.org>
2 13
3 * xfaces.c (Finternal_set_lisp_face_attribute): 14 * xfaces.c (Finternal_set_lisp_face_attribute):