From c073e97f40c1342b1dfe32cbc34ceeb5efe89d26 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 28 Jan 2016 19:30:52 -0500
Subject: [PATCH] update todo

---
 pd/nw/todo.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index b2dcb31b2..0cadd9819 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -141,12 +141,14 @@ Everything else: (A [x] means we've fixed it)
         (void *x, "msg", "arg_format", ...)
     or as it currently looks, like this:
         ("msg", "arg_format", ...)
-[ ] same for "*fixed spaces in old UI objects that were converted to \t..."
+[x] same for "*fixed spaces in old UI objects that were converted to \t..."
     262447434c3548c53bc0b52e7f5bb5431b233311
     NB: this commit uses the vertical tab as a hack for putting spaces
     inside gatom labels. But I'm currently using vertical tab as a hack
     to delimit commands sent to the GUI.  So for now, this commit will
     will not get ported.
+    (Note: doesn't seem like I need this. Spaces appear just fine inside
+     gatoms.)
 [ ] same for "*fixed font positioning on 14.04+ releases"
     9edc6ca98e141174b86ebe5cdf406fe7e47845d5
     NB: this commit affects the old GUI.  Need to revisit it with the new
-- 
GitLab