|
From: Daniel A. S. <da...@us...> - 2008-06-01 00:29:26
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21336 Modified Files: ChangeLog Log Message: * macosx/Wish.xcodeproj/project.pbxproj: add new tclOO files; add debug * macosx/README: targets with gcov; update to Xcode 3.1. |
|
From: Joe E. <jen...@us...> - 2008-06-11 00:41:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10011 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Use Xutf8LookupString where available [Patch #1986818]. This should fix problems (like #1908443) where Xlib's idea of the system encoding does not match Tcl's. |
|
From: Joe E. <jen...@us...> - 2008-06-11 00:41:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10888 Modified Files: ChangeLog Log Message: Use Xutf8LookupString where available [Patch #1986818]. This should fix problems (like #1908443) where Xlib's idea of the system encoding does not match Tcl's. |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:32:03
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10537 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity instead of OverallAct (which may be ignored in some circumstances). |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:36:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12197 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity instead of OverallAct (which may be ignored in some circumstances). |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:38:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13542 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch. |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:49:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18269 Modified Files: ChangeLog Log Message: s/target/config/ |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:49:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18310 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: s/target/config/ |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 17:08:50
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16923 Modified Files: ChangeLog Log Message: * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 17:09:03
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17136 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 17:09:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17338 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] |
|
From: Joe M. <mis...@us...> - 2008-06-13 05:45:59
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1210 Modified Files: ChangeLog Log Message: TIP 285 Implementation |
|
From: Jeffrey H. <ho...@us...> - 2008-06-13 21:31:14
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13978 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * win/configure, win/configure.in (TK_WIN_VERSION): fix handling of interim a/b versioning for manifest usage. |
|
From: Jeffrey H. <ho...@us...> - 2008-06-13 21:49:23
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22541 Modified Files: ChangeLog Log Message: * win/configure, win/configure.in (TK_WIN_VERSION): fix handling of interim a/b versioning for manifest usage. |
|
From: Daniel A. S. <da...@us...> - 2008-06-19 00:16:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6381 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). |
|
From: Daniel A. S. <da...@us...> - 2008-06-19 00:16:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6386 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). |
|
From: Daniel A. S. <da...@us...> - 2008-06-19 00:16:21
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6434 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). |
|
From: Don P. <dg...@us...> - 2008-06-19 19:48:18
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10875 Modified Files: ChangeLog Log Message: * generic/tk.h: TIP 285 additions make Tk 8.6 call the new * library/tk.tcl: Tcl_Canceled() routine, available only in Tcl 8.6, so bump our Tcl dependencies to version 8.6. Tk 8.6a1 will no longer [load] into a Tcl 8.5 interp. |
|
From: Joe E. <jen...@us...> - 2008-06-20 14:14:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22285 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport fix for [Bug 1951733] |
|
From: Pat T. <pat...@us...> - 2008-06-24 10:54:45
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30858 Modified Files: ChangeLog Log Message: bug #1997293 - fix documentation of text tag options. |
|
From: Pat T. <pat...@us...> - 2008-06-24 13:37:22
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27013 Modified Files: ChangeLog Log Message: Work around missing timezones (eg: tclkit or some unixes) |
|
From: Don P. <dg...@us...> - 2008-06-25 17:27:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15536 Modified Files: ChangeLog Log Message: release tag 8.6a1 |
|
From: Donal K. F. <dk...@us...> - 2008-06-30 22:56:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28596 Modified Files: ChangeLog Log Message: Minor doc updates (removing out of date changebars, improving typedef formatting, etc.) |
|
From: Donal K. F. <dk...@us...> - 2008-07-02 09:44:41
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13008 Modified Files: ChangeLog Log Message: Ensure that errors in callback scripts don't get swept under the carpet. |
|
From: Joe E. <jen...@us...> - 2008-07-04 19:04:55
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31888 Modified Files: ChangeLog Log Message: Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, in case of erroneous style specifications [#2009213]. |