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