home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / ole1v10a.lha / OLE_System / help / text / HISTORY
Encoding:
Text File  |  1994-12-02  |  1.4 KB  |  52 lines

  1.  
  2. HISTORY: OLE.rexx
  3.  
  4. 1.09    (internal release) In order to make the OLE Server the only driver
  5.         for the OLE system modules, I have changed a lot of sections.
  6.  
  7.         1)    Added support for the 'rexxreqtools.library'.
  8.         2)    Now use PostMsg() to inform the user that the server
  9.             is starting (only during the startup procedure).
  10.         3)    A unique OLE Server will be in memory until the user will
  11.             need it to run OLE modules.
  12.             Added the section that manage all jobs running.
  13.         4)    All procedures have been rewritten in order to follow
  14.             the new server's design.
  15.         5)    The OLE server bring up a little window onto the
  16.             Workbench screen to control the jobs execution.
  17.         6)    A command "NEWPREFS" close all modules' windows opened
  18.             onto the Workbench screen in order to update system
  19.             preferences.
  20.         7)    ...
  21.  
  22. 1.08    "MENUPICK" now redirect commands to REXX
  23.  
  24. 1.07    a little change for "New_Host.rexx"
  25.  
  26. 1.06    a few change in the "INFO" command
  27.  
  28. 1.05    added the progress indicator and command "COMPLETE"
  29.  
  30. 1.04    added the possibility for OLE.rexx to call more than two modules
  31.  
  32. 1.03    added commands "ICONIFY", "UNICONIFY" and "INFO"
  33.         written the function IniWindow()
  34.  
  35. 1.02    bug fixed in WriteConfig()
  36.  
  37. 1.01    all objects used by the OLE system now have an index
  38.         to prevent conflicts of names.
  39.  
  40.  
  41. HISTORY: FontTable.fw
  42.  
  43. v1.04    aligned with the new server design v1.10
  44.  
  45. v1.03    added the support for the "COMPLETE" command
  46.  
  47. v1.02    bug fixed for table's title
  48.  
  49. v1.01    add the possibility of saving user's settings
  50.  
  51.  
  52.