summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-04-16 14:51:28 (GMT)
committerdas <das>2008-04-16 14:51:28 (GMT)
commit54bfce14793fed20c259085043af7e9ab0579aef (patch)
tree7bc936a8c902ad26432c19fd773a273fbfdf5276 /ChangeLog
parentf4a2a378897fa69d2d7f86f96f00c8282d5a34b5 (diff)
downloadtk-54bfce14793fed20c259085043af7e9ab0579aef.zip
tk-54bfce14793fed20c259085043af7e9ab0579aef.tar.gz
tk-54bfce14793fed20c259085043af7e9ab0579aef.tar.bz2
* generic/tkStubInit.c: make stubs tables static const
* generic/tkWindow.c (Initialize): and export only a module-scope pointer to to the main stubs table (for package init). [Patch 1938497]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 288b1a4..8955434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
+2008-04-16 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tkStubInit.c: make stubs tables static const
+ * generic/tkWindow.c (Initialize): and export only a module-scope
+ pointer to to the main stubs table (for package init). [Patch 1938497]
+
2008-04-14 Pat Thoyts <patthoyts@users.sourceforge.net>
- * win/tkWinDialog.c: Fix bug #1941740: tk_chooseColor -title broken
- * win/tkWinTest.c: Added parent to testgetwininfo
- * tests/winDialog.test: Created some tk_chooseColor win tests.
+ * win/tkWinDialog.c: Fix [tk_chooseColor -title]. [Bug 1941740]
+ * win/tkWinTest.c: Added parent to testgetwininfo
+ * tests/winDialog.test: Created some tk_chooseColor win tests.
2008-04-09 Jan Nijtmans <nijtmans@users.sourceforge.net>
- * generic/tkImgGIF.c: Let the GIF writer use a real LZW compressor.
+ * generic/tkImgGIF.c: Let the GIF writer use a real LZW compressor.
2008-04-08 Pat Thoyts <patthoyts@users.sourceforge.net>