Clean up changelog a little

Note that Mark's changes were specific to macOS :)
This commit is contained in:
Bill Kendrick 2017-12-02 12:15:55 -08:00
parent 558b74b7fc
commit 459ccd18ca

View file

@ -103,7 +103,7 @@ $Id$
* Ports * 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 <mkkim214@gmail.com> Mark K. Kim <mkkim214@gmail.com>
* Other Improvements: * Other Improvements:
@ -238,14 +238,14 @@ $Id$
motion. motion.
* The responsivity of the joystick can be configured via command * The responsivity of the joystick can be configured via command
line or config files: line or config files:
* --joystick-slownes sets a delay at each axis motion event. * --joystick-slownes sets a delay at each axis motion event.
Allowed values from 0 to 500, defaults to 15. Allowed values from 0 to 500, defaults to 15.
* --joystick-threshold sets the minimum value of axis motion to * --joystick-threshold sets the minimum value of axis motion to
begin move the pointer. begin move the pointer.
Allowed values from 0 to 32766, defaults to 3200. Allowed values from 0 to 32766, defaults to 3200.
* --joystick_maxsteps sets the maximum number of pixels that * --joystick_maxsteps sets the maximum number of pixels that
the pointer will move at a time. the pointer will move at a time.
Allowed values from 1 to 7, defaults to 7. Allowed values from 1 to 7, defaults to 7.
* Joystick buttons can be assigned used to activate certain commands * Joystick buttons can be assigned used to activate certain commands
in Tux Paint (--joystick-btn-COMMAND options) in Tux Paint (--joystick-btn-COMMAND options)
@ -1147,7 +1147,7 @@ $Id$
+ Other misc. updates and efficiency improvements + Other misc. updates and efficiency improvements
+ Automatic testing for SVG, SDL_Pango, SDL_Mixer and libpng vs libpng12 + Automatic testing for SVG, SDL_Pango, SDL_Mixer and libpng vs libpng12
libraries; 'oldsvg' and 'nosvg' targets removed; new means for building libraries; 'oldsvg' and 'nosvg' targets removed; new means for building
without sound, etc. without sound, etc.
Albert Cahalan <albert@users.sf.net> Albert Cahalan <albert@users.sf.net>
* Made sure Makefile works with NetBSD again. * Made sure Makefile works with NetBSD again.