diff --git a/Makefile b/Makefile
index e7c4fff2d..b09ffe679 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,12 @@
# bill@newbreedsoftware.com
# http://www.tuxpaint.org/
-# June 14, 2002 - April 28, 2009
+# June 14, 2002 - July 1, 2009
# The version number, for release:
-VER_VERSION:=0.9.21
+VER_VERSION:=0.9.22
VER_DATE:=$(shell date +"%Y-%m-%d")
MAGIC_API_VERSION:=0x00000002
diff --git a/docs/ADVANCED-STAMPS-HOWTO.txt b/docs/ADVANCED-STAMPS-HOWTO.txt
index 66e9286b4..7f030a0ee 100644
--- a/docs/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/ADVANCED-STAMPS-HOWTO.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.21
+ version 0.9.22
Advanced Stamps HOWTO
Copyright 2006-2008 by Albert Cahalan for the Tux Paint project
@@ -8,7 +8,7 @@
albert@users.sf.net
http://www.tuxpaint.org/
- March 8, 2006 - July 7, 2008
+ March 8, 2006 - July 1, 2009
About this HOWTO
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 719661faa..dbee25d9e 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,6 +8,10 @@ http://www.tuxpaint.org/
$Id$
+2009.July.1 (0.9.22)
+ * TBD
+
+
2009.June.28 (0.9.21)
* New Starters:
-------------
diff --git a/docs/EXTENDING.txt b/docs/EXTENDING.txt
index 3e7a5f77a..2d2018122 100644
--- a/docs/EXTENDING.txt
+++ b/docs/EXTENDING.txt
@@ -1,14 +1,14 @@
Tux Paint
- version 0.9.21
+ version 0.9.22
Extending Tux Paint
- Copyright 2002-2008 by Bill Kendrick and others
+ Copyright 2002-2009 by Bill Kendrick and others
New Breed Software
bill@newbreedsoftware.com
http://www.tuxpaint.org/
- June 14, 2002 - July 10, 2008
+ June 14, 2002 - July 1, 2009
----------------------------------------------------------------------
@@ -48,8 +48,8 @@ Where Files Go
Mac OS X
Tux Paint stores its data files inside the "Tux Paint" application
- (which is actually a special kind of folder on Mac OS X). The following
- steps explain how to get to the folders within:
+ (which is actually a special kind of folder on Mac OS X). The
+ following steps explain how to get to the folders within:
1. Bring up a 'context' menu by holding the [Control] key and
clicking the Tux Paint icon the in Finder. (If you have a mouse
@@ -63,9 +63,10 @@ Where Files Go
content available to any user that launches this copy (icon) of
Tux Paint.
- If you install a newer version of Tux Paint and replace or discard
- the old version, you will lose changes made by following the instructions
- above, so keep backups of your new content (stamps, brushes, etc.).
+ Note: If you install a newer version of Tux Paint and replace or
+ discard the old version, you will lose changes made by following the
+ instructions above, so keep backups of your new content (stamps,
+ brushes, etc.).
Tux Paint also looks for files in a "TuxPaint" folder that you can
place in your system's "Application Support" folder (found under
@@ -77,9 +78,10 @@ Where Files Go
/Users/(user name)/Library/Application Support/TuxPaint/
- When you upgrade to a newer version of Tux Paint, the contents of this
- TuxPaint folder will stay the same and remain accessible by all users
- of Tux Paint.
+ When you upgrade to a newer version of Tux Paint, the contents of
+ this TuxPaint folder will stay the same and remain accessible by all
+ users of Tux Paint.
+
----------------------------------------------------------------------
Personal Files
@@ -96,10 +98,10 @@ Where Files Go
Mac OS X
- Your personal Tux Paint folder is stored in your "Application Support"
- folder:
+ Your personal Tux Paint folder is stored in your "Application
+ Support" folder:
- /Users/(user name)/Library/Application Support/TuxPaint/
+ /Users/(user name)/Library/Application Support/ TuxPaint/
Linux and Unix
@@ -494,10 +496,10 @@ Fonts
(that will come out as white in Tux Paint), and save it as a PNG
format file.
- Note: A common mistake is to make the image black and white, rather
- than black and transparent. Unless there are transparent zones in the
- 'starter' image, all drawing done by the user in Tux Paint will be
- covered up by the 'starter'.
+ Note: Previous to Tux Paint 0.9.21, images needed to be black and
+ transparent. As of 0.9.21, if a Starter is black and white, with no
+ transparency, white will be converted to transparent when the Starter
+ is opened.
Scene-Style
diff --git a/docs/FAQ.txt b/docs/FAQ.txt
index 230b160c1..447afc136 100644
--- a/docs/FAQ.txt
+++ b/docs/FAQ.txt
@@ -1,14 +1,14 @@
Tux Paint
- version 0.9.21
+ version 0.9.22
Frequently Asked Questions
- Copyright 2002-2008 by Bill Kendrick and others
+ Copyright 2002-2009 by Bill Kendrick and others
New Breed Software
bill@newbreedsoftware.com
http://www.tuxpaint.org/
- September 14, 2002 - September 18, 2008
+ September 14, 2002 - July 1, 2009
Drawing-related
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt
index 138fc59b7..4592ebea7 100644
--- a/docs/INSTALL.txt
+++ b/docs/INSTALL.txt
@@ -79,6 +79,13 @@ Requirements:
http://www.debian.org/
+ FriBiDi
+ -------
+ As of Tux Paint 0.9.21, Tux Paint's "Text" tool supports bidirectional
+ languages, thanks to the FriBiDi library:
+
+ http://fribidi.org/
+
SVG graphics support
--------------------
As of Tux Paint 0.9.17, Tux Paint can load SVG
diff --git a/docs/OPTIONS.txt b/docs/OPTIONS.txt
index 640bd1c4c..7aae4806f 100644
--- a/docs/OPTIONS.txt
+++ b/docs/OPTIONS.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.21
+ version 0.9.22
Options Documentation
@@ -9,7 +9,7 @@ Options Documentation
bill@newbreedsoftware.com
http://www.tuxpaint.org/
- May 31, 2009
+ July 1, 2009
----------------------------------------------------------------------
diff --git a/docs/README.txt b/docs/README.txt
index 2ab8a82b5..046e7b4cb 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.21
+ version 0.9.22
A simple drawing program for children
@@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.tuxpaint.org/
- June 14, 2002 - April 28, 2009
+ June 14, 2002 - July 1, 2009
----------------------------------------------------------------------
diff --git a/docs/html/ADVANCED-STAMPS-HOWTO.html b/docs/html/ADVANCED-STAMPS-HOWTO.html
index 5032926ba..2014c8337 100644
--- a/docs/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/html/ADVANCED-STAMPS-HOWTO.html
@@ -11,7 +11,7 @@ alink="#FF00FF">
alt="Tux Paint">
version
-0.9.21
+0.9.22
Advanced Stamps HOWTO
@@ -21,7 +21,7 @@ New Breed Software
albert@users.sf.net
http://www.tuxpaint.org/
March 8, 2006 - July 7, 2008
+March 8, 2006 - July 1, 2009
diff --git a/docs/html/EXTENDING.html b/docs/html/EXTENDING.html index 5d38b2a13..95759516d 100644 --- a/docs/html/EXTENDING.html +++ b/docs/html/EXTENDING.html @@ -12,18 +12,18 @@ alt="Tux Paint">Copyright 2002-2008 by Bill Kendrick and others
+
Copyright 2002-2009 by Bill Kendrick and others
New Breed Software
bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 14, 2002 - July 10, 2008
+June 14, 2002 - July 1, 2009
Note: A common mistake is to make the image black and white, - rather than black and transparent. Unless there are transparent zones - in the 'starter' image, all drawing done by the user in - Tux Paint will be covered up by the 'starter'.
+Note: Previous to Tux Paint 0.9.21, images needed to be + black and transparent. As of 0.9.21, if a Starter is black and white, + with no transparency, white will be converted to transparent when the + Starter is opened.
Scene-Style diff --git a/docs/html/FAQ.html b/docs/html/FAQ.html index 22466b783..847cff005 100644 --- a/docs/html/FAQ.html +++ b/docs/html/FAQ.html @@ -11,18 +11,18 @@ alink="#FF00FF"> alt="Tux Paint">Copyright 2002-2008 by Bill Kendrick and others
+
Copyright 2002-2009 by Bill Kendrick and others
New Breed Software
bill@newbreedsoftware.com
http://www.tuxpaint.org/
September 14, 2002 - September 18, 2008
+September 14, 2002 - July 1, 2009
May 31, 2009
+July 1, 2009
diff --git a/docs/html/README.html b/docs/html/README.html index dfa7d8024..724db6a13 100644 --- a/docs/html/README.html +++ b/docs/html/README.html @@ -12,7 +12,7 @@ alt="Tux Paint">June 14, 2002 - - April 28, 2009
+ July 1, 2009 diff --git a/macosx/Info.plist b/macosx/Info.plist index ff228f565..cba2ca1c7 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -7,7 +7,7 @@