diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-10-17 19:48:48 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-10-17 19:48:48 (GMT) |
commit | 87fca7325b97005eb44dcf3e198277640af66115 (patch) | |
tree | a860a0b5029aa844319e2f90913309d9120b7964 /ds9 | |
parent | 499d228444970179b790227345477a4992f7b2bc (diff) | |
download | blt-87fca7325b97005eb44dcf3e198277640af66115.zip blt-87fca7325b97005eb44dcf3e198277640af66115.tar.gz blt-87fca7325b97005eb44dcf3e198277640af66115.tar.bz2 |
update tcl/tk to core_8_6_branch
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/doc/release/r7.6.html | 3 | ||||
-rw-r--r-- | ds9/library/ds9.tcl | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ds9/doc/release/r7.6.html b/ds9/doc/release/r7.6.html index eade030..ae2eafa 100644 --- a/ds9/doc/release/r7.6.html +++ b/ds9/doc/release/r7.6.html @@ -149,7 +149,8 @@ <li><tt>10.16.2017 PREFS: Add preferences for default dislay size at startup.</tt></li> <li><tt>10.16.2017 CATALOG: cat plot line command incorrectly finds 'Xerr' and 'Yerr' columns.</tt></li> <li><tt>10.16.2017 CATALOG: match sometimes failed to find proper catalogs.</tt></li> - <li><tt><b>xx.xx.2017 RELEASE version 7.6b7</b></tt></li> + <li><tt>10.17.2017 TCL/TK: updated to version core_8_6_branch.</tt></li> + <li><tt><b>10.18.2017 RELEASE version 7.6b7</b></tt></li> </ol> </ol> </body> diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index 8aa7481..586d49f 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -194,7 +194,7 @@ switch $ds9(wm) { source $ds9(root)/tcl8/8.5/msgcat-1.5.2.tm } if {![namespace exists http]} { - source $ds9(root)/tcl8/8.6/http-2.8.11.tm + source $ds9(root)/tcl8/8.6/http-2.8.12.tm source $ds9(root)/library/htp.tcl } |