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