Added World Map starters from Caroline.
Updated Arabic translation. "Open" dialog lists saved drawings first, then local starter images, then system-wide starter images. All compile-time options now listed in version output, using a new "--verbose-version" (or "-vv") command-line argument.
This commit is contained in:
parent
4c064f2647
commit
e4b980cd81
7 changed files with 210 additions and 38 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - June 5, 2007
|
||||
June 17, 2002 - June 19, 2007
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -106,6 +106,13 @@ $Id$
|
|||
* Nagasaki
|
||||
Jim Trice <jimtrice@linuxmail.org>
|
||||
|
||||
* World Maps
|
||||
Original is licensed under the GFDL and CC-BY-SA and has multiple authors.
|
||||
Based off http://commons.wikimedia.org/wiki/Image:BlankMap-World.svg
|
||||
(Public Domain, by Wikipedia user 'Vardion').
|
||||
Processed and chopped into Tux Paint starter-sized pieces by
|
||||
by Caroline Ford <caroline.ford.work@googlemail.com>.
|
||||
|
||||
|
||||
* Fonts
|
||||
|
||||
|
|
@ -157,6 +164,7 @@ $Id$
|
|||
Laurent Dhima <laurenti@alblinux.net>
|
||||
|
||||
* Arabic
|
||||
Khaled Hosny <khaledhosny@eglug.org>
|
||||
Khalid Al Holan <alholan@gmail.com>
|
||||
|
||||
* Basque
|
||||
|
|
|
|||
|
|
@ -34,6 +34,14 @@ $Id$
|
|||
using small buttons that appear over Tux, at the lower lefthand corner.
|
||||
(They disappear/reappear when sound is muted/unmuted via [Alt]+[S].)
|
||||
|
||||
* "Open" dialog lists saved drawings first, then local starter images,
|
||||
then system-wide starter images, rather than the other way around.
|
||||
(Since there are now so many more starters.)
|
||||
|
||||
* All compile-time options now listed in version output, using a new
|
||||
"--verbose-version" (or "-vv") command-line argument.
|
||||
|
||||
|
||||
* Tool Improvements:
|
||||
------------------
|
||||
* Input Method Framework, with implementations of Korean (Hangul 2-Bul)
|
||||
|
|
@ -95,7 +103,7 @@ $Id$
|
|||
* Discussed SVG Stamps in "Extending Tux Paint."
|
||||
|
||||
* Created an "SVG.txt" document, covering SVG software.
|
||||
FIXME: Not done yet?
|
||||
Caroline Ford <caroline.ford.work@googlemail.com>
|
||||
|
||||
* Mentioned descriptive sounds (e.g., "stamp_desc_ll.ogg") in "Extending..."
|
||||
|
||||
|
|
@ -195,6 +203,9 @@ $Id$
|
|||
|
||||
* Translation Updates:
|
||||
--------------------
|
||||
* Arabic
|
||||
Khaled Hosny <khaledhosny@eglug.org>
|
||||
|
||||
* Basque
|
||||
Juan Irigoien <juanirigoien@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
May 15, 2007
|
||||
June 19, 2007
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -663,9 +663,11 @@ Command-Line Informational Options
|
|||
Tux Paint doesn't actually start up and run afterwards, however.
|
||||
|
||||
--version
|
||||
--verbose-version
|
||||
Display the version number and date of the copy of Tux Paint
|
||||
you are running. It also lists what, if any, compile-time
|
||||
options were set. (See INSTALL.txt and FAQ.txt).
|
||||
you are running. The "--verbose-version" also lists what
|
||||
compile-time options were set. (See INSTALL.txt and
|
||||
FAQ.txt).
|
||||
|
||||
--copying
|
||||
Show brief license information about copying Tux Paint.
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ PNG.txt for Tux Paint
|
|||
|
||||
Tux Paint - A simple drawing program for children.
|
||||
|
||||
Copyright 2005 by Bill Kendrick and others
|
||||
Copyright 2002-2007 by Bill Kendrick and others
|
||||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 27, 2002 - March 9, 2005
|
||||
June 27, 2002 - June 19, 2007
|
||||
$Id$
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
|
||||
<p>May 15, 2007</p>
|
||||
<p>June 19, 2007</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
@ -997,10 +997,11 @@ New Breed Software</p>
|
|||
|
||||
<blockquote>
|
||||
<dl>
|
||||
<dt><code><b>--version</b></code></dt>
|
||||
<dt><code><b>--version</b></code><br>
|
||||
<code><b>--verbose-version</b></code></dt>
|
||||
<dd>
|
||||
Display the version number and date of the copy of Tux Paint
|
||||
you are running. It also lists what, if any, compile-time
|
||||
you are running. The "--verbose-version" also lists what compile-time
|
||||
options were set. (See INSTALL.txt and FAQ.txt).
|
||||
</dd>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue