source: trunk/changelog@ 8024

Last change on this file since 8024 was 8024, checked in by sandervl, 24 years ago

* empty log message *

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