summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2011-04-22 18:24:21 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2011-04-22 18:24:21 (GMT)
commit5e053a9a900f6d777f53c5bca67e8d9eb97839ed (patch)
tree6d17f823dc66eb53358a709b288da44d6a0922b9 /ChangeLog
parente3bdb35fa365400a2ee311897142c40416330bf4 (diff)
parentc4c9147d6b5d077de8e3ed08689177654fcb3139 (diff)
downloadtk-5e053a9a900f6d777f53c5bca67e8d9eb97839ed.zip
tk-5e053a9a900f6d777f53c5bca67e8d9eb97839ed.tar.gz
tk-5e053a9a900f6d777f53c5bca67e8d9eb97839ed.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 9ce6005..8414253 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.