From: <to...@us...> - 2003-12-29 14:47:26
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv1705 Modified Files: ChangeLog Log Message: 20031229-* commits Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** ChangeLog 29 Dec 2003 12:43:50 -0000 1.52 --- ChangeLog 29 Dec 2003 14:47:22 -0000 1.53 *************** *** 38,42 **** - Defines Service_ModulePostInit and Service_ModulePostFinal service calls. (20030628-1, Tom Hughes) ! - Added reserved int to Adjuster_Object definition (20031229 J.Tytgat) * Build Environment: --- 38,46 ---- - Defines Service_ModulePostInit and Service_ModulePostFinal service calls. (20030628-1, Tom Hughes) ! - Added reserved int to Adjuster_Object definition (20031229-1 J.Tytgat) ! - Added new constants DragASprite_SystemSpriteArea and DragASprite_WimpSpriteArea ! to DragASprite definitions (20031229-3, Marco Baye) ! - Added R1 to the parameter list for Font_ReadDefn (20031229-4, Christian Ludlam) ! - Added return value in R1 to Service_URIReturnResult (20031229-5, Christian Ludlam) * Build Environment: *************** *** 50,58 **** - Fix to DefMod to no longer emit the OSLib: prefix to assembler Hdr includes (20031227-1, Tony van der Hoff). ! - Makefiles updated to include latest modules (20031227-1, Tony van der Hoff). - Test suite updated to include latest modules ! (20031227-1, Tony van der Hoff). ! * Bug fixes - Corrected character case for NEEDS Wimp in Alarm.swi --- 54,64 ---- - Fix to DefMod to no longer emit the OSLib: prefix to assembler Hdr includes (20031227-1, Tony van der Hoff). ! - Makefiles updated to include latest modules (20031227-1, Tony van der Hoff). - Test suite updated to include latest modules ! (20031227-1, Tony van der Hoff). ! - Added INCLUDE definition to bison makefile and corrected typo in bison ! readme (20031229-2 J.Tytgat) ! * Bug fixes - Corrected character case for NEEDS Wimp in Alarm.swi *************** *** 60,63 **** --- 66,71 ---- - Corrected PCI_EnumerateFunctions using reserved keyword 'class' for parameter name (20031227-1, Tony van der Hoff). + - Font_ScanString 'block' parameter changed from 'const' to .Ref + (20031229-1, J.Tytgat) OSLib 6.50 - Tony van der Hoff - 26/03/2003 |