source: trunk/changelog@ 8484

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

* empty log message *

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