summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-08-26 18:04:07 (GMT)
committerhobbs <hobbs>2004-08-26 18:04:07 (GMT)
commit7306e88aac749c19d7825a1f3e20484af137c584 (patch)
tree454f6884f7da6025416ad109726690ef9024a73d /ChangeLog
parent11602e596447b2745183fe5a2d539475702c61fb (diff)
downloadtk-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44d378e..bad2af7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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