summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-05-03 22:28:45 (GMT)
committerhobbs <hobbs>2004-05-03 22:28:45 (GMT)
commitbec318682f65b645a8915ca70da8b87e9fdf2b86 (patch)
tree02ac5d6da1603dfd713ae6a4c743976fc2b767ed /ChangeLog
parentc0570464f7d7778b4ce093ae08a77e784f6385b7 (diff)
downloadtk-bec318682f65b645a8915ca70da8b87e9fdf2b86.zip
tk-bec318682f65b645a8915ca70da8b87e9fdf2b86.tar.gz
tk-bec318682f65b645a8915ca70da8b87e9fdf2b86.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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2652e3e..cb6f2d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]