diff options
author | jenglish <jenglish@flightlab.com> | 2004-06-16 20:03:18 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2004-06-16 20:03:18 (GMT) |
commit | c5b74b100d335256f82be758f49ce8425fe2ac18 (patch) | |
tree | d316493e03f85b97a1a55f3bf4a198db5c79bfbc /ChangeLog | |
parent | 55c614a8ed08c8dcb23312b958ed1756d9b9fd17 (diff) | |
download | tk-c5b74b100d335256f82be758f49ce8425fe2ac18.zip tk-c5b74b100d335256f82be758f49ce8425fe2ac18.tar.gz tk-c5b74b100d335256f82be758f49ce8425fe2ac18.tar.bz2 |
Fix for #742882 "Potential division by zero in gridded wm geometry"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-06-16 Joe English <jenglish@users.sourceforge.net> + + * unix/tkUnixWm.c, win/tkWinWm.c, macosx/tkMacOSXWm.c, + tests/wm.test, tests/unixWm.test: Fix for #742882 + "Potential division by zero in gridded wm geometry" + 2004-06-15 Anton Kovalenko <a_kovalenko@users.sourceforge.net> * win/tkWinButton.c: Add a 3D highlight to disabled *buttons and |