diff options
author | vincentdarley <vincentdarley> | 2003-11-20 19:33:27 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-11-20 19:33:27 (GMT) |
commit | aa527cd66c9c251840d81e8efec083825735d205 (patch) | |
tree | 5210677d9add12cdf4d059bd5456f574b12f147c | |
parent | 2d0c48ed5b153437d124de692d3634c6c0723ac5 (diff) | |
download | tk-aa527cd66c9c251840d81e8efec083825735d205.zip tk-aa527cd66c9c251840d81e8efec083825735d205.tar.gz tk-aa527cd66c9c251840d81e8efec083825735d205.tar.bz2 |
winSend cleanup and bug fix
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-11-20 Vince Darley <vincentdarley@users.sourceforge.net> + + * win/tkWinSend.c: + * win/tkWinSendCom.c: ensure object is not shared before lappend + (fix for crash in Windows test suite), and clean up of files to + bring them closer to Tcl standards. + 2003-11-20 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as <Return>. |