Rewrite of the manual page source to docbook. Uses docbook-to-man and tbl for translation to *roff code.
Fixed configure.in and added some warning messages for systems where the library is unlikely to work.
Improvements in configure script and Makefiles
Started to rewrite the manual page source files to use docbook instead of linuxdoc.
Updated library documentation to docbook.
Remove package version number from libtool library handling.
Fixing some problems with automake and autoconf.
Reduced the amount of testdata.
Split of gimp-psp resulting in libpsp and gimp-psp-plugin.
Use autoconf, automake and libtool to facilitate the building process.
Byteorder test programs written for use in configure. Should make the package far more portable and easier to handle too.
Enumerations of return values listed in the PSPGetField(3) manual page.
Description for field key values listed for PSPGetField(3) in the manual page.
Description for new datatypes to the manual page libpsp(3) added.
PSPReadline(3) static variables converted to members of the PSP struct.
Key names for selection and alpha channel fields added to the PSPGetField(3) manual page.
Added sanity check of mode parameter to PSPOpen(3).
PSPGetField(3) now returns default resolution info of 72.0 dpi and sets PSPErrno to PSPENIMPL if resolution information is not available.
New datatypes pspenum_t and pspbool_t used in PSPGetField(3).
BSD make now supported.
Test on RS/6000 with AIX 4.1 successful.
Alpha channel support finished.
Work on Alpha channels started.
cleaned up some Makefile targets and dependencies.
Improved byte-order routines.
Fixed two bugs in the library concerning dynamic memory allocation for strings.
Dependency problem in src/Makefile cleaned up.
PSPGetColor(3) added to support 8 bit indexed images.
Colormap support to PSPGetField(3) added.
Updated PSPGetField(3) manpage and created one for PSPGetColor(3).
Updated PSP application information according to information by JASC but disabled for now as it is not in accordance to the test data.
Target system dependencies moved from top-level Makefile to src/Makefile.
Problem with big endian systems leading to compile error fixed.
Changed PSPReadScanline(3) to return an error when LZ77 compressed data is accessed.
Support for layer user mask.
Checked the manual pages for consistency to release first alpha.
Implementation of channel and layer handling.
Import into cvs.