summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-27 00:21:45 (GMT)
committerhobbs <hobbs>2010-08-27 00:21:45 (GMT)
commit77f1040bfa885893472f496ec67b4dff85cb1da4 (patch)
tree89b762704d6b179591b4ffacbea7975c1e55f3c9 /ChangeLog
parent5330b2a031728d95041878980cef0a82fc7d8e0c (diff)
downloadtk-77f1040bfa885893472f496ec67b4dff85cb1da4.zip
tk-77f1040bfa885893472f496ec67b4dff85cb1da4.tar.gz
tk-77f1040bfa885893472f496ec67b4dff85cb1da4.tar.bz2
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19dd933..607f115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@
Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
(SC_PATH_X): Correct syntax error when xincludes not found.
+ * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):
+ * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
+ macro and --enable-embedded-manifest configure arg added to
+ support manifest embedding where we know the magic. Help prevents
+ DLL hell with MSVC8+.
+
2010-08-25 Jeff Hobbs <jeffh@ActiveState.com>
* doc/ttk_spinbox.n (new), doc/ttk_*.3, doc/ttk_*.n: