source: trunk/changelog@ 3519

Last change on this file since 3519 was 3519, checked in by cbratschi, 26 years ago

* empty log message *

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