source: trunk/changelog@ 8523

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

* empty log message *

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