summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-01-29 18:07:31 (GMT)
committernijtmans <nijtmans@noemail.net>2010-01-29 18:07:31 (GMT)
commit27b7dacd298f356d8f845b00b08dc79712f55b0f (patch)
tree035598b376a451cfcb36c0a1becb33f89fafbe02 /ChangeLog
parent8a6cc178971d5e06149c12009af42ba167a14675 (diff)
downloadtk-27b7dacd298f356d8f845b00b08dc79712f55b0f.zip
tk-27b7dacd298f356d8f845b00b08dc79712f55b0f.tar.gz
tk-27b7dacd298f356d8f845b00b08dc79712f55b0f.tar.bz2
genStubs.tcl: No longer generate a space after
"*" and immediately after a function name, so the format of function definitions in *Decls.h match all other *.h header files. FossilOrigin-Name: 1db5a1b8e24d9bd476ebdf189afb377ed203ae85
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dff1749..7ea5951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-01-29 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/ttk/ttkGenStubs.tcl: No longer generate a space after "*" and
+ immediately after a function name, so the
+ format of function definitions in *Decls.h
+ match all other *.h header files.
+ * generic/ttk/ttkDecls.h (re-generated)
+ * generic/tk.decls Formatting
+ * generic/tkDecls.h (re-generated)
+ * generic/tkIntDecls.h
+ * generic/tkIntPlatDecls.h
+ * generic/tkIntXlibDecls.h
+ * generic/tkPlatDecls.h
+
2010-01-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkInt.h Don't depend on <stdio.h> from tcl.h any more