diff --git a/release-notes.html b/release-notes.html
index 6d0cf0d..230a32f 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -9,6 +9,24 @@
Copyright 2009, Jeff Schiller
+
+
+
+
+ - convert gradient stop offsets from percentages to float
+ - convert gradient stop offsets to integers if possible (0 or 1)
+ - fix bug in line-to-hz conversion
+ - handle non-ASCII characters (Unicode)
+ - remove empty line or curve segments from path
+ - added option to prevent style-to-xml conversion
+ - handle compressed svg (svgz) on the input and output
+ - added total time taken to the report
+ - Removed XML pretty printing because of this problem.
+
+
+
diff --git a/scour.py b/scour.py
index e8e5cd9..5cf99fe 100755
--- a/scour.py
+++ b/scour.py
@@ -34,8 +34,6 @@
# * Convert RGB colours from RGB(r,g,b) to #RRGGBB format
# * Convert RGB colours from #RRGGBB to #RGB if possible
# * Clean up paths
-# * Detect vertical/horizontal lines and replace.
-# * Eliminate empty path segments
# * Eliminate last segment in a polygon
# * Collapse straight curves.
# * Process Transformations
@@ -46,14 +44,7 @@
# * Put id attributes first in the serialization (or make the d attribute last)
# Next Up:
-# + convert gradient stop offsets from percentages to float
-# + convert gradient stop offsets to integers if possible (0 or 1)
-# + fix bug in line-to-hz conversion
-# + handle non-ASCII characters (Unicode)
-# + remove empty line or curve segments from path
-# + added option to prevent style-to-xml conversion
-# + handle compressed svg (svgz) on the input and output
-# - display how long it took to scour the file in the report
+# - text elements are shoved over to the right
# - prevent elements from being stripped if they are referenced in a