source: trunk/changelog@ 3500

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

* empty log message *

File size: 4.1 KB
Line 
1 /* $Id: changelog,v 1.929 2000-05-05 18:23:29 sandervl Exp $ */
2
3 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: Fixed window property functions (ported from Wine)
5 The old ones used Open32 functions which no longer work
6 due to atom api changes a few months ago.
7 If the mouse has already been captured, then it must
8 be released before calling WinSetCapture ->
9 fixes menus & dialog in MS Word 97
10 - OLE32: Fixed BindCtxImpl_SetBindOptions/BindCtxImpl_GetBindOptions
11 Need to check size of bind structure before copying (as done in Wine)
12 -> fixes crash (stack corruption) in MS Word 97
13 - WSOCK32: When changing the receive or send buffer (setsockopt) and
14 it fails with WSAENOBUFS, decrease size until no error
15 is returned (63kb buffer is not always accepted by the
16 16 bits tcpip stack) (stops when buffer < 4096)
17
18 2000-05-04: Achim Hasenmueller <achimha@innotek.de>
19 - USER32: Applied fix to GetDCEx where the check to see if
20 the window has its own DC was applying invalid
21 style flags due to missing parantheses
22 (reported by Oliver Braun)
23
24 2000-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
25 - USER32: Menu font from bold to normal again. Bold fonts are too
26 big (rp7 menu split in two parts).
27
28 2000-05-03: Sander van Leeuwen <sandervl@xs4all.nl>
29 - WSOCK32: Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
30 doesn't like high addresses; similar problems can also occur
31 elsewhere in wsock32)
32 - USER32: Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
33 Caption & menu fonts now bold; different sizes (more like Wine now)
34 Set/clear WS_VISIBLE flag in SetWindowPos; don't call
35 ShowWindow.
36 Implemented Set/Get/ReleaseCapture without Open32
37 Release capture for window that is about to be disabled
38 Send WM_CAPTURECHANGED messages when capture changes
39
40 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
41 - KERNEL32: GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
42 should be >= 2, not > 2)
43 VirtualFree: Check for ERROR_ALIAS return value
44
45 Ported and changed/fixed XFolder stack dump code (symbol file only)
46 When a win32 app crashes, a dump of the stack is written
47 in odin32_0.log.
48 - USER32: Merged some Wine dialog changes (setting focus + font size)
49 Extra logging for some apis
50 Added support for RDW_FRAME flag to GetDCEx
51 - INCLUDE\makefiles: Added rule for converting map to symfile
52 A symbol file is now created for each exe/dll
53 - INCLUDE\ODINWRAP: Turned off profiling by default.
54 Our log is big enough as it is without even
55 more logging.
56
57 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
58 - makefile and tools/makefile:
59 tools/install is not a "needed tool" required for
60 to do the rest of the build; and it'is dependent on
61 kernel32.lib which haven't been made at the time
62 the needed_tools are being made. So, the making of
63 tools/install is the last thing we do in the makeprocess.
64 - WSOCK32, WINMM:
65 ODINWRAP changes below broke WSOCK32 and WINMM.
66 I've created some highly temporary fix for it this problem.
67 Could someone please make a permanent fix?
68 - tools/bin/wrc.exe and tools/wrc:
69 Important notice: __WIN32OS2__ is not defined when making wrc!
70 This was the reason why ':' was used as include separator.
71 This is corrected now. ';' is now the include separator.
72 A new wrc.exe has been checked in.
Note: See TracBrowser for help on using the repository browser.