[8093] | 1 | /* $Id: changelog,v 1.2021 2002-03-18 10:04:36 sandervl Exp $ */
|
---|
[7715] | 2 |
|
---|
[8090] | 3 | 2002-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - WGSS50: o WGSS update from IBM
|
---|
[8093] | 5 | - WSOCK32: o Return requested version in WSAStartup
|
---|
[8090] | 6 |
|
---|
[8084] | 7 | 2002-03-14: knut st. osmundsen <bird@anduin.net>
|
---|
| 8 | - Fastdep: o Some minor -E<somthing> issues (non Odin32 use).
|
---|
| 9 |
|
---|
[8053] | 10 | 2002-03-08: Platon Fomichev <platon@innotek.de>
|
---|
| 11 | - USER32: o Menu: fix for double click on minimized window (icon)
|
---|
| 12 |
|
---|
[8044] | 13 | 2002-03-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 14 | - SHELL32: o WINE sync
|
---|
| 15 | o some WPS integration (ShellExecute can open WPS objects)
|
---|
| 16 | - SHLWAPI: o PathIsURLA/W fixes for Flask (crash in Flask->About)
|
---|
| 17 | - USER32: o Moved some icon extraction functions from shell32 to user32
|
---|
| 18 | - MAKEFILES:
|
---|
| 19 | o replaced our version of "netapi32.lib" with "wnetap32.lib"
|
---|
| 20 | to avoid conflict with toolkit
|
---|
[8050] | 21 | - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid
|
---|
| 22 | toolkit conflict (netapi32.lib)
|
---|
| 23 | o NetBios support implemented (disabled for now)
|
---|
| 24 | (yet resources are global and not per-process)
|
---|
| 25 | - WS2_32: o added fake version of WSAEnumProtocol()
|
---|
[8044] | 26 |
|
---|
[8041] | 27 | 2002-03-07: Platon Fomichev <platon@innotek.de>
|
---|
| 28 | - USER32: o CloseWindow fix (use frame window handle)
|
---|
| 29 | o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival
|
---|
| 30 | of minimize syscommand
|
---|
| 31 |
|
---|
[8039] | 32 | 2002-03-06: Platon Fomichev <platon@innotek.de>
|
---|
| 33 | - USER32: o Fixes for minimized dragging icon and minimized icon distortion
|
---|
| 34 |
|
---|
[8036] | 35 | 2002-03-05: Platon Fomichev <platon@innotek.de>
|
---|
| 36 | - USER32: o Allow single minimize or maximize button in titlebar (os/2
|
---|
| 37 | appearance)
|
---|
| 38 |
|
---|
[8033] | 39 | 2002-03-04: Yuri Dario <mc6530@mclink.it>
|
---|
| 40 | - KERNEL32: o Update for Italian NLS info
|
---|
| 41 | o Fall back to English NLS info if time format not found
|
---|
| 42 |
|
---|
| 43 | 2002-03-04: Platon Fomichev <platon@innotek.de>
|
---|
| 44 | - USER32: o Fix for window restore from minimized state
|
---|
| 45 |
|
---|
[8029] | 46 | 2002-02-28: Platon Fomichev <platon@innotek.de>
|
---|
| 47 | - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing
|
---|
| 48 | to floppy (DASD mode)
|
---|
| 49 |
|
---|
[8024] | 50 | 2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 51 | - USER32: o Removed WindowFromPoint change; has bad effect on many things
|
---|
[8025] | 52 | - KERNEL32: o Removable disk access fix
|
---|
[8024] | 53 |
|
---|
[8020] | 54 | 2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[8017] | 55 | - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
|
---|
[8018] | 56 | o WindowFromPoint change; enumerate z-order, not parent-children
|
---|
[8017] | 57 | - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
|
---|
[8045] | 58 | ((processid SHL 16) | threadid)
|
---|
[8017] | 59 | Thread ids return by WGSS are unique to the process only.
|
---|
| 60 |
|
---|
| 61 | 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[8013] | 62 | - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
|
---|
| 63 |
|
---|
[8008] | 64 | 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 65 | - OLE32: o Added some missing exports
|
---|
| 66 |
|
---|
[8000] | 67 | 2002-02-23: knut st. osmundsen <bird@anduin.net>
|
---|
| 68 | - MAKEFILES:
|
---|
| 69 | o Cleaned up some demangling mess in makefiles.
|
---|
| 70 | Now both VAC308 and VAC365 builds works again.
|
---|
| 71 | - /Makefile:
|
---|
| 72 | o Added a cleanall rule to /makefile which will cleanup
|
---|
| 73 | for every compiler and all tree build modes.
|
---|
| 74 | o Corrected problemous odin_library rules in /makefile.
|
---|
| 75 | (didn't work on a clean tree)
|
---|
| 76 | - /src/Makefile:
|
---|
| 77 | o Corrected directory locking for lib module.
|
---|
| 78 | (Can now build debug and release builds concurrently.)
|
---|
[8005] | 79 | - Tools: o Synced the common kFile* classes with os2tools.
|
---|
| 80 | (The thing you do when you're supposed to do something else.. ;) )
|
---|
[8000] | 81 |
|
---|
[7993] | 82 | 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[8020] | 83 | - WSOCK32: o Don't send FD_CONNECT if socket was already connected
|
---|
[7993] | 84 | (accept returns connected socket)
|
---|
| 85 |
|
---|
[7984] | 86 | 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 87 | - NTDLL/ADVAPI32:
|
---|
| 88 | o Some Wine updates
|
---|
| 89 |
|
---|
[7982] | 90 | 2002-02-21: Platon Fomichev <platon@innotek.de>
|
---|
| 91 | - IPHLPAPI o GetNetworkParams bugfixes
|
---|
| 92 |
|
---|
[7974] | 93 | 2002-02-20: Platon Fomichev <platon@innotek.de>
|
---|
| 94 | - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
|
---|
| 95 |
|
---|
[7972] | 96 | 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 97 | - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
|
---|
[7978] | 98 | o Bugfix for accept when changing flags of active async request
|
---|
[7975] | 99 | - COMCTL32: o Listview fix: update item width & height during WM_SIZE
|
---|
| 100 | (fixes incorrect redraws when selecting items in CVP)
|
---|
[7972] | 101 |
|
---|
[7969] | 102 | 2002-02-20: Dmitry Froloff <froloff@os2.ru>
|
---|
| 103 | - PELDR: o Added support for WINDOWSPATH environment variable; PE
|
---|
| 104 | searches for executables in directories listed in WINDOWSPATH
|
---|
| 105 |
|
---|
[7957] | 106 | 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7961] | 107 | - KERNEL32: o Added support for Russian country code + other countries
|
---|
[7967] | 108 | - OLE32: o Removed old code + some unnecessary changes
|
---|
[7961] | 109 | - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
|
---|
[7957] | 110 |
|
---|
[7950] | 111 | 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
|
---|
[8000] | 112 | - USER32: o fixed structure size for
|
---|
[7950] | 113 | SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
|
---|
| 114 | o fixed GetModuleHandleW(NULL) string conversion
|
---|
| 115 |
|
---|
[7946] | 116 | 2002-02-18: knut st. osmundsen <bird@anduin.net>
|
---|
| 117 | - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
|
---|
| 118 | QS*/qs typedefs. Hope this wont cause any problems...
|
---|
| 119 |
|
---|
[7942] | 120 | 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 121 | - USER32: o Added function to force color to mono mouse cursor conversion
|
---|
| 122 | (for mouse cursors with more than 2 colors)
|
---|
| 123 |
|
---|
[7907] | 124 | 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 125 | - OLE32: o Extended logging added
|
---|
[7946] | 126 | o Resync with Wine (20020215)
|
---|
[7931] | 127 | (Out of process COM objects; InstallShield 6)
|
---|
[7917] | 128 | - OLEAUT32: o Partial resync with Wine (20020215)
|
---|
| 129 | o Extended logging added
|
---|
[7920] | 130 | - COMCTL32: o Extended logging added
|
---|
[7930] | 131 | - KERNEL32: o Named pipe updates
|
---|
[7907] | 132 |
|
---|
[7903] | 133 | 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 134 | - SHELL32: o Extended logging added
|
---|
| 135 |
|
---|
[7899] | 136 | 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 137 | - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
|
---|
| 138 | o Added extended logging
|
---|
| 139 |
|
---|
[7895] | 140 | 2002-02-12: Platon Fomichev <platon@innotek.de>
|
---|
| 141 | - USER32: o Ignore keyboard messages (PM) with scancode 0
|
---|
| 142 |
|
---|
[7892] | 143 | 2002-02-11: Platon Fomichev <platon@innotek.de>
|
---|
| 144 | - USER32: o Fix for double enter keyboard messages
|
---|
| 145 |
|
---|
[7884] | 146 | 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 147 | - KERNEL32/USER32:
|
---|
| 148 | o Moved Char*, IsChar*, Oem* functions to kernel32
|
---|
| 149 | (forwarders in user32)
|
---|
[7946] | 150 | - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
|
---|
[7889] | 151 | EndDialog & window dtor
|
---|
[7884] | 152 |
|
---|
[7868] | 153 | 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 154 | - USER32: o Extended logging added
|
---|
[7856] | 155 |
|
---|
[7868] | 156 | 2002-02-10: Platon Fomichev <platon@innotek.de>
|
---|
| 157 | - USER32\PMKBDHK:
|
---|
| 158 | o Fixes for shift-enter & shift-enter (numpad)
|
---|
[7870] | 159 | - USER32: o Numpad enter fix for GetKeyNameTextA
|
---|
[7868] | 160 |
|
---|
| 161 | 2002-02-10: Dmitry Froloff <froloff@os2.ru>
|
---|
| 162 | - KERNEL32: o Translate strings used for Dos* functions from Windows
|
---|
| 163 | to OS/2 codepage
|
---|
| 164 | o Translate strings returned by Dos* functions from OS/2
|
---|
| 165 | to Windows codepage
|
---|
| 166 | - USER32: o Translate strings used to set the window title (OS/2 mode)
|
---|
| 167 | from Windows to OS/2 codepage.
|
---|
| 168 |
|
---|
[7852] | 169 | 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 170 | - KERNEL32: o Logging updates
|
---|
| 171 | - INCLUDE\makefiles:
|
---|
| 172 | o New rules for generating .def files
|
---|
[7851] | 173 |
|
---|
[7845] | 174 | 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 175 | - KERNEL32: o Implemented tracing of all exported functions
|
---|
| 176 | (meant to replace ODINFUNCTION* macros; useful mainly
|
---|
| 177 | to improve logging in Wine modules)
|
---|
| 178 |
|
---|
[7841] | 179 | 2002-02-08: Platon Fomichev <platon@innotek.de>
|
---|
[7836] | 180 | - USER32: o Fixes for handling Shift-Enter & Alt-Enter
|
---|
| 181 |
|
---|
[7835] | 182 | 2002-02-08: knut st. osmundsen <bird@anduin.net>
|
---|
| 183 | - WRC: o Added codepage.c from kernel32 as a hotfix to the
|
---|
| 184 | unresolved external issue. Only the get_char_typeW
|
---|
| 185 | is enabled.
|
---|
| 186 |
|
---|
[7830] | 187 | 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 188 | - KERNEL32: o Thread change: determine if thread callback is inside
|
---|
| 189 | a PE dll. If it is, then force switch to win32 TIB.
|
---|
| 190 | (necessary for Opera when loading win32 plugins)
|
---|
[7836] | 191 | o Use NLS resources from Wine (no longer rely on OS/2 unicode
|
---|
| 192 | dll)
|
---|
| 193 | o ole2nls update; now use GetLocaleInfoA/W from Wine
|
---|
[7830] | 194 |
|
---|
[7806] | 195 | 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 196 | - WSOCK32: o minor recv update for error handling
|
---|
[7809] | 197 | - USER32: o Ported TrackMouseEvent (Wine 20020122)
|
---|
[7812] | 198 | - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
|
---|
| 199 | o Force switch to win32 FS selector when calling PE image
|
---|
| 200 | entrypoints (necessary for Odin32 applications that use
|
---|
| 201 | PE dlls (like Opera))
|
---|
[7816] | 202 | - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
|
---|
[7817] | 203 | comboex, imagelist) (20020122)
|
---|
| 204 | - SHLWAPI: o Wine resync (20020122)
|
---|
[7806] | 205 |
|
---|
[7802] | 206 | 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 207 | - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
|
---|
| 208 | SendNotifyMessageA/W from Wine (20020122)
|
---|
| 209 | o Rewrote SendMessageA/W to behave more like Wine
|
---|
[7803] | 210 | (hook calls)
|
---|
[7802] | 211 |
|
---|
[7796] | 212 | 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 213 | - KERNEL32; o Added dummy executable class
|
---|
[7799] | 214 | o Ported GetTempPathA/W from Wine
|
---|
[7796] | 215 |
|
---|