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