diff options
author | jenglish <jenglish@flightlab.com> | 2003-10-06 22:14:26 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2003-10-06 22:14:26 (GMT) |
commit | 2fdf253ee5c0cba07f91cccd30e01ee3f483d93c (patch) | |
tree | b21909f09bda9d05855b605a23a7d829ed8b38f1 /ChangeLog | |
parent | f596f8dd798e66df1bc22a543fba38f3d36f1cc9 (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |