summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-28 16:34:54 (GMT)
committerericm <ericm>2000-07-28 16:34:54 (GMT)
commita5179966d79dc5e42d4da2132e363da240f49319 (patch)
tree346b81e19cb335ba4707e6962ccb3082139cf3aa /ChangeLog
parent7808cd1f6b397be03639f6b58b08fe75b0e3539a (diff)
downloadtk-a5179966d79dc5e42d4da2132e363da240f49319.zip
tk-a5179966d79dc5e42d4da2132e363da240f49319.tar.gz
tk-a5179966d79dc5e42d4da2132e363da240f49319.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 26 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 20c094a..483d046 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>