source: trunk/changelog@ 3543

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

* empty log message *

File size: 8.0 KB
Line 
1 /* $Id: changelog,v 1.941 2000-05-16 07:16:04 jeroen Exp $ */
2
3 2000-05-16: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
4 - GDI32: Fixed bug in font.cpp
5 iFontRename should use strncpy instead of memcpy since source
6 string passed may be smaller than amount of bytes to copy
7 resulting in GPF.
8
9 2000-05-14: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
10 - WNASPI32: Implemented working ASPI.
11
12 2000-05-14: Patrick Haller <phaller@gmx.net>
13 - SHLWAPI: finally separated SHELL32 and SHLWAPI,
14 adjusted to NT4 functions and exports
15
16 2000-05-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
17 - tools\common: Corrected makefiles.
18
19 2000-05-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
20 - KERNEL32: Print name of image referenced by EIP (stackdump)
21
22 2000-05-12: Sander van Leeuwen <sandervl@xs4all.nl>
23 - USER32:
24 Fixed bug in HOOK_RemoveHook (wrong call for enter semaphore method)
25 SetSysColors bugfix (called itself for some reason)
26 Fixed wrong dispatch of messages under certain conditions
27 - COMDLG32:
28 Fixed initial directory for GetOpen/SaveFileNameW
29 If initial dir string == "" -> use current dir (not only
30 when ptr equals NULL) (verified this behaviour in NT 4)
31 - GDI32:
32 Do manual image flip in dib section blit (fixes wrong position
33 of Palm Emulator bitmap)
34 Might also fix reversed video in RealPlayer 7 (Warp 4 FP13/WSeB FP1)
35
36 2000-05-10: Christoph Bratschi <cbratschi@datacomm.ch>
37 - COMCTL32: Fixed treeview item height bug (reported by Markus Montkowski)
38
39 2000-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
40 - USER32:
41 Fix for SetForegroundWindow (SWP_NOZORDER flag removed)
42 GetForegroundWindow now uses WinQueryActiveWindow instead
43 of Open32's GetForegroundWindow
44 - KERNEL32: Extra logging for atom functions, fixed GlobalGetAtomNameW
45 - COMDLG32:
46 Added missing ascii to unicode conversions in GetFileDialog95W
47 (file name (returned), initial dir & file dialog title)
48 - RICHED32: Added (Wine port)
49 - TOOLS\INSTALL: Added ChangeLog to installation script
50
51 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
52 - KERNEL32:
53 Enclose executable name in quotes if it (or it's directory)
54 contains spaces
55 Route rtl error messages to logfile (_set_crt_msg_handle)
56 Added support for system, user default & neutral language in
57 FindResourceExA/W
58 Fill in correct language id in GetUserDefaultLCID/GetSystemDefaultLCID
59 GetUserDefaultLangID & GetSystemDefaultLangID; gets country
60 with DosQueryCtryInfo
61 - WSOCK32:
62 Return WSAWOULDBLOCK if recv returns 0 and connection is
63 still available. (experimental change for rp7)
64 - USER32:
65 MENU_PtMenu: return when menu has no window handle (prevents
66 Moraff's YourJongg from crashing -> need to check why this
67 happens)
68 Bugfix in AdjustWindowRectEx; if style, exstyle and menu
69 = 0 -> no changes required to the input rectangle
70 (verified this in NT 4)
71 Don't send WM_ACTIVATE, WM_SET/KILLFOCUS & WM_SHOWWINDOW
72 messages when window is being destroyed.
73 - SHELL32:
74 Wrong systray classname used when creating systray window
75 Fixed bugs in SYSTRAY_SetTip/SYSTRAY_ModifyTip; string
76 copy operations used wrong size -> heap corruption
77 - DINPUT: Check window handle if app acquired mouse input in
78 cooperative mode
79 - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package
80
81 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
82 - GDI32: Added stretch blit mode support to dibsection blits
83
84 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
85 - USER32:
86 Fixed window property functions (ported from Wine)
87 The old ones used Open32 functions which no longer work
88 due to atom api changes a few months ago.
89 If the mouse has already been captured, then it must
90 be released before calling WinSetCapture ->
91 fixes menus & dialog in MS Word 97
92 - OLE32:
93 Fixed BindCtxImpl_SetBindOptions/BindCtxImpl_GetBindOptions
94 Need to check size of bind structure before copying (as done in Wine)
95 -> fixes crash (stack corruption) in MS Word 97
96 - WSOCK32:
97 When changing the receive or send buffer (setsockopt) and
98 it fails with WSAENOBUFS, decrease size until no error
99 is returned (63kb buffer is not always accepted by the
100 16 bits tcpip stack) (stops when buffer < 4096)
101
102 2000-05-04: Achim Hasenmueller <achimha@innotek.de>
103 - USER32:
104 Applied fix to GetDCEx where the check to see if
105 the window has its own DC was applying invalid
106 style flags due to missing parantheses
107 (reported by Oliver Braun)
108
109 2000-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
110 - USER32:
111 Menu font from bold to normal again. Bold fonts are too
112 big (rp7 menu split in two parts).
113
114 2000-05-03: Sander van Leeuwen <sandervl@xs4all.nl>
115 - WSOCK32:
116 Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
117 doesn't like high addresses; similar problems can also occur
118 elsewhere in wsock32)
119 - USER32:
120 Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
121 Caption & menu fonts now bold; different sizes (more like Wine now)
122 Set/clear WS_VISIBLE flag in SetWindowPos; don't call
123 ShowWindow.
124 Implemented Set/Get/ReleaseCapture without Open32
125 Release capture for window that is about to be disabled
126 Send WM_CAPTURECHANGED messages when capture changes
127
128 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
129 - KERNEL32:
130 GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
131 should be >= 2, not > 2)
132 VirtualFree: Check for ERROR_ALIAS return value
133
134 Ported and changed/fixed XFolder stack dump code (symbol file only)
135 When a win32 app crashes, a dump of the stack is written
136 in odin32_0.log.
137 - USER32:
138 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.