source: trunk/changelog@ 3517

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

* empty log message *

File size: 6.5 KB
Line 
1 /* $Id: changelog,v 1.932 2000-05-10 13:58:21 sandervl Exp $ */
2
3 2000-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32:
5 Fix for SetForegroundWindow (SWP_NOZORDER flag removed)
6 GetForegroundWindow now uses WinQueryActiveWindow instead
7 of Open32's GetForegroundWindow
8 - KERNEL32:
9 Extra logging for atom functions, fixed GlobalGetAtomNameW
10 - COMDLG32:
11 Added missing ascii to unicode conversions in GetFileDialog95W
12 (file name (returned), initial dir & file dialog title)
13 - RICHED32:
14 Added (Wine port)
15 - TOOLS\INSTALL:
16 Added ChangeLog to installation script
17
18 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
19 - KERNEL32:
20 Enclose executable name in quotes if it (or it's directory)
21 contains spaces
22 Route rtl error messages to logfile (_set_crt_msg_handle)
23 Added support for system, user default & neutral language in
24 FindResourceExA/W
25 Fill in correct language id in GetUserDefaultLCID/GetSystemDefaultLCID
26 GetUserDefaultLangID & GetSystemDefaultLangID; gets country
27 with DosQueryCtryInfo
28 - WSOCK32:
29 Return WSAWOULDBLOCK if recv returns 0 and connection is
30 still available. (experimental change for rp7)
31 - USER32:
32 MENU_PtMenu: return when menu has no window handle (prevents
33 Moraff's YourJongg from crashing -> need to check why this
34 happens)
35 Bugfix in AdjustWindowRectEx; if style, exstyle and menu
36 = 0 -> no changes required to the input rectangle
37 (verified this in NT 4)
38 Don't send WM_ACTIVATE, WM_SET/KILLFOCUS & WM_SHOWWINDOW
39 messages when window is being destroyed.
40 - SHELL32:
41 Wrong systray classname used when creating systray window
42 Fixed bugs in SYSTRAY_SetTip/SYSTRAY_ModifyTip; string
43 copy operations used wrong size -> heap corruption
44 - DINPUT: Check window handle if app acquired mouse input in
45 cooperative mode
46 - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package
47
48 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
49 - GDI32:
50 Added stretch blit mode support to dibsection blits
51
52 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
53 - USER32:
54 Fixed window property functions (ported from Wine)
55 The old ones used Open32 functions which no longer work
56 due to atom api changes a few months ago.
57 If the mouse has already been captured, then it must
58 be released before calling WinSetCapture ->
59 fixes menus & dialog in MS Word 97
60 - OLE32:
61 Fixed BindCtxImpl_SetBindOptions/BindCtxImpl_GetBindOptions
62 Need to check size of bind structure before copying (as done in Wine)
63 -> fixes crash (stack corruption) in MS Word 97
64 - WSOCK32:
65 When changing the receive or send buffer (setsockopt) and
66 it fails with WSAENOBUFS, decrease size until no error
67 is returned (63kb buffer is not always accepted by the
68 16 bits tcpip stack) (stops when buffer < 4096)
69
70 2000-05-04: Achim Hasenmueller <achimha@innotek.de>
71 - USER32:
72 Applied fix to GetDCEx where the check to see if
73 the window has its own DC was applying invalid
74 style flags due to missing parantheses
75 (reported by Oliver Braun)
76
77 2000-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
78 - USER32:
79 Menu font from bold to normal again. Bold fonts are too
80 big (rp7 menu split in two parts).
81
82 2000-05-03: Sander van Leeuwen <sandervl@xs4all.nl>
83 - WSOCK32:
84 Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
85 doesn't like high addresses; similar problems can also occur
86 elsewhere in wsock32)
87 - USER32:
88 Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
89 Caption & menu fonts now bold; different sizes (more like Wine now)
90 Set/clear WS_VISIBLE flag in SetWindowPos; don't call
91 ShowWindow.
92 Implemented Set/Get/ReleaseCapture without Open32
93 Release capture for window that is about to be disabled
94 Send WM_CAPTURECHANGED messages when capture changes
95
96 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
97 - KERNEL32:
98 GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
99 should be >= 2, not > 2)
100 VirtualFree: Check for ERROR_ALIAS return value
101
102 Ported and changed/fixed XFolder stack dump code (symbol file only)
103 When a win32 app crashes, a dump of the stack is written
104 in odin32_0.log.
105 - USER32:
106 Merged some Wine dialog changes (setting focus + font size)
107 Extra logging for some apis
108 Added support for RDW_FRAME flag to GetDCEx
109 - INCLUDE\makefiles:
110 Added rule for converting map to symfile
111 A symbol file is now created for each exe/dll
112 - INCLUDE\ODINWRAP:
113 Turned off profiling by default.
114 Our log is big enough as it is without even
115 more logging.
116
117 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
118 - makefile and tools/makefile:
119 tools/install is not a "needed tool" required for
120 to do the rest of the build; and it'is dependent on
121 kernel32.lib which haven't been made at the time
122 the needed_tools are being made. So, the making of
123 tools/install is the last thing we do in the makeprocess.
124 - WSOCK32, WINMM:
125 ODINWRAP changes below broke WSOCK32 and WINMM.
126 I've created some highly temporary fix for it this problem.
127 Could someone please make a permanent fix?
128 - tools/bin/wrc.exe and tools/wrc:
129 Important notice: __WIN32OS2__ is not defined when making wrc!
130 This was the reason why ':' was used as include separator.
131 This is corrected now. ';' is now the include separator.
132 A new wrc.exe has been checked in.
133
Note: See TracBrowser for help on using the repository browser.