source: trunk/changelog@ 8018

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

* empty log message *

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