source: trunk/changelog@ 3627

Last change on this file since 3627 was 3627, checked in by sandervl, 25 years ago

* empty log message *

File size: 14.0 KB
Line 
1 /* $Id: changelog,v 1.964 2000-05-28 19:50:13 sandervl Exp $ */
2
3 2000-05-28: Michal Necasek <mike@mendelu.cz>
4 - USER32: MapVirtualKeyA fix for game Commandos (not complete)
5
6 2000-05-28: Sander van Leeuwen <sandervl@xs4all.nl>
7 - SHELL32: Merged ShellExecuteA/W of latest Wine release (old version
8 did not return process handle)
9 - KERNEL32/USER32:
10 Rewrote and cleaned up resource handling. FindResource(Ex)
11 now returns IMAGE_RESOURCE_DATA_ENTRY pointer.
12
13 2000-05-27: Sander van Leeuwen <sandervl@xs4all.nl>
14 - KERNEL32: Don't call entrypoint when executable is loaded as dll (with
15 LoadLibrary(Ex))
16 Fixed bugs in GetVolumeInformationA
17
18 2000-05-26: Sander van Leeuwen <sandervl@xs4all.nl>
19 - USER32: Don't call Dinput handlers (mouse & keyboard) during message
20 translation in PeekMessage unless msg is removed.
21 Don't use FCF_TASKLIST style anymore; manually add/remove
22 windows from tasklist (only windows with no parent are added;
23 visible in window list if window is visible; change tasklist
24 status in SetWindowPos (SWP_SHOW/HIDEWINDOW) or ShowWindow)
25 - KERNEL32: Don't delete a memory map when it's file handle is closed.
26 Delete it when the last view has been unmapped. (and the handle
27 is closed)
28 Added method to query the size of a win32 image.
29 - INCLUDE\makefiles:
30 Added TCPV40HDRS definition
31
32 2000-05-24: Sander van Leeuwen <sandervl@xs4all.nl>
33 - KERNEL32: Fixed some memory map bugs (memory sdk sample works again)
34 - USER32: Experimental generation of own WM_HITTEST messages (disabled now)
35 Don't activate active MDI child.
36
37 2000-05-24: Patrick Haller <phaller@gmx.net>
38 - WINMM: finally fixed callback type of timeSetEvent() timers
39 - KERNEL32: changed (experimentally) behaviour of MapViewOfFileEx:
40 lpBaseAddress is ignored (VAJ3 loads)
41
42 2000-05-23: Sander van Leeuwen <sandervl@xs4all.nl>
43 - KERNEL32: Rewrote GetVolumeInformationA/W
44 Fixed call to GetFileTime in OpenFile
45 - DDRAW: Bugfix for querying HEL caps in DrawGetCaps
46 (support for different DX versions)
47
48 2000-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
49 - KERNEL32: GetFileAttributes bugfix:
50 Open32 returns FILE_ATTRIBUTE_DIRECTORY|FILE_ATTRIBUTE_NORMAL for
51 directories whereas NT 4 (SP6) only returns FILE_ATTRIBUTE_DIRECTORY
52 Fixed GetFileTime; wasn't updated for handle manager
53 (InstallShield now continues after initial window (used to
54 stop at 99%))
55 Create thread security objects during THDB creation (not complete)
56 -> fixes crash in NTDLL for thread tokens
57 -> PowerDVD 2.55 install now completes
58 FindResource(Ex)A/W: if resource not found, then try:
59 - resource with user default language
60 - resource with system default language
61 - first available resource (any language)
62 (TODO: Need to check what NT really does)
63 -> fixes wrong strings (i.e. menu & buttons) in PowerDVD
64 - GDI32: Sync dib section in StretchDIBits if destination hdc contains
65 selected dib section
66 -> fixes black windows in PowerDVD (todo: palette still wrong)
67
68 2000-05-21: Christoph Bratschi <cbratschi@datacomm.ch>
69 - USER32: merged controls with Corel WINE 20000513
70 fixed titlebar double click -> restore/maximize
71 show window text changes (why was this disabled?)
72 - COMCTL32: merged with Corel WINE 20000513
73 added APIs used by IE5 (credit: Patrick Haller)
74
75 2000-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
76 - USER32: BroadcastMessageA/W bugfix
77 Set visible state for both client & frame windows (fixes
78 redrawing of toolbar window in mIRC32) in SetWindowPos &
79 ShowWindow
80 - KERNEL32: Partly implemented GetDiskFreeSpaceExA/W; need to add support
81 for 64 bits values!
82
83 2000-05-19: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
84 - ICMP: Initial release of ICMP.DLL and header files
85 - OPENGL32: Upgraded to latest level (3.3)
86
87 2000-05-19: Yuri Dario <mc6530@mclink.it>
88 - USER32: Don't send WM_PARENTNOTIFY if parent has already been destroyed
89
90 2000-05-19: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
91 - WNASPI32: Unique id & buffer length bugfixes -> CDRWIN 3.8a
92 works now (recording on SCSI only for now)
93
94 2000-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
95 - SHELL32: Fixed some exports
96 - SHLWAPI: Fixed ordinals of exports (based on NT4 SP6) + added stubs
97 - GDI32: Fixed palette copy in SetDIBits (dib sections) -> fixes
98 bitmap colors in WinDVD control window & X-Wing vs. Tie-Fighter
99 install window
100
101 2000-05-18: Michal Necasek <mike@mendelu.cz>
102 - DSOUND: An updated version, hopefully not too many bugs were introduced
103
104 2000-05-18: Sander van Leeuwen <sandervl@xs4all.nl>
105 - KERNEL32: EnumResourceNamesA bugfix (wrong length in UnicodeToAsciiN call)
106 (reported by Michal Necasek)
107 Call CheckLogException for each exception; safety guard against
108 exceptions inside WriteLog.
109 - WSOCK32: Mark cancelled async select to avoid finding it before the
110 thread removes itself from the queue
111 Check if async select thread is blocking inside select before
112 calling so_cancel to cancel or change the async select.
113 - SHELL32: Removed Path* functions; added forwarders to shlwapi.dll
114 - SHLWAPI: Merged path function with Wine 20000430 (shellpath.cpp)
115 Added DllGetVersion export.
116 Added SHCreateStdEnumFmtEtc, CIDLData_CreateFromIDArray, SHFindFiles
117 SHFindComputer + other apis used by IE5 (stubs)
118 - COMCTL32: Added export 389 (return 0 as in NT 4) & 390 (stub); IE5 needs them
119 Added DPA_LoadStream & DPA_SaveStream (Wine port)
120
121 2000-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
122 - COMDLG32: Fixed shlwapi imports (GetProcAddress failed for PathFindFileNameA
123 -> crash when calling file dialog functions)
124
125 2000-05-16: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
126 - GDI32: Fixed bug in font.cpp
127 iFontRename should use strncpy instead of memcpy since source
128 string passed may be smaller than amount of bytes to copy
129 resulting in GPF.
130
131 2000-05-14: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
132 - WNASPI32: Implemented working ASPI.
133
134 2000-05-14: Patrick Haller <phaller@gmx.net>
135 - SHLWAPI: finally separated SHELL32 and SHLWAPI, adjusted to NT4 functions and exports
136
137 2000-05-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
138 - tools\common: Corrected makefiles.
139
140 2000-05-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
141 - KERNEL32: Print name of image referenced by EIP (stackdump)
142
143 2000-05-12: Sander van Leeuwen <sandervl@xs4all.nl>
144 - USER32: Fixed bug in HOOK_RemoveHook (wrong call for enter semaphore method)
145 SetSysColors bugfix (called itself for some reason)
146 Fixed wrong dispatch of messages under certain conditions
147 - COMDLG32: Fixed initial directory for GetOpen/SaveFileNameW
148 If initial dir string == "" -> use current dir (not only
149 when ptr equals NULL) (verified this behaviour in NT 4)
150 - GDI32: Do manual image flip in dib section blit (fixes wrong position
151 of Palm Emulator bitmap)
152 Might also fix reversed video in RealPlayer 7 (Warp 4 FP13/WSeB FP1)
153
154 2000-05-10: Christoph Bratschi <cbratschi@datacomm.ch>
155 - COMCTL32: Fixed treeview item height bug (reported by Markus Montkowski)
156
157 2000-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
158 - USER32: Fix for SetForegroundWindow (SWP_NOZORDER flag removed)
159 GetForegroundWindow now uses WinQueryActiveWindow instead
160 of Open32's GetForegroundWindow
161 - KERNEL32: Extra logging for atom functions, fixed GlobalGetAtomNameW
162 - COMDLG32: Added missing ascii to unicode conversions in GetFileDialog95W
163 (file name (returned), initial dir & file dialog title)
164 - RICHED32: Added (Wine port)
165 - TOOLS\INSTALL: Added ChangeLog to installation script
166
167 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
168 - KERNEL32: Enclose executable name in quotes if it (or it's directory)
169 contains spaces
170 Route rtl error messages to logfile (_set_crt_msg_handle)
171 Added support for system, user default & neutral language in
172 FindResourceExA/W
173 Fill in correct language id in GetUserDefaultLCID/GetSystemDefaultLCID
174 GetUserDefaultLangID & GetSystemDefaultLangID; gets country
175 with DosQueryCtryInfo
176 - WSOCK32: Return WSAWOULDBLOCK if recv returns 0 and connection is
177 still available. (experimental change for rp7)
178 - USER32: MENU_PtMenu: return when menu has no window handle (prevents
179 Moraff's YourJongg from crashing -> need to check why this
180 happens)
181 Bugfix in AdjustWindowRectEx; if style, exstyle and menu
182 = 0 -> no changes required to the input rectangle
183 (verified this in NT 4)
184 Don't send WM_ACTIVATE, WM_SET/KILLFOCUS & WM_SHOWWINDOW
185 messages when window is being destroyed.
186 - SHELL32: Wrong systray classname used when creating systray window
187 Fixed bugs in SYSTRAY_SetTip/SYSTRAY_ModifyTip; string
188 copy operations used wrong size -> heap corruption
189 - DINPUT: Check window handle if app acquired mouse input in
190 cooperative mode
191 - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package
192
193 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
194 - GDI32: Added stretch blit mode support to dibsection blits
195
196 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
197 - USER32: Fixed window property functions (ported from Wine)
198 The old ones used Open32 functions which no longer work
199 due to atom api changes a few months ago.
200 If the mouse has already been captured, then it must
201 be released before calling WinSetCapture ->
202 fixes menus & dialog in MS Word 97
203 - OLE32: Fixed BindCtxImpl_SetBindOptions/BindCtxImpl_GetBindOptions
204 Need to check size of bind structure before copying (as done in Wine)
205 -> fixes crash (stack corruption) in MS Word 97
206 - WSOCK32: When changing the receive or send buffer (setsockopt) and
207 it fails with WSAENOBUFS, decrease size until no error
208 is returned (63kb buffer is not always accepted by the
209 16 bits tcpip stack) (stops when buffer < 4096)
210
211 2000-05-04: Achim Hasenmueller <achimha@innotek.de>
212 - USER32: Applied fix to GetDCEx where the check to see if
213 the window has its own DC was applying invalid
214 style flags due to missing parantheses
215 (reported by Oliver Braun)
216
217 2000-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
218 - USER32: Menu font from bold to normal again. Bold fonts are too
219 big (rp7 menu split in two parts).
220
221 2000-05-03: Sander van Leeuwen <sandervl@xs4all.nl>
222 - WSOCK32: Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
223 doesn't like high addresses; similar problems can also occur
224 elsewhere in wsock32)
225 - USER32: Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
226 Caption & menu fonts now bold; different sizes (more like Wine now)
227 Set/clear WS_VISIBLE flag in SetWindowPos; don't call
228 ShowWindow.
229 Implemented Set/Get/ReleaseCapture without Open32
230 Release capture for window that is about to be disabled
231 Send WM_CAPTURECHANGED messages when capture changes
232
233 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
234 - KERNEL32: GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
235 should be >= 2, not > 2)
236 VirtualFree: Check for ERROR_ALIAS return value
237
238 Ported and changed/fixed XFolder stack dump code (symbol file only)
239 When a win32 app crashes, a dump of the stack is written
240 in odin32_0.log.
241 - USER32: Merged some Wine dialog changes (setting focus + font size)
242 Extra logging for some apis
243 Added support for RDW_FRAME flag to GetDCEx
244 - INCLUDE\makefiles:
245 Added rule for converting map to symfile
246 A symbol file is now created for each exe/dll
247 - INCLUDE\ODINWRAP:
248 Turned off profiling by default.
249 Our log is big enough as it is without even
250 more logging.
251
252 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
253 - makefile and tools/makefile:
254 tools/install is not a "needed tool" required for
255 to do the rest of the build; and it'is dependent on
256 kernel32.lib which haven't been made at the time
257 the needed_tools are being made. So, the making of
258 tools/install is the last thing we do in the makeprocess.
259 - WSOCK32, WINMM:
260 ODINWRAP changes below broke WSOCK32 and WINMM.
261 I've created some highly temporary fix for it this problem.
262 Could someone please make a permanent fix?
263 - tools/bin/wrc.exe and tools/wrc:
264 Important notice: __WIN32OS2__ is not defined when making wrc!
265 This was the reason why ':' was used as include separator.
266 This is corrected now. ';' is now the include separator.
267 A new wrc.exe has been checked in.
268
Note: See TracBrowser for help on using the repository browser.