diff --git a/TODO b/TODO index ad7b2fe..146c8b8 100644 --- a/TODO +++ b/TODO @@ -1,53 +1,20 @@ -$Id: TODO,v 1.163 2009/07/01 00:56:36 tundra Exp $ +$Id: TODO,v 1.164 2009/07/01 08:02:41 tundra Exp $ Document ======== -- Variable precision display of scaled sizes and SCALEPRECISION - (Default: 1). Note that this does not do proper rounding but merely - blindly displays that many digits of precision. Setting - SCALEPRECISION=0 yields behavior like previous versions of the - program. - -- Associations and association exclusions can now be forced to be - case-insensitive even on Unix-derived systems. Prepending the - "/" symbol to the association/exclusion pattern will cause - 'twander' to collapse case when checking for a match. - - ASSOC ! /*tXt # Exludes files ending in txt, TXT, TxT, TXt, ... - ASSOC /*txT emacs [SELECTION] # Invokes emacs for files ending as above - - Notice that exclusions have higher precedence than associations. - In the example above, files ending in txt, Txt, and so on would - always be excluded and the association with emacs never happen. - -- Any selections and/or the active marker are now properly preserved - if files are added or deleted between rereads of the directory. - Previously, the list of active/selected items was kept by position. - Now it is preserved by name and thus will be correct even if the - position of an item changes in the list. - twander 3 ========= -- ???????? Symbolic links that point to directories are now displayed with a - trailing path separator character (like all conventional - directories). - -- Why do selections change when you first enter a directory and do a - multi select? (/) +Version 4 Future +================ - Remove dependence on mutex module and replace with semaphore/queue model. - - -Version 4 Future -================ - - Variable width columns - More OO model - each instance of the program is an object