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