summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-05 22:20:59 (GMT)
committernijtmans <nijtmans>2008-11-05 22:20:59 (GMT)
commit436906415b673fbac6d7ce14621ad07a9a78b4a2 (patch)
treebb9005f0a49cd1cc708acc016a5b556166154d74 /ChangeLog
parenta7112d75b06f0c7bba86d032d765f74116f4c41e (diff)
downloadtk-436906415b673fbac6d7ce14621ad07a9a78b4a2.zip
tk-436906415b673fbac6d7ce14621ad07a9a78b4a2.tar.gz
tk-436906415b673fbac6d7ce14621ad07a9a78b4a2.tar.bz2
fix [Bug 2226093] const changes not all correct
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 80f049f..f77b15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-05 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tkUnixFont.c: fix [Bug 2226093] const changes not all correct
+ * unix/tkUnixButton.c: more internal -Wwrite-strings warning fixes
+ * unix/tkUnixRFont.c:
+
2008-11-03 Jan Nijtmans <nijtmans@users.sf.net>
* generic/ttk/ttkEntry.c: fix warning: unused variable `currentValue'