summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-10-01 21:31:34 (GMT)
committerericm <ericm@noemail.net>2000-10-01 21:31:34 (GMT)
commit92b356ded1b1fd47903ca88c6ed7d804cf4c36bc (patch)
treeac6a7a75130d27feefe8fce4d0333c5f8d692013 /ChangeLog
parentec10f8a648b9f9772a3e79abfa0c806d4f53f45f (diff)
downloadtk-92b356ded1b1fd47903ca88c6ed7d804cf4c36bc.zip
tk-92b356ded1b1fd47903ca88c6ed7d804cf4c36bc.tar.gz
tk-92b356ded1b1fd47903ca88c6ed7d804cf4c36bc.tar.bz2
* doc/SetOptions.3: Added note that restoreProc and freeProc may
be NULL. * generic/tkConfig.c (Tk_RestoreSavedOptions): For custom options, added test that the restoreProc is not NULL, to allow for custom options that don't care about supporting Tk_RestoreSavedOptions. FossilOrigin-Name: 6032025460a72bbd2c54d805646f324f4973acef
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4b33ef..761dcfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-10-01 Eric Melski <ericm@ajubasolutions.com>
+
+ * doc/SetOptions.3: Added note that restoreProc and freeProc may
+ be NULL.
+
+ * generic/tkConfig.c (Tk_RestoreSavedOptions): For custom options,
+ added test that the restoreProc is not NULL, to allow for custom
+ options that don't care about supporting Tk_RestoreSavedOptions.
+
2000-09-29 Jeff Hobbs <hobbs@scriptics.com>
* win/Makefile.in: commented use of TESTFLAGS