source: trunk/changelog@ 7339

Last change on this file since 7339 was 7339, checked in by phaller, 24 years ago

.

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