diff options
author | hobbs <hobbs> | 2002-08-08 04:54:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-08-08 04:54:01 (GMT) |
commit | 888f23262ad861e7d1698fe726c3623dc69d23eb (patch) | |
tree | 99a73ffd04f58ed0cfbd13ede9ba4d9774e3c645 /ChangeLog | |
parent | 00ab53bb531128551716b0a938caa4f60fd6c109 (diff) | |
download | tk-888f23262ad861e7d1698fe726c3623dc69d23eb.zip tk-888f23262ad861e7d1698fe726c3623dc69d23eb.tar.gz tk-888f23262ad861e7d1698fe726c3623dc69d23eb.tar.bz2 |
* generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-in
bezier method by name. [Bug #578654]
* doc/canvas.n: update to note that -smooth really doesn't take
or return just booleans.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-08-07 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-in + bezier method by name. [Bug #578654] + * doc/canvas.n: update to note that -smooth really doesn't take + or return just booleans. + * win/tkWinMenu.c (TkpSetWindowMenuBar): fixed logic bug in when to idle call ReconfigureWindowsMenu. |