2000-04-06  Jeff Hobbs  <hobbs@scriptics.com>

	* library/spinbox.tcl (::tk::spinbox::ButtonUp): added check for
	tkPriv(relief) existence

2000-04-05  Jeff Hobbs  <hobbs@scriptics.com>

	* tests/spinbox.test:
	* generic/tkSpinbox.c (ConfigureSpinbox): caused spinbox to
	redisplay the value when -format changes.  Changed
	buttonBackground class to background (buttons now pick up
	*background, but also *Spinbox.background).

2000-03-31  Eric Melski  <ericm@scriptics.com>

	* tests/spinbox.test: 
	* generic/tkSpinbox.c: Added support for formats like "%x.f",
	where x is a digit, as this is a valid format for sprintf. 

2000-03-31  Jeff Hobbs  <hobbs@scriptics.com>

	* tests/spinbox.test:
	* doc/spinbox.man: updated docs and tests

	* generic/pkgDefault.h: moved all defaults to be contained here
	(similar to Tk's default.h).
	* generic/tkSpinbox.c (SpinboxWidgetObjCmd): corrected parsing of
	-format option.  Added 'set' command, fixed range constraining for
	when the user types in a command.  Replaced formatSpace with
	formatBuf that maintains allocated space.  Refer to buttons as
	buttonup and buttondown.  Removed -show option.  Changed behavior
	such that if bad double data is in the entry string for -from/-to
	usage, it will just pick up -from instead of complaining.

	* library/spinbox.tcl: changed tkSpinbox to ::tk::spinbox::

2000-03-12  Sven Delmas  <sven@scriptics.com>

	* generic/tkSpinbox.c: Added initializtion for min and max
	variables to prevent compiler warnings about uninitialized use of
	these variables.

2000-03-10  Jeff Hobbs  <hobbs@scriptics.com>

	* doc/spinbox.man: created spinbox man page
	* generic/tkSpinbox.c (SpinboxInvoke): corrected use of -wrap with
	-values list.
	(ConfigureSpinbox): sets the value to -from when no -values is
	given and -from < -to (enforced).
	* tests/: added tests directory and populated spinbox.test

	* unix/Makefile.in: created proper test target

2000-03-09  Jeff Hobbs  <hobbs@scriptics.com>

	* unix/Makefile.in (test): added $(DLL) prereq
	* win/makefile.vc (uninstall): removed installed dirname if possible

	* generic/tkSpinbox.c: updated to near-feature complete, alpha
	testable state

	* generic/tkDial.c: added casts to squelch warnings
	* generic/tkPie.c: added casts to squelch warnings

2000-03-09  Scott Redman  <redman@scriptics.com>

	* configure.in:
	* Makefile.in: Added TEA-style makefile at the top level of the
	code.  Left old Unix and Win32 makefiles in unix/ and win/ subdirs.

2000-03-09  Jeff Hobbs  <hobbs@scriptics.com>

	* */*: Complete revamp of the package structure (archive and code).
	Bargraph removed temporarily, new spinbox widget, combobox in
	development.

1999-04-22 Jeff Hobbs <jeff.hobbs@acm.org>

	changes file started, corresponding to 2.0a2 release

	Updated pie and dial widgets to Obj interface.

	Complete revamp of dial and pie widget features and options.

	Removes stripchart widget from set.

1998-11-06 Jeff Hobbs <jeff.hobbs@acm.org>

	unofficial release of v2.0a1 first made in 1998
