source: trunk/changelog@ 8460

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

* empty log message *

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