home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / cread213.zip / WHATSNEW.ENG < prev   
Text File  |  1994-10-17  |  5KB  |  103 lines

  1. Changes to READ 2.12
  2. ====================
  3.  
  4. - Fixed a bug in the 'save config' function (@). Colors are now
  5.   written as hex numbers, as it is expected by READ.
  6. - Colors in file selection screen are now configurable
  7. - The file table size is now configurable (parameter U in config
  8.   file) and confinable (command line switch /M).
  9. - If you have EMS memory, READ now gets along with 58k/31k of
  10.   low memory!
  11.  
  12. Changes to READ 2.11
  13. ====================
  14.  
  15. - New command line switch '-R' allows to read a previously saved
  16.   filetable without having to specify some (existing!) dummy files
  17.   on the command line and then press 'R'.
  18. - New config file parameter 'A1' forces READ to write the filetable
  19.   to disk prior to exit.
  20. - Now up to 48 different video modes, and F11 and F12 really work!
  21.   (heck, no one ever tried this? :)
  22. - I've added a little utility to determine the text modes of your
  23.   graphics card that I simply forgot last time. :)
  24.  
  25. Changes to READ 2.10
  26. ====================
  27.  
  28. - Used a more compatible method of cursor suppression. Some BIOSes
  29.   crashed the system with my old method under certain circumstances.
  30. - BIOSes tend to do strange things if they feel they're right. Text
  31.   input in my home-made text modes messed up the screen. Now the
  32.   BIOS is out of charge for that...
  33. - Line count gives you percentage of lines info.
  34. - More international date style used.
  35.  
  36. Changes to READ 2.04
  37. ====================
  38.  
  39. - Since there's another text file browser out on the Internet that's
  40.   also called READ, I decided to rename the ZIP files READ comes in to
  41.   CREAD???.ZIP (C=Chris, ???=version number).
  42. - The format of the "O" line in the config file has changed! So if you
  43.   want to use your old config file with the new release, remove the "O"
  44.   line, then start READ, then save the configuration with @, then set
  45.   your own mouse configuration. You are rewarded with a much more
  46.   flexible way to define the mouse operation.
  47. - New parameter to K in the config file (keyboard settings) makes
  48.   functional keys pressed while help is being displayed effective to
  49.   the text display.
  50. - Another parameter to K allows to make Esc work like Q if there's
  51.   just one file in the file list.
  52. - Alternate horizontal stepsize is used if the left/right arrow keys
  53.   are pressed with Ctrl.
  54. - READ now tries to keep track of the actual line in the file. Whenever
  55.   this is possible (and useful), it greatly speeds up line calculations
  56.   (that is, G and Shift-G).
  57.  
  58. Changes to READ 2.03
  59. ====================
  60.  
  61. - Bug fix: In the file selection menue, the right mouse button didn't
  62.   work properly when button mode 1 was selected... never release new
  63.   versions too soon...
  64. - New text modes with EGA and VGA! See READ.ENG or READ.MOD.
  65. - CBM charset no longer supported. Did anyone use this?
  66. - Go to line is no longer limited to a maximum of 65535 lines and can
  67.   be cancelled with Esc or Q.
  68.  
  69. Changes to READ 2.02
  70. ====================
  71.  
  72. - Wrap around now exactly matches the line end
  73. - When scrolling in wrap around mode, READ tries to estimate the line
  74.   starts in order to scroll screen line wise. More than just trying
  75.   costs too much time.
  76. - Added a switch that allows to ignore EOF characters in texts
  77. - Hitting Enter redraws the screen (useful with DesqView)
  78. - For those of you used to Unix: Ctrl-Z is now equal to Alt-Z
  79. - There was a severe bug when piping: READ hung regularly. And what's
  80.   even more, piping was not re-entrant, so whenever you READ piped
  81.   text, then shelled to DOS with Alt-Z and piped another text through
  82.   another READ, strange things happened. READ now looks for the
  83.   environment variable "TEMP" instead of "TMP" for a path to put
  84.   temporary files to and leaves the name choice to DOS.
  85. - Mouse mode 2 (mouse locked if left button pressed) didn't work
  86.   properly in the file selection menue. Now it does.
  87. - Fixed a bug in the printing routine: if you added a file to the file
  88.   list, previously deleted files could reoccur.
  89.  
  90. Changes to READ 2.01
  91. ====================
  92.  
  93. - Added an environment variable READPATH that allows to specify where
  94.   READ should look for its support files instead of the path of
  95.   READ.EXE.
  96. - Fixed a bug in the find routine that could lead to messages in the
  97.   middle of the screen.
  98. - Volume labels are no longer displayed in the file list
  99. - The find routine is now case-sensitive if you press Shift-F instead
  100.   of F.
  101. - The print routine is now capable of deleting and adding CRs (where
  102.   necessary).
  103.