diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2010-11-30 + + * canvas.cpp (snapshot): Preface each image format extension with + an asterisk so files with those extensions to appear in the file + dialogue. + (snapshot): Forgot to add asterisk before our own pdf format. + + * VirtualLeaf-install-windows.nsi: Include imageformats folder + alongside executable. + + * canvas.cpp (snapshot): PNG is the default image format. + +2010-11-29 + + * canvas.cpp (snapshot): Query and display supported snapshot file + formats. + + * VirtualLeaf-install-windows.nsi: To facilitate debugging I added + the debug versions of all the windows DLLs. + 2010-10-19 * mainbase.cpp (Save): Use format specified in function prototype.