1 | /* $Id: changelog,v 1.1224 2001-01-19 02:48:08 bird Exp $ */
|
---|
2 |
|
---|
3 | 2001-01-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
4 | - Win32k: o Added support for kernel revisions. (like 14062A)
|
---|
5 | o Added build 14062a kernels.
|
---|
6 | o Added build 14062 kernels for Warp 4.
|
---|
7 |
|
---|
8 | 2001-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
9 | - GDI32: o More logging
|
---|
10 | o Use StretchDIBits in SetDIBitsToDevice instead of Open32
|
---|
11 | function. (which doesn't work for compressed bitmaps)
|
---|
12 | (MS Excel 97 startup bitmap displays correctly now)
|
---|
13 | (MS Developer startup bitmap overlay correct now (Visual C++ part))
|
---|
14 | - WGSS50: o Reported problems with SaveDC/RestoreDC and StretchDIBits
|
---|
15 | (Modelator graphics corruption fixed)
|
---|
16 | - KERNEL32: o Create system.ini with '[mci] cdaudio=mcicda.drv' section
|
---|
17 | during installation
|
---|
18 | o Fixed bug in lstrncpyA (return when specified length is 0)
|
---|
19 | o MultiByteToWideChar bugfix (calculate string length if input
|
---|
20 | length is -1 before checking if dest length is 0)
|
---|
21 | (MS Word 97 no longer crashes)
|
---|
22 | o RegQueryValueExW bugfix
|
---|
23 | (caused stack corruption in Excel and probably many other
|
---|
24 | apps that use this function too)
|
---|
25 | - OLEAUT32: o Ported David's typelib changes.
|
---|
26 | (MS Word 97 starts immediately and doesn't spend an hour
|
---|
27 | searching for typelibs in dlls)
|
---|
28 | TODO: Check bugfixes/changes in latest Wine code and merge
|
---|
29 | them.
|
---|
30 | TODO: Port picture classes
|
---|
31 |
|
---|
32 | 2000-01-17: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
33 | - WINMM\MCICDA:
|
---|
34 | o Wrong call to os2CDCloseTray
|
---|
35 |
|
---|
36 | 2001-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
37 | - COMDLG32: o Get current directory if initial dir == NULL (win31 style
|
---|
38 | file dialog).
|
---|
39 | o Fix for filter. (default to NULL; not " /0/0")
|
---|
40 | o Scale icons to 16x16 (win31 style file dialog) -> system
|
---|
41 | default (32x32) is too big. (TODO: Our user32 icons are too
|
---|
42 | big)
|
---|
43 | o Drive list not initialized correctly. (GetDriveTypeA return
|
---|
44 | value interpreted wrong)
|
---|
45 | -> use GetLogicalDrives instead to avoid accessing floppy
|
---|
46 | drives (which GetDriveType does)
|
---|
47 | - USER32: o Replaced some icons with those found in SHELL32:
|
---|
48 | - open & closed folder
|
---|
49 | - floppy, harddisk & network drive
|
---|
50 | o Fixed bug in NotifyFormatFrame method (fixes problems
|
---|
51 | with combobox)
|
---|
52 | o ComboLBox bugfix (extra vertical scrollbar)
|
---|
53 | o LISTBOX_Directory bugfix (must check for FILE_ATTRIBUTE_NORMAL)
|
---|
54 | (removes files from directory listing in common file dialog)
|
---|
55 | - KERNEL32: o Fix for executable names with spaces in path
|
---|
56 | o Workaround for applications that block the PM input queue
|
---|
57 | while waiting for a child process to terminate.
|
---|
58 | (WaitSingleObject now calls MsgWaitMultipleObjects and
|
---|
59 | processes messages while waiting for the process to die)
|
---|
60 | (Napster install now doesn't block PM anymore (forcing a reboot))
|
---|
61 | o Add class keys for SHDOCVW during install
|
---|
62 | - SHDOCVW: o Added (Wine 20010112 port)
|
---|
63 | - WSOCK32: o Changed File and Product version to 0x0400, 0x0565012C (NT4, SP6)
|
---|
64 |
|
---|
65 | 2001-01-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
66 | - tools\install, tools\dailybuild:
|
---|
67 | o Added odincrt.dll to debug release (to make wgss50.dll happy).
|
---|
68 |
|
---|
69 | 2001-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
70 | - USER32: o DrawIconEx bugfix (fixes bitmap menu item when maximizing
|
---|
71 | MDI window)
|
---|
72 | - COMDLG32: o Added/Ported 16 bits common dialog Wine code.
|
---|
73 | (GetOpen/SaveFileName with hook and without OFN_EXPLORER
|
---|
74 | flag implies old Windows 3.1 style dialog)
|
---|
75 | (not completely working yet, but better than the mess we
|
---|
76 | saw before (InstallShield -> browse dir))
|
---|
77 |
|
---|
78 | 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
79 | - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
|
---|
80 | - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
|
---|
81 | (fixes MDI window borders (which were too thin))
|
---|
82 |
|
---|
83 | 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
84 | - tools\install:
|
---|
85 | o Corrected packing of wpss50.dll.
|
---|
86 | o Added .sym files to release distributions. (optional package)
|
---|
87 |
|
---|
88 | - tools\dailybuild:
|
---|
89 | o Removed uploading of glide-stuff.
|
---|
90 |
|
---|
91 | 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
92 | - INCLUDE\dcdata, GDI32, USER32:
|
---|
93 | o Updates for WGSS50.
|
---|
94 |
|
---|
95 | - LIB\WGSS50.lib, BIN\WGSS50.dll:
|
---|
96 | o Binary distribution of WGSS50 added
|
---|
97 |
|
---|
98 | 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
99 | - tools\dailybuild:
|
---|
100 | o Added wgss50.dll to the .ZIPs.
|
---|
101 |
|
---|
102 | - lib o Added making of wgss50.lib.
|
---|
103 | (So, that it corresponds to the other libraries made there.)
|
---|
104 | o Converted wgss50.lib to a deffile.
|
---|
105 |
|
---|
106 | 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
107 | - ReportingBugs.txt:
|
---|
108 | o Specify windows & system32 directory in bug reports
|
---|
109 | (description included on how to determine this)
|
---|
110 |
|
---|
111 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
112 | - tools\dailybuild:
|
---|
113 | o Updated with temporary server address.
|
---|
114 | o Put ftp userid/passwords into separate file.
|
---|
115 | o Build number incrementation. (Stored in versionos2.h)
|
---|
116 | (Use bldlevel on the DLLs to look at it.)
|
---|
117 | o Splitted out 3dxf/glide stuff into separat .zips.
|
---|
118 |
|
---|
119 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
120 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
121 | o Made pe.exe default.
|
---|
122 | o Added UNI and SMP 14062 kernels (convenience pack).
|
---|
123 | (Have anyone got the Warp 4 convenience pack with the right .sym files?)
|
---|
124 |
|
---|
125 | - bin\bldlevelinf.cmd:
|
---|
126 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
127 |
|
---|
128 | - makefiles:
|
---|
129 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
130 | (There seems like there have been some kind of revision mixup in
|
---|
131 | Sanders tree?)
|
---|
132 | o Updated the other post files with LXOpt.
|
---|
133 |
|
---|
134 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
135 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
136 | (config.sys lines removed)
|
---|
137 | o Update: This is NOT a WarpIn bug, but an error in the script.
|
---|
138 | Now fixed.
|
---|
139 | o Added check for WarpIn 0.9.6 or higher
|
---|
140 | o Added check for OS/2 3.x or higher
|
---|
141 | - src\makefile:
|
---|
142 | o Exclude msvcrt from build process.
|
---|
143 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
144 | MFC app with MFC + MSVCRT dlls)
|
---|
145 |
|
---|
146 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
147 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
148 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
149 |
|
---|
150 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
151 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
152 | o KERNEL32_100 export added (stub)
|
---|
153 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
154 | handles when max handle has been assigned.
|
---|
155 | - GDI32/USER32/KERNEL32:
|
---|
156 | o Don't export private Odin functions by name (we import
|
---|
157 | everything by ordinal)
|
---|
158 |
|
---|
159 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
160 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
161 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
162 |
|
---|