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