home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / dubltk15.arj / DUBLTAKE.HST < prev    next >
Encoding:
Text File  |  1991-01-02  |  18.7 KB  |  370 lines

  1.                                  DoubleTake
  2.                              by John L. Dove III
  3.                                Version History
  4.  
  5. 1.5  1/2/91
  6.      New Features:
  7.        Now Hex mode is fully scrollable in BOTH directions!  (ASCII is
  8.        coming, but not there yet.)
  9.        Added a confirm (Y/n) for the Left/Right Arrows in ASCII mode.
  10.          Pressing < or > pulls one or the other of the files up to
  11.          the same line number as the other file.  Sometimes annoying if
  12.          you've spent a long time matching files by hand!
  13.      Began releasing DT.EXE compressed with LZEXE.  Now takes less than
  14.        50K.
  15.  
  16.      Fixes:
  17.        Fixed the Find function in Hex so that it prints the correct
  18.          find string while finding.  It now correctly finds any char
  19.          even if it's an ignore char, but only if BlankIgnore is off
  20.        Fixed the routine which gets a filename at the beginning.
  21.          If you pressed return alone, the entry line would be weird.
  22.        Fixed the Pop-up Display ASCII align functions (they were backwards).
  23.        Fixed a bug in the scroll routines.
  24.  
  25.  
  26. 1.4    12/20/90
  27.       New features:
  28.         Added a pop-up window when / is pressed.
  29.         Added a commercial when DoubleTake starts and ends
  30.           (and every time Help ([F1] or [?] is pressed) for
  31.           unregistered copies.  Registered copies removes the
  32.           commercial and includes the user's name and serial
  33.           number in the [now optional] commercial screen.
  34.  
  35. 1.3     7/1/90
  36.       New features:
  37.         Added ability to load a new file 1 or 2 (or both) on the fly
  38.            without having to re-start DoubleTake.
  39.         Changed the command line arguments algorithm so that if only
  40.            one file is on the command line, it assumes OneFile mode (use
  41.            previous fix to add second file if this is in error).
  42.         Added routines to ensure that the colors and video mode are
  43.            restored when exiting.
  44.         Changed the Help and ASCII Chart procedures to load the entire
  45.            file with Help (or the ASCII Chart) is first called, rather
  46.            than reloading the file every time it's called.  (If you
  47.            call Help (Help is loaded), then ASCII Chart (ASCII Chart is
  48.            loaded) then Help (Help is loaded again), since the same buffer
  49.            is used for both.  This should rarely occur and it saves having
  50.            a double size buffer.
  51.         Added a page of help for the Add/Delete/Edit Ignore chars routine.
  52.       Fixes:
  53.         FINALLY fixed so that DoubleTake will load and read READ-ONLY
  54.            files.
  55.         Fixed some cases of errors when trying to load *.ext as file 2.
  56.         Fixed so that if you run Configuration from startup, it calls
  57.            the correct help slide.
  58.         Fixed some overspray on my direct video writes.
  59.         Fixed problem with file picker when changing to a drive with
  60.            no files.
  61.         Corrected a miss-spelled word (chara[c]ters) in the Configuration
  62.            Help screen.
  63.         Fixed so that all filenames are converted to Uppercase letters.
  64.         Fixed Find so that it ignores BlankIgnore characters when finding
  65.            a string.
  66.         Moved Find boxes to the bottom so that you can see the screen as
  67.            you are entering the string to find.
  68.         Fixed the command line parser so that it responds correctly to
  69.            DT FILENAME.TYP /X.  (Was treating /X as filename).
  70.         Fixed minor annoyances/problems.
  71.  
  72. 1.2     6/1/90
  73.  
  74.       New features:
  75.         Added more definitive messages for the results of FindNextMismatches
  76.           and Find Strings (will announce if files are identical).
  77.         Added the ability for DoubleTake to find its Config and Help files:
  78.           - at the spot from which DoubleTake was run or
  79.           - at the spot provided by a SET DT environmental variable (i.e.,
  80.                   use SET DT=Path to specify where DoubleTake files are.
  81.         Added the ability to Add/Delete or change the characters that
  82.           DoubleTake ignores when BlankIgnore is ON.
  83.         Added an ASCII chart when editing BlankIgnore characters for
  84.           easy lookup of values to ignore.
  85.         Changed the colors of the Line Numbers to the same as the
  86.           Help Screen.
  87.         Enhanced Hex Mode Cursor left/right move keys so that they scroll
  88.           down a line when right is pushed while on the rightmost character
  89.           and it scrolls up a line when left is pushed on the first char.
  90.           In effect, left/right moves continuously back/forward in a file.
  91.         Added [Shift-Ctrl-Left] and [Shift-Ctrl-Right] to scroll both Hex
  92.           files Left or Right respectively.  ([Shift-Ctrl-F9] and
  93.           [Shift-Ctrl-F10] are equivalents.)
  94.         Added a configure option callable when you start DoubleTake with
  95.           no filenames.
  96.         Changed EGA/VGA toggle to directly toggle to opposite mode
  97.           when [E] pressed (rather than having to choose 25 or 43/50)
  98.  
  99.       Fixes:
  100.         Fixed ASCII Find String function.
  101.         Fixed the Blinking Cursor so that it stays on the F1-Help prompt
  102.           at the bottom of the screen.
  103.         Fixed the Hilight routine to show blink characters which are
  104.           normally blanks.
  105.         Fixed Hex display to respond correctly to WordStar Mode.
  106.         Fixed Find Next MisMatch to ignore ALL Blanks in ASCII Mode (not
  107.           just those blanks/tabs in the indent)
  108.         Fixed the Hex Find Next Mismatch function to move to next byte
  109.           when it found a previous Mismatch.  If the first byte was
  110.           mismatched, DoubleTake would not move from the first byte.
  111.         Fixed Directory Picker so that if now loads more filenames,
  112.           and indicates "and more" if there's no more memory for files.
  113.           (greater than approximately 380 files)
  114.  
  115.  
  116. 1.1     5/15/90
  117.         Fixed the ASCII mode to display all characters to screen, even
  118.           for a binary file.
  119.         Added a wide binary Hex mode which shows whole file, 80 chars at
  120.           a time, with the value at the cursor shown at corner of window.
  121.           AltX toggles between Debug-like display and 80 char display
  122.           Also added as a configurable option.
  123.         Simplified/clarified Context Help file DUBLTAKE.HLP.
  124.         Added two Tutorial files to demonstate DoubleTake's features.
  125.         Added a DT-Read.Me file as an introduction.
  126.         Added three batch files to:
  127.            Read DUBLTAKE.DOC using DoubleTake,
  128.            Read DT-Read.Me using DoubleTake, and
  129.            Compare the two Tutorial Files in DoubleTake.
  130.  
  131. 1.0     5/1/90
  132.         DoubleTake Version 1.0 released, formerly GoodLook.
  133.  
  134.         Version 1.0 has all the previous functionality of
  135.             Version 4.3 of GoodLook (which was never released)
  136.         Also Added:
  137.  
  138.         Find feature to search either/both files for a string or hex codes
  139.         Cleaner Documentation (with table of contents)
  140.         Fixed Zoom modes so that any scroll key works with the file
  141.            (e.g., Home, UpArrow, & PgUp all scroll the Zoomed file now)
  142.  
  143. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  144.  
  145. 4.3     4/15/90  Interim version, not released (Last to bear name GoodLook)
  146.         Added an ignore leading blanks function to compare 2 files with
  147.           different indents
  148.         Added much more functionality to the Hex Mode.
  149.         Added ability (in Hex mode) to toggle between showing chars 0..31,
  150.              128-255 or showing as [.]
  151.         Added an "Ignore leading blanks" function to compare files with
  152.              differing indents.  Shows first difference in rev video.
  153.  
  154. 4.2     July 7, 1989 -Interim Version
  155.         Fixed the problem of not finding ReadOnly Files!
  156.         Recompiled in Turbo 5.5;
  157.         Added Hex Mode (but only works on first 24 characters of each line)
  158.           This Hex Mode is NOT finished.
  159.         Changed address to current Box Office address
  160.         Added a highlight to the first char which is different on compared
  161.            lines.
  162.         Broke out this file separately from the DOC file and inverted the
  163.            order to make it easier to use the ARC Door facilities on most
  164.            BBS's to see what the latest change entails.
  165.         Added option to enter /1 as the second filename to enter the Single-
  166.            File Mode.  This is useful if you forgot to enter /1 on the
  167.            command line.  (The other options can be toggled once inside
  168.            GoodLook.)
  169.         Added the ability to go to DOS temporarily and then return to
  170.            the exact same place as before (Execute a DOS Shell).
  171.         Deleted the main help screens from inside the program and put
  172.            them in a GoodLook.hlp file.  This means less to load on
  173.            startup and they only get loaded if Help is needed.  (I
  174.            read the file directly to Memory so there may be some snow
  175.            on some ancient IBM CGA cards.)
  176.  
  177. 4.1    Fixed the Cursor problem upon exit from EGA 43 line mode.  If you
  178.            ran another program (such as PC-Write) after GoodLook the
  179.            cursor would be in the middle of the line all the time you
  180.            would be in PC-Write and after exit.
  181.        Removed the Drive Test for C: and D: at the startup of GoodLook.
  182.            Thanks for the tip from Ted Decastro.
  183.        Fixed minor problems with the Directory routines at startup. (Now
  184.            when you change drives, you will change to the logged directory
  185.            of the destination drive, vice the root directory.)
  186.        Eliminated keystrokes which should have been disabled when a file is
  187.            Zoomed. 
  188.  
  189. 4.0  16 February 1987-Major revision incl/EGA support.
  190.        Added routines to find switches even if they are right next to
  191.            filenames (i.e., File.typ/w, etc.)
  192.        Added routine in Directory-Get routines which will take the first
  193.            character typed and use it as the first in the typed in filename
  194.        Fixed Directory routine to use the correct path when using the
  195.            change drive/directory procedure.
  196.        In Zoom, the proper key definitions now show on the next to last line,
  197.            referring to keys used to move around in File 1, File 2 or both.
  198.        Changed the Beep from ^G to a short Bell routine using the Sound
  199.            procedure to keep the program from getting hung up on the PC's
  200.            beep.
  201.        Fixed the "search for next" algorithm to go to the last line instead
  202.            of stopping on the last page.
  203.        Fixed the "search for next" algorithm to correctly show whether the
  204.            files were the same from the start of compare.
  205.        Changed the Exit to DOS command from ESC to Q to prevent accidentally
  206.            exiting to DOS by pressing ESC twice when leaving Configure.
  207.        Added the [RShift] key as a synonym for the [Ctl] key to alloy one-
  208.            handed movement using [RShift] plus [Home], [End], [PgUp], [PgDn].
  209.        Disabled PrtSc key to avoid inadvertent print screen call.  Added the
  210.            [Alt][P] function to re-enable it if desired to Print the screen.
  211.            Para symbol added to next to last line to show status of PrtSc.
  212.        Added full EGA support;
  213.            Uses the default number of lines in effect when GoodLook is
  214.               invoked, or
  215.            Use the /4 switch on the command line to force the EGA into the
  216.               43 line mode.
  217.            On exit, restores 25 line mode if you entered GoodLook in the
  218.               25 line mode.
  219.            Many invoke either the 25 or 43 line mode "on the fly" while
  220.               viewing files with the [E]GA key.
  221.  
  222. 3.5 to 3.9:  (maintenance releases, limited distribution)
  223.       Fixed problem when running GoodLook w/no arguments (would say
  224.            "file c:\" does not exist, vice "Syntax is:..."
  225.        Renamed GoodLook.com to GL.com, which is what I am sure was the
  226.            first thing that any user of this program would do!!
  227.        Changed the overlay search routine to first look for the overlay
  228.            in the dir from which GoodLook was run.  Thanks to Karl Brendel
  229.            for the tip that the run location is at the end of the environment
  230.            string!
  231.  
  232. 3.4   Fixed file handling problem when, filenames entered one at at time.
  233.           - Now adds current location if no drive\path entered
  234.           - *.* is now equivalent of * for file 2 = file 1 (just filename)
  235.           - easier to detect duplicate filenames entered
  236.           - Updated DOC to show rules for filenames (\ must be on end of
  237.                  path, etc.)
  238.       Many thanks to Jack Kilday for inadvertently Beta Testing this for me,
  239.       discovering and reporting the problems clearly enough for me to find them.
  240.  
  241. 3.3   Maintenance Release to replace 3.2, which may have had a garbled overlay
  242.          file included.
  243.  
  244. 3.2   Fixed minor typos.
  245.       Fixed problem with long paths causing the program to blow up.
  246.       Fixed config, so that when returning from config, rewrites bottom lines
  247.          in new colors.
  248. Thanks to Karl Brendel for the above tips!!
  249.       Fixed initialization so that it only looks for the Overlay if it does
  250.          not exist in the default location.
  251.       Added a [Z]oom indicator on bottom to show how to Zoom and to show
  252.          what was zoomed.
  253.  
  254. 3.1   Added a Zoom feature.  You can Zoom either of the files up to the
  255.         full-screen mode.  
  256.       Added the Single file mode to use GoodLook as a file viewer.  Uses the 
  257.         Zoom function Zooming File 1.
  258.  
  259. 3.0   Added optional flag for WordStar(tm) mode, which strips high bits.  The
  260.         flag can be entered on the command line else config file sets default.
  261.       Added the ability to stop the search for the Next Mismatch by pressing
  262.         any key during the search.  This is a fast way to move forward.
  263.       Fixed a bug in reading in lines, one file or the other would end up
  264.         with blank lines, wasn't going back to the file and getting more when
  265.         it should.
  266.       Added individual file 9 line scroll, using Control plus the 1 line 
  267.         scroll keys: Home, End, PgUp, PgDn.  Had to change Top of File 
  268.         function to ^T from Ctrl Home.
  269.  
  270. 2.9   Changed the margin from 73 to 80 to get more of a line on the screen.
  271.       Removed the --> from the front of a wrapped line.
  272.       Moved the line number from on each line to the fname line.
  273.       Added the ability to customize the colors of the highlighted lines;
  274.           added a normal display for the highlighted lines.
  275.       Thanks to comments from Tim Penner of Wichita, KS.
  276.  
  277. 2.8   Fixed a still minor bug as in 2.7.
  278.       Added the ability to enter *.BAK as file 2 to use the filename of
  279.          file1 with the new extension (filename.bak).  This includes the
  280.          ability to use b:*.bak or b:\newpath\*.bak also.
  281.  
  282. 2.7   Released immediately to fix a bug in the display function:  it would
  283.          display only file 1 in both windows after a search.
  284.  
  285. 2.6   Fixed the color option so that it shows the colors as they are
  286.          installed.
  287.       Changed the Color option to Configuration option since it there are
  288.          several option to change.
  289.       Added a direct to video write routine to speed up the display when
  290.          scrolling by 10 lines and when displaying help screens.
  291.  
  292. 2.5   Fixed a minor bug when shifting from Parallel to Opposite 
  293.          in the Configure routine.
  294.       Added the Top of File option to return to the top of both files.
  295.  
  296. 2.4   Added an optional scrolling mode which scrolls file 1 in same dir as 2
  297.          Also puts the compared lines right next to each other
  298.          Added Scroll Mode to variable, clonable options.
  299.       Fixed the directory error-handling so that when the DOS message "Place
  300.          Disk B in drive A..." occurs it doesn't blow up my screen.
  301.       Changed the line numbering scheme so that they match the actual
  302.          line nos in a file.  Wrapped lines are shown as -->
  303.       Added help screens [F1] in the configuration function.
  304.  
  305. 2.3   11/9/86. Added option to have a Config file to override default config.
  306.       Removed the bottom line garbage which remained at exit.
  307.       Eliminated CursorOff and On temporarily to avoid problems with
  308.         compatible and EGA card.
  309.  
  310. 2.2   11/5/86. Added a Customize option to choose the flashing or highlighted 
  311.         lines.  
  312.       Added customize option retrace testing for IBM CGA.  Change to 
  313.         fast for non-IBM cards.
  314.  
  315. 2.1   Fixed some bugs parsing filenames provided as command line
  316.         parameters.
  317.       Fixed the end of file routine to show consistently when at end
  318.         of file.
  319.       Fixed the Drive change routine to move to the logged subdir on
  320.         the new drive, rather than the root drive.
  321.       Fixed the DriveTest routine.  It would automatically change the
  322.         tested drive to the root directory.
  323.  
  324. 2.0   Added File directory routine to display files on the drive (as well
  325.         as the ability to move from drive to drive) and View a file prior
  326.         to choosing.
  327.  
  328. 1.9   Fixed a bug when two identical filenames were entered on command 
  329.          line. 
  330.       Added a prompt to remind you to enter a drive only to use the
  331.         same filename on a different drive.
  332.  
  333. 1.8   Added a Color setting option on the fly and clone routine. 
  334.  
  335. 1.7   Added support for a monochrome adapter. 
  336.  
  337. 1.6   2 October 1986.
  338.       Defined synonym keys on the numeric keypad to make it easier to
  339.         scroll through the files, response to George Sullivan's critical
  340.         review.
  341.       Added full path/filename support. 
  342.  
  343. 1.5   30 September 1986
  344.       Fixed continuous loop when two illegal files are entered.  In fact
  345.         fixed the whole filename entry routine.
  346.       Added option to enter just a drive name for the same filename.
  347.       Change display type to default console vice color display. Thanks to
  348.         Karl Brendel of Hutchinson, KS for this tip!!
  349.       Fixed it so it would search till end of file.
  350.  
  351. 1.4   Fixed the line numbers so that more than 999 lines can be displayed.
  352.  
  353. 1.3   Added prompt for a file if not entered or if file not exist.
  354.       Added the numerals alone as synonyms for the function keys.
  355.       Added the [Esc] key to skip the commercial on get help.
  356.       Fixed the information line to show all 10 function keys.
  357.       Removed the reset video mode line.
  358.       Fixed a few bugs with beginning of file/end of file.
  359.       Put the filenames at the top and bottom of the screen so they
  360.          would not interfere with the compare and so that very long
  361.          pathnames\filenames could be accommodated.
  362.  
  363. 1.2   Added a find next key, scroll both, and scroll both by a page feature.
  364.       Also fixed it so that it loads 300 lines at a time vice 100.
  365.  
  366. 1.1   Added single key to scroll forward or backward. New windowing techniques
  367.       to speed up showing window.
  368.  
  369. 1.0   Initial release.
  370.