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