summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-07-23 22:21:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-07-23 22:21:34 (GMT)
commitffc211b15ff17707b7b6c6e78bab2db22b332ac7 (patch)
tree786137357907a985a5d5bd2186cfedcd5bbe71d6 /ChangeLog
parent328c3132eb68f540d1a522b545828d31431456be (diff)
downloadtk-ffc211b15ff17707b7b6c6e78bab2db22b332ac7.zip
tk-ffc211b15ff17707b7b6c6e78bab2db22b332ac7.tar.gz
tk-ffc211b15ff17707b7b6c6e78bab2db22b332ac7.tar.bz2
Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b20a57..df08431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-23 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkSelect.c (HandleTclCommand): [Bug 2441988]: Stop losing
+ reports of errors in selection handlers; that's what the background
+ error handling code is for.
+ (LostSelection, Tk_SelectionObjCmd): Stop using the vastly inefficient
+ TkCopyAndGlobalEval; better to use Tcl_Obj refcount management.
+
2009-07-22 Donal K. Fellows <dkf@users.sf.net>
* generic/tkFocus.c (TkFocusDeadWindow): [Bug 2496114]: Ensure that