2020-11-07 |
force use of python 2.x interpreter, update copyright and version
tundra
committed
on 7 Nov 2020
|
---|---|
2020-10-25 |
use 2to3 to make compatible with python3
tundra
committed
on 25 Oct 2020
|
2015-01-27 |
*** empty log message ***
tundra
committed
on 27 Jan 2015
|
2012-06-09 |
WHATSNEW For 'tren' 1.242 (Sat Jun 9 15:21:59 CDT 2012)
tundra
committed
on 9 Jun 2012
|
Fixed typo in editor string.
tundra
committed
on 9 Jun 2012
|
|
WHATSNEW For 'tren' 1.242 (Sat Jun 9 15:20:53 CDT 2012)
tundra
committed
on 9 Jun 2012
|
|
Added editor information.
tundra
committed
on 9 Jun 2012
|
|
Fixed typo.
tundra
committed
on 9 Jun 2012
|
|
Updated to latest, standard 'makefile'.
tundra
committed
on 9 Jun 2012
|
|
Fixed problem with separator on housekeeping targets.
tundra
committed
on 9 Jun 2012
|
|
|
|
2011-08-01 |
WHATSNEW For 'tren' 1.242 (Mon Aug 1 13:09:24 CDT 2011)
tundra
committed
on 1 Aug 2011
|
Updated copyright.
tundra
committed
on 1 Aug 2011
|
|
Updated info on what version of Python is required to reflect fallback to older style exception handling.
...
tundra
committed
on 1 Aug 2011
|
|
Reverted to older form of 'exception' statement for compatibility with legacy python installations.
tundra
committed
on 1 Aug 2011
|
|
2010-12-30 |
Got rid of extra brackets in usage summary line.
tundra
committed
on 30 Dec 2010
|
2010-11-18 |
Fixed grammar typo.
tundra
committed
on 18 Nov 2010
|
Fixed typo.
tundra
committed
on 18 Nov 2010
|
|
2010-11-17 |
WHATSNEW For 'tren' 1.239 (Wed Nov 17 20:34:09 CST 2010)
tundra
committed
on 17 Nov 2010
|
WHATSNEW For 'tren' 1.239 (Wed Nov 17 20:14:00 CST 2010)
tundra
committed
on 17 Nov 2010
|
|
WHATSNEW For 'tren' 1.239 (Wed Nov 17 13:54:31 CST 2010)
tundra
committed
on 17 Nov 2010
|
|
Added material on how include files can change default behaviors and
...
tundra
committed
on 17 Nov 2010
|
|
Added material on quoting within include files.
tundra
committed
on 17 Nov 2010
|
|
2010-11-16 |
Cleanup and formatting.
tundra
committed
on 16 Nov 2010
|
Added reference to -d in the Multiple Substitutions description.
...
tundra
committed
on 16 Nov 2010
|
|
Formatting and typo cleanups.
tundra
committed
on 16 Nov 2010
|
|
Finished documenting -T and slice notation.
tundra
committed
on 16 Nov 2010
|
|
2010-10-18 |
Added section on limiting the portion of the name targeted using -T.
...
tundra
committed
on 18 Oct 2010
|
2010-10-07 |
Minor comment cleanup.
tundra
committed
on 7 Oct 2010
|
2010-09-08 |
|
Documented -e option.
tundra
committed
on 8 Sep 2010
|
|
2010-09-07 |
Documented /NAMESOFAR/.
tundra
committed
on 7 Sep 2010
|
Documented new debug feature that shows incremental file name changes.
...
tundra
committed
on 7 Sep 2010
|
|
Changed how slice parsing takes place to allow constructs like -T3:-4 to work.
tundra
committed
on 7 Sep 2010
|
|
2010-08-29 |
Fixed bug in case-insensitive replacement introduced by last checkin.
tundra
committed
on 29 Aug 2010
|
Fixed bugs introduced by -T logic. This removed the 'name' variable from ProcessRenameRequests().
tundra
committed
on 29 Aug 2010
|
|
Fixed verbatim sections that needed to be wrapped for proper pdf/ps output.
...
tundra
committed
on 29 Aug 2010
|
|
2010-08-27 |
Cleaned up rules for generating pdfs and ps files and enabled parskip option for latex.
tundra
committed
on 27 Aug 2010
|
Re-intented table.
tundra
committed
on 27 Aug 2010
|
|
WHATSNEW For 'tren' 1.235 (Fri Aug 27 15:20:52 CDT 2010)
tundra
committed
on 27 Aug 2010
|
|
Changed emacs invocation to not use X.
tundra
committed
on 27 Aug 2010
|
|
|
|
Broke up example command line so it would fit properly on PDF and PS output.
tundra
committed
on 27 Aug 2010
|
|
Changed table indent to get rid of LaTeX error.
tundra
committed
on 27 Aug 2010
|
|
rst2latex -> rst2newlatex
tundra
committed
on 27 Aug 2010
|
|
WHATSNEW For 'tren' 1.235 (Fri Aug 27 12:11:59 CDT 2010)
tundra
committed
on 27 Aug 2010
|
|
Documented TRENINCL
tundra
committed
on 27 Aug 2010
|
|
Minor comment change.
tundra
committed
on 27 Aug 2010
|
|
BUGFIX: Backups were being incorrectly named and created.
tundra
committed
on 27 Aug 2010
|
|
Fixed oldname intialization bug introduced during -T implementation.
tundra
committed
on 27 Aug 2010
|
|
Finished implementing -T option.
tundra
committed
on 27 Aug 2010
|
|
2010-08-26 |
First cut at renaming target substring selection (-T). Still incomplete.
tundra
committed
on 26 Aug 2010
|
2010-08-25 |
Added -e to command line string template in usage output.
tundra
committed
on 25 Aug 2010
|
Implemented /NAMESOFAR/ renaming token.
tundra
committed
on 25 Aug 2010
|
|
Fixed problem wherein nonexistent files or wildcards named as rename targets would be silently ignored.
tundra
committed
on 25 Aug 2010
|
|
Fixed misleading comment.
tundra
committed
on 25 Aug 2010
|
|
Implemented debug support for showing the sequence of renaming steps.
tundra
committed
on 25 Aug 2010
|
|
Sorted list of case conversion options displayed when user enters one that is invalid.
tundra
committed
on 25 Aug 2010
|
|
Finished implementing case conversion renaming request support.
tundra
committed
on 25 Aug 2010
|
|
2010-08-19 |
Added support for case conversion function dispatch table and command validation of such requests.
tundra
committed
on 19 Aug 2010
|
Put in basic scaffolding for forced case conversions.
tundra
committed
on 19 Aug 2010
|
|
2010-08-11 |
Removed trailing period from renaming information message.
tundra
committed
on 11 Aug 2010
|
2010-08-10 |
Fixed $TREN parsing to use shlex.split instead of splitting on spaces.
tundra
committed
on 10 Aug 2010
|
Fixed bug in include file processing - line is now parsed with shlex.split().
tundra
committed
on 10 Aug 2010
|
|
2010-06-25 |
Implemented TRENINCL path search support for include files.
tundra
committed
on 25 Jun 2010
|
2010-06-01 |
Minor correction of emphasis in first Danger message.
tundra
committed
on 1 Jun 2010
|
2010-04-23 |
WHATSNEW For 'tren' 1.217 (Fri Apr 23 13:43:58 CDT 2010)
tundra
committed
on 23 Apr 2010
|
First complete, release-ready documentation.
tundra
committed
on 23 Apr 2010
|
|
Integrated DML's edits.
tundra
committed
on 23 Apr 2010
|
|
2010-04-08 |
WHATSNEW For 'tren' 1.217 (Thu Apr 8 10:37:44 CDT 2010)
tundra
committed
on 8 Apr 2010
|
Removed README.1st from release distribution.
tundra
committed
on 8 Apr 2010
|
|
Removed pre-compilation of program.
tundra
committed
on 8 Apr 2010
|
|
2010-04-07 |
WHATSNEW For 'tren' 1.217 (Wed Apr 7 18:30:17 CDT 2010)
tundra
committed
on 7 Apr 2010
|
WHATSNEW For 'tren' 1.217 (Wed Apr 7 18:01:34 CDT 2010)
tundra
committed
on 7 Apr 2010
|
|
|
|
Completed common tasks and idioms.
tundra
committed
on 7 Apr 2010
|
|
Completed odds and ends.
tundra
committed
on 7 Apr 2010
|
|
|
|
|
|
Minor edits of alphabet section.
tundra
committed
on 7 Apr 2010
|
|
2010-04-06 |
Wrote section on alphabet definition and use.
tundra
committed
on 6 Apr 2010
|
2010-04-05 |
Minor change to alphabet error messages.
tundra
committed
on 5 Apr 2010
|
Completed section of general format of SRTs.
tundra
committed
on 5 Apr 2010
|
|
Completed time related attribute renaming tokens.
tundra
committed
on 5 Apr 2010
|
|
Cleanup of the general attribute renaming tokens.
tundra
committed
on 5 Apr 2010
|
|
2010-04-03 |
Finished section on general attribute renaming tokens.
tundra
committed
on 3 Apr 2010
|
2010-04-02 |
Began documenting general attribute renaming tokens.
tundra
committed
on 2 Apr 2010
|
Minor cleanup.
tundra
committed
on 2 Apr 2010
|
|
2010-04-01 |
Minor edits.
tundra
committed
on 1 Apr 2010
|
Many small edits and cleanup of the renaming tokens material.
tundra
committed
on 1 Apr 2010
|
|
Further scaffolding for documenting the renaming tokens.
tundra
committed
on 1 Apr 2010
|
|
|
|
Many small edits and cleanups in the renaming token material.
tundra
committed
on 1 Apr 2010
|
|
2010-03-30 |
Corrected ComputeSeqString() to properly count and roll over no matter whether fmt or incr is longer.
...
tundra
committed
on 30 Mar 2010
|
2010-03-29 |
Minor edits.
tundra
committed
on 29 Mar 2010
|
Clarified distinction between attribute- and sequence renaming tokens a bit more using common token name as an example.
tundra
committed
on 29 Mar 2010
|
|
|
|
Fixed bug that crashed program if specified environment variable did not exist.
tundra
committed
on 29 Mar 2010
|
|
Added TOC.
tundra
committed
on 29 Mar 2010
|
|
Edited the file metadata section.
tundra
committed
on 29 Mar 2010
|
|
Added section on file metadata use for renaming tokens.
tundra
committed
on 29 Mar 2010
|
|
Cleaned up introductory renaming token section.
tundra
committed
on 29 Mar 2010
|
|
Finished section on case sensitivity.
tundra
committed
on 29 Mar 2010
|
|
Cleaned up the section on use of regular expressions.
tundra
committed
on 29 Mar 2010
|
|
2010-03-28 |
Added -b option and general explanation of forced renaming features.
tundra
committed
on 28 Mar 2010
|
Implemented -b option to suppress backups during forced renaming.
tundra
committed
on 28 Mar 2010
|
|
2010-03-26 |
Minor edits.
tundra
committed
on 26 Mar 2010
|
Wrote section on renaming token/renaming request collisions.
tundra
committed
on 26 Mar 2010
|
|
Added description of partial literal renaming requests and name length limitations.
tundra
committed
on 26 Mar 2010
|
|
2010-03-25 |
Finished section on command line pitfalls.
tundra
committed
on 25 Mar 2010
|
Started writing additional section on command line pitfalls.
tundra
committed
on 25 Mar 2010
|
|
|
|
Wrote tutorial on instances.
tundra
committed
on 25 Mar 2010
|
|
Added section on managing complexity.
tundra
committed
on 25 Mar 2010
|
|
2010-03-23 |
Added section on controlling program output.
tundra
committed
on 23 Mar 2010
|
|
|
Section header formatting.
tundra
committed
on 23 Mar 2010
|
|
Added Binary alphabet.
tundra
committed
on 23 Mar 2010
|
|
More minor edits.
tundra
committed
on 23 Mar 2010
|
|
Minor edits.
tundra
committed
on 23 Mar 2010
|
|
Began working on tutorial section.
tundra
committed
on 23 Mar 2010
|
|
Further cleanup of the options section.
tundra
committed
on 23 Mar 2010
|
|
Completed options synopsis.
tundra
committed
on 23 Mar 2010
|
|
Update to usage information.
tundra
committed
on 23 Mar 2010
|
|
Updated the help screen.
tundra
committed
on 23 Mar 2010
|
|
Corrected test mode so it properly tracks existing and newly created files as they would occur.
tundra
committed
on 23 Mar 2010
|
|
2010-03-19 |
More edits of command line options reference material.
tundra
committed
on 19 Mar 2010
|
Began editing command line option details.
tundra
committed
on 19 Mar 2010
|
|
Applied glob expansion of targets to all OSs.
tundra
committed
on 19 Mar 2010
|
|
|
|
Minor change to usage information.
tundra
committed
on 19 Mar 2010
|
|
2010-03-18 |
Fixed trailing separator bug in pathname that made Windows report differently on root directory file renames.
tundra
committed
on 18 Mar 2010
|
Implemented remainder of win32all support.
tundra
committed
on 18 Mar 2010
|
|
Minor cleanup to usage infrormation.
tundra
committed
on 18 Mar 2010
|
|
Abstracted out the strings returned for /USER/ and /GROUP/ on Windows systems when win32all not present.
...
tundra
committed
on 18 Mar 2010
|
|
Put in basic framework for handling user- and group names for both Posix and Windows systems.
...
tundra
committed
on 18 Mar 2010
|
|
Added *WDAY file time renaming tokens.
tundra
committed
on 18 Mar 2010
|
|
Tightened up use of FILETIMETOKS when computing nDATE orders in __init__().
tundra
committed
on 18 Mar 2010
|
|
2010-03-17 |
Implemented ADATE, CDATE, and MDATE sequence renaming token support.
tundra
committed
on 17 Mar 2010
|
Implemented sort views, ORDERBYGROUP and ORDERBYUSER.
tundra
committed
on 17 Mar 2010
|
|
2010-03-16 |
Got rid of TOKFILALPHA and SORTBYALPHA. Replaced with SORTBYFNAME to make file- and sequence renaming token names consistent.
tundra
committed
on 16 Mar 2010
|
Fixed bug that caused pathname to be improperly calculated when the the constructure first populated RenameTargets classes.
tundra
committed
on 16 Mar 2010
|
|
Implemented command line alphabet loading, -A option.
tundra
committed
on 16 Mar 2010
|
|
2010-03-15 |
Cleaned up renaming token error messages and fixed bug that happened on null format fields.
tundra
committed
on 15 Mar 2010
|
2010-03-13 |
Changed HEXLOWER and HEXUPPER strings to follow naming conventions of other alphabets.
tundra
committed
on 13 Mar 2010
|
Retooled Sequence renaming token parsing to require an alphabet specification.
tundra
committed
on 13 Mar 2010
|
|
Created dictionary of built-in alphabets and the supporting literals to access it.
...
tundra
committed
on 13 Mar 2010
|
|
2010-03-12 |
|
2010-03-11 |
First cut at a working formatting system for Sequence renaming tokens. Currently hardwared to count in base 10.
tundra
committed
on 11 Mar 2010
|
2010-03-10 |
Fixed bug caused by updating self.NewNames when not in test mode.
tundra
committed
on 10 Mar 2010
|
Implemented -a interactive ask mode.
tundra
committed
on 10 Mar 2010
|
|
Fixed bug that allowed the RAND precision specification to be one character too long.
...
tundra
committed
on 10 Mar 2010
|
|
Implemented the /RAND/ replacement token.
tundra
committed
on 10 Mar 2010
|
|
Fixed bug that cause the program to ignore iterated changes to the original name.
tundra
committed
on 10 Mar 2010
|
|
Implemented basic sequence replacement tokens and their reverses, but without formatting field support.
tundra
committed
on 10 Mar 2010
|
|
2010-03-09 |
Slight code reorganization.
tundra
committed
on 9 Mar 2010
|
Restructured the literals so that both the File Attribute and Sequence renaming tokens use same strings where they are common.
...
tundra
committed
on 9 Mar 2010
|
|
Fixed typo that broke renaming token handling.
tundra
committed
on 9 Mar 2010
|
|
Factored the Tile Time renaming token processing code and made it table drive.
...
tundra
committed
on 9 Mar 2010
|
|
2010-03-08 |
Fixed bug in literal constants for mtime renaming tokens.
tundra
committed
on 8 Mar 2010
|
Redid existing Time Renaming Tokens and implemented all the remaining ones.
tundra
committed
on 8 Mar 2010
|
|
Implemented CDATE renaming token.
tundra
committed
on 8 Mar 2010
|
|
Fixed bug in Command Execution token processing that prevented the use of absolute path references.
tundra
committed
on 8 Mar 2010
|
|
Changed renaming templates: g -> GID, G -> GNAME, L -> LEN, F -> FNAME, u -> UID, U -> UNAME.
...
tundra
committed
on 8 Mar 2010
|
|
2010-03-06 |
Implmenented UID, Uname, GID, and Gname renaming tokens.
tundra
committed
on 6 Mar 2010
|
Implemented File Length renaming token.
tundra
committed
on 6 Mar 2010
|
|
2010-03-05 |
Implemented Filename renaming token.
tundra
committed
on 5 Mar 2010
|
Slight error message cleanup.
tundra
committed
on 5 Mar 2010
|
|
|
|
Implemented /`cmd`/ command execution renaming tokens.
tundra
committed
on 5 Mar 2010
|
|
|
|
Added code to __ResolveRenameTokens() to detect renaming tokens in a string, determine their contents, and flag missing delimiters.
tundra
committed
on 5 Mar 2010
|
|
2010-02-26 |
|
Consolidated all test mode reporting down into __RenameIt() so that -t will also show any required backup operations.
tundra
committed
on 26 Feb 2010
|
|
Fixed a bug that occured when multiple renames iterated over the same filename.
tundra
committed
on 26 Feb 2010
|
|
|
|
Added more bounds checking for individual replacement instance values.
tundra
committed
on 26 Feb 2010
|
|
2010-02-25 |
Changed renaming logic to only rename the instances specified on the command line via -i.
tundra
committed
on 25 Feb 2010
|
Changed -i parsing logic to look for python-style indexes or slice ranges.
tundra
committed
on 25 Feb 2010
|
|
Began implementing new logic for selecting replacement "instances".
...
tundra
committed
on 25 Feb 2010
|
|
2010-02-23 |
Initial revision
tundra
committed
on 23 Feb 2010
|
|
|
2010-02-17 |
Simplified test mode reporting to only show top level renames and not any consequence backups or skips.
...
tundra
committed
on 17 Feb 2010
|
|
|
Began restructuring Rename() and added a new supporting RenameIt() method.
tundra
committed
on 17 Feb 2010
|
|
Added -P option to allow user to specify their own escape character.
tundra
committed
on 17 Feb 2010
|
|
2010-02-12 |
|
2010-02-05 |
More cosmetic cleanup.
tundra
committed
on 5 Feb 2010
|
Changed -v so it dumps and *continues* - this allows its output to be included in a rename output log.
tundra
committed
on 5 Feb 2010
|
|
Minor cosmetic cleanup.
tundra
committed
on 5 Feb 2010
|
|
|
|
Modified ErrorMsg to accept and optional EXIT argument. This gets rid of most of the sys.exit(1)s that littered the code.
...
tundra
committed
on 5 Feb 2010
|
|
Rewrote ProcessIncludes() to properly detect all legal forms of the include option on the command line.
tundra
committed
on 5 Feb 2010
|
|
2010-02-04 |
Cleaned up renaming logic to handle old and new stings that contain spaces.
...
tundra
committed
on 4 Feb 2010
|
Cleaned up the rename code further when handling -r =something.
tundra
committed
on 4 Feb 2010
|
|
|
|
Retooled the renaming algorithm in preparation for adding case-insensitivity.
tundra
committed
on 4 Feb 2010
|
|
2010-02-03 |
Fixed rename logic to only affect the filename portion of the fully qualified pathname string.
tundra
committed
on 3 Feb 2010
|
|
|
2010-02-02 |
Modified the contents of ORDERBYCMDLINE and ORDERBYALPHA to use fully qualified filenames.
tundra
committed
on 2 Feb 2010
|
|
|
Restructured RenRequests to be a single dictionary that now lives in the RenameTargets class.
...
tundra
committed
on 2 Feb 2010
|
|
Changed TGTSEQFLG to a null string so it doesn't show up in debug output.
tundra
committed
on 2 Feb 2010
|
|
More cleanup of debug output for command line and environment info.
tundra
committed
on 2 Feb 2010
|
|
Repackaged program options into the ProgramOptions dictionary instead of being separate global variables.
...
tundra
committed
on 2 Feb 2010
|
|
2010-02-01 |
Implemented GetOldNew to properly parse a -r old=new arg, honoring RENSEP.
tundra
committed
on 1 Feb 2010
|
2010-01-30 |
|
Changed how environment variable and homepage strings are calculated.
tundra
committed
on 30 Jan 2010
|
|
Cleaned up Usage() copyright info and added homepage information.
tundra
committed
on 30 Jan 2010
|
|
Minor edit to copyright message.
tundra
committed
on 30 Jan 2010
|
|
Fixed problem when user specified -I without a space before the filename following as in -Ifile.
tundra
committed
on 30 Jan 2010
|
|
Minor cosmetic change to Usage() output.
tundra
committed
on 30 Jan 2010
|
|
|
|
|
|
|
|
2010-01-29 |
Further slight restructuring of renaming request code.
tundra
committed
on 29 Jan 2010
|
Factored out a common routine, DumpList(), for dumping any list, using any output handler.
...
tundra
committed
on 29 Jan 2010
|
|
Added deletion of unneeded objects at the end of RenameTargets.__init__()
tundra
committed
on 29 Jan 2010
|
|
Added remainder of os.stat() info to RenameTargets for potential sequence renaming token use.
...
tundra
committed
on 29 Jan 2010
|
|
2010-01-28 |
|
Factored and cleaned up sequence building logic in RenameTargets.
...
tundra
committed
on 28 Jan 2010
|
|
Added code to sort entries alphabetically if more than one has same ctime or size.
...
tundra
committed
on 28 Jan 2010
|
|
2010-01-27 |
Fixed sequence list construction to preserve all files that share idential ctimes/sizes.
...
tundra
committed
on 27 Jan 2010
|
Added logic to dump sequence information from rename objects.
tundra
committed
on 27 Jan 2010
|
|
Added logic to more cleanly handle long error and debug messages.
tundra
committed
on 27 Jan 2010
|
|
2010-01-26 |
Began constructing the renaming targets object and associated debug support.
tundra
committed
on 26 Jan 2010
|
2010-01-25 |
Got rid of superfluous DumpState() at end of option parsing.
tundra
committed
on 25 Jan 2010
|
Reintroduced ability to get debug dump as often as we like with multiple command line '-d's.
...
tundra
committed
on 25 Jan 2010
|
|
Cleanup of debug structure and logic.
tundra
committed
on 25 Jan 2010
|
|
Added logic to subdivide command line into "opts... targets..." pairs.
tundra
committed
on 25 Jan 2010
|
|
|
|
2010-01-22 |
WHATSNEW For 'tren' 1.107 (Fri Jan 22 19:14:35 CST 2010)
tundra
committed
on 22 Jan 2010
|
WHATSNEW For 'tren' 1.107 (Fri Jan 22 19:13:49 CST 2010)
tundra
committed
on 22 Jan 2010
|
|
|
|
Added code to handle comments in include files.
tundra
committed
on 22 Jan 2010
|
|
Documented the limit on inclusions.
tundra
committed
on 22 Jan 2010
|
|
Limited number of includes to 50 to catch circular references.
tundra
committed
on 22 Jan 2010
|
|
|
|
|
|
2010-01-21 |
|
|
|
Moved -b to correct location in SYNOPSIS.
tundra
committed
on 21 Jan 2010
|
|
|
|
2010-01-20 |
Many typos and minor edits fixed.
tundra
committed
on 20 Jan 2010
|
|
|
|
|
First complete document.
tundra
committed
on 20 Jan 2010
|
|
Began cleanup of renaming token details.
tundra
committed
on 20 Jan 2010
|
|
|
|
2010-01-19 |
|
Further minor edits.
tundra
committed
on 19 Jan 2010
|
|
Typos
tundra
committed
on 19 Jan 2010
|
|
More work on templates.
tundra
committed
on 19 Jan 2010
|
|
2010-01-18 |
Further cleanup of the Sequence Renaming Tokens section.
tundra
committed
on 18 Jan 2010
|
2010-01-16 |
Minor formatting.
tundra
committed
on 16 Jan 2010
|
Minor cleanup.
tundra
committed
on 16 Jan 2010
|
|
Filled in more of the sequence renaming token material.
tundra
committed
on 16 Jan 2010
|
|
|
|
Minor edits.
tundra
committed
on 16 Jan 2010
|
|
Continued documenting renaming tokens.
tundra
committed
on 16 Jan 2010
|
|
|
|
|
|
2010-01-15 |
|
Formatting.
tundra
committed
on 15 Jan 2010
|
|
Fixed minor typo/formatting.
tundra
committed
on 15 Jan 2010
|
|
|
|
Modified license to make 'tren' free for all users.
tundra
committed
on 15 Jan 2010
|
|
Finished long description replacing Rename By Date with Rename By Pattern.
tundra
committed
on 15 Jan 2010
|
|
2010-01-14 |
Minor edits and formatting cleanup.
tundra
committed
on 14 Jan 2010
|
Added -b and -e options.
tundra
committed
on 14 Jan 2010
|
|
Some slight reformatting.
tundra
committed
on 14 Jan 2010
|
|
Edits and cleanup to the options section.
tundra
committed
on 14 Jan 2010
|
|
Finshed options section and began filling in Description.
tundra
committed
on 14 Jan 2010
|
|
|
|
Minor edits.
tundra
committed
on 14 Jan 2010
|
|
Created overall structure and began adding content for command line options.
tundra
committed
on 14 Jan 2010
|
|
WHATSNEW For 'tren' 1.100 (Thu Jan 14 12:26:34 CST 2010)
tundra
committed
on 14 Jan 2010
|
|
Initial Version
tundra
committed
on 14 Jan 2010
|