aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-01 13:20:07 +0200
committerJuanma Barranquero2012-08-01 13:20:07 +0200
commitc90acc54da9534fd083fc63887202f5d2ec13029 (patch)
treea5a1497185b8f4cce9e15765b451d29c88a17041 /src/ChangeLog
parent069bac5e5b55c0f63bd2764e727108d2b48b2643 (diff)
downloademacs-c90acc54da9534fd083fc63887202f5d2ec13029.tar.gz
emacs-c90acc54da9534fd083fc63887202f5d2ec13029.zip
Sync Windows port with autogen/config.in changes.
* nt/config.nt: Sync with autogen/config.in. (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC) (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP): New macros. * src/s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Remove; moved to nt/config.nt.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6913d1ad78..97e4d71baab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-08-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
4 Remove; moved to nt/config.nt.
5
12012-08-01 Dmitry Antipov <dmantipov@yandex.ru> 62012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Use INTERNAL_FIELD for conses and overlays. 8 Use INTERNAL_FIELD for conses and overlays.