summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-17 22:53:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-17 22:53:09 (GMT)
commit32d31762b7a1cb4fc118e3f0a437f307672285d0 (patch)
treec40137609b55951292bcb2eebb42ba6ad6f242ed /ChangeLog
parent6eb4883088184b907621ae022deee1bc9f6bbb14 (diff)
downloadtk-32d31762b7a1cb4fc118e3f0a437f307672285d0.zip
tk-32d31762b7a1cb4fc118e3f0a437f307672285d0.tar.gz
tk-32d31762b7a1cb4fc118e3f0a437f307672285d0.tar.bz2
Better docs of [$photo put]. [Bug 728952]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d630555..b458af4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/photo.n: [$photo put] has been able to take rectangles of
+ pixel colours, specified as lists of lists, for years. Now this
+ is a documented feature. [Bug 728952]
+
* generic/tkPanedWindow.c (PanedWindowReqProc): Fix from Eric
Boudaillier so panedwindows get their geometry right even when
their children don't know their size initially. [Bug 738143]