0.9.24 Merge branch 'master' into sdl2.0
This commit is contained in:
commit
937b40e449
14 changed files with 38 additions and 33 deletions
|
|
@ -2,13 +2,13 @@ CHANGES.txt for Tux Paint
|
|||
|
||||
Tux Paint - A simple drawing program for children.
|
||||
|
||||
Copyright (c) 2002-2019
|
||||
Copyright (c) 2002-2020
|
||||
Various contributors (see below, and AUTHORS.txt)
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
$Id$
|
||||
|
||||
2019.Sep.25 (0.9.24)
|
||||
2020.Mar.25 (0.9.24)
|
||||
* New tools
|
||||
---------
|
||||
* Fill
|
||||
|
|
@ -36,6 +36,9 @@ $Id$
|
|||
Use "--newcolorslast" option.
|
||||
(Suggested by Bernard Verhaeghe)
|
||||
|
||||
* Show progress bar while loading (more) stamps, to avoid
|
||||
looking hung on slower systems or with complicated stamp images.
|
||||
|
||||
* Recognize signals (SIGUSR1 and SIGUSR2) on POSIX systems,
|
||||
which causes Tux Paint to quit, first saving the current drawing
|
||||
(if unsaved) (like "--autosave"), either saving a new image
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.23c
|
||||
version 0.9.24
|
||||
Advanced Stamps HOWTO
|
||||
|
||||
Copyright 2006-2008 by Albert Cahalan for the Tux Paint project
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Tux Paint
|
||||
version 0.9.23c
|
||||
version 0.9.24
|
||||
Extending Tux Paint
|
||||
|
||||
Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
|
||||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - October 7, 2018
|
||||
June 14, 2002 - March 28, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Tux Paint
|
||||
version 0.9.23c
|
||||
version 0.9.24
|
||||
Frequently Asked Questions
|
||||
|
||||
Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
|
||||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
September 14, 2002 - October 7, 2018
|
||||
September 14, 2002 - March 28, 2020
|
||||
|
||||
Drawing-related
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
Options Documentation
|
||||
|
||||
Copyright (c) 2002-2019 by various contributors; see AUTHORS.txt
|
||||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
September 21, 2019
|
||||
March 28, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright 2002-2019 by various contributors; see AUTHORS.txt
|
||||
Copyright 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - September 21, 2019
|
||||
June 14, 2002 - March 28, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ alink="#FF00FF">
|
|||
alt="Tux Paint"><br>
|
||||
version
|
||||
|
||||
0.9.23c
|
||||
0.9.24
|
||||
|
||||
<br>
|
||||
Advanced Stamps HOWTO</h1>
|
||||
|
|
|
|||
|
|
@ -12,15 +12,15 @@ alt="Tux Paint"><br>
|
|||
|
||||
version
|
||||
|
||||
0.9.23c
|
||||
0.9.24
|
||||
|
||||
<br>
|
||||
Extending Tux Paint</h1>
|
||||
|
||||
<p>Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt<br/>
|
||||
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>June 14, 2002 - October 7, 2018</p>
|
||||
<p>June 14, 2002 - March 28, 2020</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
|
|||
|
|
@ -11,15 +11,15 @@ alink="#FF00FF">
|
|||
alt="Tux Paint"><br>
|
||||
version
|
||||
|
||||
0.9.23c
|
||||
0.9.24
|
||||
|
||||
<br>
|
||||
Frequently Asked Questions</h1>
|
||||
|
||||
<p>Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt<br/>
|
||||
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>September 14, 2002 - October 7, 2018</p>
|
||||
<p>September 14, 2002 - March 28, 2020</p>
|
||||
</center>
|
||||
|
||||
<h2>Drawing-related</h2>
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ version
|
|||
</h1>
|
||||
<h2>Options Documentation</h2>
|
||||
|
||||
<p>Copyright (c) 2002-2019 by various contributors; see AUTHORS.txt<br/>
|
||||
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>September 21, 2019</p>
|
||||
<p>March 28, 2020</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
|
|||
|
|
@ -17,12 +17,12 @@ version
|
|||
</h1>
|
||||
<h3>A simple drawing program for children</h3>
|
||||
|
||||
<p>Copyright 2002-2019 by various contributors; see AUTHORS.txt<br>
|
||||
<p>Copyright 2002-2020 by various contributors; see AUTHORS.txt<br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>June 14, 2002 -
|
||||
|
||||
September 21, 2019</p>
|
||||
March 28, 2020</p>
|
||||
|
||||
</center>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue