summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2003-11-17 23:29:35 (GMT)
committerhobbs <hobbs@noemail.net>2003-11-17 23:29:35 (GMT)
commit750273d315df13afcf7b4967226caf5269cc2482 (patch)
treecac241128933533dd4532102214f9d36d469a0e6 /ChangeLog
parente483758c7561136796e62db169ac934227825670 (diff)
downloadtk-750273d315df13afcf7b4967226caf5269cc2482.zip
tk-750273d315df13afcf7b4967226caf5269cc2482.tar.gz
tk-750273d315df13afcf7b4967226caf5269cc2482.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): FossilOrigin-Name: 0197c6caf1d82f482daf102edc4271f3d94b2972
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>