source: trunk/changelog@ 8507

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

* empty log message *

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