aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-03 14:16:40 +0200
committerJuanma Barranquero2012-08-03 14:16:40 +0200
commit3fbc4b542cd022e5f66cbdd04860f4b84be08e80 (patch)
tree02d1c447e8fdcaee0069f8cfab6132f329b509d5 /lib-src/ChangeLog
parent18949c2f13317a6d679648efe4399c84101f6fab (diff)
downloademacs-3fbc4b542cd022e5f66cbdd04860f4b84be08e80.tar.gz
emacs-3fbc4b542cd022e5f66cbdd04860f4b84be08e80.zip
* nt/config.nt: Sync with autogen/config.in.
(DOS_NT, MSDOS): New macros. (WRETCODE, wait3): Remove. * nt/inc/ms-w32.h (DOS_NT): Remove; defined in config.nt. * lib-src/makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT, they are always defined in config.h.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c98d377f199..28232c1abc4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12012-08-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT,
4 they are always defined in config.h.
5
12012-08-03 Eli Zaretskii <eliz@gnu.org> 62012-08-03 Eli Zaretskii <eliz@gnu.org>
2 7
3 * ntlib.c (lstat): New function, calls 'stat'. 8 * ntlib.c (lstat): New function, calls 'stat'.