From a0e83905448aa78b01474c40029a0dec8e077400 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Wed, 9 Nov 2005 10:58:33 +0000 Subject: [PATCH] Documented a recent Win32 improvement. --- docs/CHANGES.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index f4edc44f8..1eea32f12 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ -2005.November.3 (0.9.15) +2005.November.9 (0.9.15) * Speed improvements: ------------------- @@ -244,6 +244,13 @@ http://www.newbreedsoftware.com/tuxpaint/ * Compiling, porting and packaging updates: ----------------------------------------- + * Added support for system and user configuration files on Windows. + (The system 'tuxpaint.cfg' file is in the same directory as the + executable, the user 'tuxpaint.cfg' file is in the 'savedir' + location, e.g. 'C:\Documents and Settings\username\Application + Data\TuxPaint'.) + John Popplewell + * There's no longer a need to remove CVS-related things in 'tuxpaint.spec'. TOYAMA Shin-ichi