Fixed bug introduced in previous commit.
[elpher.git] / NOTES.org
index 8e19e10..fbc0eb2 100644 (file)
--- a/NOTES.org
+++ b/NOTES.org
@@ -20,12 +20,25 @@ parent links when using a cached node in place of a new node.  (Maybe
 I always update node.parent unless parent is already an ancestor of
 node?)
 
+** TODO Complete bookmark support implementation
+This is really important, as I can't merge other developments
+in this dev branch back into the master branch as long as this is
+incomplete.
+
 * Selectors
 
-** TODO Implement support for telnet entries
+** DONE Implement support for telnet entries
 Similar to http entries, telnet entries will be handled by code
 external to elpher. However it seems I made http entry handling a
 special case, and I don't want another!  So the only option is to
 bring both http and telnet entries back into the fold by representing
 them both as standard nodes and having the grunt work done by getter
 functions.
+
+* Pain points
+  
+A list of annoyances that need to be fixed.
+
+1. There's no way to determine the address of the current node.
+2. There's no way to determin the address of child node without using the mouse.
+3. Only one elpher buffer can exist at one time.