[8619] | 1 | /* $Id: changelog,v 1.2145 2002-06-09 16:36:17 sandervl Exp $ */
|
---|
[7715] | 2 |
|
---|
[8618] | 3 | 2002-06-09: knut st. osmundsen <bird@anduin.net>
|
---|
| 4 | - Makefiles:
|
---|
| 5 | o Exclude dummy.c from the dependencies.
|
---|
| 6 |
|
---|
[8615] | 7 | 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
|
---|
| 8 | - KERNEL32: o Corrections for Austrian NLS file
|
---|
| 9 |
|
---|
[8606] | 10 | 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 11 | - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
|
---|
| 12 | communication
|
---|
| 13 | (fixes OpenOffice 1.0 crash during install (at 76%))
|
---|
[8615] | 14 | o Skip window handle 0x68000000 (otherwise more difficult
|
---|
| 15 | to compare logs with old builds)
|
---|
[8610] | 16 | - COMDLG32: o GetFileDialog95W fix (check if template name is string or
|
---|
| 17 | numeric id)
|
---|
| 18 | (fixes OpenOffice 1.0 file open dialog crash)
|
---|
[8606] | 19 | - WININET: o Fixed shlwapi imports
|
---|
[8619] | 20 | - OLE32: o Resync with latest Wine
|
---|
[8606] | 21 |
|
---|
[8598] | 22 | 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[8595] | 23 | - SHELL32: o Moved resource files to subdir
|
---|
| 24 | - COMDLG32: o Compile fix + moved resource files to subdir
|
---|
[8598] | 25 | - KERNEL32: o Export OSLibDosDevIOCtl
|
---|
| 26 | - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
|
---|
| 27 | (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
|
---|
| 28 | package from May 2001 (or newer) or recent JJSCDROM)
|
---|
| 29 | - DDRAW: o Fixed clipping bug with non-frame windows
|
---|
[8603] | 30 | o Print FOURCCs supported by Dive
|
---|
[8595] | 31 |
|
---|
[8618] | 32 | 2002-06-08: knut *st. osmundsen <bird@anduin.net>
|
---|
[8597] | 33 | - TOOLS\WRC:o Compile fix
|
---|
| 34 |
|
---|
[8592] | 35 | 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 36 | - SHLWAPI: o Resync with latest Wine & added LGPL license
|
---|
| 37 | - SHELL32: o Some updates for upcoming resync
|
---|
| 38 |
|
---|
[8590] | 39 | 2002-06-06: knut st. osmundsen <bird@anduin.net>
|
---|
[8591] | 40 | - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
|
---|
[8590] | 41 |
|
---|
[8581] | 42 | 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
|
---|
[8590] | 43 | - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
|
---|
[8581] | 44 | opening an existing file
|
---|
| 45 |
|
---|
[8578] | 46 | 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 47 | - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
|
---|
| 48 |
|
---|
[8576] | 49 | 2002-06-06: Platon Fomichev <platon@innotek.de>
|
---|
| 50 | - SHELL32: o Always expand root when initializing treeview
|
---|
| 51 | o Do not sort tree in TVN_ITEMEXPANDINGA
|
---|
| 52 |
|
---|
[8569] | 53 | 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 54 | - WINMM: o Put back original DART buffer size selection code
|
---|
| 55 | (new one messes up e.g. RealPlayer)
|
---|
[8571] | 56 | o Postpone recording when waveInStart called without
|
---|
| 57 | any buffers in the queue. Start in during next
|
---|
| 58 | waveInAddBuffer call.
|
---|
[8573] | 59 | o Fixed DART waveout resume
|
---|
[8569] | 60 |
|
---|
[8565] | 61 | 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 62 | - USER32: o Fix for AltGr key combinations
|
---|
[8567] | 63 | - WINMM: o Updates for wave playback
|
---|
[8565] | 64 |
|
---|
[8554] | 65 | 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 66 | - USER32, OLE32:
|
---|
| 67 | o Drag and drop fixes
|
---|
[8561] | 68 | - BIN\ODINBUG:
|
---|
| 69 | o Update by Herwig Bauernfeind (0.5.6a)
|
---|
| 70 | - DOC\MANUAL:
|
---|
| 71 | o Users manual sources by Herwig Bauernfeind
|
---|
| 72 | - DOC: o Added odinuser.inf by Herwig Bauernfeind
|
---|
[8554] | 73 |
|
---|
[8546] | 74 | 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 75 | - USER32\CONTROLS:
|
---|
| 76 | o New dll for user32 controls (latest Wine)
|
---|
| 77 | (not activated, not finished (resync))
|
---|
| 78 | - USER32: o Moved drag & drop code to seperate file
|
---|
[8550] | 79 | o Updates for OLE drag 'n drop
|
---|
[8549] | 80 | - KERNEL32: o LogException: check lockcount before changing it on entry
|
---|
[8547] | 81 | (it is not always > 0 -> previously caused hang in exception
|
---|
| 82 | handler (zombie process))
|
---|
[8550] | 83 | - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
|
---|
| 84 | - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
|
---|
| 85 | (todo: Odin app -> WPS)
|
---|
[8546] | 86 |
|
---|
[8536] | 87 | 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 88 | - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
|
---|
| 89 | performance
|
---|
[8538] | 90 | o DragQueryFileW fix
|
---|
| 91 | - WINMM: o Implemented minimal control change notification
|
---|
| 92 | - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
|
---|
| 93 | control (probably not 100% correct)
|
---|
| 94 | - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
|
---|
[8590] | 95 | (works in notepad; drag file object from WPS into notepad
|
---|
[8538] | 96 | window)
|
---|
[8536] | 97 |
|
---|
[8531] | 98 | 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 99 | - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
|
---|
| 100 | - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
|
---|
| 101 | (with LLMHF_INJECTED flag set)
|
---|
| 102 |
|
---|
[8534] | 103 | 2002-05-31: Platon Fomichev <platon@innotek.de>
|
---|
| 104 | - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
|
---|
| 105 |
|
---|
[8529] | 106 | 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 107 | - WINMM: o Mixer fixes
|
---|
| 108 |
|
---|
[8527] | 109 | 2002-05-30: Platon Fomichev <platon@innotek.de>
|
---|
| 110 | - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
|
---|
| 111 | (seems to be done in windows)
|
---|
| 112 |
|
---|
[8511] | 113 | 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 114 | - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
|
---|
| 115 | (fixes AbiWord keyboard input)
|
---|
[8516] | 116 | - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
|
---|
| 117 | o mixerGetLineInfoW fix
|
---|
[8590] | 118 | - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
|
---|
[8523] | 119 | wrt cx parameter (when set to zero)
|
---|
[8519] | 120 | (fixes properties dialog of sndvol32.exe (windows mixer app))
|
---|
[8521] | 121 | o Updated status control to latest Wine & applied two
|
---|
| 122 | bugfixes (already sent to wine-patches)
|
---|
[8511] | 123 |
|
---|
[8513] | 124 | 2002-05-29: Platon Fomichev <platon@innotek.de>
|
---|
| 125 | - USER32: o GetAsyncKeyState fix for VK_MENU
|
---|
[8525] | 126 | - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
|
---|
| 127 | (invalidate control to prevent leftovers of size grip)
|
---|
[8513] | 128 |
|
---|
[8505] | 129 | 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 130 | - REGSVR32: o Fixed startup
|
---|
| 131 | - WINMM: o Completely implemented mixerSetControlDetails
|
---|
| 132 | o Mixer updates
|
---|
[8509] | 133 | o Support added for master volume (ioctl90 mode)
|
---|
[8507] | 134 | o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
|
---|
| 135 | o Wave recording now works
|
---|
[8505] | 136 |
|
---|
| 137 | 2002-05-28: Platon Fomichev <platon@innotek.de>
|
---|
[8502] | 138 | - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
|
---|
[8503] | 139 | - KERNEL32: o Debugger updates
|
---|
[8502] | 140 |
|
---|
[8494] | 141 | 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 142 | - WINMM: o Completely implemented mixerGetControlDetailsA/W
|
---|
| 143 | o Mixer updates
|
---|
[8496] | 144 | - TESTAPP\MIXER:
|
---|
| 145 | o Test application for mixer functions
|
---|
[8494] | 146 |
|
---|
[8487] | 147 | 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 148 | - WINMM: o Fix for soundcards without ioctl90 mixer support
|
---|
[8491] | 149 | o Many mixer updates
|
---|
[8487] | 150 |
|
---|
[8484] | 151 | 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 152 | - WINMM: o More mixer updates (not yet finished)
|
---|
| 153 |
|
---|
[8475] | 154 | 2002-05-23: Yuri Dario <mc6530@mclink.it>
|
---|
| 155 | - USER32: o Don't beep when unable to find menu item when alt key pressed
|
---|
| 156 |
|
---|
[8484] | 157 | 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8475] | 158 | - WINMM: o Mixer updates (not yet finished)
|
---|
| 159 |
|
---|
[8473] | 160 | 2002-05-23: Platon Fomichev <platon@innotek.de>
|
---|
| 161 | - USER32: o Keyboard fixes for right alt & right shift
|
---|
| 162 |
|
---|
[8484] | 163 | 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8466] | 164 | - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
|
---|
| 165 | (fixes RealPlayer (PostThreadMessage))
|
---|
[8467] | 166 | - WINMM: o Added debug wrappers
|
---|
[8471] | 167 | o Started with mixer api rewrite
|
---|
[8466] | 168 |
|
---|
[8484] | 169 | 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8460] | 170 | - KERNEL32: o Round stack top & bottom (TIB) to page boundary
|
---|
| 171 |
|
---|
[8484] | 172 | 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8458] | 173 | - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
|
---|
| 174 | since a dll that depends on dlls with an exitlist handler
|
---|
| 175 | doesn't get properly unloaded (initterm not called for unload
|
---|
| 176 | nor for a 2nd load)
|
---|
| 177 |
|
---|
[8455] | 178 | 2002-05-20: Dmitry Froloff <froloff@os2.ru>
|
---|
| 179 | - KERNEL32: o Removed 64 MB memory mapped file limit
|
---|
| 180 | o Fix for opening memory mapped file with size larger than
|
---|
| 181 | the file size
|
---|
| 182 |
|
---|
[8451] | 183 | 2002-05-17: Platon Fomichev <platon@innotek.de>
|
---|
| 184 | - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
|
---|
| 185 | if window is not visible (fixes endless loop in
|
---|
| 186 | property sheet when switching page with keyboard)
|
---|
| 187 |
|
---|
[8484] | 188 | 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8447] | 189 | - OLEAUT32: o Resync with latest Wine
|
---|
[8453] | 190 | - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
|
---|
| 191 | (IOCTL_CDROM_CURRENT_POSITION only)
|
---|
| 192 | o IOCTL_CDROM_READ_TOC fix
|
---|
[8447] | 193 |
|
---|
[8435] | 194 | 2002-05-16: knut st. osmundsen <bird@anduin.net>
|
---|
| 195 | - MAKE: o Merged in latest changes.
|
---|
| 196 | o Create NewConfigure.cmd for this environment.
|
---|
| 197 | Try NewConfigure.cmd -? first.
|
---|
| 198 | (Do 'nmake needed' before calling this. (stupid!))
|
---|
| 199 | o Please note that this is still not 100% configured for
|
---|
| 200 | Odin32 yet. But eventually it will replace the existing
|
---|
| 201 | make system.
|
---|
| 202 |
|
---|
[8484] | 203 | 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8425] | 204 | - NTDLL: o Partial resync with Wine
|
---|
[8430] | 205 | - KERNEL32: o Export some functions for NTDLL
|
---|
| 206 | o Fixed creation of logfile for executables on readonly volumes
|
---|
| 207 | o RegQueryInfoKeyW fix
|
---|
[8437] | 208 | o TLS fix for pe2lx images
|
---|
| 209 | - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
|
---|
[8590] | 210 | SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
|
---|
[8437] | 211 | SystemParametersInfoA parameters
|
---|
[8440] | 212 | - OLE32: o Resync with latest Wine
|
---|
[8425] | 213 |
|
---|
[8484] | 214 | 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8414] | 215 | - DINPUT: o Made mouse code reentrant
|
---|
[8417] | 216 | - GDI32: o Fix for EnumFontFamiliesA/W
|
---|
[8419] | 217 | - SETUPAPI: o Resync with latest Wine
|
---|
[8414] | 218 |
|
---|
[8484] | 219 | 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8435] | 220 | - KERNEL32: o CustForce2GBFileSize function added to force
|
---|
[8407] | 221 | GetVolumeInformation to tell the app all partitions are FAT
|
---|
| 222 | (2 GB file size limitation)
|
---|
[8412] | 223 | - COMCTL32: o Merged property sheet control with latest Wine version
|
---|
[8407] | 224 |
|
---|
[8405] | 225 | 2002-05-14: Platon Fomichev <platon@innotek.de>
|
---|
| 226 | - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
|
---|
| 227 | SWP_FOCUS(DE)ACTIVATE message.
|
---|
| 228 |
|
---|
[8402] | 229 | 2002-05-10: Platon Fomichev <platon@innotek.de>
|
---|
| 230 | - KERNEL32: o Parallel port updates (use resource manager to query
|
---|
| 231 | hardware configuration)
|
---|
| 232 |
|
---|
[8484] | 233 | 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8399] | 234 | - KERNEL32: o Applications are now allowed to read physical disks or
|
---|
| 235 | mounted partitions. Write access is only allowed for
|
---|
| 236 | unmounted partitions or floppy disks.
|
---|
| 237 | o Implemented GetFileSize for disk objects; corrected
|
---|
| 238 | return value for some failures (-1)
|
---|
| 239 |
|
---|
[8484] | 240 | 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8435] | 241 | - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
|
---|
[8395] | 242 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
| 243 | o Implemented GetVolumeNameForVolumeMountPointA/W for disk
|
---|
| 244 | mountpoints (e.g. C:\)
|
---|
| 245 | o Rewrote FindFirst/NextVolume to use LVM interface (if
|
---|
| 246 | availabe; else fail)
|
---|
| 247 | o Extended GetDriveType & GetVolumeInformation for volume
|
---|
| 248 | names (instead of only disk names (e.g. C:\))
|
---|
[8399] | 249 | o GetVolumeInformation change: keep file system name if
|
---|
| 250 | NTFS or FAT32
|
---|
| 251 | o Implemented unmounted volume and physical disk access
|
---|
[8395] | 252 |
|
---|
[8484] | 253 | 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8383] | 254 | - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
|
---|
| 255 | toolbar, tab, pager, nativefont, imagelist code
|
---|
| 256 | o Updated license (LGPL) for comctl32
|
---|
[8388] | 257 | - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
|
---|
| 258 | in NTDLL)
|
---|
[8390] | 259 | - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
|
---|
[8395] | 260 | - KERNEL32: o Implemented volume & volume mountpoint functions
|
---|
[8393] | 261 | (win2k and up)
|
---|
[8435] | 262 | o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
|
---|
[8395] | 263 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
[8383] | 264 |
|
---|
| 265 | 2002-05-08: Platon Fomichev <platon@innotek.de>
|
---|
| 266 | - COMCTL32: o Merged listview control with latest Wine
|
---|
| 267 |
|
---|
[8484] | 268 | 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8379] | 269 | - USER32: o WH_MOUSE_LL hook fixes
|
---|
| 270 |
|
---|
[8378] | 271 | 2002-05-07: Platon Fomichev <platon@innotek.de>
|
---|
| 272 | - USER32: o Listbox/combobox fix for MFC apps
|
---|
| 273 | o SetParent doesn't change WS_CHILD style
|
---|
| 274 | o Experimental change for getParent
|
---|
| 275 |
|
---|
[8376] | 276 | 2002-05-07: knut st. osmundsen <bird@anduin.net>
|
---|
| 277 | - CmdQd: o The daemon shouldn't inherit standard handles when started.
|
---|
| 278 | (Hung the daily build, since we use tee to do logging.)
|
---|
| 279 |
|
---|
[8484] | 280 | 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8371] | 281 | - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
|
---|
| 282 |
|
---|
[8484] | 283 | 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8363] | 284 | - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
|
---|
| 285 | translation array
|
---|
| 286 |
|
---|