Noted John's recent Win32 changes (print config & lockfile).

This commit is contained in:
William Kendrick 2007-05-02 18:15:23 +00:00
parent 0ea24f916b
commit 1b5724dcb4

View file

@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2007.April.26 (0.9.17)
2007.May.2 (0.9.17)
* Tool Improvements:
------------------
@ -78,6 +78,9 @@ $Id$
* No longer disabling screensaver (if the system's libSDL supports
it via "SDL_ALLOWSCREENSAVER" environment variable).
* "use_print_config" option defaults to 'yes' on Windows, again.
John Popplewell <john@johnnypops.demon.co.uk>
* Compiling, porting and packaging updates:
-----------------------------------------
* Tweaks to allow it to run on the One Laptop Per Child (OLPC) "XO".
@ -88,6 +91,14 @@ $Id$
hid on-screen mouse cursor, disabled Print and Text tools)
Alessandro Pasotti <apasotti@gmail.com>
* Lockfile (that prevents multiple launches) is now stored
in the user's local temporary directory on Windows
(usually 'C:\Documents and Settings\{username}\Local Settings\Temp').
This allows multiple users on different desktops to use a shared
save directory on a network drive, without having to disable the
lockfile feature, or wait for the lockfile to expire.
John Popplewell <john@johnnypops.demon.co.uk>
* New Translations:
-----------------
* Latvian (currently incorrectly implemented! -bjk 2007.04.24)