diff --git a/TODO b/TODO index b707550..81afd14 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.132 2007/01/08 04:26:15 tundra Exp $ +$Id: TODO,v 1.133 2007/01/08 08:11:20 tundra Exp $ twander 3 ========= @@ -33,8 +33,6 @@ > 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? -- Support tilde (~/) expansion in config file. - - 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 @@ -49,6 +47,16 @@ - Removed trailing spaces from lines in sample configuration file. +- Directory Shortcut Definitions may now contain references to + variables (user-defined, environment, or execution). This + enables definitions like: + + ~ = [$HOME] + + DIRSC1 = [~]/Desktop # User-defined variable + DIRSC3 = [$HOME] # Environment variable + DIRSC5 = [`echo "/tmp"`] # Execution variable (but silly) + Version 4 Future ================