| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-04-25 20:11:31
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv24155
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when
	* win/tkWinButton.c (TkpDisplayButton):   displaying disabled text
	that have images, as they get a gray50 stipple as well and the
	disabledGc is not set up correctly for font drawing. [Bug #477740]
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-04-26 02:53:47
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv23721
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* generic/tkButton.h:                         Rewrote the handling
	* generic/tkButton.c (TkButtonWorldChanged):  of compound *buttons
	* mac/tkMacButton.c (TkpDisplayButton):       to correctly display
	* macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg,
	* unix/tkUnixButton.c (TkpDisplayButton):     selectcolor, indicator,
	* win/tkWinButton.c (TkpDisplayButton):       etc.  *buttons will
	now only stipple the image, unless no disabledfg is given, in which 
	case it will stipple the whole button.
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-04-26 02:59:22
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv25453 Modified Files: ChangeLog Log Message: * generic/tkButton.h: Rewrote the handling * generic/tkButton.c (TkButtonWorldChanged): of compound *buttons * mac/tkMacButton.c (TkpDisplayButton): to correctly display * macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg, * unix/tkUnixButton.c (TkpDisplayButton): selectcolor, indicator, * win/tkWinButton.c (TkpDisplayButton): etc. *buttons will now only stipple the image, unless no disabledfg is given, in which case it will stipple the whole button. | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-04-30 16:16:43
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv28390 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo for stippleGC [Bug #730124]. | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-04-30 16:19:08
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv29359
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo for
	stippleGC [Bug #730124].
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-08 09:35:42
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv19965 Modified Files: ChangeLog Log Message: Stop deleted images from showing up in the various [image *] operations. Can't delete early though as that removes the link with widgets and image names. | 
| 
      
      
      From: Jim I. <wol...@us...> - 2003-05-10 19:43:09
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv18048
Modified Files:
	ChangeLog 
Log Message:
macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert
        '\r' to '\n' on the way into Tcl.
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-11 00:52:42
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv9935 Modified Files: ChangeLog Log Message: * generic/tkCanvPoly.c (PolygonToPostscript): * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm) | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-11 00:57:11
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv11198
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* generic/tkCanvPoly.c (PolygonToPostscript):
	* tests/canvPs.test: correct crash when generating postscript for
	a single-line polygon (point) with no color. [Bug #734498] (wilm)
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-05-13 02:42:58
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv6258
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	backport of Mac OS X specific changes on trunk since 8.4.2:
	
	* macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert
	'\r' to '\n' on the way into Tcl. (ingham)
	* macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function,
	used to invoke menu commands at idle time.
	(TkMacOSXDispatchMenuEvent): Don't immediately dispatch menu
	commands, wait till the idle loop to do so.  This is more like
	what is done on Windows, and avoids the crash from destroying
	a menu in it's command. (ingham)
	* macosx/tkMacOSXHLEvents.c (ReallyKillMe): Don't force the shell
	to exit.  According to the OS X HI guidelines, it should be
	possible to cancel an attempt to quit, and if we force the kill,
	here, it would not be possible to implement this. (ingham)
	* macosx/tkMacOSXApplication.r (removed):
	* macosx/tkMacOSXLibrary.r (removed):
	* macosx/tkMacOSXResource.r (removed):
	* macosx/Wish.pbproj/project.pbxproj:
	* macosx/tkAboutDlg.r: updated copyrights, cleaned up about box,
	removed obsolete unused resource files. (steffen)
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-05-13 08:40:59
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv7302 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXInit.c (TkpInit): use new versioned bundle resource API to get tk runtime library for TK_VERSION. [Bug 736774] | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-05-13 08:41:49
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv7692
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* macosx/tkMacOSXInit.c (TkpInit): use new versioned bundle 
	resource API to get tk runtime library for TK_VERSION. [Bug 736774]
 | 
| 
      
      
      From: Vince D. <vin...@us...> - 2003-05-13 14:15:09
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv15441 Modified Files: ChangeLog Log Message: space in path bug fix | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-14 19:05:25
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv12679
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-14 19:08:31
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv15377 Modified Files: ChangeLog Log Message: * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli) | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-15 18:05:06
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv2629 Modified Files: ChangeLog Log Message: * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312* charset fonts. gb2312.enc was made to be euc-cn for Tcl because that is what is most often meant, but X really wants the original (-raw) gb2312 encoding. [Bug 557030] | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-15 18:06:21
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv3424
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*
	charset fonts.  gb2312.enc was made to be euc-cn for Tcl because
	that is what is most often meant, but X really wants the original
	(-raw) gb2312 encoding. [Bug 557030]
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-05-19 05:05:10
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv11813
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* macosx/Wish.pbproj/project.pbxproj: changed tkConfig.sh location
	in versioned framework subdirectories to be identical to location
	in framework toplevel; fixed stub library symbolic links to be
	tk version specific.
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-05-19 05:05:44
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12182 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: changed tkConfig.sh location in versioned framework subdirectories to be identical to location in framework toplevel; fixed stub library symbolic links to be tk version specific. | 
| 
      
      
      From: Vince D. <vin...@us...> - 2003-05-19 13:04:23
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv32400 Modified Files: ChangeLog Log Message: tip 113 implementation | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-19 14:37:21
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv5889 Modified Files: ChangeLog Log Message: Stopped warnings about signed/unsigned and strncmp() and added missing forward decl | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-19 14:44:04
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv13118 Modified Files: ChangeLog Log Message: I18n (and some l10n) for the console and the main window of the widget demo. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-19 21:19:52
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv13365 Modified Files: ChangeLog Log Message: Fixed test suite breakage that I inadvertently introduced [Bug 739965] | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-20 17:37:03
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv26421
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* unix/Makefile.in: do not run autoconf during 'make dist' as the
	configure is now a CVS-maintained file and should be up-to-date.
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-21 09:21:58
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv11020 Modified Files: ChangeLog Log Message: D'oh! Zero and one are not the same thing... |