diff options
author | hobbs <hobbs> | 2004-05-03 22:23:08 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-03 22:23:08 (GMT) |
commit | 5a7c9991c1e212687cf3383f542968c474dc6497 (patch) | |
tree | f21e1f470165b77c99152ae0e76a22ffba6c2a69 /ChangeLog | |
parent | c1b0a281aa6ab1f13f009d3bdd83c99b7df4aea9 (diff) | |
download | tk-5a7c9991c1e212687cf3383f542968c474dc6497.zip tk-5a7c9991c1e212687cf3383f542968c474dc6497.tar.gz tk-5a7c9991c1e212687cf3383f542968c474dc6497.tar.bz2 |
* 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]
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. |