| 1 | /* $Id: changelog,v 1.2006 2002-02-26 11:15:03 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
|
|---|
| 5 | o WindowFromPoint change; enumerate z-order, not parent-children
|
|---|
| 6 | - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
|
|---|
| 7 | ((processid << 16) | threadid)
|
|---|
| 8 | Thread ids return by WGSS are unique to the process only.
|
|---|
| 9 |
|
|---|
| 10 | 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 11 | - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
|
|---|
| 12 |
|
|---|
| 13 | 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 14 | - OLE32: o Added some missing exports
|
|---|
| 15 |
|
|---|
| 16 | 2002-02-23: knut st. osmundsen <bird@anduin.net>
|
|---|
| 17 | - MAKEFILES:
|
|---|
| 18 | o Cleaned up some demangling mess in makefiles.
|
|---|
| 19 | Now both VAC308 and VAC365 builds works again.
|
|---|
| 20 | - /Makefile:
|
|---|
| 21 | o Added a cleanall rule to /makefile which will cleanup
|
|---|
| 22 | for every compiler and all tree build modes.
|
|---|
| 23 | o Corrected problemous odin_library rules in /makefile.
|
|---|
| 24 | (didn't work on a clean tree)
|
|---|
| 25 | - /src/Makefile:
|
|---|
| 26 | o Corrected directory locking for lib module.
|
|---|
| 27 | (Can now build debug and release builds concurrently.)
|
|---|
| 28 | - Tools: o Synced the common kFile* classes with os2tools.
|
|---|
| 29 | (The thing you do when you're supposed to do something else.. ;) )
|
|---|
| 30 |
|
|---|
| 31 | 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 32 | - WSOCK32: o Don't send FD_CONNECT is socket was already connected
|
|---|
| 33 | (accept returns connected socket)
|
|---|
| 34 |
|
|---|
| 35 | 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 36 | - NTDLL/ADVAPI32:
|
|---|
| 37 | o Some Wine updates
|
|---|
| 38 |
|
|---|
| 39 | 2002-02-21: Platon Fomichev <platon@innotek.de>
|
|---|
| 40 | - IPHLPAPI o GetNetworkParams bugfixes
|
|---|
| 41 |
|
|---|
| 42 | 2002-02-20: Platon Fomichev <platon@innotek.de>
|
|---|
| 43 | - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
|
|---|
| 44 |
|
|---|
| 45 | 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 46 | - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
|
|---|
| 47 | o Bugfix for accept when changing flags of active async request
|
|---|
| 48 | - COMCTL32: o Listview fix: update item width & height during WM_SIZE
|
|---|
| 49 | (fixes incorrect redraws when selecting items in CVP)
|
|---|
| 50 |
|
|---|
| 51 | 2002-02-20: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 52 | - PELDR: o Added support for WINDOWSPATH environment variable; PE
|
|---|
| 53 | searches for executables in directories listed in WINDOWSPATH
|
|---|
| 54 |
|
|---|
| 55 | 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 56 | - KERNEL32: o Added support for Russian country code + other countries
|
|---|
| 57 | - OLE32: o Removed old code + some unnecessary changes
|
|---|
| 58 | - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
|
|---|
| 59 |
|
|---|
| 60 | 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 61 | - USER32: o fixed structure size for
|
|---|
| 62 | SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
|
|---|
| 63 | o fixed GetModuleHandleW(NULL) string conversion
|
|---|
| 64 |
|
|---|
| 65 | 2002-02-18: knut st. osmundsen <bird@anduin.net>
|
|---|
| 66 | - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
|
|---|
| 67 | QS*/qs typedefs. Hope this wont cause any problems...
|
|---|
| 68 |
|
|---|
| 69 | 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 70 | - USER32: o Added function to force color to mono mouse cursor conversion
|
|---|
| 71 | (for mouse cursors with more than 2 colors)
|
|---|
| 72 |
|
|---|
| 73 | 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 74 | - OLE32: o Extended logging added
|
|---|
| 75 | o Resync with Wine (20020215)
|
|---|
| 76 | (Out of process COM objects; InstallShield 6)
|
|---|
| 77 | - OLEAUT32: o Partial resync with Wine (20020215)
|
|---|
| 78 | o Extended logging added
|
|---|
| 79 | - COMCTL32: o Extended logging added
|
|---|
| 80 | - KERNEL32: o Named pipe updates
|
|---|
| 81 |
|
|---|
| 82 | 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 83 | - SHELL32: o Extended logging added
|
|---|
| 84 |
|
|---|
| 85 | 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 86 | - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
|
|---|
| 87 | o Added extended logging
|
|---|
| 88 |
|
|---|
| 89 | 2002-02-12: Platon Fomichev <platon@innotek.de>
|
|---|
| 90 | - USER32: o Ignore keyboard messages (PM) with scancode 0
|
|---|
| 91 |
|
|---|
| 92 | 2002-02-11: Platon Fomichev <platon@innotek.de>
|
|---|
| 93 | - USER32: o Fix for double enter keyboard messages
|
|---|
| 94 |
|
|---|
| 95 | 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 96 | - KERNEL32/USER32:
|
|---|
| 97 | o Moved Char*, IsChar*, Oem* functions to kernel32
|
|---|
| 98 | (forwarders in user32)
|
|---|
| 99 | - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
|
|---|
| 100 | EndDialog & window dtor
|
|---|
| 101 |
|
|---|
| 102 | 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 103 | - USER32: o Extended logging added
|
|---|
| 104 |
|
|---|
| 105 | 2002-02-10: Platon Fomichev <platon@innotek.de>
|
|---|
| 106 | - USER32\PMKBDHK:
|
|---|
| 107 | o Fixes for shift-enter & shift-enter (numpad)
|
|---|
| 108 | - USER32: o Numpad enter fix for GetKeyNameTextA
|
|---|
| 109 |
|
|---|
| 110 | 2002-02-10: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 111 | - KERNEL32: o Translate strings used for Dos* functions from Windows
|
|---|
| 112 | to OS/2 codepage
|
|---|
| 113 | o Translate strings returned by Dos* functions from OS/2
|
|---|
| 114 | to Windows codepage
|
|---|
| 115 | - USER32: o Translate strings used to set the window title (OS/2 mode)
|
|---|
| 116 | from Windows to OS/2 codepage.
|
|---|
| 117 |
|
|---|
| 118 | 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 119 | - KERNEL32: o Logging updates
|
|---|
| 120 | - INCLUDE\makefiles:
|
|---|
| 121 | o New rules for generating .def files
|
|---|
| 122 |
|
|---|
| 123 | 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 124 | - KERNEL32: o Implemented tracing of all exported functions
|
|---|
| 125 | (meant to replace ODINFUNCTION* macros; useful mainly
|
|---|
| 126 | to improve logging in Wine modules)
|
|---|
| 127 |
|
|---|
| 128 | 2002-02-08: Platon Fomichev <platon@innotek.de>
|
|---|
| 129 | - USER32: o Fixes for handling Shift-Enter & Alt-Enter
|
|---|
| 130 |
|
|---|
| 131 | 2002-02-08: knut st. osmundsen <bird@anduin.net>
|
|---|
| 132 | - WRC: o Added codepage.c from kernel32 as a hotfix to the
|
|---|
| 133 | unresolved external issue. Only the get_char_typeW
|
|---|
| 134 | is enabled.
|
|---|
| 135 |
|
|---|
| 136 | 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 137 | - KERNEL32: o Thread change: determine if thread callback is inside
|
|---|
| 138 | a PE dll. If it is, then force switch to win32 TIB.
|
|---|
| 139 | (necessary for Opera when loading win32 plugins)
|
|---|
| 140 | o Use NLS resources from Wine (no longer rely on OS/2 unicode
|
|---|
| 141 | dll)
|
|---|
| 142 | o ole2nls update; now use GetLocaleInfoA/W from Wine
|
|---|
| 143 |
|
|---|
| 144 | 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 145 | - WSOCK32: o minor recv update for error handling
|
|---|
| 146 | - USER32: o Ported TrackMouseEvent (Wine 20020122)
|
|---|
| 147 | - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
|
|---|
| 148 | o Force switch to win32 FS selector when calling PE image
|
|---|
| 149 | entrypoints (necessary for Odin32 applications that use
|
|---|
| 150 | PE dlls (like Opera))
|
|---|
| 151 | - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
|
|---|
| 152 | comboex, imagelist) (20020122)
|
|---|
| 153 | - SHLWAPI: o Wine resync (20020122)
|
|---|
| 154 |
|
|---|
| 155 | 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 156 | - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
|
|---|
| 157 | SendNotifyMessageA/W from Wine (20020122)
|
|---|
| 158 | o Rewrote SendMessageA/W to behave more like Wine
|
|---|
| 159 | (hook calls)
|
|---|
| 160 |
|
|---|
| 161 | 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 162 | - KERNEL32; o Added dummy executable class
|
|---|
| 163 | o Ported GetTempPathA/W from Wine
|
|---|
| 164 |
|
|---|