home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 509.lha / RexxArpLibLibrary_v3.0 / Readme < prev    next >
Text File  |  1991-05-06  |  4KB  |  111 lines

  1. +----------------------------------------------------------------------+
  2. |                                                                      |
  3. |                  D I S C L A I M E R   N O T I C E                   |
  4. |                                                                      |
  5. |  This document and/or  portions of the material and  data furnished  |
  6. |  herewith,  was developed under sponsorship of the U.S. Government.  |
  7. |  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
  8. |  Junior University, nor their employees,  nor their respective con-  |
  9. |  tractors, subcontractors, or their employees, makes  any warranty,  |
  10. |  express or implied, or assumes any liability or responsibility for  |
  11. |  accuracy,  completeness or  usefulness of any information, appara-  |
  12. |  tus, product or process disclosed, or represents that its use will  |
  13. |  not infringe privately-owned rights.  Mention of any product,  its  |
  14. |  manufacturer, or suppliers shall not, nor is it intended to, imply  |
  15. |  approval, disapproval, or fitness for any particular use. The U.S.  |
  16. |  and  the University at all times  retain the right to use and dis-  |
  17. |  seminate same for any purpose whatsoever.                           |
  18. |                                                                      |
  19. +----------------------------------------------------------------------+
  20.  
  21.  
  22.                     RexxArpLib.Library Version 3.0
  23.                     ==============================
  24.  
  25.                  Copyright (C) 1988, 1989, 1990, 1991
  26.  
  27.                                 by
  28.  
  29.                           W.G.J. Langeveld
  30.  
  31.                  Stanford Linear Accelerrator Center
  32.  
  33.                         All Rights Reserved
  34.  
  35.  
  36.  
  37.     RexxArpLib version 3.0
  38.     ======================
  39.  
  40.     This version of rexxarplib makes use of a lot of AmigaDOS 2.0
  41. features and has various bugs fixed and a few other enhancements. Yet, it is
  42. smaller than previous versions because it is now completely compiled using
  43. SAS/C version 5.10a.
  44.  
  45.  
  46.     RexxArpLib version 2.52
  47.     =======================
  48.  
  49.     This release was necessary to fix problems with AmigaDOS 2.0
  50. shared screens.
  51.  
  52.     RexxArpLib version 2.5
  53.     =======================
  54.  
  55.     This release has a few enhancements and bug fixes, some documentation
  56. corrections, and some stuff related to AmigaDOS 2.0. New function: ShowTitle.
  57. The Area... functions are now quite different. For an example, see
  58. areatest.rexx.
  59.  
  60.     RexxArpLib version 2.3
  61.     =======================
  62.  
  63.     A few small bug fixes, an additional feature to FileList(), and the
  64. AmigaDOS or ARP 'version' commands now display the rexxarplib version number
  65. correctly.
  66.  
  67.     RexxArpLib version 2.2a
  68.     =======================
  69.  
  70.     I corrected a small problem with IffImage(). No other changes. The size
  71. of this version is 41520 bytes. By the way: get the latest version of
  72. iff.library (version 16.1). Brushes now work!
  73.  
  74.     RexxArpLib version 2.2
  75.     ======================
  76.  
  77.     There are a few new options in a couple of the functions. A few
  78. documentation deficiencies were fixed. The rexx directory only contains a
  79. few new examples. Updates to the SLAC rexx programs that were in the previous
  80. releases may be forthcoming in a separate archive. The screenshare library is
  81. now included in the libs directory, since rexxarplib needs it. Previous
  82. archives assumed that you had it already. See rexxarplib.doc for details.
  83. The size of this version is 41516 bytes.
  84.  
  85.     RexxArpLib version 2.1
  86.     ======================
  87.  
  88.     A couple of new functions, a few were extended, and one or two were
  89. slightly modified. The nicest new feature is the ability to display IFF files.
  90. For this you will need Christian Weber's iff.library, though. It is available on
  91. BIX as iff153.zoo: I have not included it in this archive. Have fun.
  92.  
  93.     RexxArpLib version 2.0
  94.     ======================
  95.  
  96.     For further information, read the documentation in the docs
  97. subdirectory. I have also included a large number of ARexx macros that were
  98. written by Marvin Weinstein here at SLAC. These should serve as examples of how
  99. to write some things, not as ready-to-be-used applications: most of them are
  100. very system dependent, and may require some modification before they run on your
  101. system. Read the ReadmeFirst file in the rexx directory.
  102.     As usual, comments about the library should go to me on BIX,
  103. either by mail to langeveld, or in the amiga.user/arexx topic.
  104.     Also as usual, the library is NOT public domain, but freely
  105. distributable.
  106.  
  107.     Have fun!
  108.  
  109.         Willy.
  110.  
  111.