diff --git a/TODO b/TODO index f8cbc94..0e4cf9a 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.134 2007/01/08 08:33:18 tundra Exp $ +$Id: TODO,v 1.135 2007/01/08 17:55:43 tundra Exp $ twander 3 ========= @@ -18,21 +18,6 @@ - Offer option to suppress symbolic link expansion, and show only as a file or directory. -- Fix this or offer an option to turn off canonicalization. - - > One notable thing is that symlinks are not shown as they exist, but - > expanded. For example, I have: - > - > 19:49:32 0 pinard@phenix:~ $ ls -l .Blog - > lrwxrwxrwx 1 pinard bpi 8 2005-08-05 19:26 .Blog -> etc/Blog - > - > but Twander expands the definition to: - > - > .Blog -> /bpi/phenix/home/pinard/etc/Blog - > - > It might be cleaner and more informative to show the link as defined, - > rather than to show an expansion of this definition. Do you agree? - - 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 @@ -66,6 +51,9 @@ literally in the Shortcut Menu. twander cannot know what the value of the variable will be until you actually press the relevant shortcut key. +- Symbolic links are now expanded to display target as defined rather + than the absolute path. If you prefer the old behavior, you can + set RESOLVSYMLINKS to True (default: False) Version 4 Future