diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index e51fdc3f9..20e5e1a2b 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,39 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ -2003.Aug.18 (0.9.12) [cvs] +2003.Aug.18 (0.9.12) + * Replaced "efont-serif" fonts with those from the 'ttf-freefont' package, + for better support of ISO8859-13 symbols (e.g., for Lithuanian). + Fonts copyright the Free Software Foundation. + Thanks to Mantas Kriauciunas for the tip. + + * Made main event loop ignore motion events if the loop has spun too long. + (Fixes problems where shape or stamp tools take forver to 'catch up' with + the mouse; especially noticable on slow machines over remote X display.) + + * Walloon translation. + Pablo Saratxaga + + * Translated to Russian + Dmitriy Ivanov + + * Translated to Malay + Muhammad Najmi Ahmad Zabidi + + * French translation update. + Jacques Chion + + * Chinese translation update. + Wang Jian + + * If gnome-config is not found, it doesn't necessarily mean Gnome isn't being + used! Makefile will now fall-back and assume $GNOME_PREFIX should be /usr, + so that the launcher icon gets installed into the Gnome menu. + + * Added some "#error" directives to give verbose output regarding missing + library header files. (Typical cause of this symptom is forgetting to + install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm") + * Fixed Mac OS X #include typo. Darrell Walisser @@ -15,25 +47,15 @@ http://www.newbreedsoftware.com/tuxpaint/ right-to-left after the kudos text (e.g., "Great!") goes away. Thanks to Itai - * French translation update. - Jacques Chion - * Added call to close iconv when quitting. John Popplewell + Darrell Walisser - * Walloon translation. - Pablo Saratxaga - - * Chinese translation update. - Wang Jian + * Removed static "MAX_FILES" limit; now mallocs space for file info. + structures. (Should fix large stack crash on OS X, which is good.) * Fixed bug where translated text would revert to English in 'uppercase' mode. - * Replaced "efont-serif" fonts with those from the 'ttf-freefont' package, - for better support of ISO8859-13 symbols (e.g., for Lithuanian). - Fonts copyright the Free Software Foundation. - Thanks to Mantas Kriauciunas for the tip. - * Fixed UTF-8 related bug where Lithuanian wouldn't display if using 'TTF_RenderText...', but Spanish wouldn't display if using 'TTF_RenderUTF8...'. Thanks to Mantas Kriauciunas, Robert Glowczynski, @@ -42,33 +64,9 @@ http://www.newbreedsoftware.com/tuxpaint/ * Simplified CFLAGS variable in Makefile. Ben Armstrong - * Made main event loop ignore motion events if the loop has spun too long. - (Fixes problems where shape or stamp tools take forver to 'catch up' with - the mouse; especially noticable on slow machines over remote X display.) - - * Added some "#error" directives to give verbose output regarding missing - library header files. (Typical cause of this symptom is forgetting to - install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm") - - * Removed static "MAX_FILES" limit; now mallocs space for file info. - structures. (Should fix large stack crash on OS X, which is good.) - * Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there and you went to the 'Open' dialog. - * iconv_close() was being called even if 'cd' was -1 (not set). Fixed. - Darrell Walisser - - * If gnome-config is not found, it doesn't necessarily mean Gnome isn't being - used! Makefile will now fall-back and assume $GNOME_PREFIX should be /usr, - so that the launcher icon gets installed into the Gnome menu. - - * Partially translated to Russian - Dmitriy Ivanov - - * Translated to Malay - Muhammad Najmi Ahmad Zabidi - * Fixed prompt bug for larger window sizes TOYAMA Shin-ichi