source: trunk/changelog@ 3552

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

* empty log message *

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