diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-15 16:17:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-15 16:17:18 (GMT) |
commit | b4a8fbc74c92487a934fefac4dd1714f5e3a7c43 (patch) | |
tree | 1a0bd6ea21b759eeccc91bff26f0d16b003e034e /ChangeLog | |
parent | 8a0ee3044dcf44cad09d73c42001ad793d9adf42 (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |