diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 22:53:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 22:53:09 (GMT) |
commit | 32d31762b7a1cb4fc118e3f0a437f307672285d0 (patch) | |
tree | c40137609b55951292bcb2eebb42ba6ad6f242ed /ChangeLog | |
parent | 6eb4883088184b907621ae022deee1bc9f6bbb14 (diff) | |
download | tk-32d31762b7a1cb4fc118e3f0a437f307672285d0.zip tk-32d31762b7a1cb4fc118e3f0a437f307672285d0.tar.gz tk-32d31762b7a1cb4fc118e3f0a437f307672285d0.tar.bz2 |
Better docs of [$photo put]. [Bug 728952]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |