1) roody has been converted from libxml2 to mxml
2) the files have been shuffled around so the *.cxx, *.cpp files
are in the roody/src/ directory, the *.h files are in the
roody/include/ directory, the Makefile is in the top roody/
directory which is where the roody executable goes while
roody.so now goes into the roody/lib/ directory. The mxml
files are in roody/mxml. The *.o files now go into the
roody/obj/ directory (which is created by the Makefile if
it doesn't exist).
3) the Makefile has been redone and simplified, and the windows
stuff removed, since the windows version has its own makefile.
4) clicking on the Help About menu item now displays a message box
with the current version. For now, the code must be edited
manually for each code revision, but it would be nice to automate
this. |