summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2005-05-15 20:57:07 (GMT)
committerwolfsuit <wolfsuit>2005-05-15 20:57:07 (GMT)
commitc8cbd274c4ee973c09bf584947c6e6a164e9414e (patch)
treecf5ca4ddc5b3e3bf86edd41ae71fe2e3fe8b4d9d /ChangeLog
parent96723e49a59aebc9468bb4f297062273172cfe34 (diff)
downloadtk-c8cbd274c4ee973c09bf584947c6e6a164e9414e.zip
tk-c8cbd274c4ee973c09bf584947c6e6a164e9414e.tar.gz
tk-c8cbd274c4ee973c09bf584947c6e6a164e9414e.tar.bz2
From Michael Kirkham:
* macosx/tkMacOSXMenu.c (TkpConfigureMenuEntry): Thinko in clearing the ENTRY_ACCEL_MASK before re-parsing it. [Tk Bug 1012852] * macosx/tkMacOSXScrlbr.c (UpdateControlValues): Don't set the control value BEFORE setting the min and max or the control manager will reset it for you. [Tk Bug 1202181] * macosx/tkMacOSXXStubs.c (TkMacOSXXGetPixel, TkMacOSXXPutPixel): Restore the port to what it was before putting we were called. [Tk Bug 1202223]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4091051..b06e744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-05-15 Jim Ingham <jingham@apple.com>
+
+ Fixes from Michael Kirkham:
+
+ * macosx/tkMacOSXMenu.c (TkpConfigureMenuEntry): Thinko in clearing
+ the ENTRY_ACCEL_MASK before re-parsing it. [Tk Bug 1012852]
+
+ * macosx/tkMacOSXScrlbr.c (UpdateControlValues): Don't set the
+ control value BEFORE setting the min and max or the control manager
+ will reset it for you. [Tk Bug 1202181]
+
+ * macosx/tkMacOSXXStubs.c (TkMacOSXXGetPixel, TkMacOSXXPutPixel):
+ Restore the port to what it was before putting we were called.
+ [Tk Bug 1202223]
+
2005-05-14 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXInit.c: