source: trunk/changelog@ 8451

Last change on this file since 8451 was 8451, checked in by sandervl, 23 years ago

* empty log message *

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