summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-05-29 01:44:12 (GMT)
committerhobbs <hobbs>2000-05-29 01:44:12 (GMT)
commitbe401e6024644d0ab71c3a72eafb5deb1d96f054 (patch)
tree9a2b5d5a0a0016fc5a8b833294605ef9eba03eb9
parentabcf7507cc5ab608bb75d22bbb408ee6bc5f0b1a (diff)
downloadtk-be401e6024644d0ab71c3a72eafb5deb1d96f054.zip
tk-be401e6024644d0ab71c3a72eafb5deb1d96f054.tar.gz
tk-be401e6024644d0ab71c3a72eafb5deb1d96f054.tar.bz2
added spinbox
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a6199a..be58254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2000-05-28 Jeff Hobbs <hobbs@scriptics.com>
+
+ * doc/spinbox.n: (new file) docs for spinbox widget
+ * generic/tkInt.h: added Tk_SpinboxObjCmd declaration
+ * generic/tkEntry.c: added 'spinbox' widget - an extension of the
+ entry widget type.
+ * generic/tkWindow.c: added 'spinbox' to core Tk commands
+ * library/spinbox.tcl: (new file) binding and helper procs for spinbox
+ * library/tk.tcl: added spinbox.tcl to list of files to source
+ * tests/entry.test: updated changed error messages
+ * tests/spinbox.test: (new file) test suite for spinbox
+
+ * generic/tkPlace.c (Tk_PlaceCmd): reworked place master/slave
+ table init'n to prevent seg fault when using place on multiple
+ displays.
+
+ * generic/tk.h: added comments ot Tk_FakeWin structure
+
2000-05-26 Eric Melski <ericm@scriptics.com>
* generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to