diff options
author | wolfsuit <wolfsuit> | 2005-05-15 21:09:33 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2005-05-15 21:09:33 (GMT) |
commit | 96fedba896a22af86c0a426b925575af8df35400 (patch) | |
tree | 5aee3a7ffe9823811d0c9e4c8ce3fba437eb32ec /ChangeLog | |
parent | d37684e3166d0c9986993a276e65a1572d103a01 (diff) | |
download | tk-96fedba896a22af86c0a426b925575af8df35400.zip tk-96fedba896a22af86c0a426b925575af8df35400.tar.gz tk-96fedba896a22af86c0a426b925575af8df35400.tar.bz2 |
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]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXScrlbr.c (ThumbActionProc): Missing Tcl_Release. |