diff options
author | das <das> | 2001-12-27 22:45:03 (GMT) |
---|---|---|
committer | das <das> | 2001-12-27 22:45:03 (GMT) |
commit | 04419abd89a3f566d4d489895c78cd9950928144 (patch) | |
tree | 3b1a15f588e16f1587ec08af31575f7de10585f0 /ChangeLog | |
parent | 3f850339f62a30d1302728860ed3ea45c5560570 (diff) | |
download | tk-04419abd89a3f566d4d489895c78cd9950928144.zip tk-04419abd89a3f566d4d489895c78cd9950928144.tar.gz tk-04419abd89a3f566d4d489895c78cd9950928144.tar.bz2 |
* mac/mac/tkMacInit.c:
* mac/mac/tkMacResource.r: synced up tkInit features to unix/win:
use existing tkInit proc if defined. Added spinbox.tcl resource.
Used TclGetEnv() instead of Tcl_GetVar2(interp, env)
* mac/tkMacApplication.r:
* mac/tkMacLibrary.r: minor version resources cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-12-28 Daniel Steffen <das@users.sourceforge.net> + + * mac/mac/tkMacInit.c: + * mac/mac/tkMacResource.r: synced up tkInit features to unix/win: + use existing tkInit proc if defined. Added spinbox.tcl resource. + Used TclGetEnv() instead of Tcl_GetVar2(interp, env) + * mac/tkMacApplication.r: + * mac/tkMacLibrary.r: minor version resources cleanup + 2001-12-20 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. |