source: trunk/changelog@ 3570

Last change on this file since 3570 was 3570, checked in by jeroen, 26 years ago

* empty log message *

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