source: trunk/changelog@ 3586

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

* empty log message *

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