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