1 | /* $Id: changelog,v 1.2093 2002-05-23 07:12:37 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2002-05-23: Platon Fomichev <platon@innotek.de>
|
---|
4 | - USER32: o Keyboard fixes for right alt & right shift
|
---|
5 |
|
---|
6 | 2002-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
7 | - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
|
---|
8 | (fixes RealPlayer (PostThreadMessage))
|
---|
9 | - WINMM: o Added debug wrappers
|
---|
10 | o Started with mixer api rewrite
|
---|
11 |
|
---|
12 | 2002-05-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
13 | - KERNEL32: o Round stack top & bottom (TIB) to page boundary
|
---|
14 |
|
---|
15 | 2002-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
16 | - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
|
---|
17 | since a dll that depends on dlls with an exitlist handler
|
---|
18 | doesn't get properly unloaded (initterm not called for unload
|
---|
19 | nor for a 2nd load)
|
---|
20 |
|
---|
21 | 2002-05-20: Dmitry Froloff <froloff@os2.ru>
|
---|
22 | - KERNEL32: o Removed 64 MB memory mapped file limit
|
---|
23 | o Fix for opening memory mapped file with size larger than
|
---|
24 | the file size
|
---|
25 |
|
---|
26 | 2002-05-17: Platon Fomichev <platon@innotek.de>
|
---|
27 | - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
|
---|
28 | if window is not visible (fixes endless loop in
|
---|
29 | property sheet when switching page with keyboard)
|
---|
30 |
|
---|
31 | 2002-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
32 | - OLEAUT32: o Resync with latest Wine
|
---|
33 | - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
|
---|
34 | (IOCTL_CDROM_CURRENT_POSITION only)
|
---|
35 | o IOCTL_CDROM_READ_TOC fix
|
---|
36 |
|
---|
37 | 2002-05-16: knut st. osmundsen <bird@anduin.net>
|
---|
38 | - MAKE: o Merged in latest changes.
|
---|
39 | o Create NewConfigure.cmd for this environment.
|
---|
40 | Try NewConfigure.cmd -? first.
|
---|
41 | (Do 'nmake needed' before calling this. (stupid!))
|
---|
42 | o Please note that this is still not 100% configured for
|
---|
43 | Odin32 yet. But eventually it will replace the existing
|
---|
44 | make system.
|
---|
45 |
|
---|
46 | 2002-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
47 | - NTDLL: o Partial resync with Wine
|
---|
48 | - KERNEL32: o Export some functions for NTDLL
|
---|
49 | o Fixed creation of logfile for executables on readonly volumes
|
---|
50 | o RegQueryInfoKeyW fix
|
---|
51 | o TLS fix for pe2lx images
|
---|
52 | - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
|
---|
53 | SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
|
---|
54 | SystemParametersInfoA parameters
|
---|
55 | - OLE32: o Resync with latest Wine
|
---|
56 |
|
---|
57 | 2002-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
58 | - DINPUT: o Made mouse code reentrant
|
---|
59 | - GDI32: o Fix for EnumFontFamiliesA/W
|
---|
60 | - SETUPAPI: o Resync with latest Wine
|
---|
61 |
|
---|
62 | 2002-05-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
63 | - KERNEL32: o CustForce2GBFileSize function added to force
|
---|
64 | GetVolumeInformation to tell the app all partitions are FAT
|
---|
65 | (2 GB file size limitation)
|
---|
66 | - COMCTL32: o Merged property sheet control with latest Wine version
|
---|
67 |
|
---|
68 | 2002-05-14: Platon Fomichev <platon@innotek.de>
|
---|
69 | - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
|
---|
70 | SWP_FOCUS(DE)ACTIVATE message.
|
---|
71 |
|
---|
72 | 2002-05-10: Platon Fomichev <platon@innotek.de>
|
---|
73 | - KERNEL32: o Parallel port updates (use resource manager to query
|
---|
74 | hardware configuration)
|
---|
75 |
|
---|
76 | 2002-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
77 | - KERNEL32: o Applications are now allowed to read physical disks or
|
---|
78 | mounted partitions. Write access is only allowed for
|
---|
79 | unmounted partitions or floppy disks.
|
---|
80 | o Implemented GetFileSize for disk objects; corrected
|
---|
81 | return value for some failures (-1)
|
---|
82 |
|
---|
83 | 2002-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
84 | - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
|
---|
85 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
86 | o Implemented GetVolumeNameForVolumeMountPointA/W for disk
|
---|
87 | mountpoints (e.g. C:\)
|
---|
88 | o Rewrote FindFirst/NextVolume to use LVM interface (if
|
---|
89 | availabe; else fail)
|
---|
90 | o Extended GetDriveType & GetVolumeInformation for volume
|
---|
91 | names (instead of only disk names (e.g. C:\))
|
---|
92 | o GetVolumeInformation change: keep file system name if
|
---|
93 | NTFS or FAT32
|
---|
94 | o Implemented unmounted volume and physical disk access
|
---|
95 |
|
---|
96 | 2002-05-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
97 | - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
|
---|
98 | toolbar, tab, pager, nativefont, imagelist code
|
---|
99 | o Updated license (LGPL) for comctl32
|
---|
100 | - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
|
---|
101 | in NTDLL)
|
---|
102 | - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
|
---|
103 | - KERNEL32: o Implemented volume & volume mountpoint functions
|
---|
104 | (win2k and up)
|
---|
105 | o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
|
---|
106 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
107 |
|
---|
108 | 2002-05-08: Platon Fomichev <platon@innotek.de>
|
---|
109 | - COMCTL32: o Merged listview control with latest Wine
|
---|
110 |
|
---|
111 | 2002-05-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
112 | - USER32: o WH_MOUSE_LL hook fixes
|
---|
113 |
|
---|
114 | 2002-05-07: Platon Fomichev <platon@innotek.de>
|
---|
115 | - USER32: o Listbox/combobox fix for MFC apps
|
---|
116 | o SetParent doesn't change WS_CHILD style
|
---|
117 | o Experimental change for getParent
|
---|
118 |
|
---|
119 | 2002-05-07: knut st. osmundsen <bird@anduin.net>
|
---|
120 | - CmdQd: o The daemon shouldn't inherit standard handles when started.
|
---|
121 | (Hung the daily build, since we use tee to do logging.)
|
---|
122 |
|
---|
123 | 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
124 | - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
|
---|
125 |
|
---|
126 | 2002-05-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
127 | - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
|
---|
128 | translation array
|
---|
129 |
|
---|
130 | 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
131 | - GDI32: o Font renaming support added to EnumFontFamiliesA/W
|
---|
132 | - USER32: o Implemented WH_MOUSE_LL hook
|
---|
133 | o Removed DInput hack for keyboard & mouse message translation
|
---|
134 | - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)
|
---|
135 |
|
---|
136 | 2002-04-30: knut st. osmundsen <bird@anduin.net>
|
---|
137 | - KERNEL32: o Changes for debug heap (makefile + exception handler)
|
---|
138 |
|
---|
139 | 2002-04-30: Platon Fomichev <platon@innotek.de>
|
---|
140 | - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
|
---|
141 | SystemTimeToFileTime bugfixes
|
---|
142 | - USER32: o Focus fix when minimizing window
|
---|
143 |
|
---|
144 | 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
145 | - KERNEL32: o Export RegisterCustomDriver
|
---|
146 |
|
---|
147 | 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
|
---|
148 | - OLEAUT32: o Clean up hash object during dll unload
|
---|
149 | - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
|
---|
150 | and DestroyTIB
|
---|
151 | o fixed unicode conversion for APIs that allow
|
---|
152 | NULL strings as input parameter (SearchPathW,
|
---|
153 | Registry APIs) not to set last error to EROROR_INVALID_HANDLE
|
---|
154 | o wprocess.cpp:
|
---|
155 | - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
|
---|
156 | to start PE-clients inside a new debugger instance
|
---|
157 | - GetModuleFileName fixes (don't count zero termination)
|
---|
158 | o don't set last error in HeapFree()
|
---|
159 | - COMCTL32: o Draglist control bugfix (crash)
|
---|
160 |
|
---|
161 | 2002-04-28: knut st. osmundsen <bird@anduin.net>
|
---|
162 | - Configure.cmd, Odincrt:
|
---|
163 | o Added option --with-klib to configure.cmd to link
|
---|
164 | odincrt with the electric debug heap of kLib.
|
---|
165 | Concider this experimental!
|
---|
166 |
|
---|
167 | 2002-04-28: Platon Fomichev <platon@innotek.de>
|
---|
168 | - USER32: o Focus fix when minimizing window
|
---|
169 | - IPHLPAPI: o Bugfix
|
---|
170 |
|
---|
171 | 2002-04-24: Platon Fomichev <platon@innotek.de>
|
---|
172 | - USER32: o Don't activate window when it's minimized (ShowWindow)
|
---|
173 | o Deactivate window & move to bottom of z-order when it's
|
---|
174 | minimized
|
---|
175 | o Listbox fix; rollup dropdown if mouse button pressed outside
|
---|
176 | control
|
---|
177 |
|
---|
178 | 2002-04-17: Platon Fomichev <platon@innotek.de>
|
---|
179 | - COMDLG32: o If application specifies full path in file dialog structure
|
---|
180 | (and initial dir string is NULL), then change to the directory.
|
---|
181 |
|
---|
182 | 2002-04-17: knut st. osmundsen <bird@anduin.net>
|
---|
183 | - Makefiles:
|
---|
184 | o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
|
---|
185 | mode. See /tools/profilerfix/Readme.1st for details.
|
---|
186 | - ProfilerFix:
|
---|
187 | o Added readme.1st for VAC308, vac365 profiling using the
|
---|
188 | VAC4 profiler features.
|
---|
189 |
|
---|
190 | 2002-04-14: knut st. osmundsen <bird@anduin.net>
|
---|
191 | - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
|
---|
192 | o Added testcases to makescripts in the testcase subdir.
|
---|
193 | 'nmake build testcase' from that dir will build test
|
---|
194 | program(s) and run testcases.
|
---|
195 |
|
---|
196 | 2002-04-13: knut st. osmundsen <bird@anduin.net>
|
---|
197 | - Windefs.h:
|
---|
198 | o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
|
---|
199 | - KERNEL32: o GetDriveType optimizations.
|
---|
200 | Made it just as strict as WinXP. Hope this won't
|
---|
201 | blow up any thing. (A little bit worried about a call in
|
---|
202 | shell32/folders.c and mci_open.)
|
---|
203 | o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
|
---|
204 | o Made (stupid) test program which is placed in the testcase
|
---|
205 | subdir. This is compilable for both OS/2 and NT.
|
---|
206 | o Hot fix for 0 CDROM issue. (To be removed)
|
---|
207 |
|
---|
208 | - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
|
---|
209 |
|
---|
210 | 2002-04-11: knut st. osmundsen <bird@anduin.net>
|
---|
211 | - Makefiles:
|
---|
212 | o Output linenumbers to the map file when linking.
|
---|
213 | o Attempt at VAC308 profiling (icsperf.exe).
|
---|
214 | This is only enabled if you set PROFILE without DEBUG.
|
---|
215 | - ProfileFix:
|
---|
216 | o Hack to prevent the app which is profiled to crash
|
---|
217 | on Warp 4.5+.
|
---|
218 | - Install: o Changed it to work with 0.9.18+. Not that this fix
|
---|
219 | requires a bugfix over the 0.9.18 warping release.
|
---|
220 | - DailyBuild:
|
---|
221 | o Updated scripts so I can run the daily build on my
|
---|
222 | workstaion at home.
|
---|
223 |
|
---|
224 | 2002-04-10: knut st. osmundsen <bird@anduin.net>
|
---|
225 | - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
|
---|
226 | - src/makefile:
|
---|
227 | o Update the CUSTOMBUILD module list.
|
---|
228 |
|
---|
229 | 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
230 | - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
|
---|
231 | support for shared critical sections; which is currently
|
---|
232 | not possible with the Win32 version due to missing
|
---|
233 | support for global object handles in kernel32)
|
---|
234 | - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
|
---|
235 | o Rewrote global vmutex usage (mmap)
|
---|
236 | - USER32: o Rewrote global vmutex usage (window handles)
|
---|
237 | o EnumWindows made safer
|
---|
238 | o Fixed bug in desktop window constructor (double window
|
---|
239 | handle allocation)
|
---|
240 | - WINMM: o Rewrote vmutex usage (wave in/out classes)
|
---|
241 | - GDI32: o Rewrote vmutex usage (object handle functions)
|
---|
242 | - INCLUDE: o Debug wrapper fixes (missing 6th argument)
|
---|
243 |
|
---|
244 | 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
245 | - KERNEL32: o Do not test for write capability with CDROM drives
|
---|
246 | (IOCTL_DISK_IS_WRITABLE)
|
---|
247 |
|
---|