diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-05 09:22:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-05 09:22:15 (GMT) |
commit | 0399ee95b148f9a65e1556e18ffde0bfe8571f75 (patch) | |
tree | 1225b8d34bf0487f214237498535a232055eb787 /ChangeLog | |
parent | a77a245a3290fc7396a9c8bbba9778146ba8af6b (diff) | |
download | tk-0399ee95b148f9a65e1556e18ffde0bfe8571f75.zip tk-0399ee95b148f9a65e1556e18ffde0bfe8571f75.tar.gz tk-0399ee95b148f9a65e1556e18ffde0bfe8571f75.tar.bz2 |
Fix [Bug 487220].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-05-05 Donal K. Fellows <dkf@users.sf.net> + * doc/MainWin.3 (Tk_GetNumMainWindows): [Bug 487220]: Clarified that + this function works per-thread, not per-process. + * doc/canvas.n (scale): [Bug 1832015]: Clarified that [$c scale] only affects item coordinates. |