From: Joe M. <mis...@us...> - 2009-11-02 04:59:17
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29915 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix for [Bug 1739613] |
From: Joe M. <mis...@us...> - 2009-11-02 05:49:56
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29400 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix for [Bug 1739613] |
From: Don P. <dg...@us...> - 2009-11-04 04:42:21
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25844 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: move tag |
From: Donal K. F. <dk...@us...> - 2009-11-09 11:57:10
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3539 Modified Files: ChangeLog Log Message: Some code consolidation (don't scatter deletion code where unnecessary). |
From: Andreas K. <and...@us...> - 2009-11-10 23:36:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27152 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example. |
From: Andreas K. <and...@us...> - 2009-11-10 23:50:55
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29721 Modified Files: ChangeLog Log Message: Undo the reversal of the win/Makefile.in changes, that part was ok. |
From: Don P. <dg...@us...> - 2009-11-11 15:56:57
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30552 Modified Files: ChangeLog Log Message: * generic/tkPlatDecls.h: Restore C++ friendliness to the tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635]. |
From: Joe E. <jen...@us...> - 2009-11-12 18:17:21
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17264 Modified Files: ChangeLog Log Message: [update] hygiene. + Where possible, replace [a; update; b] with [a ; after 0 b]. + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks]. |
From: Pat T. <pat...@us...> - 2009-11-13 23:32:14
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25036 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2307837] Backported fix for running dialog tests on non-English locales |
From: Donal K. F. <dk...@us...> - 2009-11-15 21:09:32
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22494 Modified Files: ChangeLog Log Message: Added note that the 'move' operation restores detached nodes. |
From: Donal K. F. <dk...@us...> - 2009-11-19 10:22:16
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24554 Modified Files: ChangeLog Log Message: Fix [Bug 2900121] by inverting the sense of the test. |
From: Jan N. <nij...@us...> - 2009-11-19 22:21:10
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31090 Modified Files: ChangeLog Log Message: [Patch #2883533] tcl.m4 support for Haiku OS unix/Makefile.in: Fix library order in X11_LIB_SWITCHES |
From: Alexandre F. <fer...@us...> - 2009-11-19 22:28:21
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv462 Modified Files: ChangeLog Log Message: [Bug 2899685]: fix the redraw logic of [imove] |
From: Jan N. <nij...@us...> - 2009-11-19 22:48:41
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5305 Modified Files: ChangeLog Log Message: doc/GetHINSTANCE.3 Fix mentioned header file win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure" |
From: Jan N. <nij...@us...> - 2009-11-19 23:45:17
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16538 Modified Files: ChangeLog Log Message: Compile tkTest.c and friends with Stubs |
From: Donal K. F. <dk...@us...> - 2009-11-21 17:24:53
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19537 Modified Files: ChangeLog Log Message: [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeing practises; the typePtr field is now cleared when an object ceases to be of the type. Also remove some anachronistic techniques (pointless casts, mixed assignments and tests, etc.) |
From: Pat T. <pat...@us...> - 2009-11-22 00:40:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21134 Modified Files: ChangeLog Log Message: Include tk stubs in the tktest link line due to nijtmans recent changes |
From: Pat T. <pat...@us...> - 2009-11-22 23:28:46
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27106 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Make sure the window is still present when handling delayed activation [Bug 2899949] |
From: Pat T. <pat...@us...> - 2009-11-22 23:49:35
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31167 Modified Files: ChangeLog Log Message: Make sure the window is still present when handling delayed activation [Bug 2899949] |
From: Donal K. F. <dk...@us...> - 2009-11-23 16:09:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32264 Modified Files: ChangeLog Log Message: Better fix for the problem when someone tricks make into thinking 'test' is a real target. |
From: Andreas K. <and...@us...> - 2009-11-23 19:17:38
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11593 Modified Files: ChangeLog Log Message: * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-11-05/06. See Tcl's ChangeLog. |
From: Donal K. F. <dk...@us...> - 2009-11-24 15:06:33
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5985 Modified Files: ChangeLog Log Message: Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck with it. |
From: Donal K. F. <dk...@us...> - 2009-11-24 15:18:26
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8138 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck with it. |
From: Stuart C. <st...@us...> - 2009-11-25 14:24:48
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2600 Modified Files: ChangeLog Log Message: [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE. |
From: Stuart C. <st...@us...> - 2009-11-25 14:30:52
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4711 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE. |