source: trunk/changelog@ 8519

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

* empty log message *

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