source: trunk/changelog@ 8494

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

* empty log message *

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