aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 728a442e86b..d938bd57fd7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12010-06-04 Juanma Barranquero <lekktu@gmail.com>
2
3 Turn `directory-sep-char' into a noop.
4
5 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
6 (DIRECTORY_SEP): Define unconditionally.
7
8 * s/ms-w32.h (DIRECTORY_SEP): Remove.
9
10 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
11 call dostounix_filename directly.
12
13 * fileio.c (CORRECT_DIR_SEPS): Remove.
14 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
15 (Fsubstitute_in_file_name): Use dostounix_filename instead.
16 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
17 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
18
19 * w32proc.c (CORRECT_DIR_SEPS): Remove.
20 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
21
12010-06-03 Dan Nicolaescu <dann@ics.uci.edu> 222010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2 23
3 Move UNEXEC definition to autoconf. 24 Move UNEXEC definition to autoconf.