summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2011-04-22 18:17:47 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2011-04-22 18:17:47 (GMT)
commit83af76de9c81339f45ac8abbf7b7fae77de40220 (patch)
tree06687de85c9580309c9596b809371c151b98daf9 /ChangeLog
parent6fbfe956f136196f2ed8fb6baa56da9f832326cc (diff)
downloadtk-83af76de9c81339f45ac8abbf7b7fae77de40220.zip
tk-83af76de9c81339f45ac8abbf7b7fae77de40220.tar.gz
tk-83af76de9c81339f45ac8abbf7b7fae77de40220.tar.bz2
[Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2729e5d..cb637a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-22 Peter Spjuth <peter.spjuth@gmail.com>
+
+ * generic/tkCanvPoly.c: [Bug 3291543] There was a crash if dchars
+ * tests/canvas.test: removed all coordinates of a polygon.
+
2011-04-21 Peter Spjuth <peter.spjuth@gmail.com>
* doc/checkbutton.n: Document all variable options as global.