home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / RV230.ZIP / CHANGES.DOC next >
Encoding:
Text File  |  1990-03-06  |  2.0 KB  |  47 lines

  1. RV-RView, Version 2.30, 03/06/90, rtk
  2.  
  3. Changes from Version 2.23
  4. =========================
  5. 1) RV has been rewritten in C from scratch, with little reference to
  6.    previous source code.  (Versions 2.23 and below were written in
  7.    Modula-2.)  In rewriting the program, the emphasis was on how the
  8.    program should perform, given what I know now, instead of it simply
  9.    being a line-for-line translation of my previous work.
  10.  
  11. 2) Filenames in the default display now appear on the extreme left
  12.    instead of the right.
  13.  
  14. 3) An in-memory sort is performed before listing archives.  You may
  15.    override this sort by using the /N (Natural-order) option.
  16.    
  17.    [With this in-memory sort feature in place, one might well wonder why
  18.    I still include the /D option to sort a ZIP file on disk.  I've
  19.    wrestled with this question myself.  One of the better answers came
  20.    from one of my users:  that he uses RV for sorting ZIP files on disk
  21.    (among other features), but uses other listers for actually viewing
  22.    an archive's contents.]
  23.  
  24. 4) Redirection to printer or file results in more legible output.
  25.  
  26. 5) When the /P switch is used, pressing any key other than <Esc> will
  27.    cause another page to be displayed.  Previously, pressing <Ret>
  28.    caused another line to be displayed.
  29.  
  30. 6) To pause the display, press Ctrl-S.  Previously pressing almost any
  31.    single key caused the display to pause.  For simplicity, I've decided
  32.    to let the operating system handle this task.
  33.  
  34. 7) The /T option has been expanded to show header offsets and field
  35.    values as they are laid out on disk.
  36.  
  37. 8) The /C option has been extended to /C[pathname].  If no option follows
  38.    /C then ZIP comments are stripped.  If a valid pathname is specified
  39.    immediately after "/C" (no intervening spaces allowed), then comments
  40.    contained in that file will be attached to any ZIP files specified on
  41.    the command line.
  42.  
  43. --
  44.  
  45. If you have used previous versions of RView, you may find other small
  46. changes that I haven't detailed here.
  47.