diff options
author | nijtmans <nijtmans> | 2010-01-29 18:07:31 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-29 18:07:31 (GMT) |
commit | 1e548bf42e74260b2f01ca4505406c2380c6ae61 (patch) | |
tree | 035598b376a451cfcb36c0a1becb33f89fafbe02 /ChangeLog | |
parent | 3998cf77ee9513d59f553516618187a6bccb697f (diff) | |
download | tk-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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |