summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-15 16:17:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-15 16:17:18 (GMT)
commitb4a8fbc74c92487a934fefac4dd1714f5e3a7c43 (patch)
tree1a0bd6ea21b759eeccc91bff26f0d16b003e034e /ChangeLog
parent8a0ee3044dcf44cad09d73c42001ad793d9adf42 (diff)
downloadtk-b4a8fbc74c92487a934fefac4dd1714f5e3a7c43.zip
tk-b4a8fbc74c92487a934fefac4dd1714f5e3a7c43.tar.gz
tk-b4a8fbc74c92487a934fefac4dd1714f5e3a7c43.tar.bz2
TIP #338 IMPLEMENTATION
* doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 418b439..a5216c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-15 Don Porter <dgp@users.sourceforge.net>
+
+ TIP #338 IMPLEMENTATION
+
+ * doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'.
+ * generic/tkMain.c: Tk is now limited to Tcl's public interface.
+ * macosx/tkMacOSXInit.c:
+
2008-12-12 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/demos/fontchoose.tcl: Simple fontchooser demo