home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / LIST75A.ZIP / LIST.HST < prev    next >
Encoding:
Text File  |  1990-08-30  |  6.5 KB  |  137 lines

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