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