source: trunk/changelog@ 8045

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

* empty log message *

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