aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-06 19:19:33 +0200
committerJuanma Barranquero2012-07-06 19:19:33 +0200
commitf247498ead8b1898decf47537d59965340d6cebd (patch)
treef17827e6bda1b97d84188e50257683f208ce6a20 /nt/ChangeLog
parent216ee680e5c7e34177eedab9256a85042804545c (diff)
downloademacs-f247498ead8b1898decf47537d59965340d6cebd.tar.gz
emacs-f247498ead8b1898decf47537d59965340d6cebd.zip
* nt/config.nt: Complete rework to bring it in sync with autogen/config.in.
All Windows-specific code moved to src/s/ms-w32.h. * src/s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt. Windows-specific code from nt/config.nt moved here. Obsolete settings removed.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 90045632333..4dd9d853173 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,6 +1,12 @@
12012-07-04 Juanma Barranquero <lekktu@gmail.com> 12012-07-04 Juanma Barranquero <lekktu@gmail.com>
2 Eli Zaretskii <eliz@gnu.org> 2 Eli Zaretskii <eliz@gnu.org>
3 3
4 * config.nt: Complete rework to bring it in sync with autogen/config.in.
5 All Windows-specific code moved to src/s/ms-w32.h.
6
72012-07-04 Juanma Barranquero <lekktu@gmail.com>
8 Eli Zaretskii <eliz@gnu.org>
9
4 * configure.bat (enablechecking): Enable checks through src/config.h, 10 * configure.bat (enablechecking): Enable checks through src/config.h,
5 not the compiler's command line. 11 not the compiler's command line.
6 12