summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-17 23:29:35 (GMT)
committerhobbs <hobbs>2003-11-17 23:29:35 (GMT)
commitc89c58f9f55f3535385438ef48ab09a78b6a6f36 (patch)
treecac241128933533dd4532102214f9d36d469a0e6 /ChangeLog
parent96fcd84d863cd9ed49b2f5f3c492864fb4019e1d (diff)
downloadtk-c89c58f9f55f3535385438ef48ab09a78b6a6f36.zip
tk-c89c58f9f55f3535385438ef48ab09a78b6a6f36.tar.gz
tk-c89c58f9f55f3535385438ef48ab09a78b6a6f36.tar.bz2
* generic/tkMenubutton.h: fixed compound menubutton handling like
* generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton):
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9247060..7a2ac90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2003-11-16 Don Porter <dgp@users.sourceforge.net>
+2003-11-17 Jeff Hobbs <jeffh@ActiveState.com>
- * win/makefile.vc: Restored consistency of pkgIndex.tcl file
- with that generated by Makefile.
+ * generic/tkMenubutton.h: fixed compound menubutton handling like
+ * generic/tkMenubutton.c: *button corrections of 2003-04-25.
+ * mac/tkMacMenubutton.c (TkpDisplayMenuButton):
+ * unix/tkUnixMenubu.c (TkpDisplayMenuButton):
+
+2003-11-16 Don Porter <dgp@users.sourceforge.net>
+
+ * win/makefile.vc: Restored consistency of pkgIndex.tcl file
+ with that generated by Makefile.
2003-11-15 David Gravereaux <davygrvy@pobox.com>