source: trunk/changelog@ 8008

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

* empty log message *

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