1 | /* $Id: changelog,v 1.1826 2001-11-13 13:19:56 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - KERNEL32: o Added missing entry in debug log table for hmparport
|
---|
5 | (fixes crash in debug build with selective logging)
|
---|
6 | - GDI32: o CalcBitmapSize bugfix
|
---|
7 | o SetDIBitsToDevice workaround for bug in Matrox driver.
|
---|
8 | When blitting 32 bpp data, the GpiDrawBits call will
|
---|
9 | fail with an insufficient memory error. When that happens,
|
---|
10 | convert data to 24 bpp and try again.
|
---|
11 | (TODO: This can happen in more functions!!)
|
---|
12 | o Fixes for wrong bit masks in several functions (24 & 32 bpp)
|
---|
13 |
|
---|
14 | 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
|
---|
15 | - ODINWRAP: o improved thread call path tracking
|
---|
16 | (now collects i. e. HEAP_malloc->HeapAlloc paths)
|
---|
17 |
|
---|
18 | 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
19 | - USER32: o Fix for calculating font size for a dialog box
|
---|
20 |
|
---|
21 | 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
|
---|
22 | - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
|
---|
23 | (Build breaker. Seems like someone has an old toolkit...)
|
---|
24 |
|
---|
25 | 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
26 | - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
|
---|
27 |
|
---|
28 | 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
29 | - COMCTL32: o Ported latest Wine property sheet control
|
---|
30 | (fixes some, but not all problems in CVP)
|
---|
31 |
|
---|
32 | 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
33 | - KERNEL32: o first shot at parport support
|
---|
34 |
|
---|
35 | 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
36 | - USER32: o EndDialog fix for MFC dialog windows
|
---|
37 | o static control fix: SS_CENTERIMAGE means fill remainder
|
---|
38 | of client area with upper left pixel of bitmap
|
---|
39 | - KERNEL32: o Fix for applications that use CreateFile to open
|
---|
40 | a named pipe
|
---|
41 |
|
---|
42 | 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
43 | - WININET: o http, internet: WINE sync
|
---|
44 |
|
---|
45 | 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
46 | - KERNEL32: o Call old DosOpen if DosOpenL not available
|
---|
47 |
|
---|