From d244f598192c0d513964e7ca6f1255afd0109d70 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 12 Nov 2007 08:10:22 +0000 Subject: [PATCH] Documented John P's changes for Win32 builds. --- docs/CHANGES.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 1b8889dce..35b2bbf9e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -9,7 +9,7 @@ http://www.tuxpaint.org/ $Id$ -2007.November.6 (0.9.18) +2007.November.12 (0.9.18) * Interface Improvements: ----------------------- * Improved 'New' and 'Open' interface: @@ -25,6 +25,12 @@ $Id$ * Center image of directional brushes shown. (SourceForge.net Bug #1658697) + * Windows shows printer configuration dialog even when in fullscreen mode. + If no 'print.cfg' file is found, the dialog is shown. + Clicking "Cancel" in the printer config. dialog cancels Tux Paint's + print attempt. + John Popplewell + * Tool Improvements: ------------------ * Added a 'color picker' entry to the color palette; allows choosing @@ -258,6 +264,13 @@ $Id$ * Created a new "win32" folder with things from 'visualc' that are still being used ('libdocs', 'resource.h', 'resources.rc' and 'tuxpaint.iss') + * Windows build updates for building Tux Paint with Pango-support. + John Popplewell + + * Created a separate "win9x" target (for Windows95, Windows98 & WindowsME) + which will have reduced functionality compared to more modern Windowses. + John Popplewell + * Bug Fixes --------- * PostScript scale and translation values were being localized @@ -283,6 +296,10 @@ $Id$ (SourceForge Bug #1787005) Thanks to Tomasz Gloc for reporting and investigating this one. + * Fixed installer 'groupname' bug and missing icon on 'Tux Paint on + the web' shortcut (on Windows XP). + John Popplewell + 2007.July.1 (0.9.17)