source: trunk/changelog@ 8025

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

* empty log message *

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