source: trunk/changelog@ 8082

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

* empty log message *

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