1 | /* $Id: changelog,v 1.1207 2001-01-08 20:16:58 bird Exp $ */
|
---|
2 |
|
---|
3 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
4 | - tools\dailybuild:
|
---|
5 | o Updated with temporary server address.
|
---|
6 | o Put ftp userid/passwords into separate file.
|
---|
7 |
|
---|
8 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
9 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
10 | o Made pe.exe default.
|
---|
11 |
|
---|
12 | - bin\bldlevelinf.cmd:
|
---|
13 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
14 |
|
---|
15 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
16 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
17 | (config.sys lines removed)
|
---|
18 | o Added check for WarpIn 0.9.6 or higher
|
---|
19 | o Added check for OS/2 3.x or higher
|
---|
20 | - src\makefile:
|
---|
21 | o Exclude msvcrt from build process.
|
---|
22 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
23 | MFC app with MFC + MSVCRT dlls)
|
---|
24 |
|
---|
25 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
26 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
27 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
28 |
|
---|
29 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
30 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
31 | o KERNEL32_100 export added (stub)
|
---|
32 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
33 | handles when max handle has been assigned.
|
---|
34 | - GDI32/USER32/KERNEL32:
|
---|
35 | o Don't export private Odin functions by name (we import
|
---|
36 | everything by ordinal)
|
---|
37 |
|
---|
38 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
39 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
40 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
41 |
|
---|