1 | /* $Id: changelog,v 1.1216 2001-01-10 20:37:32 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
|
---|
5 | - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
|
---|
6 | (fixes MDI window borders (which were too thin))
|
---|
7 |
|
---|
8 | 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
9 | - tools\install:
|
---|
10 | o Corrected packing of wpss50.dll.
|
---|
11 | o Added .sym files to release distributions. (optional package)
|
---|
12 |
|
---|
13 | - tools\dailybuild:
|
---|
14 | o Removed uploading of glide-stuff.
|
---|
15 |
|
---|
16 | 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
17 | - INCLUDE\dcdata, GDI32, USER32:
|
---|
18 | o Updates for WGSS50.
|
---|
19 |
|
---|
20 | - LIB\WGSS50.lib, BIN\WGSS50.dll:
|
---|
21 | o Binary distribution of WGSS50 added
|
---|
22 |
|
---|
23 | 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
24 | - tools\dailybuild:
|
---|
25 | o Added wgss50.dll to the .ZIPs.
|
---|
26 |
|
---|
27 | - lib o Added making of wgss50.lib.
|
---|
28 | (So, that it corresponds to the other libraries made there.)
|
---|
29 | o Converted wgss50.lib to a deffile.
|
---|
30 |
|
---|
31 | 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
32 | - ReportingBugs.txt:
|
---|
33 | o Specify windows & system32 directory in bug reports
|
---|
34 | (description included on how to determine this)
|
---|
35 |
|
---|
36 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
37 | - tools\dailybuild:
|
---|
38 | o Updated with temporary server address.
|
---|
39 | o Put ftp userid/passwords into separate file.
|
---|
40 | o Build number incrementation. (Stored in versionos2.h)
|
---|
41 | (Use bldlevel on the DLLs to look at it.)
|
---|
42 | o Splitted out 3dxf/glide stuff into separat .zips.
|
---|
43 |
|
---|
44 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
45 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
46 | o Made pe.exe default.
|
---|
47 | o Added UNI and SMP 14062 kernels (convenience pack).
|
---|
48 | (Have anyone got the Warp 4 convenience pack with the right .sym files?)
|
---|
49 |
|
---|
50 | - bin\bldlevelinf.cmd:
|
---|
51 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
52 |
|
---|
53 | - makefiles:
|
---|
54 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
55 | (There seems like there have been some kind of revision mixup in
|
---|
56 | Sanders tree?)
|
---|
57 | o Updated the other post files with LXOpt.
|
---|
58 |
|
---|
59 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
60 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
61 | (config.sys lines removed)
|
---|
62 | o Update: This is NOT a WarpIn bug, but an error in the script.
|
---|
63 | Now fixed.
|
---|
64 | o Added check for WarpIn 0.9.6 or higher
|
---|
65 | o Added check for OS/2 3.x or higher
|
---|
66 | - src\makefile:
|
---|
67 | o Exclude msvcrt from build process.
|
---|
68 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
69 | MFC app with MFC + MSVCRT dlls)
|
---|
70 |
|
---|
71 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
72 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
73 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
74 |
|
---|
75 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
76 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
77 | o KERNEL32_100 export added (stub)
|
---|
78 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
79 | handles when max handle has been assigned.
|
---|
80 | - GDI32/USER32/KERNEL32:
|
---|
81 | o Don't export private Odin functions by name (we import
|
---|
82 | everything by ordinal)
|
---|
83 |
|
---|
84 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
85 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
86 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
87 |
|
---|