source: trunk/changelog@ 8521

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

* empty log message *

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