1107. New function: DC_FileNameDupe() returns the next file name in a series
so multiple files of the same name may be saved in the same directory.
1106. Fixed a regression bug in DC_GetWhen() when using a menu system that
was not created using eXpress++ DCMENU*.commands.
1105. Fixed a regression bug in DC_GraPaintControls(). This function is
called only when using DCGRA* commands.
1104. DCSTATIC and DCGROUP objects will now behave correctly when using the
WHEN clause. Child objects will be properly disabled.
1103. Added a COLOR clause to DCMSGBOX.
1102. Fixed regression error in DCPUSHBUTTON STATIC and DCBARCHART.
1101. Lots of improvements to the XCodeJock system. See sample programs.
1100. Added keyboard tagging to the TAGENABLE feature of DCBROWSE. Now can
use Ctrl-Up, Ctrl-Down and Space bar for tagging/untagging.
1099. Added new WHEN and REFRESHBLOCK subclauses to the AUTOREFRESH clause of
@ DCBROWSE.
Example: @ .. DCBROWSE .. AUTOREFRESH 1000 WHEN {||NotBusy()} ;
REFRESHBLOCK {||MyRefreshRoutine()}
1098. New function: DC_WindowList().
