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 b1a76bfdae0..9e9ae468044 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
4 * alloc.c: Assume unistd.h exists.
5 * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
6 * sysdep.c (get_current_dir_name): Assume getcwd exists.
7 (getwd) [USG]: Remove; no longer needed.
8 (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
9 * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
10 * w32.h (getcwd): Remove decl.
11
12012-11-21 Stefan Monnier <monnier@iro.umontreal.ca> 122012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind. 14 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.