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