summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-05-27 01:43:45 (GMT)
committerericm <ericm>2000-05-27 01:43:45 (GMT)
commitce3669a362d5ee468d51566ce6e126f5a761b315 (patch)
tree00968ee57898e5b8d8cca9d4c6a9146262aa6550 /ChangeLog
parentb1ecdd6bed804198c1cb6a6af95704954f4345ee (diff)
downloadtk-ce3669a362d5ee468d51566ce6e126f5a761b315.zip
tk-ce3669a362d5ee468d51566ce6e126f5a761b315.tar.gz
tk-ce3669a362d5ee468d51566ce6e126f5a761b315.tar.bz2
* generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to
support a new syntax for option names in option tables. If the option name has an embedded ".", it indicates that the name field contains both an option name and an overriding widget class, in the form "class.option". The lookup for the option value will be performed as though the widget class is that specified, rather than the actual widget class. (SetupStacks): Replaced several lines of array element copying with a for loop for conciseness.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6797c4f..3a6199a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-05-26 Eric Melski <ericm@scriptics.com>
+
+ * generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to
+ support a new syntax for option names in option tables. If the
+ option name has an embedded ".", it indicates that the name field
+ contains both an option name and an overriding widget class, in
+ the form "class.option". The lookup for the option value will be
+ performed as though the widget class is that specified, rather
+ than the actual widget class.
+ (SetupStacks): Replaced several lines of array element copying
+ with a for loop for conciseness.
+
2000-05-25 Eric Melski <ericm@scriptics.com>
* library/button.tcl: Tweaks for -overrelief handling on Windows.