source: trunk/changelog@ 8509

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

* empty log message *

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