diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-05-03 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c + * mac/tkMacXStubs.c: to being implemented in a platform + * macosx/tkMacOSXXStubs.c: specific manner. The cleanup order was + * unix/tkUnixEvent.c: bad at least on Windows, where we + * win/tkWinX.c: reset/cleared display info that was + still needed for the clipboard to render. + [Bug #939389, #822002, #732662] + * library/panedwindow.tcl (MarkSash): call DragSash to stop sash jump when B1 is pressed and released without moving. [Bug #932155] Make the panedwindow -opaqueresize option work as per the docs. |