diff --git a/TODO b/TODO index 3398e8b..368e992 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.136 2007/01/08 18:07:07 tundra Exp $ +$Id: TODO,v 1.137 2007/01/08 20:43:48 tundra Exp $ twander 3 ========= @@ -15,9 +15,6 @@ initialized on that dir. If not, the files are executed and twander terminates. -- Offer option to suppress symbolic link expansion, and show only - as a file or directory. - - Rethink selection preservation across refreshes. Currently if a new file is added or deleted the selection will move up- or down- accordingly because Tkinter selections are based on index position. See if it @@ -56,6 +53,11 @@ path of the target. A new program option, RESOLVSYMLINKS (default: False) has been introduced. You can get the old behavior by setting this to True. +- A new option, EXPANDSYMLINKS (default: True) has been added. By setting + this option to False, the targets of symbolic links will not be + displayed, only the link name itself thereby displaying symbolic + links as you would any other file. + Version 4 Future ================