summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-19 08:39:04 (GMT)
committernijtmans <nijtmans>2011-01-19 08:39:04 (GMT)
commitdc59585fda0ce2af501a01102ea621d293db378b (patch)
tree282d1c8d76ba5392a31e9190d9b983a36dd74072 /ChangeLog
parent483906b2bfc4adbe469fbf90f6aabeabb554a2e9 (diff)
downloadtk-dc59585fda0ce2af501a01102ea621d293db378b.zip
tk-dc59585fda0ce2af501a01102ea621d293db378b.tar.gz
tk-dc59585fda0ce2af501a01102ea621d293db378b.tar.bz2
Make sure to use CONST/VOID in stead of
const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 81da836..cff481f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
2011-01-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/ttk/ttkGenStubs.tcl: Make sure to use CONST/VOID in stead of
- * generic/tclIntDecls.h const/void when appropriate. This allows to
- * generic/tclIntPlatDecls.h use const/void in the *.decls file always,
- * generic/tclTomMathDecls.h genStubs will do the right thing.
+ * generic/ttkDecls.h const/void when appropriate. This allows to
+ use const/void in the *.decls file always, genStubs will do the right thing.
2011-01-17 Jan Nijtmans <nijtmans@users.sf.net>