source: trunk/changelog@ 8499

Last change on this file since 8499 was 8499, checked in by sandervl, 24 years ago

* empty log message *

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