29 Dec 2018
	* increased size of rawwidget callback struct for bug with timer event
27 Dec 2018
	* make clean now removes *.dSYM directories from OSX clang -g make
	* add -Wno-unused-function -Wno-unused-label into tndesigner/Makefile when DEBUG=N to suppress yacc warnings
	* removed QSTRING redeclaration in tndesigner/fileio.y
26 Dec 2018
	* remove -ljpeg from link and -DNANOX -D_NANOX from compile, not needed
	* export DEBUG macro to TinyWidgets make system
	* get demos in TnDesigner to work
	* silence warnings in Tiny Widgets
25 Dec 2018
	* fix sprintf() buffer too small crash in ufunc5() colorpicker demo
	* fixed CheckValidParent errors
	* fixed tndesigner/Makefile to list OBJS directly, removing multiple y.tab.o link error
25 Dec 2018 - Georg Potthast
	* added lib directory, improved the demos in the demos directory, added minesweeper and launchtest demos
	* wrote a new colorpicker demo
	* removed obsolete demos/extra directory and TTD file
	* made demos in tndesigner directory work
	* extended the CheckValidParent function in tnWidgets.c for menus and removed the fixme remark there
	* got the Makefile in the microwindows/src directory to call the TinyWidgets Makefile to compile and clean
22 Dec 2018
	* fixed cascading menus to work using relative window position returned by GrGetWindowInfo
17 Dec 2018
	* applied Gary James' timeout patch for auto scroll scrollbar line/page on mouse down
16 Dec 2018
	* confirmed GrResizeWindow enhancement breaks combobox because combobox doesn't handle EXPOSE events on initial dropdown
		temp fix is use old unmap/map in GrResizeWindow implementation
	* fix listbox segfault when clicked on empty
	* changed paths in tndesigner to use Icons/*.xpm not ../Icons/, need image pathing mechanism in mwin
15 Dec 2018
	* nanowm fix by ignoring CHLD_UPDATE case and fix crash by dispatching only < MAXWIDGETS to tnWidgets.c
	* ported to OSX:
		replace -lfl with -ll for flex lib in tndesigner/Makefile
		removed -lX11 and added ../../../include for microwindows /contrib build in Make.rules
		fixed return value in yacc .y and y.tab.c files
	* changed #include <microwin/nano-X.h> from all .h into single "nano-X.h" in tnBase.h
TinyWidgets v0.1 from CVS ported by Georg Potthast to Nano-X contrib/ directory:
	* tndesigner loadsave.c uses non-portable opendir()
	* tndesigner starts from current dir, codegen.c outputs #include <microwin/tnWidgets.h> header
	* removed "cour" font requests
	* changed to -lnano-X -lX11" in configure and configure.in files
	* added 'break' statement in tndesigner/combobox.c and tndesigner/rawwidget.c
	* set 'iinfo->bytesperpixel = 4;' in src/tnPicture.c
