summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-04 08:09:06 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-04 08:09:06 (GMT)
commit599e2614876fb68395a353ba3de60c15c90448c4 (patch)
treee07e47e97fe28ed9909ba6f90a61070ff325796e
parent962a255496cf7c7c8456db6ec7d2176febb6c1b4 (diff)
downloadtk-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a598547..fbe7e04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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