source: trunk/changelog@ 8017

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

* empty log message *

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