diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,45 @@ +2010-06-28 + + + * VirtualLeaf-install.nsi: Grab gpl3.txt from doc directory. + + * canvas.cpp (gpl): gpl3.txt can be either in an ancestor doc + directory (Linux) or a decedent doc directory (Windows, via the + binary installer). + + * VirtualLeaf-install.nsi: Add VirtualLeaf doc directory. + +2010-06-25 + + + * gpl3.txt: Moved gpl3.txt from doc to src directory. + + * VirtualLeaf.pro: Added -Wno-write-strings and -Wno-unused-parameter to QMAKE_CXXFLAGS. + + * libplugin.pro: Ditto. + + * parameter.cpp: Result of adding datadir changes to make_parameter_source.pl. + * parameter.h: Ditto. + + * output.h: Declared new function (AppendHomeDirIfPathRelative). + + * output.cpp (AppendHomeDirIfPathRelative): Added new function. + + * canvas.cpp (gpl): Moving gpl3.txt from doc to src obviates the need to docDir.cd("../doc"). + + * VirtualLeaf-install.nsi: Grab gpl3.txt from src directory. + Add missing libiconv/bin, libxml2bin and libz/bin directories. + Copy libiconv-2.dll, libxml2.dll and zlib1.dll from relative paths. + + * VirtualLeaf.pro: copy gpl3.txt as part of QMAKE_POST_LINK. + +2010-06-24 + + * libplugin.pro: Use correct library path. + * VirtualLeaf.pro: Ditto. + + * VirtualLeaf.cpp (DrawCell): Iterate over NChem to construct info_string. + 2010-06-23 * simitembase.cpp: Removed NULL assignments to unused variables.