source: trunk/changelog@ 3495

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

* empty log message *

File size: 3.4 KB
RevLine 
[3495]1 /* $Id: changelog,v 1.928 2000-05-05 11:34:14 sandervl Exp $ */
[2659]2
[3495]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
[3490]8 2000-05-04: Achim Hasenmueller <achimha@innotek.de>
[3495]9 - USER32: Applied fix to GetDCEx where the check to see if
10 the window has its own DC was applying invalid
11 style flags due to missing parantheses
12 (reported by Oliver Braun)
[3490]13
[3492]14 2000-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
15 - USER32: Menu font from bold to normal again. Bold fonts are too
16 big (rp7 menu split in two parts).
17
[3486]18 2000-05-03: Sander van Leeuwen <sandervl@xs4all.nl>
19 - WSOCK32: Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
20 doesn't like high addresses; similar problems can also occur
21 elsewhere in wsock32)
22 - USER32: Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
23 Caption & menu fonts now bold; different sizes (more like Wine now)
24 Set/clear WS_VISIBLE flag in SetWindowPos; don't call
25 ShowWindow.
26 Implemented Set/Get/ReleaseCapture without Open32
27 Release capture for window that is about to be disabled
28 Send WM_CAPTURECHANGED messages when capture changes
29
[3479]30 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
31 - KERNEL32: GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
32 should be >= 2, not > 2)
33 VirtualFree: Check for ERROR_ALIAS return value
34
35 Ported and changed/fixed XFolder stack dump code (symbol file only)
36 When a win32 app crashes, a dump of the stack is written
37 in odin32_0.log.
38 - USER32: Merged some Wine dialog changes (setting focus + font size)
39 Extra logging for some apis
40 Added support for RDW_FRAME flag to GetDCEx
41 - INCLUDE\makefiles: Added rule for converting map to symfile
42 A symbol file is now created for each exe/dll
43 - INCLUDE\ODINWRAP: Turned off profiling by default.
44 Our log is big enough as it is without even
45 more logging.
46
[3474]47 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[3471]48 - makefile and tools/makefile:
49 tools/install is not a "needed tool" required for
50 to do the rest of the build; and it'is dependent on
51 kernel32.lib which haven't been made at the time
52 the needed_tools are being made. So, the making of
53 tools/install is the last thing we do in the makeprocess.
[3474]54 - WSOCK32, WINMM:
55 ODINWRAP changes below broke WSOCK32 and WINMM.
56 I've created some highly temporary fix for it this problem.
57 Could someone please make a permanent fix?
[3478]58 - tools/bin/wrc.exe and tools/wrc:
59 Important notice: __WIN32OS2__ is not defined when making wrc!
60 This was the reason why ':' was used as include separator.
61 This is corrected now. ';' is now the include separator.
62 A new wrc.exe has been checked in.
Note: See TracBrowser for help on using the repository browser.