summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f77b15e..716ad80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,13 @@
* unix/tkUnixFont.c: fix [Bug 2226093] const changes not all correct
* unix/tkUnixButton.c: more internal -Wwrite-strings warning fixes
+ * unix/tkUnixCursor.c:
+ * unix/tkUnixSend.c:
* unix/tkUnixRFont.c:
+ * generic/tkInt.decls: CONSTify string and fileName parameters of TkGetBitmapData
+ * generic/tkImgBmap.c:
+ * generic/tkBitmap.c: remove unneccessary type cast
+ * generic/tkIntDecls.h: (regenerated)
2008-11-03 Jan Nijtmans <nijtmans@users.sf.net>