source: trunk/changelog@ 8094

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

* empty log message *

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