home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk457.lzh / QuickReq / QuickReq.history < prev    next >
Text File  |  1991-02-14  |  2KB  |  58 lines

  1. **********************************************************************
  2.  
  3. QuickReq V2.0 - History
  4.  
  5. Copyright (1991) by Markus Aalto
  6.  
  7. **********************************************************************
  8.  
  9. V1.0:   First working version. Isn't really very fancy. Makes screen
  10.         messy with some kinds of texts! This is assembly code!
  11.  
  12. V1.01:
  13.         Almost completely rewritten from V1.0. Doesn't add anything but
  14.         is more reliable and supports line breaks. Assembly code!
  15.  
  16. V1.02:
  17.     -   Cuts rows down to 23 characters, so AutoRequest() doesn't have to
  18.         use DisplayAlert() instead of Requester. This happened only
  19.         with very long commandlines with lots of line breaks.
  20.  
  21. V1.1:
  22.     -   Supports redirection files (up to 2000 bytes long).
  23.     -   Better error detection.
  24.  
  25. V1.11:
  26.     -   Support for just one BOOL-text added. Copies the first text to
  27.         second one.
  28.     -   Now cuts rows to 15, because of NTSC compatibility.
  29.     -   Includes perfectly working commandline parser. Almost as good
  30.         as C languages have.
  31.  
  32. V1.2:
  33.     -   Text centering option added.
  34.     -   DisplayBeep option added.
  35.  
  36. V2.0:   09.01.-91
  37.     -   First version written in C. All routines have been reconstructed!
  38.     -   All kinds of display limitations have been removed. Now supports
  39.         overscan displays and is both NTSC and PAL compatible.
  40.     -   DisplayBeep option repaired. Now beeps only the ActiveScreen.
  41.     -   Large screen support added (optionally). Now supports screens larger
  42.         than visible screen display.
  43.     -   Force width and height options added.
  44.     -   New FrontPen color option added.
  45.     -   Now supports redirection files of almost unlimited sizes. These are
  46.         really limited only by your largest memory chunk available.
  47.     -   Some nasty logical bugs corrected!
  48.  
  49. Still to do:
  50.     -   Support for user fonts.
  51.     -   Support for BOLD, Underline and Italics.
  52.     -   Switchable options in texts. Something like Center_On and
  53.         Center_Off.
  54.     -   Ability to use '"' and '\' characters in texts. At the moment they
  55.         are considered as control codes.
  56.  
  57.     -   Anything else??
  58.