diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index fc899dc20..ef32cb147 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -9,10 +9,17 @@ http://www.newbreedsoftware.com/tuxpaint/
2005.November.26 (0.9.15b)
- * Bug Fix:
- --------
+ * Bug Workaround:
+ ---------------
* Japanese TrueType Font did not like being rendered at 16pt, so
- reverted to larger, 18pt size. (Other fonts were fine...?)
+ reverted to larger, 18pt size.
+ (Other fonts were fine. I suspect it is a SDL_ttf or FreeType bug.)
+
+ * Documentation update:
+ ---------------------
+ * "Thick" and "Thin" magic tools were removed, so removed mention
+ of them from README documentation.
+
2005.November.25 (0.9.15)
diff --git a/docs/README.txt b/docs/README.txt
index b846e9676..36d964cb6 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.15
+ version 0.9.15b
A simple drawing program for children
@@ -327,14 +327,6 @@ Available Tools
This makes the picture blocky looking
("pixelated") wherever you drag the mouse.
- Thick
- This makes the darker colors in the picture
- become thicker wherever you drag the mouse.
-
- Thin
- Similar to "Thick," except dark colors become
- thinner (light colors become thicker).
-
Negative
This inverts the colors wherever you drag the
mouse. (e.g., white becomes black, and vice
diff --git a/docs/html/README.html b/docs/html/README.html
index 268b6c2d7..bbfcb923e 100644
--- a/docs/html/README.html
+++ b/docs/html/README.html
@@ -12,7 +12,7 @@ alt="Tux Paint">
version
-0.9.15
+0.9.15b