diff options
author | dgp@users.sourceforge.net <dgp> | 2005-12-01 18:31:42 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2005-12-01 18:31:42 (GMT) |
commit | e15af7819b2242e21e2579322789ff40a8b6ef71 (patch) | |
tree | b33e795f5a24dae1e091df33e8219c946033da84 /changes | |
parent | 396f818afecd4f1ba6be2b24b1be02b5b1a5dd6a (diff) | |
download | tk-e15af7819b2242e21e2579322789ff40a8b6ef71.zip tk-e15af7819b2242e21e2579322789ff40a8b6ef71.tar.gz tk-e15af7819b2242e21e2579322789ff40a8b6ef71.tar.bz2 |
2005-11-16 Don Porter <dgp@users.sourceforge.net>
*** 8.4.12 TAGGED FOR RELEASE ***
* changes: Update changes for 8.4.12 release
* mac/tkMacWm.c: Restored consistent error checking and
* macosx/tkMacOSXWm.c: messages among different platform's
* tests/wm.test: [wm grid] commands. [Bug 1323972].
* win/tkWinWm.c:
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.64.2.26 2005/11/16 16:21:21 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.27 2005/12/01 18:31:42 dgp Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -5854,4 +5854,18 @@ Documentation improvements [1087842,1081527,1115907,etc.] 2005-11-06 (platform support) OpenBSD missing LIBS (thoyts) ---- Released 8.4.12, November 30, 2005 --- See ChangeLog for details --- +2005-11-22 (bug fix)[1353414] [selection get] compat w/OpenOffice.org (fellows) + +2005-11-22 (bug fix)[1335485] dialog and space in widget name (taylor,fellows) + +2005-11-29 (enhancement)[1369597] Win 64: --enable-64bit=amd64|ia64 (hobbs) + +2005-11-29 (bug fix)[1252259] clear initial % from console (lawlor,hobbs) + +2005-11-30 (bug fix)[1289565] ClientMessage handling (staplin,hobbs) + +2005-11-30 (bug fix)[1086049] [wm attributes -topmost] fix (courtney,hobbs) + +2005-12-01 (bug fix)[1353416] [tk_popup] wrong post location (fvogelnew1,hobbs) + +--- Released 8.4.12, Decemeber 1, 2005 --- See ChangeLog for details --- |