source: trunk/changelog@ 3509

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

* empty log message *

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