Changeset 1813 for trunk/changelog
- Timestamp:
- Nov 22, 1999, 9:37:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1808 r1813 1 /* $Id: changelog,v 1.46 5 1999-11-22 08:22:58 phallerExp $ */1 /* $Id: changelog,v 1.466 1999-11-22 20:37:49 sandervl Exp $ */ 2 2 3 3 99-11-22: Patrick Haller <phaller@gmx.net> 4 4 - WSOCK32\NEW: Experimental rewrite using PMWSOCK, incomplete yet 5 6 99-11-22: Edgar Buerkle <Edgar.Buerkle@gmx.net> 7 - KERNEL32: Workaround in HMWaitForSingleObject for Open32 handles 8 (i.e. process handles) 9 - USER32: Extra checks in wvsnprintfA/W 10 Check if InfoPtr == NULL in STATIC_SetBitmap 11 - GDI32: SetDIBits support for DIB sections 12 13 99-11-22: Sander van Leeuwen <sandervl@xs4all.nl> 14 - KERNEL32: Add default renaming profile keys (ole32 & netapi32) to 15 odin.ini if they're not already there. (during init) 16 DosAliasMem fix; removed ReadFile hack. 17 - KERNEL32: Rewrote pe loader for on-demand loading of sections 18 Currently all sections are preloaded because of problems 19 with page faults in dprints. 20 - USER32: Removed GetIconInfo hack. Causes problems for other apps. 21 TODO: Double height reported by Open32 for color icon masks! 22 23 99-11-22: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru> 24 - KERNEL32: VirtualProtect bugfix 5 25 6 26 99-11-21: Christoph Bratschi <cbratschi@datacomm.ch> … … 26 46 27 47 99-11-18: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 28 - KERNEL32:Win32Pe2LxImage didn't issue the setFullPath(szFileName)29 call during construction.30 Added a invalid pointer test in OS2Heap::Free which checks31 that lpMem is within the user address space. (Fixes32 WinZip 7.0 crash.)48 - KERNEL32: Win32Pe2LxImage didn't issue the setFullPath(szFileName) 49 call during construction. 50 Added a invalid pointer test in OS2Heap::Free which checks 51 that lpMem is within the user address space. (Fixes 52 WinZip 7.0 crash.) 33 53 34 54 99-11-17: Christoph Bratschi <cbratschi@datacomm.ch>
Note:
See TracChangeset
for help on using the changeset viewer.