summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-08-13 20:53:35 (GMT)
committerhobbs <hobbs>2002-08-13 20:53:35 (GMT)
commitc42a2423c64002a8cc53dd48a0ba96c6664e7c9a (patch)
treebd1859b9ac8f0a57ee099b1d500615c1d61393f3 /ChangeLog
parentbc4e5372013f21ac88b33076551c7b876a1f849b (diff)
downloadtk-c42a2423c64002a8cc53dd48a0ba96c6664e7c9a.zip
tk-c42a2423c64002a8cc53dd48a0ba96c6664e7c9a.tar.gz
tk-c42a2423c64002a8cc53dd48a0ba96c6664e7c9a.tar.bz2
* library/button.tcl: change the bindings to use Priv($w,relief)
instead of just Priv(relief). This ensures that neighboring buttons don't confuse (over)relief settings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eae2884..0b46958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-13 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/button.tcl: change the bindings to use Priv($w,relief)
+ instead of just Priv(relief). This ensures that neighboring
+ buttons don't confuse (over)relief settings.
+
2002-08-13 Reinhard Max <max@suse.de>
* unix/tkUnixSend.c (Tk_SetAppName): Fixed a compiler warning.