diff options
author | hobbs <hobbs> | 2004-02-18 00:40:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-02-18 00:40:23 (GMT) |
commit | f349a3827b7c3d5876b0531780396c6acda15450 (patch) | |
tree | 7f16efd14fa17fc03ce82796e8314678aa3d6e1e /ChangeLog | |
parent | 4549e3fbc8a24a6ba2228d48dcea4dba5e49c506 (diff) | |
download | tk-f349a3827b7c3d5876b0531780396c6acda15450.zip tk-f349a3827b7c3d5876b0531780396c6acda15450.tar.gz tk-f349a3827b7c3d5876b0531780396c6acda15450.tar.bz2 |
* doc/checkbutton.n: TIP#110 implementation
* doc/radiobutton.n: Tristate Checkbutton and Radiobuttons
* generic/tkButton.c:
* generic/tkButton.h:
* library/demos/check.tcl:
* library/demos/radio.tcl:
* macosx/tkMacOSXButton.c:
* macosx/tkMacOSXDefault.h:
* tests/button.test:
* unix/tkUnixButton.c:
* unix/tkUnixDefault.h:
* win/tkWinButton.c:
* win/tkWinDefault.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,19 @@ +2004-02-17 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/checkbutton.n: TIP#110 implementation + * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons + * generic/tkButton.c: + * generic/tkButton.h: + * library/demos/check.tcl: + * library/demos/radio.tcl: + * macosx/tkMacOSXButton.c: + * macosx/tkMacOSXDefault.h: + * tests/button.test: + * unix/tkUnixButton.c: + * unix/tkUnixDefault.h: + * win/tkWinButton.c: + * win/tkWinDefault.h: + 2004-02-17 Don Porter <dgp@users.sourceforge.net> * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect @@ -5,7 +21,7 @@ 2004-02-15 Jim Ingham <jingham@apple.com> - * tkMacOSXDialog.c (MatchOneType): If the Macintosh filetype + * tkMacOSXDialog.c (MatchOneType): If the Macintosh filetype is 0, then automatically pass the fileType check. * tkMacOSXCarbonEvents.c: New file - this doesn't do anything @@ -34,7 +50,7 @@ * tkMacOSXSubwindows.c: Ditto * tkMacOSXWindowEvent.c: Ditto * tkMacOSXWm.c: Ditto - + 2004-02-13 Jim Ingham <jingham@apple.com> * tkMacOSXDialog.c (Tk_GetOpenFileObjCmd): Use CFStringRef for |