Documented John Popplewell's recent installer-related changes.
This commit is contained in:
parent
03d4bdc764
commit
190e2ecb8c
1 changed files with 24 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
|
|
||||||
2005.Jul.26 (0.9.15)
|
2005.Jul.30 (0.9.15)
|
||||||
|
|
||||||
* uncatagorized and messy:
|
* uncatagorized and messy:
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
@ -236,6 +236,29 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
* Added 'win32' target to Makefile, for use on Windows with MinGW/MSYS.
|
* Added 'win32' target to Makefile, for use on Windows with MinGW/MSYS.
|
||||||
John Popplewell <john@johnnypops.demon.co.uk>
|
John Popplewell <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
|
* Now links with 'shlwapi.dll' so that it works on Windows 98.
|
||||||
|
John Popplewell <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
|
* 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 <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
|
* Switching from NSIS to InnoSetup 5 installer generator for Windows.
|
||||||
|
John Popplewell <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
|
* 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 <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
|
* Added ability to detect previous install directory entries in the
|
||||||
|
Windows registry. Searches for entry in HKLM and HKCU sections.
|
||||||
|
John Popplewell <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
* BeOS code updates.
|
* BeOS code updates.
|
||||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue