summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-30 23:35:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-30 23:35:03 (GMT)
commit4e52718aee1252a3feb15ac739344686f5cb19b9 (patch)
treee681c92b30e28450da4e53948489a23f7bf78441 /ChangeLog
parent50d3750770e0d45d48847b56d27fe020fee4a90c (diff)
downloadtk-4e52718aee1252a3feb15ac739344686f5cb19b9.zip
tk-4e52718aee1252a3feb15ac739344686f5cb19b9.tar.gz
tk-4e52718aee1252a3feb15ac739344686f5cb19b9.tar.bz2
Document canvas current item/clipping behaviour more precisely. [Bug 1774593]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dec9388..c314879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-12-30 Donal K. Fellows <dkf@users.sf.net>
+ * doc/canvas.n: Documented exact behaviour of items with respect to
+ when they are the current item. [Bug 1774593] Also documented the
+ clipping behaviour of window items.
+
* library/demos/nl.msg: Corrected following testing "in the field" by
Arjen Markus. [Bug 1860802]