Changeset 916 for trunk/changelog
- Timestamp:
- Sep 13, 1999, 11:05:13 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r915 r916 1 /* $Id: changelog,v 1.194 1999-09-12 21:54:51 davidr Exp $ */ 2 3 99-09-08: David Raison 1 /* $Id: changelog,v 1.195 1999-09-13 09:04:46 sandervl Exp $ */ 2 3 99-09-13: David Raison <djr@lemur.co.uk> 4 - KERNEL32: Fixed MultiByteToWideChar. Return size of string including 5 0 terminator. 6 7 99-09-13: Jens Wiessner <wiessnej@rfi.de> 8 - CRTDLL: Added functions. 9 10 99-09-08: David Raison <djr@lemur.co.uk> 4 11 - OLEAUT32: Updated TypeLib code to find typelibs in EXE/DLL etc 5 12 NB Still need to fix typelib translation. … … 10 17 11 18 99-09-12: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 12 - WIN32K: An untested version is checked in. The new skeleton is13 14 19 - WIN32K: An untested version is checked in. The new skeleton is 20 partially tested. PE2LX is not updated and will probably not be updated 21 before pe2lx is rewritten. 15 22 16 23 99-09-09: Daniela Engert <dani@ngrt.de> … … 22 29 - USER32\NEW: added stubs for GetMenuInfo + SetMenuInfo 23 30 24 99-09-08: David Raison 25 - OLEAUT32 Added stubs for undefined exports in OLEAUT3231 99-09-08: David Raison djr@lemur.co.uk 32 - Src\OleAut32 Added stubs for undefined exports in OLEAut32 26 33 27 34 99-09-08: Yuri Dario <mc6530@mclink.it> … … 29 36 Missing ';' in custcntl.h at line 106 30 37 31 99-09-08: David Raison 38 99-09-08: David Raison djr@lemur.co.uk 32 39 - INCLUDE\WIN: Added DECIMAL definition to windef.h 33 40 34 41 99-09-08: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 35 - KERNEL32, USER32, USER32\NEW, GDI32, ADVAPI32: <dllname>exp.def is36 37 38 the macro PDWIN32_TOOLS too point to the tools\bin directory.39 - TOOLS: New directory tree for tools developed to aid us create odin32.40 Create a subdirectory for each tool.41 Currently database, impdef and omfdumper is placed here.42 - TOOLS\IMPDEF: generates the <dllname>exp.def files.43 - TOOLS\OMFDUMPER: source for the omfdumper use to create pmwinx.def.44 Base source for a library converted used in win32k.45 - TOOLS\DATABASE: source for the odin32 API database and it's tools.46 See the Odin32 API Database Design Document for more info.47 Document will soon be placed in the 'Vault' of the win32-os2 group.48 - TOOLS\DATABASE\MYSQL: mysql headers and libraries.49 - TOOLS\DATABASE\GD: Gifdraw 1.2 - used to draw graphs.42 - KERNEL32, USER32, USER32\NEW, GDI32, ADVAPI32: <dllname>exp.def is 43 now generated by a util called ImpDef. (source in tools\impdef). 44 - INC: pdwin32.tools is updated with a IMPDEF macro. This requires 45 the macro PDWIN32_TOOLS too point to the tools\bin directory. 46 - TOOLS: New directory tree for tools developed to aid us create odin32. 47 Create a subdirectory for each tool. 48 Currently database, impdef and omfdumper is placed here. 49 - TOOLS\IMPDEF: generates the <dllname>exp.def files. 50 - TOOLS\OMFDUMPER: source for the omfdumper use to create pmwinx.def. 51 Base source for a library converted used in win32k. 52 - TOOLS\DATABASE: source for the odin32 API database and it's tools. 53 See the Odin32 API Database Design Document for more info. 54 Document will soon be placed in the 'Vault' of the win32-os2 group. 55 - TOOLS\DATABASE\MYSQL: mysql headers and libraries. 56 - TOOLS\DATABASE\GD: Gifdraw 1.2 - used to draw graphs. 50 57 51 58 99-09-08: Patrick Haller <phaller@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.