source: trunk/changelog@ 8090

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

* empty log message *

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