home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / list75b.zip / WHATSNEW < prev   
Text File  |  1990-08-30  |  7KB  |  165 lines

  1. LIST Version 7.5a               WHAT'S NEW                              8/30/90
  2.  
  3.                         New Operational Features
  4.                         ------------------------
  5.  
  6.       - the distribution files are LISTS.COM (small), LISTR.COM (regular), and
  7.         LIST.COM (plus)
  8.  
  9.       - The new LIST environment variable tells LIST where to place temporary
  10.         files for the ViewArc and archive extraction functions, e.g.
  11.  
  12.                 SET LIST=C:\TEMP
  13.  
  14.       - A new /K command line switch disables the mouse.  Both the /M and /K
  15.         mouse options are clonable.
  16.  
  17.       - A new /#nnnnnn command line switch instructs LIST to begin displaying
  18.         the file starting at line number 'nnnnnn'.
  19.  
  20.       - The /Ftext command line parameter to begin a text search through all
  21.         selected files now invokes the Find function which is NOT case
  22.         sensitive.
  23.  
  24.       - The maximum "logical" record size has been increased from 910 to 2048.
  25.  
  26.       - A second Help screen is now available in the Plus version which shows
  27.         all of the Ctrl- and cursor key functions
  28.  
  29.       - A great improvement in speed is available when all filter options are
  30.         set off.  Use alt-Z to display the toggles on the bottom line.  An
  31.         option is off when its corresponding letter, e.g.  'J' for alt-J junk
  32.         filter or 'T' for the alt-T tab expansion filter, is in lower case.
  33.  
  34.       - The Viewarc function now assumes that .EXE and .COM files are LHARC
  35.         files.  Otherwise, if a file does not have the .ARC, .LZH, or .ZIP
  36.         extension, the file is assumed to be a .ARC file.
  37.  
  38.  
  39.                               File Selection Menu
  40.                               -------------------
  41.  
  42.       - New commands are available from the File Selection (Alt-V) menu:
  43.  
  44.               E    invokes the 'Edit' editor to let you edit the selected file;
  45.                    create a BATch file called EDIT.BAT which invokes the
  46.                    editor of your choice with the optional parameters it needs
  47.  
  48.  
  49.               I    invokes (executes) the selected program
  50.  
  51.  
  52.           Alt-Z    toggles the status display on the bottom line from disk and
  53.                    file statistics line to a menu command help line
  54.  
  55.  
  56. LIST Version 7.5a                 WHAT'S NEW                            8/30/90
  57.  
  58.  
  59.       - Changes to other file selection menu (Alt-V) commands:
  60.  
  61.          -  Q)uit returns you to the display of the last file you viewed
  62.             if no file has been displayed, Q exits to DOS.
  63.  
  64.          -  X and F10 exit to DOS in the NEW directory
  65.  
  66.          -  ESCape exits to DOS in the ORIGINAL directory
  67.  
  68.          -  Alt-X exits to DOS and shows the original screen
  69.  
  70.  
  71.          -  the 1-up display now includes the file attributes
  72.  
  73.          -  Alt-C saves (clones) the settings
  74.  
  75.          -  the S)ort command now has a None (no sort) ordering option
  76.  
  77.  
  78.                                  New Commands
  79.                                  ------------
  80.  
  81.       - A new ctrl-Y command saves the current position as a bookmark, and
  82.         alt-Y repositions to the last bookmark. You may set up to ten bookmarks
  83.         and recall them in the same order.
  84.  
  85.       - A new 1 command restarts displaying files with the first file.
  86.  
  87.       - A new Ctrl-right command scrolls the screen right to the end of the
  88.         current line.
  89.  
  90.  
  91.                                 Changed Commands
  92.                                 ----------------
  93.  
  94.       - The X command exits to DOS and clears the screen. In the Plus version,
  95.         you are now placed in the new (selected) directory.
  96.  
  97.       - The Alt-G command (shell to DOS) now clears the screen.
  98.  
  99.       - The Alt-R Ruler option has been improved to better show offsets
  100.         when in the Hex Dump (Alt-H) display mode.
  101.  
  102.       - The Alt-D and Alt-O (write lines to a file) commmands have been changed
  103.         to default to writing a found (highlighted line after Scan or Find)
  104.         line if no lines have been marked.
  105.  
  106.       - The ctrl-I command has been added to the Plus version.  It allows
  107.         setting the TAB interval to values other than the standard 8.  Ctrl-I
  108.         prompts you to enter the new interval, which can be from 1 to 99.
  109.  
  110.  
  111. LIST Version 7.5a               DEBUG OFFSETS                           8/30/90
  112.  
  113.  
  114.         The default filter options are now:
  115.           alt-T   - expand TABs is ON
  116.           alt-J   - filter out control characters is ON
  117.  
  118.         Item           Offset  Value    Description of contents
  119.         -------------- ------  -----    -----------------------
  120.         Special         0132    70      Top/bottom line colors
  121.         Normal          0134    07      Text colors
  122.         Bright          0136    09      Find/Scan line colors
  123.         Window 1 color  0138    07      Normal window text color
  124.         Window 2 color  0139    0F      Second window text color
  125.         Flag3           013A    09      Retrace off and junk filter on
  126.         Flag4           013B    08      Tabs on
  127.         Find row        013C    0800    Position of found line on screen, 8
  128.         Scroll incr     013E    0A00    Left/right scroll increment, 10
  129.         Scroll start    0140    0000    Starting scroll offset, 0
  130.         Tab value       0142    0800    Tab interval, 8
  131.         Tab mask        0144    F8FF    Tab bit mask
  132.         Loudness        0146    C800    Beep tone level
  133.         Key rate        0148    FF      Continuous scroll increment, 255
  134.         Overlap         0149    0000    PgUp/PgDn scroll overlap, 0
  135.         Wildcard esc    014B    26      Scan/Find wildcard ? escape character
  136.         Alt-V up        014C    0500    Alt-V display files per line, 5
  137.  
  138.         LIST Plus only
  139.         --------------
  140.         Eye-catcher     014E    'COM:'
  141.         COM port        0152    F803    Default for COM1, use F802 for COM2
  142.         Sort offset     0154    00      Default sort key offset
  143.                                          00 by filename
  144.                                          08 by extension
  145.                                          0C by datestamp
  146.                                          10 by file size
  147.         Modem init      0157    'AT'    30-byte modem initialization string
  148.         Editor name     0175    'Edit'  8-byte name of editor program
  149.         Modem hang-up   017E    'ATZ'   9-byte modem disconnect command
  150.         Temp var name   0187    LIST    4-character environment name for temps
  151.  
  152.         The following offsets change from version to version. Look for the
  153.         eye-catchers to be sure of the offset:
  154.  
  155.         Key table       038F    'WHAT'  Eye catcher
  156.                         0393    0026    Key command table
  157.         Routines        0498    'WHERE' Eye catcher
  158.                         049D    xxxx    Command routines
  159.  
  160.         Examples of using DEBUG can be found in the DIALER.PAT and
  161.         COLORS.PAT files. To use them, copy LIST.COM to the current
  162.         directory and issue the DEBUG command. For example:
  163.  
  164.                 DEBUG <DIALER.PAT
  165.