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