summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-04 08:09:07 (GMT)
committerhobbs <hobbs>2000-04-04 08:09:07 (GMT)
commitd50fbf57cebb9745bb627fceaf92c35e102f9bb6 (patch)
treee07e47e97fe28ed9909ba6f90a61070ff325796e /ChangeLog
parentd0234726eb4b759870dace2f272efee107024394 (diff)
downloadtk-d50fbf57cebb9745bb627fceaf92c35e102f9bb6.zip
tk-d50fbf57cebb9745bb627fceaf92c35e102f9bb6.tar.gz
tk-d50fbf57cebb9745bb627fceaf92c35e102f9bb6.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]
Diffstat (limited to 'ChangeLog')
-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