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