LXB CHANGELOG FILE ------------------ Version 0.52: ------------------------------------------------------- All changes in 0.51 plus changes in 0.5a ------------------------------------------------------- ------------------------------------------------------- NOTE: VERSION 0.5a AND VERSION 0.51 ARE CURRENTLY BRANCHES IN THE DEVELOPMENT TREE. DIFFERENT CHANGES WERE MADE TO EACH VERSION. Version 0.5a: ------------------------------------------------------- Changes made to get code to compile on my new system: * file - Makefile: changed "CDEBUGFLAGS" to = "-g" (removed -pipe -486) * file - instant.c: added statement: "#include at the top In addition a change was made in the size of one of the main datatypes which affects the reading and writing of savefiles: * file - lxb.h: increased one char array from 50 to 200 for callback function names: in struct "CALL" - changed "char function[50]" to "char function[200]" Version 0.51: ------------------------------------------------------- This is really a minor release. Little has changed since the original one done for X11R5 and Motif 1.1 on a 486. I am working on a more major release (0.6) that I hope to have out soon. Changes made to get code to compile on my new system: * file - Makefile: changed "CDEBUGFLAGS" to = "-g" (removed -pipe -486) * file - instant.c: added statement: "#include at the top Enhancments: * added fallback resources so that Lxb-ad no longer needs be used * updated some of the code (fe, appcontext functions) Version 0.5: ------------------------------------------------------- * Original source from where I left off in 1997 - changes were lost in a system crash.