source: trunk/changelog@ 7522

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

* empty log message *

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