diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 26 insertions, 5 deletions
@@ -1,3 +1,21 @@ +2000-07-28 Eric Melski <ericm@ajubasolutions.com> + + * mac/tkMacDefault.h: + * unix/tkUnixDefault.h: Added default values for listbox + disabledforeground and state. + + * win/tkWinDefault.h: Changed default listbox background color to + white and listbox selection borderwidth to 0, in keeping with the + "Microsoft Windows User Experience"; added default values for + listbox disabledforeground and listbox state. + + * doc/listbox.n: Added documentation for -state option. + + * generic/tkListbox.c: Added support for -state to listbox. [RFE: + 6052]. + + * tests/listbox.test: Tests for listbox disabled state. + 2000-07-27 Mo DeJong <mdejong@redhat.com> * win/configure.in: TCL_STUB_LIB_FLAG and @@ -120,14 +138,17 @@ Remove unused declarations. * win/tkWinColor.c (GetColorByName, GetColorByValue): Remove unused function declarations. - * win/tkWinDialog.c (TrySetDirectory): Remove unused function declaration. + * win/tkWinDialog.c (TrySetDirectory): Remove unused function + declaration. * win/tkWinEmbed.c (TkWinEmbeddedEventProc): Cast to match function prototype. - * win/tkWinMenu.c (winMenuMutex, MenuExitProc): Remove unused declaration. + * win/tkWinMenu.c (winMenuMutex, MenuExitProc): Remove unused + declaration. * win/tkWinWindow.c (StackWindow): Remove unused declaration. * win/tkWinWm.c (ConfigureEvent): Remove unused declaration. * win/tkWinX.c (winXMutex): Remove unused declaration. - * xlib/ximage.c (XCreateBitmapFromData): Cast to match function prototype. + * xlib/ximage.c (XCreateBitmapFromData): Cast to match function + prototype. 2000-07-05 Eric Melski <ericm@ajubasolutions.com> @@ -136,8 +157,8 @@ * generic/tkImgGIF.c: Applied patch from Jan Nijtmans to fix a problem with the GIF writing code [Bug: 5823]. - * generic/tkCursor.c: Added initialization for nextPtr field of TkCursor, - patch from Nijtmans/Howlett. + * generic/tkCursor.c: Added initialization for nextPtr field of + TkCursor, patch from Nijtmans/Howlett. 2000-07-05 Eric Melski <ericm@ajubasolutions.com> |