diff --git a/release-notes.html b/release-notes.html
index 8424c5e..7c97b0c 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -16,6 +16,7 @@
Aug 3rd, 2009
- Remove attributes of gradients if they contain default values
+ - Reduce bezier/quadratic (c/q) segments to their shorthand equivalents (s/t)
diff --git a/scour.py b/scour.py
index 80b9522..44eff5c 100755
--- a/scour.py
+++ b/scour.py
@@ -28,11 +28,9 @@
# TODO: Adapt this script into an Inkscape python plugin
#
# * Process Transformations
-# * Process quadratic Bezier curves
# * Collapse all group based transformations
# Even more ideas here: http://esw.w3.org/topic/SvgTidy
-# * removal of more default attribute values (gradientUnits, spreadMethod, x1, y1, etc)
# * analysis of path elements to see if rect can be used instead?
# * removal of unused attributes in groups:
#
@@ -59,14 +57,14 @@
# This would require my own serialization of the DOM objects (not impossible)
# Next Up:
+# + Remove some attributes that have default values
+# + Convert c/q path segments into shorthand equivalents where possible:
# - add an option for svgweb compatible markup (no self-closing tags)?
# - if a has only one element in it, collapse the (ensure transform, etc are carried down)
# - remove id if it matches the Inkscape-style of IDs (also provide a switch to disable this)
# - prevent elements from being stripped if they are referenced in a