source: trunk/changelog@ 3580

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

* empty log message *

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