source: trunk/changelog@ 3485

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

* empty log message *

File size: 2.0 KB
Line 
1 /* $Id: changelog,v 1.924 2000-05-02 20:54:49 sandervl Exp $ */
2
3 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
5 should be >= 2, not > 2)
6 VirtualFree: Check for ERROR_ALIAS return value
7
8 Ported and changed/fixed XFolder stack dump code (symbol file only)
9 When a win32 app crashes, a dump of the stack is written
10 in odin32_0.log.
11 - USER32: Merged some Wine dialog changes (setting focus + font size)
12 Extra logging for some apis
13 Added support for RDW_FRAME flag to GetDCEx
14 - INCLUDE\makefiles: Added rule for converting map to symfile
15 A symbol file is now created for each exe/dll
16 - INCLUDE\ODINWRAP: Turned off profiling by default.
17 Our log is big enough as it is without even
18 more logging.
19
20 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
21 - makefile and tools/makefile:
22 tools/install is not a "needed tool" required for
23 to do the rest of the build; and it'is dependent on
24 kernel32.lib which haven't been made at the time
25 the needed_tools are being made. So, the making of
26 tools/install is the last thing we do in the makeprocess.
27 - WSOCK32, WINMM:
28 ODINWRAP changes below broke WSOCK32 and WINMM.
29 I've created some highly temporary fix for it this problem.
30 Could someone please make a permanent fix?
31 - tools/bin/wrc.exe and tools/wrc:
32 Important notice: __WIN32OS2__ is not defined when making wrc!
33 This was the reason why ':' was used as include separator.
34 This is corrected now. ';' is now the include separator.
35 A new wrc.exe has been checked in.
Note: See TracBrowser for help on using the repository browser.