From 294f6b43fe909196dc36504bce0d57f93164e8bd Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 17 Jan 2016 21:18:19 -0500
Subject: [PATCH] update todo

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

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index d02b23da0..6753ed307 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -360,6 +360,16 @@ Everything else: (A [x] means we've fixed it)
 [ ] revisit cursor logic-- when you leave the boundaries of an object 
     being dragged, for example, the cursor changes to whatever is set for
     the parent (svg, document, etc.).
+[ ] Consider:
+    [pd foo]
+    |
+    [print]
+
+    1) Go inside [pd foo] and clear the [outlet]
+    2) In the [pd foo] window, click "Undo" in the menu
+    3) Bug!  Notice that the connection between [pd foo]---[print] does
+       not get recreated. I also noted that it isn't just a drawing
+       problem-- the connection doesn't happen at all in Pd.
 [ ] currently you can't send a message to the GUI with a single
     array parameter:
     gui_start_vmess("some_message", "");
-- 
GitLab