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