diff options
author | hobbs <hobbs@noemail.net> | 2003-11-17 23:29:35 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-11-17 23:29:35 (GMT) |
commit | 750273d315df13afcf7b4967226caf5269cc2482 (patch) | |
tree | cac241128933533dd4532102214f9d36d469a0e6 /ChangeLog | |
parent | e483758c7561136796e62db169ac934227825670 (diff) | |
download | tk-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-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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> |