diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-03 22:02:11 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-03 22:02:11 (GMT) |
commit | 829daa099115e8cba17ba6e5453ee67fa299f6de (patch) | |
tree | 735d94505a177b5be538aa4a75a91d01b1687d4a /ChangeLog | |
parent | 493b92ef205df6d05b0b5c478934f4f49ca261c9 (diff) | |
download | tk-829daa099115e8cba17ba6e5453ee67fa299f6de.zip tk-829daa099115e8cba17ba6e5453ee67fa299f6de.tar.gz tk-829daa099115e8cba17ba6e5453ee67fa299f6de.tar.bz2 |
Fixed broken test. testclipboard no longer returns binary data but proper tcl strings without \r
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2008-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> + * tests/winClipboard.test: testclipboard no longer returns strings + with embedded \r but now returns Tcl strings * tests/winfo.test: fixed embedding test broken during upgrade * tests/busy.test: default wait cursor on windows is 'wait' * win/tkWinFont.c: const fixes for the windows code. |