source: trunk/changelog@ 8084

Last change on this file since 8084 was 8084, checked in by bird, 24 years ago

* empty log message *

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