source: trunk/changelog@ 8516

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

* empty log message *

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