source: trunk/changelog@ 8458

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

* empty log message *

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