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