================================================================================

PasHi: Historical update information from v0.1 to v1.0
  and
PasHiGUI Historical update information for v0.1

================================================================================

This file records known changes to files and releases of PasHi and PasHiGUI from
the first releases of the projects (v0.1.0 in both cases) until they were placed
under version control with Subversion. PasHi was placed under version control on
03 Aug 2009 as at v1.0.0 and PasHiGUI was placed under version control on 31 Jan
2010 at at v0.1.0.

Note that PasHi was named PasH and PasHiGUI was named as PasHGUI when they were
first imported to Subversion (SVN).

There are two sections in this document:

  1 Files: Lists all source code and development tools and provides details of
    changes to these files that preceded version control.

  2 Releases: Lists all the releases of PasHi and notes which file revisions
    were included in each release.

================================================================================
FILES
================================================================================

This section lists all files for which update history is known for PasHi between
v0.1.0 and v1.0.0 and PasHGUI for v0.1.0 only.

--------------------------------------------------------------------------------
PASHI: DevTools\BuildAll.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: DevTools\BuildAndRelease.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: DevTools\BuildPascal.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: DevTools\BuildResources.bat
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v2.0 of 10 Mar 2007  - Rewrote to call build.bat
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: DevTools\ReleaseExe.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: DevTools\ReleaseSrc.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: DevTools\Tidy.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Docs\Test.pas
--------------------------------------------------------------------------------
        04 Jun 2005  - Original version.
        30 May 2009  - Changed $MESSAGE compiler directive message type from
                       "WARN" to "FATAL".
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\Build.bat
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - First version that builds project.
v1.1 of 29 May 2009  - Revised to use renamed Resources.rc.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\IntfCommon.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed all compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\IntfHilititer.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 30 May 2009  - Removed all compiler directives.
                     - Added support for new highlighter kind that creates
                       complete XHTML document with CSS hidden by comments.
                     - Removed IHiliteAttrs and IHiliteElemAttrs interface
                       declarations.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\PasH.dor
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 04 Jun 2005  - Fixed minor typo in help display.
v1.2 of 02 Nov 2005  - Exceptions now handled by program and error messages
                       displayed. Exceptions were previously crashing program.
v1.3 of 09 Dec 2005  - Added new UStdIO and UConsole units.
                     - Changed code that writes to console to use new TConsole
                       class. This fixes an obscure bug that was crashing
                       program when redirecting standard error to a pipe.
v2.0 of 10 Mar 2007  - Added new UConfig, UMain, UParams units.
                     - Removed all main program code (it is now in TMain).
                       Project code now only creates, executes and frees TMain.
                     - Changed to use long version of compiler directives and
                       changed value of some of these and added and deleted
                       others.
v2.1 of 30 May 2009  - Changed to use Resources.res instead of Images.res.
                     - Removed UHiliteAttrs unit.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\Resources.rc
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version named Images.rc.
v2.0 of 31 May 2009  - Renamed as Resources.rc from Images.rc.
                     - Replaced generic DelphiDabbler icon from Img directory
                       with custom icon in Assets directory.
                     - Added Vista manifest.
                     - Added default style sheet as RCDATA.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UCharStack.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed all except $WARN compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UClipboardMgr.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed all compiler directives.
                     - Moved error message string literal to resource string.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UClipboardStreams.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Corrected error where required clipboard format was being
                       ignored and CF_TEXT always used in its place.
                     - Removed all but $WARN compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UConfig.pas
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
v1.1 of 29 May 2009  - Added support for doc type that generates a complete
                       XHTML document but which hides embedded CSS from browser
                       in HTML comments.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UConsole.pas
--------------------------------------------------------------------------------
v1.0 of 09 Dec 2005  - Original version.
v1.1 of 10 Mar 2007  - Removed Silent parameter from TConsole constructor and
                       replaced with read/write property.
                     - Removed compiler directives. These are now set in project
                       file.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UHiliteAttrs.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
        29 May 2009  - DELETED.

--------------------------------------------------------------------------------
PASHI: Src\UHilitePasLexer.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 04 Jun 2005  - Made lexer detect line ends in multiline comments and
                       return alternate comment and new line tokens until
                       comment is closed.
v1.2 of 31 May 2009  - Added new keywords and directives as supported in Delphi
                       2006.
                     - Deleted all compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UHilitePasParser.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed compiler directives and TODO directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UHiliteAttrs.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
        29 May 2009  - DELETED.

--------------------------------------------------------------------------------
PASHI: Src\UHTMLUtils.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UMain.pas
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version. Code based on that formerly in main
                       project file. Error handling improved. Help text slightly
                       updated.
v1.1 of 30 May 2009  - Added support -hidecss switch.
                     - Changed to use revised ISyntaxHiliter.Hilite method call
                       and removed instantiation of highlight attributes.
                     - Updated and corrected help screen.
                     - Now sets exit code of 0 on success, 1 on error.
                     - Moved sign on message into a resource string.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UParams.pas
--------------------------------------------------------------------------------
v1.0 of 10 Mar 2007  - Original version.
v1.1 of 29 May 2009  - Moved error messages to resource strings.
                     - Added support for -hidecss switch.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UStdIO.pas
--------------------------------------------------------------------------------
v1.0 of 09 Dec 2005  - Original version.
v1.1 of 29 May 2009  - Removed all except $WARN compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UStdIOStreams.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 09 Dec 2005  - Revised TStdInStream and TStdOutStream to use TStdIO
                       static class to do actual reading and writing of standard
                       input and standard output.
v1.2 of 29 May 2009  - Removed all except $WARN compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UStrStreamWriter.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed all except $WARN compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\USyntaxHiliters.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 17 Apr 2006  - Corrected <title> emitted by TXHTMLHiliter from
                       "DelphiDabbler CodeSnip Database" to "File generated by
                       DelphiDabbler PasH Pascal Highlighter".
v1.2 of 31 May 2009  - Removed compiler directives.
                     - Moved some localisable strings to resource strings.
                     - Added support for not hiding (in comments) embedded CSS
                       in complete XHTML documents.
                     - No longer generates style sheet for complete XHTML
                       documents. Now embeds a style sheet from resources
                       instead.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\UTextStreamReader.pas
--------------------------------------------------------------------------------
v1.0 of 28 May 2005  - Original version.
v1.1 of 29 May 2009  - Removed compiler directives.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\VerInfo.vi
--------------------------------------------------------------------------------
        28 May 2005  - Original version - v0.1.0 build 1.
        04 Jun 2005  - File and product numbers updated to v0.1.1 build 2.
        02 Nov 2005  - File and product numbers updated to v0.1.2 build 3.
                     - Added VS_FF_SPECIALBUILD and changed SpecialBuild from
                       "Alpha" to "Beta".
        09 Dec 2005  - File and product numbers updated to v0.1.3 build 4.
        17 Apr 2006  - File and product numbers updated to v0.1.4 build 5.
                     - Modified copyright date to range from 2005 to present
                       year.
        10 Mar 2007  - Changed comments to refer to new license.
                     - Deleted Resource output directory.
                     - File and product numbers updated to v0.1.5 build 6.
                     - Added Mozilla Public License to file.
        29 May 2009  - File and product numbers updated to v1.0.0 build 7.
                     - Corrected Comments - had referred to wrong program.
                     - Removed all file flags, deleted SpecialBuild string and
                       removed from ProductVersion.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\Assets\Default.css
--------------------------------------------------------------------------------
v1.0 of 31 May 2009  - Original version.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\Assets\PasH.ico
--------------------------------------------------------------------------------
        29 May 2009  - New custom program icon containing three different
                       resolutions.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\Assets\PasH.mainifest
--------------------------------------------------------------------------------
v1.0 of 29 May 2009  - Original version that permits application to run without
                       elevation on Vista.
        03 Aug 2009  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHI: Src\Ico\DelphiDabbler.ico
--------------------------------------------------------------------------------
        10 Sep 2003  - Generic DelphiDabbler icon.
        29 May 2009  - DELETED.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\BuildAll.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\BuildAndRelease.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\BuildPascal.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\BuildResources.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\ReleaseExe.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\ReleaseSrc.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: DevTools\Tidy.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\Build.bat
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - First version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\FmMain.pas
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\IntfDropDataHandler.pas
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\IntfUIHandlers.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\PasHGUI.dpr
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\Resources.rc
--------------------------------------------------------------------------------
v1.0 of 11 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UClipboardWriteStream.pas
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UClipFmt.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UConsoleApp.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UDataObjectAdapter.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UDocument.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UDropTarget.pas
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UInputData.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UNulWBContainer.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UOutputData.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UPasH.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UPipe.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UUtils.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\UWBContainer.pas
--------------------------------------------------------------------------------
v1.0 of 14 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\VersionInfo.vi
--------------------------------------------------------------------------------
        17 Jun 2006  - Original version for version 0.1.0.1
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\Assets\fragment-tplt.html
--------------------------------------------------------------------------------
v1.0 of 17 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.

--------------------------------------------------------------------------------
PASHIGUI: Src\Assets\MainIcon.ico
--------------------------------------------------------------------------------
        11 Jun 2006  - Original version.
        31 Jan 2010  - MOVED TO SVN.
--------------------------------------------------------------------------------


================================================================================
RELEASES
================================================================================

This section lists all releases of PasHi from the first version (0.1) to release
1.0 and release 0.1 of PasHiGUI. For each release the following is noted:

  + Version and build number.
  + List of new, modified and deleted source files.

The Development tools, Delphi-maintained files, test files and documentation are
not included in this information.

--------------------------------------------------------------------------------
PASHI: v0.1.0 build 1 of 28 May 2005
--------------------------------------------------------------------------------
New    : PasH.dpr 1.0
New    : IntfCommon.pas 1.0
New    : IntfHiliter.pas 1.0
New    : UCharStack.pas 1.0
New    : UClipboardMgr.pas 1.0
New    : UClipboardStreams.pas 1.0
New    : UHiliteAttrs.pas 1.0
New    : UHilitePasLexer.pas 1.0
New    : UHilitePasParser.pas 1.0
New    : UHTMLUtils.pas 1.0
New    : UStdIOStreams.pas 1.0
New    : UStrStreamWriter.pas 1.0
New    : USyntaxHiliters.pas 1.0
New    : UTextStreamReader.pas 1.0
New    : VerInfo.vi 28 May 2005
New    : Images.rc 1.0
New    : Img\DelphiDabbler.ico 10 Sep 2003

--------------------------------------------------------------------------------
PASHI: v0.1.1 build 2 of 04 Jun 2005
--------------------------------------------------------------------------------
Updated: PasH.dpr 1.1
Updated: UHilitePasLexer.pas 1.1
Updated: VerInfo.vi 04 Jun 2005

--------------------------------------------------------------------------------
PASHI: v0.1.2 build 3 of 03 Nov 2005
--------------------------------------------------------------------------------
Updated: PasH.dpr 1.2
Updated: VerInfo.vi 02 Nov 2005

--------------------------------------------------------------------------------
PASHI: v0.1.3 build 4 of 09 Dec 2005
--------------------------------------------------------------------------------
Updated: PasH.dpr 1.3
New    : UConsole.pas 1.0
New    : UStdIO.pas 1.0
Updated: UStdIOStreams.pas 1.3
Updated: VerInfo.vi 09 Dec 2005

--------------------------------------------------------------------------------
PASHI: v0.1.4 build 5 of 17 Apr 2006
--------------------------------------------------------------------------------
Updated: USyntaxHiliters.pas 1.1
Updated: VerInfo.vi 17 Apr 2006

--------------------------------------------------------------------------------
PASHI: v0.1.5 build 6 of 10 Mar 2007
--------------------------------------------------------------------------------
Updated: PasH.dpr 2.0
New    : UConfig.pas 1.0
Updated: UConsole.pas 1.1
New    : UMain.pas 1.0
New    : UParams.pas 1.0
Updated: VerInfo.vi 10 Mar 2007
New    : Build.bat 1.0

--------------------------------------------------------------------------------
PASHI: v1.0.0 build 7 of 29 May 2009
--------------------------------------------------------------------------------
Removed: Img\DelphiDabbler.ico
Removed: UHiliteAttrs.pas
Updated: Build.bat 1.1
Updated: IntfCommon.pas 1.1
Updated: IntfHiliter.pas 1.1
Updated: PasH.dpr 2.1
Updated: Resources.rc 2.0 (renamed from Images.rc)
Updated: UCharStack.pas 1.1
Updated: UClipboardMgr.pas 1.1
Updated: UClipboardStreams.pas 1.1
Updated: UConfig.pas 1.1
Updated: UHilitePasLexer.pas 1.2
Updated: UHilitePasParser.pas 1.1
Updated: UHTMLUtils.pas 1.1
Updated: UMain.pas 1.1
Updated: UParams.pas 1.1
Updated: UStdIO.pas 1.1
Updated: UStdIOStreams.pas 1.2
Updated: UStrStreamWriter.pas 1.1
Updated: USyntaxHiliters.pas 1.2
Updated: UTextStreamReader.pas 1.1
Updated: VerInfo.vi 29 May 2009
New    : Assets\Default.css 1.0
New    : Assest\PasH.ico 29 May 2009
New    : Assets\PasH.manifest 1.0

--------------------------------------------------------------------------------
PASHIGUI: v0.1.0 build 1 of 17 Jun 2006
--------------------------------------------------------------------------------
New    : PasHGUI.dpr 1.0
New    : FmMain.pas 1.0
New    : IntfDropDataHandler.pas 1.0
New    : IntfUIHandlers.pas 1.0
New    : UClipboardWriteStream.pas 1.0
New    : UClipFmt.pas 1.0
New    : UConsoleApp.pas 1.0
New    : UDataObjectAdapter.pas 1.0
New    : UDocument.pas 1.0
New    : UDropTarget.pas 1.0
New    : UInputData.pas 1.0
New    : UNulWBContainer.pas 1.0
New    : UOutputData.pas 1.0
New    : UPasH.pas 1.0
New    : UPipe.pas 1.0
New    : UUtils.pas 1.0
New    : UWBContainer.pas 1.0
New    : Resources.rc 1.0
New    : VersionInfo.vi 17 Jun 2006
New    : Build.bat 1.0
New    : Assets\MainIcon.ico 11 Jun 2006
New    : Assets\fragment-tplt.html 17 Jun 2006

--------------------------------------------------------------------------------
