source: trunk/changelog@ 3533

Last change on this file since 3533 was 3533, checked in by bird, 26 years ago

* empty log message *

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