source: trunk/changelog@ 8033

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

* empty log message *

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