diff options
author | hobbs <hobbs> | 2004-08-26 18:04:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-08-26 18:04:07 (GMT) |
commit | 7306e88aac749c19d7825a1f3e20484af137c584 (patch) | |
tree | 454f6884f7da6025416ad109726690ef9024a73d /ChangeLog | |
parent | 11602e596447b2745183fe5a2d539475702c61fb (diff) | |
download | tk-7306e88aac749c19d7825a1f3e20484af137c584.zip tk-7306e88aac749c19d7825a1f3e20484af137c584.tar.gz tk-7306e88aac749c19d7825a1f3e20484af137c584.tar.bz2 |
* library/text.tcl (::tk::TextTranspose): Ensure that Transpose is
an atomic op to undo. Replace 'string compare' with 'ne'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-08-26 Jeff Hobbs <jeffh@ActiveState.com> + + * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is + an atomic op to undo. Replace 'string compare' with 'ne'. + 2004-08-19 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinDialog.c (EatSpuriousMessageBugFix): Fix a problem with |