source: trunk/changelog@ 8274

Last change on this file since 8274 was 8274, checked in by bird, 24 years ago

* empty log message *

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