Changeset 6856 for trunk/changelog
- Timestamp:
- Sep 28, 2001, 9:53:07 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6855 r6856 1 /* $Id: changelog,v 1.170 2 2001-09-28 07:45:26 sandervlExp $ */1 /* $Id: changelog,v 1.1703 2001-09-28 07:51:55 phaller Exp $ */ 2 2 3 3 2001-09-28: Sander van Leeuwen <sandervl@xs4all.nl> 4 4 - PE2LX: o Added options to remove fixups and to reroute all 5 5 imports to a custom odin dll 6 7 2001-09-27: Patrick Haller <patrick.haller@innotek.de> 8 - USER32: o partial implementation of SendInput() 9 - KERNEL32: o improved error code mapping (error2WinError) 10 o keep HandleManager from reusing last handle 11 too quickly (CreateFile after CloseHandle might 12 return the same handle again, which is correct but doesn't 13 put the spotlight on buggy apps) 6 14 7 15 2001-09-26: Sander van Leeuwen <sandervl@xs4all.nl> … … 11 19 - CUSTOMBUILD: 12 20 o Ordinals definitions moved into ordinals.h 13 14 2001-09-27: Patrick Haller <patrick.haller@innotek.de>15 - USER32: o partial implementation of SendInput()16 - KERNEL32: o improved error code mapping (error2WinError)17 21 18 22 2001-09-26: knut st. osmundsen <kosmunds@csc.com>
Note:
See TracChangeset
for help on using the changeset viewer.