source: trunk/changelog@ 8503

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

* empty log message *

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