source: trunk/changelog@ 7341

Last change on this file since 7341 was 7341, checked in by bird, 24 years ago

* empty log message *

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