aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorBen Key2011-04-15 17:48:00 -0500
committerBen Key2011-04-15 17:48:00 -0500
commit4a1a6b5b7d2208cf504cf38e548d3c562f6cfbb3 (patch)
treeeb9b18d15d8b7b6b4ecc961ff8bd0495ffebfb54 /nt/ChangeLog
parentba3bd5b6c3771010fa37ec48170eee8323b55bf1 (diff)
downloademacs-4a1a6b5b7d2208cf504cf38e548d3c562f6cfbb3.tar.gz
emacs-4a1a6b5b7d2208cf504cf38e548d3c562f6cfbb3.zip
Modified the code that parses the --cflags and --ldflags options to support parameters that include the = character as long as they are enclosed in quotes.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 155ee41d9da..19f71ba0af3 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,17 @@
12011-04-15 Ben Key <bkey76@gmail.com>
2
3 * configure.bat: Modified the code that parses the --cflags and
4 --ldflags options to support parameters that include the =
5 character as long as they are enclosed in quotes. This
6 functionality depends on command extensions. Configure.bat now
7 attempts to enable command extensions and displays a warning
8 message if they could not be enabled. If configure.bat could
9 not enable command extensions the old parsing code is used that
10 does not support parameters that include the = character.
11
12 * INSTALL: Updated the file to describe the new functionality
13 using text provided by Eli Zaretskii.
14
12011-04-06 Eli Zaretskii <eliz@gnu.org> 152011-04-06 Eli Zaretskii <eliz@gnu.org>
2 16
3 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT) 17 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)