source: trunk/changelog@ 8457

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

* empty log message *

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