Mercurial > geeqie.yaz
diff TODO @ 66:ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
* collect-io.c, thumb_standard.c: Do not ignore return value from
g_list_append as newer versions of gtk now set a warning flag.
* utilops.c: Add new auto rename option to enter formatted text, which
uses * and # characters to symbolize original filename and numerical
value (respectively) in new filenames.
author | gqview |
---|---|
date | Fri, 01 Sep 2006 06:39:36 +0000 |
parents | e29c291e106b |
children | f63ecca6c087 |
line wrap: on
line diff
--- a/TODO Mon Aug 15 22:32:57 2005 +0000 +++ b/TODO Fri Sep 01 06:39:36 2006 +0000 @@ -89,9 +89,14 @@ > folder tree view shortcuts for expanding/collapsing leak through to the main window (+,-,*,/, etc.), figure what behavior is desired and fix this. +d> add a formatted auto-rename option, such that simply typing new_file_name_*_### will result in + renaming to file with * replaced by original name without extension, and ### by ascending number, + and maintain extension. + --- Doc updates: > default edit commands not described. + > add formatted rename option. -------------