aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9edf4d73e09..321b7bb8368 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-04-10 Gerd Moellmann <gerd@gnu.org>
2
3 * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
4
5 * w32.c (sys_open): Try to open file without _O_CREAT first, to be
6 able to write to hidden and system files. Make file handles
7 non-inheritable.
8
9 * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.
10
12001-04-09 Gerd Moellmann <gerd@gnu.org> 112001-04-09 Gerd Moellmann <gerd@gnu.org>
2 12
3 * fns.c (Fplist_get, Fplist_put): Add QUITs. 13 * fns.c (Fplist_get, Fplist_put): Add QUITs.