source: trunk/changelog@ 8036

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

* empty log message *

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