source: trunk/changelog@ 8505

Last change on this file since 8505 was 8505, checked in by sandervl, 23 years ago

* empty log message *

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