Changeset 3517 for trunk/changelog
- Timestamp:
- May 10, 2000, 3:58:21 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r3509 r3517 1 /* $Id: changelog,v 1.93 1 2000-05-10 13:10:57sandervl Exp $ */1 /* $Id: changelog,v 1.932 2000-05-10 13:58:21 sandervl Exp $ */ 2 2 3 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) 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 11 17 12 18 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 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 35 45 cooperative mode 36 - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package46 - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package 37 47 38 48 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl> 39 - GDI32: Added stretch blit mode support to dibsection blits 49 - GDI32: 50 Added stretch blit mode support to dibsection blits 40 51 41 52 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) 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) 55 69 56 70 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) 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) 61 76 62 77 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). 78 - USER32: 79 Menu font from bold to normal again. Bold fonts are too 80 big (rp7 menu split in two parts). 65 81 66 82 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 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 78 96 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 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 82 101 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. 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. 94 116 95 117 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 96 118 - makefile and tools/makefile: 97 tools/install is not a "needed tool" required for98 to do the rest of the build; and it'is dependent on99 kernel32.lib which haven't been made at the time100 the needed_tools are being made. So, the making of101 tools/install is the last thing we do in the makeprocess.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. 102 124 - 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?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? 106 128 - 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. 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 TracChangeset
for help on using the changeset viewer.
