diff options
author | redman <redman> | 1999-03-30 02:39:21 (GMT) |
---|---|---|
committer | redman <redman> | 1999-03-30 02:39:21 (GMT) |
commit | 44224a9e992fe0879d3c0ff54522664b54343e0c (patch) | |
tree | 0dc52fcdd783d06671d3b3a5777fa4036cc84ab4 | |
parent | 57e32ed3bef23a6cadd218b16d215ea371a342d2 (diff) | |
download | tk-44224a9e992fe0879d3c0ff54522664b54343e0c.zip tk-44224a9e992fe0879d3c0ff54522664b54343e0c.tar.gz tk-44224a9e992fe0879d3c0ff54522664b54343e0c.tar.bz2 |
now use tcl stubs
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1999-03-29 <redman@scriptics.com> + + * unix/configure.in: + * unix/Makefile.in: + * win/makefile.vc: + * generic/tkDecls.h: + * generic/tkIntDecls.h: + * generic/tkIntPlatDecls.h: + * generic/tkPlatDecls.h: + * generic/tkIntXlibDecls.h: Removed stub functions. Always use the + Tcl stubs when building with --enable-shared. + + 1999-03-26 <redman@scriptics.com> * generic/tkTextIndex.c: @@ -17,10 +30,13 @@ and shell. 1999-03-26 <surles@scriptics.com> + * library/menu.tcl: Fixed bug reported by Bryan Oakley in the menubutton bindings. There was a false assumption that there was always a menu attached to the button. [Bug 1116] +1999-03-26 <redman@scriptics.com> + * unix/configure.in: Removed --enable-tcl-stub. Linking Tk to Tcl stubs is causing too many problems when linking executables like wish. Until the Tk is a fully loadable extension, linking against the Tcl |