diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-23 22:24:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-23 22:24:08 (GMT) |
commit | 6be6cc36eb090c9fa5ed6d6d91bc1dc5ab7006aa (patch) | |
tree | 12a7f40e4339289bc0d71fd34a6cfae6b7a5f5a9 | |
parent | ffc211b15ff17707b7b6c6e78bab2db22b332ac7 (diff) | |
download | tk-6be6cc36eb090c9fa5ed6d6d91bc1dc5ab7006aa.zip tk-6be6cc36eb090c9fa5ed6d6d91bc1dc5ab7006aa.tar.gz tk-6be6cc36eb090c9fa5ed6d6d91bc1dc5ab7006aa.tar.bz2 |
Added incompat flag
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * generic/tkSelect.c (HandleTclCommand): [Bug 2441988]: Stop losing reports of errors in selection handlers; that's what the background error handling code is for. + *** POTENTIAL INCOMPATIBILITY *** if your code was relying on erroring + selection scripts being silent. (LostSelection, Tk_SelectionObjCmd): Stop using the vastly inefficient TkCopyAndGlobalEval; better to use Tcl_Obj refcount management. |