source: trunk/changelog@ 7330

Last change on this file since 7330 was 7329, checked in by sandervl, 24 years ago

* empty log message *

File size: 2.1 KB
RevLine 
[7329]1/* $Id: changelog,v 1.1826 2001-11-13 13:19:56 sandervl Exp $ */
[6074]2
[7329]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
[7326]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
[7324]18 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
19 - USER32: o Fix for calculating font size for a dialog box
20
[7320]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
[7316]25 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
26 - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
27
[7303]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
[7299]32 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
33 - KERNEL32: o first shot at parport support
34
[7292]35 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: o EndDialog fix for MFC dialog windows
[7295]37 o static control fix: SS_CENTERIMAGE means fill remainder
38 of client area with upper left pixel of bitmap
[7292]39 - KERNEL32: o Fix for applications that use CreateFile to open
40 a named pipe
41
[7291]42 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
43 - WININET: o http, internet: WINE sync
44
[7285]45 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
46 - KERNEL32: o Call old DosOpen if DosOpenL not available
47
Note: See TracBrowser for help on using the repository browser.