summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-08-29 21:00:12 (GMT)
committerericm <ericm@noemail.net>2000-08-29 21:00:12 (GMT)
commitb39757b5eac5954c6e166b581abce119f9040f97 (patch)
tree18b298cd75cd3f7993f48a5a5b7550b3752ce632 /ChangeLog
parentef12f280ea970f2e2c635718a866d965bc7d5bbf (diff)
downloadtk-b39757b5eac5954c6e166b581abce119f9040f97.zip
tk-b39757b5eac5954c6e166b581abce119f9040f97.tar.gz
tk-b39757b5eac5954c6e166b581abce119f9040f97.tar.bz2
* win/tkWinMenu.c (DrawWindowsSystemBitmap): Use scratchDC
for determining the source's logical coordinates. Patch from [Bug: 6134 (Markus Oberhumer)]. * win/tkWinMenu.c (SetDefaults): Compute the indicatorDimensions[] under Windows NT/2000 in the same way as under Windows 95/98. Patch from [Bug: 6134 (Markus Oberhumer)]. * win/tkWinFont.c (GetScreenFont): Added a memset() to pacify memory checkers. Patch from [Bug: 6134 (Markus Oberhumer)]. FossilOrigin-Name: fbfb2fa6b53612256c15d7183620b6f69ce32f1c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89c03cc..9ab3a45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2000-08-29 Eric Melski <ericm@ajubasolutions.com>
+ * win/tkWinMenu.c (DrawWindowsSystemBitmap): Use scratchDC
+ for determining the source's logical coordinates. Patch from
+ [Bug: 6134 (Markus Oberhumer)].
+
+ * win/tkWinMenu.c (SetDefaults): Compute the indicatorDimensions[]
+ under Windows NT/2000 in the same way as under Windows 95/98.
+ Patch from [Bug: 6134 (Markus Oberhumer)].
+
+ * win/tkWinFont.c (GetScreenFont): Added a memset() to
+ pacify memory checkers. Patch from [Bug: 6134 (Markus Oberhumer)].
+
* library/tkfbox.tcl (::tk::dialog::file::Update): Corrected
handling of multi-pattern filters (eg, "* *.*"), which was broken
by the getOpenFile performance patches applied earlier.