source: trunk/changelog@ 8527

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

* empty log message *

File size: 8.3 KB
Line 
1/* $Id: changelog,v 1.2114 2002-05-30 14:22:59 sandervl Exp $ */
2
3 2002-05-30: Platon Fomichev <platon@innotek.de>
4 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
5 (seems to be done in windows)
6
7 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
8 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
9 (fixes AbiWord keyboard input)
10 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
11 o mixerGetLineInfoW fix
12 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
13 wrt cx parameter (when set to zero)
14 (fixes properties dialog of sndvol32.exe (windows mixer app))
15 o Updated status control to latest Wine & applied two
16 bugfixes (already sent to wine-patches)
17
18 2002-05-29: Platon Fomichev <platon@innotek.de>
19 - USER32: o GetAsyncKeyState fix for VK_MENU
20 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
21 (invalidate control to prevent leftovers of size grip)
22
23 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
24 - REGSVR32: o Fixed startup
25 - WINMM: o Completely implemented mixerSetControlDetails
26 o Mixer updates
27 o Support added for master volume (ioctl90 mode)
28 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
29 o Wave recording now works
30
31 2002-05-28: Platon Fomichev <platon@innotek.de>
32 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
33 - KERNEL32: o Debugger updates
34
35 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
36 - WINMM: o Completely implemented mixerGetControlDetailsA/W
37 o Mixer updates
38 - TESTAPP\MIXER:
39 o Test application for mixer functions
40
41 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
42 - WINMM: o Fix for soundcards without ioctl90 mixer support
43 o Many mixer updates
44
45 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
46 - WINMM: o More mixer updates (not yet finished)
47
48 2002-05-23: Yuri Dario <mc6530@mclink.it>
49 - USER32: o Don't beep when unable to find menu item when alt key pressed
50
51 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
52 - WINMM: o Mixer updates (not yet finished)
53
54 2002-05-23: Platon Fomichev <platon@innotek.de>
55 - USER32: o Keyboard fixes for right alt & right shift
56
57 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
58 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
59 (fixes RealPlayer (PostThreadMessage))
60 - WINMM: o Added debug wrappers
61 o Started with mixer api rewrite
62
63 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
64 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
65
66 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
67 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
68 since a dll that depends on dlls with an exitlist handler
69 doesn't get properly unloaded (initterm not called for unload
70 nor for a 2nd load)
71
72 2002-05-20: Dmitry Froloff <froloff@os2.ru>
73 - KERNEL32: o Removed 64 MB memory mapped file limit
74 o Fix for opening memory mapped file with size larger than
75 the file size
76
77 2002-05-17: Platon Fomichev <platon@innotek.de>
78 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
79 if window is not visible (fixes endless loop in
80 property sheet when switching page with keyboard)
81
82 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
83 - OLEAUT32: o Resync with latest Wine
84 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
85 (IOCTL_CDROM_CURRENT_POSITION only)
86 o IOCTL_CDROM_READ_TOC fix
87
88 2002-05-16: knut st. osmundsen <bird@anduin.net>
89 - MAKE: o Merged in latest changes.
90 o Create NewConfigure.cmd for this environment.
91 Try NewConfigure.cmd -? first.
92 (Do 'nmake needed' before calling this. (stupid!))
93 o Please note that this is still not 100% configured for
94 Odin32 yet. But eventually it will replace the existing
95 make system.
96
97 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
98 - NTDLL: o Partial resync with Wine
99 - KERNEL32: o Export some functions for NTDLL
100 o Fixed creation of logfile for executables on readonly volumes
101 o RegQueryInfoKeyW fix
102 o TLS fix for pe2lx images
103 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
104 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
105 SystemParametersInfoA parameters
106 - OLE32: o Resync with latest Wine
107
108 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
109 - DINPUT: o Made mouse code reentrant
110 - GDI32: o Fix for EnumFontFamiliesA/W
111 - SETUPAPI: o Resync with latest Wine
112
113 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
114 - KERNEL32: o CustForce2GBFileSize function added to force
115 GetVolumeInformation to tell the app all partitions are FAT
116 (2 GB file size limitation)
117 - COMCTL32: o Merged property sheet control with latest Wine version
118
119 2002-05-14: Platon Fomichev <platon@innotek.de>
120 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
121 SWP_FOCUS(DE)ACTIVATE message.
122
123 2002-05-10: Platon Fomichev <platon@innotek.de>
124 - KERNEL32: o Parallel port updates (use resource manager to query
125 hardware configuration)
126
127 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
128 - KERNEL32: o Applications are now allowed to read physical disks or
129 mounted partitions. Write access is only allowed for
130 unmounted partitions or floppy disks.
131 o Implemented GetFileSize for disk objects; corrected
132 return value for some failures (-1)
133
134 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
135 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
136 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
137 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
138 mountpoints (e.g. C:\)
139 o Rewrote FindFirst/NextVolume to use LVM interface (if
140 availabe; else fail)
141 o Extended GetDriveType & GetVolumeInformation for volume
142 names (instead of only disk names (e.g. C:\))
143 o GetVolumeInformation change: keep file system name if
144 NTFS or FAT32
145 o Implemented unmounted volume and physical disk access
146
147 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
148 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
149 toolbar, tab, pager, nativefont, imagelist code
150 o Updated license (LGPL) for comctl32
151 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
152 in NTDLL)
153 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
154 - KERNEL32: o Implemented volume & volume mountpoint functions
155 (win2k and up)
156 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
157 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
158
159 2002-05-08: Platon Fomichev <platon@innotek.de>
160 - COMCTL32: o Merged listview control with latest Wine
161
162 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
163 - USER32: o WH_MOUSE_LL hook fixes
164
165 2002-05-07: Platon Fomichev <platon@innotek.de>
166 - USER32: o Listbox/combobox fix for MFC apps
167 o SetParent doesn't change WS_CHILD style
168 o Experimental change for getParent
169
170 2002-05-07: knut st. osmundsen <bird@anduin.net>
171 - CmdQd: o The daemon shouldn't inherit standard handles when started.
172 (Hung the daily build, since we use tee to do logging.)
173
174 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
175 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
176
177 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
178 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
179 translation array
180
Note: See TracBrowser for help on using the repository browser.