home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / list75b.zip / LIST.HST < prev    next >
Text File  |  1990-09-03  |  7KB  |  138 lines

  1. LIST Version 7.5        VERSION HISTORY             9/03/90
  2.  
  3.   7.5b,  9/03/90 - correct loop when empty directory
  4.   7.5a,  8/30/90 - public release
  5.   7.4e,  8/28/90 - correct mouse looping at top of file
  6.          - changed /F to use Find instead of Scan
  7.          - make cursor visible when /M mouse option used
  8.   7.4d,  8/25/90 - correct Scan/Find for search text at end of records
  9.      8/22/90 - don't clear screen for alt-G
  10.          - change a-v Edit to exclude prompt for options and return
  11.          - leave cursor visible when mouse is enabled
  12.  
  13.   7.4a,  8/07/90 - correct search loop if enter commands too fast
  14.          - correct highlighting of line before top line when text is not found
  15.  
  16.   7.427, 7/31/90 - more corrections to new Find
  17.          - change Alt-Y to recall bookmarks in LIFO order
  18.   7.426, 7/28/90 - correct Tab filter for tab at end of file
  19.          - correct inability to interrupt Scan/Find
  20.   7.425, 7/27/90 - correct new Find not finding string at end of line
  21.   7.424, 7/25/90 - add 0Ch (formfeed) like line feed to filters
  22.            Enhanced: add I(BM) screen mode to a-e
  23.   7.423, 7/18/90 - correct incorrect highlighting of found text with Find
  24.          - correct alt-A switching to Find if Scan used
  25.   7.422, 7/01/90 - correct auto adjustment of a-v up for small windows
  26.      7/04/90 - revise Enhanced version Help screens (thanks, Paul)
  27.          - Plus: expand a-y and c-y to hold ten bookmarks
  28.   7.421, 6/24/90 - minor Help screen changes
  29.          - Plus: added "Reading directories ..." message
  30.      6/28/90 - Plus: clean up a-v displays with split screen
  31.   7.420, 6/22/90 - optimize allocation of internal tables to allowing viewing
  32.            even when there's not enough memory; a-x and a-g are
  33.            disabled first to try for enough memory; then, the
  34.            maximum file size viewable is decreased until there is
  35.            enough memory; approximately 1K is required for each 1mb
  36.            of file size, the current limit is 16mb, but can be
  37.            increased to 400mb or more; a DEBUG patch for the file
  38.            size limit will be supplied later, or just included
  39.            in the ADN setup program.
  40.   7.419, 6/21/90 - correct display of blank lines with fixed length recs
  41.          - change ctrl-right to scroll full right
  42.          - change a-g to clear screen
  43.   7.418, 6/14/90 - correct loop with zero byte files
  44.   7.417, 6/13/90 - correct fast filter for fixed length records which
  45.            have no CR at the end
  46.   7.416, 6/12/90 - add second hex dump format for fixed length records
  47.          - try to correct EOF problems with /R#
  48.   7.415, 6/09/90 - correct display of files sizes with 1-up
  49.   7.414, 6/06/90 - correct divide overflow on a-v menu
  50.          - correct ruler display with split screen
  51.          - add second ruler format for hex dump display
  52.   7.413, 6/05/90 - correct display of file sizes over 32mb
  53.          - correct inputting of numbers over 64k
  54.   7.412, 6/03/90 - correct a-v delete/move failing because file was
  55.            opened for share
  56.          - correct setback attr changing bright color
  57.          - replace a-v A and K with ^T and ^U
  58.          - change tagging color to be reverse of normal color
  59.          - correct EOF code, garbage character at offset '127' in file
  60.          - change alt-D and alt-O to write the "found" line from
  61.            Scan/Find when no lines are marked
  62.          - correct reading keyboard while loading file
  63.          - correct file size displays for sizes over 32mb, up to 999mb
  64.   7.411, 6/02/90 - fix "Access denied" message on non-EGA systems when
  65.            supplying only d:\path (no filespec) on the command line
  66.          - add switching of smode list via 0; from the a-e prompt,
  67.            enter 0 to switch from A)head to P)aradise codes
  68.          - correct loop using fixed length records, /Rnnnn
  69.          - increase maximum logical record size from 910 to 2048
  70.          - work on EOF garbage displays and hex dump extra last char
  71.  
  72.   7.410, 6/01/90 - work on EOF garbage displays
  73.          - the various flavors are:
  74.             LS - small version, runs in 30k, no a-g, no a-x
  75.             LR - regular version
  76.             LP - plus version, has a-v file selection menu
  77.             LE - enhanced version, has file tagging, expanded a-e
  78.             LH - recognizes Hercules Incolor and Graphics Plus
  79.  
  80.   7.49,  5/31/90 - add support for fixed length records (enhanced only)
  81.              - the '/Rnnnnnn' command parameter specifies the record
  82.                length as 'nnnnnn'
  83.              - all filtering is turned off as a default
  84.          - add '/#nnnnnn' command line parameter to begin viewing at
  85.            record number 'nnnnnn' (plus and enhanced only)
  86.  
  87.   7.48,  5/30/90 - add / from AV menu to toggle disk space message
  88.          - tweak AltW routines; correct split screen problems
  89.            when changing video modes
  90.          - change printing to use LPT1
  91.          - add / from AV menu to toggle disk space message
  92.          - change printing to use LPT1 instead of stdout
  93.  
  94.          - add ENHANCED version with:
  95.            - expanded AltE screen modes
  96.            - display of EBCDIC files
  97.            - file tagging in file selection menu
  98.            - user definable printer codes
  99.            - add moving to tagging operations
  100.  
  101.   7.47,  5/10/90 - add support for video modes 22h, 23h, 24h (132 lines)
  102.            If the screen becomes unreadable, e.g. the mode enters
  103.            a graphics mode for your display adapter, press Alt-E
  104.            and then a 1 to reset the display.
  105.   7.46,  5/09/90 - add user screen mode selection via alt-E
  106.          - add support for UltraVision, VGA, other screen modes
  107.   7.45,  5/08/90 - speed up Find
  108.          - correct search for & and ?
  109.          - fixed tagged deleted deleting file at bar
  110.          - fix alt-A always invoking Find
  111.          - fix message, attempt to delete an open file says 'Disk full'
  112.            instead of access denied
  113.          - restore cursor shape after invoking a program
  114.          - add filename to "Overwrite?" prompt
  115.          - add copying of tagged files
  116.   7.44,  3/15/90 - add support for DV to return cycles waiting for console
  117.   7.43,  3/12/90 - add E command to toggle display EBCDIC files (enhanced only)
  118.          - add A or E to end of toggles display for ASCII/EBCDIC
  119.   7.42,  3/02/90 - add Wrap to fast filter
  120.          - change Wrap and alt-J and 7/8/* to stay near position
  121.          - add F (filemask) command to a-v
  122.          - add Tag, Untag, AllTag, KlearTag commands
  123.          - change Delete to process tagged files
  124.   7.41,  2/23/90 - correct error handling in a-v after unknown key
  125.          - set d:\path from LIST string for FE
  126.          - add None sort option to a-v
  127.          - check for existing file in a-v Move/Copy
  128.   7.40,  2/16/90 - correct file selection with 6-up display
  129.          - use filename as secondary sort key
  130.  
  131.   7.3e,  2/03/90 - fix invisible cursor with mouse after alt-g
  132.      2/04/90 - move editor name to clonable area
  133.          - add I invoke program command to a-v menu
  134.      2/06/90 - retain FV display after a-i
  135.      2/08/90 - correct alt-i with mouse
  136.          - restore correct crt mode upon exit instead of BW80
  137.      2/11/90 - correct READING loop in Q from a-v menu
  138.