source: trunk/changelog@ 8471

Last change on this file since 8471 was 8471, checked in by sandervl, 24 years ago

* empty log message *

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