source: trunk/changelog@ 3596

Last change on this file since 3596 was 3596, checked in by sandervl, 26 years ago

* empty log message *

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