home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / b187 / Documents / Changes next >
Encoding:
Text File  |  1993-11-28  |  1.7 KB  |  45 lines

  1. Changes since release 1.
  2. ========================
  3.  
  4. !Logger makefile amended to compile NETLOG.C into NETLOG library.
  5. NETLOG.C amended to compile.
  6. NETLOG.H put into the include directory.
  7. Wimp03.S and Wimplib.H amended to allow a priority to be passed to
  8. Wimp_CreateIcon
  9. IconBar in WinAppLib changed to match.
  10. Guide extensively updated.
  11. !Convert application moved into Apps and converted to Risc OS 3
  12.  
  13.  
  14. Changes since release 2.
  15. ========================
  16.  
  17. !NewBalls applicatin moved into Apps and converted to Risc OS 3
  18. Saving module (Saving.C) introduced into WinAppLib
  19. Couple of small corrections to Diabox.C in WinAppLib
  20. Error box module (Errorbox.C) introduced into WinAppLib
  21. Slight correction to error reporting in Despatch
  22. Slight correction to list processing in Messages
  23. WimpLib.H  Added t_ramfetch_block
  24. Improvements to the instructions.
  25. Added !Lesson1 and !Lesson2 applications.
  26. Put exception handling into WinAppLib Core.C
  27. Changed Wimp40 (WIMP_ReportError) to return a result + all calls to match.
  28. Changed !Clock to match.
  29. Likewise NETLOG.C, RISCOSFE.C and LOGGER.C
  30.  
  31. Changes since release 3.
  32. ========================
  33.  
  34. Added Flex functions.
  35. Changed Poll.S in WimpLib to use the new RISC OS 3.1 facilities.
  36. Added use of __arm in global.h.  It is no longer necessary to #define ARM on
  37. the command line.
  38. Fixed a bug in the loading of validation strings in templates.
  39. Added in Buffers and EPC.
  40. Changed the way you claim user message types.
  41. Changed despatcher to always add new event claims to the head of a list.
  42. This is to allow latecomers to override earlier behaviour.
  43. Changed Winapp windows module to add a notification
  44. when a window is deleted, and provide a default handler.
  45. Ensured WinApp modules take notice of such notifications.