From 459ccd18ca3381f8c28e5e846e2173ccbfd87d6d Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 2 Dec 2017 12:15:55 -0800 Subject: [PATCH] Clean up changelog a little Note that Mark's changes were specific to macOS :) --- docs/CHANGES.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index bf137363f..e00ce19f9 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -103,7 +103,7 @@ $Id$ * Ports ----- - * Rewrite the build system to be more Linux-like, with no XCode IDE. + * Rewrote the macOS build system to be more Linux-like, with no XCode IDE. Mark K. Kim * Other Improvements: @@ -238,14 +238,14 @@ $Id$ motion. * The responsivity of the joystick can be configured via command line or config files: - * --joystick-slownes sets a delay at each axis motion event. - Allowed values from 0 to 500, defaults to 15. - * --joystick-threshold sets the minimum value of axis motion to - begin move the pointer. - Allowed values from 0 to 32766, defaults to 3200. - * --joystick_maxsteps sets the maximum number of pixels that - the pointer will move at a time. - Allowed values from 1 to 7, defaults to 7. + * --joystick-slownes sets a delay at each axis motion event. + Allowed values from 0 to 500, defaults to 15. + * --joystick-threshold sets the minimum value of axis motion to + begin move the pointer. + Allowed values from 0 to 32766, defaults to 3200. + * --joystick_maxsteps sets the maximum number of pixels that + the pointer will move at a time. + Allowed values from 1 to 7, defaults to 7. * Joystick buttons can be assigned used to activate certain commands in Tux Paint (--joystick-btn-COMMAND options) @@ -1147,7 +1147,7 @@ $Id$ + Other misc. updates and efficiency improvements + Automatic testing for SVG, SDL_Pango, SDL_Mixer and libpng vs libpng12 libraries; 'oldsvg' and 'nosvg' targets removed; new means for building - without sound, etc. + without sound, etc. Albert Cahalan * Made sure Makefile works with NetBSD again.