| [7982] | 1 | /* $Id: changelog,v 1.1997 2002-02-21 17:02:55 sandervl Exp $ */
|
|---|
| [7715] | 2 |
|
|---|
| [7982] | 3 | 2002-02-21: Platon Fomichev <platon@innotek.de>
|
|---|
| 4 | - IPHLPAPI o GetNetworkParams bugfixes
|
|---|
| 5 |
|
|---|
| [7974] | 6 | 2002-02-20: Platon Fomichev <platon@innotek.de>
|
|---|
| 7 | - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
|
|---|
| 8 |
|
|---|
| [7972] | 9 | 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 10 | - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
|
|---|
| [7978] | 11 | o Bugfix for accept when changing flags of active async request
|
|---|
| [7975] | 12 | - COMCTL32: o Listview fix: update item width & height during WM_SIZE
|
|---|
| 13 | (fixes incorrect redraws when selecting items in CVP)
|
|---|
| [7972] | 14 |
|
|---|
| [7969] | 15 | 2002-02-20: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 16 | - PELDR: o Added support for WINDOWSPATH environment variable; PE
|
|---|
| 17 | searches for executables in directories listed in WINDOWSPATH
|
|---|
| 18 |
|
|---|
| [7957] | 19 | 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7961] | 20 | - KERNEL32: o Added support for Russian country code + other countries
|
|---|
| [7967] | 21 | - OLE32: o Removed old code + some unnecessary changes
|
|---|
| [7961] | 22 | - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
|
|---|
| [7957] | 23 |
|
|---|
| [7950] | 24 | 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 25 | - USER32: o fixed structure size for
|
|---|
| 26 | SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
|
|---|
| 27 | o fixed GetModuleHandleW(NULL) string conversion
|
|---|
| 28 |
|
|---|
| [7946] | 29 | 2002-02-18: knut st. osmundsen <bird@anduin.net>
|
|---|
| 30 | - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
|
|---|
| 31 | QS*/qs typedefs. Hope this wont cause any problems...
|
|---|
| 32 |
|
|---|
| [7942] | 33 | 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 34 | - USER32: o Added function to force color to mono mouse cursor conversion
|
|---|
| 35 | (for mouse cursors with more than 2 colors)
|
|---|
| 36 |
|
|---|
| [7907] | 37 | 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 38 | - OLE32: o Extended logging added
|
|---|
| [7946] | 39 | o Resync with Wine (20020215)
|
|---|
| [7931] | 40 | (Out of process COM objects; InstallShield 6)
|
|---|
| [7917] | 41 | - OLEAUT32: o Partial resync with Wine (20020215)
|
|---|
| 42 | o Extended logging added
|
|---|
| [7920] | 43 | - COMCTL32: o Extended logging added
|
|---|
| [7930] | 44 | - KERNEL32: o Named pipe updates
|
|---|
| [7907] | 45 |
|
|---|
| [7903] | 46 | 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 47 | - SHELL32: o Extended logging added
|
|---|
| 48 |
|
|---|
| [7899] | 49 | 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 50 | - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
|
|---|
| 51 | o Added extended logging
|
|---|
| 52 |
|
|---|
| [7895] | 53 | 2002-02-12: Platon Fomichev <platon@innotek.de>
|
|---|
| 54 | - USER32: o Ignore keyboard messages (PM) with scancode 0
|
|---|
| 55 |
|
|---|
| [7892] | 56 | 2002-02-11: Platon Fomichev <platon@innotek.de>
|
|---|
| 57 | - USER32: o Fix for double enter keyboard messages
|
|---|
| 58 |
|
|---|
| [7884] | 59 | 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 60 | - KERNEL32/USER32:
|
|---|
| 61 | o Moved Char*, IsChar*, Oem* functions to kernel32
|
|---|
| 62 | (forwarders in user32)
|
|---|
| [7946] | 63 | - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
|
|---|
| [7889] | 64 | EndDialog & window dtor
|
|---|
| [7884] | 65 |
|
|---|
| [7868] | 66 | 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 67 | - USER32: o Extended logging added
|
|---|
| [7856] | 68 |
|
|---|
| [7868] | 69 | 2002-02-10: Platon Fomichev <platon@innotek.de>
|
|---|
| 70 | - USER32\PMKBDHK:
|
|---|
| 71 | o Fixes for shift-enter & shift-enter (numpad)
|
|---|
| [7870] | 72 | - USER32: o Numpad enter fix for GetKeyNameTextA
|
|---|
| [7868] | 73 |
|
|---|
| 74 | 2002-02-10: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 75 | - KERNEL32: o Translate strings used for Dos* functions from Windows
|
|---|
| 76 | to OS/2 codepage
|
|---|
| 77 | o Translate strings returned by Dos* functions from OS/2
|
|---|
| 78 | to Windows codepage
|
|---|
| 79 | - USER32: o Translate strings used to set the window title (OS/2 mode)
|
|---|
| 80 | from Windows to OS/2 codepage.
|
|---|
| 81 |
|
|---|
| [7852] | 82 | 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 83 | - KERNEL32: o Logging updates
|
|---|
| 84 | - INCLUDE\makefiles:
|
|---|
| 85 | o New rules for generating .def files
|
|---|
| [7851] | 86 |
|
|---|
| [7845] | 87 | 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 88 | - KERNEL32: o Implemented tracing of all exported functions
|
|---|
| 89 | (meant to replace ODINFUNCTION* macros; useful mainly
|
|---|
| 90 | to improve logging in Wine modules)
|
|---|
| 91 |
|
|---|
| [7841] | 92 | 2002-02-08: Platon Fomichev <platon@innotek.de>
|
|---|
| [7836] | 93 | - USER32: o Fixes for handling Shift-Enter & Alt-Enter
|
|---|
| 94 |
|
|---|
| [7835] | 95 | 2002-02-08: knut st. osmundsen <bird@anduin.net>
|
|---|
| 96 | - WRC: o Added codepage.c from kernel32 as a hotfix to the
|
|---|
| 97 | unresolved external issue. Only the get_char_typeW
|
|---|
| 98 | is enabled.
|
|---|
| 99 |
|
|---|
| [7830] | 100 | 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 101 | - KERNEL32: o Thread change: determine if thread callback is inside
|
|---|
| 102 | a PE dll. If it is, then force switch to win32 TIB.
|
|---|
| 103 | (necessary for Opera when loading win32 plugins)
|
|---|
| [7836] | 104 | o Use NLS resources from Wine (no longer rely on OS/2 unicode
|
|---|
| 105 | dll)
|
|---|
| 106 | o ole2nls update; now use GetLocaleInfoA/W from Wine
|
|---|
| [7830] | 107 |
|
|---|
| [7806] | 108 | 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 109 | - WSOCK32: o minor recv update for error handling
|
|---|
| [7809] | 110 | - USER32: o Ported TrackMouseEvent (Wine 20020122)
|
|---|
| [7812] | 111 | - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
|
|---|
| 112 | o Force switch to win32 FS selector when calling PE image
|
|---|
| 113 | entrypoints (necessary for Odin32 applications that use
|
|---|
| 114 | PE dlls (like Opera))
|
|---|
| [7816] | 115 | - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
|
|---|
| [7817] | 116 | comboex, imagelist) (20020122)
|
|---|
| 117 | - SHLWAPI: o Wine resync (20020122)
|
|---|
| [7806] | 118 |
|
|---|
| [7802] | 119 | 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 120 | - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
|
|---|
| 121 | SendNotifyMessageA/W from Wine (20020122)
|
|---|
| 122 | o Rewrote SendMessageA/W to behave more like Wine
|
|---|
| [7803] | 123 | (hook calls)
|
|---|
| [7802] | 124 |
|
|---|
| [7796] | 125 | 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 126 | - KERNEL32; o Added dummy executable class
|
|---|
| [7799] | 127 | o Ported GetTempPathA/W from Wine
|
|---|
| [7796] | 128 |
|
|---|
| [7787] | 129 | 2002-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 130 | - OLE32: o Fixed bug in OLE clipboard implementation; the handle
|
|---|
| 131 | returned by GetClipboardData is no longer valid after
|
|---|
| 132 | calling CloseClipboard. A copy of the data must be made.
|
|---|
| 133 |
|
|---|
| [7779] | 134 | 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
|
|---|
| 135 | - USER32: o Fix for position of fake window (CreateFakeWindowEx)
|
|---|
| 136 |
|
|---|
| [7776] | 137 | 2002-01-18: Vitali Pelenyov <sunlover@anduin.net>
|
|---|
| 138 | - KERNEL32: o GetDriveType fix for detection cdrom drives under certain
|
|---|
| 139 | circumstances (when cdrom is not the last drive letter)
|
|---|
| 140 |
|
|---|
| [7764] | 141 | 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 142 | - USER32: o CreateFakeWindowEx change; need to specifiy window class
|
|---|
| [7766] | 143 | Added DestroyFakeWindow for deleting fake window object.
|
|---|
| [7764] | 144 | - KERNEL32: o Custom device driver changes for driver instance pointer
|
|---|
| 145 |
|
|---|
| [7758] | 146 | 2002-01-09: knut st. osmundsen <bird@anduin.net>
|
|---|
| 147 | - Tools/CmdQd:
|
|---|
| 148 | o Corrected bad fix from 2002-01-01.
|
|---|
| 149 |
|
|---|
| [7755] | 150 | 2002-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 151 | - KERNEL32: o Add driver data parameter to custom device driver calls
|
|---|
| 152 |
|
|---|
| 153 | 2002-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7745] | 154 | - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
|
|---|
| 155 | systems (set default/ignore)
|
|---|
| [7735] | 156 | - USER32: o Fixed restoring of windows after minimizing/maximizing
|
|---|
| 157 | o Allocate more memory for 40x40 icon generation
|
|---|
| [7737] | 158 | o Fixed SetClipboardData for CF_UNICODETEXT (translate to
|
|---|
| [7743] | 159 | ascii and use CF_TEXT)
|
|---|
| [7735] | 160 |
|
|---|
| [7732] | 161 | 2002-01-06: knut st. osmundsen <bird@anduin.net>
|
|---|
| 162 | - DailyBuild:
|
|---|
| 163 | o - Do not distribute odin.ini.
|
|---|
| 164 |
|
|---|
| [7731] | 165 | 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7729] | 166 | - KERNEL32: o Changed HeapAlloc/HeapReAlloc:
|
|---|
| 167 | - round up size to next 8 bytes boundary
|
|---|
| 168 | - when reallocating memory block, don't use different
|
|---|
| 169 | memory block unless new size is larger than old size
|
|---|
| 170 | (rounded up to next 8 bytes boundary)
|
|---|
| [7732] | 171 | (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
|
|---|
| [7729] | 172 | fixes crashes in Opera 5.12 which relies on this 'feature')
|
|---|
| [7735] | 173 | - GDI32: o Print handle type name in SelectObject
|
|---|
| 174 | o EnumFontProcExW -> must restore FS in enum handler
|
|---|
| [7729] | 175 |
|
|---|
| [7731] | 176 | 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7723] | 177 | - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
|
|---|
| 178 |
|
|---|
| [7731] | 179 | 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7720] | 180 | - GDI32: o Better logging for some text functions
|
|---|
| 181 |
|
|---|
| [7719] | 182 | 2002-01-01: knut st. osmundsen <bird@anduin.net>
|
|---|
| 183 | - Tools/CmdQd:
|
|---|
| 184 | o Ignore the CmdQd kill returncode in clean2.
|
|---|
| [7732] | 185 |
|
|---|
| [7715] | 186 | 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 187 | - GDI32: o Use critical section in dibsection class instead of vmutex
|
|---|
| 188 |
|
|---|
| [7711] | 189 | 2001-12-31: knut st. osmundsen <bird@anduin.net>
|
|---|
| 190 | - Tools/CmdQd:
|
|---|
| 191 | o Corrected bad statement in the clean2 rule.
|
|---|
| [6074] | 192 |
|
|---|
| [7697] | 193 | 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 194 | - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
|
|---|
| [7732] | 195 | o GetVolumeInformation: use original volume name to
|
|---|
| [7707] | 196 | determine maximum file name length
|
|---|
| [7709] | 197 | - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
|
|---|
| 198 | (fixes Opera 6 menu)
|
|---|
| [7732] | 199 | - GDI32: o BitBlt, StretchBlt: sync dib section if selected into
|
|---|
| [7712] | 200 | destination HDC
|
|---|
| 201 | (fixes Opera 6 background)
|
|---|
| [7697] | 202 |
|
|---|
| 203 | 2001-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 204 | - USER32: o Do not send WM_SETCURSOR when mouse is captured (SDK docs)
|
|---|
| 205 |
|
|---|
| [7686] | 206 | 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| [7692] | 207 | - USER32: o don't use hardcoded font height values for menu fonts. Query
|
|---|
| 208 | graphics driver instead (DevQueryCaps) so that we correctly
|
|---|
| 209 | take font settings into account (small, medium, large)
|
|---|
| [7686] | 210 |
|
|---|
| 211 | 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7680] | 212 | - USER32: o Use Wine version of DrawText(Ex)A/W
|
|---|
| 213 | (fixes underscore painting & positioning of text)
|
|---|
| [7732] | 214 | o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
|
|---|
| [7680] | 215 | WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4)
|
|---|
| 216 | (fixes opening dialog buttons in Opera 6 (choose interface))
|
|---|
| 217 | o RedrawWindow change: call UpdateWindow if window has invalid
|
|---|
| 218 | rectangle and RDW_UPDATENOW flag set
|
|---|
| 219 | - GDI32: o Removed InternalDrawTextExA/W
|
|---|
| [7689] | 220 | - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
|
|---|
| [7680] | 221 |
|
|---|
| [7673] | 222 | 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 223 | - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
|
|---|
| [7676] | 224 | - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
|
|---|
| [7673] | 225 |
|
|---|
| [7671] | 226 | 2001-12-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 227 | - KERNEL32: o Print more information when a missing api is called
|
|---|
| 228 | (image that is responsible)
|
|---|
| 229 |
|
|---|
| [7659] | 230 | 2001-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 231 | - KERNEL32: o Allow all sections to be accessed when loading an executable/dll
|
|---|
| 232 | with LOAD_LIBRARY_AS_DATAFILE
|
|---|
| 233 | (fixes crashes when accessing resources outside the resource
|
|---|
| 234 | section in Opera 6 binaries)
|
|---|
| [7732] | 235 | - GDI32: o DIB Section blit: don't check source & destination sizes
|
|---|
| [7661] | 236 | with DC size (GpiDrawBits does that for us)
|
|---|
| 237 | (fixes the two bitmaps in the opening window of Opera 6
|
|---|
| [7665] | 238 | (choice between MDI & SDI interface))
|
|---|
| [7664] | 239 | - USER32: o GetClassNameW: return size in characters and truncate name
|
|---|
| [7665] | 240 | if buffer not large enough
|
|---|
| [7664] | 241 | (fixes crash in Opera 6 during startup)
|
|---|
| [7659] | 242 |
|
|---|
| [7649] | 243 | 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 244 | - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
|
|---|
| [7654] | 245 | o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
|
|---|
| [7652] | 246 | - TOOLS: o Created a tiny preload script, PreloadTools.cmd, which preload
|
|---|
| 247 | the tools which will be invoked during a make. (Too bad we can't
|
|---|
| 248 | do this with rexx scripts too...)
|
|---|
| [7649] | 249 |
|
|---|
| [7644] | 250 | 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7649] | 251 | - KERNEL32: o GetVolumeInformation changes:
|
|---|
| [7644] | 252 | - report JFS as NTFS
|
|---|
| 253 | - report UDF & CDFS as UDF & CDFS (no change)
|
|---|
| 254 | - report everthing else as FAT16
|
|---|
| 255 | (some applications make assumptions about maximium file size
|
|---|
| 256 | based on the volume name)
|
|---|
| 257 |
|
|---|
| [7638] | 258 | 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 259 | - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
|
|---|
| 260 |
|
|---|
| [7636] | 261 | 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 262 | - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
|
|---|
| 263 |
|
|---|
| [7628] | 264 | 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 265 | - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
|
|---|
| [7636] | 266 | o Enabled overlapped IO for custom device drivers
|
|---|
| [7628] | 267 |
|
|---|
| [7623] | 268 | 2001-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 269 | - USER32: o Added function to override name of the PM keyboard hook dll
|
|---|
| 270 | (custombuild)
|
|---|
| [7625] | 271 | - WINTRUST: o Added stub dll
|
|---|
| [7626] | 272 | - KERNEL32/USER32/ODINCRT:
|
|---|
| 273 | o Collect some simple statistics about memory & DC usage
|
|---|
| 274 | (will be extended & enhanced in the future)
|
|---|
| [7623] | 275 |
|
|---|
| [7615] | 276 | 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 277 | - USER32: o Put back old windows key scancodes
|
|---|
| [7619] | 278 | o Fix for handling Alt-F4 in default window handler
|
|---|
| [7649] | 279 | o SendInput fix; send message and clear extra info
|
|---|
| [7619] | 280 | afterwards
|
|---|
| 281 | - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
|
|---|
| 282 | NEVER delete the font object received by WM_SETFONT
|
|---|
| [7615] | 283 |
|
|---|
| [7611] | 284 | 2001-12-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 285 | - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE
|
|---|
| 286 | o Fixed windows key scancodes
|
|---|
| [7649] | 287 | o Do no generate a left control key message when Alt-Gr
|
|---|
| [7611] | 288 | is pressed (experimental change)
|
|---|
| 289 |
|
|---|
| [7607] | 290 | 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 291 | - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
|
|---|
| [7608] | 292 | TODO: generate accelerators in Odin
|
|---|
| [7607] | 293 |
|
|---|
| [7602] | 294 | 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 295 | - KERNEL32: o Overlapped IO updates
|
|---|
| 296 |
|
|---|
| [7595] | 297 | 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7597] | 298 | - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
|
|---|
| [7600] | 299 | - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
|
|---|
| [7595] | 300 |
|
|---|
| [7571] | 301 | 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 302 | - KERNEL32: o Added read & write functions to custom driver interface
|
|---|
| [7574] | 303 | o OdinSetVersion added to override windows version reported by
|
|---|
| 304 | Odin (Win98, WinME, NT4, Win2000, WinXP)
|
|---|
| [7586] | 305 | o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
|
|---|
| [7574] | 306 | o New versions available for odin.ini version override
|
|---|
| 307 | [WinVersion]
|
|---|
| 308 | Version=Win98 -> Windows 98
|
|---|
| 309 | Version=WinME -> Windows ME
|
|---|
| [7649] | 310 | Version=NT4 -> Windows NT4 SP6
|
|---|
| [7586] | 311 | Version=Win2000 -> Windows 2000 SP2 (default)
|
|---|
| [7574] | 312 | Version=WinXP -> Windows XP
|
|---|
| [7649] | 313 | o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
|
|---|
| [7576] | 314 | IOCTL_DISK_GET_MEDIA_TYPES
|
|---|
| [7578] | 315 | o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
|
|---|
| [7580] | 316 | structure) added
|
|---|
| 317 | o Added symbolic link for Windows 2000 device driver names
|
|---|
| 318 | \\.\Global -> \\.
|
|---|
| [7584] | 319 | o Clear GENERIC_WRITE flag if application tries to open
|
|---|
| 320 | readonly device (e.g. cdrom). This is not allowed in OS/2.
|
|---|
| [7582] | 321 | - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
|
|---|
| [7571] | 322 |
|
|---|
| [7563] | 323 | 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 324 | - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
|
|---|
| 325 | (verified in NT4, SP6)
|
|---|
| 326 | o Comm functions not valid for parallel port handles
|
|---|
| [7565] | 327 | o Overlapped IO updates
|
|---|
| 328 | o Com port now uses new overlapped class for overlapped IO
|
|---|
| 329 | o Call ExitProcess when executable entrypoint returns (LX images)
|
|---|
| 330 | o Be careful when cleaning up threads after ExitProcess has
|
|---|
| 331 | been called
|
|---|
| [7563] | 332 |
|
|---|
| [7558] | 333 | 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7561] | 334 | - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
|
|---|
| 335 | o Overlapped IO updates (still untested)
|
|---|
| [7558] | 336 | - DINPUT: o Link with guidlib.lib
|
|---|
| 337 | - GUIDLIB: o Include dinput.h for DirectInput GUIDs
|
|---|
| 338 |
|
|---|
| [7547] | 339 | 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 340 | - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
|
|---|
| 341 | handle manager functions
|
|---|
| 342 | o Removed dwType handle manager structure member; added
|
|---|
| 343 | win32 handle to structure
|
|---|
| 344 | (NOTE: All work in progress for new framework for overlapped IO)
|
|---|
| [7649] | 345 | o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
|
|---|
| [7558] | 346 | must be 0 if used with named pipes
|
|---|
| [7547] | 347 |
|
|---|
| [7542] | 348 | 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 349 | - KERNEL32: o parallel port support restricted to physical ports
|
|---|
| 350 | (LAN redirections not supported)
|
|---|
| 351 |
|
|---|
| [7540] | 352 | 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 353 | - COMCTL32: o Hack added for proper resizing of wizard property sheet in
|
|---|
| 354 | CVP. Not sure if it's always correct or whether it has a
|
|---|
| 355 | bad effect on other apps (none found so far).
|
|---|
| [7545] | 356 | - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
|
|---|
| [7540] | 357 |
|
|---|
| [7536] | 358 | 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 359 | - KERNEL32: o put in correct ioctl identifiers for parport support
|
|---|
| 360 | in winioctl.h
|
|---|
| [7538] | 361 | o parallel port support (hardware configuration) enabled
|
|---|
| [7536] | 362 |
|
|---|
| [7534] | 363 | 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 364 | - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
|
|---|
| 365 | o GetThreadPriority: return priority stored in TEB
|
|---|
| 366 | o Rewrote SetThreadPriority; allow it to change priority
|
|---|
| 367 | classes too. WGSS only changes delta in SetThreadPriority
|
|---|
| [7649] | 368 | and class in SetPriorityClass (but that one affects the whole
|
|---|
| [7534] | 369 | process, so it is rarely used by applications)
|
|---|
| [7649] | 370 | THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
|
|---|
| [7534] | 371 | THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
|
|---|
| 372 | THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
|
|---|
| 373 | THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
|
|---|
| 374 | THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
|
|---|
| 375 | THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
|
|---|
| 376 | THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
|
|---|
| 377 | o SetPriorityClass; just return success for now
|
|---|
| 378 |
|
|---|
| [7526] | 379 | 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 380 | - USER32: o Don't send WM_SIZE message to dialog before it receives
|
|---|
| 381 | WM_INITDIALOG
|
|---|
| 382 | (winzip 8.0 and Opera crash when sending this message too soon)
|
|---|
| 383 | (TODO: check in NT if this is really correct)
|
|---|
| [7528] | 384 | - COMCTL32: o Restored old property sheet code as latest Wine version
|
|---|
| 385 | causes too many new problems.
|
|---|
| [7526] | 386 |
|
|---|
| [7522] | 387 | 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 388 | - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
|
|---|
| 389 |
|
|---|
| [7520] | 390 | 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 391 | - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
|
|---|
| 392 | (completely broke debug build among other things)
|
|---|
| 393 |
|
|---|
| [7517] | 394 | 2000-12-01: Yuri Dario <mc6530@mclink.it>
|
|---|
| 395 | - USER32: o MENU_FindItem: extra check added for loops in menus
|
|---|
| 396 |
|
|---|