summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d16c9b..0c6a696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
+2008-04-08 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tkDecls.h: make genstubs (genStubs.tcl changes).
+ * generic/tkIntDecls.h:
+ * generic/tkIntPlatDecls.h:
+ * generic/tkIntXlibDecls.h:
+ * generic/tkPlatDecls.h:
+
2008-04-08 Kevin Kenny <kennykb@acm.org>
- * tkDecls.h: Reverted das's change of Tk's stubs pointers
- * tkIntDecls.h: from 'extern' to 'EXTERN'. Since the stubs pointer
- * tkPlatDecls.h: is always linked statically, its wrong to import
- or export it from a DLL, and the change causes
- trouble for extensions that build with -DUSE_TK_STUBS.
* tkWinEmbed.c: Removed #if 0 code. Trust the revision control system,
if you need it again, you can find it.
+
* tkWinSend.c: Added conditional compilation to silence several
compiler warnings.