=== 1.0: === * New versioning scheme established. The 1.0 version does not reflect some exceptional achievement, and the major version will be changed more frequently in the future. The versioning scheme resembles Lua's in that new major versions indicate some nontrivial API changes. The UI library now contains a version that reflects tekUI's overall package version number. * The document generator now accepts C source files, too, for classes which have been written in or ported to C. The notation is the same, so the current function headers only need to be enclosed in C comments. * tekUI example class written in C: Fixed a bug that thwarted child classes to inherit from the example class. Rounded out the registration prolog, added tek_lua_register() that isolates 5.1/5.2 compatibility and simplifies registration * Raw framebuffer: Improved window focus management, fixed memory leak * String class: documentation added * Application:up() added * Added examples demonstrating communication with child processes and datagram socket server; socket and filestream communication are no longer part of the display drivers, but now available throughout tek.lib.visual * Rendering of color gradients corrected * Area.Flags: is a numerical type now * The Area and Frame classes have been rewritten in C, the original Lua versions are still available in the archive