diff options
author | hobbs <hobbs> | 2000-04-04 08:09:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-04 08:09:07 (GMT) |
commit | d50fbf57cebb9745bb627fceaf92c35e102f9bb6 (patch) | |
tree | e07e47e97fe28ed9909ba6f90a61070ff325796e /ChangeLog | |
parent | d0234726eb4b759870dace2f272efee107024394 (diff) | |
download | tk-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-- | 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 |