summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2001-12-27 22:45:03 (GMT)
committerdas <das>2001-12-27 22:45:03 (GMT)
commit3cd7dcd403aceed536f9e2f2a4c8a7053afb8e8f (patch)
tree3b1a15f588e16f1587ec08af31575f7de10585f0 /ChangeLog
parentbe0924253643bced1b936df333084d73d72b3f0e (diff)
downloadtk-3cd7dcd403aceed536f9e2f2a4c8a7053afb8e8f.zip
tk-3cd7dcd403aceed536f9e2f2a4c8a7053afb8e8f.tar.gz
tk-3cd7dcd403aceed536f9e2f2a4c8a7053afb8e8f.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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c911d24..f331522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.