summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-01-29 18:07:31 (GMT)
committernijtmans <nijtmans>2010-01-29 18:07:31 (GMT)
commit1e548bf42e74260b2f01ca4505406c2380c6ae61 (patch)
tree035598b376a451cfcb36c0a1becb33f89fafbe02 /ChangeLog
parent3998cf77ee9513d59f553516618187a6bccb697f (diff)
downloadtk-1e548bf42e74260b2f01ca4505406c2380c6ae61.zip
tk-1e548bf42e74260b2f01ca4505406c2380c6ae61.tar.gz
tk-1e548bf42e74260b2f01ca4505406c2380c6ae61.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.
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