source: trunk/changelog@ 8266

Last change on this file since 8266 was 8262, checked in by bird, 23 years ago

* empty log message *

File size: 14.2 KB
RevLine 
[8262]1/* $Id: changelog,v 1.2046 2002-04-13 07:44:08 bird Exp $ */
[7715]2
[8262]3 2002-04-13: knut st. osmundsen <bird@anduin.net>
[8255]4 - Windefs.h:
[8260]5 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
6 - KERNEL32: o GetDriveType optimizations.
7 Made it just as strict as WinXP. Hope this won't
8 blow up any thing. (A little bit worried about a call in
9 shell32/folders.c and mci_open.)
10 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
11 o Made (stupid) test program which is placed in the testcase
12 subdir. This is compilable for both OS/2 and NT.
[8262]13 o Hot fix for 0 CDROM issue. (To be removed)
[8255]14
[8260]15 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
16
[8255]17 2002-04-11: knut st. osmundsen <bird@anduin.net>
[8245]18 - Makefiles:
19 o Output linenumbers to the map file when linking.
20 o Attempt at VAC308 profiling (icsperf.exe).
21 This is only enabled if you set PROFILE without DEBUG.
22 - ProfileFix:
23 o Hack to prevent the app which is profiled to crash
24 on Warp 4.5+.
[8250]25 - Install: o Changed it to work with 0.9.18+. Not that this fix
26 requires a bugfix over the 0.9.18 warping release.
27 - DailyBuild:
28 o Updated scripts so I can run the daily build on my
29 workstaion at home.
[8245]30
[8222]31 2002-04-10: knut st. osmundsen <bird@anduin.net>
32 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
[8224]33 - src/makefile:
34 o Update the CUSTOMBUILD module list.
[8222]35
[8199]36 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
37 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
38 support for shared critical sections; which is currently
39 not possible with the Win32 version due to missing
40 support for global object handles in kernel32)
41 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
42 o Rewrote global vmutex usage (mmap)
43 - USER32: o Rewrote global vmutex usage (window handles)
[8209]44 o EnumWindows made safer
45 o Fixed bug in desktop window constructor (double window
46 handle allocation)
[8199]47 - WINMM: o Rewrote vmutex usage (wave in/out classes)
[8204]48 - GDI32: o Rewrote vmutex usage (object handle functions)
[8209]49 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
[8199]50
[8194]51 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
52 - KERNEL32: o Do not test for write capability with CDROM drives
53 (IOCTL_DISK_IS_WRITABLE)
54
[8142]55 2002-03-31: knut st. osmundsen <bird@anduin.net>
56 - Include: o Removed blank lines from odinbuild.h and wrapped
57 the prototype in ifdefs so WIN32API doesn't need
58 to be defined to include the file.
59
[8131]60 2002-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
61 - USER32: o Customization changes
[8135]62 - WNASPI32: o Fix for disabling aspi by default in custom build
[8131]63
[8128]64 2002-03-28: Platon Fomichev <platon@innotek.de>
65 - USER32: o Gracefully handle WM_QUIT message sent by window list:
66 do not return from GetMessage with FALSE, but send
67 WM_CLOSE to window. WM_QUIT sent by PostQuitMessage
68 will be handled properly.
69
[8120]70 2002-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
71 - KERNEL32: o OpenFileMapping fix
72 (Notes replication seems to work now)
[8122]73 o MapViewOfFile fix; all named file mappings can be shared
74 (files & memory only)
[8120]75
[8113]76 2002-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
77 - KERNEL32: o Removed FindResource hooks
78 - USER32: o Added LoadImageW hook for custom builds
[8114]79 - DDRAW: o Do not use XFree driver unless fullscreen mode is enabled
[8113]80
[8110]81 2002-03-22: Yuri Dario <mc6530@mclink.it>
82 - USER32: o EnumThreadWindows fix (necessary due to recent process &
83 thread id changes)
84
[8106]85 2002-03-20: Platon Fomichev <platon@innotek.de>
86 - USER32: o Fixes and changes for minimizing windows (minimized window
87 list; restore; icon paint)
[8142]88
[8106]89 2002-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
90 - USER32: o BeginPaint change; use entire window if window is minimized
91
[8090]92 2002-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
93 - WGSS50: o WGSS update from IBM
[8093]94 - WSOCK32: o Return requested version in WSAStartup
[8100]95 - GDI32: o Renamed LibMain to avoid name conflict with custom build
96 (shell32)
[8090]97
[8094]98 2002-03-16: Platon Fomichev <platon@innotek.de>
99 - COMCTL32: o Ownerdrawn listview control items have no margin
100 - USER32: o DIB_BitmapInfoSize fix for 24 bpp bitmaps
[8102]101 o CloseWindow change; call ShowWindow(SW_MINIMIZE)
102 o GetWindowPlacement fix; always return internally stored
103 rcNormalPosition
[8094]104 - WNASPI32: o Added DisableASPI function
105
[8084]106 2002-03-14: knut st. osmundsen <bird@anduin.net>
107 - Fastdep: o Some minor -E<somthing> issues (non Odin32 use).
108
[8053]109 2002-03-08: Platon Fomichev <platon@innotek.de>
110 - USER32: o Menu: fix for double click on minimized window (icon)
111
[8044]112 2002-03-08: Patrick Haller <patrick.haller@innotek.de>
113 - SHELL32: o WINE sync
114 o some WPS integration (ShellExecute can open WPS objects)
115 - SHLWAPI: o PathIsURLA/W fixes for Flask (crash in Flask->About)
116 - USER32: o Moved some icon extraction functions from shell32 to user32
117 - MAKEFILES:
118 o replaced our version of "netapi32.lib" with "wnetap32.lib"
119 to avoid conflict with toolkit
[8050]120 - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid
121 toolkit conflict (netapi32.lib)
122 o NetBios support implemented (disabled for now)
123 (yet resources are global and not per-process)
124 - WS2_32: o added fake version of WSAEnumProtocol()
[8044]125
[8041]126 2002-03-07: Platon Fomichev <platon@innotek.de>
127 - USER32: o CloseWindow fix (use frame window handle)
128 o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival
129 of minimize syscommand
130
[8039]131 2002-03-06: Platon Fomichev <platon@innotek.de>
132 - USER32: o Fixes for minimized dragging icon and minimized icon distortion
133
[8036]134 2002-03-05: Platon Fomichev <platon@innotek.de>
135 - USER32: o Allow single minimize or maximize button in titlebar (os/2
136 appearance)
137
[8033]138 2002-03-04: Yuri Dario <mc6530@mclink.it>
139 - KERNEL32: o Update for Italian NLS info
140 o Fall back to English NLS info if time format not found
141
142 2002-03-04: Platon Fomichev <platon@innotek.de>
143 - USER32: o Fix for window restore from minimized state
144
[8029]145 2002-02-28: Platon Fomichev <platon@innotek.de>
146 - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing
147 to floppy (DASD mode)
148
[8024]149 2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
150 - USER32: o Removed WindowFromPoint change; has bad effect on many things
[8025]151 - KERNEL32: o Removable disk access fix
[8024]152
[8020]153 2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
[8017]154 - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
[8018]155 o WindowFromPoint change; enumerate z-order, not parent-children
[8017]156 - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
[8045]157 ((processid SHL 16) | threadid)
[8017]158 Thread ids return by WGSS are unique to the process only.
159
160 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
[8013]161 - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
162
[8008]163 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
164 - OLE32: o Added some missing exports
165
[8000]166 2002-02-23: knut st. osmundsen <bird@anduin.net>
167 - MAKEFILES:
168 o Cleaned up some demangling mess in makefiles.
169 Now both VAC308 and VAC365 builds works again.
170 - /Makefile:
171 o Added a cleanall rule to /makefile which will cleanup
172 for every compiler and all tree build modes.
173 o Corrected problemous odin_library rules in /makefile.
174 (didn't work on a clean tree)
175 - /src/Makefile:
176 o Corrected directory locking for lib module.
177 (Can now build debug and release builds concurrently.)
[8005]178 - Tools: o Synced the common kFile* classes with os2tools.
179 (The thing you do when you're supposed to do something else.. ;) )
[8000]180
[7993]181 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
[8020]182 - WSOCK32: o Don't send FD_CONNECT if socket was already connected
[7993]183 (accept returns connected socket)
184
[7984]185 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
186 - NTDLL/ADVAPI32:
187 o Some Wine updates
188
[7982]189 2002-02-21: Platon Fomichev <platon@innotek.de>
190 - IPHLPAPI o GetNetworkParams bugfixes
191
[7974]192 2002-02-20: Platon Fomichev <platon@innotek.de>
193 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
194
[7972]195 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
196 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
[7978]197 o Bugfix for accept when changing flags of active async request
[7975]198 - COMCTL32: o Listview fix: update item width & height during WM_SIZE
199 (fixes incorrect redraws when selecting items in CVP)
[7972]200
[7969]201 2002-02-20: Dmitry Froloff <froloff@os2.ru>
202 - PELDR: o Added support for WINDOWSPATH environment variable; PE
203 searches for executables in directories listed in WINDOWSPATH
204
[7957]205 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
[7961]206 - KERNEL32: o Added support for Russian country code + other countries
[7967]207 - OLE32: o Removed old code + some unnecessary changes
[7961]208 - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
[7957]209
[7950]210 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
[8000]211 - USER32: o fixed structure size for
[7950]212 SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
213 o fixed GetModuleHandleW(NULL) string conversion
214
[7946]215 2002-02-18: knut st. osmundsen <bird@anduin.net>
216 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
217 QS*/qs typedefs. Hope this wont cause any problems...
218
[7942]219 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
220 - USER32: o Added function to force color to mono mouse cursor conversion
221 (for mouse cursors with more than 2 colors)
222
[7907]223 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
224 - OLE32: o Extended logging added
[7946]225 o Resync with Wine (20020215)
[7931]226 (Out of process COM objects; InstallShield 6)
[7917]227 - OLEAUT32: o Partial resync with Wine (20020215)
228 o Extended logging added
[7920]229 - COMCTL32: o Extended logging added
[7930]230 - KERNEL32: o Named pipe updates
[7907]231
[7903]232 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
233 - SHELL32: o Extended logging added
234
[7899]235 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
236 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
237 o Added extended logging
238
[7895]239 2002-02-12: Platon Fomichev <platon@innotek.de>
240 - USER32: o Ignore keyboard messages (PM) with scancode 0
241
[7892]242 2002-02-11: Platon Fomichev <platon@innotek.de>
243 - USER32: o Fix for double enter keyboard messages
244
[7884]245 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
246 - KERNEL32/USER32:
247 o Moved Char*, IsChar*, Oem* functions to kernel32
248 (forwarders in user32)
[7946]249 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
[7889]250 EndDialog & window dtor
[7884]251
[7868]252 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
253 - USER32: o Extended logging added
[7856]254
[7868]255 2002-02-10: Platon Fomichev <platon@innotek.de>
256 - USER32\PMKBDHK:
257 o Fixes for shift-enter & shift-enter (numpad)
[7870]258 - USER32: o Numpad enter fix for GetKeyNameTextA
[7868]259
260 2002-02-10: Dmitry Froloff <froloff@os2.ru>
261 - KERNEL32: o Translate strings used for Dos* functions from Windows
262 to OS/2 codepage
263 o Translate strings returned by Dos* functions from OS/2
264 to Windows codepage
265 - USER32: o Translate strings used to set the window title (OS/2 mode)
266 from Windows to OS/2 codepage.
267
[7852]268 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
269 - KERNEL32: o Logging updates
270 - INCLUDE\makefiles:
271 o New rules for generating .def files
[7851]272
[7845]273 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
274 - KERNEL32: o Implemented tracing of all exported functions
275 (meant to replace ODINFUNCTION* macros; useful mainly
276 to improve logging in Wine modules)
277
[7841]278 2002-02-08: Platon Fomichev <platon@innotek.de>
[7836]279 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
280
[7835]281 2002-02-08: knut st. osmundsen <bird@anduin.net>
282 - WRC: o Added codepage.c from kernel32 as a hotfix to the
283 unresolved external issue. Only the get_char_typeW
284 is enabled.
285
[7830]286 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
287 - KERNEL32: o Thread change: determine if thread callback is inside
288 a PE dll. If it is, then force switch to win32 TIB.
289 (necessary for Opera when loading win32 plugins)
[7836]290 o Use NLS resources from Wine (no longer rely on OS/2 unicode
291 dll)
292 o ole2nls update; now use GetLocaleInfoA/W from Wine
[7830]293
[7806]294 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
295 - WSOCK32: o minor recv update for error handling
[7809]296 - USER32: o Ported TrackMouseEvent (Wine 20020122)
[7812]297 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
298 o Force switch to win32 FS selector when calling PE image
299 entrypoints (necessary for Odin32 applications that use
300 PE dlls (like Opera))
[7816]301 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
[7817]302 comboex, imagelist) (20020122)
303 - SHLWAPI: o Wine resync (20020122)
[7806]304
[7802]305 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
306 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
307 SendNotifyMessageA/W from Wine (20020122)
308 o Rewrote SendMessageA/W to behave more like Wine
[7803]309 (hook calls)
[7802]310
[7796]311 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
312 - KERNEL32; o Added dummy executable class
[7799]313 o Ported GetTempPathA/W from Wine
[7796]314
Note: See TracBrowser for help on using the repository browser.