11/24/99 - version 1.0.0 - Initial release. (nathana) 12/05/00 - version 1.0.1 - (Not released publicly) Written in anticipation of lcdproc driver for G12032 Cleaned up Makefile a tad; now it places a copy of liblcd.h in /usr/local/include during install of shared library version lcd_clear( ) no longer auto-flushes the buffer (in order to be consistent) Increased default buffer size to 255 bytes (nathana) 12/14/00 - version 1.0.2 - D'oh! There is a function in lcdproc called lcd_init( )! Grrr... -- renamed lcd_init( ) to liblcd_init( ) Also included #define lcd_init to liblcd_init; this will not be #defined however if LCDPROC_DRIVER is not #defined (nathana) 09/04/00 - version 1.0.3 - (Released publicly on 11/13/00) Added function lcd_textsize( ) Other miscellaneous small code-cleanups (which should not affect functionality) (nathana) 11/13/00 - version 1.1.0alpha - Richard June sent me a patch against 1.0.2 that added support for Scott Electronics's BPI-216N/L displays which use the seetron LCD Backpack command set rather than the terminal-like command set that their other displays use. I merged in his changes with 1.0.3 and made this version the beginning of a new development branch. *Thanks Richard!* (nathana)