diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 84fee35a2..c60b93c89 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ -2005.Jul.26 (0.9.15) +2005.Jul.30 (0.9.15) * uncatagorized and messy: ----------------------- @@ -236,6 +236,29 @@ http://www.newbreedsoftware.com/tuxpaint/ * Added 'win32' target to Makefile, for use on Windows with MinGW/MSYS. John Popplewell + + * Now links with 'shlwapi.dll' so that it works on Windows 98. + John Popplewell + + * Added GetDefaultSaveDir(suffix) which fetches the default + "Application Data" path for the current user from the Windows registry, + appends the suffix, creates the subdirectory if it doesn't exist, + then returns a string from the heap. This path is the new default + "savedir" location on Windows. Tested on 98/2K/XP. + John Popplewell + + * Switching from NSIS to InnoSetup 5 installer generator for Windows. + John Popplewell + + * Added a Windows registry entry 'Install_Dir' in either + HKCU\Software\TuxPaint or HKLM... depending on whether the user is + restricted (or doing a current user-only install) or is installing + for all users. + John Popplewell + + * Added ability to detect previous install directory entries in the + Windows registry. Searches for entry in HKLM and HKCU sections. + John Popplewell * BeOS code updates. Marcin 'Shard' Konicki