summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-12-10 15:54:10 (GMT)
committerdas <das>2007-12-10 15:54:10 (GMT)
commitaa6c73a9d184bd4f377d8b5649e9151c3282c364 (patch)
tree00b5dc39e6a90a5a9ec477f39e189c907f31c6f9 /ChangeLog
parent482b933cffdf8a8acd617ac9dd669e94f18e404f (diff)
downloadtk-aa6c73a9d184bd4f377d8b5649e9151c3282c364.zip
tk-aa6c73a9d184bd4f377d8b5649e9151c3282c364.tar.gz
tk-aa6c73a9d184bd4f377d8b5649e9151c3282c364.tar.bz2
* generic/tkIntDecls.h: regen with new genStubs.tcl.
* generic/tkIntPlatDecls.h: [Tcl Bug 1834288] * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f96b59..7ed4998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-12-10 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tk.decls: use new genstubs 'export' command to
+ * generic/tkInt.decls: mark exported symbols not in stubs
+ table [FR 1716117]; cleanup formatting.
+
+ * generic/tkIntDecls.h: regen with new genStubs.tcl.
+ * generic/tkIntPlatDecls.h: [Tcl Bug 1834288]
+ * generic/tkIntXlibDecls.h:
+ * generic/tkPlatDecls.h:
+ * generic/tkStubInit.c:
+
2007-12-10 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* tests/safe.test: Ensure list of hidden commands is correct. [Bug