summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2003-10-06 22:14:26 (GMT)
committerjenglish <jenglish@flightlab.com>2003-10-06 22:14:26 (GMT)
commit2fdf253ee5c0cba07f91cccd30e01ee3f483d93c (patch)
treeb21909f09bda9d05855b605a23a7d829ed8b38f1 /ChangeLog
parentf596f8dd798e66df1bc22a543fba38f3d36f1cc9 (diff)
downloadtk-2fdf253ee5c0cba07f91cccd30e01ee3f483d93c.zip
tk-2fdf253ee5c0cba07f91cccd30e01ee3f483d93c.tar.gz
tk-2fdf253ee5c0cba07f91cccd30e01ee3f483d93c.tar.bz2
* library/text.tcl, doc/text.n: Text widget binding for
Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffc1021..efedbba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2003-10-06 Joe English <jenglish@users.sourceforge.net>
+ * library/text.tcl, doc/text.n: Text widget binding for
+ Control-v is now Mac-only, since it conflicts with standard
+ <<Paste>> binding on other platforms. [Bug #605277]
+
+2003-10-06 Joe English <jenglish@users.sourceforge.net>
* generic/tkStyle.c: Fix double-free in style engine [Bug #798211]
2003-10-06 Jeff Hobbs <jeffh@ActiveState.com>