diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 9c7cd9e4d..af28d300e 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
-2024.September.16 (0.9.34)
+2024.September.17 (0.9.34)
* New Magic Tools:
----------------
* WIP "Comic Dots", draws repeating dots (using a multiply blend)
@@ -14,7 +14,6 @@ https://tuxpaint.org/
Bill Kendrick
- TODO needs icons
- TODO needs sound effects
- - TODO needs documentation
Closes https://sourceforge.net/p/tuxpaint/feature-requests/257/
* Improvements to Fill tool:
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index 0dd3dd2eb..133816dc2 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -102,7 +102,7 @@
- September 16, 2024
+ September 17, 2024
New brushes
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index 9d9dc8517..f85e0df2c 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- septiembre 16, 2024
+ septiembre 17, 2024
New brushes
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index 14305f506..f44711dd6 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- septembre 16, 2024
+ septembre 17, 2024
New brushes
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html
index f9dda86de..61041f659 100644
--- a/docs/gl_ES.UTF-8/html/README.html
+++ b/docs/gl_ES.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 16 de Setembro de 2024
+ 17 de Setembro de 2024
New brushes
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/docs/html/images/magic_examples/comic_dots.png b/docs/html/images/magic_examples/comic_dots.png
new file mode 100644
index 000000000..38d7105e8
Binary files /dev/null and b/docs/html/images/magic_examples/comic_dots.png differ
diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html
index 4b2d0c721..04e8628d0 100644
--- a/docs/is_IS.UTF-8/html/README.html
+++ b/docs/is_IS.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- september 16, 2024
+ september 17, 2024
New brushes
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html
index 2312727d7..c0b4d3829 100644
--- a/docs/ja_JP.UTF-8/html/README.html
+++ b/docs/ja_JP.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 2024年9月16日
+ 2024年9月17日
ブラシの追加
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html
index 00cbbcedc..32d490a70 100644
--- a/docs/sq_AL.UTF-8/html/README.html
+++ b/docs/sq_AL.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 16 shtator 2024
+ 17 shtator 2024
New brushes
New brushes for the Paint and Lines tools: Fluff (gradient).
+
+ New Magic tool: Comic dots
+ Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
diff --git a/magic/magic-docs/en/comic_dots.txt b/magic/magic-docs/en/comic_dots.txt
new file mode 100644
index 000000000..67568a165
--- /dev/null
+++ b/magic/magic-docs/en/comic_dots.txt
@@ -0,0 +1,21 @@
+ Tux Paint "Magic" Tool: Comic Dots
+
+ Group: Painting
+
+ Author: Bill Kendrick
+
+Draws a repeating dot pattern, simulating the "Ben Day process" used in early
+comic books.
+
+This tool is operated in a freehand fashion.
+
+This tool offers multiple size settings.
+
+This tool offers color choices.
+
+See also: Halftone.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/en/halftone.txt b/magic/magic-docs/en/halftone.txt
index f7ac91e07..e731a21fd 100644
--- a/magic/magic-docs/en/halftone.txt
+++ b/magic/magic-docs/en/halftone.txt
@@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
This tool offers both freehand and one-click operation.
+See also: Comic Dots.
+
-------------------------------------------------------------------------------
Tux Paint 0.9.34
diff --git a/magic/magic-docs/en/html/comic_dots.html b/magic/magic-docs/en/html/comic_dots.html
new file mode 100644
index 000000000..f691e97f5
--- /dev/null
+++ b/magic/magic-docs/en/html/comic_dots.html
@@ -0,0 +1,18 @@
+
+Tux Paint "Magic" Tool: Comic Dots
+
+
+
+Tux Paint "Magic" Tool: Comic Dots
+Group: Painting
+
+Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+
+This tool is operated in a freehand fashion.
+This tool offers multiple size settings.
+This tool offers color choices.
+See also: Halftone.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/en/html/halftone.html b/magic/magic-docs/en/html/halftone.html
index 0fc192fe5..f97b5a67b 100644
--- a/magic/magic-docs/en/html/halftone.html
+++ b/magic/magic-docs/en/html/halftone.html
@@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa
This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.

This tool offers both freehand and one-click operation.
+See also: Comic Dots.
Tux Paint 0.9.34