From c8b96d536417b236b328b3c86d8b57fafe36b995 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 23 Jan 2006 00:14:23 +0000 Subject: [PATCH] Recording some recent CVS commits. --- docs/CHANGES.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index f9f240f43..f4e1f6fb9 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -10,6 +10,16 @@ $Id$ 2006.January.22 (0.9.16) + * Interface improvements: + ----------------------- + * Modified "Text" tool so that it correctly handles the 16-bit unicode + characters that SDL sends. + (The text buffer is held internally as an array of wchar_t, and + makes uses of various wide-character functions. It is converted + back into 16-bit unicode characters to satisfy SDL_ttf. Tested on + Windows and Linux.) + John Popplewell + * Translation Updates: -------------------- * Vietnamese @@ -23,11 +33,17 @@ $Id$ * Made some Xcode project settings work better with 'default, out of the box' OS X 10.4, Fink and XCode 2.1. + * Factor out general CFLAGS to facilitate packaging. Compress man page -9. + Ben Armstrong + * Bug Fixes: ---------- * Tux Paint's scalable icon (tuxpaint-icon.svg) caused Gnome panel to go wild (due to "libarts" bug?). Changed a vector value which apparently fixes it (and caused no noticable changes to the icon). + + * Added GetSystemFontDir() and amended WIN32 code so that the system fonts + option work correctly on Windows. 2005.November.26 (0.9.15b)