source: trunk/changelog@ 8039

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

* empty log message *

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