source: trunk/changelog@ 8467

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

* empty log message *

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