summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-17 22:57:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-17 22:57:02 (GMT)
commit145840ca6f6edfb0993d3eb9ac0dedeb9398a2e6 (patch)
treeea64a80896b442dac55146f2e3e656cdb2196a70 /ChangeLog
parent6984f89da31114c1535326a990f5ad4022e6c890 (diff)
downloadtk-145840ca6f6edfb0993d3eb9ac0dedeb9398a2e6.zip
tk-145840ca6f6edfb0993d3eb9ac0dedeb9398a2e6.tar.gz
tk-145840ca6f6edfb0993d3eb9ac0dedeb9398a2e6.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 d48f553..314ba7c 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]
+
* doc/panedwindow.n: Removed warning invalidated by fix from Bug
738143. [Bug 747814]