summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-27 00:57:50 (GMT)
committerhobbs <hobbs>2010-08-27 00:57:50 (GMT)
commitab4327494c1d007210ecb9fb27f6ed0a30e3b89b (patch)
treeca32af0f965ab0293e6fe039141a2ae983a8a6b9 /ChangeLog
parent6569ef8ed20b5e054726506b892bf2aafcc00e6d (diff)
downloadtk-ab4327494c1d007210ecb9fb27f6ed0a30e3b89b.zip
tk-ab4327494c1d007210ecb9fb27f6ed0a30e3b89b.tar.gz
tk-ab4327494c1d007210ecb9fb27f6ed0a30e3b89b.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 2908c83..4b704af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-08-26 Jeff Hobbs <jeffh@ActiveState.com>
+ * 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+.
+
* generic/tkText.c (DumpLine): s/segPtr->size/currentSize/
throughout, but particularly in if lineChanged block where segPtr
may no longer be valid. [Bug 3053347]