source: trunk/changelog@ 7488

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

* empty log message *

File size: 9.2 KB
Line 
1/* $Id: changelog,v 1.1865 2001-11-29 13:38:24 sandervl Exp $ */
2
3 2001-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
4 - COMCTL32: o Listview: invalidate entire item for ownerdraw control
5 (don't exclude report margin)
6 - KERNEL32: o Fixed disk access (yesterday's changes broke it)
7
8 2001-11-29: Patrick Haller <patrick.haller@innotek.de>
9 - KERNEL32: o Split dosdevice.cpp from stubs.cpp
10 (DefineDosDevice, QueryDosDevice)
11 - OLEAUT32: o olepicture.c: fixed null pointer exception
12
13 2001-11-28: Patrick Haller <patrick.haller@innotek.de>
14 - KERNEL32: o fixes in ::CreateFile calls (return codes must be Win32)
15 o fixes in symbolic link management
16 o marked some important TBDs for phys. disk mgmt!
17 o fixed HMCOMM to accept (what a good idea)
18 \\.\COM1, COM1, COM1: but not "\\.\COM1:" (NT4SP6)
19 o added support for AUX->COM1, PRN->LPT1, CON->CONOUT$
20 o added NUL device
21
22 2001-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
23 - KERNEL32: o WaitCommEvent fixes (must reset overlapped event semaphore &
24 store result of overlapped operation in parameter)
25 o Removed symbolic link for \\.\. Adding this is a very bad idea
26 as CreateFile calls for device driver will be routed to files.
27 Probably causes even more problems.
28 - INCLUDE: o winbase.h: CBR_xxxx definitions wrong
29
30 2001-11-27: Patrick Haller <patrick.haller@innotek.de>
31 - KERNEL32: o added \\.\ as standard symbolic link to the local namespace
32 This is the clean way for alternative device names,
33 local kludges in the device handlers should be avoided.
34 o fix in name resolver
35
36 2001-11-27: Sander van Leeuwen <sandervl@xs4all.nl>
37 - WSOCK32: o Missing FS wrapper macros added
38 - KERNEL32: o Accept \\.\COMx as name for COM ports
39 - USER32: o EnumChildWindow bugfix
40
41 2001-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
42 - KERNEL32: o Implemented CancelIo & GetOverlappedResult for serial comm
43 o Preliminary work on overlapped IO for serial comm
44
45 2001-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
46 - KERNEL32: o Custom build fix; check for double call for inittermKernel32
47 o More informative message when non-existing api is called.
48 Now displays dll + function name or ordinal.
49
50 2001-11-23: Patrick Haller <patrick.haller@innotek.de>
51 - KERNEL32: o minor work in parallel port support (ioctls)
52 o "Kernel Object Namespace" -> handlenames.cpp introduced
53 (yet inactive)
54
55 2001-11-23: knut st. osmundsen <kosmunds@csc.com>
56 - Misc. Makefiles: o Corrected the descriptions (on request from Ye][ow).
57
58 2001-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
59 - KERNEL32: o Check volume label during IOCTL_DISK_GET_DRIVE_GEOMETRY to
60 see if the media has been changed or removed.
61 o Implemented WriteFile & GetFileType for disk handles
62 (write currently only allowed for drive A)
63 - DSOUND: o Renamed DllGetClassObject & DllCanUnloadNow to avoid name
64 conflicts in the custom build.
65
66 2001-11-22: Patrick Haller <patrick.haller@innotek.de>
67 - ODINPROF: o initial version
68 PROFILE images using ODINCRTP generate a <pid>.prof file
69 (the optimized release build of ODINPROF should be used)
70 No source code modification required.
71 Problem: mapsym seems to corrupt kernel32.sym
72 - KERNEL32: o additions to parallel port support
73
74 2001-11-21: knut st. osmundsen <kosmunds@csc.com>
75 - src/makefile:
76 o Added guidlib to NOTDLLS.
77
78 2001-11-21: Sander van Leeuwen <sandervl@xs4all.nl>
79 - COMCTL32: o Tooltips bugfixes (wrong pointer used to free memory)
80 - USER32: o GetMenu: check that window menu is indeed a menu and not an id
81 (fixes failed assertion in ZOC)
82 o Groupbox fix: if text changes; erase top border + old text
83
84 2001-11-20: Sander van Leeuwen <sandervl@xs4all.nl>
85 - USER32: o Destroy CD notification window during dll unload
86 o Focus fix for dialog windows
87 Experiments in NT4 show that dialogs that are children don't
88 receive focus. Not sure if this is always true. (couldn't
89 find any info about this in the SDK docs)
90
91 2001-11-19: Sander van Leeuwen <sandervl@xs4all.nl>
92 - GUIDLIB: o Library with all GUIDs used by Odin
93 - COMDLG32, OLE32, OLEAUT32, SHLWAPI, SHELL32:
94 o Removed guid source files and link with guidlib.lib
95
96 2001-11-18: Sander van Leeuwen <sandervl@xs4all.nl>
97 - WS2_32: o Compile fix
98 - OLEAUT32: o Don't include guid file in custom build library
99
100 2000-11-18: Yuri Dario <mc6530@mclink.it>
101 - USER32: o WM_SETTEXT (unicode) fix
102 (latest changes broke Opera among other things)
103
104 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
105 - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
106 - USER32: o Disallow nested calls to SetScrollRange. This is most likely
107 not the right fix, but it works so far without negative side
108 effects.
109 (fixes crash in CVP listview with 4+ items)
110 - GDI32: o Removed line draw speedup. If I have to choose between
111 a performance loss of a few clock cycles and a code size
112 increase of 2k, I prefer the 1st option.
113 - WSOCK32: o ODINWRAP changes break winsock. This code still depended
114 on FS save/restore. Now added a wrapper header for all
115 OS/2 socket functions.
116
117 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
118 - ODINWRAP: o don't generate any frame procedure for RELEASE build
119 anymore (even no FS: wrapper (meanwhile superfluous))
120 -> significant performance gain for logged micro functions
121 - KERNEL32: o heap speedup (30%)
122 - GDI32: o minor line drawing speedup
123
124 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
125 - KERNEL32: o fixed infinite loop in PE loader for corrupted or
126 misinterpreted PE images (Opera 6)
127 - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
128
129 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
130 - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
131 o Removed unnecessary string copy operation changes (heap -> stack)
132 Performance improvement is minimal at best and stack
133 corruption is MUCH harder to locate than heap corruption.
134
135 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
136 - fastdep: o IPF support.
137
138 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
139 - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
140 ... which operate on stack only (STACK_strdupXXX)
141 This could slightly reduce heap pressure.
142 - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
143
144 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
145 - KERNEL32: o Added missing entry in debug log table for hmparport
146 (fixes crash in debug build with selective logging)
147 - GDI32: o CalcBitmapSize bugfix
148 o SetDIBitsToDevice workaround for bug in Matrox driver.
149 When blitting 32 bpp data, the GpiDrawBits call will
150 fail with an insufficient memory error. When that happens,
151 convert data to 24 bpp and try again.
152 (TODO: This can happen in more functions!!)
153 o Fixes for wrong bit masks in several functions (24 & 32 bpp)
154 o Refuse DeleteObject for DEFAULT_GUI_FONT handle
155
156 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
157 - ODINWRAP: o improved thread call path tracking
158 (now collects i. e. HEAP_malloc->HeapAlloc paths)
159
160 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
161 - USER32: o Fix for calculating font size for a dialog box
162
163 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
164 - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
165 (Build breaker. Seems like someone has an old toolkit...)
166
167 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
168 - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
169
170 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
171 - COMCTL32: o Ported latest Wine property sheet control
172 (fixes some, but not all problems in CVP)
173
174 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
175 - KERNEL32: o first shot at parport support
176
177 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
178 - USER32: o EndDialog fix for MFC dialog windows
179 o static control fix: SS_CENTERIMAGE means fill remainder
180 of client area with upper left pixel of bitmap
181 - KERNEL32: o Fix for applications that use CreateFile to open
182 a named pipe
183
184 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
185 - WININET: o http, internet: WINE sync
186
187 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
188 - KERNEL32: o Call old DosOpen if DosOpenL not available
189
Note: See TracBrowser for help on using the repository browser.