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