source: trunk/changelog@ 3576

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

* empty log message *

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