| 1 | /* $Id: changelog,v 1.1999 2002-02-21 23:11:04 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - NTDLL/ADVAPI32:
|
|---|
| 5 | o Some Wine updates
|
|---|
| 6 |
|
|---|
| 7 | 2002-02-21: Platon Fomichev <platon@innotek.de>
|
|---|
| 8 | - IPHLPAPI o GetNetworkParams bugfixes
|
|---|
| 9 |
|
|---|
| 10 | 2002-02-20: Platon Fomichev <platon@innotek.de>
|
|---|
| 11 | - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
|
|---|
| 12 |
|
|---|
| 13 | 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 14 | - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
|
|---|
| 15 | o Bugfix for accept when changing flags of active async request
|
|---|
| 16 | - COMCTL32: o Listview fix: update item width & height during WM_SIZE
|
|---|
| 17 | (fixes incorrect redraws when selecting items in CVP)
|
|---|
| 18 |
|
|---|
| 19 | 2002-02-20: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 20 | - PELDR: o Added support for WINDOWSPATH environment variable; PE
|
|---|
| 21 | searches for executables in directories listed in WINDOWSPATH
|
|---|
| 22 |
|
|---|
| 23 | 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 24 | - KERNEL32: o Added support for Russian country code + other countries
|
|---|
| 25 | - OLE32: o Removed old code + some unnecessary changes
|
|---|
| 26 | - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
|
|---|
| 27 |
|
|---|
| 28 | 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 29 | - USER32: o fixed structure size for
|
|---|
| 30 | SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
|
|---|
| 31 | o fixed GetModuleHandleW(NULL) string conversion
|
|---|
| 32 |
|
|---|
| 33 | 2002-02-18: knut st. osmundsen <bird@anduin.net>
|
|---|
| 34 | - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
|
|---|
| 35 | QS*/qs typedefs. Hope this wont cause any problems...
|
|---|
| 36 |
|
|---|
| 37 | 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 38 | - USER32: o Added function to force color to mono mouse cursor conversion
|
|---|
| 39 | (for mouse cursors with more than 2 colors)
|
|---|
| 40 |
|
|---|
| 41 | 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 42 | - OLE32: o Extended logging added
|
|---|
| 43 | o Resync with Wine (20020215)
|
|---|
| 44 | (Out of process COM objects; InstallShield 6)
|
|---|
| 45 | - OLEAUT32: o Partial resync with Wine (20020215)
|
|---|
| 46 | o Extended logging added
|
|---|
| 47 | - COMCTL32: o Extended logging added
|
|---|
| 48 | - KERNEL32: o Named pipe updates
|
|---|
| 49 |
|
|---|
| 50 | 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 51 | - SHELL32: o Extended logging added
|
|---|
| 52 |
|
|---|
| 53 | 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 54 | - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
|
|---|
| 55 | o Added extended logging
|
|---|
| 56 |
|
|---|
| 57 | 2002-02-12: Platon Fomichev <platon@innotek.de>
|
|---|
| 58 | - USER32: o Ignore keyboard messages (PM) with scancode 0
|
|---|
| 59 |
|
|---|
| 60 | 2002-02-11: Platon Fomichev <platon@innotek.de>
|
|---|
| 61 | - USER32: o Fix for double enter keyboard messages
|
|---|
| 62 |
|
|---|
| 63 | 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 64 | - KERNEL32/USER32:
|
|---|
| 65 | o Moved Char*, IsChar*, Oem* functions to kernel32
|
|---|
| 66 | (forwarders in user32)
|
|---|
| 67 | - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
|
|---|
| 68 | EndDialog & window dtor
|
|---|
| 69 |
|
|---|
| 70 | 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 71 | - USER32: o Extended logging added
|
|---|
| 72 |
|
|---|
| 73 | 2002-02-10: Platon Fomichev <platon@innotek.de>
|
|---|
| 74 | - USER32\PMKBDHK:
|
|---|
| 75 | o Fixes for shift-enter & shift-enter (numpad)
|
|---|
| 76 | - USER32: o Numpad enter fix for GetKeyNameTextA
|
|---|
| 77 |
|
|---|
| 78 | 2002-02-10: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 79 | - KERNEL32: o Translate strings used for Dos* functions from Windows
|
|---|
| 80 | to OS/2 codepage
|
|---|
| 81 | o Translate strings returned by Dos* functions from OS/2
|
|---|
| 82 | to Windows codepage
|
|---|
| 83 | - USER32: o Translate strings used to set the window title (OS/2 mode)
|
|---|
| 84 | from Windows to OS/2 codepage.
|
|---|
| 85 |
|
|---|
| 86 | 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 87 | - KERNEL32: o Logging updates
|
|---|
| 88 | - INCLUDE\makefiles:
|
|---|
| 89 | o New rules for generating .def files
|
|---|
| 90 |
|
|---|
| 91 | 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 92 | - KERNEL32: o Implemented tracing of all exported functions
|
|---|
| 93 | (meant to replace ODINFUNCTION* macros; useful mainly
|
|---|
| 94 | to improve logging in Wine modules)
|
|---|
| 95 |
|
|---|
| 96 | 2002-02-08: Platon Fomichev <platon@innotek.de>
|
|---|
| 97 | - USER32: o Fixes for handling Shift-Enter & Alt-Enter
|
|---|
| 98 |
|
|---|
| 99 | 2002-02-08: knut st. osmundsen <bird@anduin.net>
|
|---|
| 100 | - WRC: o Added codepage.c from kernel32 as a hotfix to the
|
|---|
| 101 | unresolved external issue. Only the get_char_typeW
|
|---|
| 102 | is enabled.
|
|---|
| 103 |
|
|---|
| 104 | 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 105 | - KERNEL32: o Thread change: determine if thread callback is inside
|
|---|
| 106 | a PE dll. If it is, then force switch to win32 TIB.
|
|---|
| 107 | (necessary for Opera when loading win32 plugins)
|
|---|
| 108 | o Use NLS resources from Wine (no longer rely on OS/2 unicode
|
|---|
| 109 | dll)
|
|---|
| 110 | o ole2nls update; now use GetLocaleInfoA/W from Wine
|
|---|
| 111 |
|
|---|
| 112 | 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 113 | - WSOCK32: o minor recv update for error handling
|
|---|
| 114 | - USER32: o Ported TrackMouseEvent (Wine 20020122)
|
|---|
| 115 | - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
|
|---|
| 116 | o Force switch to win32 FS selector when calling PE image
|
|---|
| 117 | entrypoints (necessary for Odin32 applications that use
|
|---|
| 118 | PE dlls (like Opera))
|
|---|
| 119 | - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
|
|---|
| 120 | comboex, imagelist) (20020122)
|
|---|
| 121 | - SHLWAPI: o Wine resync (20020122)
|
|---|
| 122 |
|
|---|
| 123 | 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 124 | - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
|
|---|
| 125 | SendNotifyMessageA/W from Wine (20020122)
|
|---|
| 126 | o Rewrote SendMessageA/W to behave more like Wine
|
|---|
| 127 | (hook calls)
|
|---|
| 128 |
|
|---|
| 129 | 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 130 | - KERNEL32; o Added dummy executable class
|
|---|
| 131 | o Ported GetTempPathA/W from Wine
|
|---|
| 132 |
|
|---|