| 1 | /* $Id: changelog,v 1.1832 2001-11-15 17:26:04 phaller Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 4 | - KERNEL32: o fixed infinite loop in PE loader for corrupted or
|
|---|
| 5 | misinterpreted PE images (Opera 6)
|
|---|
| 6 | - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
|
|---|
| 7 |
|
|---|
| 8 | 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 9 | - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
|
|---|
| 10 | o Removed unnecessary string copy operation changes (heap -> stack)
|
|---|
| 11 | Performance improvement is minimal at best and stack
|
|---|
| 12 | corruption is MUCH harder to locate than heap corruption.
|
|---|
| 13 |
|
|---|
| 14 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 15 | - fastdep: o IPF support.
|
|---|
| 16 |
|
|---|
| 17 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 18 | - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
|
|---|
| 19 | ... which operate on stack only (STACK_strdupXXX)
|
|---|
| 20 | This could slightly reduce heap pressure.
|
|---|
| 21 | - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
|
|---|
| 22 |
|
|---|
| 23 | 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 24 | - KERNEL32: o Added missing entry in debug log table for hmparport
|
|---|
| 25 | (fixes crash in debug build with selective logging)
|
|---|
| 26 | - GDI32: o CalcBitmapSize bugfix
|
|---|
| 27 | o SetDIBitsToDevice workaround for bug in Matrox driver.
|
|---|
| 28 | When blitting 32 bpp data, the GpiDrawBits call will
|
|---|
| 29 | fail with an insufficient memory error. When that happens,
|
|---|
| 30 | convert data to 24 bpp and try again.
|
|---|
| 31 | (TODO: This can happen in more functions!!)
|
|---|
| 32 | o Fixes for wrong bit masks in several functions (24 & 32 bpp)
|
|---|
| 33 | o Refuse DeleteObject for DEFAULT_GUI_FONT handle
|
|---|
| 34 |
|
|---|
| 35 | 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 36 | - ODINWRAP: o improved thread call path tracking
|
|---|
| 37 | (now collects i. e. HEAP_malloc->HeapAlloc paths)
|
|---|
| 38 |
|
|---|
| 39 | 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 40 | - USER32: o Fix for calculating font size for a dialog box
|
|---|
| 41 |
|
|---|
| 42 | 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 43 | - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
|
|---|
| 44 | (Build breaker. Seems like someone has an old toolkit...)
|
|---|
| 45 |
|
|---|
| 46 | 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 47 | - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
|
|---|
| 48 |
|
|---|
| 49 | 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 50 | - COMCTL32: o Ported latest Wine property sheet control
|
|---|
| 51 | (fixes some, but not all problems in CVP)
|
|---|
| 52 |
|
|---|
| 53 | 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 54 | - KERNEL32: o first shot at parport support
|
|---|
| 55 |
|
|---|
| 56 | 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 57 | - USER32: o EndDialog fix for MFC dialog windows
|
|---|
| 58 | o static control fix: SS_CENTERIMAGE means fill remainder
|
|---|
| 59 | of client area with upper left pixel of bitmap
|
|---|
| 60 | - KERNEL32: o Fix for applications that use CreateFile to open
|
|---|
| 61 | a named pipe
|
|---|
| 62 |
|
|---|
| 63 | 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 64 | - WININET: o http, internet: WINE sync
|
|---|
| 65 |
|
|---|
| 66 | 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 67 | - KERNEL32: o Call old DosOpen if DosOpenL not available
|
|---|
| 68 |
|
|---|