source: trunk/changelog@ 8041

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

* empty log message *

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