diff options
author | nijtmans <nijtmans> | 2010-07-16 22:06:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-16 22:06:04 (GMT) |
commit | a5b009796383e0a829c96ed6ac24c3b035f55fde (patch) | |
tree | 1ab293900e82d01e1060a7bf524bd8ae1fd61bc7 /ChangeLog | |
parent | 914fd8473c892c8067540984d46d755984fee66a (diff) | |
download | tk-a5b009796383e0a829c96ed6ac24c3b035f55fde.zip tk-a5b009796383e0a829c96ed6ac24c3b035f55fde.tar.gz tk-a5b009796383e0a829c96ed6ac24c3b035f55fde.tar.bz2 |
[Tcl Bug 3029891] Functions that don't belong in the stub table (Tk part, not really removed from the stub table, just disabled)
[Bug 3027438] Tk_Main calls Tcl_CreateInterp before Tcl_FindExecutable
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-07-16 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkDecls.h [Tcl Bug 3029891] Functions that don't belong in the + stub table (Tk part, not really removed from the stub table, just disabled) + * generic/tkMain.c [Bug 3027438] Tk_Main calls Tcl_CreateInterp before + * generic/tk.h Tcl_FindExecutable + 2010-07-06 Andreas Kupries <andreask@activestate.com> * doc/text.n: Fixed minor typo in the description of 'text |