summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-08-08 04:54:01 (GMT)
committerhobbs <hobbs>2002-08-08 04:54:01 (GMT)
commit888f23262ad861e7d1698fe726c3623dc69d23eb (patch)
tree99a73ffd04f58ed0cfbd13ede9ba4d9774e3c645 /ChangeLog
parent00ab53bb531128551716b0a938caa4f60fd6c109 (diff)
downloadtk-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53c68f9..0f570c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.