source: trunk/changelog@ 8525

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

* empty log message *

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