2000-04-23 Harry Henry Gebel * Upgaded to version 0.3 * Happy Easter! 2000-04-22 Harry Henry Gebel * Added distutils support. * Added newline to end of _panel.i * Updated makefile to fit in with new build system * Eliminated compiler warning compiling _form * Moved fieldtype deallocation so that it happens each time the fieldtype is changed * Added material to custom fieldtype example * Use "private" attributes in classes 2000-04-17 Harry Henry Gebel * Eliminated check in MENU.__del__ 2000-04-14 Harry Henry Gebel * Added check in FIELD.__del__ to make sure _form still exists 2000-04-10 Harry Henry Gebel * Typo fix in WINDOW.chgat, thanks to Radovan Garabik 2000-04-01 Harry Henry Gebel * Changed MENU to take a tuple or list on initialization * Prevented MENU and ITEM from raising an exception during end-of-program cleanup * Fixed bug in MENU.current_item() 2000-03-31 Harry Henry Gebel * Added method WINDOW.getbegyx * Changed default update mode of modules form and menu to curses * Changed internal workings of update modes * Changed exception raised by *_set_update_mode to ValueError * Protected fields from being deallocated before their form * Removed requirement to pass fields to FORM.current_field * Unpost form before deallocation if necessary * Protected items from being deallocated before their menu * Removed requirement to pass items to MENU.current_item * Unpost menu before deallocation if necessary 2000-03-30 Harry Henry Gebel * Fixed typo in WINDOW.getmaxyx * Added Authors file 2000-03-30 Lin Chung Der * Added callback function support for field and character validation to module form * Added getyx() and getmaxyx() to module curses * Added makefile 2000-03-29 Harry Henry Gebel * Removed argument height from class LABEL 2000-03-24 Harry Henry Gebel * Added default value FALSE to arguments case and match in form.FIELD.TYPE_ENUM(), default value 1 to argument changed in curses.WINDOW.touchln 2000-03-23 Harry Henry Gebel * Added function clear() to module curses 2000-03-22 Harry Henry Gebel * FORM.__init__ now takes a list or tuple as argument * Fixed FIELD._makeArray and FIELD._freeArray which where completely non-functional. * Made LABELs bold 2000-03-20 Harry Henry Gebel * Fixed minor bug in new_field parameter checking 2000-03-18 Harry Henry Gebel * Fixed bug in class LABEL initialization, (passing wrong parameter to superclass when called during a dup_field or link_field.) * Began using documentation strings rather than comments where appropriate. * Added support for standard field validation types. * Released version 0.2