1 WHATSNEW For 'tren' 1.242 (Mon Aug 1 13:08:02 CDT 2011) 2 ---------------------------------------------------------------------- 3 4 Updated code for backward compatility with versions of Python prior 5 to 2.6.x. 6 7 8 WHATSNEW For 'tren' 1.239 (Wed Nov 17 20:33:41 CST 2010) 9 ---------------------------------------------------------------------- 10 11 12 FIXED: Backups weren't being properly named. 13 14 FIXED: Changed TREN envvar processing to properly parse quoting. 15 16 FIXED: Each renaming target must either be something that exists or a 17 wildcard that expands to something that exists. Formerly, 18 nonexistent renaming targets were silently ignored. 19 20 NEW: Debug now shows the incremental change to each file name as each 21 renaming request is applied left-to-right. Use -dq to see this 22 more clearly. 23 24 NEW: The environment variable TRENINCL is now supported. 25 This allows you to specify a path to search when 26 looking for include files. 27 28 NEW: Implemented /NAMESOFAR/ renaming token. 29 30 NEW: Added -e type case conversion option - new kind of renaming request. 31 32 c - Capitalize 33 l - Lower 34 s - Swap case 35 t - Title -> Char's following non-alpha are capitalized 36 u - Upper 37 38 NEW: Added -T option to allow user to "target" a substring of 39 the full filename for renaming 40 41 OTHER: Documentation additions and updates including 42 clarification of old features, description of 43 new features, and improved table-of-contents 44 for PDF and PS document formats. 45 46 47 WHATSNEW For 'tren' 1.217 (Fri Apr 23 13:43:44 CDT 2010) 48 ---------------------------------------------------------------------- 49 50 First public release. 51