diff options
author | nijtmans <nijtmans> | 2010-02-16 21:12:56 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-16 21:12:56 (GMT) |
commit | 98ad94bf967f4567ae47c4b74ffe11cc12f7d22f (patch) | |
tree | b566e3894b84ff71cec41746404929097ffb61c6 /ChangeLog | |
parent | 759424b1be09259bf20d269efd93af21c5150a01 (diff) | |
download | tk-98ad94bf967f4567ae47c4b74ffe11cc12f7d22f.zip tk-98ad94bf967f4567ae47c4b74ffe11cc12f7d22f.tar.gz tk-98ad94bf967f4567ae47c4b74ffe11cc12f7d22f.tar.bz2 |
tkWindow.c/tkStubInit.c adapted from stub changes in Tcl
tkArgv.c make defaultTable const
tkScrollbar.c Store default for "-with" in static non-const memory
tkWinInt.h make tkWinProcs const, and 5
tkWinX.c procs MODULE_SCOPE
tkWinColor.c make sysColors const
tkWinKey.c make keymap const
tkWinScrlbr.c Simplify copying of "-with" default value.
tkUnixWm.c make TkSetTransientFor static
tests/textImage.test textImage-1.13 depends on hash-order
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2010-02-16 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkWindow.c Reverted rename from tkStubs to tkConstStubs + * generic/tkStubInit.c (regenerated) + * generic/tkArgv.c make defaultTable const + * generic/tkScrollbar.c Store default for "-with" in static non-const space + * win/tkWinInt.h make tkWinProcs const, and 5 + * win/tkWinX.c procs MODULE_SCOPE + * win/tkWinColor.c make sysColors const + * win/tkWinKey.c make keymap const + * win/tkWinScrlbr.c Simplify copying of "-with" default value. + * unix/tkUnixWm.c make TkSetTransientFor static + * tests/textImage.test textImage-1.13 depends on hash-order + 2010-02-12 Jan Nijtmans <nijtmans@users.sf.net> * win/tcl.m4 use -pipe for gcc on win32 |