source: trunk/changelog@ 3523

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

* empty log message *

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