diff --git a/TODO b/TODO index 386fa1c..427cbcb 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,26 @@ -$Id: TODO,v 1.172 2011/01/06 15:11:06 tundra Exp $ +Hey Tim, + +I found a broken link on +http://www.tundraware.com/Software/twander/twander.html and since I was +researching computer science and needed the page, I found an updated article +online. + +The broken link to "Howto for Python" is +http://www.amk.ca/python/howto/regex/ and I found an article on the front +page of http://www.onlinecomputersciencedegree.com/ if you wanted to fix it. +Click the tab "Beginner Python Tutorials" to get to the article. + +Figure I'd send you an email because others may need that link for the same +reasons! + +Thanks! + + +Angela Hill +angela.hill88@gmail.com + + +$Id: TODO,v 1.173 2011/05/21 20:29:41 tundra Exp $ Document @@ -40,6 +62,12 @@ Version 4 Future ================ + +- Autocomplete commands + +- Incremental search/completion within current view and + when selecting new directory. + - Remove dependence on mutex module and replace with semaphore/queue model.