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