summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-09-29 17:55:30 (GMT)
committerericm <ericm@noemail.net>2000-09-29 17:55:30 (GMT)
commita8513f52cd228c4d8255f56dcadc3c8b3a127e04 (patch)
tree9bdecb1bdde3ea9cc046f83fc3993dbdf3c089b8 /ChangeLog
parent6a7cc7ec51c88a8ae16a52b993753612594e7617 (diff)
downloadtk-a8513f52cd228c4d8255f56dcadc3c8b3a127e04.zip
tk-a8513f52cd228c4d8255f56dcadc3c8b3a127e04.tar.gz
tk-a8513f52cd228c4d8255f56dcadc3c8b3a127e04.tar.bz2
* generic/tkTest.c: Fixed tests to use updated API.
* doc/SetOptions.3: * generic/tk.h: * generic/tkConfig.c: Changed interface for Tk_CustomOptionSetProc and Tk_CustomOptionGetProc; these now take a pointer to the start of the widget record, and an integer offset to the slot for the option value, instead of just a pointer to the slot. This allows more sophisticated options to do interesting things based on other data in the widget record. FossilOrigin-Name: ec369c24d18e5de8d10ac7c7932338a0ed1267d0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efc06dc..dc54921 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-09-29 Eric Melski <ericm@ajubasolutions.com>
+
+ * generic/tkTest.c: Fixed tests to use updated API.
+
+ * doc/SetOptions.3:
+ * generic/tk.h:
+ * generic/tkConfig.c: Changed interface for Tk_CustomOptionSetProc
+ and Tk_CustomOptionGetProc; these now take a pointer to the start
+ of the widget record, and an integer offset to the slot for the
+ option value, instead of just a pointer to the slot. This allows
+ more sophisticated options to do interesting things based on other
+ data in the widget record.
+
2000-09-17 Eric Melski <ericm@ajubasolutions.com>
* generic/tk.h: Added declaration of Tk_ObjCustomOption structure,