diff options
author | hobbs <hobbs> | 2004-05-03 22:28:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-03 22:28:45 (GMT) |
commit | 268b89da338295838ddc4f21673188179c3e8618 (patch) | |
tree | 02ac5d6da1603dfd713ae6a4c743976fc2b767ed /ChangeLog | |
parent | 31e7402c1afc4d64f5b6652ff63d2a547abb6182 (diff) | |
download | tk-268b89da338295838ddc4f21673188179c3e8618.zip tk-268b89da338295838ddc4f21673188179c3e8618.tar.gz tk-268b89da338295838ddc4f21673188179c3e8618.tar.bz2 |
* generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c
* macosx/tkMacOSXXStubs.c: to being implemented in a platform
* unix/tkUnixEvent.c: specific manner. The cleanup order was
* win/tkWinX.c: bad at least on Windows, where we
reset/cleared display info that was still needed for the clipboard
to render. [Bug #939389, #822002, #732662]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-05-03 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c + * macosx/tkMacOSXXStubs.c: to being implemented in a platform + * unix/tkUnixEvent.c: specific manner. The cleanup order was + * win/tkWinX.c: bad at least on Windows, where we + 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] |