source: trunk/changelog@ 7402

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

* empty log message *

File size: 4.9 KB
Line 
1/* $Id: changelog,v 1.1841 2001-11-20 09:53:01 sandervl Exp $ */
2
3 2001-11-20: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Destroy CD notification window during dll unload
5
6 2001-11-19: Sander van Leeuwen <sandervl@xs4all.nl>
7 - GUIDLIB: o Library with all GUIDs used by Odin
8 - COMDLG32, OLE32, OLEAUT32, SHLWAPI, SHELL32:
9 o Removed guid source files and link with guidlib.lib
10
11 2001-11-18: Sander van Leeuwen <sandervl@xs4all.nl>
12 - WS2_32: o Compile fix
13 - OLEAUT32: o Don't include guid file in custom build library
14
15 2000-11-18: Yuri Dario <mc6530@mclink.it>
16 - USER32: o WM_SETTEXT (unicode) fix
17 (latest changes broke Opera among other things)
18
19 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
20 - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
21 - USER32: o Disallow nested calls to SetScrollRange. This is most likely
22 not the right fix, but it works so far without negative side
23 effects.
24 (fixes crash in CVP listview with 4+ items)
25 - GDI32: o Removed line draw speedup. If I have to choose between
26 a performance loss of a few clock cycles and a code size
27 increase of 2k, I prefer the 1st option.
28 - WSOCK32: o ODINWRAP changes break winsock. This code still depended
29 on FS save/restore. Now added a wrapper header for all
30 OS/2 socket functions.
31
32 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
33 - ODINWRAP: o don't generate any frame procedure for RELEASE build
34 anymore (even no FS: wrapper (meanwhile superfluous))
35 -> significant performance gain for logged micro functions
36 - KERNEL32: o heap speedup (30%)
37 - GDI32: o minor line drawing speedup
38
39 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
40 - KERNEL32: o fixed infinite loop in PE loader for corrupted or
41 misinterpreted PE images (Opera 6)
42 - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
43
44 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
45 - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
46 o Removed unnecessary string copy operation changes (heap -> stack)
47 Performance improvement is minimal at best and stack
48 corruption is MUCH harder to locate than heap corruption.
49
50 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
51 - fastdep: o IPF support.
52
53 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
54 - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
55 ... which operate on stack only (STACK_strdupXXX)
56 This could slightly reduce heap pressure.
57 - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
58
59 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
60 - KERNEL32: o Added missing entry in debug log table for hmparport
61 (fixes crash in debug build with selective logging)
62 - GDI32: o CalcBitmapSize bugfix
63 o SetDIBitsToDevice workaround for bug in Matrox driver.
64 When blitting 32 bpp data, the GpiDrawBits call will
65 fail with an insufficient memory error. When that happens,
66 convert data to 24 bpp and try again.
67 (TODO: This can happen in more functions!!)
68 o Fixes for wrong bit masks in several functions (24 & 32 bpp)
69 o Refuse DeleteObject for DEFAULT_GUI_FONT handle
70
71 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
72 - ODINWRAP: o improved thread call path tracking
73 (now collects i. e. HEAP_malloc->HeapAlloc paths)
74
75 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
76 - USER32: o Fix for calculating font size for a dialog box
77
78 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
79 - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
80 (Build breaker. Seems like someone has an old toolkit...)
81
82 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
83 - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
84
85 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
86 - COMCTL32: o Ported latest Wine property sheet control
87 (fixes some, but not all problems in CVP)
88
89 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
90 - KERNEL32: o first shot at parport support
91
92 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
93 - USER32: o EndDialog fix for MFC dialog windows
94 o static control fix: SS_CENTERIMAGE means fill remainder
95 of client area with upper left pixel of bitmap
96 - KERNEL32: o Fix for applications that use CreateFile to open
97 a named pipe
98
99 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
100 - WININET: o http, internet: WINE sync
101
102 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
103 - KERNEL32: o Call old DosOpen if DosOpenL not available
104
Note: See TracBrowser for help on using the repository browser.