diff options
author | hobbs <hobbs@noemail.net> | 2000-04-04 08:09:06 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-04-04 08:09:06 (GMT) |
commit | 599e2614876fb68395a353ba3de60c15c90448c4 (patch) | |
tree | e07e47e97fe28ed9909ba6f90a61070ff325796e | |
parent | 962a255496cf7c7c8456db6ec7d2176febb6c1b4 (diff) | |
download | tk-599e2614876fb68395a353ba3de60c15c90448c4.zip tk-599e2614876fb68395a353ba3de60c15c90448c4.tar.gz tk-599e2614876fb68395a353ba3de60c15c90448c4.tar.bz2 |
* generic/tkTest.c: fixed incorrect platform inclusion for
TkplatformtestInit (it would never get called).
* unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir
correctly [Bug: 4085]
* library/clrpick.tcl (tkColorDialog_Config): error now thrown
when -initialcolor "" specified. [Bug: 4198]
FossilOrigin-Name: 2df14d371314e242b5a4d041c11b4f77584aa663
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-04-03 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tkTest.c: fixed incorrect platform inclusion for + TkplatformtestInit (it would never get called). + + * unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir + correctly [Bug: 4085] + + * library/clrpick.tcl (tkColorDialog_Config): error now thrown + when -initialcolor "" specified. [Bug: 4198] + 2000-03-31 Jeff Hobbs <hobbs@scriptics.com> * doc/DrawFocHlt.3: doc name correction |