summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-05 22:48:58 (GMT)
committernijtmans <nijtmans>2008-11-05 22:48:58 (GMT)
commit2d48ae8ff78acce1c21210e9e27220ad5e22e877 (patch)
tree01bfd4c701cdce4cf358e8bbc735ae929b1ab2f0 /ChangeLog
parent436906415b673fbac6d7ce14621ad07a9a78b4a2 (diff)
downloadtk-2d48ae8ff78acce1c21210e9e27220ad5e22e877.zip
tk-2d48ae8ff78acce1c21210e9e27220ad5e22e877.tar.gz
tk-2d48ae8ff78acce1c21210e9e27220ad5e22e877.tar.bz2
CONSTify string and fileName parameters of TkGetBitmapData
more internal -Wwrite-string warning fixes
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>