Don't restore the saved keyboard autorepeat config, since the config
[wine.git] / ChangeLog
blobab65111ea8c92ccfd6fff3a9c849bb422edb528a
1 ----------------------------------------------------------------
2 2001-03-26  Alexandre Julliard  <julliard@winehq.com>
4         * documentation/samples/config:
5         Dmitry Timoshkov <dmitry@codeweavers.com>
6         Added some additional defaults and samples to [fonts] section.
8 2001-03-23  Alexandre Julliard  <julliard@winehq.com>
10         * misc/options.c, windows/dce.c, windows/win.c,
11           windows/x11drv/event.c, windows/x11drv/wnd.c,
12           dlls/x11drv/x11drv_main.c, documentation/samples/config,
13           documentation/wine.man.in, graphics/x11drv/xfont.c,
14           include/options.h, include/x11drv.h:
15         Cleanup properly on x11drv unloading.
16         Moved --synchronous option into config file.
17         Removed --desktop, --display and --language command-line options.
19         * dlls/winmm/mciwave/mciwave.c:
20         James Hatheway <james@macadamian.com>
21         - MCI_SAVE should overwrite its destination file.
22         - widClose() is sometimes failing... MCI (in WAVE_mciRecordCallback)
23           shouldn't queue up buffers if it knows we are no longer recording.
25         * dlls/user/user_main.c, files/profile.c, memory/local.c,
26           objects/gdiobj.c, objects/metafile.c, windows/user.c:
27         Small dll separation fixes.
29         * dlls/advapi32/registry.c:
30         Use TEB static buffer for Unicode conversion.
32         * tools/winemaker:
33         Francois Gouget <fgouget@codeweavers.com>
34         Added handling of .hpp files (another extension for C++ headers).
35         The wrapper code needs to import dlls too.
36         All the generated wrapper files were identical, the 'variable'
37         subsitution was done on the template itself. Oups!
39         * dlls/version/info.c:
40         Francois Gouget <fgouget@codeweavers.com>
41         ConvertVersionInfo32To16: the end of the child list may also be marked
42         by a 0-byte child.
44 2001-03-22  Alexandre Julliard  <julliard@winehq.com>
46         * dlls/kernel/comm.c, files/file.c, include/file.h, include/server.h,
47           include/thread.h, scheduler/synchro.c, server/async.c,
48           server/object.h, server/request.h, server/serial.c, server/trace.c:
49         Michael McCormack <mccormac@aals27.alcatel.com.au>
50         Use poll() on the client-side during server waits to implement
51         overlapped I/O.
53         * include/server.h, scheduler/process.c, server/console.c,
54           server/trace.c, win32/console.c:
55         Use the new send_fd mechanism for the set_console_fd server request.
57         * dlls/shlwapi/reg.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/xvidmode.c,
58           dlls/comctl32/comboex.c:
59         Jeff Garzik <jgarzik@mandrakesoft.com>
60         Added needed string.h includes.
62 2001-03-21  Alexandre Julliard  <julliard@winehq.com>
64         * windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/win.c,
65           windows/winpos.c, windows/x11drv/wnd.c:
66         Cleaned up assumptions about WS_CHILD flag so that we can allow it to
67         be changed in SetWindowLong.
69         * dlls/ntdll/debugtools.c:
70         Dmitry Timoshkov <dmitry@codeweavers.com>
71         Increase debug buffer size up to 1024 bytes.
73         * configure, configure.in, programs/Makefile.in,
74           programs/winetest/.cvsignore, programs/winetest/Makefile.PL,
75           programs/winetest/Makefile.in, programs/winetest/Makefile.win32,
76           programs/winetest/test.pl, programs/winetest/wine.pm,
77           programs/winetest/wine.xs, programs/winetest/winetest.c,
78           programs/winetest/winetest.spec:
79         Added first version of the Perl regression testing framework.
81         * documentation/samples/config, documentation/wine.conf.man.in,
82           loader/loadorder.c:
83         Added "*" wildcard entry to DllOverrides to replace DllDefaults
84         section; this way it can also be specified on a per-app basis.
85         Removed compiled-in defaults for dlls mentioned in the sample config.
86         Update man page.
88         * dlls/ddraw/d3dtexture.c, dlls/winmm/mcicda/mcicda.c,
89           include/netspi.h, server/main.c, server/trace.c:
90         Jeff Garzik <jgarzik@mandrakesoft.com>
91         Warning fixes.
93         * tools/winebuild/spec32.c, tools/wmc/mcl.c, scheduler/pthread.c,
94           scheduler/synchro.c, server/atom.c:
95         Jeff Garzik <jgarzik@mandrakesoft.com>
96         Added some inclusions of string.h where necessary.
98         * loader/pe_image.c:
99         Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
101         * loader/module.c:
102         Dmitry Timoshkov <dmitry@codeweavers.com>
103         Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
105         * dlls/winmm/wineoss/audio.c:
106         Ove Kaaven <ovek@transgaming.com>
107         Show an error if small enough fragment sizes couldn't be set.
108         Force a complete close/reopen of the sound device if pause is
109         requested in DirectSound mode (many drivers require this).
111         * dlls/ddraw/ddraw/user.c:
112         Ove Kaaven <ovek@transgaming.com>
113         Remove obsolete and misleading FIXME.
115         * dlls/gdi/gdi32.spec:
116         Ove Kaaven <ovek@transgaming.com>
117         Implemented Get/SetDeviceGammaRamp.
119 2001-03-20  Alexandre Julliard  <julliard@winehq.com>
121         * documentation/samples/config, documentation/wine.man.in,
122           include/loadorder.h, include/options.h, loader/loadorder.c,
123           loader/main.c, loader/module.c, loader/ne/module.c, misc/options.c:
124         - Added support for app-specific dll overrides using
125           AppDefaults\<appname>\DllOverrides configuration section.
126         - Better support for multiple --dll options.
127         - Added warning message to discourage putting multiple dlls in a
128           single override entry.
130         * win32/except.c:
131         Terminate process on unhandled ^C exception instead of launching the
132         debugger.
134         * dlls/ttydrv/dc.c, dlls/wineps/init.c,
135           graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c,
136           graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h,
137           include/wingdi.h, objects/dc.c:
138         Ove Kaaven <ovek@transgaming.com>
139         Implemented Get/SetDeviceGammaRamp.
141         * dlls/user/user32.spec, windows/win.c:
142         Eric Kohl <ekohl@codeweavers.com>
143         Added stubs for GetWindowsModuleFileName[A/W].
145         * controls/combo.c:
146         Guy L. Albertelli <galberte@neo.lrun.com>
147         Native version seems to always re-draw the selected text at the end of
148         a rollup.
150         * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
151           dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, include/x11drv.h:
152         Ove Kaaven <ovek@transgaming.com>
153         Added gamma ramp code to the XVidMode interface.
155         * include/ddrawi.h:
156         Ove Kaaven <ovek@transgaming.com>
157         More DirectDraw HAL type declarations.
159 2001-03-19  Alexandre Julliard  <julliard@winehq.com>
161         * configure, configure.in:
162         Satsuki Fujishima <sf@freebsd.org>
163         Fixed FreeBDS xpg4 check.
165         * Make.rules.in, tools/Makefile.in, tools/specmaker/Makefile.in:
166         Satsuki Fujishima <sf@freebsd.org>
167         Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
169         * include/wine/wine_common_ver.rc, dlls/oleaut32/.cvsignore,
170           dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
171           dlls/oleaut32/version.rc:
172         Dmitry Timoshkov <dmitry@codeweavers.com>
173         Add version info for built-in oleaut32.dll.
175         * controls/menu.c:
176         Gerard Patel <gerard.patel@asi.fr>
177         Fix system menu crash by ensuring that item->text is not null when
178         MF_TEXT set.
180         * include/ddraw.h:
181         Ove Kaaven <ovek@transgaming.com>
182         Added IDirectDrawGammaControl interface declaration.
184         * dlls/version/info.c:
185         Dmitry Timoshkov <dmitry@codeweavers.com>
186         Truncate version data if provided buffer is not large enough.
188         * dlls/dsound/dsound_main.c:
189         Ove Kaaven <ovek@transgaming.com>
190         Fixed sound disappearing after on-the-fly sample rate changes and
191         after certain underrun conditions.
192         Compilation fixes for when USE_DSOUND3D is defined.
194         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
195         Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
196         mouse clicks should go straight through the window.
198         * dlls/shell32/shellpath.c:
199         Eric Kohl <ekohl@codeweavers.com>
200         SHGetSpecialFolderPathA must be able to create a full path if it
201         doesn't exist.
203         * dlls/msvcrt/except.c, dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
204         Eric Kohl <ekohl@codeweavers.com>
205         Added stub for _setjmp3().
206         Implemented _sopen().
208 2001-03-16  Alexandre Julliard  <julliard@winehq.com>
210         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
211           dlls/comctl32/rsrc.rc:
212         Gerard Patel <gerard.patel@asi.fr>
213         Added version info.
215         * graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
216           include/x11drv.h, objects/font.c, dlls/ttydrv/graphics.c,
217           dlls/ttydrv/ttydrv.h, dlls/wineps/font.c, dlls/wineps/psdrv.h,
218           graphics/win16drv/font.c:
219         Huw D M Davies <hdavies@codeweavers.com>
220         Moved GetTextMetrics to unicode.
222         * dlls/version/info.c, include/winver.h:
223         Dmitry Timoshkov <dmitry@codeweavers.com>
224         Fixed prototype of GetFileVersionInfoA/W.
226         * dlls/comctl32/comboex.c:
227         Guy L. Albertelli <galberte@neo.lrun.com>
228         - Documented things known to be unimplemented.
229         - Implemented CBN_SELCHANGE, CBN_KILLFOCUS, and CBN_SELENDOK.
230         - Corrected CBEN_ENDEDIT notifies to always have edit control text.
231         - Locked "selected" state of icon to focus state of edit control (if
232           it exists) just like native.
234         * dlls/comctl32/rebar.c:
235         Guy L. Albertelli <galberte@neo.lrun.com>
236         - Correct RBN_CHILDSIZE band rectangle to match native.
237         - Correct flags in DeferWindowPos to SWP_NOZORDER to match native.
238         - Make handling ComboBox and ComboBoxEx the same when moving child
239           windows.
241         * windows/spy.c:
242         Guy L. Albertelli <galberte@neo.lrun.com>
243         Label the width and height correctly in the WINDOWPOS display.
245         * include/winuser.h:
246         Ove Kaaven <ovek@arcticnet.no>
247         Added Win2000 WS_EX_LAYERED window style.
249         * tools/wineshelllink:
250         Marcus Meissner <Marcus.Meissner@caldera.de>
251         Replaced one .kde with .kde2 in KDE2 menu code.
253         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
254         Removed path from dplayx registry entry, so that the builtin dplayx
255         can be loaded.
257         * tools/winemaker:
258         Francois Gouget <fgouget@codeweavers.com>
259         Set LD_LIBRARY_PATH if necessary before calling wrc & winebuild.
261 2001-03-14  Alexandre Julliard  <julliard@winehq.com>
263         * dlls/version/info.c:
264         Dmitry Timoshkov <dmitry@codeweavers.com>
265         Return from GetFileVersionInfo(Size) if specified file found, but
266         VS_VERSION_INFO resource not.
268         * server/serial.c:
269         Mike McCormack <mike_mccormack@looksmart.com.au>
270         Removed broken support for EV_TXEMPTY because it causes busy loops.
272         * server/async.c:
273         Mike McCormack <mike_mccormack@looksmart.com.au>
274         Add missing release object so server exits cleanly.
276         * controls/menu.c:
277         Gerard Patel <gerard.patel@asi.fr>
278         Recalculate menu sizes if WM_INITMENU has recreated/changed something.
280 2001-03-13  Alexandre Julliard  <julliard@winehq.com>
282         * dlls/kernel/nls/cht.nls:
283         Hann-huei Chiou <koala@mana.ee.ntu.edu.tw>
284         Updated.
286         * dlls/kernel/kernel32.spec, include/winbase.h, include/winnt.h,
287           scheduler/thread.c:
288         James Juran <jamesjuran@alumni.psu.edu>
289         Added stub for SetThreadExecutionState (new function in Win98/2000).
291         * windows/winproc.c:
292         Rein Klazes <rklazes@casema.net>
293         Fix Unicode/Ansi message translation for some listbox/combobox
294         messages with a zero valued lparam. Output an error when the
295         translation fails.
297         * include/wingdi.h, objects/font.c:
298         Huw D M Davies <hdavies@codeweavers.com>
299         Fix typo in OUTLINETEXTMETRIC definition.
301         * controls/edit.c:
302         Dmitry Timoshkov <dmitry@codeweavers.com>
303         Yet another attempt on fixing notifications in the edit control.
305         * documentation/samples/config:
306         Marcus Meissner <marcus@jet.franken.de>
307         Add some specific afmdirs as examples.
309         * dlls/wineps/afm.c:
310         Ian Pilcher <pilcher@concentric.net>
311         Don't load AFM files from predefined directories; use [afmdirs]
312         section in Wine config file instead.
314 2001-03-10  Alexandre Julliard  <julliard@winehq.com>
316         * controls/edit.c:
317         Dmitry Timoshkov <dmitry@codeweavers.com>
318         Fixed notifications of the edit control.
320         * controls/static.c:
321         Gerard Patel <gerard.patel@asi.fr>
322         Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does
323         not.
325         * controls/combo.c, dlls/winmm/joystick/joystick.c, dlls/winmm/mmio.c,
326           loader/loadorder.c:
327         Francois Gouget <fgouget@codeweavers.com>
328         Fixed spelling/typos in comments.
330         * tools/winemaker:
331         Francois Gouget <fgouget@codeweavers.com>
332         Added missing extension for 'ole32.dll'.
334         * include/winbase.h:
335         Francois Gouget <fgouget@codeweavers.com>
336         Added CreateRemoteThread.
338         * dlls/shell32/shell32_main.c:
339         James Juran <jamesjuran@alumni.psu.edu>
340         Implement SHGetFileInfoW by calling SHGetFileInfoA.
342         * dlls/commdlg/filedlg95.c, dlls/shell32/shlfolder.c:
343         Gerard Patel <gerard.patel@asi.fr>
344         Handle empty strings and invalid values in lpstrInitialDir for 32 bits
345         open file dialogs.
347 2001-03-08  Alexandre Julliard  <julliard@winehq.com>
349         * dlls/kernel/Makefile.in:
350         Added version16.rc in RC_SRCS list.
352         * scheduler/client.c, scheduler/synchro.c, scheduler/thread.c,
353           server/request.c, server/request.h, server/thread.c, server/trace.c,
354           include/server.h, include/thread.h:
355         Added support for nested server waits (to allow waiting in signal
356         handlers).
358         * README, tools/winecheck:
359         Andreas Mohr <a.mohr@mailto.de>
360         Added a perl script to check many aspects of Wine configuration.
362         * dlls/commdlg/finddlg32.c:
363         Gerard Patel <gerard.patel@asi.fr>
364         LPARAM in find dialog wm_initdialog is the find/replace structure, not
365         custdata.
367         * dlls/kernel/nls/lvi.nls:
368         Nerijus Baliunas <nerijus@users.sourceforge.net>
369         Updated Latvian date format.
371         * tools/wineshelllink:
372         Marcus Meissner <Marcus.Meissner@caldera.de>
373         Added SHELL linking of KDE2 desktop/menu entries.
375 2001-03-05  Alexandre Julliard  <julliard@winehq.com>
377         * include/version.h, ANNOUNCE, ChangeLog:
378         Release 20010305.
380 ----------------------------------------------------------------
381 2001-03-05  Alexandre Julliard  <julliard@winehq.com>
383         * dlls/comctl32/listview.c:
384         Francois Gouget <fgouget@codeweavers.com>
385         Update nSelectionMark and nFocusedItem when inserting/deleting/sorting
386         items.
387         SortItems: If sorting less than 2 items, do nothing.
389         * win32/file.c, scheduler/process.c:
390         Dmitry Timoshkov <dmitry@codeweavers.com>
391         Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.
393         * dlls/comctl32/pager.c:
394         Susan Farley <susan@codeweavers.com>
395         - Background of the child wnd should be erased with the same color as
396           the control.
397         - Default scroll amount should be the minimum client area.
399         * windows/dialog.c:
400         Gerard Patel <gerard.patel@asi.fr>
401         Unblock the dialog message loop with a WM_NULL message.
403         * graphics/x11drv/dib.c:
404         Vedran Rodic <vedran@renata.irb.hr>
405         Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8
406         faster by using inline asm.
408         * tools/specmaker/misc.c, server/debugger.c, server/registry.c, graphics/x11drv/xfont.c, programs/winhelp/hlpfile.c, files/dos_fs.c, files/drive.c, dlls/winmm/mmio.c:
409         Changed isolated for loops to while loops (based on a patch by Andreas
410         Mohr).
412         * dlls/oleaut32/typelib.c:
413         Andreas Mohr <a.mohr@mailto.de>
414         The for loop in ITypeLib2_fnFindName was wrong (extra ';').
416         * files/file.c: Andreas Mohr <a.mohr@mailto.de>
417         GetFileInformationByHandle() fails for pipe handles according to
418         MSDN, and also for serial handles (FILE_TYPE_CHAR in general ?).
420         * dlls/gdi/gdi_main.c, graphics/driver.c:
421         Ian Pilcher <pilcher@concentric.net>
422         Don't load the WINEPS driver until it's needed.
424         * controls/edit.c:
425         Dmitry Timoshkov <dmitry@codeweavers.com>
426         Make EDIT_UnlockBuffer cope with destroyed windows.
428 2001-03-04  Alexandre Julliard  <julliard@winehq.com>
430         * dlls/kernel/kernel_main.c, memory/heap.c:
431         We need to create the system heap at startup even though we don't use
432         it, since some Win95 native dlls depend on that.
434         * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
435         Lionel Ulmer <lionel.ulmer@free.fr>
436          - add tracing to OpenGL thunks
437          - update to latest gl.spec file
439         * windows/winpos.c:
440         Dmitry Timoshkov <dmitry@codeweavers.com>
441         Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has
442         WS_CLIPSIBLINGS bit set.
444         * dlls/comctl32/listview.c:
445         Francois Gouget <fgouget@codeweavers.com>
446         In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
447         selection mark has been set, just select the current item.
448         In LISTVIEW_SetGroupSelection we must also set the selection mark in
449         that case (and only in that case).
450         Removed a naughty ';' (spotted by Eric Pouech).
452         * tools/winemaker:
453         Francois Gouget <fgouget@codeweavers.com>
454         If a target has C++ sources, then use g++ to link it (fixes #162).
455         Removed SONAME, it's not relevant for dlls and was unused anyway.
457 2001-03-03  Alexandre Julliard  <julliard@winehq.com>
459         * scheduler/client.c: Fixed file descriptor leak.
461         * dlls/winmm/wineoss/midi.c, documentation/samples/config, files/directory.c, windows/x11drv/keyboard.c:
462         Andreas Mohr <a.mohr@mailto.de>
463         Some more message cleanups.
465         * dlls/dsound/dsound_main.c: Chris Jacobson
466         Small bug fix.
468         * dlls/commdlg/filedlg.c:
469         Gerard Patel <gerard.patel@asi.fr>
470         Initialize the return error code to 0 for common dialog file
471         functions.
473         * tools/winemaker:
474         Francois Gouget <fgouget@codeweavers.com>
475         Add files found in an 'include' directory, to the 'misc sources' list.
477 2001-03-01  Alexandre Julliard  <julliard@winehq.com>
479         * server/file.c, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h, include/thread.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
480         Create the server pipes on the client side and transfer them to the
481         server on thread creation.
482         Use a single per-process socket instead of one per thread for
483         transferring file handles between client and server.
485         * tools/winemaker:
486         Francois Gouget <fgouget@codeweavers.com>
487         Reenable the wrapper support.
489         * dlls/wineps/afm.c:
490         Ian Pilcher <pilcher@concentric.net>
491         Squash another AFM character metrics parsing bug.
493 2001-02-28  Alexandre Julliard  <julliard@winehq.com>
495         * scheduler/client.c, server/file.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h:
496         New mechanism to transfer file descriptors from client to server.
498         * windows/x11drv/keyboard.c:
499         Johannes.Schindelin@gmx.de
500         Some minor changes to the German keyboard layout.
502         * windows/winpos.c:
503         Dominik Strasser <dominik.strasser@mchp.siemens.de>
504         Avoid crash at end of list.
506         * dlls/wineps/afm.c:
507         Ian Pilcher <pilcher@concentric.net>
508         Fix bug in AFM character width parsing.
510         * win32/device.c, windows/winpos.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/oleaut32/variant.c, dlls/shell32/shlfolder.c, dlls/user/ddeml.c, dlls/user/exticon.c, graphics/x11drv/graphics.c, include/ddraw.h, objects/metafile.c, programs/notepad/main.c, debugger/types.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, dlls/dplayx/dplay.c, dlls/msvcrt/process.c:
511         Francois Gouget <fgouget@free.fr>
512         Small 'typos in comments' fixes.
514         * include/module.h, include/task.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c, dlls/kernel/kernel_main.c:
515         Use the standard CreateThread routine to create 16-bit tasks instead
516         of duplicating the code.
518         * dlls/winspool/wspool.c, dlls/winspool/info.c:
519         Removed dependency on comctl32.
521         * include/winnt.h:
522         François Gouget <fgouget@codeweavers.com>
523         WINE_UNICODE_TEXT was incorrect.
524         Dropped support for WINE_UNICODE_TEXT('c') in C.
526         * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
527         Michael Stefaniuc <mstefani@redhat.de>
528         Implemented WsControl command with id 0x101.
530         * dlls/kernel/nls/afk.nls, dlls/kernel/nls/bel.nls, dlls/kernel/nls/bgr.nls, dlls/kernel/nls/cat.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dea.nls, dlls/kernel/nls/dec.nls, dlls/kernel/nls/del.nls, dlls/kernel/nls/des.nls, dlls/kernel/nls/esm.nls, dlls/kernel/nls/esn.nls, dlls/kernel/nls/esp.nls, dlls/kernel/nls/euq.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/fra.nls, dlls/kernel/nls/frb.nls, dlls/kernel/nls/frc.nls, dlls/kernel/nls/frl.nls, dlls/kernel/nls/frs.nls, dlls/kernel/nls/grc.nls, dlls/kernel/nls/hun.nls, dlls/kernel/nls/ind.nls, dlls/kernel/nls/isl.nls, dlls/kernel/nls/ita.nls, dlls/kernel/nls/its.nls, dlls/kernel/nls/jpn.nls, dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls, dlls/kernel/nls/non.nls, dlls/kernel/nls/nor.nls, dlls/kernel/nls/plk.nls, dlls/kernel/nls/ptb.nls, dlls/kernel/nls/ptg.nls, dlls/kernel/nls/rom.nls, dlls/kernel/nls/sky.nls, dlls/kernel/nls/slv.nls, dlls/kernel/nls/sve.nls, dlls/kernel/nls/trk.nls:
531         Przemyslaw Bruski <f66336pb@ask.eti.pg.gda.pl>
532         Added LOCALE_IDEFAULTMACCODEPAGE definition in most nls files.
534 2001-02-27  Alexandre Julliard  <julliard@winehq.com>
536         * windows/queue.c, scheduler/client.c, scheduler/handle.c, scheduler/pipe.c, scheduler/process.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/request.c, server/thread.c, server/thread.h, tools/make_requests, win32/console.c, win32/device.c, win32/except.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/registry.c, memory/selector.c, memory/virtual.c, misc/registry.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, files/file.c, include/server.h, include/thread.h, dlls/advapi32/registry.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c:
537         New set of macros for server calls; makes requests without variable
538         part somewhat faster.
540         * scheduler/pthread.c:
541         Moved PTHREAD_init_done out of the #ifdef.
543 2001-02-26  Alexandre Julliard  <julliard@winehq.com>
545         * controls/menu.c, dlls/kernel/kernel32.spec, dlls/kernel/time.c, dlls/user/user32.spec, windows/syscolor.c, windows/user.c:
546         Eric Pouech <Eric.Pouech@wanadoo.fr>
547         Added a few missing stubs to KERNEL32 and USER32.
549         * tools/winelauncher.in:
550         Ove Kaaven <ovek@arcticnet.no>
551         Handle filenames with spaces.
553         * dlls/commdlg/printdlg.c:
554         Gerard Patel <gerard.patel@asi.fr>
555         Map 32 bits resource for 16 bits print dialog.
557         * controls/listbox.c:
558         Dmitry Timoshkov <dmitry@codeweavers.com>
559         Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
560         background in listbox.
562         * dlls/shell32/shlfileop.c:
563         David Grant <dave@reach.net>
564         Added (partial) support for FO_COPY and FO_DELETE.
566 2001-02-23  Alexandre Julliard  <julliard@winehq.com>
568         * dlls/user/resources/.cvsignore, dlls/user/resources/user32.rc, dlls/user/resources/version.rc, dlls/user/resources/version16.rc, dlls/version/info.c, include/wine/wine_common_ver.rc, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/version.rc, dlls/kernel/version16.rc, dlls/user/Makefile.in, dlls/user/user.spec, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/version.rc, dlls/gdi/version16.rc:
569         Dmitry Timoshkov <dmitry@codeweavers.com>
570         Add version information (16 and 32 bit) to core built-in dlls:
571         krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll.
572         Provide a way for reading version information using standard API:
573         GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.
575         * include/heap.h, memory/heap.c, scheduler/process.c, scheduler/pthread.c:
576         Only create the system heap when we actually need it.
578         * files/dos_fs.c, memory/global.c:
579         Allocations do not need to be on the system heap.
581         * dlls/comctl32/pager.c:
582         Susan Farley <susan@codeweavers.com>
583         Horiz/Vert determination must be dynamic, as the style may not be set
584         upon creation; improved positioning and scrolling.
586         * include/commctrl.h:
587         Susan Farley <susan@codeweavers.com>
588         Avoid alignment problems with NMPGSCROLL struct.
590         * windows/sysparams.c:
591         Chris Morgan <cmorgan@codeweavers.com>
592         Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3.
594         * controls/button.c:
595         Dmitry Timoshkov <dmitry@codeweavers.com>
596         Prepare background while drawing radio buttons and checkboxes.
598         * windows/x11drv/clipboard.c:
599         Aric Stewart <aric@codeweavers.com>
600         - We need to make sure we pay attention to if our call to
601           SetClipboardData from the X11DRV version of the function works. If not
602           we need to delete the global block we allocated. This is a sever memory
603           leak with large clipboard items.
604         - If an X selection it too large then X may give it to us in chunks,
605           we were not handling this well.
607         * dlls/kernel/nls/ukr.nls:
608         Valery Kartel <kvn@igk.kiev.ua>
609         Updated all fields with Ukrainian values.
611         * controls/menu.c, controls/scroll.c, dlls/ttydrv/wnd.c, windows/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/message.c, windows/property.c, windows/queue.c, windows/winpos.c, windows/x11drv/wnd.c:
612         Do not allocate any USER data on the system heap.
614         * include/Makefile.in, include/cpl.h, include/winuser.h, dlls/shell32/Makefile.in, dlls/shell32/control.c, dlls/shell32/iconcache.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
615         Eric Pouech <Eric.Pouech@wanadoo.fr>
616         A first stab at implementing the RunDll features.
618         * dlls/kernel/comm.c:
619         Andreas Mohr <a.mohr@mailto.de>
620         BuildCommDCB16 had a rather broken baud rate handling.
622         * tools/winelauncher.in:
623         Ove Kaaven <ovek@arcticnet.no>
624         Made the winelauncher support winelib app invocations. Fixed a few
625         file path issues.
627 2001-02-21  Alexandre Julliard  <julliard@winehq.com>
629         * dlls/kernel/kernel.spec, include/server.h, include/thread.h, scheduler/client.c, scheduler/synchro.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
630         Added separate server pipe to wait on blocking server calls.
631         Send the complete request/reply through the request fifo instead of
632         just a dummy byte.
633         Convert error status to text in server reply tracing.
635         * dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
636         Chris Morgan <cmorgan@codeweavers.com>
637         Confirm file deletes.  Make delete confirmation messages more
638         consistent. Improve trace messages on delete failure.
640         * dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
641         Chris Morgan <cmorgan@codeweavers.com>
642         Add shell support for deleting files using the Delete key.
644         * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
645         Ian Pilcher <pilcher@concentric.net>
646         Implement EnumPrinterDataEx{A|W}.
648         * dlls/commdlg/comdlg32.spec, dlls/msacm/msacm32.spec, dlls/msnet32/msnet32.spec, dlls/msvideo/msvfw32.spec:
649         Removed some unnecessary ordinals.
651         * dlls/crtdll/crtdll_main.c, dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.h:
652         __getmainargs last argument is a pointer to new_mode.
654 2001-02-20  Alexandre Julliard  <julliard@winehq.com>
656         * server/mapping.c, server/request.h, server/trace.c, include/server.h, memory/virtual.c, scheduler/client.c:
657         Small server protocol cleanups.
659         * dlls/olecli/olecli.spec, dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c:
660         Gerard Patel <gerard.patel@asi.fr>
661         Stub for OleSavedClientDoc.
663         * dlls/comctl32/treeview.c:
664         Aric Stewart <aric@codeweavers.com>
665         Insert the item before calling a SetFirstVisible which can generate a
666         WM_PAINT message.
668         * library/port.c:
669         Clear %ebp before entering the new thread.
671         * dlls/winsock/socket.c:
672         Got rid of the WSINFO structure. Fixed a couple of bugs.
674         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
675         Fixed __GetMainArgs.
677         * ANNOUNCE, README, documentation/wine.man.in:
678         Joerg Mayer <jmayer@loplof.de>
679         Add information about prebuilt documentation packages in
680         other-than-sgml form.
682         * windows/clipboard.c:
683         Aric Stewart <aric@codeweavers.com>
684         We need to give room for the null termination when translating the
685         clipboard text.
687         * dlls/comctl32/comboex.c:
688         Guy L. Albertelli <galberte@neo.lrun.com>
689         - Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
690           CBEM_{GET|SET}UNICODEFORMAT, CB_FINDSTRINGEXACT, WM_COMMAND,
691           WM_DELETEITEM.
692         - Implement extended style CBES_EX_NOEDITIMAGE, and warn others are
693           not yet implemented.
694         - Restructure DrawItem code to do things more rationally.
696         * controls/combo.c:
697         Guy L. Albertelli <galberte@neo.lrun.com>
698         - Restructure PaintText code to remove FillRect from owner-drawn path.
699         - Change SetFocus to indicate focus set only after Notify is sent to owner.
700         - Get more info in a trace.
702         * files/dos_fs.c: Rein Klazes <rklazes@casema.net>
703         Correct error message in case DOSFS_OpenDevice() fails on a COMx
704         device.
706         * miscemu/main.c, objects/palette.c, win32/except.c, dlls/winedos/dosvm.c, if1632/thunk.c, include/callback.h, loader/task.c:
707         Removed a few Callout functions by doing a GetProcAddress at the time
708         we actually need the function.
710         * memory/virtual.c:
711         Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap.
713         * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.spec:
714         Dmitry Timoshkov <dmitry@codeweavers.com>
715         Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
716         Protect MSVCRT__acmdln global variable from corruption.
718         * include/winnt.h:
719         Josh DuBois <duboisj@codeweavers.com>
720         Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block.
722         * dlls/comctl32/toolbar.c:
723         Eric Kohl <ekohl@codeweavers.com>
724         Fixed behaviour of dropdown buttons. When a dropdown button is
725         clicked, it does not change into pressed state.
727         * objects/enhmetafile.c:
728         Dmitry Timoshkov <dmitry@codeweavers.com>
729         Better implementation of EMF record EMR_EXTSELECTCLIPRGN.
731         * dlls/commdlg/cdlg_De.rc:
732         Marcus Meissner <marcus@jet.franken.de>
733         Translated new common dialog resources into German.
734         Resized file dialog a bit to make toolbar completely visible again.
736         * dlls/shell32/shell32_De.rc:
737         Marcus Meissner <marcus@jet.franken.de>
738         Fixed German translation, changed dialog font to Helvetica.
740 2001-02-16  Alexandre Julliard  <julliard@winehq.com>
742         * ANNOUNCE, ChangeLog, include/version.h:
743         Release 20010216.
745 ----------------------------------------------------------------
746 2001-02-16  Alexandre Julliard  <julliard@winehq.com>
748         * dlls/ntdll/debugtools.c:
749         Chris Morgan <cmorgan@wpi.edu>
750         Assert on output buffer overflow.
752         * dlls/comctl32/listview.c:
753         James Hatheway <james@macadamian.com>
754         Update selection after sorting (in LISTVIEW_SortItems) by making sure
755         selection list matches states of individual items.
757         * graphics/x11drv/graphics.c:
758         François Gouget <fgouget@codeweavers.com>
759         Added DIB/pixmap synchronization for {Get,Set}Pixel.
761         * dlls/comctl32/toolbar.c:
762         François Gouget <fgouget@codeweavers.com>
763         TB_SETBUTTONSIZE messages must be taken into account even after
764         buttons have been added.
766         * include/server.h, scheduler/process.c, server/console.c, server/process.c, server/trace.c, win32/console.c:
767         Pass the stdin/stdout handles on startup to use as console (based on a
768         patch by Eric Pouech).
770         * windows/x11drv/keyboard.c:
771         Aric Stewart <aric@codeweavers.com>
772         Correct the codepage for the Turkish keyboard.
774         * dlls/comctl32/toolbar.c:
775         Aric Stewart <aric@codeweavers.com>
776         Setting the HotItem to -1 can be disastrous at times if it equals
777         oldhit.
779         * tools/specmaker/dll.c, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, tools/specmaker/README:
780         Jon Griffiths <jon_p_griffiths@yahoo.com>
781         - Create entries for ordinal only exports, use ordinals if non-standard.
782         - Improve C++ demangler, recognise data types, fix some bugs.
784         * files/directory.c, files/dos_fs.c, files/file.c:
785         Gerard Patel <gerard.patel@asi.fr>
786         Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
788 2001-02-15  Alexandre Julliard  <julliard@winehq.com>
790         * tools/winebuild/parser.c:
791         Added support for backslash escaping of special characters.
793         * dlls/version/info.c:
794         Lawson Whitney <lawson_whitney@juno.com>
795         If VerQueryValueA is called with a PE resource, translate the call to
796         VerQueryValueW.
798         * dlls/comctl32/toolbar.c:
799         Aric Stewart <aric@codeweavers.com>
800         Continued the implementation of Set Hot Item.
802         * dlls/comctl32/listview.c:
803         James Hatheway <james@macadamian.com>
804         Send LVN_DELETEITEM notification first, to avoid crashes if the app
805         requests LVIF_PARAM with LISTVIEW_GetItem() during its LVN_DELETEITEM
806         message handler.
808         * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.h:
809         Chris Morgan <cmorgan@codeweavers.com>
810         Add includes for <time.h>.
812         * dlls/wineps/afm.c:
813         Morten Welinder <terra-wine@diku.dk>
814         (PSDRV_AFMGetCharMetrics): Use unsigned chars (since isspace is used).
815         (PSDRV_AFMParse): Don't crash on missing font name.  Use unsigned
816         chars.  Fix peculiar inconsistent indentation.  Don't leak a FILE.
817         Catch problematic files with no line feed in them.  Don't mix
818         characters and integers.  Don't overrun the buffer.
820         * windows/x11drv/keyboard.c:
821         Aric Stewart <aric@codeweavers.com>
822         Added a turkish keyboard layout.
824 2001-02-14  Alexandre Julliard  <julliard@winehq.com>
826         * dlls/kernel/kernel32.spec:
827         Removed ordinal from functions that don't need a specific value.
829         * scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, win32/init.c, win32/newfns.c, win32/time.c, graphics/x11drv/oembitmap.c, if1632/builtin.c, if1632/relay.c, misc/registry.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, ole/ole2nls.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, dlls/avifil32/avifile.c, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
830         Patrik Stridvall <ps@leissner.se>
831         Documentation ordinal fixes.
833         * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/font.c, graphics/x11drv/xfont.c, include/font.h, include/gdi.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/gdiobj.c, dlls/wineps/font.c, dlls/wineps/psdrv.h:
834         Huw D M Davies <hdavies@codeweavers.com>
835         Change FONTOBJ to use LOGFONTW rather than LOGFONT16.
836         Updated parameters of DEVICEFONTENUMPROC.
838         * windows/defwnd.c:
839         Fixed WM_GETTEXTLENGTH handling.
841         * dlls/Makefile.in, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/info.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mciavi/mciavi_res.rc, dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c, include/Makefile.in, include/mciavi.h, include/vfw.h:
842         Eric Pouech <Eric.Pouech@wanadoo.fr>
843         Started the real implementation of mciavi.
845         * dlls/advapi32/registry.c:
846         Always return success instead of overflow if caller didn't specify a
847         buffer.
849         * tools/wineconf:
850         Morten Welinder <terra-wine@diku.dk>
851         Output the right number of backslashes in values.
853         * windows/spy.c:
854         François Gouget <fgouget@codeweavers.com>
855         Be smarter about the ellipsis in SPY_GetWndName.
857         * dlls/richedit/richedit.c, memory/heap.c, programs/regapi/regapi.c, windows/cursoricon.c:
858         François Gouget <fgouget@codeweavers.com>
859         Misc typos in comments.
861         * dlls/comctl32/listview.c:
862         François Gouget <fgouget@codeweavers.com>
863         ListView_GetItemRect already sets rc.left.
865         * controls/menu.c, dlls/comctl32/toolbar.c, ole/ole2nls.c:
866         François Gouget <fgouget@codeweavers.com>
867         debugstr_xxx already does the quoting.
869         * dlls/comctl32/comctl32undoc.c:
870         François Gouget <fgouget@codeweavers.com>
871         Change the callback declarations to a safer format.
873         * documentation/wine.man.in:
874         Lawson Whitney <lawson_whitney@juno.com>
875         Tune the doco to the code for relay/snoop specific.
877         * dlls/winsock/socket.c, dlls/kernel/comm.c, dlls/shell32/shres.rc, dlls/winmm/mmsystem.c:
878         Andreas Mohr <amohr@codeweavers.com>
879         Cosmetics.
881         * win32/device.c:
882         Andreas Mohr <amohr@codeweavers.com>
883         Give both --winver nt40 and win31 for VxD warning, as some programs
884         work with win31.
886         * dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/struct_convert.c:
887         Andreas Mohr <amohr@codeweavers.com>
888         - correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
889         - fix GetAvailableVidMem ddraw iface copy&paste bug (doh !)
891         * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, dlls/x11drv/Makefile.in:
892         Ove Kaaven <ovek@transgaming.com>
893         Guts of a simple XVidMode-supporting DirectDraw HAL in x11drv.
895         * files/file.c:
896         Jon Griffiths <jon_p_griffiths@yahoo.com>
897         SetLastError() for GetFileAttributesA.
899         * windows/defwnd.c:
900         Susan Farley <susan@codeweavers.com>
901         Exception for allowing the parent to set the cursor for a child wnd is
902         when the cursor is on the border of a resizable wnd.
904         * controls/menu.c:
905         Dmitry Timoshkov <dmitry@codeweavers.com>
906         Convert menu item to seperator only when string is NULL.
908 2001-02-13  Alexandre Julliard  <julliard@winehq.com>
910         * include/dciddi.h, include/ddrawi.h:
911         Ove Kaaven <ovek@transgaming.com>
912         Some important stuff from the DirectDraw DDK headers.
914         * include/wine/library.h, library/loader.c, scheduler/process.c:
915         Josh DuBois <duboisj@codeweavers.com>
916         More verbose error messages when application load fails.
918         * include/winnt.h, misc/cpu.c, win32/newfns.c:
919         James Abbatiello <jabbey@codeweavers.com>
920         Use the Pentium's rdtsc instruction (if available) to implement
921         QueryPerformanceCounter.
923         * tools/winapi_check/win16/winnls.api, tools/winapi_check/win32/dciman32.api, tools/winapi_check/modules.dat, tools/winapi_check/winapi_documentation.pm:
924         Patrik Stridvall <ps@leissner.se>
925         - Minor API files fixes
926         - Minor bug fixes
928         * dlls/winnls/winnls.c:
929         Patrik Stridvall <ps@leissner.se>
930         Fixed some issues found by winapi_check.
932         * dlls/wineps/afm.c:
933         Peter H. Ganten <peter@ganten.org>
934         - only parse AFM-files, which start with "BeginFontMetrics"
935         - use fgetc instead of fgets to cope with AFM-Files with
936           Macintosh-Style line-breaks ('\r') in the parser.
938         * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/url.c, tools/winapi_check/win32/shlwapi.api:
939         Jon Griffiths <jon_p_griffiths@yahoo.com>
940         Implement a bunch of shlwapi functions, add some new stubs.
942         * graphics/x11drv/dib.c:
943         Lionel Ulmer <lionel.ulmer@free.fr>
944         Added RGB 565 => RGB 0888 conversion.
946         * dlls/shell32/shlview.c:
947         Chris Morgan <cmorgan@codeweavers.com>
948         Implement keyboard shortcut F2 to rename files and directories in the
949         shellview (and in common dialogs).
951         * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
952         Josh DuBois <duboisj@codeweavers.com>
953         More portable .align directive.
954         Ignore -delay directive on ppc only.
955         Added code to call the dll constructors.
957         * include/winnt.h:
958         Josh DuBois <duboisj@codeweavers.com>
959         Defined architecture-specific macros for ppc.
961         * controls/menu.c:
962         Marcus Meissner <marcus@jet.franken.de>
963         Don't crash on close from window manager.
965         * windows/message.c:
966         Marcus Meissner <marcus@jet.franken.de>
967         PostMessageA/W ignores messages containing pointers and returns
968         FALSE/LastError ERROR_INVALID_PAREMETER.
970         * windows/cursoricon.c:
971         François Gouget <fgouget@codeweavers.com>
972         CreateIcon must perform color depth conversion if the provided bitmap
973         is not of the same depth as the screen.
974         Added some documentation.
976 2001-02-12  Alexandre Julliard  <julliard@winehq.com>
978         * dlls/commdlg/printdlg.c:
979         Duane Clark <dclark@akamail.com>
980         - make the Landscape/Portrait buttons do something.
981         - fix these problems in the Paper Size and Source combo boxes:
982           1) Every time the printer setup dialog is opened, the settings
983           are set back to garbage settings.
984           2) If the paper size or source is changed, and then the printer is
985           changed, the new printer does not get the new size and source
986           settings even though it appears to from the dialog.
988         * graphics/x11drv/dib.c, objects/dib.c:
989         James Abbatiello <jabbey@codeweavers.com>
990         In CreateDIBSection, the offset into the file mapping does not have to
991         be a multiple of the memory allocation granularity.
993         * include/commctrl.h:
994         Francois Gouget <fgouget@free.fr>
995         Add missing definitions required by the Control Spy examples.
997         * objects/enhmetafile.c:
998         Dmitry Timoshkov <dmitry@codeweavers.com>
999         Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
1000         EMR_PLGBLT, EMR_SETDIBITSTODEVICE, EMR_POLYTEXTOUTA, EMR_POLYTEXTOUTW,
1001         EMR_FILLRGN, EMR_FRAMERGN, EMR_INVERTRGN, EMR_PAINTRGN enhanced
1002         metafile record types according to specs.
1004         * include/oleauto.h, dlls/oleaut32/Makefile.in, dlls/oleaut32/hash.c, dlls/oleaut32/stubs.c:
1005         Jon Griffiths <jon_p_griffiths@yahoo.com>
1006         Implement LHashValOfNameSysA for 4 LCIDs, fix prototype.
1008         * dlls/shell32/shlview.c:
1009         Francois Gouget <fgouget@free.fr>
1010         Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.
1012         * include/richedit.h:
1013         Francois Gouget <fgouget@free.fr>
1014         Declare RICHEDIT_CLASS20W using a WCHAR array.
1016         * windows/clipboard.c:
1017         Aric Stewart <aric@codeweavers.com>
1018         If an application directly calls SetClipboardData with CF_TEXT and
1019         then later called GetClipboardData with CF_TEXT we gave them a NULL
1020         because we where not handling this case.
1022         * controls/edit.c:
1023         Dmitry Timoshkov <dmitry@codeweavers.com>
1024         Fix the behaviour of EM_GETLINE message.
1026         * windows/message.c:
1027         Andreas Mohr <amohr@codeweavers.com>
1028         Make sure that MSG_PeekMessage uses an internal variable to avoid
1029         corruption.
1031         * dlls/ntdll/reg.c, files/directory.c, programs/regapi/README, tools/wineinstall:
1032         Andreas Mohr <amohr@codeweavers.com>
1033         - TRACE opened registry handles
1034         - add proper quotes to wineinstall
1035         - spelling
1037         * graphics/x11drv/palette.c, windows/nonclient.c, windows/x11drv/wnd.c:
1038         Andreas Mohr <amohr@codeweavers.com>
1039         - move TSXGrabServer after a possible return FALSE;
1040         - move misplaced comment
1041         - optimize TSXGrabServer use
1043         * windows/mdi.c:
1044         Dmitry Timoshkov <dmitry@codeweavers.com>
1045         Remove redundant parameters from MDICreateChild and MDIDestroyChild.
1046         Make the parameter names slightly more descriptive.
1048         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
1049         Huw D M Davies <hdavies@codeweavers.com>
1050         Add an updown control to the copy count entry.
1051         Disable the collate button if no. of copies is 1.
1052         Add Landscape/Portrait icons.
1053         Get rid of the "Dummy Comment" line.
1054         Fix the English of some of the error messages.
1056         * objects/enhmetafile.c:
1057         Huw D M Davies <hdavies@codeweavers.com>
1058         Remove unused outXform.
1060         * dlls/ddraw/ddraw/main.c:
1061         Lionel Ulmer <lionel.ulmer@free.fr>
1062         Allow an application to re-ask for EXCLUSIVE DirectDraw access.
1064         * dlls/comctl32/propsheet.c:
1065         Andreas Mohr <amohr@codeweavers.com>
1066         Check PROPSHEETPAGEA.pfnCallback for NULL pointer if PSP_USECALLBACK
1067         is given.
1069         * dlls/comctl32/treeview.c:
1070         François Gouget <fgouget@codeweavers.com>
1071         Handle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys. See also
1072         LISTVIEW_ProcessLetterKeys in listview.c.
1074         * dlls/comctl32/listview.c:
1075         François Gouget <fgouget@codeweavers.com>
1076         Fix (rewrite), and add documentation to LISTVIEW_ProcessLetterKeys.
1077         Lowered the key repetition delay (Aric).
1079         * memory/virtual.c:
1080         James Abbatiello <jabbey@codeweavers.com>
1081         Don't require write access on the file handle to create a
1082         copy-on-write mapping.
1084         * dlls/winmm/mmsystem.c, dlls/winspool/info.c, dlls/winspool/wspool.c, libtest/hello5.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, windows/defwnd.c, dlls/comctl32/smoothscroll.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/dplayx/dplaysp.h, dlls/imm32/imm_private.h, dlls/kernel/utthunk.c, dlls/ole32/compobj.c, dlls/setupapi/setupx16.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlview.c, dlls/wineps/driver.c:
1085         Francois Gouget <fgouget@free.fr>
1086         Change the callback declarations to a safer format.
1088         * dlls/oleaut32/dispatch.c, files/file.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
1089         Patrik Stridvall <ps@leissner.se>
1090         Documentation argument fixes.
1092         * windows/message.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c:
1093         Patrik Stridvall <ps@leissner.se>
1094         Documentation name fixes (always use external name).
1096         * dlls/dplayx/dplay.c, dlls/ole32/storage.c, dlls/shell32/shv_bg_cmenu.c, libtest/vartest.c:
1097         Francois Gouget <fgouget@free.fr>
1098         Fix typos in comments.
1100         * dlls/kernel/nls/msl.nls, misc/options.c, tools/wmc/lang.c, tools/wmc/language.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
1101         Rein Klazes <rklazes@casema.net>
1102         Added support for the Malayan language.
1104         * dlls/comctl32/listview.c, include/commctrl.h:
1105         Chris Morgan <cmorgan@codeweavers.com>
1106         Fix ListView_GetItemRect() macro.
1107         Fix use of ListView_GetItemRect() macro in listview control.
1108         Add some documentation to LISTVIEW_GetItemRect().
1110         * dlls/msacm/msacm_main.c, dlls/msvcrt/data.c, dlls/msvcrt/math.c:
1111         Patrik Stridvall <ps@leissner.se>
1112         Fixed some issues found by winapi_check.
1114         * tools/winapi_check/win16/msvideo.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_documentation.pm, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
1115         Patrik Stridvall <ps@leissner.se>
1116         - Addded support for API:s implemented with __ASM_GLOBAL_FUNC
1117         - Reorganized documentation checking.
1118         - Minor API files fixes
1120         * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/main.c:
1121         Marcus Meissner <marcus@jet.franken.de>
1122         Handle differently sized structs by using their dwSize parameters.
1124         * dlls/dinput/joystick/linuxinput.c, include/callback.h, windows/winproc.c:
1125         James Abbatiello <jabbey@codeweavers.com>
1126         Fix a few compiler warnings.
1128         * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c:
1129         James Abbatiello <jabbey@codeweavers.com>
1130         Don't allow comctl32 controls to access their infoPtr before it has
1131         been  allocated or after it has been freed.
1133         * dlls/winmm/mmio.c:
1134         Andreas Mohr <amohr@codeweavers.com>
1135         Make MMIO_Open work with NULL filename again.
1137         * dlls/user/user32.spec, include/winuser.h, windows/mdi.c, windows/win.c, dlls/user/controls.h:
1138         Dmitry Timoshkov <dmitry@codeweavers.com>
1139         Added unicode MDI client window proc.
1141         * windows/x11drv/event.c:
1142         Josh DuBois <duboisj@codeweavers.com>
1143         Fixed a char that should have been signed.
1145         * include/process.h:
1146         Jon Griffiths <jon_p_griffiths@yahoo.com>
1147         Use extern "C" for Winelib C++ apps.
1149         * dlls/commdlg/printdlg.c:
1150         Huw D M Davies <hdavies@codeweavers.com>
1151         Call LoadImage to load the non-standard sized collate icons.
1153         * dlls/wineps/font.c:
1154         Huw D M Davies <hdavies@codeweavers.com>
1155         Map 'Courier New' to 'Courier'.
1157         * objects/enhmetafile.c:
1158         Huw D M Davies <hdavies@codeweavers.com>
1159         Fix EMF positioning when rclFrame has a non-zero origin.
1161         * include/wine/undocshell.h, include/process.h, include/setupapi.h, include/shlwapi.h, include/vfw.h, include/winbase.h, include/winsock2.h, include/winsvc.h:
1162         Francois Gouget <fgouget@free.fr>
1163         Change the callback declarations to a safer format.
1165         * dlls/msacm/filter.c, dlls/msacm/format.c:
1166         James Hatheway <james@macadamian.com>
1167         acmDriverEnumW shouldn't return MMSYSERR_ERROR if
1168         acmDriverEnumCallback returns TRUE.
1170         * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
1171         Huw D M Davies <hdavies@codeweavers.com>
1172         Implement Set/GetPrinterData[Ex].
1173         Remove ordinals from winspool.drv.spec .
1175         * dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c:
1176         Andreas Mohr <amohr@codeweavers.com>
1177         Take a stab at implementing OleSetAutoConvert.
1179         * dlls/wineps/afm.c:
1180         Marcus Meissner <marcus@jet.franken.de>
1181         Fixed a NULL ptr problem.
1182         Added loading of .afm files from several common locations
1183         (ghostscript, a2ps, enscript, (teTeX), X11).
1185         * dlls/winmm/wineoss/audio.c:
1186         Andreas Mohr <amohr@codeweavers.com>
1187         Don't touch WAVEHDRs dwLoops variable.
1189         * dlls/wineps/ppd.c:
1190         Huw D M Davies <hdavies@codeweavers.com>
1191         Spaces do not have to come after the ':' that ends a keyword.
1192         Map bin name ManualEnv to DMBIN_ENVMANUAL.
1194         * tools/winemaker:
1195         François Gouget <fgouget@codeweavers.com>
1196         Make sure all files are terminated with a '\n'.
1197         Remove obsolete comment about 'afxres.h' coming back after editing in VC.
1198         Added support for the RTF qualifier in RC files.
1200         * msdos/int21.c:
1201         Andreas Mohr <amohr@codeweavers.com>
1202         Implemented the int21 LFN rename file function.
1204         * dlls/ole32/ole2.c:
1205         Huw D M Davies <hdavies@codeweavers.com>
1206         Fix ReleaseStgMedium for MetaFilePict types.
1208         * dlls/wineps/text.c:
1209         Huw D M Davies <hdavies@codeweavers.com>
1210         Fix for rotated text when lpDx is specified.
1211         Better handling of cumulative rounding errors.
1213         * dlls/comctl32/pager.c:
1214         Susan Farley <susan@codeweavers.com>
1215         Handle the CCS_NORESIZE style.
1216         Change the scroll delta only when the app responds to the PGN_NOTIFY msg.
1218         * graphics/x11drv/dib.c:
1219         Ove Kaaven <ovek@transgaming.com>
1220         In CopyDIBSection, use source DIB colormap instead if no palette has
1221         been selected into the source DC, to work around some X11-imposed
1222         DIBsection implementation deficiencies.
1224         * dlls/ddraw/ddraw/dga2.c:
1225         Ove Kaaven <ovek@transgaming.com>
1226         Fix DGA2 mode setting to use the correct color depth.
1228         * tools/wineconf:
1229         Andreas Mohr <amohr@codeweavers.com>
1230         - fix wineconf to generate new config file format
1231         - fix some variable checks
1233         * objects/enhmetafile.c:
1234         Dmitry Timoshkov <dmitry@codeweavers.com>
1235         Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
1236         metafile records. Better implementation of EMR_STRETCHDIBITS and
1237         EMR_EXTTEXTOUTW.
1239         * relay32/snoop.c:
1240         Lawson Whitney <lawson_whitney@juno.com>
1241         Make snoop specific case insensitive.
1243         * dlls/dciman32/dciman32.spec, dlls/dciman32/dciman_main.c:
1244         Andreas Mohr <amohr@codeweavers.com>
1245         Added DCICloseProvider stub.
1247         * dlls/shell32/shelllink.c:
1248         James Abbatiello <jabbey@codeweavers.com>
1249         Implement IShellLink<A|W>_fnGetWorkingDirectory,
1250         IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.
1252         * controls/combo.c:
1253         James Abbatiello <jabbey@codeweavers.com>
1254         Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
1256         * include/commctrl.h:
1257         Guy L. Albertelli <galberte@neo.lrun.com>
1258         - Fix typo in previous change.
1259         - Add structures for CBEN_INSERTITEM notify message.
1261         * tools/wrc/utils.c:
1262         Jon Griffiths <jon_p_griffiths@yahoo.com>
1263         Remove xmalloc/xrealloc limits for large binary resources.
1265         * graphics/x11drv/text.c:
1266         Eric Kohl <ekohl@codeweavers.com>
1267         Fixed text size calculation bug in GetTextExtentPoint() for window dc's.
1269         * documentation/documentation.sgml:
1270         John R. Sheets <jsheets@codeweavers.com>
1271         New section about writing docs in DocBook and dealing with the Wine
1272         SGML build system; half done, but a good start.
1274         * dlls/winnls/winnls.c, dlls/winnls/winnls.spec:
1275         Andreas Mohr <amohr@codeweavers.com>
1276         A couple of stubs for Terminal Server Client 16 bit.
1278 2001-01-29  Alexandre Julliard  <julliard@winehq.com>
1280         * programs/avitools/Makefile.in:
1281         Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
1282         Don't assume .spec files are found in the current directory, as this
1283         is not the case when building outside the source tree.
1285         * include/queue.h, windows/message.c, windows/queue.c:
1286         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1287         Synchronize access to MESSAGEQUEUE members.
1289         * dlls/msvideo/msvideo_main.c:
1290         Marcus Meissner <marcus@jet.franken.de>
1291         Added some more 16->32 mappings for ICM* messages.
1293         * dlls/ddraw/ddraw/main.c:
1294         Marcus Meissner <marcus@jet.franken.de>
1295         dvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
1296         Output more debug info on failure.
1298         * objects/enhmetafile.c:
1299         Eric Kohl <ekohl@codeweavers.com>
1300         Disabled setting of window origin from an EMF.
1302 2001-01-28  Alexandre Julliard  <julliard@winehq.com>
1304         * dlls/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
1305         Marcus Meissner <marcus@jet.franken.de>
1306         Implemented VideoCapDriverDescAndVer.
1308         * dlls/user/user.spec, windows/message.c, windows/user.c:
1309         Eric Pouech <Eric.Pouech@wanadoo.fr>
1310         Added a few missing exports.
1312         * dlls/dinput/keyboard/main.c:
1313         Ove Kaaven <ovek@transgaming.com>
1314         Don't disable keyboard autorepeat, since autorepeat is now detectable.
1316         * dlls/ddraw/dsurface/main.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw_private.h:
1317         Marcus Meissner <marcus@jet.franken.de>
1318         - Siedler3 appears to have rather limited buffers for device/description
1319           strings and crashes with those long strings. Shortened those strings.
1320         - Also driver needs to be "display" for display devices (some other
1321           programs rely on that info I seem to remember).
1322         - Fixed DSurface::GetSurfaceDesc to not just blindly copy a
1323           DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
1325         * dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/mouse/main.c:
1326         Ove Kaaven <ovek@transgaming.com>
1327         Gavriel State <gav@transgaming.com>
1328         Implemented circular buffering for the dinput mouse device.
1329         Mapped the mouse warp on the center of the cooperative window, which
1330         should make windowed games work better in managed mode.
1332         * dlls/wineps/init.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h:
1333         Huw D M Davies <hdavies@codeweavers.com>
1334         Take into account unprintable margins in psdrv.
1336         * dlls/wineps/driver.c:
1337         Huw D M Davies <hdavies@codeweavers.com>
1338         Dmitry Timoshkov <dmitry@codeweavers.com>
1339         psdrv's DeviceCapabilities should list DMBIN_AUTO as an available
1340         bin.
1342         * dlls/wineps/ppd.c:
1343         Dmitry Timoshkov <dmitry@codeweavers.com>
1344         Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
1346         * dlls/msvcrt/math.c:
1347         Josh DuBois <duboisj@codeweavers.com>
1348         Fixed typo.
1350         * dlls/winmm/mci.c:
1351         Eric Pouech <Eric.Pouech@wanadoo.fr>
1352         Fixed some mci string parsing issues.
1353         Added more mappings 32ATo16.
1355         * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c:
1356         Eric Pouech <Eric.Pouech@wanadoo.fr>
1357         Simplified memory allocation for asynchronous MCI message handling.
1359         * dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/mciwave.drv.spec:
1360         Eric Pouech <Eric.Pouech@wanadoo.fr>
1361         Delay importing user32 (only used for configuration).
1363         * dlls/msvideo/msvideo_main.c:
1364         Eric Pouech <Eric.Pouech@wanadoo.fr>
1365         Fixed a few oddities.
1367         * dlls/msvideo/drawdib.c:
1368         Eric Pouech <Eric.Pouech@wanadoo.fr>
1369         Added a bit more of flags handling in drawdib functions.
1371         * dlls/commdlg/filedlg95.c:
1372         Chris Morgan <cmorgan@codeweavers.com>
1373         Put a '\n' at the end of the FIXME to prevent very odd and difficult
1374         to debug crashes due to overflowing of the debug info's output buffer.
1376         * tools/specmaker/README, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/specmaker.h:
1377         Jon Griffiths <jon_p_griffiths@yahoo.com>
1378         Improve name demangling, add 'demangle symbol' option.
1380 2001-01-26  Alexandre Julliard  <julliard@winehq.com>
1382         * tools/winelauncher.in:
1383         Jeremy White <jwhite@codeweavers.com>
1384         Remove the keyword 'function', as requested by Robert Luberda.
1386         * misc/registry.c:
1387         Martin Pilka <mpilka@codeweavers.com>
1388         Fixed typo which caused the WritetoHomeRegistryFiles option to be
1389         ignored.
1391         * dlls/comctl32/comboex.c:
1392         Guy L. Albertelli <galberte@neo.lrun.com>
1393         - Rewrite WM_CREATE to match native (allocating own Edit control, etc).
1394         - Implement additional WNDPROCs for the Combo and Edit controls to
1395           handle different functions.
1396         - Implement CBEM_SETCURSEL and CBEM_HASEDITCHANGED.
1398         * controls/combo.c:
1399         Guy L. Albertelli <galberte@neo.lrun.com>
1400         - When painting the text, if the control is OWNERDRAWN the issue the
1401           WM_DRAWITEM message.
1402         - Set the focused status at the end of the end of the Setfocus routine.
1403         - Flip the order of updating the list box and issuing the WM_NOTIFY
1404           for CBN_EDITUPDATE to match native.
1406         * include/server.h, server/debugger.c, server/request.h, server/trace.c, win32/except.c, dlls/ntdll/exception.c:
1407         Made exception_event_request non-blocking, and added
1408         get_exception_status to retrieve the exception result returned by the
1409         debugger.
1411         * windows/sysparams.c, windows/user.c, windows/multimon.c, windows/painting.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/wsock32/socket.c, graphics/x11drv/dib.c, include/heap.h, memory/codepage.c, msdos/dosaspi.c, msdos/int11.c, msdos/int2f.c, msdos/int33.c, objects/dib.c, dlls/oleaut32/connpt.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/setupapi/infparse.c, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c, dlls/ttydrv/bitmap.c, dlls/user/bidi16.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mcicda/mcicda.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/name_server.c, dlls/gdi/gdi_main.c, dlls/imagehlp/access.c, dlls/kernel/kernel_main.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msacm/stream.c, dlls/msvideo/drawdib.c, dlls/ntdll/reg.c, dlls/ole32/antimoniker.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2impl.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/ddraw/convert.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/dinput/device.c, dlls/dinput/dinput_main.c, dlls/comctl32/comboex.c, dlls/comctl32/flatsb.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/status.c, dlls/advapi32/service.c, dlls/comctl32/animate.c:
1412         James Juran <jamesjuran@alumni.psu.edu>
1413         Add <string.h> to files that needed it.
1415         * files/file.c, memory/atom.c, programs/regapi/regapi.c, windows/dce.c, windows/winhelp.c, windows/winproc.c, dlls/commdlg/colordlg.c, dlls/ole32/filemoniker.c, dlls/shell32/shellpath.c, dlls/user/user.spec, dlls/winmm/mmsystem.c:
1416         Andreas Mohr <amohr@codeweavers.com>
1417         Some more cleanups.
1419         * dlls/dinput/joystick/linuxinput.c:
1420         Ove Kaaven <ovek@transgaming.com>
1421         Check that the linux 2.4 event interface is available before creating
1422         a dinput device based on it.
1424         * dlls/wineps/text.c:
1425         Huw D M Davies <hdavies@codeweavers.com>
1426         Handle the lpDx array properly.
1428         * windows/winpos.c:
1429         Martin Pilka <mpilka@codeweavers.com>
1430         Fixed SW_RESTORE handling.
1432         * controls/edit.c:
1433         Dmitry Timoshkov <dmitry@codeweavers.com>
1434         Do not notify parent of the Edit control on WM_SETTEXT when Edit is
1435         part of the ComboBox.
1437         * dlls/comctl32/rebar.c:
1438         Guy L. Albertelli <galberte@neo.lrun.com>
1439         - make hidden bands have valid (0 width) child window areas
1440         - when hiding a band, don't show the window, hide it.
1442         * dlls/kernel/debugger.c, include/server.h, scheduler/process.c, server/debugger.c, server/process.c, server/request.h, server/trace.c:
1443         Changed wait_process and wait_debug_event requests to never block;
1444         waiting is always done through WaitForSingleObject().
1446         * dlls/kernel/comm.c:
1447         Andreas Mohr <amohr@codeweavers.com>
1448         Don't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
1450         * windows/defwnd.c, include/win.h:
1451         Dmitry Timoshkov <dmitry@codeweavers.com>
1452         Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
1453         API calls.
1455 2001-01-25  Alexandre Julliard  <julliard@winehq.com>
1457         * dlls/user/wsprintf.c:
1458         Got rid of WPRINTF_ExtractVAPtr.
1460         * dlls/shdocvw/shdocvw.spec, dlls/win32s/win32s16.spec, dlls/winedos/dosvm.c, dlls/winmm/wineoss/oss.c, include/dosexe.h, tools/specmaker/output.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/struct_convert.c, dlls/msvcrt/msvcrt.spec:
1461         Patrik Stridvall <ps@leissner.se>
1462         Fixed some issues found by winapi_check.
1464         * tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
1465         Patrik Stridvall <ps@leissner.se>
1466         Minor bugfixes.
1468         * windows/clipboard.c, windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/message.c, windows/queue.c, windows/scroll.c, windows/syscolor.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/menu.c, controls/scroll.c, controls/uitools.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/format_msg.c, dlls/kernel/kernel_main.c, dlls/kernel/stress.c, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/time.c, dlls/kernel/toolhelp.c, dlls/kernel/utthunk.c, dlls/kernel/win87em.c, dlls/kernel/wowthunk.c, dlls/psapi/psapi_main.c, dlls/user/bidi16.c, dlls/user/ddeml.c, dlls/user/exticon.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, loader/task.c:
1469         Patrik Stridvall <ps@leissner.se>
1470         Documentation ordinal fixes.
1472         * misc/registry.c:
1473         Fixed typo in HKEY_USERS/.Default creation.
1475         * dlls/comctl32/tab.c:
1476         Gerard Patel <gerard.patel@asi.fr>
1477         Don't send notifications for the initial display of the first tab of
1478         the control.
1480         * windows/spy.c:
1481         Gerard Patel <gerard.patel@asi.fr>
1482         Added a few messages and notifications.
1484         * objects/enhmetafile.c:
1485         Eric Kohl <ekohl@codeweavers.com>
1486         Disabled setting of viewport origin from an EMF.
1488         * windows/winpos.c:
1489         Susan Farley <susan@codeweavers.com>
1490         Always restore the bit_gravity to BGForget after using BGNorthwest to
1491         copy bits during SetWindowPos.
1493         * winedefault.reg:
1494         John R. Sheets <jsheets@codeweavers.com>
1495         Added the necessary registry entries for the Mozilla ActiveX control.
1497 2001-01-24  Alexandre Julliard  <julliard@winehq.com>
1499         * windows/defwnd.c:
1500         Andreas Mohr <amohr@codeweavers.com>
1501         Only set window text for WM_NCCREATE in DefWindowProc*() in case
1502         lpszName is a string (i.e. check HIWORD).
1504         * graphics/x11drv/oembitmap.c, include/bitmaps/obm_radiocheck, include/winuser.h:
1505         Removed non-standard OBM_RADIOCHECK bitmap.
1507         * controls/menu.c, controls/uitools.c, windows/nonclient.c, windows/sysmetrics.c:
1508         Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
1509         and menu check marks.
1511         * dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/pen.c, dlls/wineps/text.c:
1512         Eric Kohl <ekohl@codeweavers.com>
1513         Partial implementation of world transform support.
1515         * objects/enhmetafile.c:
1516         Eric Kohl <ekohl@codeweavers.com>
1517         Several fixes for playing enhanced metafiles in a given rectangle.
1519         * graphics/x11drv/graphics.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
1520         Eric Kohl <ekohl@codeweavers.com>
1521         Partial implementation of world transform support.
1523         * documentation/wine.man.in, objects/font.c, README, debugger/README:
1524         Andreas Mohr <amohr@codeweavers.com>
1525         Documentation updates.
1527         * documentation/Makefile.in, documentation/running.sgml, documentation/wine-doc.sgml, documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml, documentation/winelib-mfc.sgml, documentation/winelib-pkg.sgml, documentation/winelib-porting.sgml, documentation/winelib-toolkit.sgml, documentation/winelib-user.sgml:
1528         John R. Sheets <jsheets@codeweavers.com>
1529         - Split Winelib User Guide into smaller files for easier maintenance
1530           and better integration with make_winehq.
1531         - Add some Winelib docs from Jon Griffiths.
1532         - Fix a <sect2> problem in running.sgml.
1534 2001-01-22  Alexandre Julliard  <julliard@winehq.com>
1536         * controls/edit.c:
1537         Dmitry Timoshkov <dmitry@codeweavers.com>
1538         Protect read-only edit control from modification.
1540         * dlls/msvcrt/exit.c:
1541         Jon Griffiths <tntjpgriff@tsnxt.co.uk>
1542         Implemented __dllonexit.
1544         * dlls/comctl32/listview.c:
1545         Gerard Patel <gerard.patel@asi.fr>
1546         Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
1547         LISTVIEW_UpdateSize.
1549         * files/profile.c:
1550         Gerard Patel <gerard.patel@asi.fr>
1551         Display the config file location in the incorrect config file error
1552         message.
1554         * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
1555         James Juran <jamesjuran@alumni.psu.edu>
1556         Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
1557         problem).
1559         * include/commctrl.h:
1560         Francois Gouget <fgouget@free.fr>
1561         Added various definitions (mostly macros).
1562         Fixed typo in the HDN_{BEGIN,END}DRAG macros.
1563         Added a pointer type for IMAGEINFO.
1564         Fixed the return type of TreeView_{SetToolTips,GetToolTips}.
1565         Even macros must come in A/W and neutral form (see the ListView_ series).
1566         Fixed typo in MonthCal_SetColor.
1568         * include/richedit.h:
1569         Francois Gouget <fgouget@free.fr>
1570         Added CHARRANGE.
1572         * include/prsht.h:
1573         Francois Gouget <fgouget@free.fr>
1574         Added PSN_GETOBJECT.
1576         * dlls/ddraw/ddraw/xvidmode.c:
1577         Josh DuBois <duboisj@codeweavers.com>
1578         Include 'options.h' for a needed prototype.
1580         * dlls/oleaut32/variant.c, include/oleauto.h:
1581         Josh DuBois <duboisj@codeweavers.com>
1582         Changed VarCyFromI1 to take a signed char.
1584         * controls/combo.c, dlls/msvcrt/mbcs.c, objects/bitmap.c, tools/specmaker/output.c:
1585         Francois Gouget <fgouget@free.fr>
1586         Typo fixes in comments.
1588         * dlls/msvcrt/cpp.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/thread.c, dlls/msvcrt/wcs.c:
1589         Jon Griffiths <jon_p_griffiths@yahoo.com>
1590         - New msvcrt unicode functions, winapi_check/-Wall/-W clean.
1591         - Forward to ntdll where possible.
1592         - Fix some .spec entries with incorrect parameters.
1594         * include/wine/obj_contextmenu.h:
1595         Jon Griffiths <jon_p_griffiths@yahoo.com>
1596         Fixed Unicode strings.
1598         * dlls/ntdll/critsection.c:
1599         Jon Griffiths <jon_p_griffiths@yahoo.com>
1600         Made SpinCount FIXME into a TRACE.
1602         * debugger/stabs.c:
1603         Jon Griffiths <jon_p_griffiths@yahoo.com>
1604         Increased debugger include limit to 512.
1606         * dlls/winaspi/aspi.c, dlls/wininet/http.c, dlls/wsock32/protocol.c, include/winnt.h, loader/pe_image.c, tools/winebuild/import.c, tools/winebuild/main.c, dlls/dplayx/dplobby.c, dlls/msvcrt/msvcrt.h, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, dlls/opengl32/wgl.c, dlls/setupapi/setupx_main.c, dlls/user/lstr.c, dlls/user/user_main.c:
1607         Jon Griffiths <jon_p_griffiths@yahoo.com>
1608         - Remove <string.h> from winnt.h.
1609         - ntdll: complete crt functions, prevent libc imports, fix sscanf.
1611         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commctrl.h, include/commdlg.h, include/msacm.h, include/prsht.h:
1612         Jon Griffiths <jon_p_griffiths@yahoo.com>
1613         - Fix a typo in TBSAVEPARAMS A/W declaration.
1614         - Use 16 bit Unicode constants for wc strings.
1615         - Make some string constants available as Unicode.
1617 2001-01-21  Alexandre Julliard  <julliard@winehq.com>
1619         * dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
1620         Fixed the size of the file dialog icons.
1622         * windows/spy.c:
1623         Guy L. Albertelli <galberte@neo.lrun.com>
1624         - Added NMCBEENDEDIT structure for NOTIFY dump.
1625         - Added dump of positioning structure for WM_WINDOWPOSCHANG{ED|ING}.
1627         * include/commctrl.h:
1628         Guy L. Albertelli <galberte@neo.lrun.com>
1629         Added NMCBEENDEDIT{W|A} structures and flags.
1631         * loader/ne/module.c:
1632         Gerard Patel <gerard.patel@asi.fr>
1633         Fix the cmdline argument passed to NE_CreateThread to include string
1634         length.
1636         * include/winbase.h:
1637         Francois Gouget <fgouget@free.fr>
1638         Added missing pointer type declarations (usually Pxxx).
1640         * dlls/wininet/http.c:
1641         Huw D M Davies <hdavies@codeweavers.com>
1642         Escape any spaces in lpszObjectName passed to HttpOpenRequest.
1644 2001-01-20  Alexandre Julliard  <julliard@winehq.com>
1646         * windows/x11drv/event.c: Warning fix.
1648         * loader/pe_image.c:
1649         Display the importing dll in the 0xdeadbeef message.
1651         * dlls/shell32/shell32_main.c, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, include/winuser.h, programs/clock/main.h, programs/notepad/lcc.h, programs/notepad/main.h, programs/progman/group.c, programs/progman/progman.h, programs/progman/program.c, windows/nonclient.c, windows/win.c, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
1652         Fixed a number of incompatibilities in OEM icons/cursors handling.
1654         * dlls/user/text.c:
1655         Ulrich Czekalla <uczekalla@codeweavers.com>
1656         Prevent buffer overflow in TEXT_NextLineW.
1658         * tools/winapi_check/modules.dat, tools/winapi_check/win16/msacm.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shdocvw.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
1659         Patrik Stridvall <ps@leissner.se>
1660         - Minor API files update.
1661         - Minor bug fixes.
1662         - Minor documentation check improvements.
1664 2001-01-19  Alexandre Julliard  <julliard@winehq.com>
1666         * dlls/dinput/joystick/linuxinput.c, include/acconfig.h, include/config.h.in, configure.in, configure:
1667         Marcus Meissner <marcus@jet.franken.de>
1668         Added configure check for old linux/input.h.
1670         * documentation/make_winehq, documentation/wine-devel.sgml, documentation/wine-pkg.sgml, documentation/wine-user.sgml:
1671         John R. Sheets <jsheets@codeweavers.com>
1672         Added convenience script for generating online docs for winehq.com.
1674         * controls/uitools.c:
1675         Josh DuBois <duboisj@codeweavers.com>
1676         Specified 'signed' on chars compared to -1.
1678         * documentation/packaging.sgml:
1679         John R. Sheets <jsheets@codeweavers.com>
1680         Make SGML ID attributes in packaging.sgml more unique to avoid
1681         conflicts when we bundle all four guides into a single set.
1683         * controls/edit.c, controls/scroll.c:
1684         Dmitry Timoshkov <dmitry@codeweavers.com>
1685         Solve remaining problems with scroll bars in the edit control.
1687 2001-01-18  Alexandre Julliard  <julliard@winehq.com>
1689         * documentation/db2html-winehq:
1690         John R. Sheets <jsheets@codeweavers.com>
1691         Clean up db2html-winehq HTML generation script.  Works in Debian, and
1692         may actually work in Redhat now, too.
1694         * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
1695         Andreas Mohr <amohr@codeweavers.com>
1696         Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for
1697         IE 5.
1699         * documentation/configuring.sgml, documentation/fonts.sgml, documentation/installation-und-konfiguration.german, documentation/installing.sgml, documentation/opengl.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml:
1700         Chris Morgan <cmorgan@codeweavers.com>
1701         Updated for change in config file name.  Removed references to
1702         obsolete global wine configuration file where appropriate.  Updated
1703         config option format to match the new syntax.  Misc cleanups.
1705         * dlls/user/resources/user32.rc, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, graphics/x11drv/oembitmap.c, include/bitmaps/ocr_appstarting, include/bitmaps/ocr_bummer, include/bitmaps/ocr_cross, include/bitmaps/ocr_dragobject, include/bitmaps/ocr_hand, include/bitmaps/ocr_help, include/bitmaps/ocr_ibeam, include/bitmaps/ocr_icon, include/bitmaps/ocr_no, include/bitmaps/ocr_normal, include/bitmaps/ocr_size, include/bitmaps/ocr_sizenesw, include/bitmaps/ocr_sizens, include/bitmaps/ocr_sizenwse, include/bitmaps/ocr_sizewe, include/bitmaps/ocr_up, include/bitmaps/ocr_wait, include/bitmaps/oic_bang, include/bitmaps/oic_bang_95, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hand, include/bitmaps/oic_hand_95, include/bitmaps/oic_hdisk, include/bitmaps/oic_landscape, include/bitmaps/oic_network, include/bitmaps/oic_note, include/bitmaps/oic_note_95, include/bitmaps/oic_portrait, include/bitmaps/oic_ques, include/bitmaps/oic_ques_95, include/bitmaps/oic_sample, include/bitmaps/oic_wineicon, include/winuser.h, windows/cursoricon.c:
1706         Store USER icons and cursors as resources instead of xpm bitmaps.
1708         * dlls/winmm/wineoss/audio.c:
1709         Huw D M Davies <hdavies@codeweavers.com>
1710         Fix off by one error in buffer length check.
1712         * tools/wineinstall:
1713         Chris Morgan <cmorgan@codeweavers.com>
1714         Switched from wine.config back to wine.conf, no need to use something
1715         not linux standard.  Removed use of obsolete "--config" option when
1716         calling regapi.  Lots of cleanup and reorganization.  Check to see if
1717         wine is installed when wineinstall is not run as root.
1719         * include/winbase.h:
1720         Francois Gouget <fgouget@free.fr>
1721         Added 3 missing FS_xxx macros.
1723 2001-01-17  Alexandre Julliard  <julliard@winehq.com>
1725         * dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, dlls/shell32/shell32_main.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
1726         Replaced some GetProcAddress() imports by the standard dll import
1727         mechanism.
1729         * dlls/wineps/init.c, dlls/winmm/mmsystem.c, dlls/dplayx/dplayx_main.c, dlls/imm32/main.c, dlls/msacm/msacm32_main.c, dlls/ole32/compobj.c, dlls/ole32/ole32_main.c, dlls/opengl32/wgl.c, dlls/richedit/riched32.h, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/shell32/shell.c, dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c, dlls/comctl32/commctrl.c, dlls/commdlg/generic.c:
1730         Cleaned up dll startup routines now that we have separate address
1731         spaces.
1733         * configure, configure.in, dlls/advapi32/service.c, dlls/winmm/driver.c:
1734         Andreas Mohr <amohr@codeweavers.com>
1735         Cosmetics.
1737         * dlls/x11drv/x11drv_main.c, include/x11drv.h, windows/x11drv/event.c:
1738         Josh DuBois <duboisj@codeweavers.com>
1739         Make some noise in a few cases where the X11drv doesn't load, but used
1740         to fail silently.
1742         * scheduler/services.c:
1743         Josh DuBois <duboisj@codeweavers.com>
1744         SERVICE_CreateServiceTable still returned TRUE if CreateThread failed.
1746         * include/wine/library.h, library/Makefile.in, library/errno.c, scheduler/sysdeps.c, scheduler/thread.c, dlls/x11drv/x11drv_main.c, include/acconfig.h, include/config.h.in, include/x11drv.h, configure, configure.in:
1747         Cleaned up the various errno location tests in configure.
1748         Added (h_)errno_location pointers in the library that allow remapping
1749         the calls in higher level dlls.
1750         Moved X11DRV_CritSection out of sysdeps.c and into x11drv.dll.
1752         * dlls/winsock/socket.c, dlls/wsock32/socket.c:
1753         James Hatheway <james@macadamian.com>
1754         In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls.
1755         Added hack for missing WINAPI in Unix socket() definition.
1757         * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
1758         James Juran <jamesjuran@alumni.psu.edu>
1759         Added some stubs needed for IE 5.5 setup.
1761         * tools/wineshelllink:
1762         Jeremy White <jwhite@codeweavers.com>
1763         Revised wineshelllink to wake up KDE 1.x so that applications that get
1764         installed show up without a manual KDE menu refresh required.
1765         Added a few usage checks to make manual invocation a little less
1766         painful.
1768         * tools/bin2res.c: Fixed tmpfile buffer size.
1770         * files/dos_fs.c:
1771         Fixed typo in wine_get_unix_file_name().
1773         * dlls/shell32/shelllink.c:
1774         Jeremy White <jwhite@codeweavers.com>
1775         Revised shell link process to treat empty (e.g. "") strings
1776         identically to NULL strings. Makes many more installers take useful
1777         action. Added many trace messages.
1779         * dlls/comctl32/listview.c:
1780         Ulrich Czekalla <uczekalla@codeweavers.com>
1781         Only adjust item rect by horizontal scrollbar offset in report view.
1783         * dlls/winsock/socket.c:
1784         Gerard Patel <gerard.patel@asi.fr>
1785         Change WSACleanup - wsinfo is a static structure now.
1787         * tools/winelauncher.in:
1788         Jeremy White <jwhite@codeweavers.com>
1789         Make winelauncher test for xmessage and warn the user if they don't
1790         have it.
1792 2001-01-15  Alexandre Julliard  <julliard@winehq.com>
1794         * graphics/x11drv/brush.c, include/wine_gl.h, windows/x11drv/clipboard.c, windows/x11drv/event.c:
1795         Replaced X11DRV_CritSection references by wine_tsx11_(un)lock.
1797         * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c, include/callback.h, include/x11drv.h, scheduler/sysdeps.c, windows/x11drv/mouse.c, dlls/x11drv/x11drv_main.c:
1798         Removed CALL_LARGE_STACK support.
1800         * loader/ne/segment.c:
1801         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1802         Don't call a NE DLL's DllEntryPoint twice during one single
1803         LoadModule() call.
1805         * memory/virtual.c:
1806         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1807         MapViewOfFileEx: make the returned error dependent on the Windows
1808         version used.
1810         * dlls/user/user32.spec, dlls/winedos/winedos.spec, dlls/x11drv/x11drv.spec, dlls/ntdll/ntdll.spec:
1811         Updated debug channels.
1813         * dlls/winmm/wineoss/mixer.c, windows/winproc.c, windows/x11drv/wnd.c, dlls/winmm/mciavi/mciavi.c:
1814         Removed unnecessary headers.
1816         * windows/mdi.c:
1817         Dmitry Timoshkov <dmitry@codeweavers.com>
1818         Initialize MENUITEMINFO structure before calling GetMenuItemInfo.
1820         * dlls/ddraw/ddraw/thunks.c:
1821         Marcus Meissner <marcus@jet.franken.de>
1822         Fixed an interface cast in DD2->DD7 thunk.
1824         * controls/edit.c:
1825         Dmitry Timoshkov <dmitry@codeweavers.com>
1826         Add one missing buffer size rounding in the edit control.
1827         Make rounding code slightly more readable.
1829         * loader/ne/module.c, loader/ne/resource.c, loader/task.c, if1632/builtin.c:
1830         Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
1832         * misc/Makefile.in, misc/tweak.c, objects/gdiobj.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/painting.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, controls/button.c, controls/combo.c, controls/edit.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c, dlls/gdi/gdi_main.c, dlls/user/cache.c, dlls/user/text.c, dlls/user/user_main.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/cache.h, include/tweak.h, include/user.h:
1833         Moved tweak support to USER dll. Removed tweak.h and cache.h.
1835         * memory/local.c, msdos/int20.c, msdos/int2f.c, scheduler/process.c, win32/init.c, windows/clipboard.c, windows/cursoricon.c, windows/focus.c, windows/hook.c, windows/input.c, windows/message.c, windows/queue.c, windows/timer.c, windows/user.c, windows/win.c, windows/winpos.c, include/queue.h, include/task.h, include/wine/winbase16.h, loader/ne/segment.c, loader/pe_resource.c, loader/resource.c, debugger/dbg.y, debugger/expr.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/file.c, if1632/relay.c:
1836         Removed some direct accesses to the 16-bit task structure.
1838         * dlls/crtdll/crtdll.spec, dlls/msvcrt/ctype.c, dlls/msvcrt/msvcrt.spec:
1839         Fixed toupper/_toupper mixup.
1841 2001-01-12  Alexandre Julliard  <julliard@winehq.com>
1843         * ANNOUNCE, ChangeLog, include/version.h:
1844         Release 20010112.
1846 ----------------------------------------------------------------
1847 2001-01-12  Alexandre Julliard  <julliard@winehq.com>
1849         * dlls/ddraw/ddraw/xvidmode.c:
1850         Added missing WIN_ReleaseWndPtr.
1852         * dlls/winmm/Makefile.in, dlls/winmm/mmsystem.spec:
1853         winmm.dll can now be properly separated.
1855         * dlls/msvideo/msvideo_main.c:
1856         Francois Gouget <fgouget@free.fr>
1857         Warning fix.
1859         * dlls/dsound/dsound_main.c:
1860         Ove Kaaven <ovek@transgaming.com>
1861         Fixes for various underrun-related problems. Also added a mechanism
1862         for the sound driver to request that a Stop should close and reopen
1863         the device.
1865         * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
1866         Ove Kaaven <ovek@transgaming.com>
1867         Remove multimedia timers from the service thread, use a separate thread
1868         instead.
1870         * dlls/comctl32/status.c:
1871         François Gouget <fgouget@codeweavers.com>
1872         In STATUSBAR_GetTipText{a,W, always put a terminating '\0' in the
1873         buffer.
1874         Pass a buffer of sufficient size to TTM_GETTEXTA.
1876         * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/main.c:
1877         Gavriel State <gav@transgaming.com>
1878         Warning fixes.
1880         * dlls/wsock32/wsock32.spec, include/Makefile.in, include/nspapi.h, include/wshisotp.h, include/wsipx.h, dlls/Makefile.in, dlls/wsock32/Makefile.in, dlls/wsock32/protocol.c:
1881         Stefan Leichter <Stefan.Leichter@camline.com>
1882         Implemented EnumProtocolA/W.
1884         * configure.in, include/config.h.in, library/port.c, configure:
1885         Andreas Mohr <amohr@codeweavers.com>
1886         NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
1888         * server/file.c:
1889         Andreas Mohr <amohr@codeweavers.com>
1890         Workaround for SuSE 7 2.2.16 kernel bug.
1892         * controls/edit.c:
1893         James Hatheway <james@macadamian.com>
1894         Guard against incoming string of NULL in WM_SETTEXT.
1896         * dlls/Makefile.in, dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c:
1897         Jon Griffiths <jon_p_griffiths@yahoo.com>
1898         Turn crtdll into forwards to msvcrt.
1900         * dlls/msvcrt/except.c:
1901         Jon Griffiths <jon_p_griffiths@yahoo.com>
1902         Added some exception handling functions.
1904         * dlls/msvcrt/math.c:
1905         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1906         Fixed mistyped variable name in MSVCRT__fpclass().
1908         * memory/virtual.c:
1909         Added flag to differentiate file mappings and VirtualAlloc() blocks,
1910         and reject VirtualFree() calls on file mappings.
1912         * include/server.h, scheduler/client.c:
1913         Removed obsolete get_req_buffer() function.
1915         * files/file.c:
1916         Mike McCormack <mike_mccormack@looksmart.com.au>
1917         Swap lpOverlapped parameters in ReadFile and WriteFile.
1918         The InternalHigh member should contain the number of
1919         bytes transferred.
1921         * dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c:
1922         Jon Griffiths <jon_p_griffiths@yahoo.com>
1923         Fixes as a result of testing builtin crtdll against builtin msvcrt.
1925         * files/directory.c, files/drive.c:
1926         Chris Morgan <cmorgan@codeweavers.com>
1927         Updated messages with new config files in mind to keep from confusing
1928         users.
1930         * dlls/comctl32/pager.c:
1931         Susan Farley <susan@codeweavers.com>
1932         Implemented most functionality.  TODO lists whats left.
1934 2001-01-11  Alexandre Julliard  <julliard@winehq.com>
1936         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/shdocvw/.cvsignore, dlls/shdocvw/Makefile.in, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/misc.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c, dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/webbrowser.c, documentation/Makefile.in, include/wine/obj_webbrowser.h, winedefault.reg:
1937         John R. Sheets <dusk@ravendusk.org>
1938         Implemented stubs for IWebBrowser in shdocvw.dll.
1940         * tools/winebuild/main.c:
1941         Nathan Neulinger <nneul@umr.edu>
1942         Renamed struct option to avoid conflicts with getopt.h.
1944         * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
1945         Jon Griffiths <jon_p_griffiths@yahoo.com>
1946         Added binary compatible __EH_prolog.
1948         * server/main.c:
1949         Josh DuBois <duboisj@codeweavers.com>
1950         Added a simple usage() function.
1952         * dlls/ddraw/dga.c, dlls/ddraw/dga2.c:
1953         No longer used.
1955         * include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h:
1956         John R. Sheets <dusk@ravendusk.org>
1957         Correct some cut & paste typos.
1959         * tools/wineinstall:
1960         Chris Morgan <cmorgan@codeweavers.com>
1961         Update for the new config format and location of the default config
1962         file.  Add a conf_quesion to convert an old user config file, or use
1963         the default Wine config file.  Removed the setting of obsolete
1964         EXTRA_LD_LIBRARY_PATH.  Added a conf_question to give the user the
1965         option to install local config and registry files when the script is
1966         being run by root.
1968         * tools/winemaker:
1969         François Gouget <fgouget@codeweavers.com>
1970         Create the main_target in single-target mode.
1971         The defined(@array) construct is said to be deprecated, avoid it.
1972         Simplify the usage reporting.
1973         Add a word of caution to the usage message.
1975         * controls/edit.c:
1976         Dmitry Timoshkov <dmitry@codeweavers.com>
1977         Fix the return value of WM_GETTEXT in the edit control.
1979         * controls/combo.c:
1980         Dmitry Timoshkov <dmitry@codeweavers.com>
1981         Various combobox fixes.
1983         * files/Makefile.in:
1984         Chris Morgan <cmorgan@codeweavers.com>
1985         Removed some unnecessary defines after profile.c cleanup.
1987         * programs/avitools/aviplay.c:
1988         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1989         Fixed unnamed union dummy names.
1991         * configure.in, include/acconfig.h, include/config.h.in, include/wine/port.h, include/winnt.h, configure:
1992         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1993         Replaced architecture-dependent configure checks by hardcoded
1994         definitions in winnt.h (to avoid config.h dependency).
1996         * dlls/ntdll/exception.c:
1997         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1998         Added missing prototypes to avoid compile warnings on Solaris.
2000         * include/winsock.h:
2001         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2002         Work around problems on Solaris if config.h is not included.
2004         * windows/message.c:
2005         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2006         Fixed byteorder problems caused by non-portable code.
2008 2001-01-10  Alexandre Julliard  <julliard@winehq.com>
2010         * dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/misc.c, dlls/msvcrt/ms_errno.h, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c, dlls/msvcrt/wcs.c, documentation/samples/config, loader/loadorder.c, DEVELOPERS-HINTS, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c:
2011         Jon Griffiths <jon_p_griffiths@yahoo.com>
2012         - Migrate CRTDLL to MSVCRT.
2013         - Many fixes and a load of new functions.
2015         * include/options.h, misc/options.c:
2016         Removed all traces of the --config option.
2018         * dlls/ddraw/ddraw/xvidmode.c:
2019         Gavriel State <gav@transgaming.com>
2020         Reenabled DXGrab option.
2022         * controls/edit.c:
2023         Dmitry Timoshkov <dmitry@codeweavers.com>
2024         Synchronize the sizes of the external and internal buffers at start
2025         and end of message processing in the edit control.
2027         * controls/listbox.c:
2028         Gerard Patel <gerard.patel@asi.fr>
2029         Fixed returned length for LB_GETTEXT.
2031         * dlls/kernel/Makefile.in:
2032         Added nls to EXTRASUBDIRS.
2034         * files/profile.c:
2035         Chris Morgan <cmorgan@codeweavers.com>
2036         Removed use of outdated WINE_INI environment variable.  Removed
2037         obsolete --config option.  Removed loading of global wine config file.
2038         Cleaned up some messages.
2040         * controls/edit.c:
2041         James Hatheway <james@macadamian.com>
2042         es->buffer_size is not always the length of the text currently in the
2043         editbox, so use -1 instead.
2045         * loader/module.c, loader/ne/module.c, dlls/ntdll/ntdll.spec:
2046         Gerard Patel <gerard.patel@asi.fr>
2047         Added a specific debug channel for dll loading (builtin/native).
2049         * objects/dib.c, objects/enhmetafile.c, objects/metafile.c, objects/palette.c, objects/text.c:
2050         Joerg Mayer <jmayer@loplof.de>
2051         Fixed some signed/unsigned warnings.
2053         * files/file.c:
2054         Mike McCormack <mike_mccormack@looksmart.com.au>
2055         Implemented asynchronous ReadFile and WriteFile.
2057         * tools/winemaker:
2058         François Gouget <fgouget@codeweavers.com>
2059         Require that the user specify a work directory. This provides a
2060         safeguard against accidental invocations.
2062         * dlls/comctl32/propsheet.c:
2063         François Gouget <fgouget@codeweavers.com>
2064         Only copy the dwSize bytes really occupied by lpPropSheetPage.
2066         * include/windowsx.h:
2067         Eric Pouech <Eric.Pouech@wanadoo.fr>
2068         For the Global*Ptr* set of macros, replace the 16bit version with
2069         their 32 bit equiv.
2071         * dlls/comctl32/toolbar.c:
2072         Ulrich Czekalla <uczekalla@codeweavers.com>
2073         Only call TOOLBAR_CalcToolbar when parameters change.
2075 2001-01-09  Alexandre Julliard  <julliard@winehq.com>
2077         * controls/combo.c, controls/listbox.c, dlls/user/controls.h:
2078         Dmitry Timoshkov <dmitry@codeweavers.com>
2079         Added unicode window proc for the listbox control.
2080         Replaced all ansi calls by their unicode equivalents.
2081         Removed use of the custom local heap.
2083         * dlls/comctl32/listview.c:
2084         François Gouget <fgouget@codeweavers.com>
2085         Test for NULL and LPSTR_TEXTCALLBACK before using lpColumn->pszText.
2087         * dlls/ddraw/dsurface/main.c:
2088         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2089         Fixed some incorrect format strings.
2091         * debugger/dbgmain.c: Removed obsolete file.
2093         * include/windef.h, include/winuser.h, windows/user.c, dlls/user/misc.c:
2094         François Gouget <fgouget@codeweavers.com>
2095         Move HDWP to winuser.h.
2096         Convert HWINSTA to STRICT.
2098         * files/drive.c, misc/cdrom.c:
2099         Ryan Cumming <bodnar42@bodnar42.dhs.org>
2100         Make CDROM_GetLabel return 0 in the event of failure, and make the
2101         default label for drives a string of 11 spaces.
2103         * dlls/winaspi/aspi.c:
2104         David Elliott <dfe@infinite-internet.net>
2105         Fixed usage of RegEnumValueA.
2107         * dlls/winspool/info.c:
2108         Huw D M Davies <hdavies@codeweavers.com>
2109         Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT in the same way
2110         that NT does - that is ignore it and return TRUE.
2112         * dlls/winmm/mcicda/mcicda.c:
2113         Huw D M Davies <hdavies@codeweavers.com>
2114         Actually call CDROM_Audio_GetTracksInfo when retrieving
2115         MCI_CDA_STATUS_TRACK_TYPE.
2116         WINE_CDA_OPEN maps to MCIERR_HARDWARE.
2118         * scheduler/services.c:
2119         François Gouget <fgouget@codeweavers.com>
2120         SERVICE_AddObject check for NULL handles in addition to
2121         INVALID_HANDLE_VALUE.
2123         * files/file.c:
2124         François Gouget <fgouget@codeweavers.com>
2125         The last parameter of CreateFile should be 0 (aka NULL), not -1.
2126         CreateFile returns INVALID_HANDLE_VALUE when it fails, not
2127         HFILE_ERROR.
2128         Added comments.
2130         * win32/console.c:
2131         François Gouget <fgouget@codeweavers.com>
2132         pty_handle is a HANDLE, not an int.
2134         * tools/winemaker:
2135         François Gouget <fgouget@codeweavers.com>
2136         (configure) Look for the headers in $WINE_ROOT/include/wine and
2137         /opt/wine/include/wine.
2139         * dlls/comctl32/commctrl.c:
2140         Gerard Patel <gerard.patel@asi.fr>
2141         Send the creation notification to the true owner of the tooltip.
2143         * controls/combo.c:
2144         Ulrich Czekalla <uczekalla@codeweavers.com>
2145         Ensure there is an edit control when we reset contents.
2147         * dlls/comctl32/listview.c:
2148         Ulrich Czekalla <uczekalla@codeweavers.com>
2149         Adjust item rects by horizontal scrollbar offset.
2151         * dlls/comctl32/tab.c:
2152         Gerard Patel <gerard.patel@asi.fr>
2153         Fixed TCM_GetRowCount.
2155 2001-01-07  Alexandre Julliard  <julliard@winehq.com>
2157         * dlls/ttydrv/ttydrv.spec:
2158         Need to import user32 even though we don't use symbols from it yet.
2160         * tools/specmaker/Makefile.in:
2161         Leonard NorrgÃ¥rd <vinsci@nic.funet.fi>
2162         Reference $(SRCDIR) when installing the perl script (it doesn't exist
2163         in the build directory).
2165         * dlls/commdlg/finddlg32.c:
2166         Gerard Patel <gerard.patel@asi.fr>
2167         Changed string pointer calculation.
2169         * include/shlwapi.h, include/wine/undocshell.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shell32/clipboard.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c:
2170         Huw D M Davies <hdavies@codeweavers.com>
2171         Moved all the documented shlwapi functions out of undocshell.h into
2172         shlwapi.h.  Nothing but files in dlls/shell32 will now include
2173         undocshell.h.
2175         * dlls/ddraw/main.c:
2176         Marcus Meissner <marcus@jet.franken.de>
2177         Removed one &, now CoCreateInstance() of ddraw objects works again.
2179         * server/async.c:
2180         Mike McCormack <mike_mccormack@looksmart.com.au>
2181         Calculate the timeout time once when the async is created.
2183         * include/winbase.h:
2184         Mike McCormack <mike_mccormack@looksmart.com.au>
2185         Implemented HasOverlappedCompleted macro.
2187         * windows/winproc.c:
2188         Dmitry Timoshkov <dmitry@codeweavers.com>
2189         Add missing mapping for LB_FINDSTRINGEXACT message (thanks to Gerard
2190         Patel for reporting the bug).
2192         * controls/combo.c:
2193         Dmitry Timoshkov <dmitry@codeweavers.com>
2194         Combobox should clear its current selection on response to
2195         CB_SETCURSEL(-1) message.
2197 2001-01-06  Alexandre Julliard  <julliard@winehq.com>
2199         * dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, loader/ne/module.c, miscemu/main.c, scheduler/process.c:
2200         Use the exe name and file handle we got from the server also when
2201         starting Win16 or DOS programs, to avoid depending on the contents of
2202         the command-line.
2204         * server/process.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, include/server.h, scheduler/synchro.c, scheduler/thread.c, server/async.c, server/debugger.c:
2205         Added separate queue for "system" APCs that get called even when the
2206         thread is not in an alertable state.
2207         Specify the select_request timeout as absolute value so that we can
2208         restart the request when interrupted.
2210         * wine.ini: Removed old format config file.
2212         * controls/menu.c:
2213         François Gouget <fgouget@codeweavers.com>
2214         Modify the look of bitmap menu items to match Win95 and Win98
2215         Fix the sunken edge/bitmap overlap in the Win98 look
2216         Introduce an IS_MAGIC_ITEM macro to test if the item is 'magic'
2218         * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/registry.c, msdos/int21.c, objects/enhmetafile.c, objects/metafile.c, scheduler/process.c, dlls/advapi32/registry.c, dlls/crtdll/file.c, dlls/oleaut32/typelib.c, dlls/shell32/shell32_main.c, dlls/user/exticon.c, dlls/winedos/module.c:
2219         François Gouget <fgouget@codeweavers.com>
2220         Fixed some HFILE vs. HANDLE mismatches.
2221         If not used the last parameter of CreateFile must be 0, not -1.
2223         * dlls/msacm/msacm.spec, dlls/msacm/msacm_main.c, documentation/samples/config, loader/loadorder.c:
2224         Eric Pouech <Eric.Pouech@wanadoo.fr>
2225         Forced loading of msacm32 when msacm is loaded.
2226         Added msacm DLL pair in config files.
2227         Added some dumb calls from 16 to 32.
2229         * dlls/Makefile.in, dlls/wininet/internet.c, dlls/wininet/wininet.spec:
2230         Huw D M Davies <hdavies@codeweavers.com>
2231         Implement InternetCanonicalizeUrl.
2233         * dlls/dsound/dsound_main.c:
2234         Johan Gill <johane@lysator.liu.se>
2235         Added a more truthful message about what really is wrong.
2237         * dlls/gdi/printdrv.c, include/wine/wingdi16.h:
2238         Marcus Meissner <marcus@jet.franken.de>
2239         Don't call QueryAbort16() in WriteSpool16(), since it might be called
2240         with locks held (and we do not need to call it here).
2242         * controls/listbox.c:
2243         Andreas Mohr <amohr@codeweavers.com>
2244         Took a stab at implementing LBS_NOSEL.
2246 2001-01-05  Alexandre Julliard  <julliard@winehq.com>
2248         * include/server.h, scheduler/process.c, server/process.c, server/trace.c:
2249         Send the exe file handle in init_process_done request.
2251         * files/profile.c:
2252         Avoid crashing on invalid lines during config file conversion.
2254         * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c, include/shlwapi.h:
2255         Huw D M Davies <hdavies@codeweavers.com>
2256         Implemented a few Url* functions.
2258         * controls/combo.c:
2259         Dmitry Timoshkov <dmitry@codeweavers.com>
2260         Added unicode window proc for combobox control.
2261         Replaced ansi calls by their unicode equivalents.
2263         * controls/static.c:
2264         Dmitry Timoshkov <dmitry@codeweavers.com>
2265         Added unicode window proc for the static control.
2266         Replaced ansi calls by their unicode equivalents.
2268         * dlls/wsock32/socket.c:
2269         Mike McCormack <mike_mccormack@looksmart.com.au>
2270         Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98
2271         winipcfg work.
2273         * dlls/dinput/mouse/main.c:
2274         Andreas Mohr <amohr@codeweavers.com>
2275         Mouse events fix.
2277         * tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, loader/ne/module.c, memory/virtual.c, misc/registry.c, relay32/builtin32.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c, scheduler/timer.c, server/async.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/module.h, include/server.h, loader/elf.c, loader/module.c, loader/pe_image.c:
2278         Added handle_t type to server interface so that we can make handles
2279         pointers later on.
2280         Always use 0 to signal invalid handle in server requests.
2282         * include/commdlg.h, programs/cmdlgtst/cmdlgtst.c:
2283         François Gouget <fgouget@codeweavers.com>
2284         I triple checked but yes, CHOOSECOLOR.hInstance is an HWND...
2286         * dlls/winmm/driver.c, msdos/vga.c:
2287         François Gouget <fgouget@codeweavers.com>
2288         We must cast the return value of GetProcAddress.
2290         * programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c:
2291         François Gouget <fgouget@codeweavers.com>
2292         The WndProc function was missing the CALLBACK modifier.
2294         * programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c:
2295         François Gouget <fgouget@codeweavers.com>
2296         The first 2 parameters of WinMain are HINSTANCEs, not HANDLEs.
2298         * controls/edit.c:
2299         Dmitry Timoshkov <dmitry@codeweavers.com>
2300         Fixed some problems with scrolling in the edit control.
2302 2001-01-04  Alexandre Julliard  <julliard@winehq.com>
2304         * dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c:
2305         Francois Gouget <fgouget@free.fr>
2306         Removed the 'fn' prefix (i.e. ICOM_FN).
2308         * include/acconfig.h, include/config.h.in, include/ddraw.h, msdos/vga.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/dclipper/main.h, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/dibtexture.c, dlls/ddraw/dsurface/dibtexture.h, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/dsurface/fakezbuffer.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/thunks.h, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/dsurface/wndproc.h, dlls/ddraw/dsurface/x11.c, documentation/ddraw.txt, configure, configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddcomimpl.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, dlls/ddraw/struct_convert.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h:
2309         Andrew Lewycky <andrew@transgaming.com>
2310         Gavriel State <gav@transgaming.com>
2311         Ove Kaaven <ovek@transgaming.com>
2312         Major DirectDraw restructure/reimplementation, using an improved component
2313         object model hierarchy. The implementation currently supports:
2314         - DirectDraw over GDI/USER in a window (using DIBsections and
2315           asynchronous updates)
2316         - XVidMode
2317         - XF86DGA2
2318         - All DirectDraw interfaces from versions 1 to 7 (at least in theory)
2319         - Hooks for Direct3D interfaces
2321         * dlls/msacm/wineacm.h, include/Makefile.in, include/mmsystem.h, include/msacm.h, include/msacmdlg.h:
2322         Eric Pouech <Eric.Pouech@wanadoo.fr>
2323         Added a few missing parts.
2325         * controls/menu.c:
2326         Francois Gouget <fgouget@free.fr>
2327         Fixed the alignment of the MF_RIGHTJUSTIFY menu items.
2329         * misc/main.c: Removed obsolete code.
2331         * dlls/Makefile.in: Fixed dll dependencies.
2333         * dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/audio.c, include/mmddk.h, dlls/dsound/dsound_main.c:
2334         Eric Pouech <Eric.Pouech@wanadoo.fr>
2335         Now using manifest constant instead of raw values for all the
2336         DRV_QUERY??? values.
2338         * dlls/kernel/thunk.c:
2339         Mike McCormack <mike_mccormack@looksmart.com.au>
2340         Added Ulrich Weigand's description of KERNEL32_99.
2342         * memory/global.c:
2343         Mike McCormack  <mike_mccormack@looksmart.com.au>
2344         Some borken memory monitoring programs divide by dwTotalPageFile,
2345         which probably isn't zero on windows.
2347         * configure.in, tools/Makefile.in, tools/specmaker/.cvsignore, tools/specmaker/Makefile.in, tools/specmaker/README, tools/specmaker/dll.c, tools/specmaker/function_grep.pl, tools/specmaker/main.c, tools/specmaker/misc.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, configure:
2348         Jon Griffiths <jon_p_griffiths@yahoo.com>
2349         Added spec generation tool specmaker.
2351         * misc/options.c:
2352         Guy L. Albertelli <galberte@neo.lrun.com>
2353         Reimplemented "relay=" and "snoop=" suboptions.
2355         * include/mmsystem.h, include/winbase.h, include/windef.h, include/winnls.h, include/winuser.h:
2356         François Gouget <fgouget@codeweavers.com>
2357         Moved the function pointer types to their rightful headers.
2358         The definition of the function pointer types must be based on STRICT.
2360         * graphics/x11drv/bitblt.c:
2361         Andreas Mohr <amohr@codeweavers.com>
2362         Starcraft was confused by a wrong FALSE BitBlt return.
2364         * dlls/winmm/wineoss/audio.c:
2365         Marcus Meissner <marcus@jet.franken.de>
2366         Set fragments for wave input to 7 x 1024 byte.
2368         * dlls/winmm/lolvldrv.c:
2369         Eric Pouech <Eric.Pouech@wanadoo.fr>
2370         Fixed loading of 16 bit drivers.
2371         Better support for native mappers.
2373         * controls/listbox.c:
2374         Aric Stewart <aric@codeweavers.com>
2375         Fixed a problem where when deleting an item using index -1 on an empty
2376         listbox we would pass through an illegal negative index and cause
2377         problems.
2379 2001-01-03  Alexandre Julliard  <julliard@winehq.com>
2381         * scheduler/process.c:
2382         Pass the application name also when starting a Unix app, and use it to
2383         load the main exe .so file.
2384         Fixed bug in directory handling in PROCESS_Create.
2386         * include/winbase.h:
2387         Jon Griffiths <tntjpgriff@tsnxt.co.uk>
2388         Added InitializeCriticalSectionAndSpinCount prototype.
2390         * include/windef.h, windows/user.c:
2391         François Gouget <fgouget@codeweavers.com>
2392         Convert HDESK to STRICT.
2394         * dlls/winmm/mciwave/mciwave.c:
2395         Eric Pouech <Eric.Pouech@wanadoo.fr>
2396         Removed duplicate field in internal structure.
2397         Silenced warning for MCI_CONFIGURE message.
2399         * dlls/winmm/lolvldrv.c:
2400         Eric Pouech <Eric.Pouech@wanadoo.fr>
2401         Added support for the DRVM_MAPPER_STATUS message.
2403         * dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wavemap/wavemap.c:
2404         Eric Pouech <Eric.Pouech@wanadoo.fr>
2405         Replaced pointers to external functions by a DLL import.
2407         * dlls/msvideo/drawdib.c:
2408         Andreas Mohr <amohr@codeweavers.com>
2409         Fixed bitmap size handling.
2411 2001-01-02  Alexandre Julliard  <julliard@winehq.com>
2413         * configure.in, include/acconfig.h, include/config.h.in, windows/x11drv/keyboard.c, configure:
2414         Ove Kaaven <ovek@transgaming.com>
2415         Turn on detectable autorepeat if the X Keyboard Extension is
2416         detected.
2418         * include/windef.h, include/wtypes.h:
2419         François Gouget <fgouget@codeweavers.com>
2420         Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a
2421         'void*' unlike regular handles.
2423         * dlls/kernel/kernel32.spec, dlls/commdlg/printdlg.c:
2424         Marcus Meissner <marcus@jet.franken.de>
2425         Implement PrintDlg16 better (adding PrintDlgProc16 and several other
2426         16bit dependent functions)
2427         If we are using a template we might not have the default combobox for
2428         printers, use the default printer in those cases.
2429         More error messages and checks.
2430         Added GlobalFlags16 and GlobalReAlloc16 to kernel32.spec.
2432         * tools/winebuild/import.c:
2433         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2434         Delayed import thunks for Sparc.
2436         * dlls/dplayx/dplayx_messages.c:
2437         François Gouget <fgouget@codeweavers.com>
2438         Removed an '#ifdef STRICT'.
2440         * dlls/dsound/dsound_main.c:
2441         Ove Kaaven <ovek@transgaming.com>
2442         Bugfix for sound dropping out, and workaround for Half-Life's
2443         braindead secondary sound buffer management.
2445         * dlls/shell32/shellole.c, include/shellapi.h, include/windef.h, windows/x11drv/event.c:
2446         François Gouget <fgouget@codeweavers.com>
2447         Moved HDROP to shellapi.h.
2449         * include/objbase.h:
2450         François Gouget <fgouget@codeweavers.com>
2451         Should include cguid.h.
2453         * include/ole2.h:
2454         François Gouget <fgouget@codeweavers.com>
2455         Added two error codes: E_DRAW and DATA_E_FORMATETC.
2457         * dlls/commdlg/filedlg.c:
2458         Andreas Mohr <amohr@codeweavers.com>
2459         Return 8.3 file names.
2460         Fixed sizeof(WCHAR) bugs.
2462         * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h:
2463         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2464         - Fixed a byteorder conversion problem with message tables.
2465         - Carefully read and write (possibly) misaligned data elements
2466           to avoid crashes on architectures where this is not allowed.
2468         * programs/view/view.c, programs/notepad/main.c:
2469         François Gouget <fgouget@codeweavers.com>
2470         Replaced calls to OpenFile with the equivalent call to
2471         CreateFile. Removes the need to cast the result to HANDLE.
2473         * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
2474         François Gouget <fgouget@codeweavers.com>
2475         The last parameter of CreateFile is a HANDLE and should thus be NULL.
2477         * dlls/winsock/socket.c:
2478         Marcus Meissner <marcus@jet.franken.de>
2479         A socket becomes readable after connect in Linux 2.4 (even for
2480         connection refused).
2482         * dlls/winmm/wineoss/audio.c:
2483         Marcus Meissner <marcus@jet.franken.de>
2484         Read 4 bytes to wake up GETISPACE.
2486         * dlls/wineps/afm.c:
2487         Marcus Meissner <marcus@jet.franken.de>
2488         Added one safety check to AFM parsing.
2490         * dlls/user/user.spec:
2491         Marcus Meissner <marcus@jet.franken.de>
2492         16bit user GetProp/SetProp get strings or atoms, so we can use 'str'.
2494         * dlls/advapi32/service.c:
2495         François Gouget <fgouget@codeweavers.com>
2496         Fixed some 0 vs. FALSE mismatches.
2497         Fixed a '%x' vs. '%lx' mismatch.
2498         Fixed some DWORD vs. SC_HANDLE mismatches.
2500         * include/winsvc.h:
2501         François Gouget <fgouget@codeweavers.com>
2502         SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
2503         SERVICE_STATUS_HANDLE is a DWORD
2505         * memory/local.c:
2506         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2507         Align moveable blocks if the architecture requires it.
2509         * include/winerror.h:
2510         François Gouget <fgouget@codeweavers.com>
2511         Reordered the definitions according to their value.
2512         Inserted the *_S_* macros right before the corresponding *_E_* block
2513         Reindented the values.
2514         Removed the duplicate set of E_xxx macros since they are only used on
2515         non WIN32 platforms.
2516         Uncommented the CO_E_INIT_ set of macros.
2517         Removed some duplicate macro definitions and fixed various typos.
2518         Added the definitions needed by the MFC.
2520         * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
2521         Andreas Mohr <amohr@codeweavers.com>
2522         Added Reserved5 -> lstrcmp16.
2524         * dlls/version/install.c, dlls/version/resource.c:
2525         Andreas Mohr <amohr@codeweavers.com>
2526         Code was checking for 0 or HFILE_ERROR instead of negative error
2527         values.
2529 2000-12-29  Alexandre Julliard  <julliard@winehq.com>
2531         * windows/input.c, windows/keyboard.c:
2532         Dmitry Timoshkov <dmitry@codeweavers.com>
2533         "Implement" GetKBCodePage and GetKBCodePage16.
2535         * files/file.c:
2536         Mike McCormack <mike_mccormack@looksmart.com.au>
2537         Implemented GetOverlappedResult.
2539         * objects/font.c:
2540         Marcus Meissner <marcus@jet.franken.de>
2541         CreateFontIndirect() can get NULL pointers.
2543         * dlls/kernel/comm.c:
2544         Mike McCormack <mike_mccormack@looksmart.com.au>
2545         Improve async i/o compatability. lpOverlapped->Internal should hold
2546         the overlapped transfer status.
2548         * tools/winebuild/import.c:
2549         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2550         Fixed builtin imports broken by latest change.
2552         * configure, configure.in:
2553         Eric Pouech <Eric.Pouech@wanadoo.fr>
2554         Made unaligned access test effective.
2556         * include/wine/port.h:
2557         Eric Pouech <Eric.Pouech@wanadoo.fr>
2558         Fixed evilish cut and paste.
2560         * debugger/Makefile.in, debugger/dbg.y, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/winedbg.c:
2561         François Gouget <fgouget@codeweavers.com>
2562         Compile the debugger with STRICT on.
2564         * dlls/wineps/font.c:
2565         Ian Pilcher <pilcher@concentric.net>
2566         Use a case-insensitive comparison to match PostScript font names.
2568         * include/wine/obj_base.h:
2569         François Gouget <fgouget@codeweavers.com>
2570         Added an ICOM_FN that generates either fn##xfn or sfn as appropriate.
2571         Use ICOM_FN to avoid duplicating the 'ICOM_V?METHOD.*' definitions.
2572         Remove the obsolete ICOM_CVMETHOD macros.
2573         Use the ICOM_VTBL macro to avoid duplicating the 'ICOM_CALL.*'
2574         definitions.
2576         * dlls/wininet/ftp.c, dlls/wininet/internet.h:
2577         Andreas Mohr <amohr@codeweavers.com>
2578         - implemented passive FTP transfers (PASV, needed for firewalls)
2579         - fixed lstnSocket closing
2581         * include/builtin16.h, include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/res16.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
2582         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2583         Fixed winebuild to work on non-Intel architectures.
2585         * loader/ne/module.c, loader/ne/resource.c, loader/module.c:
2586         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2587         Prevent unaligned access to NE in-memory module data.
2589         * memory/codepage.c, unicode/Makefile.in, unicode/compose.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c:
2590         Added support for composite Unicode characters in MultiByteToWideChar
2591         and WideCharToMultiByte.
2593         * include/wingdi.h:
2594         François Gouget <fgouget@codeweavers.com>
2595         Added a prototype for GetLogColorSpace.
2597         * include/windef.h:
2598         François Gouget <fgouget@codeweavers.com>
2599         Convert HCOLORSPACE to STRICT mode.
2601         * documentation/HOWTO-winelib:
2602         Wilbur N. Dale <wilbur.dale@lumin.nl>
2603         Updated first example using latest winebuild dll/so procedure.
2605         * dlls/ntdll/signal_i386.c:
2606         Ove Kaaven <ovek@arcticnet.no>
2607         Fixed small race condition between vm86_enter() and signal handling.
2608         Made separate save_vm86_context and restore_vm86_context functions.
2610         * tools/winebuild/spec32.c:
2611         Jon Griffiths <jon_p_griffiths@yahoo.com>
2612         Allow stubs for exports that are not legal C identifiers.
2614         * dlls/kernel/sync.c:
2615         Rein Klazes <rklazes@casema.net>
2616         Test pointer before it is dereferenced in CreateEventW().
2618 2000-12-27  Alexandre Julliard  <julliard@winehq.com>
2620         * ole/Makefile.in, tools/winemaker, Make.rules.in, Makefile.in:
2621         Renamed libuuid.a to libwine_uuid.a
2623         * include/config.h.in, configure, configure.in, dlls/crtdll/crtdll_main.c:
2624         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2625         Don't link with libw if libc already contains w* routines.
2626         Link every library with libnsl if required.
2627         Include ieeefp.h where necessary.
2629         * dlls/winmm/wineoss/oss.c:
2630         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2631         Compile fix if HAVE_OSS is not defined.
2633         * if1632/relay.c:
2634         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2635         Fixed broken prototypes.
2637         * if1632/snoop.c, relay32/snoop.c:
2638         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2639         Silence silly error messages.
2641         * dlls/Makefile.in, dlls/dciman32/dciman32.spec, dlls/oledlg/oledlg.spec:
2642         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2643         Import kernel32 (for SetLastError()).
2645         * dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/windef.h, include/wine/port.h, loader/pe_resource.c, loader/task.c, memory/environ.c, memory/heap.c, windows/class.c, windows/dialog.c, configure, configure.in, dlls/dplayx/dplay.c, dlls/user/exticon.c:
2646         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2647         Added check whether unaligned memory access is allowed.
2648         Added macros to access unaligned WORDs / DWORDs.
2650         * dlls/comctl32/tab.c, dlls/kernel/comm.c, dlls/winmm/lolvldrv.c, files/directory.c, files/drive.c, scheduler/client.c, scheduler/process.c, win32/console.c, win32/except.c, win32/file.c, README, console/generic.c, controls/menu.c, dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c:
2651         Andreas Mohr <amohr@codeweavers.com>
2652         - clarify many error messages
2653         - add data corruption warning to README file
2655         * windows/x11drv/keyboard.c:
2656         Ove Kaaven <ovek@arcticnet.no>
2657         Use the X state instead of the VK key state to check for eatable
2658         characters, since the VK key state isn't a fan of AltGr.
2660         * files/dos_fs.c:
2661         Lawson Whitney <lawson_whitney@juno.com>
2662         Allow an application to open a dos device ending with ':'.
2664         * dlls/winedos/module.c:
2665         Ove Kaaven <ovek@arcticnet.no>
2666         Release the Win16 lock before starting the DOS process, since it's not
2667         really a Win16 app.
2669         * dlls/winedos/dosvm.c:
2670         Ove Kaaven <ovek@arcticnet.no>
2671         Since DOSVM_Wait() blocks the normal event processing, it should
2672         dispatch pending events itself.
2674 2000-12-26  Alexandre Julliard  <julliard@winehq.com>
2676         * debugger/stabs.c, debugger/expr.c, debugger/module.c, debugger/msc.c:
2677         Joerg Mayer <jmayer@loplof.de>
2678         Fix the trivial compiler warnings in debugger/ when compiling with -W
2679         - moved inline statements to front
2680         - fixed the trivial cases of signed/unsigned comparisons
2682         * dlls/comctl32/animate.c, dlls/comctl32/comctl32.spec:
2683         Eric Pouech <Eric.Pouech@wanadoo.fr>
2684         No longer using function pointers to winmm and msvfw32, but delay
2685         loading instead.
2687         * tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
2688         Eric Pouech <Eric.Pouech@wanadoo.fr>
2689         Added ability to delay loading of an imported DLL until it's needed
2690         (new -delay option for import directive in spec file).
2692         * server/process.c, server/thread.c:
2693         Fixed error recovery during thread creation.
2695         * dlls/winedos/Makefile.in, dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, include/miscemu.h, loader/dos/Makefile.in, loader/dos/dosvm.c, loader/dos/module.c, miscemu/main.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int16.c, msdos/int20.c, msdos/int21.c, msdos/int33.c, msdos/ioports.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/Makefile.in, dlls/winedos/.cvsignore:
2696         Ove Kaaven <ovek@arcticnet.no>
2697         Separated the MZ loader and core DOS VM into dlls/winedos.
2699         * include/ddeml.h, include/vfw.h, include/windef.h, include/winnt.h, include/winsvc.h:
2700         François Gouget <fgouget@codeweavers.com>
2701         Declare all handles with DECLARE_OLD_HANDLE to ease conversion to
2702         STRICT.
2704         * dlls/gdi/gdi32.spec, include/wingdi.h:
2705         Francois Gouget <fgouget@free.fr>
2706         Added GetDCBrushColor and GetDCPenColor.
2708 2000-12-25  Alexandre Julliard  <julliard@winehq.com>
2710         * documentation/wine.man.in:
2711         Lawson Whitney <lawson_whitney@juno.com>
2712         Removed --config from man wine.
2714         * documentation/samples/config:
2715         Lawson Whitney <lawson_whitney@juno.com>
2716         Removed trailing garbage after [serialports] device name.
2718 2000-12-24  Alexandre Julliard  <julliard@winehq.com>
2720         * dlls/rasapi32/rasapi.c, include/ras.h, include/windef.h:
2721         François Gouget <fgouget@codeweavers.com>
2722         Moved HRASCONN from windef.h.
2723         Added missing Unicode type and function definitions.
2724         Added a few missing macro definitions.
2725         Enclose in an extern "C" for C++ Winelib applications.
2726         Added the structure packing specification.
2728         * files/change.c, graphics/enhmetafiledrv/objects.c, include/winuser.h, loader/pe_resource.c, loader/resource.c, scheduler/handle.c:
2729         François Gouget <fgouget@codeweavers.com>
2730         Fixed a few type clashes in preparation for the switch to STRICT.
2732         * graphics/x11drv/pen.c, windows/painting.c:
2733         Francois Gouget <fgouget@free.fr>
2734         Updated the look of dots and dashes to match the Win32 look.
2735         Issue a FIXME about PS_USERSTYLE.
2737         * files/directory.c:
2738         Dmitry Timoshkov <dmitry@codeweavers.com>
2739         Define environment variable TMP as an alias for TEMP.
2741         * programs/regapi/regapi.c:
2742         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2743         <malloc.h> is not ISO C, <stdlib.h> is.
2745         * windows/spy.c:
2746         Guy L. Albertelli <galberte@neo.lrun.com>
2747         Fixed loop test for negative value.
2749 2000-12-22  Alexandre Julliard  <julliard@winehq.com>
2751         * include/version.h, ANNOUNCE, ChangeLog:
2752         Release 20001222.
2754 ----------------------------------------------------------------
2755 2000-12-22  Alexandre Julliard  <julliard@winehq.com>
2757         * windows/clipboard.c, windows/x11drv/clipboard.c:
2758         Gerard Patel <gerard.patel@asi.fr>
2759         Cancel a few changes to get back basic text clipboard functionality.
2761         * dlls/winmm/mmsystem.c, include/wine/winbase16.h, windows/message.c, windows/queue.c, windows/winhelp.c:
2762         Eric Pouech <Eric.Pouech@wanadoo.fr>
2763         Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
2764         outside libkernel.so.
2766         * loader/module.c:
2767         No longer try to load builtin library when loadorder is 'so'.
2769         * Make.rules.in, configure, configure.in, dlls/Makedll.rules.in, library/Makefile.in, tsx11/Makefile.in, unicode/Makefile.in, unicode/wine_unicode.def:
2770         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2771         Use dllwrap for building shared libraries in cygwin.
2773         * server/async.c, server/console.c, server/file.c, server/handle.c, server/mapping.c, server/pipe.c, server/registry.c, server/request.c, server/serial.c, server/sock.c, server/thread.c:
2774         Avoid dup'ing file descriptors when not necessary.
2775         Do not send fd to the client if ops->get_fd() fails.
2777         * scheduler/thread.c:
2778         Fixed copy/paste bug (thanks to Gerard Patel).
2780         * dlls/dsound/dsound_main.c:
2781         Ove Kaaven <ovek@transgaming.com>
2782         More intelligent DirectSound prebuffering. By tracking the
2783         last-written position of streaming buffers, it attempts to avoid
2784         prebuffering past this position unless necessary; this may avoid a
2785         number of sound problems in various situations. Merged HEL and HAL
2786         mixing code, which should reduce the HEL mode's CPU usage slightly.
2788         * windows/win.c: Joerg Mayer <jmayer@loplof.de>
2789         Warn when FindWindow needs to check other processes windows.
2791         * documentation/Makefile.in:
2792         Joerg Mayer <jmayer@loplof.de>
2793         Don't suppress error messages.
2795         * dlls/ntdll/critsection.c:
2796         Joerg Mayer <jmayer@loplof.de>
2797         Add %fs info to the critical section timeout message.
2799         * include/debugtools.h:
2800         Dmitry Timoshkov <dmitry@codeweavers.com>
2801         Remove redundant ';' at the end of line.
2803         * controls/edit.c:
2804         Dmitry Timoshkov <dmitry@codeweavers.com>
2805         Fix remaining signed/unsigned mismatches.
2807         * dlls/ntdll/om.c, files/file.c, include/server.h, include/thread.h, loader/ne/module.c, memory/virtual.c, scheduler/client.c, scheduler/handle.c, scheduler/thread.c, server/console.c, server/debugger.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/object.h, server/pipe.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
2808         Use a separate FIFO pair for server requests that don't need to pass a
2809         file descriptor.
2810         Associate file descriptors with handles on the server side so that we
2811         don't need to pass the fd every time the client wants to use it.
2813         * wine.ini:
2814         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2815         Native IMM32.DLL crashes wine - use builtin DLL.
2817         * relay32/builtin32.c:
2818         Andreas Mohr <amohr@codeweavers.com>
2819         Print all problems as ERR() except for "could not open" library, which
2820         is WARN().
2822         * dlls/ddraw/dsurface/main.c:
2823         Marcus Meissner <marcus@jet.franken.de>
2824         IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not
2825         throw error.
2827         * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/driver.c, windows/focus.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/multimon.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/rect.c, windows/scroll.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, windows/timer.c, windows/user.c, windows/win.c, windows/winhelp.c, windows/winpos.c, windows/winproc.c, windows/caret.c, windows/class.c, windows/clipboard.c, windows/cursoricon.c:
2828         Patrik Stridvall <ps@leissner.se>
2829         Various documentation fixes.
2831         * windows/winpos.c:
2832         Removed the dummy mouse event in SetWindowPos.
2834         * dlls/kernel/kernel32.spec, dlls/user/user32.spec:
2835         Eric Pouech <Eric.Pouech@wanadoo.fr>
2836         Added some 16 bit entry points needed by multimedia DLLs.
2838         * windows/win.c, windows/x11drv/event.c, include/file.h, include/wine/winbase16.h, loader/resource.c, memory/global.c, memory/local.c, objects/metafile.c, controls/edit.c, dlls/kernel/wowthunk.c, dlls/winmm/mmio.c, files/file.c, graphics/win16drv/init.c:
2839         Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
2841         * graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, include/x11drv.h:
2842         Ove Kaaven <ovek@transgaming.com>
2843         Gavriel State <gav@transgaming.com>
2844         More DIB section copy-blitting improvements: Handle 8bpp DIBs, DC
2845         mapping modes, and clipping. Take advantage of the DIBsection's
2846         XShmImage mechanism to get a really fast blit to the display.
2848 2000-12-21  Alexandre Julliard  <julliard@winehq.com>
2850         * dlls/user/user.spec:
2851         Patrik Stridvall <ps@leissner.se>
2852         Fixed some issues found by winapi_check.
2854         * tools/winapi_check/win16/user.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
2855         Patrik Stridvall <ps@leissner.se>
2856         - Minor API file update.
2857         - Minor bug fixes.
2858         - Added new option on --documentation-ordinal (off by default).
2859         - Added new option on --documentation-pedantic (off by default).
2861         * dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
2862         Marcus Meissner <marcus@jet.franken.de>
2863         Handle errors for IDsDriver_GetPosition.
2864         Report DSERR_UNINITIALIZED on non-opened WineOSS audio device.
2866         * dlls/winmm/Makefile.in, dlls/winmm/driver.c, windows/driver.c:
2867         Eric Pouech <Eric.Pouech@wanadoo.fr>
2868         Cleaned up the code a bit.
2870         * dlls/winmm/wineoss/audio.c:
2871         Ove Kaaven <ovek@transgaming.com>
2872         Enable the DirectSound HAL for sound drivers that do not report
2873         DSP_CAP_REALTIME. Set precision of these to 256 bytes (about 3ms).
2875         * dlls/oleaut32/typelib.c:
2876         Francois Jacques <francoisj@macadamian.com>
2877         - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB.
2878         - TLB_LoadTypeLib: ref count problem.
2879         - ITypeLib::GetTypeInfoOfGuid: safer implementation (pointer testing).
2880         - ITypeInfo::GetRefTypeOfImplType: safer implementation (pointer testing).
2881         - ITypeInfo2::GetDocumentationL return errors if SysAllocString failed.
2882         - TLB loader functions now trace in "typelib" channel.
2883         - Improved traces in AddRef/Release and improved dump_* functions for
2884           debugging.
2886         * controls/edit.c:
2887         Dmitry Timoshkov <dmitry@codeweavers.com>
2888         Don't write to buffer with zero length.
2889         Removed some unused function parameters.
2891         * dlls/crtdll/crtdll_main.c:
2892         Dmitry Timoshkov <dmitry@codeweavers.com>
2893         Do not free the not owned error string.
2895         * dlls/oleaut32/safearray.c:
2896         Francois Jacques <francoisj@macadamian.com>
2897         Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity
2898         checks: an array has at least one dimension.
2899         Updated validCoordinates, where SafeArrayGetLBound was called on
2900         dimension 0.
2902         * dlls/winmm/lolvldrv.c:
2903         Eric Pouech <Eric.Pouech@wanadoo.fr>
2904         Rewrote the allocation of MM driver descriptors.
2906         * objects/enhmetafile.c:
2907         Eric Kohl <ekohl@codeweavers.com>
2908         Use handle to palette instead of index for EMR_SELECTPALETTE.
2909         Implemented simple case for EMR_EXTSELECTCLIPRGN.
2911 2000-12-20  Alexandre Julliard  <julliard@winehq.com>
2913         * dlls/ntdll/debugtools.c:
2914         Fixed debug routines to work before the process heap is created.
2916         * loader/module.c:
2917         Do not call thread attach/detach routines during process exit to avoid
2918         potential deadlocks.
2920         * graphics/x11drv/dib.c:
2921         Gerard Patel <gerard.patel@asi.fr>
2922         Set the color mask with BI_BITFIELD dibs, don't use the
2923         application-provided value.
2925         * memory/global.c, controls/edit.c:
2926         Dmitry Timoshkov <dmitry@codeweavers.com>
2927         Make new edit control allocate its buffers with granularity 32 byte.
2928         Ensure that all copied strings are 0 terminated.
2930         * windows/spy.c:
2931         Guy L. Albertelli <galberte@neo.lrun.com>
2932         - print out WM_NOTIFY message code if we know it.
2933         - print out memory past end of NMHDR structure for the size of
2934           the normal NMxxxxx structure associated with the message code.
2935         - setup notify code table for common, REBAR, TOOLBAR, and COMBOEX (at
2936           least partially).
2938 2000-12-19  Alexandre Julliard  <julliard@winehq.com>
2940         * memory/global.c: Set last error in GlobalUnlock.
2942         * dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
2943         Andrew Johnston <ajohnston@switch.com>
2944         Documentation update.
2946         * dlls/user/exticon.c, dlls/version/resource.c, include/winnt.h, library/loader.c, loader/pe_resource.c:
2947         François Gouget <fgouget@codeweavers.com>
2948         DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
2950         * documentation/printing.sgml:
2951         Stefan Leichter <Stefan.Leichter@camline.com>
2952         Added description of printerports section of the win.ini file for wineps.drv.
2954         * include/wine/obj_connection.h:
2955         James Hatheway <james@macadamian.com>
2956         Fix IConnectionPointContainer interface macros.
2958         * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut32.spec:
2959         Francois Jacques <francoisj@macadamian.com>
2960         Implementation of Dispatch API.
2962         * dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, tools/winapi_check/win32/crtdll.api:
2963         Jon Griffiths <jon_p_griffiths@yahoo.com>
2964         - Add several mbcs and CP 932 functions, fix some existing calls
2965         - Bug fixes, -W warnings and winapi_check updates.
2966         - Don't be so strict setting default locale, store codepage
2968         * library/port.c:
2969         Include stdlib.h instead of wchar.h.
2971         * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
2972         Marcus Meissner <marcus@jet.franken.de>
2973         shlwapi forwarders for SetWindowLongW and CallWindowProcW.
2975         * dlls/user/user32.spec:
2976         Dmitry Timoshkov <dmitry@codeweavers.com>
2977         New unicode edit control.
2979         * files/profile.c:
2980         Dmitry Timoshkov <dmitry@codeweavers.com>
2981         Protect against NULL buffer in the profile functions.
2983         * controls/edit.c:
2984         Dmitry Timoshkov <dmitry@codeweavers.com>
2985         New unicode edit control.
2987         * ole/ole2nls.c, tools/bin2res.c, tools/wrc/genres.c, tools/wrc/parser.y, windows/clipboard.c, windows/dialog.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, include/win.h, include/winpos.h, misc/tweak.c, msdos/int09.c, msdos/int33.c, controls/icontitle.c, dlls/commdlg/filedlgbrowser.c, dlls/dsound/dsound_main.c, dlls/msvideo/drawdib.c, dlls/ole32/clipboard.c, dlls/ole32/ole2nls.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/stubs.c, dlls/richedit/rtf.h, dlls/user/user_main.c, dlls/winmm/joystick/joystick.c, dlls/winmm/time.c:
2988         François Gouget <fgouget@codeweavers.com>
2989         winuser.h now requires that we include winbase.h first.
2991         * include/winuser.h:
2992         François Gouget <fgouget@codeweavers.com>
2993         Added CreateWindowStation.
2995         * include/windows.h:
2996         François Gouget <fgouget@codeweavers.com>
2997         Removed the 'extern "C" { ... }' statement. It is not supposed to be
2998         there.
3000         * include/windef.h:
3001         François Gouget <fgouget@codeweavers.com>
3002         Moved a misplaced 'extern "C" { ... }' statement.
3004         * library/port.c, include/tchar.h, include/winnt.h, include/wtypes.h:
3005         François Gouget <fgouget@codeweavers.com>
3006         Added better support for Unicode:
3007         Added support for 16-bit wchar_t
3008         Added support for rewriting 4-byte Unicode literals to 16bit Unicode
3010         * dlls/user/exticon.c, dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/winnt.h, loader/pe_resource.c, configure, configure.in:
3011         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3012         Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
3014         * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
3015         Gerard Patel <gerard.patel@asi.fr>
3016         Stub for DllDebugObjectRPCHook.
3018         * dlls/oleaut32/typelib.c:
3019         Gerard Patel <gerard.patel@asi.fr>
3020         Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
3021         ITypeInfo_fnGetContainingTypeLib.
3023         * dlls/comctl32/tooltips.c:
3024         Gerard Patel <gerard.patel@asi.fr>
3025         Do not send a WM_NOTIFYFORMAT to a non-existent owner.
3027         * server/atom.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/timer.c, server/trace.c, files/file.c, include/server.h, scheduler/process.c, server/async.c:
3028         Merged the get_read_fd and get_write_fd requests.
3030         * dlls/dinput/mouse/main.c:
3031         Marcus Meissner <marcus@jet.franken.de>
3032         Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
3034         * include/tchar.h:
3035         François Gouget <fgouget@codeweavers.com>
3036         _str{dec,inc}: Cast the parameters to the proper type first
3037         Added definitions for _tfinddata*
3039         * include/objbase.h, include/winnt.h:
3040         François Gouget <fgouget@codeweavers.com>
3041         Moved some of the STDMETHOD/STDAPI to winnt.h.
3042         Moved the EXTERN_C macro to winnt.h.
3043         Added a '#ifndef __WINE__' around the remaining macros.
3045         * include/wtypes.h:
3046         François Gouget <fgouget@codeweavers.com>
3047         Removed some of the SECURITY_xxx types.
3049         * include/winuser.h:
3050         François Gouget <fgouget@codeweavers.com>
3051         Added SetUserObjectSecurity.
3053         * include/commctrl.h:
3054         Guy L. Albertelli <galberte@neo.lrun.com>
3055         Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
3057 2000-12-18  Alexandre Julliard  <julliard@winehq.com>
3059         * dlls/imm32/Makefile.in, dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/main.c:
3060         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3061         Implemented keyboard layout and context  - far from complete.
3063         * library/port.c:
3064         Morten Welinder <terra-wine@diku.dk>
3065         (strcasecmp): Conform to ANSI specs for toupper.
3066         (strncasecmp): Ditto.  Also do not use side-effects in macro args.
3067         (wine_openpty): Plug descriptor leak.  Always set errno on failure.
3068         (wine_anon_mmap): Fix comment location.
3070         * misc/options.c:
3071         Morten Welinder <terra-wine@diku.dk>
3072         (parse_options): Allow GNU-like option arguments like
3073         "--desktop=800x600".  (Not perfect -- we don't allow shorthands.)
3075         * tools/winebuild/import.c, configure, configure.in:
3076         Patrik Stridvall <ps@leissner.se>
3077         Solaris fixes.
3079         * dlls/comctl32/rebar.c:
3080         Guy L. Albertelli <galberte@neo.lrun.com>
3081         - Implement drag for vertical rebars (drag up and down).
3082         - Better algorithims for inserting new bands - matches native version
3083           closer.
3084         - Make drawing of rebar attempt to match native pixel by pixel (note
3085           this does not fix the embedded controls in each band - they still are
3086           as good or bad as before.)
3087         - Implement some of the notifications (RBN_HEIGHTCHANGE, _CHILDSIZE,
3088           _DELETINGBAND, _DELETEDBAND).
3090         * dlls/comctl32/comboex.c:
3091         Guy L. Albertelli <galberte@neo.lrun.com>
3092         Pass WM_COMMAND and WM_NOTIFY to parent as received.
3094         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
3095         Gerard Patel <gerard.patel@asi.fr>
3096         Change the current directory as the user browses the directory tree.
3098         * dlls/crtdll/file.c:
3099         David Elliott <dfe@infinite-internet.net>
3100         Changed typo va_list to valist.
3102         * windows/dialog.c:
3103         Gerard Patel <gerard.patel@asi.fr>
3104         Allow for the dialog font size to be set directly in pixels.
3106         * windows/winpos.c:
3107         Gerard Patel <gerard.patel@asi.fr>
3108         WM_GETMINMAXINFO track min size should be used in SetWindowPos also
3109         for 32 bits apps.
3111         * dlls/msvideo/msvideo_main.c:
3112         Marcus Meissner <marcus@jet.franken.de>
3113         Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
3115 2000-12-16  Alexandre Julliard  <julliard@winehq.com>
3117         * dlls/shell32/shellpath.c, memory/environ.c, dlls/setupapi/devinst.c, dlls/setupapi/setupx_main.c:
3118         Patrik Stridvall <ps@leissner.se>
3119         Fixed some issues found by winapi_check.
3121         * tools/winapi_check/win16/setupx.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imm32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/olecli.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
3122         Patrik Stridvall <ps@leissner.se>
3123         - Minor API file update.
3124         - Turned on --documentation-arguments by default.
3126         * dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/spawn.c, dlls/crtdll/crtdll_main.c, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec:
3127         Jon Griffiths <jon_p_griffiths@yahoo.com>
3128         - Fix _fullpath & splitpath, winapi_check fixes
3129         - Add cprintf,cscanf,_fgetwchar,_fgetwc,_fputwchar,_fputwc,
3130           _wtoi & _wtol (fwd),scanf,_timezone_dll
3132         * windows/x11drv/event.c, dlls/dinput/mouse/main.c, include/input.h, windows/cursoricon.c, windows/input.c, windows/winpos.c:
3133         Avoid a couple of dependencies on input.c internal variables.
3135         * dlls/crtdll/file.c:
3136         Fixed infinite loop in CRTDLL__fcloseall.
3138         * dlls/imm32/Makefile.in, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm_private.h, dlls/imm32/main.c:
3139         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3140         Implemented some APIs and IME class - far from complete.
3142         * dlls/ddraw/main.c:
3143         Marcus Meissner <marcus@jet.franken.de>
3144         Check for NULL before doing IsEqualGUID().
3146         * dlls/winmm/mci.c:
3147         Eric Pouech <Eric.Pouech@wanadoo.fr>
3148         Fixed loading of 16 bit MCI drivers (for command tables).
3149         Fixed alias handling in mciSendString.
3151         * dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
3152         Andreas Mohr <amohr@codeweavers.com>
3153         - don't initialize with pFirstLDD if pFirstLDD isn't initialized yet either
3154         - corrected VcpClose .spec
3156 2000-12-15  Alexandre Julliard  <julliard@winehq.com>
3158         * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
3159         Allocate entry points dynamically to allow for a larger number of
3160         ordinals.
3162         * dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c, dlls/imm32/memory.c, dlls/imm32/string.c:
3163         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3164         Implemented some DDK APIs - far from complete.
3166         * Makefile.in:
3167         Francois Gouget <fgouget@codeweavers.com>
3168         Create a symbolic link to ole/libuuid.a.
3170         * tools/winemaker:
3171         Francois Gouget <fgouget@codeweavers.com>
3172         Always link with uuid.
3174         * controls/listbox.c:
3175         Ulrich Czekalla <ulrichc@codeweavers.com>
3176         Only capture mouse when an item is selected.
3178         * include/ntdef.h, include/windef.h, include/winnt.h:
3179         François Gouget <fgouget@codeweavers.com>
3180         Moved some macros like NULL, FALSE to winnt.h
3181         Moved the anonymous struct/unions to winnt.h
3182         Moved calling convention macros to winnt.h
3183         Moved some basic types like BOOL, INT, LONG, etc. to winnt.h
3184         Moved HANDLE and DECLARE_HANDLE to winnt.h
3185         Moved structure packing macros to winnt.h
3187         * include/ddraw.h, include/winbase.h, server/snapshot.c:
3188         François Gouget <fgouget@codeweavers.com>
3189         Needs to include windef.h.
3191         * include/ole2.h:
3192         François Gouget <fgouget@codeweavers.com>
3193         Added OleIsCurrentClipboard and OleSetClipboard.
3195         * include/objbase.h:
3196         François Gouget <fgouget@codeweavers.com>
3197         Fixed the prototype of GetClassFile.
3199         * windows/win.c:
3200         Gerard Patel <gerard.patel@asi.fr>
3201         Don't return last active popup if it is pointing to a deleted window.
3203         * documentation/wine.man.in, misc/options.c:
3204         Andreas Mohr <amohr@codeweavers.com>
3205         Improved usage message.
3207         * dlls/advapi32/registry.c, dlls/ntdll/reg.c, include/server.h, memory/registry.c, server/registry.c, server/request.c, server/request.h, server/trace.c:
3208         Converted enum_key_value request to the new request mechanism.
3210         * misc/cdrom.c:
3211         Huw D M Davies <hdavies@codeweavers.com>
3212         Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
3214         * dlls/comctl32/tab.c:
3215         Aric Stewart <aric@codeweavers.com>
3216         Fixed some difficulties with the font on vertical tabs. Also plugged a
3217         resource leak.
3219         * dlls/comctl32/header.c:
3220         Ulrich Czekalla <ulrichc@codeweavers.com>
3221         Mark width as valid when we send HDN_ENDTRACKA.
3223         * dlls/ole32/ole2.c:
3224         Huw D M Davies <hdavies@codeweavwers.com>
3225         Check to see whether any ancestor windows are drop targets.
3227         * files/dos_fs.c:
3228         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3229         Spelling fix.
3231         * include/winnt.h, loader/pe_image.c:
3232         François Gouget <fgouget@codeweavers.com>
3233         Changed the type of Function to PDWORD as on Windows.
3235         * dlls/dplayx/dplaysp.h:
3236         François Gouget <fgouget@codeweavers.com>
3237         Removed the declspec specifier.
3239         * dlls/ntdll/ntdll.spec, misc/options.c, miscemu/main.c, miscemu/wine.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
3240         Added support for Unicode applications in winebuild.
3241         Removed cuiexe_no_main hack.
3242         Avoid stdcall function declarations inside functions because of gcc bug.
3244         * misc/registry.c:
3245         Martin Pilka <mpilka@codeweavers.com>
3246         - registry loading speed up (reduced client <-> server communication)
3247         - make the code a bit more understandable
3249 2000-12-14  Alexandre Julliard  <julliard@winehq.com>
3251         * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
3252         Jon Griffiths <jon_p_griffiths@yahoo.com>
3253         Added "ignore" directive for skipping individual symbol resolution.
3255         * dlls/commdlg/cdlg_Ru.rc:
3256         Vasily I. Volchenko <Vasily.Volchenko@mstu.edu.ru>
3257         Added more Russian support.
3259         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.spec, dlls/winnls/.cvsignore, dlls/winnls/Makefile.in, dlls/winnls/winnls.c, dlls/winnls/winnls.spec, dlls/winnls/winnls32.spec:
3260         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3261         Added a spec file for 16bit imm.
3262         Added spec files for winnls and winnls32.
3264         * include/wine/winbase16.h:
3265         Added inline definition for MapSL.
3267         * tools/wineshelllink:
3268         Andreas Mohr <amohr@codeweavers.com>
3269         Fixed an unquoted string.
3271         * files/directory.c, files/drive.c:
3272         Lawson Whitney <lawson_whitney@juno.com>
3273         Add strerror() to the "Could not stat" and "Invalid path" startup
3274         error messages.
3276         * scheduler/sysdeps.c:
3277         Commented out large stack init now that thread stacks are at least 1Mb.
3279         * dlls/ddraw/main.c:
3280         Marcus Meissner <marcus@jet.franken.de>
3281         If DirectDrawCreate gets passed a IDirectDraw{2,4,7} interface, get
3282         this interface and do not use IDirectDraw.
3284         * dlls/comctl32/comctl32.spec, dlls/kernel/kernel32.spec, dlls/shell32/shell32.spec:
3285         Francois Gouget <fgouget@codeweavers.com>
3286         Removed the name of APIs exported by ordinal.
3288         * dlls/kernel/nls/hun.nls:
3289         Nemeth Peter <qgenpete@gold.uni-miskolc.hu>
3290         Some NLS updates.
3292 2000-12-13  Alexandre Julliard  <julliard@winehq.com>
3294         * documentation/Makefile.in, documentation/architecture.sgml, documentation/authors.ent, documentation/bugs.sgml, documentation/build.sgml, documentation/compiling.sgml, documentation/configuring.sgml, documentation/consoles.sgml, documentation/cvs-regression.sgml, documentation/db2html-winehq, documentation/debugger.sgml, documentation/debugging.sgml, documentation/default.dsl, documentation/dlls.sgml, documentation/documentation.sgml, documentation/fonts.sgml, documentation/getting.sgml, documentation/i18n.sgml, documentation/implementation.sgml, documentation/installing.sgml, documentation/introduction.sgml, documentation/ole.sgml, documentation/opengl.sgml, documentation/packaging.sgml, documentation/patches.sgml, documentation/porting.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml, documentation/tools.sgml, documentation/wine-doc.sgml, documentation/winehq.dsl, documentation/winelib-user.sgml:
3295         John R. Sheets <jsheets@codeweavers.com>
3296         Documentation update.
3298         * dlls/odbc32/proxyodbc.c, include/wine/library.h, include/wine/port.h, library/loader.c, library/port.c, loader/elf.c, loader/module.c, relay32/builtin32.c:
3299         James Abbatiello <jabbey@codeweavers.com>
3300         Work around glibc 2.1.x dlopen bug (again).
3302         * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h:
3303         Andreas Mohr <amohr@codeweavers.com>
3304         - implemented proper LDD/LDID handling
3305         - implement Ctl*Ldd(), Ctl[GS]etLddPath, GenInstall (no real operations
3306           yet, I want help), InstallHinfSection
3307         - Stubbed out DiGetClassDevs16 (needed for e.g. Monkey Island 3 ;)
3308         - many new .spec stubs
3310         * dlls/shell32/shellole.c, include/wine/obj_base.h:
3311         Andreas Mohr <amohr@codeweavers.com>
3312         SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc will
3313         badly fail with E_INVALIDARG in case native OLE32 is used.
3315         * include/Makefile.in, include/mapi.h, include/mapidefs.h:
3316         François Gouget <fgouget@codeweavers.com>
3317         Added mapi.h with the definitions needed by the MFC.
3319         * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
3320         Eric Kohl <ekohl@codeweavers.com>
3321         Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
3323         * tools/makedep.c:
3324         Eric Pouech <Eric.Pouech@wanadoo.fr>
3325         Fixed path resolution for a/b.c source files.
3327         * controls/listbox.c:
3328         Louis Philippe Gagnon <louisphilippe@macadamian.com>
3329         Invalidate the focus rect when a listbox is resized.
3331         * scheduler/process.c, scheduler/syslevel.c, tools/winebuild/spec16.c, win32/except.c, windows/dce.c, windows/nonclient.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/gdi.h, include/ldt.h, include/miscemu.h, include/selectors.h, misc/lstr.c, msdos/dosaspi.c, msdos/int25.c, msdos/int26.c, objects/gdiobj.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c, debugger/dbgmain.c, dlls/commdlg/filedlg95.c, dlls/gdi/gdi_main.c, dlls/oleaut32/oleaut.c, dlls/user/resource.c, dlls/winaspi/winaspi32.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
3332         Removed some unnecessary includes.
3333         Got rid of ldt.h.
3335         * include/global.h, memory/virtual.c, misc/cpu.c, msdos/xms.c, scheduler/sysdeps.c, win32/device.c:
3336         Use getpagesize() instead of VIRTUAL_GetPageSize().
3338         * windows/win.c, windows/winhelp.c, windows/winproc.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, objects/bitmap.c, objects/font.c, objects/metafile.c, scheduler/thread.c, windows/class.c, windows/cursoricon.c, windows/defwnd.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/painting.c, windows/scroll.c, misc/error.c, msdos/devices.c, include/wine/mmsystem16.h, include/wine/port.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, loader/resource.c, loader/task.c, memory/atom.c, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/local.c, memory/selector.c, memory/string.c, dlls/winmm/mcianim/mcianim.c, dlls/winsock/async.c, files/file.c, graphics/escape.c, graphics/mapping.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/digitalv.h, include/mmddk.h, include/ole.h, include/stackframe.h, include/user.h, include/wingdi.h, include/winnt.h, dlls/user/lstr.c, dlls/user/text.c, dlls/user/wsprintf.c, dlls/version/ver16.c, dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c, dlls/wineps/escape.c, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.spec, dlls/kernel/debugger.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/msvideo/msvideo_main.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/oleaut32/ole2disp.c, dlls/olecli/olecli.spec, dlls/olecli/olecli_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/gdi/gdi.spec, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/commdlg/cdlg.h, controls/edit.c, controls/listbox.c, controls/menu.c, controls/combo.c:
3339         Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
3340         Fixed a few ptr/segptr mismatches.
3341         Moved CONV_RECT/POINT macros to wingdi16.h.
3343         * debugger/debug.l, dlls/comctl32/header.c, dlls/oleaut32/typelib.c, dlls/serialui/confdlg.c, dlls/winspool/info.c, objects/enhmetafile.c, windows/winpos.c:
3344         Fixed some warnings.
3346         * windows/driver.c, dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h:
3347         Eric Pouech <Eric.Pouech@wanadoo.fr>
3348         Split driver functions into USER (16 bit part) and WINMM (32 bit part).
3349         Fixed some bugs in 16 bit part as well.
3350         Now correctly parsing the system.ini extra parameters.
3352         * dlls/crtdll/crtdll.h, dlls/crtdll/file.c:
3353         Marcus Meissner <marcus@jet.franken.de>
3354         Fixed crtdll compile problem regarding fpos_t in glibc2.2.
3356         * dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
3357         Jon Griffiths <jon_p_griffiths@yahoo.com>
3358         - Implement console I/O
3359         - Support temporary files, add tmpfile, rmtmp
3360         - spawn* functions: fix args, add cwait, searchenv
3362         * programs/clock/main.c:
3363         Eric Pouech <Eric.Pouech@wanadoo.fr>
3364         Removed a crash in program/clock.
3366         * dlls/comctl32/header.c:
3367         Eric Kohl <ekohl@rz-online.de>
3368         Fixed crash of WinZip 8.0 due to invalid image list handle.
3370         * include/windef.h:
3371         Francois Gouget <fgouget@codeweavers.com>
3372         Define NULL as in Win32.
3374         * dlls/msvideo/msvideo_main.c:
3375         Eric Pouech <Eric.Pouech@wanadoo.fr>
3376         Return values from DRV_ENABLE should not be checked.
3378         * dlls/kernel/format_msg.c:
3379         Eric Pouech <Eric.Pouech@wanadoo.fr>
3380         FormatMessageA wasn't properly handling the %ls modifier.
3382         * dlls/comctl32/toolbar.c:
3383         Andreas Mohr <amohr@codeweavers.com>
3384         Invalid buttons are "hidden".
3386         * dlls/shell32/shellpath.c:
3387         Andreas Mohr <amohr@codeweavers.com>
3388         Move all values of SHGetSpecialFolderPathA into an array, add some
3389         other registry locations and improve the number of supported CSIDLs.
3391         * dlls/commdlg/filedlg95.c:
3392         Ian Pilcher <pilcher@concentric.net>
3393         Changed FILEDLG95_OnOpen to "double terminate" the returned string if
3394         OFN_ALLOWMULTISELECT is set.
3396 2000-12-12  Alexandre Julliard  <julliard@winehq.com>
3398         * scheduler/process.c, if1632/relay.c, include/main.h, loader/main.c, misc/main.c, misc/options.c, ole/ole2nls.c, relay32/builtin32.c, dlls/kernel/kernel_main.c:
3399         Got rid of main.h.
3401         * relay32/relay386.c, relay32/snoop.c:
3402         Use __ASM_GLOBAL_FUNC directly in i386-only code.
3404         * dlls/user/user.spec, loader/ne/resource.c, windows/cursoricon.c:
3405         Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
3407         * include/drive.h, include/winbase.h, misc/cdrom.c, msdos/int11.c, msdos/int13.c, msdos/int17.c, msdos/int21.c, msdos/int2f.c, controls/combo.c, controls/listbox.c, dlls/commdlg/filedlg.c, dlls/shell32/shell.c, dlls/user/network.c, files/drive.c:
3408         Use the DRIVE_* API constants instead of the DRIVETYPE enum.
3409         Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
3410         correct names.
3411         Cleaned up a few dependencies on internal drive.c functions.
3413         * configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/config.h.in, include/dinput.h:
3414         Marcus Meissner <Marcus.Meissner@caldera.de>
3415         Added preferences to dinput drivers (so we can have two joystick
3416         drivers). Implemented a joystick driver for the Linux 2.4
3417         dev/input/event API.
3419         * include/winnls.h, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/locale.c, dlls/crtdll/time.c:
3420         Jon Griffiths <jon_p_griffiths@yahoo.com>
3421         - Implemented setlocale parsing and LC_TYPE behavior.
3422         - Implemented isleadbyte, snprintf.
3423         - Added NLS IsValidCodePage prototype, misc CRTDLL fixes.
3425         * include/shellapi.h:
3426         Francois Gouget <fgouget@codeweavers.com>
3427         Added a prototype for SHAppBarMessage.
3429         * dlls/user/text.c:
3430         Dimitrie O. Paun <dimi@cs.toronto.edu>
3431         Fixed indentation problems resulting from automatic renaming, other
3432         aesthetic fixes.
3434         * dlls/comctl32/tab.c:
3435         Gerard Patel <gerard.patel@asi.fr>
3436         Use DrawText to display text in horizontal tabs.
3438         * server/registry.c:
3439         Martin Pilka <mpilka@codeweavers.com>
3440         Changed the condition so it also works in case when sscanf returns EOF.
3442 2000-12-11  Alexandre Julliard  <julliard@winehq.com>
3444         * windows/user.c, memory/environ.c, memory/selector.c, memory/virtual.c, misc/version.c, miscemu/main.c, msdos/dpmi.c, msdos/vxd.c, relay32/relay386.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, dlls/crtdll/exit.c, dlls/crtdll/spawn.c, dlls/crtdll/time.c, dlls/kernel/utthunk.c, include/Makefile.in, include/ldt.h, include/module.h, include/process.h, include/winbase.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c:
3445         Moved all Wine internal definitions out of process.h.
3447         * tools/winebuild/spec32.c:
3448         Output the exports table in assembly code to make it possible to
3449         export C++ mangled names.
3451         * dlls/ntdll/rtl.c:
3452         Implemented RtlAcquirePebLock and RtlReleasePebLock.
3454         * dlls/user/text.c:
3455         Gerard Patel <gerard.patel@asi.fr>
3456         Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
3458         * windows/x11drv/clipboard.c, windows/x11drv/event.c, include/clipboard.h, windows/clipboard.c, windows/queue.c, windows/user.c:
3459         Dmitry Timoshkov <dmitry@codeweavers.com>
3460         Add CF_UNICODETEXT as primary text clipboard format.
3461         Use [x11drv].TextCP for interchange with X.
3463 2000-12-10  Alexandre Julliard  <julliard@winehq.com>
3465         * programs/Makeprog.rules.in:
3466         Dennis Bjorklund <db@zigo.dhs.org>
3467         Remove old link before creating the new one.
3469         * windows/x11drv/event.c, windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/controls.h, dlls/user/resources/user32.rc, dlls/user/user_main.c, include/button.h, include/combo.h, include/desktop.h, include/dialog.h, include/mdi.h, include/menu.h, include/scroll.h, include/static.h, include/win.h, include/x11drv.h, windows/Makefile.in, windows/class.c, windows/defdlg.c, windows/dialog.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/sysparams.c, windows/user.c, windows/win.c, windows/winpos.c, windows/winproc.c, Make.rules.in, controls/Makefile.in, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/widgets.c:
3470         Moved most builtin controls structures into their respective C file.
3471         Created new controls.h file private to user32.dll and moved remaining
3472         builtin controls definitions there.
3474 2000-12-09  Alexandre Julliard  <julliard@winehq.com>
3476         * dlls/ntdll/ntdll.spec, include/elfdll.h, loader/Makefile.in, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
3477         Removed no longer used elfdll loader.
3479         * windows/class.c, windows/message.c, dlls/winmm/wineoss/mixer.c, include/queue.h, include/wnaspi32.h, misc/main.c, dlls/oleaut32/ole2disp.c, README:
3480         Andreas Mohr <amohr@codeweavers.com>
3481         - README update
3482         - add offsets to ASPI struct defines
3483         - spelling
3485         * dlls/oleaut32/safearray.c:
3486         Andreas Mohr <amohr@codeweavers.com>
3487         Don't fail on pointer address checking when foreign heap.
3489         * include/oleauto.h:
3490         Andreas Mohr <amohr@codeweavers.com>
3491         Removed duplicate defines.
3493         * dlls/shell32/dialogs.c, programs/notepad/dialog.c:
3494         Andreas Mohr <amohr@codeweavers.com>
3495         Fixed MessageBox() usage.
3497         * dlls/winaspi/winaspi32.c:
3498         Andreas Mohr <amohr@codeweavers.com>
3499         Print CDB area.
3501 2000-12-07  Alexandre Julliard  <julliard@winehq.com>
3503         * windows/defwnd.c:
3504         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3505         Added handlers for some IME messages in DefWindowProc.
3507         * dlls/commdlg/filedlg95.c:
3508         Gerard Patel <gerard.patel@asi.fr>
3509         Fileokstring notification should be sent to the custom child dialog,
3510         not to the main dialog.
3512         * dlls/ntdll/ntdll.spec:
3513         Andrew Lewycky <andrew@transgaming.com>
3514         Ove Kaaven <ovek@transgaming.com>
3515         De-stub sin() and cos().
3516         Add noimport flag to sin(), cos(), and pow().
3518         * windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user.spec, include/button.h, include/class.h, include/win.h, include/wine/winuser16.h, include/x11drv.h, windows/class.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/user.c, windows/win.c, controls/button.c, controls/desktop.c, controls/widgets.c:
3519         Removed dependencies on the internals of the CLASS structure.
3520         Added support for having both ASCII and Unicode window procedures for
3521         builtin classes.
3523         * windows/defdlg.c, windows/winproc.c:
3524         Removed calls to WIDGETS_IsControl.
3526         * include/wininet.h:
3527         Francois Gouget <fgouget@codeweavers.com>
3528         Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
3529         Create A/W versions of GOPHER_ATTRIBUTE_TYPE and
3530         GOPHER_ATTRIBUTE_ENUMERATOR.
3532         * include/winsock.h, tools/winemaker:
3533         Francois Gouget <fgouget@codeweavers.com>
3534         Added a prototype for closesocket.
3536         * dlls/commdlg/printdlg.c:
3537         Marcus Meissner <marcus@jet.franken.de>
3538         Fixed handling of DialogBoxIndirectParamA return value.
3540 2000-12-06  Alexandre Julliard  <julliard@winehq.com>
3542         * documentation/wine.conf.man.in, documentation/wine.man.in, files/profile.c, README, wine.ini:
3543         Added automatic translation of the config file to the new
3544         format. Updated documentation.
3546         * include/wine/port.h:
3547         Added define for S_ISLNK if missing.
3549         * tools/winebuild/spec16.c, tools/winebuild/spec32.c:
3550         Don't make the spec file constructors static so that they don't get
3551         optimized out.
3553         * include/bitmap.h, include/x11drv.h, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/text.c:
3554         Ove Kaaven <ovek@transgaming.com>
3555         Andrew Lewycky <andrew@transgaming.com>
3556         Gavriel State <gav@transgaming.com>
3557         DIB section improvements; UpdateDIBSection has been replaced with
3558         LockDIBSection and UnlockDIBSection, for improved thread safety.
3559         DIB_Status_* is now driver-independent, and there's a new
3560         DIB_Status_AuxMod. Better handling of DIB surfaces with nonstandard
3561         pitch. Slight optimization of DIBsection->display BitBlt.
3563         * dlls/kernel/nls/heb.nls, misc/options.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
3564         Michael Veksler <mveksler@techunix.technion.ac.il>
3565         Add basic NLS information needed for Hebrew.
3567         * dlls/kernel/nls/cym.nls:
3568         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3569         Welsh needs iso8859-14.
3571         * windows/x11drv/event.c:
3572         Ove Kaaven <ovek@arcticnet.no>
3573         Use SendNotifyMessage() for WM_SYNCPAINT.
3575         * dlls/ntdll/nt.c:
3576         James Juran <jamesjuran@alumni.psu.edu>
3577         Return a maximum registry size of 32 MB in NtQuerySystemInformation.
3579         * documentation/samples/config:
3580         Added sample config file in the new format.
3582         * configure, configure.in:
3583         Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
3584         stack alignments.
3586         * tools/winebuild/import.c:
3587         Eric Pouech <Eric.Pouech@wanadoo.fr>
3588         Now prints line number for 'x.dll imported but no symbols used' warning.
3590         * controls/combo.c:
3591         Louis Philippe Gagnon <louisphilippe@macadamian.com>
3592         Update internal controls on WM_WINDOWPOSCHANGED.
3594         * dlls/ntdll/ntdll.spec, misc/Makefile.in, misc/ext_debugger.c, Makefile.in, debugger/Makefile.in, debugger/ext_debugger.c, debugger/winedbg.c:
3595         Build the debugger as a .so.
3597         * dlls/shell32/Makefile.in, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi_main.c, include/dplay.h, ole/Makefile.in, ole/uuid.c, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/ddraw/Makefile.in, dlls/ddraw/main.c, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx_main.c, dlls/dsound/Makefile.in, dlls/dsound/dsound_main.c, dlls/ole32/Makefile.in, dlls/ole32/oleobj.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c, Make.rules.in, Makefile.in:
3598         Created a small static library in ole/libuuid.a that contains all the
3599         UUID definitions (with the help of Francois Gouget).
3601         * tools/wmc/Makefile.in, tools/wrc/Makefile.in, dlls/crtdll/Makefile.in, dlls/lzexpand/Makefile.in, dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in, dlls/version/Makefile.in, if1632/Makefile.in, libtest/Makefile.in, programs/Makeprog.rules.in, programs/avitools/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, dlls/Makedll.rules.in, dlls/comctl32/Makefile.in:
3602         Use libwine and libwine_unicode directly from their build directory
3603         instead of using symlinks.
3605         * dlls/x11drv/Makefile.in, dlls/x11drv/x11drv_main.c, include/ts_shape.h, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/ts_xvideo.h, tools/make_X11wrappers, tsx11/.cvsignore, tsx11/Makefile.in, tsx11/locking.c, tsx11/ts_shape.c, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, tsx11/ts_xvideo.c, Make.rules.in, Makefile.in, configure, configure.in:
3606         Build tsx11 layer as a separate shared library.
3608 2000-12-05  Alexandre Julliard  <julliard@winehq.com>
3610         * dlls/odbc32/proxyodbc.c, if1632/builtin.c, library/loader.c, loader/elf.c, relay32/builtin32.c:
3611         Always pass lower-case filenames to wine_dll_load().
3612         Clear dlerror() before and after calls to dlopen/dlsym to work around
3613         a glibc bug (thanks to James Abbatiello for tracking the bug).
3615         * dlls/kernel/nls/srb.nls, tools/wrc/utils.c:
3616         Nerijus Baliunas <nerijus@users.sourceforge.net>
3617         Fixed Serbian language code page.
3619         * controls/combo.c:
3620         Aric Stewart <aric@codeweavers.com>
3621         Fixed a problem where the string in a combo box flickers if you
3622         rapidly reset the content and then replace the content.
3624         * loader/pe_image.c:
3625         Andreas Mohr <amohr@codeweavers.com>
3626         Better error message for forwards.
3628         * dlls/user/resources/user32.rc, dlls/user/resources/user32_Zh.rc:
3629         Aric Stewart <aric@codeweavers.com>
3630         Added Chinese resources.
3632         * include/imm.h:
3633         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3634         Added some missing definitions.
3636         * dlls/rpcrt4/rpcrt4_main.c:
3637         Stefan Leichter <Stefan.Leichter@camline.com>
3638         Compile fix for gcc 2.7.2.3.
3640         * Make.rules.in, configure, configure.in:
3641         Dimitrie O. Paun <dimi@cs.toronto.edu>
3642         Use the approriate command for combining .o files.
3644         * windows/winproc.c:
3645         Dmitry Timoshkov <dmitry@codeweavers.com>
3646         Removed the code duplication.
3648         * windows/winproc.c:
3649         Rein Klazes <rklazes@casema.net>
3650         Don't forget to map the message in WINPROC_MapMsg16To32W().
3652         * relay32/builtin32.c:
3653         Andreas Mohr <amohr@codeweavers.com>
3654         Fixed dlerror() check to use strstr().
3656         * dlls/Makefile.in:
3657         Dimitrie O. Paun <dimi@cs.toronto.edu>
3658         Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
3660         * tools/makedep.c:
3661         Dimitrie O. Paun <dimi@cs.toronto.edu>
3662         - overwrite (rather than append) the output file if we have no separator
3663         - avoid output if there is nothing to do
3665         * dlls/user/user32.spec, include/winuser.h, windows/input.c:
3666         Ken Coleman <ken_coleman@iname.com>
3667         Added a first-cut version of MapVirtualKeyExW() that has the same
3668         functionality (and limitations) as the ANSI version.
3670         * tools/wineinstall:
3671         Andreas Mohr <amohr@codeweavers.com>
3672         wineinstall didn't create the default no-windows directory /c
3673         when just pressing enter.
3675         * graphics/x11drv/dib.c:
3676         Guy L. Albertelli <galberte@neo.lrun.com>
3677         - correct number of colormap entries looked at in GetDIBColorTable.
3678         - correct number of colormap entries processed in SetDIBColorTable.
3680         * dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls:
3681         Rein Klazes <rklazes@casema.net>
3682         Somes fixes for Dutch locales.
3684         * dlls/imm32/imm32.spec:
3685         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3686         Added some stubs.
3688 2000-12-02  Alexandre Julliard  <julliard@winehq.com>
3690         * ANNOUNCE, ChangeLog, include/version.h:
3691         Release 20001202.
3693 ----------------------------------------------------------------
3694 2000-12-02  Alexandre Julliard  <julliard@winehq.com>
3696         * server/mapping.c:
3697         Andreas Mohr <amohr@codeweavers.com>
3698         Check the attributes of the *current* section, not only the attributes
3699         of the *first* section...
3701         * windows/winproc.c:
3702         Fixed WINPROC_GetPtr() to always pass the start of the block to
3703         HeapValidate().
3705         * scheduler/process.c:
3706         Display an error message if loading a Winelib app failed (suggested by
3707         Francois Gouget).
3709         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dmaterial.c, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, include/d3dtypes.h, include/dplay.h, include/dplobby.h:
3710         Francois Gouget <fgouget@free.fr>
3711         Use the DUMMYUNIONNAME macros so that the headers can be used in
3712         Winelib.
3714         * if1632/builtin.c, include/file.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, files/dos_fs.c, files/file.c:
3715         Aric Stewart <aric@codeweavers.com>
3716         Added ASCII-only version of toupper, tolower, strcasecmp and the like
3717         for file and module I/O.
3719         * dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, include/winsock2.h:
3720         Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
3721         again (untested).
3723         * dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/misc.c, loader/resource.c, win32/console.c:
3724         Patrik Stridvall <ps@leissner.se>
3725         Added/modified documentation for function arguments.
3727         * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api, tools/winapi_check/win16/winsock.api, tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/user32.api:
3728         Patrik Stridvall <ps@leissner.se>
3729         Minor API files update.
3731         * dlls/commdlg/filedlg95.c:
3732         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3733         FileOpenDlgProc95: notify application of changed selection after
3734         filling template.
3736         * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
3737         Eric Pouech <Eric.Pouech@wanadoo.fr>
3738         Fixed bugs when tray was open.
3740         * windows/winproc.c:
3741         Dmitry Timoshkov <dmitry@codeweavers.com>
3742         Added several additional to/from unicode message mappings.
3744         * programs/Makeprog.rules.in, tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/Makedll.rules.in:
3745         Always put the dll constructor in the .init section, and like the
3746         .spec.o file first to ensure correct calling order of the constructors.
3748         * msdos/int10.c, msdos/int15.c, objects/brush.c, win32/except.c, dlls/crtdll/crtdll.h, dlls/crtdll/file.c, dlls/ole32/clipboard.c, dlls/oleaut32/variant.c, memory/selector.c, misc/registry.c, wine.ini:
3749         Francois Gouget <fgouget@codeweavers.com>
3750         Fixed miscellaneous typos, syntactic and grammatical errors.
3752         * DEVELOPERS-HINTS, include/dplay.h, include/dplobby.h, include/prsht.h, include/wine/obj_base.h, include/winnls.h:
3753         Francois Gouget <fgouget@codeweavers.com>
3754         Fixed the case of "Winelib".
3756         * documentation/winemaker.man:
3757         Francois Gouget <fgouget@codeweavers.com>
3758         Fix the Winelib case.
3759         The linking aspects have been solved by the last winebuild update ->
3760         removed from the todo list.
3761         The configure script has been updated -> removed from the todo list.
3763         * tools/winemaker:
3764         Francois Gouget <fgouget@codeweavers.com>
3765         If there is a single target, it should also get the 'project_settings
3766         sources'.
3767         If a subdirectory is called 'include' then add it to the include path.
3769         * windows/winproc.c:
3770         Dimitrie O. Paun <dimi@cs.toronto.edu>
3771         Include config.h.
3773         * include/winuser.h:
3774         Dmitry Timoshkov <dmitry@codeweavers.com>
3775         Added several clipboard formats.
3777         * Make.rules.in:
3778         Dennis Björklund <db@zigo.dhs.org>
3779         Compile fix for building wine outside the source tree.
3781         * dlls/wininet/internet.c:
3782         Andreas Mohr <amohr@codeweavers.com>
3783         InternetCloseHandle didn't return TRUE in all appropriate cases.
3785         * win32/device.c:
3786         Andreas Mohr <amohr@codeweavers.com>
3787         Added a --winver nt40 hint to VxD error message.
3789         * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
3790         Hidenori Takeshima<hidenori@a2.ctktv.ne.jp>
3791         Added some stubs.
3793         * windows/defwnd.c:
3794         Louis Philippe Gagnon <louisphilippe@macadamian.com>
3795         - Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
3796           release it on a WM_RBUTTONUP
3797         - Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
3798         - Use parent-relative coordinates when calling NC_HandleNCHitTest
3800 2000-12-01  Alexandre Julliard  <julliard@winehq.com>
3802         * objects/enhmetafile.c, objects/font.c, objects/metafile.c, objects/palette.c, objects/text.c, ole/ole2nls.c, scheduler/process.c, windows/class.c, windows/cursoricon.c, windows/dce.c, windows/hook.c, windows/keyboard.c, windows/message.c, windows/win.c, windows/winproc.c, graphics/metafiledrv/init.c, loader/task.c, memory/virtual.c, misc/system.c, msdos/int10.c, objects/brush.c, objects/dc.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, dlls/winsock/socket.c, dlls/winspool/info.c, files/drive.c, graphics/dispdib.c, graphics/enhmetafiledrv/init.c, dlls/msacm/format.c, dlls/ntdll/reg.c, dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c, dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/exticon.c, dlls/user/lstr.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/printdlg.c, dlls/kernel/comm.c:
3803         Patrik Stridvall <ps@leissner.se>
3804         Added/modified documentation for function arguments.
3806         * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/msvideo/msvideo_main.c, dlls/setupapi/setupx_main.c, loader/ne/module.c:
3807         Patrik Stridvall <ps@leissner.se>
3808         Fixed Win16 documentation not fixed because of a bug in winapi_check.
3810         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/icmp/icmp_main.c, dlls/kernel/kernel.spec, dlls/wininet/ftp.c, include/config.h.in, loader/dos/dosmod.c, misc/registry.c, server/context_sparc.c, configure, configure.in:
3811         Patrik Stridvall <ps@leissner.se>
3812         Fixed some issues found by winapi_check.
3814         * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
3815         Patrik Stridvall <ps@leissner.se>
3816         - Fixed a bug concerning Win16 documentation.
3817         - Fixed some bugs concerning argument documentation
3818         - Minor API files update
3820         * scheduler/process.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, tools/winebuild/spec16.c, windows/dce.c, windows/driver.c, windows/input.c, windows/queue.c, windows/spy.c, windows/user.c, windows/winpos.c, graphics/win16drv/font.c, if1632/thunk.c, loader/dos/module.c, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/resource.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, msdos/dpmi.c, msdos/vxd.c, relay32/builtin32.c, relay32/snoop.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/crtdll/time.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/ole32/storage.c, dlls/shell32/shellpath.c, dlls/user/exticon.c, dlls/user/mouse.c, dlls/version/resource.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, debugger/msc.c, dlls/comctl32/animate.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c:
3821         Removed some unnecessary includes.
3823         * include/module.h, include/neexe.h, include/wine/winbase16.h:
3824         Moved useful NE format definitions to winbase16.h.
3826         * include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/spec32.c:
3827         Dimitrie O. Paun <dimi@cs.toronto.edu>
3828         Modified winebuild to use the __ASM_FUNC macro for greater portability.
3830         * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/utthunk.c, dlls/kernel/wprocs.spec, loader/ne/module.c, loader/ne/segment.c, msdos/int2f.c, msdos/interrupts.c:
3831         Moved the few remaining functions in wprocs.dll to kernel.dll.
3832         No longer load wprocs.dll unconditionally.
3833         Restored default interrupt handler behavior (reported by Andreas Mohr).
3835         * dlls/user/user32.spec, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, files/dos_fs.c, include/winbase.h, dlls/kernel/kernel32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell.c, dlls/shell32/shell.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellreg.c:
3836         Finished separation of shell32 and wsock32.
3838         * library/port.c, configure, configure.in, include/config.h.in, include/wine/port.h:
3839         Dimitrie O. Paun <dimi@cs.toronto.edu>
3840         Supply dummy getrlimit if absent.
3842         * dlls/kernel/kernel.spec:
3843         Eric Pouech <Eric.Pouech@wanadoo.fr>
3844         Fixed segstr to str proto.
3846         * debugger/debugger.h, debugger/types.c:
3847         Eric Pouech <Eric.Pouech@wanadoo.fr>
3848         Cleaned up internal types definition.
3850         * debugger/stabs.c:
3851         Eric Pouech <Eric.Pouech@wanadoo.fr>
3852         Improved stabs loading (now using recursive parsing, required by stabs
3853         generated by latest gcc versions).
3855         * debugger/expr.c:
3856         Eric Pouech <Eric.Pouech@wanadoo.fr>
3857         Work around for deref issues (least impact solution taken, even if issues remain).
3859         * dlls/kernel/nls/cht.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dan.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/trk.nls, dlls/kernel/nls/zhi.nls:
3860         Aric Stewart <aric@codeweavers.com>
3861         A number of additions to the nls files. Also one correction, we had
3862         895 for the Czech default codepage but according to microsoft it
3863         should be 852.
3865         * tools/winelauncher.in:
3866         Jeremy White <jwhite@codeweavers.com>
3867         Make winelauncher work better for source tree builds.
3868         Make winelauncher detect the lack of a ~/.winerc file and prompt the
3869         user about it.
3870         Pass command line parameters a bit more graciously; improves
3871         interaction with gmc and kfm.
3873         * windows/x11drv/wnd.c:
3874         Marcus Meissner <marcus@jet.franken.de>
3875         Added the KDE 2 beta and final method of specifying systray windows.
3877 2000-11-30  Alexandre Julliard  <julliard@winehq.com>
3879         * controls/listbox.c:
3880         Louis Philippe Gagnon <louisphilippe@macadamian.com>
3881         Don't update scrollbars when processing WM_DESTROY.
3883         * windows/winproc.c:
3884         Check for NULL handle before calling HeapValidate.
3886         * documentation/winemaker.man:
3887         Francois Gouget <fgouget@codeweavers.com>
3888         Bring the man page in line with the latest version of winemaker.
3890         * tools/winemaker:
3891         Francois Gouget <fgouget@codeweavers.com>
3892         - In interactive mode, don't ignore invalid options, ask the user again
3893         - Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
3894         - Pass the global defines and include path to WRC
3895         - Base the cleanup on the OBJS variable so that it works even if the
3896           sources are in a subdirectory
3898         * tools/winemaker:
3899         Francois Gouget <fgouget@codeweavers.com>
3900         - Fix the handling of relative include/library paths
3901         - In interactive mode, print "./" for the top level directory rather
3902           than an empty string
3903         - We don't need to force a space before assignments
3904         - Align TOPSRCDIR & co like all the other assignements
3905         - Compile Dlls first (dependencies would do it more or less anyway)
3906         - Wording change in the usage
3908         * dlls/shell32/Makefile.in, dlls/user/Makefile.in, dlls/winmm/mci.c, dlls/winmm/winmm.spec, misc/registry.c, debugger/Makefile.in, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/gdi/Makefile.in:
3909         Finished separation of advapi32.
3911         * dlls/ole32/Makefile.in, dlls/ole32/ifs.c, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
3912         Finished separation of ole32.
3914         * dlls/comctl32/comctl32undoc.c:
3915         Guy L. Albertelli <galberte@neo.lrun.com>
3916         Implement better version of DPA_Merge.
3918         * dlls/wininet/ftp.c:
3919         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3920         Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
3922         * memory/heap.c:
3923         Andreas Mohr <amohr@codeweavers.com>
3924         Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
3926         * dlls/winmm/mciwave/.cvsignore, dlls/winmm/midimap/.cvsignore, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wineoss/.cvsignore, dlls/winsock/.cvsignore, dlls/winspool/.cvsignore, dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore, dlls/x11drv/.cvsignore, dlls/user/.cvsignore, dlls/version/.cvsignore, dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore, dlls/wineps/.cvsignore, dlls/wininet/.cvsignore, dlls/winmm/.cvsignore, dlls/winmm/joystick/.cvsignore, dlls/winmm/mcianim/.cvsignore, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mcicda/.cvsignore, dlls/winmm/mciseq/.cvsignore, dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore, dlls/rasapi32/.cvsignore, dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore, dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore, dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore, dlls/tapi32/.cvsignore, dlls/ttydrv/.cvsignore, dlls/urlmon/.cvsignore, dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msnet32/.cvsignore, dlls/msvideo/.cvsignore, dlls/ntdll/.cvsignore, dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore, dlls/crtdll/.cvsignore, dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore, dlls/dinput/.cvsignore, dlls/dplay/.cvsignore, dlls/dplayx/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore, dlls/icmp/.cvsignore, dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore, dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore, dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore, dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore:
3927         David Elliott <dfe@infinite-internet.net>
3928         Remove libXXXX.so.1.0 lines from .cvsignore files.
3930         * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
3931         Finished separation of comclt32 and comdlg32.
3933         * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
3934         Fixed progman internal dependencies and build it like the other
3935         programs.
3937         * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
3938         Export a few 16-bit functions needed by higher-level dlls.
3940         * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
3941         Export the wine server functions from ntdll.
3943         * tools/winapi_check/win16/toolhelp.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
3944         Patrik Stridvall <ps@leissner.se>
3945         - Added new option --documentation-arguments
3946         - Minor API files update
3948         * dlls/richedit/charlist.c, dlls/richedit/reader.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/urlmon/umon.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/utility.c, include/ocidl.h, include/rpc.h, include/unknwn.h, include/windows.h, msdos/int11.c, dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c, dlls/oleaut32/connpt.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
3949         Patrik Stridvall <ps@leissner.se>
3950         Don't include windows.h internally.
3952         * documentation/wine.man.in, misc/version.c:
3953         Andreas Mohr <amohr@codeweavers.com>
3954         Added alias capability to --winver.
3955         win2000 is the official value.
3957         * dlls/oleaut32/Makefile.in, graphics/win16drv/font.c, if1632/thunk.c, include/heap.h, include/winbase.h, memory/heap.c, memory/selector.c, scheduler/process.c, dlls/kernel/utthunk.c, dlls/msvideo/Makefile.in:
3958         Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
3959         Added a hack in MapLS to recognize such allocations and use the heap
3960         selector in this case.
3962         * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
3963         Removed dependencies on Wine internal functions.
3965         * windows/winproc.c:
3966         Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
3968         * documentation/wine.conf.man.in, documentation/wine.man.in, include/loadorder.h, loader/loadorder.c, loader/module.c, loader/ne/module.c, relay32/builtin32.c, wine.ini:
3969         Removed "elfdll" load order option and updated documentation.
3971 2000-11-29  Alexandre Julliard  <julliard@winehq.com>
3973         * win32/device.c, configure, configure.in, dlls/ntdll/signal_i386.c, include/config.h.in, server/context_i386.c, server/ptrace.c, server/request.c:
3974         Dimitrie O. Paun <dimi@cs.toronto.edu>
3975         Do not include sys/ptrace.h and sys/user.h unconditionally.
3976         Other portability fixes.
3978         * dlls/comctl32/imagelist.c, dlls/msvideo/msvideo_main.c, include/wingdi.h, objects/dc.c:
3979         Brian Teague <bteague@rice.edu>
3980         Add a stub for the CAPS1 capability in GetDeviceCaps.
3981         Define the CAPS1 bit flags in wingdi.h
3982         Make various calls to GetDeviceCaps in DLLS use #defined values.
3984         * tools/winebuild/spec16.c, windows/keyboard.c, windows/winproc.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/user/mouse.c, if1632/relay.c, include/builtin16.h, include/wine/winbase16.h, loader/ne/module.c, loader/ne/segment.c, misc/system.c, msdos/dpmi.c, scheduler/thread.c, tools/winebuild/relay.c:
3985         Renamed CallTo16* functions to wine_call_to_16* and export them from
3986         kernel32.spec.
3988         * dlls/commdlg/filedlg.c:
3989         Gerard Patel <gerard.patel@asi.fr>
3990         Fixed returned length of files.
3992         * configure.in, debugger/stabs.c, include/config.h.in, configure:
3993         Dimitrie O. Paun <dimi@cs.toronto.edu>
3994         Do not use a.out.h.
3996         * dlls/commdlg/fontdlg.c, dlls/mpr/Makefile.in, dlls/mpr/wnet.c, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.c, dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/wingdi.h, dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c:
3997         Cleaned up some more dependencies on Wine internal functions.
3999         * files/file.c, include/config.h.in, include/wine/port.h, library/port.c, scheduler/client.c, configure, configure.in:
4000         Added implementation of lstat to port.c.
4002         * win32/device.c:
4003         Kees Schoenmakers <keess@milltronics.com>
4004         Added HASP device stub.
4006         * objects/gdiobj.c:
4007         Lionel Ulmer <lionel.ulmer@free.fr>
4008         Fixed the size of the large_handles array.
4010         * dlls/comctl32/rebar.c, dlls/olecli/olecli32.spec, dlls/ttydrv/ttydrv.spec, dlls/winmm/joystick/joystick.drv.spec:
4011         Dimitrie O. Paun <dimi@cs.toronto.edu>
4012         Fixed a few compilation warnings.
4014         * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
4015         Andreas Mohr <amohr@codeweavers.com>
4016         WM_SETTEXT should return TRUE on success.
4018         * memory/virtual.c:
4019         Andreas Mohr <amohr@codeweavers.com>
4020         VirtualQuery should return 0 for all addresses >= 0xc0000000.
4022         * dlls/comctl32/listview.c:
4023         Aric Stewart <aric@codeweavers.com>
4024         Ownerdata listviews were not clearing previously selected items when a
4025         new item is set as selected using SetItem and the listview has
4026         LVIS_SINGLESEL.
4028 2000-11-28  Alexandre Julliard  <julliard@winehq.com>
4030         * windows/x11drv/keyboard.c:
4031         Aric Stewart <aric@codeweavers.com>
4032         We were returning characters for various CTRL + Symbol keystrokes
4033         which should not return characters.
4035         * misc/cpu.c:
4036         Marcus Meissner <Marcus.Meissner@caldera.de>
4037         linux-2.4.0-test10 now calls 'flags' as 'features'.
4039         * windows/win.c:
4040         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4041         Slightly rearrange WIN16/WIN32A/WIN32 window creation.
4043         * controls/button.c, controls/widgets.c:
4044         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4045         Made button control fully unicode aware.
4047         * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
4048         Andreas Mohr <amohr@codeweavers.com>
4049         - fix crash in SETUPX_TranslateLDID()
4050         - implement custom LDID lookup
4052         * misc/cdrom.c, misc/cpu.c, misc/version.c, objects/enhmetafile.c, objects/font.c, ole/ole2nls.c, win32/console.c, win32/init.c, windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, windows/winproc.c, files/directory.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, if1632/builtin.c, include/wine/winestring.h, loader/module.c, loader/ne/convert.c, loader/pe_resource.c, memory/environ.c, memory/registry.c, memory/string.c, dlls/shell32/shelllink.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/kernel/format_msg.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/shell32/pidl.c, controls/menu.c, dlls/advapi32/advapi.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c:
4053         Got rid of the Wine internal lstrcpy* functions and of winestring.h.
4055         * documentation/wine.man.in:
4056         Andreas Mohr <amohr@codeweavers.com>
4057         Updated man page.
4059         * memory/heap.c, include/heap.h:
4060         Made HEAP_strdup* functions inline (temporary).
4062         * dlls/winspool/info.c, win32/newfns.c:
4063         Moved EnumPortsA to dlls/winspool.
4065 2000-11-27  Alexandre Julliard  <julliard@winehq.com>
4067         * */*.c:
4068         Dimitrie O. Paun <dimi@cs.toronto.edu>
4069         Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
4071         * relay32/relay386.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
4072         Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
4073         relay stubs if debugging is on.
4075         * configure, configure.in, include/acconfig.h, include/config.h.in, include/winnt.h:
4076         Dimitrie O. Paun <dimi@cs.toronto.edu>
4077         Test if we need to put the .type directive inside a .def directive.
4079         * dlls/ddraw/dsurface/main.c:
4080         Marcus Meissner <marcus@jet.franken.de>
4081         Truncate dest blit rectangle down to surface size.
4083         * dlls/winmm/wineoss/midi.c:
4084         Marcus Meissner <marcus@jet.franken.de>
4085         WARN() about missing /dev/sequencer, it's too confusing for newbies.
4087         * graphics/x11drv/oembitmap.c:
4088         Andreas Mohr <amohr@codeweavers.com>
4089         Also mention xpm-devel in the error msg.
4091         * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
4092         Add FloatingPointProcessor empty entry to the registry.
4094         * controls/menu.c:
4095         Louis Philippe Gagnon <louisphilippe@macadamian.com>
4096         When processing mouse messages in MENU_TrackMenu, use the coordinates
4097         in lParam instead of those in MSG::pt.
4099         * loader/pe_image.c:
4100         Display the name of the function when import failed.
4102         * dlls/shlwapi/Makefile.in, dlls/shlwapi/string.c, dlls/user/network.c, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/syscolor.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/mpr/wnet.c, dlls/shell32/shell32_main.c, controls/desktop.c, controls/icontitle.c, controls/static.c:
4103         Fixed a few dependencies on 16-bit or internal functions. Fixed a few
4104         warnings.
4106         * dlls/winsock/socket.c, dlls/winmm/mmio.c:
4107         Fixed SEGPTR_GET usage.
4109         * dlls/user/user32.spec:
4110         Added entry for PrivateExtractIconsA.
4112         * loader/ne/segment.c, msdos/int21.c, msdos/vxd.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand_main.c, dlls/ole32/compobj.c, files/file.c, include/file.h, include/winbase.h:
4113         Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
4114         DisposeLZ32Handle and use them to replace file.c internal functions.
4115         Renamed WOW* functions into K32WOW*.
4117         * dlls/kernel/toolhelp.spec:
4118         Added entry for TerminateApp16.
4120         * windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/win.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, files/directory.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/wine/winbase16.h, include/wine/winuser16.h, loader/module.c, loader/resource.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/kernel/kernel.spec, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/shell32/shell.c, dlls/user/resource.c, dlls/user/user.spec:
4121         Changed GetProcAddress16 and 16-bit resource functions to take normal
4122         pointers instead of SEGPTRs.
4123         Removed WIN16_GetTempDrive.
4125         * documentation/wine.man.in, misc/options.c, misc/version.c, dlls/oleaut32/typelib.c:
4126         Andreas Mohr <amohr@codeweavers.com>
4127         - added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
4128           and *document* it (win98 was not documented previously)
4129         - OaBuildVersion: add value for NT4 SP6
4130         - spelling fixes
4132         * configure, configure.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, include/config.h.in, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/ntdll.api:
4133         Jon Griffiths <jon_p_griffiths@yahoo.com>
4134         - configure tests for finite()/fpclass(), fixes BSD compile
4135         - winapi_check updates, fix errno in more math calls
4137         * win32/except.c, include/toolhelp.h, loader/task.c:
4138         Andreas Mohr <amohr@codeweavers.com>
4139         Implemented TerminateApp needed for DBase 5.0.
4140         Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
4142         * controls/edit.c:
4143         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4144         General clean up of the edit control: removed transfer of unused
4145         variables, fixed signed/unsigned mismatches.
4147         * tools/winebuild/parser.c:
4148         Francois Gouget <fgouget@codeweavers.com>
4149         The init function can be called main.
4151         * memory/global.c:
4152         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4153         GlobalAlloc as GlobalAlloc16 should round size to 32.
4154         Call SetLastError in GlobalLock.
4156 2000-11-26  Alexandre Julliard  <julliard@winehq.com>
4158         * dlls/win32s/win32s16.c, memory/selector.c:
4159         Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
4160         dlls/win32s.
4162         * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
4163         Removed dependency on 16-bit file I/O functions.
4165         * dlls/ntdll/ntdll.spec, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/wsprintf.c, dlls/winmm/mci.c, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, include/wine/winuser16.h, include/winuser.h, misc/Makefile.in, misc/wsprintf.c, msdos/int11.c, ole/ole2nls.c, debugger/module.c, dlls/commdlg/filedlg95.c, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/kernel/debugger.c:
4166         Moved wsprintf functions to dlls/user.
4168         * controls/scroll.c:
4169         Chris Morgan <cmorgan@codeweavers.com>
4170         Don't draw scrollbars if their client rectangle is empty.
4172         * dlls/winsock/socket.c:
4173         Marcus Meissner <marcus@jet.franken.de>
4174         Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
4176         * files/profile.c:
4177         Marcus Meissner <marcus@jet.franken.de>
4178         Removed strange checkj for !filename, so we don't get section NULL
4179         accesses later.
4181         * loader/pe_image.c:
4182         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4183         Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
4185         * dlls/comctl32/updown.c:
4186         Dimitrie O. Paun <dimi@cs.toronto.edu>
4187         Corrected default values with help from Ulrich Czekalla.
4189         * dlls/crtdll/crtdll.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
4190         Added entry point flags -noimport, -norelay, -ret64 and -i386.
4191         Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
4192         Win32 too.
4193         Made parser more robust against truncated files.
4195         * include/cdrom.h, include/elfdll.h, windows/x11drv/wineclipsrv.c, dlls/ddraw/x11_private.h, dlls/winmm/wineoss/oss.h:
4196         Dimitrie O. Paun <dimi@cs.toronto.edu>
4197         Make sure all files using config.h constants actually #include "config.h"
4199         * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
4200         Patrik Stridvall <ps@leissner.se>
4201         Fixed some issues found by winapi_check.
4203         * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win16/avifile.api, tools/winapi_check/win32/dciman32.api:
4204         Patrik Stridvall <ps@leissner.se>
4205         Minor API files update.
4207         * tools/winebuild/import.c:
4208         Marcus Meissner <marcus@jet.franken.de>
4209         The __wine_call_from_16_ calls in the import table should use a valid
4210         segment for dereferencing their pointer (using CS).
4212         * configure, configure.in, dlls/icmp/icmp_main.c, dlls/wininet/utility.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/config.h.in, include/winsock.h:
4213         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4214         Added checking for netdb.h.
4215         Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
4217         * include/x11drv.h, graphics/x11drv/dib.c:
4218         Dimitrie O. Paun <dimi@cs.toronto.edu>
4219         Do not compile code that makes use of the X Shm extension.
4221 2000-11-25  Alexandre Julliard  <julliard@winehq.com>
4223         * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
4224         Moved GET_IP out of winnt.h.
4226         * programs/progman/ChangeLog, programs/progman/Ru.rc, programs/progman/dialog.c, programs/progman/rsrc.rc:
4227         Vasily I. Volchenko <FoodTechnologist@pisem.net>
4228         Added Russian language support.
4229         Fixed bug of file browsing operation (filepath length corrected).
4231         * configure, configure.in, include/config.h.in, tools/bin2res.c, tools/winebuild/res16.c, tools/winebuild/res32.c:
4232         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4233         Added checking for mmap.
4235         * tools/wrc/utils.c:
4236         Added a few missing languages.
4238         * dlls/kernel/locale_rc.rc, dlls/kernel/nls/hkg.nls, dlls/kernel/nls/prc.nls, dlls/kernel/nls/sgp.nls:
4239         Nerijus Baliunas <nerijus@users.sourceforge.net>
4240         Added missing locales to locale_rc.rc.
4242         * graphics/x11drv/dib.c:
4243         Ove Kaaven <ovek@transgaming.com>
4244         Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
4246         * dlls/oleaut32/typelib.c, include/wine/obj_oleaut.h:
4247         Francois Jacques <francoisj@macadamian.com>
4248         - support for arguments with referenced types
4249         - imported type libraries
4250         - dispinterfaces
4251         - dual interfaces
4252         - ref count problems
4253         - memory leaks fixed
4255         * dlls/crtdll/crtdll_main.c:
4256         Marcus Meissner <marcus@jet.franken.de>
4257         glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
4259         * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
4260         Fixed GetLargestConsoleWindowSize return type for Winelib apps.
4262         * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
4263         Added a few forwards.
4265         * dlls/user/misc.c, dlls/user/user32.spec:
4266         Fixed typos.
4268         * include/bitmap.h, include/x11drv.h, objects/dib.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/dib.c, graphics/x11drv/init.c:
4269         Ove Kaaven <ovek@transgaming.com>
4270         Implemented Get/SetDIBColorTable.
4272         * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
4273         Nerijus Baliunas <nerijus@users.sourceforge.net>
4274         Completed lvi.nls and lth.nls.
4276         * windows/message.c:
4277         Ove Kaaven <ovek@arcticnet.no>
4278         Check whether senderQ is NULL before trying to lock it.
4280         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/string.c:
4281         Jon Griffiths <jon_p_griffiths@yahoo.com>
4282         - Fix ctype(), make is* functions binary compatible
4283         - Add 13 functions, set errno in math calls
4285         * dlls/wininet/ftp.c, if1632/relay.c, windows/user.c, dlls/dinput/joystick/linux.c, dlls/ntdll/debugtools.c, dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/setupapi.spec, dlls/shell32/shelllink.c, dlls/commdlg/fontdlg.c:
4286         Patrik Stridvall <ps@leissner.se>
4287         Fixed some issues found by winapi_check.
4289         * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/user32.api, tools/winapi_check/winapi_check:
4290         Patrik Stridvall <ps@leissner.se>
4291         Minor API files update.
4293         * include/comcat.h, include/rpc.h:
4294         Francois Gouget <fgouget@codeweavers.com>
4295         Include the same headers as on Windows.
4297         * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, include/compobj.h:
4298         Francois Gouget <fgouget@codeweavers.com>
4299         compobj.h is a synonym for objbase.h
4300         Moved all the other contents to dlls/ole32/compobj_private.h
4302         * dlls/comctl32/header.c:
4303         Eric Kohl <ekohl@codeweavers.com>
4304         Added notification format handling.
4306         * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
4307         Ove Kaaven <ovek@arcticnet.no>
4308         Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
4310         * windows/x11drv/keyboard.c:
4311         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4312         Fixed ToUnicode TRACE message.
4314         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c:
4315         Jon Griffiths <jon_p_griffiths@yahoo.com>
4316         - Add math calls: scalb, fpclass, nextafter, logb, _CI*
4317         - Add futime, utime, purecall, getpid
4319         * dlls/ntdll/misc.c:
4320         Jon Griffiths <jon_p_griffiths@yahoo.com>
4321         NTDLL__CIpow returns double, not LONG.
4323         * dlls/winmm/wineoss/audio.c:
4324         Stephane Lussier <stephane@macadamian.com>
4325         - Read all the fragments available, not only one fragment before
4326           going back to sleep.
4327         - Use SNDCTL_DSP_SETTRIGGER ioctl command to trigger the start the
4328           recording. If this command is not supported by the device, read 4
4329           bytes in the sound device instead.
4331         * windows/dialog.c:
4332         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4333         Add support for national characters as accelerators in dialogs.
4335         * windows/message.c:
4336         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4337         Always generate unicode CHAR messages.
4339         * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
4340         Fixed warnings.
4342         * scheduler/process.c, windows/cursoricon.c, windows/driver.c, debugger/winedbg.c, dlls/ole32/ifs.c, msdos/dosmem.c:
4343         Andreas Mohr <amohr@codeweavers.com>
4344         Cosmetics.
4346         * include/wine/wingdi16.h:
4347         Andreas Mohr <amohr@codeweavers.com>
4348         Added GdiSeeGdiDo16.
4350         * include/winnt.h:
4351         Andreas Mohr <amohr@codeweavers.com>
4352         Removed double ANYSIZE_ARRAY define.
4354         * tools/winemaker:
4355         Francois Gouget <fgouget@codeweavers.com>
4356         When autodetected the MFC were still generating wrappers.
4357         Fixed inconsistencies in the use of 'no' in the option names.
4358         Updated the MFC link-list (configure.in).
4359         Made the Makefile.in layout more readable.
4361         * dlls/comctl32/updown.c:
4362         Dimitrie O. Paun <dimi@cs.toronto.edu>
4363         Update comments, cleanup warning messages.
4365         * dlls/winsock/socket.c, memory/selector.c, msdos/dpmi.c, msdos/int11.c, relay32/relay386.c, scheduler/critsection.c, server/trace.c, dlls/ntdll/exception.c:
4366         Dimitrie O. Paun <dimi@cs.toronto.edu>
4367         Include config.h in files that test for constants defined in it.
4369         * dlls/kernel/comm.c:
4370         Dimitrie O. Paun <dimi@cs.toronto.edu>
4371         Avoid using TIOCM_* constants if not available.
4373         * include/wine/obj_base.h:
4374         Dimitrie O. Paun <dimi@cs.toronto.edu>
4375         Fixed typo in macro ICOM_METHOD11 parameter list.
4377         * dlls/imagehlp/modify.c:
4378         Eric Kohl <ekohl@codeweavers.com>
4379         Implemented PE file checksum calculation.
4381         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
4382         Eric Kohl <ekohl@codeweavers.com>
4383         Removed calls to internal (non-exported) wine functions.
4385         * dlls/kernel/locale_rc.rc:
4386         Aric Stewart <aric@codeweavers.com>
4387         Added the turkish locale.
4389         * windows/x11drv/clipboard.c:
4390         Ulrich Czekalla <uczekalla@codeweavers.com>
4391         Allow for zero-length string selections.
4393         * dlls/comctl32/header.c:
4394         Ulrich Czekalla <uczekalla@codeweavers.com>
4395         Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
4397         * ole/ole2nls.c:
4398         Andreas Mohr <amohr@codeweavers.com>
4399         CompareStringW returned wrong results sometimes.
4401         * ole/Makefile.in:
4402         Dimitrie O. Paun <dimi@cs.toronto.edu>
4403         We no longer have an ole/nls directory.
4405         * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
4406         Marcus Meissner <marcus@jet.franken.de>
4407         Added some ordinal stubs, implemented SHDeleteValue*, SHSetValue*.
4409         * windows/message.c:
4410         Ove Kaaven <ovek@transgaming.com>
4411         Implemented SendNotifyMessage().
4413         * tools/wineinstall:
4414         Andreas Mohr <amohr@codeweavers.com>
4415         Made wineinstall a bit more verbose.
4417         * dlls/gdi/wing.c: Ove Kaaven <ovek@arcticnet.no>
4418         WinG was written for 8bpp DIBs, so some apps assume that, so always
4419         recommend 8bpp, regardless of the actual display depth.
4421         * graphics/painting.c:
4422         Marcus Meissner <marcus@jet.franken.de>
4423         GetPixel needs to return CLR_INVALID if not inside clipping region.
4425         * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
4426         Marcus Meissner <marcus@jet.franken.de>
4427         Added OLE32.DllRegisterServer stub.
4429         * dlls/avifil32/avifile.spec:
4430         Ove Kaaven <ovek@arcticnet.no>
4431         Routed a couple of 16-bit avifile.dll handlers to the 32-bit
4432         handlers... well, works for Civilization II.
4434         * dlls/ntdll/ntdll.spec:
4435         Marcus Meissner <marcus@jet.franken.de>
4436         Added pow() forward.
4438         * relay32/snoop.c:
4439         Marcus Meissner <marcus@jet.franken.de>
4440         Don't test !HIWORD values for pointerness.
4442         * include/windef.h:
4443         Dimitrie O. Paun <dimi@cs.toronto.edu>
4444         Fixed compilation warning on Cygwin.
4446         * dlls/comctl32/comctl32undoc.c:
4447         Marcus Meissner <marcus@jet.franken.de>
4448         MultiByteToWideChar() returns characters, not bytes.
4450         * dlls/oleaut32/variant.c:
4451         Francois Jacques <francoisj@macadamian.com>
4452         Implemented VT_EMPTY to VT_BSTR type coercion.
4454         * include/ole2.h, include/oleauto.h:
4455         Marcus Meissner <marcus@jet.franken.de>
4456         Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
4458         * dlls/kernel/format_msg.c:
4459         Marcus Meissner <marcus@jet.franken.de>
4460         Handle %ls same as %s.
4462         * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
4463         Marcus Meissner <marcus@jet.franken.de>
4464         Added stub for DCIOpenProvider.
4466 2000-11-16  Alexandre Julliard  <julliard@winehq.com>
4468         * dlls/imagehlp/Makefile.in, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/version/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/dplayx/Makefile.in:
4469         Avoid linking with ntdll where possible.
4471         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
4472         Removed calls to Wine internal functions.
4474         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c:
4475         Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions.
4477 2000-11-15  Alexandre Julliard  <julliard@winehq.com>
4479         * objects/gdiobj.c, scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c, tools/winebuild/relay.c, windows/queue.c, windows/win.c, windows/winhelp.c, include/wine/winbase16.h, include/wine/windef16.h, loader/module.c, loader/ne/module.c, loader/task.c, dlls/kernel/kernel.spec, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c, dlls/user/user_main.c, dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, files/dos_fs.c, include/heap.h, include/syslevel.h, include/win.h, include/winbase.h, include/windef.h, include/winsock.h:
4480         Moved standard syslevel APIs declaration to winbase.h.
4481         Use exported syslevel function wherever possible.
4482         Moved SEGPTR declaration to windef16.h.
4484         * include/winproc.h, windows/message.c, windows/winproc.c:
4485         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4486         Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
4487         WM_SYSDEADCHAR messages.
4489         * tools/winebuild/main.c:
4490         Francois Gouget <fgouget@free.fr>
4491         Allow the user to stick the option and its argument together.
4493         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/memory.c, dlls/crtdll/string.c, tools/winapi_check/win32/crtdll.api:
4494         Jon Griffiths <jon_p_griffiths@yahoo.com>
4495         - Complete the implementation of heap functions
4496         - Forward j0,j1,jn,y0,y1,yn math calls to libc
4497         - Add strnextc, pass text flag in creat, winapi_check fixes
4499         * controls/widgets.c:
4500         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4501         Prepare switching to unicode of builtin widgets.
4503         * include/wine/obj_base.h:
4504         James Hatheway <james@macadamian.com>
4505         Increase number of parameters possible for ICOM_* macros to 11.
4507         * debugger/stabs.c:
4508         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4509         Skip directories when loading debug symbols.
4511         * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
4512         Eric Pouech <Eric.Pouech@wanadoo.fr>
4513         Improved internal module handling (module now have a size, map of
4514         loaded module is clearer, better error reporting, seperated module
4515         loading code from symbol extraction).
4517         * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
4518         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4519         Remove redundant includes.
4520         Eliminate use of USER internal structures.
4522         * dlls/comctl32/tab.c:
4523         Eric Kohl <ekohl@codeweavers.com>
4524         Use internal unicode strings.
4525         Added unicode messages.
4527         * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
4528         Eric Kohl <ekohl@codeweavers.com>
4529         New unicode support functions.
4531         * tools/winebuild/spec16.c:
4532         Dimitrie O. Paun <dimi@cs.toronto.edu>
4533         Include config.h.
4535         * dlls/ole32/compobj.c:
4536         Marcus Meissner <marcus@jet.franken.de>
4537         Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
4539         * misc/registry.c:
4540         Marcus Meissner <marcus@jet.franken.de>
4541         RegSetValueEx16 might get passed 0 as count of databytes, determine
4542         string length for ourselves in this case.
4544         * include/objbase.h, include/unknwn.h:
4545         Francois Gouget <fgouget@codeweavers.com>
4546         Match the Windows header dependencies.
4548         * windows/sysmetrics.c:
4549         Francois Gouget <fgouget@codeweavers.com>
4550         SM_ARRANGE is ARW_HIDE, i.e. 8
4552         * tools/winemaker:
4553         Francois Gouget <fgouget@codeweavers.com>
4554         Distinguish between IMPORTS and LIBRARIES.
4555         Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed
4556         PROGRAMS to EXES to match.
4557         Added a '-i' option for importing a Winelib library. '-l' is still
4558         there but is only used for linking in the Unix sense.
4559         Disabled the 'wrapper' options. It will be removed as a separate
4560         patch.
4561         No longer link with all of Wine's libraries.
4562         Import the same default set of dlls as Visual Studio.
4563         Avoid duplicate imports when generating the .spec file.
4564         Updated the way winebuild is used.
4565         Link applications as libraries and create a symbolic link to wine.
4566         Detect where 'wine' is located in the configure script.
4567         Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS,
4568         XFILES, DLLS (configure.in)
4569         Updated LDSHARED AND LDDLLFLAGS detection (configure.in).
4570         Removed the rules pertaining to spec files from the Make.rules.
4571         Updated the clean command to remove the symbolic links.
4573         * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
4574         Marcus Meissner <marcus@jet.franken.de>
4575         Added some rpcrt4 stubs.
4577         * dlls/x11drv/x11drv_main.c:
4578         Jeremy White <jwhite@codeweavers.com>
4579         Allow desktop=N in the [x11drv] section of .winerc, instead of
4580         defaulting to desktop=640x480.
4582 2000-11-14  Alexandre Julliard  <julliard@winehq.com>
4584         * tools/winebuild/relay.c, tools/winebuild/spec16.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/Makefile.in, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/ldt.c, memory/selector.c, msdos/dosmem.c, msdos/dpmi.c, msdos/vxd.c, objects/metafile.c, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/winmm/mmsystem.c, graphics/x11drv/dib.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, include/global.h, include/ldt.h, include/selectors.h, include/server.h, include/wine/library.h, library/Makefile.in, library/ldt.c, loader/task.c:
4585         Moved LDT handling to libwine.so. Changed the interface to use the
4586         exported LDT_ENTRY structure.
4588 2000-11-13  Alexandre Julliard  <julliard@winehq.com>
4590         * dlls/shell32/shell32.spec, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec:
4591         Temp hack: do not import dlls that we link with at the ELF level.
4593         * dlls/kernel/kernel32.spec:
4594         Fixed copy/paste typo spotted by Dimitrie O. Paun.
4596         * dlls/comctl32/rebar.c:
4597         Guy L. Albertelli <galberte@neo.lrun.com>
4598         Implement dragging on gripper to expand and compress bands. Actual
4599         moving bands to different rows will be later.
4601         * dlls/kernel/comm.c, include/server.h, scheduler/synchro.c, server/Makefile.in, server/async.c, server/object.h, server/request.h, server/serial.c, server/trace.c:
4602         Mike McCormack <mike_mccormack@looksmart.com.au>
4603         - created server object for handling async i/o
4604         - implemented WaitCommEvent with the EV_RXCHAR flag
4605         - implemented GetOverlappedResult
4607         * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, tools/winebuild/relay.c, tools/winebuild/spec16.c, windows/winproc.c:
4608         Export the CallFrom16xxx functions from kernel32. Renamed them
4609         __wine_call_from_16 to follow the naming convention.
4611         * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
4612         Do not warn for unused imported dlls when forwards to the same dlls
4613         are present.
4615         * tools/winebuild/spec32.c:
4616         Don't include wine internal functions in the relay debugging table.
4618         * Make.rules.in:
4619         Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
4621         * dlls/setupapi/infparse.c, dlls/winmm/mciseq/mcimidi.c, dlls/winspool/info.c, graphics/x11drv/dib.c, memory/global.c, scheduler/thread.c, dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/imagehlp/access.c, dlls/msacm/internal.c:
4622         Replaced a few internal functions by exported ones.
4624         * scheduler/pthread.c:
4625         Ove Kaaven <ovek@arcticnet.no>
4626         Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
4628         * configure, configure.in:
4629         Marcus Meissner <marcus@jet.franken.de>
4630         Since we can no longer built .a files:
4631         - remove -disable/-enable-dll option
4632         - error and abort if no suitable shared library linking is possible
4634         * tools/winemaker:
4635         Francois Gouget <fgouget@codeweavers.com>
4636         Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
4637         Added AC_PATH_HEADER and AC_PATH_LIBRARY
4638         Better header/library detection. Now works if things are already in
4639         the include/library path
4640         Look for the wine/MFC headers and libraries in more places so that it
4641         works out of the box if Wine/MFC is installed in a standard place
4642         (although there is not really a standard place yet for the MFC)
4643         Renamed the '--with-xxx' options to have simpler more natural names
4644         Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
4646         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
4647         When a Win16 app sets a selector base to low DOS memory, make sure low
4648         DOS memory is mapped first.
4650         * msdos/interrupts.c:
4651         Ove Kaaven <ovek@arcticnet.no>
4652         Use the virtual real-mode interrupt table if low DOS memory isn't
4653         mapped.
4655         * include/miscemu.h, msdos/dosmem.c:
4656         Ove Kaaven <ovek@arcticnet.no>
4657         Reorganized DOS memory remapping slightly, so that the real-mode
4658         interrupt table can exist even when low DOS memory isn't mapped,
4659         and is copied down along with the BIOS area whenever it is mapped.
4660         Added DOSMEM_SystemBase() which returns a pointer to the virtual
4661         real-mode interrupt table and BIOS data segment.
4662         Allowed DOSMEM_Init(TRUE) to be called more than once.
4664 2000-11-12  Alexandre Julliard  <julliard@winehq.com>
4666         * dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, dlls/wow32/Makefile.in, dlls/shfolder/Makefile.in, dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/urlmon/Makefile.in, dlls/version/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/Makefile.in, dlls/setupapi/Makefile.in, dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in, dlls/psapi/Makefile.in, dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/imm32/Makefile.in, dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/msnet32/Makefile.in, dlls/msvideo/Makefile.in, dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dplay/Makefile.in, dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in, dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in:
4667         Start using import tables for dlls that can already support it.
4669         * tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/kernel/kernel.spec, dlls/ole32/compobj.spec, if1632/relay.c, loader/task.c, tools/winebuild/import.c, tools/winebuild/parser.c:
4670         Raise an exception for unimplemented 16-bit entry points too.
4671         Added check for duplicate names in 16-bit spec files.
4673         * win32/except.c, winedefault.reg:
4674         The debugger "Auto" registry value should be a string.
4676         * dlls/x11drv/x11drv_main.c, wine.ini:
4677         Andreas Mohr <amohr@codeweavers.com>
4678         Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
4679         config file.
4681         * debugger/msc.c:
4682         Eric Pouech <Eric.Pouech@wanadoo.fr>
4683         Make use of Windows structure for COFF info.
4684         Fixed a few issues in COFF loading.
4685         Cleaned up the code.
4687         * tools/c2man.pl:
4688         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4689         Fix for APIs that don't have any ordinal (ordinal=@).
4691         * dlls/winspool/info.c:
4692         Stefan Leichter <Stefan.Leichter@camline.com>
4693         Made WINSPOOL_GetPrinterDriver work again.
4695 2000-11-11  Alexandre Julliard  <julliard@winehq.com>
4697         * console/generic.c, controls/button.c, server/request.c, tools/bin2res.c, tools/makedep.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/wmc/lang.c, tools/wrc/dumpres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
4698         Joerg Mayer <jmayer@loplof.de>
4699         Get rid of some warnings about unused variables, signed/unsigned
4700         comparisons and incomplete initializations.
4702         * windows/x11drv/keyboard.c, graphics/x11drv/xfont.c, include/wingdi.h, unicode/Makefile.in, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28599.c, unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c, unicode/c_28605.c, unicode/cpmap.pl, unicode/cptable.c:
4703         Nerijus Baliunas <nerijus@users.sourceforge.net>
4704         Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
4705         8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
4707         * dlls/comctl32/animate.c:
4708         Andreas Mohr <amohr@codeweavers.com>
4709         Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
4711         * configure, configure.in:
4712         Eric Pouech <Eric.Pouech@wanadoo.fr>
4713         Added another detection of strength-reduce bug in GCC.
4715 2000-11-10  Alexandre Julliard  <julliard@winehq.com>
4717         * programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/Makefile.in:
4718         Build most programs as .so files.
4720         * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
4721         Added Makeprog.rules.in containing rules for building Winelib
4722         programs.
4724         * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, files/file.c, include/debugtools.h:
4725         Dimitrie O. Paun <dimi@cs.toronto.edu>
4726         Use variable argument macros when compiling with gcc.
4728         * tools/winelauncher.in:
4729         Jeremy White <jwhite@codeweavers.com>
4730         Make winelauncher smarter about finding the Wine libraries and
4731         binaries.  Change the color scheme.  Handle launches with no
4732         arguments, correctly handle invocation as a mime-type handler from
4733         KDE.
4735         * memory/heap.c, dlls/user/exticon.c, dlls/version/resource.c, include/sqlext.h, include/winbase.h, include/winnt.h, library/loader.c, loader/pe_resource.c:
4736         Francois Gouget <fgouget@codeweavers.com>
4737         Use DUMMYxxxNAME for anonymous struct/unions.
4739         * include/wingdi.h:
4740         Francois Gouget <fgouget@codeweavers.com>
4741         Added missing pointer types: Pxxx or LPxxx
4742         Fixed the definition of FONTENUMPROC
4743         Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
4744         reading I believe)
4745         Added missing definitions: PC_TRAPEZOID
4746         Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
4748         * include/winuser.h:
4749         Francois Gouget <fgouget@codeweavers.com>
4750         Added some STN_xxx macros.
4752         * include/windef.h:
4753         Francois Gouget <fgouget@codeweavers.com>
4754         HICON and HCURSOR should be interchangeable.
4756         * include/commctrl.h:
4757         Francois Gouget <fgouget@codeweavers.com>
4758         Added LPUDACCEL and HDF_RTLREADING.
4760         * tools/winemaker:
4761         Francois Gouget <fgouget@codeweavers.com>
4762         Convert include statements of not-found files to lower case by
4763         default
4764         Added --no-lower-include option to override the above
4765         Beautified the interactive mode output to make it easier to follow
4766         Interactive mode: support the --mfc and --wrap options for both
4767         projects and targets
4768         Fixed the mfc/wrap propagation between project and targets (goes both
4769         ways)
4770         Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
4771         Don't put the stdafx.cpp file in the list of files to compile (it's
4772         just there for pre-compiled headers, yuk)
4773         Fixed LD_LIBRARY_PATH when linking an application with a library from
4774         the same makefile
4775         Don't forget 'extra' sources when looking for a file for configure.in
4776         Renamed the '--no-makefile' option to '-no-generated-file'
4778         * documentation/winemaker.man:
4779         Francois Gouget <fgouget@codeweavers.com>
4780         Document the --lower-include options.
4781         Document the --no-generated-files options.
4783         * relay32/builtin32.c: Repaired relay debugging.
4785         * dlls/Makedll.rules.in:
4786         We do not need to set SOVERSION for dlls.
4788         * libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.c, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.c, libtest/vartest.spec, libtest/volinfo.spec:
4789         Build test programs as .so files. Added missing imports.
4791         * include/wine/library.h, library/loader.c, scheduler/process.c:
4792         Added support for loading a Winelib app linked as a .so from the wine
4793         launcher, based on the value of argv[0].
4795         * dlls/Makedll.rules.in, dlls/ntdll/Makefile.in, dlls/ttydrv/Makefile.in:
4796         Don't link libwine_unicode into all dlls.
4798         * programs/clock/language.c, programs/clock/language.h, programs/clock/license.c, programs/clock/license.h, programs/clock/main.c, programs/clock/main.h, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/language.h, programs/notepad/license.c, programs/notepad/license.h, programs/notepad/main.c, programs/notepad/main.h, programs/winhelp/winhelp.c:
4799         Fixed language handling. Removed some dependencies on Wine internals.
4801         * wine.ini: Andreas Mohr <amohr@codeweavers.com>
4802         Added an explanation for the directory symlink stuff.
4804         * dlls/winspool/info.c:
4805         Stefan Leichter <Stefan.Leichter@camline.com>
4806         Corrected used registry key.
4808         * dlls/wininet/http.c:
4809         Huw D M Davies <hdavies@codeweavers.com>
4810         Initialize nSocketFD to INVALID_SOCKET.
4812 2000-11-09  Alexandre Julliard  <julliard@winehq.com>
4814         * programs/uninstaller/uninstaller.spec, programs/view/view.spec, programs/wcmd/wcmd.spec, programs/winemine/winemine.spec, programs/winhelp/winhelp.spec, programs/winver/winver.spec, debugger/winedbg.spec, programs/clock/clock.spec, programs/cmdlgtst/cmdlgtst.spec, programs/control/control.spec, programs/notepad/notepad.spec, programs/osversioncheck/osversioncheck.spec, programs/progman/progman.spec, programs/regapi/regapi.spec, programs/regtest/regtest.spec:
4815         Added some missing imports.
4817         * Make.rules.in, Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
4818         Added support in winebuild for resolving function imports (-sym option).
4819         Added -L option for locating imported dlls.
4820         Changed generated exe init code to use __wine_get_main_args.
4822         * dlls/ntdll/ntdll.spec, misc/options.c:
4823         Added __wine_get_main_args to retrieve command-line arguments for the
4824         application.
4826         * loader/elfdll.c:
4827         Don't strip the library extension if it's not ".dll".
4829         * configure, configure.in:
4830         Fixed NetBSD dll check.
4831         Added check for -Bsymbolic.
4832         Fixed LDSHARED definition to support undefined SONAME.
4834         * dlls/comctl32/comctl32.h, dlls/comctl32/header.c, dlls/comctl32/rsrc.rc:
4835         Eric Kohl <ekohl@codeweavers.com>
4836         Added header control cursors and drag list arrow icon.
4838         * dlls/wineps/rsrc.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Sk.rc:
4839         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4840         Added Russian resources to the Postscript driver.
4842         * dlls/comctl32/propsheet.c:
4843         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
4844         Make a copy of the dialog resource before correcting styles.
4846 2000-11-08  Alexandre Julliard  <julliard@winehq.com>
4848         * include/wine/library.h, library/loader.c, relay32/builtin32.c:
4849         Do builtin modules fixups in library/loader.c before calling the
4850         load_dll callback.
4852         * if1632/thunk.c, include/callback.h, include/task.h, loader/dos/dosvm.c, loader/module.c, loader/task.c, miscemu/main.c, objects/palette.c, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/gdi/printdrv.c, dlls/kernel/comm.c:
4853         Check all Callouts function pointers for NULL before using them.
4854         Don't load USER dll if not needed by the application.
4856         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c, tools/winapi_check/win32/crtdll.api, dlls/crtdll/Makefile.in:
4857         Jon Griffiths <jon_p_griffiths@yahoo.com>
4858         - Implemented 73 CRT functions
4859         - Reimplemented file I/O using Win32 calls
4860         - Set errno/doserrno in most calls
4862         * dlls/wininet/ftp.c:
4863         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4864         Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
4866         * programs/winemine/main.c:
4867         Added middle mouse button handling.
4869         * dlls/user/.cvsignore: Removed .s files.
4871         * include/Makefile.in, include/comcat.h, include/rpc.h, include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h, include/wtypes.h:
4872         Francois Gouget <fgouget@codeweavers.com>
4873         Moved things to the proper rpcxxx.h header.
4874         Added some type definitions used by the MFC.
4876         * dlls/commdlg/filedlgbrowser.c, dlls/ddraw/ddraw_private.h, dlls/dplayx/dpclassfactory.c, dlls/ole32/moniker.c, dlls/shell32/folders.c, dlls/shell32/shlview.c:
4877         Francois Gouget <fgouget@codeweavers.com>
4878         We must include windef.h before wtypes.h (directly or indirectly).
4880         * include/winuser.h:
4881         Francois Gouget <fgouget@codeweavers.com>
4882         Added DM_REPOSITION.
4884         * include/winbase.h:
4885         Francois Gouget <fgouget@codeweavers.com>
4886         We must include stdarg.h.
4887         Added a few missing exception related types.
4889         * include/winnt.h:
4890         Francois Gouget <fgouget@codeweavers.com>
4891         We must include ctype.h so that applications get isalnum & co.
4893         * include/commdlg.h:
4894         Francois Gouget <fgouget@codeweavers.com>
4895         Added CC_SOLIDCOLOR and CC_ANYCOLOR.
4897         * include/Makefile.in, include/dosexe.h, include/module.h, library/Makefile.in, library/debug.c, library/loader.c, loader/dos/module.c, loader/module.c, loader/pe_image.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, tools/winebuild/spec32.c:
4898         Moved builtin dll registration to libwine.
4899         Changed process initialization to not load imported dlls too early.
4901         * dlls/comctl32/listview.c:
4902         Aric Stewart <aric@codeweavers.com>
4903         Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
4905         * windows/x11drv/keyboard.c:
4906         Aric Stewart <aric@codeweavers.com>
4907         ToUnicode: ignore CTRL+number keystrokes.
4909         * include/wine/library.h, include/wine/port.h, library/port.c, memory/virtual.c, misc/options.c:
4910         Added new library.h header for libwine definitions.
4911         Added getpagesize() and wine_anon_mmap() portability functions.
4913 2000-11-07  Alexandre Julliard  <julliard@winehq.com>
4915         * scheduler/pthread.c:
4916         pthread_atfork: don't call critical section functions before
4917         initialization is done.
4919         * memory/virtual.c:
4920         Fixed 0/-1 mixup for indicating no mapping handle.
4922         * controls/uitools.c, include/tchar.h:
4923         Francois Gouget <fgouget@free.fr>
4924         Fixed typos in comments.
4926         * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/toolbar.c:
4927         Eric Kohl <ekohl@codeweavers.com>
4928         Implemented toolbar customization dialog.
4930         * dlls/comctl32/updown.c:
4931         Eric Kohl <ekohl@codeweavers.com>
4932         Implemented new messages.
4934         * debugger/msc.c:
4935         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
4936         - Take OMAP records into account to correct symbol addresses.
4937         - Understand CodeView data embedded in the PE file itself.
4938         - Understand NB11 signature CodeView data.
4939         - No more bogus 'timestamp mismatch' errors.
4940         - General cleanup / removal of duplicate code.
4942         * include/winnt.h:
4943         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
4944         Added missing IMAGE_DEBUG_MISC definition.
4946         * dlls/wininet/ftp.c:
4947         Huw D M Davies <hdavies@codeweavers.com>
4948         Send the local ip address with the PORT command and not that of the
4949         server.
4950         Fix handling of multi-line responses.
4951         Read a response after the STOR command.
4953         * dlls/comctl32/listview.c:
4954         Aric Stewart <aric@codeweavers.com>
4955         Implemented the RedrawItems message for a listview.
4957         * dlls/wineps/afm.c:
4958         Dmitry Timoshkov <dmitry@sloboda.ru>
4959         New path for AFM documentation on the net.
4961         * tools/winemaker:
4962         Francois Gouget <fgouget@codeweavers.com>
4963         Fix the include path handling in get_real_include_name
4964         Modified get_real_include_name so that it can follow an include path
4965         starting with $(TOPSRCDIR)
4966         Indent the debug messages a bit more so that winemaker's is still
4967         readable when they are on
4968         The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
4969         The MFC include path must contain the path to the ATL headers
4970         (configure.in)
4972         * dlls/comctl32/tab.c:
4973         Francois Gouget <fgouget@free.fr>
4974         Use DrawFocusRect to draw the focus rectangle.
4976         * dlls/winaspi/aspi.c:
4977         Andreas Mohr <amohr@codeweavers.com>
4978         - fortify ASPI /proc file parsing (SCSI_getprocentry()) against
4979           CD-ROM drives that are doing mad things with spaces
4980         - add ERR()s in case of parsing problems
4982         * include/bitmaps/wine_small.xpm:
4983         Aric Stewart <aric@codeweavers.com>
4984         Added 16x16 wine logo.
4986 2000-11-06  Alexandre Julliard  <julliard@winehq.com>
4988         * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
4989         Removed SUBDIRS in winmm Makefile.
4991         * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
4992         James Hatheway <james@macadamian.com>
4993         Added stubs and setupapi.h.
4995         * dlls/comctl32/comboex.c:
4996         Marcus Meissner <marcus@jet.franken.de>
4997         CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
4998         it.
5000         * documentation/Makefile.in, documentation/winemaker.man:
5001         Francois Gouget <fgouget@codeweavers.com>
5002         Winemaker's man page initial release.
5004         * tools/wrc/Makefile.in, debugger/Makefile.in, programs/winhelp/Makefile.in, tools/makedep.c, tools/wmc/Makefile.in:
5005         Better error message when an include file is not found by makedep.
5006         Added support for .mc extension.
5007         Do not try to open *.tab.h and *.mc.rc include files.
5009         * dlls/user/Makefile.in:
5010         Added missing dependency for 16-bit resource files.
5012         * Make.rules.in, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/messages/.cvsignore:
5013         Use .mc.rc extension for rc files generated by the message compiler.
5015         * loader/elf.c:
5016         Andreas Mohr <amohr@codeweavers.com>
5017         Get ELF_LoadLibraryExA back into a working state.
5019         * dlls/winspool/info.c:
5020         Stefan Leichter <Stefan.Leichter@camline.com>
5021         Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
5022         AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
5023         registry entrys of Win9[58] and WinNT printer drivers.
5025         * controls/menu.c:
5026         Francois Gouget <fgouget@free.fr>
5027         Take into account the sunken border for Win98 look.
5028         Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
5029         because Win9x does it).
5030         Leave a 1 pixel gap above menu bar items for symetry (and because
5031         Win9x does it).
5033 2000-11-05  Alexandre Julliard  <julliard@winehq.com>
5035         * dlls/dinput/Makefile.in, dlls/dinput/device.c, dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/dinput.h, configure, configure.in:
5036         Lionel Ulmer <lionel.ulmer@free.fr>
5037         - reorganized DInput DLL
5038         - added stubbing for DInput 7a
5039         - 'fixed' the mouse problem in Fallout
5041         * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole2.c, dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc:
5042         Huw D M Davies <hdavies@codeweavers.com>
5043         Added DnD cursors as ole32 resources.
5045         * include/spy.h, windows/message.c, windows/spy.c:
5046         Dmitry Timoshkov <dmitry@sloboda.ru>
5047         Added the ability to see names of the virtual key codes.
5049         * Makefile.in, configure, configure.in, tools/.cvsignore, tools/Makefile.in, tools/winelauncher.in:
5050         Jeremy White <jwhite@codeweavers.com>
5051         Added a winelauncher shell script which makes the process of running
5052         Wine a little nicer for an end user.  The intent of winelauncher is to
5053         be used inside of a distribution package.
5055         * tools/Makefile.in, tools/winemaker:
5056         Francois Gouget <fgouget@codeweavers.com>
5057         New script for porting Windows source code to WineLib.
5059         * dlls/x11drv/x11drv.spec, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec, dlls/version/Makefile.in, dlls/version/version.spec, dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.drv.spec, dlls/winmm/winmm.spec, dlls/shlwapi/shlwapi.spec, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/user/user32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/Makefile.in, dlls/shell32/pidl.c, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shell32/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/odbc32/odbc32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in, dlls/olepro32/olepro32.spec, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll.spec, dlls/ddraw/ddraw.spec, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/advapi32.spec, dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
5060         Declare debug channels in all dlls that need them; added imports of
5061         ntdll where necessary.
5063         * dlls/ntdll/Makefile.in, dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, include/debugdefs.h, include/debugtools.h, include/main.h, library/Makefile.in, library/debug.c, misc/Makefile.in, misc/debugstr.c, misc/main.c, misc/options.c, relay32/builtin32.c, tools/find_debug_channels, tools/make_debug:
5064         New debug channel mechanism allowing decentralized channel
5065         declarations.
5067         * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
5068         Added debug_channels support.
5070         * graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/win16drv.h, dlls/ttydrv/dc.c, dlls/wineps/init.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/metafiledrv.h, graphics/painting.c:
5071         Patrik Stridvall <ps@leissner.se>
5072         Optimized {,p}MoveTo{,Ex}{,16}.
5074         * windows/dce.c: Francois Gouget <fgouget@free.fr>
5075         Added comment explaining why we have an ERR rather than a WARN.
5077         * msdos/dosmem.c:
5078         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5079         Added missing #include <sys/types.h>.
5081         * dlls/comctl32/comboex.c:
5082         Marcus Meissner <marcus@jet.franken.de>
5083         Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
5084         WM_GETTEXT down to combo box.
5086         * windows/sysparams.c:
5087         James Abbatiello <jabbey@codeweavers.com>
5088         Cleanup SystemParametersInfo<16|A|W>.
5090         * controls/menu.c:
5091         James Abbatiello <jabbey@codeweavers.com>
5092         Don't reset MF_POPUP flag in SetMenu().
5094         * windows/queue.c:
5095         James Abbatiello <jabbey@codeweavers.com>
5096         Fix test for pending message in QUEUE_ReceiveMessage().
5098         * windows/dce.c, windows/scroll.c, windows/x11drv/wnd.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c, objects/palette.c, objects/region.c, objects/text.c, graphics/x11drv/bitblt.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/text.c, graphics/bitblt.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/brush.c, graphics/win16drv/font.c, graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/win16drv/text.c, dlls/gdi/printdrv.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c:
5099         Allocate DC objects on the process heap, and removed WIN_DC_INFO
5100         structure (based on a patch by Ken Coleman).
5102 2000-11-04  Alexandre Julliard  <julliard@winehq.com>
5104         * dlls/shell32/shelllink.c:
5105         Removed leftover debug output.
5107         * dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
5108         Andreas Mohr <amohr@codeweavers.com>
5109         - fix inf file open/close
5110           - do NOT return handles based on list offset
5111           - we might want to use HEAP_strdupA instead of assigning string pointers...
5112         - implement (more or less) GenFormStrWithoutPlaceholders
5114         * documentation/wine.man.in:
5115         Lawson Whitney <lawson_whitney@juno.com>
5116         Protect the backslashes we mean to have show from groff.
5118         * dlls/comctl32/comctl32undoc.c:
5119         Marcus Meissner <marcus@jet.franken.de>
5120         Fixed off by one error in DPA handling, added some warnings.
5122         * files/file.c:
5123         Dimitrie O. Paun <dimi@cs.toronto.edu>
5124         Use debugging API instead of outputing to stderr directly.
5126         * dlls/ddraw/dsurface/main.c:
5127         Andreas Mohr <amohr@codeweavers.com>
5128         Avoid division by zero.
5130         * dlls/comctl32/rebar.c:
5131         Marcus Meissner <marcus@jet.franken.de>
5132         Pass up WM_DRAWITEM messages to parent.
5134 2000-11-02  Alexandre Julliard  <julliard@winehq.com>
5136         * dlls/shell32/shelllink.c, include/bitmaps/wine.xpm, tools/Makefile.in, tools/wineshelllink, wine.ini:
5137         Create Gnome/KDE desktop and menu entries from IShellLink
5138         interface. Based on the work of James Thomson and Dusan Lacko.
5140         * dlls/comctl32/treeview.c:
5141         Aric Stewart <aric@codeweavers.com>
5142         Treeview item sorting could mess up the visibleOrder of the items.
5144         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
5145         Marcus Meissner <marcus@jet.franken.de>
5146         Move focus recalculation out of the window destroy recursion
5147         so we do not send WM_SETFOCUS to already destroyed windows.
5149         * controls/menu.c:
5150         Dmitry Timoshkov <dmitry@sloboda.ru>
5151         Do not invert "magic" bitmap menu items.
5153         * tools/find_debug_channels:
5154         Francois Gouget <fgouget@free.fr>
5155         Make sure to carefully quote file names.
5157         * dlls/comctl32/toolbar.c:
5158         Marcus Meissner <marcus@jet.franken.de>
5159         Swap CalcToolbar and paint rectangle computation to the correct order.
5161         * programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/wcmdmain.c:
5162         Dave Pickles <davep@cyw.uklinux.net>
5163         Pause command interpreter while executing a console-mode app.
5165 2000-11-01  Alexandre Julliard  <julliard@winehq.com>
5167         * files/directory.c:
5168         Fixed SearchPath to handle a ';'-separated path as first argument.
5170         * dlls/ntdll/nt.c:
5171         Andreas Mohr <amohr@codeweavers.com>
5172         Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
5173         admin privileges.
5175         * windows/cursoricon.c:
5176         Marcus Meissner <marcus@jet.franken.de>
5177         DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
5179         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
5180         Juergen Schmied <juergen.schmied@debitel.net>
5181         Export SHGetSettings by name. New stub for shell.68.
5183         * dlls/comctl32/rebar.c:
5184         Marcus Meissner <marcus@jet.franken.de>
5185         Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
5186         to RB_GETBANDINFOA.
5188         * objects/metafile.c:
5189         Andreas Mohr <amohr@codeweavers.com>
5190         Use GDISelectPalette16 instead of SelectPalette and
5191         GDIRealizePalette16 instead of RealizePalette in order to get rid of
5192         possible deadlocks.
5194         * relay32/snoop.c, scheduler/process.c, scheduler/timer.c, server/atom.c, server/mapping.c, server/request.c, server/thread.h, win32/console.c, windows/dialog.c, windows/x11drv/clipboard.c, dlls/kernel/time.c, dlls/kernel/win87em.c, dlls/msvideo/drawdib.c, dlls/oleaut32/variant.c, dlls/setupapi/setupx_main.c, dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c, graphics/x11drv/xfont.c, loader/ne/segment.c, misc/cpu.c, misc/error.c, misc/options.c, misc/registry.c, msdos/devices.c, msdos/vga.c, msdos/vxd.c, objects/dib.c, controls/edit.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/x11_private.h:
5195         Andreas Mohr <amohr@codeweavers.com>
5196         Dimitrie O. Paun <dimi@cs.toronto.edu>
5197         Patrik Stridvall <ps@leissner.se>
5198         Various warning fixes.
5200         * graphics/painting.c, graphics/path.c, include/path.h:
5201         Mark Dufour <m.dufour@student.tudelft.nl>
5202         Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
5203         Ellipse work with an open path.
5205         * controls/menu.c:
5206         Dmitry Timoshkov <dmitry@sloboda.ru>
5207         Make bitmap menu items look like in windows when selected,
5208         i.e. inverted and hilited (in Win98 look).
5210         * controls/scroll.c:
5211         Francois Gouget <fgouget@free.fr>
5212         Check for SB_CTL before displaying a caret.
5214         * dlls/kernel/format_msg.c:
5215         Do not truncate high word of message id.
5217         * include/commdlg.h, include/wine/obj_serviceprovider.h, include/wine/obj_shellbrowser.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
5218         Juergen Schmied <juergen.schmied@debitel.net>
5219         Better handling of custom templates and hooks.
5220         Bug fixes.
5222         * dlls/comctl32/toolbar.c:
5223         Marcus Meissner <marcus@jet.franken.de>
5224         Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
5225         recalculated due to InvalidateRect()->WM_PAINT anyway).
5227         * dlls/user/user32.spec:
5228         Patrik Stridvall <ps@leissner.se>
5229         Fixed issue found by winapi_check.
5231         * tools/winapi_check/modules.dat, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/x11drv.api:
5232         Patrik Stridvall <ps@leissner.se>
5233         Minor API files update.
5235         * windows/x11drv/keyboard.c:
5236         Gabriel Garcia <GarciaG@origenes.com.ar>
5237         Added Latin American layout.
5239         * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
5240         Lawson Whitney <lawson_whitney@juno.com>
5241         Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
5242         Redirected forward of shlwapi.54 to gdi32.CreateICW.
5244 2000-10-31  Alexandre Julliard  <julliard@winehq.com>
5246         * dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c:
5247         Francois Gouget <fgouget@free.fr>
5248         Use PS_ALTERNATE rather than PS_DOT.
5249         Use Rectangle to draw focus rectangles.
5251         * objects/pen.c: Francois Gouget <fgouget@free.fr>
5252         Allow pens with styles greater than PS_INSIDEFRAME to be created with
5253         CreatePenIndirect and ExtCreatePen.
5255         * graphics/x11drv/pen.c:
5256         Francois Gouget <fgouget@free.fr>
5257         Use sizeof for maintainability.
5259         * dlls/comctl32/rebar.c:
5260         Guy L. Albertelli <galberte@neo.lrun.com>
5261         Ignore RBBS_BREAK style on first band.
5263         * graphics/x11drv/init.c:
5264         Francois Gouget <fgouget@free.fr>
5265         Fixed a few device caps values.
5267         * misc/registry.c:
5268         David Elliott <dfe@infinite-internet.net>
5269         _nt_parse_nk() should not close keys that it does not open.
5271         * objects/gdiobj.c:
5272         Francois Gouget <fgouget@free.fr>
5273         Set the thickness of stock pens to 0 so that they are not scaled.
5275         * dlls/comctl32/listview.c:
5276         Aric Stewart <aric@codeweavers.com>
5277         Fixed cancels editing of a listview label if the listview is
5278         scrolled.
5280         * windows/syscolor.c:
5281         Francois Gouget <fgouget@free.fr>
5282         Fixed the value of some system colors.
5284         * dlls/comctl32/rebar.c:
5285         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5286         Fix for avoiding subtraction from unsigned zero.
5288         * dlls/wineps/rsrc.rc, dlls/wineps/wps_Sk.rc, dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_res.rc, documentation/i18n.sgml, programs/clock/Sk.rc, programs/clock/rsrc.rc, programs/notepad/Sk.rc, programs/notepad/rsrc.rc, programs/progman/Sk.rc, programs/progman/rsrc.rc, programs/winhelp/Sk.rc, programs/winhelp/rsrc.rc, windows/x11drv/keyboard.c, dlls/commdlg/cdlg_Sk.rc, dlls/shell32/shell32_Sk.rc, dlls/user/resources/user32_Sk.rc:
5289         Peter Ivanyi <ivanyi@internet.sk>
5290         Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
5292         * controls/scroll.c:
5293         Francois Gouget <fgouget@free.fr>
5294         Hide the caret only on the first WM_KEYDOWN.
5296         * dlls/dinput/dinput_main.c:
5297         Andreas Mohr <amohr@codeweavers.com>
5298         Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
5299         Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.
5301         * dlls/comctl32/treeview.c:
5302         Susan Farley <susan@codeweavers.com>
5303         Under some conditions its necessary to explicitly show the
5304         scrollbars.
5306         * windows/dialog.c:
5307         Dmitry Timoshkov <dmitry@sloboda.ru>
5308         Display an ERR on errors while initializing USER.
5310         * dlls/kernel/time.c:
5311         Rein Klazes <rklazes@casema.net>
5312         Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
5314         * dlls/comctl32/comboex.c:
5315         Guy L. Albertelli <galberte@neo.lrun.com>
5316         Handle special case where itemID = -1 (special focus rect draw).
5318         * dlls/shell32/shres.rc:
5319         Andreas Mohr <amohr@codeweavers.com>
5320         Fix insufficient rect width value in resource file.
5322         * win32/console.c:
5323         Guy L. Albertelli <galberte@neo.lrun.com>
5324         Need to get any outstanding input prior to returning number.
5326         * tools/wineinstall:
5327         Ove Kaaven <ovek@arcticnet.no>
5328         Some bugfixes, another function for packaging, and some text
5329         reformatting from Eric Maryniak.
5331         * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
5332         Removed obsolete TOOLSUBDIRS dependency.
5334         * programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/ole32/Makefile.in, dlls/oledlg/Makefile.in, dlls/oledlg/oledlg.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/user/Makefile.in, dlls/winsock/Makefile.in, libtest/Makefile.in, miscemu/wine.spec, programs/Makefile.in, debugger/Makefile.in, dlls/advapi32/Makefile.in, dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec, dlls/kernel/Makefile.in, dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec:
5335         Added import of ntdll.
5337         * tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, unicode/Makefile.in, .cvsignore, Make.rules.in, Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in, library/.cvsignore, library/Makefile.in, library/port.c, library/winestub.c, misc/Makefile.in, misc/port.c:
5338         Build ntdll as a real dll, including everything that was previously in
5339         libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
5341 2000-10-29  Alexandre Julliard  <julliard@winehq.com>
5343         * debugger/msc.c:
5344         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5345         DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
5347         * relay32/snoop.c, dlls/msvideo/msvideo_main.c, dlls/richedit/charlist.h, dlls/winmm/wineoss/midi.c, if1632/snoop.c, if1632/thunk.c, loader/task.c:
5348         Dimitrie O. Paun <dimi@cs.toronto.edu>
5349         Fixed a few compilation warnings
5351         * dlls/ntdll/signal_i386.c, dlls/oleaut32/safearray.c, dlls/winaspi/winescsi.h, server/handle.c:
5352         Joerg Mayer <jmayer@loplof.de>
5353         Move inline and static to the beginning of declarations.
5355         * dlls/comctl32/comboex.c:
5356         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5357         COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
5359         * tools/wineconf:
5360         Lionel Ulmer <lionel.ulmer@free.fr>
5361         Added a '-inifile' option to specify the location of the wine.ini file
5362         used in the building of the new wine.ini file.
5364         * debugger/msc.c:
5365         Juergen Schmied <juergen.schmied@debitel.net>
5366         - enable loading of pdb files named in NB10 records of a dbg file
5367         - disable timestamp check for pdb files
5369         * win32/device.c:
5370         Marcus Meissner <marcus@jet.franken.de>
5371         Quieten VxDCall_VMM output.
5373         * tools/wineinstall:
5374         Ove Kaaven <ovek@arcticnet.no>
5375         wineinstall improvements, mostly for usage in package postinstall
5376         scripts.
5378         * if1632/builtin.c, if1632/relay.c, include/builtin16.h, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/relay.c, tools/winebuild/spec16.c:
5379         Patch flat cs of 16-bit entry points if current %cs is different from
5380         compiled value, and retrieve flat ds from a global variable. This
5381         should avoid problems with win4lin kernels.
5383         * scheduler/critsection.c, scheduler/thread.c, windows/clipboard.c, windows/winpos.c, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/kernel/kernel32.spec, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec, dlls/user/user32.spec, files/directory.c, include/ntddk.h, memory/registry.c:
5384         David Elliott <dfe@infinite-internet.net>
5385         Added basic working stubs of new Windows 2000 API functions.
5387         * include/local.h, memory/local.c:
5388         Removed unused LOCAL_LockSegptr.
5390         * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
5391         Use GetStockObject() instead of the magic STOCK_* handles.
5393         * debugger/msc.c:
5394         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5395         DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
5396         of that structure.
5398         * dlls/shell32/shell32_main.c:
5399         Dave Pickles <davep@cyw.uklinux.net>
5400         Implement SHGFI_EXETYPE function of SHGetFileInfo.
5402         * windows/winhelp.c:
5403         Marcus Meissner <marcus@jet.franken.de>
5404         Report errors on WinHelp() failures.
5406         * dlls/comctl32/comboex.c:
5407         Guy L. Albertelli <galberte@neo.lrun.com>
5408         - improved trace information
5409         - implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
5410           WM_MEASUREITEM, WM_DRAWITEM
5411         - changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
5412           WM_CREATE, WM_DESTROY
5413         - above changes correct window rectangle, draws items, and creates
5414           control correctly.
5416         * dlls/comctl32/rebar.c:
5417         Guy L. Albertelli <galberte@neo.lrun.com>
5418         - correct processing of RBBS_BREAK style.
5419         - handle cases where cyChild was set to -1 by appl. - undocumented.
5420         - remove special code for Comboboxex problem (now solved).
5421         - fix some painting problems
5423 2000-10-28  Alexandre Julliard  <julliard@winehq.com>
5425         * memory/global.c:
5426         Francois Gouget <fgouget@free.fr>
5427         Return the correct value for dwTotalVirtual.
5428         Return a more plausible value for dwAvailVirtual.
5430         * misc/cpu.c: Francois Gouget <fgouget@free.fr>
5431         Return a more plausible value for MinimumApplicationAddress.
5433         * tools/winebuild/main.c, server/context_i386.c:
5434         Federico Schwindt <fgsch@core-sdi.com>
5435         Fixes for OpenBSD.
5437         * dlls/ole32/itemmoniker.c:
5438         Marcus Meissner <marcus@jet.franken.de>
5439         CreateItemMoniker may get NULL as szDelim, some cleanups.
5441         * dlls/ole32/storage32.c:
5442         Marcus Meissner <marcus@jet.franken.de>
5443         Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
5444         instead of accessing IUnknown.
5446         * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
5447         Huw D M Davies <hdavies@codeweavers.com>
5448         Stub for HttpSendRequestExA.
5450         * controls/combo.c, dlls/commdlg/filedlg95.c:
5451         Andreas Mohr <amohr@codeweavers.com>
5452         - set the item height not only for the listbox, but also for the text field
5453         - center text vertically
5454         - beautify comments
5456         * dlls/user/Makefile.in:
5457         Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
5458         Don't assume we are building in the source tree, but allow make to
5459         locate resources/display.rc and resources/mouse.rc via VPATH.
5461 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
5463         * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
5464         Raise an exception when a stub entry point is called.
5466         * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
5467         Removed unused STRUCT32_NCCALCSIZE functions.
5469         * windows/input.c, controls/menu.c:
5470         Dmitry Timoshkov <dmitry@sloboda.ru>
5471         Ask application to reinitialize its menu before processing an
5472         accelerator key.
5474         * dlls/shell32/shellpath.c:
5475         Martin Pilka <mpilka@codeweavers.com>
5476         "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
5478         * dlls/ntdll/signal_i386.c:
5479         Fixed typo due to merge error.
5481         * dlls/oleaut32/typelib.c:
5482         Francois Jacques <francoisj@macadamian.com>
5483         Updated the load process so that all typelibs (and not just the first
5484         one, as it used to) stored in a DLL can be loaded.
5486         * graphics/painting.c:
5487         Mark Dufour <m.dufour@student.tudelft.nl>
5488         Implemented PolyDraw() and AngleArc().
5490 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
5492         * ANNOUNCE, ChangeLog, include/version.h:
5493         Release 20001026.
5495 ----------------------------------------------------------------
5496 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
5498         * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
5499         Raise an exception when a stub entry point is called.
5501         * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
5502         Removed unused STRUCT32_NCCALCSIZE functions.
5504         * windows/input.c, controls/menu.c:
5505         Dmitry Timoshkov <dmitry@sloboda.ru>
5506         Ask application to reinitialize its menu before processing an
5507         accelerator key.
5509         * dlls/shell32/shellpath.c:
5510         Martin Pilka <mpilka@codeweavers.com>
5511         "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
5513         * dlls/ntdll/signal_i386.c:
5514         Fixed typo due to merge error.
5516         * dlls/oleaut32/typelib.c:
5517         Francois Jacques <francoisj@macadamian.com>
5518         Updated the load process so that all typelibs (and not just the first
5519         one, as it used to) stored in a DLL can be loaded.
5521         * graphics/painting.c:
5522         Mark Dufour <m.dufour@student.tudelft.nl>
5523         Implemented PolyDraw() and AngleArc().
5525 2000-10-25  Alexandre Julliard  <julliard@winehq.com>
5527         * windows/x11drv/keyboard.c:
5528         Dmitry Timoshkov <dmitry@sloboda.ru>
5529         Added an another special case handling for Shift+[NumPad]DEL.
5531         * debugger/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in:
5532         Kristoffer Gleditsch <toffer@ping.uio.no>
5533         Added LDFLAGS to linking of wine-related binaries.
5535         * dlls/ttydrv/user.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec, include/user.h, include/x11drv.h, windows/input.c, windows/keyboard.c, windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec:
5536         Dmitry Timoshkov <dmitry@sloboda.ru>
5537         Replaced ToAscii by ToUnicode in the User driver interface.
5539         * dlls/ddraw/ddraw/x11.c:
5540         William Waghorn <wwaghorn@litany.demon.co.uk>
5541         xf86vmode_setdisplaymode() wasn't properly saving the 'private' field
5542         of the XF86VidModeModeLine structure.
5544         * controls/scroll.c:
5545         Francois Methot <francoism@macadamian.com>
5546         Added support of blinking thumb as found in Windows scrollbar.
5548         * dlls/oleaut32/typelib.c:
5549         Francois Jacques <francoisj@macadamian.com>
5550         Updated typelib loader. Typelib contents can be stored as multibyte
5551         strings. However, they are always returned to the application as BSTR,
5552         e.g. UNICODE strings. All strings are now stored as BSTR instead of
5553         ASCII strings.
5555         * include/module.h, loader/module.c, loader/pe_image.c:
5556         Andreas Mohr <amohr@codeweavers.com>
5557         Free the Win16 dummy module and wm->deps.
5559         * graphics/x11drv/graphics.c:
5560         Mark Dufour <m.dufour@student.tudelft.nl>
5561         X11DRV_DrawArc: swap the start and end points when drawing in
5562         clockwise direction.
5564         * objects/region.c:
5565         Aviad Pineles <paviad@netvision.net.il>
5566         Avoid infinite loop in CreateRoundRectRgn().
5568         * Make.rules.in, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/resources/.cvsignore, dlls/user/resources/display.rc, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc, dlls/user/resources/mouse.rc16, if1632/builtin.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec16.c, tools/winebuild/utils.c:
5569         Added support for loading .res files for 16-bit resources.
5571         * relay32/builtin32.c:
5572         Removed no longer used structure definition.
5574         * tools/wrc/writeres.c:
5575         16-bit resource size must be scaled by alignment.
5577         * dlls/comctl32/tab.c:
5578         Chris Morgan <cmorgan@codeweavers.com>
5579         Implement TCS_VERTICAL style.  Fix tab borders to have shading that
5580         matches Windows.  Center image and text in tabs.  Size tabs to
5581         completely fill each row with multiline style.  Fix positioning of
5582         tabs for TCS_BOTTOM style.  Fix various drawing issues.
5584         * dlls/comctl32/treeview.c:
5585         Susan Farley <susan@codeweavers.com>
5586         - When inserting an item, do not invalidate the area above the new
5587           item.
5588         - The debug function that verifies the tree after each insertion
5589           should be disabled by default.
5591         * dlls/dsound/dsound_main.c:
5592         Andreas Mohr <amohr@codeweavers.com>
5593         Reimplement patch by Marcus Meissner ('98) to "fix" problems with
5594         DSCAPS_EMULDRIVER flag for games like Quake 2 and Unreal Tournament.
5596         * dlls/winmm/wineoss/audio.c:
5597         Andreas Mohr <amohr@codeweavers.com>
5598         Transform device open error TRACE()s into WARN(); better error msgs.
5600         * windows/winpos.c:
5601         Rein Klazes <rklazes@casema.net>
5602         In SWP_DoNCCalcSize() when determining whether the client area has
5603         moved, use the client coordinates as they are: not relative to its
5604         window coordinates.
5606         * windows/sysparams.c:
5607         Andreas Mohr <amohr@codeweavers.com>
5608         Added SPI_GETWINDOWSEXTENSION.
5610         * scheduler/process.c:
5611         Jeremy White <jwhite@codeweavers.com>
5612         Added support for a WINELOADER environment variable which allows the
5613         specification of a different binary loader.
5615 2000-10-24  Alexandre Julliard  <julliard@winehq.com>
5617         * include/module.h, loader/pe_resource.c:
5618         Removed GetResDirEntryA/W.
5620         * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
5621         Implement InternalExtractIcon by calling PrivateExtractIcons instead
5622         of duplicating all the code.
5624         * tools/wrc/Makefile.in, tools/wrc/genres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/writeres.c:
5625         Added codepage translation based on the language id (based on a patch
5626         by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
5628         * controls/menu.c:
5629         Aric Stewart <aric@codeweavers.com>
5630         Converted menu string handling to Unicode.
5632         * dlls/winsock/ws2_32.spec:
5633         Aric Stewart <aric@codeweavers.com>
5634         Added forward for WSAResetEvent.
5636         * dlls/winsock/socket.c:
5637         Rein Klazes <rklazes@casema.net>
5638         Convert the value of level when setsockopt is called with
5639         WS_SO_DONTLINGER.
5641         * misc/options.c, server/request.c, dlls/dsound/dsound_main.c, dlls/odbc32/proxyodbc.c, dlls/wineps/init.c, if1632/thunk.c, loader/task.c:
5642         Patrik Stridvall <ps@leissner.se>
5643         Explicitly initialize structures.
5645         * objects/palette.c:
5646         Patrik Stridvall <ps@leissner.se>
5647         - Explicitly initialize structures.
5648         - Fixed strange code probably caused by a merge conflict.
5650         * dlls/winmm/wineoss/audio.c:
5651         Francois Jacques <francoisj@macadamian.com>
5652         - All audio device handles are initialized to -1 and set to -1 when closed.
5653         - WINE_WM_HEADER event should *NOT* make the recording thread start. The
5654           thread should only start through waveInStart. The application calling
5655           waveInAddBuffer might not be in a state to provide another buffer in
5656           a period of time short enough to avoid buffer underrun in widRecorder
5657           thread.
5658         - widRecorder - improved robustness of widRecorder to avoid some data
5659           loss that occured when not reading one full fragment from the OSS
5660           audio driver.
5662         * dlls/ddraw/ddraw/x11.c:
5663         Patrik Stridvall <ps@leissner.se>
5664         Fixed some warnings.
5666         * include/cdrom.h:
5667         Patrik Stridvall <ps@leissner.se>
5668         Added some missing defines for non-Linux.
5670         * tools/winebuild/res32.c:
5671         David Elliott <dfe@infinite-internet.net>
5672         Fixed OFFSETOF macro definition for gcc 2.96.
5674         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
5675         James Hatheway <james@macadamian.com>
5676         Added stubs for CryptGenRandom(), CryptReleaseContext().
5678         * controls/combo.c:
5679         Susan Farley <susan@codeweavers.com>
5680         Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT with the
5681         NOEDITNOTIFY flag, as these msgs can come directly from the app to the
5682         combo wndproc.
5684         * objects/enhmetafile.c:
5685         Dmitry Timoshkov <dmitry@sloboda.ru>
5686         Make EnumEnhMetaFile work.
5688         * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
5689         Chris Morgan <cmorgan@codeweavers.com>
5690         Implemented RpcStringFreeA and UuidToStringA.
5692 2000-10-23  Alexandre Julliard  <julliard@winehq.com>
5694         * programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/uninstaller.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/winemine.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, relay32/builtin32.c, tools/makedep.c, dlls/user/resources/.cvsignore, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, if1632/Makefile.in, libtest/.cvsignore, libtest/Makefile.in, libtest/hello3.spec, programs/avitools/Makefile.in, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, Make.rules.in, dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/msacm/.cvsignore, dlls/msacm/msacm32.spec, dlls/serialui/.cvsignore, dlls/serialui/serialui.spec, dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/user32.spec:
5695         Build Win32 resources as .res files and dump them into the .spec.c file.
5697         * tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
5698         Added support for loading Win32 .res files.
5700         * configure, configure.in, dlls/user/disp.rc, dlls/user/mouserc.rc, dlls/user/resources/TODO, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc16, dlls/user/resources/user32.rc, dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_Cs.rc, dlls/user/resources/user32_Da.rc, dlls/user/resources/user32_De.rc, dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Eo.rc, dlls/user/resources/user32_Es.rc, dlls/user/resources/user32_Fi.rc, dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Hu.rc, dlls/user/resources/user32_It.rc, dlls/user/resources/user32_Ja.rc, dlls/user/resources/user32_Ko.rc, dlls/user/resources/user32_Nl.rc, dlls/user/resources/user32_No.rc, dlls/user/resources/user32_Pl.rc, dlls/user/resources/user32_Pt.rc, dlls/user/resources/user32_Ru.rc, dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Wa.rc:
5701         Moved all USER resources to new dlls/user/resources directory.
5703         * include/wine/winuser16.h, include/winver.h, dlls/version/info.c, dlls/version/resource.c, dlls/version/ver.spec, dlls/version/ver16.c:
5704         Duplicate resource directory searching routines instead of calling
5705         pe_resource.c internal functions.
5706         Made GetFileResource16 and GetFileResourceSize16 callable directly
5707         instead of defining extra internal functions.
5709         * dlls/user/exticon.c:
5710         Duplicate resource directory searching routines instead of calling
5711         pe_resource.c internal functions.
5713         * tools/wrc/writeres.c:
5714         Fixed duplication of typename in 16-bit assembly output.
5716         * memory/heap.c:
5717         Fixed multibyte handling in HEAP_strdupAtoW.
5719         * dlls/winmm/mcicda/mcicda.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
5720         Andreas Mohr <amohr@codeweavers.com>
5721         Always open/close the CD-ROM device for every Windows API CD-ROM
5722         access.
5724         * controls/edit.c:
5725         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
5726         Do not send EN_UPDATE to multi-line edit controls.
5728         * controls/menu.c:
5729         Francois Gouget <fgouget@free.fr>
5730         Fixed the text color of higlighted menu bar item for the Win98 look.
5731         Clicking on a separator should not close the menu.
5732         Do not right align 'bitmap' items and the help menu for the Win9x look
5733         and feels.
5735         * files/dos_fs.c:
5736         Marcus Meissner <marcus@jet.franken.de>
5737         If we have a drive pointing to /, we must not remove the final / or we
5738         get the current directory doubled.
5740         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/x11_private.h, include/ddraw.h:
5741         Marcus Meissner <marcus@jet.franken.de>
5742         Added some basic IDirectDraw7 interface support, fixed argument count
5743         of IDirectDraw{4,7}_SetDisplayMode defines.
5745         * windows/winpos.c:
5746         Louis Philippe Gagnon <louisphilippe@macadamian.com>
5747         - Calculate changes in the client area relative to the window
5748           instead of its parent when using SWP_EX_PAINTSELF.
5749         - With SWP_EX_PAINTSELF, copy only if client area changed, since a
5750           window can't move relative to itself.
5751         - In SWP_DoNCCalcSize, when determining if the client area
5752           changed, use values relative to the window itself, not its parent.
5754         * objects/region.c, windows/painting.c, windows/scroll.c:
5755         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
5756         Fixed painting problems in non-MM_TEXT modes.
5758 2000-10-22  Alexandre Julliard  <julliard@winehq.com>
5760         * files/dos_fs.c, msdos/dosconf.c, server/registry.c, tools/winebuild/main.c, tools/winebuild/spec32.c, windows/x11drv/keyboard.c:
5761         Joerg Mayer <jmayer@loplof.de>
5762         Reduce the number of warnings about missing initializers.
5764         * dlls/commdlg/cdlg32.c:
5765         Marcus Meissner <marcus@jet.franken.de>
5766         Got rid of misleading "No Tls Space" error message.
5768         * include/wingdi.h:
5769         Patrik Stridvall <ps@leissner.se>
5770         Fixed issue found by winapi_check.
5772         * dlls/dinput/dinput_main.c:
5773         Patrik Stridvall <ps@leissner.se>
5774         Fixed some warnings.
5776         * include/process.h:
5777         Patrik Stridvall <ps@leissner.se>
5778         Use intermediate typedef.
5780         * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win16/typelib.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msacm32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api:
5781         Patrik Stridvall <ps@leissner.se>
5782         Minor API files update.
5784         * windows/defwnd.c, windows/message.c, windows/spy.c, include/spy.h:
5785         Guy L. Albertelli <galberte@neo.lrun.com>
5786         Added wParam and lParam as parameters in SPY_ExitMessage
5787         Added dump for the STYLECHANG[ING|ED] messages.
5788         Dump structures on exit only if message allows changes.
5790         * win32/except.c:
5791         Andreas Mohr <amohr@codeweavers.com>
5792         - Print CS reg at crash MessageBox (needed for Win16 programs).
5793         - Add "hint" for debugger setup.
5795         * debugger/Makefile.in, debugger/winedbg.spec:
5796         Eric Pouech <Eric.Pouech@wanadoo.fr>
5797         Added advapi32 to imported DLLs list.
5799         * dlls/msacm/pcmconverter.c:
5800         Eric Pouech <Eric.Pouech@wanadoo.fr>
5801         Added more conversion routines (rate conversion is implemented).
5802         Cleaned up the code.
5804         * debugger/msc.c:
5805         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
5806         PDB symbol header format depends only on version code.
5808         * dlls/comctl32/listview.c:
5809         Marcus Meissner <marcus@jet.franken.de>
5810         Do not set the iSubItem part of the struct for LVM_HITTEST,
5811         applications only need to pass memory space up to iItem.
5813         * README: Andreas Mohr <amohr@codeweavers.com>
5814         Mention that you need the X11 devel files.
5816         * dlls/ddraw/main.c:
5817         Marcus Meissner <marcus@jet.franken.de>
5818         DirectDrawCreateEx() should already return the interface for the
5819         passed refiid.
5821         * dlls/ddraw/ddraw/dga2.c:
5822         Lionel Ulmer <lionel.ulmer@free.fr>
5823         Change the width / height parameter on a SetDisplayMode.
5825         * dlls/commdlg/filedlg.c:
5826         Gerard Patel <g.patel@wanadoo.fr>
5827         Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
5828         + miscellaneous fixes.
5830         * dlls/user/exticon.c:
5831         Marcus Meissner <marcus@jet.franken.de>
5832         Added two checks for out of range pointer accesses.
5834         * debugger/types.c:
5835         Eric Pouech <Eric.Pouech@wanadoo.fr>
5836         Fixed floating point data printing and made basic types reading more
5837         robust.
5839         * dlls/comctl32/imagelist.c:
5840         Jason Mawdsley <jason@macadamian.com>
5841         Fixed some flickering that was occurring in the image list control
5842         when it repainted.
5844         * dlls/winmm/wineoss/audio.c:
5845         Andreas Mohr <amohr@codeweavers.com>
5846         Added sleep time calculation for the wodPlayer thread.
5847         Changed the wodPlayer thread messaging to use its own fast 30 entries
5848         ring buffer list.
5850         * include/winbase.h:
5851         Andreas Mohr <amohr@codeweavers.com>
5852         Removed redundant thread priority defines.
5854 2000-10-19  Alexandre Julliard  <julliard@winehq.com>
5856         * include/process.h:
5857         Peter Hunnisett <hunnise@nortelnetworks.com>
5858         Added crt/msvcrt thread prototypes.
5860         * dlls/winmm/mciwave/mciwave.c:
5861         Francois Jacques <francoisj@macadamian.com>
5862         Added asynchronous recording in MCI layer.
5864         * include/winuser.h:
5865         Dmitry Timoshkov <dmitry@sloboda.ru>
5866         Added support for AZERTY keyboard layout.
5868         * dlls/winmm/wineoss/midi.c:
5869         Andreas Mohr <amohr@codeweavers.com>
5870         Sequencer error message fix.
5872         * dlls/comctl32/listview.c:
5873         James Hatheway <james@macadamian.com>
5874         Fix messages sent when right-clicking in a blank (non-item) area of a
5875         listview.
5877         * loader/pe_image.c:
5878         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5879         Pass the correct hFile to PE_CreateModule.
5881         * dlls/comctl32/header.c:
5882         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5883         Draw text and icons, implement ordering functions, allow reordering
5884         with mouse and fix the WM_NOTIFY target.
5886         * windows/x11drv/keyboard.c:
5887         Dmitry Timoshkov <dmitry@sloboda.ru>
5888         Added support for AZERTY keyboard layout.
5890         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
5891         <ewill@ncal.verio.com>
5892         Changed GROUP to PROGGROUP.
5894         * files/dos_fs.c, files/file.c, include/winnt.h:
5895         Andreas Mohr <amohr@codeweavers.com>
5896         Skip directory symlinks in DOSFS_FindNextEx.
5898         * dlls/wineps/escape.c: Brian Pirie
5899         Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
5901         * include/wine/obj_base.h, include/objbase.h, include/oleauto.h, include/olectl.h, include/wininet.h:
5902         Francois Gouget <fgouget@codeweavers.com>
5903         Added/fixed missing extern "C".
5905         * console/interface.c:
5906         Francois Gouget <fgouget@codeweavers.com>
5907         Fixed a char/NULL comparison.
5909         * include/winerror.h:
5910         Francois Gouget <fgouget@codeweavers.com>
5911         Added the {HRESULT,SCODE}_SEVERITY macros.
5913         * dlls/user/exticon.c, dlls/version/resource.c, include/module.h, loader/pe_resource.c, dlls/shell32/shell.c:
5914         Use a binary search to find entries in resource directories.
5915         Fixed GetResDirEntryA/W prototypes.
5917         * dlls/shell32/iconcache.c, include/winuser.h:
5918         Call PrivateExtractIcon in user32 instead of duplicating the code.
5920         * dlls/winmm/wineoss/audio.c:
5921         Francois Jacques <francoisj@macadamian.com>
5922         Should test unixdev against -1 (see wodOpen/widOpen).
5923         widRecorder: bytesRead is now tested against (DWORD) -1.
5925         * loader/elfdll.c:
5926         Andreas Mohr <amohr@codeweavers.com>
5927         Back out my ELFDLL_dlopen patch and add a warning for future misguided
5928         hackers.
5930         * memory/global.c:
5931         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
5932         Allow freeing locked global memory handles.
5934         * windows/mdi.c:
5935         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
5936         Watch out for DefMDIChildProc calls on non-MDI-child windows.
5938         * graphics/x11drv/oembitmap.c:
5939         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
5940         Don't hold the X11 lock while calling GDI object routines.
5942         * dlls/x11drv/x11drv_main.c:
5943         Lionel Ulmer <lionel.ulmer@free.fr>
5944         Do not do any GLX calls on a display that does not support GLX.
5946         * dlls/comctl32/listview.c:
5947         Chris Morgan <cmorgan@codeweavers.com>
5948         Recalculate nItemHeight when LVS_SETIMAGELIST is called.  Fixes icons
5949         being chopped off in the file dialog window.  Align items to top and
5950         refresh after sorting, as windows does.
5952         * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
5953         Chris Morgan <cmorgan@codeweavers.com>
5954         Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
5956         * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplobby.c:
5957         Peter Hunnisett <hunnise@nortelnetworks.com>
5958         - Add proper message reply mechanism and sp player data storage
5959         - More implementation and fixes
5961         * include/poppack.h, include/pshpack1.h, include/pshpack2.h, include/pshpack4.h, include/pshpack8.h:
5962         Francois Gouget <fgouget@codeweavers.com>
5963         Added support for three levels of nesting of the 'pragma pack'
5964         directives.
5966 2000-10-17  Alexandre Julliard  <julliard@winehq.com>
5968         * msdos/int20.c, msdos/int21.c, include/dosexe.h, include/task.h, loader/dos/module.c:
5969         Ove Kaaven <ovek@arcticnet.no>
5970         Implemented DOS INT21 AH=4B (EXEC).
5972         * windows/x11drv/keyboard.c, include/winuser.h:
5973         Dmitry Timoshkov <dmitry@sloboda.ru>
5974         Added support for keyboard input in various locales.
5976         * dlls/comctl32/listview.c:
5977         Chris Morgan <cmorgan@codeweavers.com>
5978         Implement LVM_SETITEMPOSITION32.
5980         * dlls/comctl32/treeview.c:
5981         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5982         Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
5983         message target.
5985         * include/commctrl.h:
5986         Guy L. Albertelli <galberte@neo.lrun.com>
5987         Added flag and notification definitions for ComboBoxEx.
5989         * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
5990         Andreas Mohr <amohr@codeweavers.com>
5991         Implemented old Win 2.x string functions.
5993         * dlls/ddraw/ddraw/x11.c:
5994         Lionel Ulmer <lionel.ulmer@free.fr>
5995         Warning fix.
5997         * server/ptrace.c:
5998         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5999         Add appropriate casts to caddr_t for the third parameter of ptrace().
6001 2000-10-15  Alexandre Julliard  <julliard@winehq.com>
6003         * loader/dos/dosvm.c:
6004         Ove Kaaven <ovek@arcticnet.no>
6005         Fixed a couple of recent bugs, and added some more safeguards (could
6006         be handy for portability anyway) and trace statements.
6008         * server/process.c, server/registry.c, server/serial.c, server/trace.c, tools/make_requests, scheduler/process.c, misc/registry.c, memory/registry.c, include/server.h, dlls/kernel/comm.c, files/dos_fs.c, dlls/advapi32/registry.c:
6009         Converted a few more server requests to the new mechanism.
6011         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
6012         Fixed a few prototypes.
6014         * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
6015         Set selector 0000H base to 0xf0000 until the first 64K are
6016         unprotected.
6018         * dlls/shell32/shellord.c, dlls/shell32/shlfileop.c:
6019         Eric Pouech <Eric.Pouech@wanadoo.fr>
6020         Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
6021         were used ; destination buffer doesn't have a fixed size).
6022         Fixed FormatMessage parameter warnings (it's now a va_list*).
6024         * dlls/ddraw/ddraw/dga.c:
6025         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6026         Remove unused variable orig_mode.
6028         * dlls/comctl32/updown.c:
6029         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6030         Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
6031         is given.
6033         * dlls/comctl32/datetime.c:
6034         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6035         Localization and expect leapdays when looking for the length of a
6036         month.
6038         * dlls/comctl32/monthcal.c:
6039         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6040         Localization and many changes to behaviour and outlook.
6042         * dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/rsrc.rc:
6043         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6044         Split out resources that might be localized.
6045         Added German resources.
6047         * dlls/comctl32/comctl32.h:
6048         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6049         Added additional resource IDs.
6051         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
6052         Marcus Meissner <marcus@jet.franken.de>
6053         Stubbed LookupAccountNameA.
6055         * dlls/ddraw/main.c:
6056         Marcus Meissner <marcus@jet.franken.de>
6057         Return "default" DirectDraw driver if we have at least one driver
6058         registered.
6060         * windows/nonclient.c:
6061         Dmitry Timoshkov <dmitry@sloboda.ru>
6062         Fixed behaviour of window's system buttons.
6064         * dlls/user/resource.c:
6065         Rein Klazes <rklazes@casema.net>
6066         LoadStringA inserts terminating null in the buffer when the string
6067         resource is an empty string or when it can not be found.
6069 2000-10-13  Alexandre Julliard  <julliard@winehq.com>
6071         * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
6072         Chris Morgan <cmorgan@codeweavers.com>
6073         Implemented the IDC_HAND cursor.
6075         * dlls/kernel/format_msg.c, include/winbase.h:
6076         Francois Gouget <fgouget@codeweavers.com>
6077         Fixed the signature of the FormatMessage APIs.
6079         * include/Makefile.in, include/mcx.h, include/winbase.h:
6080         Francois Gouget <fgouget@codeweavers.com>
6081         The MODEM stuff has been spun off to its rightful place: mcx.h.
6083         * include/winnt.h, include/winsock.h, include/windows.h:
6084         Francois Gouget <fgouget@codeweavers.com>
6085         Completed/corrected the list of include files.
6086         Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
6088         * include/wingdi.h:
6089         Francois Gouget <fgouget@codeweavers.com>
6090         Added a NOGDI protection.
6091         Replaced _MAX_PATH with MAX_PATH.
6092         #undef can be used directly on TRANSPARENT.
6094         * include/ole2.h:
6095         Francois Gouget <fgouget@codeweavers.com>
6096         Must include objbase.h.
6098         * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
6099         Francois Gouget <fgouget@codeweavers.com>
6100         HFILE is an int, not a regular HANDLE.
6102         * include/winuser.h:
6103         Andreas Mohr <a.mohr@mailto.de>
6104         Added MSGF_DDEMGR.
6106         * dlls/ddraw/ddraw/x11.c:
6107         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6108         Fixed incorrect format string.
6110         * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
6111         Chris Morgan <cmorgan@codeweavers.com>
6112         Added changing mouse cursor when over a help topic link.
6114         * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
6115         Marcus Meissner <marcus@jet.franken.de>
6116         Implemented DirectInputCreateEx.
6118         * dlls/comctl32/treeview.c:
6119         Louis Philippe Gagnon <louisphilippe@macadamian.com>
6120         Do not send a WM_CONTEXTMENU message when a TreeView receives a
6121         WM_RBUTTONUP.
6123         * if1632/findfunc, tools/findfunc:
6124         Lawson Whitney <lawson_whitney@juno.com>
6125         Make findfunc look for .spec files, and put it with the other tools.
6127         * memory/virtual.c:
6128         Guy Albertelli <galberte@neo.lrun.com>
6129         Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
6130         and IsBad[Read|Write]Ptr.
6132         * dlls/comctl32/commctrl.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/shell32/shell32_main.c, dlls/shell32/shlfolder.c, dlls/winmm/wineoss/audio.c, loader/loadorder.c, memory/registry.c:
6133         Andreas Mohr <amohr@codeweavers.com>
6134         - stupid spelling fixes
6135         - some more loadorder array work
6137         * dlls/ole32/stg_stream.c, files/drive.c, files/file.c, include/ntddk.h, dlls/kernel/time.c, dlls/ntdll/large_int.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
6138         Added a few more large integer functions.
6140         * dlls/gdi/gdi32.spec, objects/dc.c:
6141         Marcus Meissner <Marcus.Meissner@caldera.de>
6142         Stubbed GetDeviceGammaRamp.
6144         * msdos/int21.c:
6145         Peter Hawkins <peter@hawkins.emu.id.au>
6146         Added DOS int 21h function 4452h support (DR-DOS version check).
6148         * graphics/x11drv/dib.c:
6149         Ove Kaaven <ovek@arcticnet.no>
6150         Fill in the dsBmih.biSizeImage field of DIBSections with the
6151         calculated bitmap size.
6153         * dlls/winmm/wineoss/midi.c:
6154         Chris Morgan <cmorgan@wpi.edu>
6155         Indicate that the MIDI error message only affects programs that need MIDI.
6157         * memory/heap.c:
6158         Andreas Mohr <amohr@codeweavers.com>
6159         Get rid of shared heap fixme messages.
6160         Slightly corrected my heap commit patch (Xilinx).
6162         * loader/dos/dosvm.c:
6163         Ove Kaaven <ovek@arcticnet.no>
6164         Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
6165         purposefully shuffle the interrupt vectors around.
6167         * dlls/comctl32/treeview.c:
6168         Susan Farley <sfarley@codeweavers.com>
6169         To improve custom-drawn items, add focus border to itemRects and do
6170         not overlap them.
6172         * dlls/kernel/Makefile.in, dlls/kernel/comm.c, dlls/kernel/kernel_main.c, files/dos_fs.c, include/comm.h, include/msdos.h, misc/Makefile.in, misc/comm.c, msdos/int11.c:
6173         Mike McCormack <mike_mccormack@looksmart.com.au>
6174         Moved comm.c into kernel32.
6176         * include/windef.h:
6177         Francois Gouget <fgouget@codeweavers.com>
6178         Claim that our headers conform to the version 5.0.
6180         * include/prsht.h:
6181         Francois Gouget <fgouget@codeweavers.com>
6182         The string fields in PROPSHEETPAGEA should be ANSI strings.
6184         * include/olectl.h:
6185         Francois Gouget <fgouget@codeweavers.com>
6186         Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
6188         * include/commctrl.h:
6189         Francois Gouget <fgouget@codeweavers.com>
6190         Added the missing TVINSERTSTRUCT synonyms.
6191         Added missing CBEIF_xxx definitions.
6193         * dlls/oleaut32/ole2disp.c, include/oleauto.h:
6194         Francois Gouget <fgouget@codeweavers.com>
6195         Fixed the signature of SysAllocStringByteLen.
6197         * dlls/comctl32/status.c, include/win.h, include/winuser.h, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
6198         Susan Farley <sfarley@codeweavers.com>
6199         Status bars on managed windows should not have SIZEGRIP style.
6201         * dlls/ntdll/reg.c:
6202         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6203         Make reg the default output chanel.
6205         * dlls/winsock/socket.c:
6206         Rein Klazes <rklazes@casema.net>
6207         Ignore setsockopt calls that make the size of the receive buffer too
6208         small.
6210         * dlls/comctl32/listview.c:
6211         Stephane Lussier <stephane@macadamian.com>
6212         Subitems of listviews were not painted with the right background when:
6213         -LVS_EX_FULLROWSELECT style is defined
6214         -item is selected
6215         -Listview doesn't have the focus.
6217         * server/sock.c:
6218         Stephane Lussier <stephane@macadamian.com>
6219         After accept is called on the socket, the listening socket needs to be
6220         reselected.
6222         * memory/registry.c:
6223         Marcus Meissner <marcus@jet.franken.de>
6224         Check for buffer overflows on data returns from RegQueryValueExA.
6226         * include/wine/unicode.h: Konrad Rieck <kr@r0q.cx>
6227         Changed repne to repnz for Solaris assembler.
6229 2000-10-12  Alexandre Julliard  <julliard@winehq.com>
6231         * include/winbase.h, include/windef.h, include/wine/winbase16.h, include/winnls.h, include/winnt.h:
6232         Francois Gouget <fgouget@codeweavers.com>
6233         Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
6234         API to winnls.h.
6235         Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
6236         winnt.h.
6238         * dlls/user/resource.c, include/winuser.h, windows/cursoricon.c, windows/winhelp.c:
6239         Francois Gouget <fgouget@codeweavers.com>
6240         Added many missing *Pxxx types.
6241         Removed a few *LPxxx types that are not supposed to be there (in
6242         particular LPICONINFO).
6243         Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
6244         DLGITEMTEMPLATE).
6245         WINHELP and PE_ACCEL are internal types.
6246         MULTIKEYHELP and HELPWININFO both have an A and W variant.
6247         NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
6248         Added missing ARW_xxx defines (for sysmetrics).
6250         * include/wtypes.h:
6251         Francois Gouget <fgouget@codeweavers.com>
6252         ROTFLAGS have their own ifdef protection, take them out of the
6253         _SECURITY_DEFINED ifdef block.
6255         * include/wingdi.h:
6256         Francois Gouget <fgouget@codeweavers.com>
6257         Added a declaration for GetEnhMetaFileDescription.
6259         * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
6260         Added Fonts registry key.
6262         * win32/except.c:
6263         Eric Pouech <Eric.Pouech@wanadoo.fr>
6264         Fixed regression for debugger startup event creation.
6266         * dlls/comctl32/toolbar.c:
6267         Chris Morgan <cmorgan@codeweavers.com>
6268         Fix depressed state with flat toolbars so pressing the buttons draws
6269         the button in a depressed state.  Fix bitmap offsets, fixes bitmap
6270         offset problems in file common dialog.
6272         * dlls/comctl32/treeview.c:
6273         Susan Farley <sfarley@codeweavers.com>
6274         On InsertItem with TVI_FIRST, the check for resetting firstVisible
6275         must be done *before* the parent's firstChild changes.
6277         * dlls/ddraw/dsurface/x11.c:
6278         Lionel Ulmer <lionel.ulmer@free.fr>
6279         Support non-buffered overlays.
6281         * dlls/comctl32/rebar.c:
6282         Guy L. Albertelli <galberte@neo.lrun.com>
6283         Rewrite to support rows of bands.
6284         Draw separators between bands in rows and between rows.
6285         Support text and background color and color propagation.
6286         Improve layout code.
6287         Make fMask in internal structure the indicator of valid information.
6288         Fix size of grippers.
6289         Add debugging traces for future.
6291         * dlls/comctl32/header.c:
6292         Serge Ivanov <sergei@corel.com>
6293         Simple NULL check.
6295         * dlls/comctl32/listview.c:
6296         Stephane Lussier <stephane@macadamian.com>
6297         - Background should not be drawn if the background color is CLR_NONE.
6298         - Don't change the size to 0 for the header control of listview with
6299           LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
6300           header control is enough.
6302         * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
6303         Marcus Meissner <marcus@jet.franken.de>
6304         Added 16 (565) -> 15 (555) bit depth converter.
6306         * graphics/x11drv/codepage.c:
6307         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6308         Added support for cp936.
6310         * relay32/relay386.c: Work-around for gcc bug.
6312         * dlls/ddraw/ddraw/x11.c:
6313         Lionel Ulmer <lionel.ulmer@free.fr>
6314         Implememnted GetFourCCCodes.
6316         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga_private.h, dlls/ddraw/x11_private.h:
6317         Marcus Meissner <marcus@jet.franken.de>
6318         Enable XF86vmode switching possible for X11 too.
6320         * dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/pcmconverter.c, dlls/msacm/wineacm.h:
6321         Eric Pouech <Eric.Pouech@wanadoo.fr>
6322         Added PCM converter internal driver.
6323         A few driver handling fixes.
6325         * configure, configure.in:
6326         Lionel Ulmer <lionel.ulmer@free.fr>
6327         Fixed the OpenGL detection code.
6329         * debugger/stabs.c:
6330         Juergen Schmied <juergen.schmied@debitel.net>
6331         Fixed loading of symbols from libraries.
6333         * win32/file.c: Rein Klazes <rklazes@casema.net>
6334         Prevent SetFileAttributeA from making directory read-only.
6336         * include/windef.h, include/wine/obj_base.h:
6337         Francois Gouget <fgouget@codeweavers.com>
6338         Enable anonymous struct/union support by default in both C and C++.
6339         Disable them for compilers known not to support them.
6340         Disable them for the WINE code.
6342         * include/dde.h, include/winuser.h:
6343         Francois Gouget <fgouget@codeweavers.com>
6344         Added four DDElParam functions.
6345         Now needs an 'extern "C"' protection for C++.
6347         * dlls/user/ddeml.c:
6348         Francois Gouget <fgouget@codeweavers.com>
6349         Fix the parameter types and comments of the DDElParam functions.
6351         * include/winbase.h, include/wininet.h:
6352         Francois Gouget <fgouget@free.fr>
6353         Removed stray A/W from invocations of WINELIB_NAME_AW.
6355         * msdos/int11.c:
6356         Mike McCormack <mike_mccormack@looksmart.com.au>
6357         Removed dependency on globals LPT[] and COM{}.
6359         * dlls/oleaut32/oleaut32.spec, include/oleauto.h:
6360         Francois Gouget <fgouget@free.fr>
6361         Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs.
6363         * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
6364         Replace null bytes by spaces in WriteConsoleOutputA call.
6366         * dlls/winmm/mcicda/mcicda.c:
6367         Andreas Mohr <a.mohr@mailto.de>
6368         MCICDA didn't open/close the door when calling the command without
6369         valid parameter block (i.e. == NULL).
6371         * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
6372         Stephane Lussier <stephane@macadamian.com>
6373         Implementation of OleLockRunning function.
6375         * dlls/comctl32/listview.c:
6376         Aric Stewart <aric@codeweavers.com>
6377         Corrected some segvs that occur with ownerdata listviews.
6379         * objects/region.c:
6380         Marcus Meissner <marcus@jet.franken.de>
6381         Return values are reversed in failure/rgdata == NULL case in
6382         GetRegionData (was merge error by me).
6384         * win32/except.c, winedefault.reg:
6385         Andreas Mohr <a.mohr@mailto.de>
6386         Changed debugger launching to auto per default.
6388         * dlls/kernel/nls/dan.nls:
6389         Niels Kristian Bech Jensen <nkbj@image.dk>
6390         Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
6392         * dlls/winmm/wineoss/audio.c:
6393         Marcus Meissner <marcus@jet.franken.de>
6394         Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
6396 2000-10-03  Alexandre Julliard  <julliard@winehq.com>
6398         * include/drive.h, scheduler/process.c, files/drive.c:
6399         Use special environment variables to transmit the cwd of the various
6400         drives to child processes (based on a patch by Andreas Mohr).
6402         * include/msacm.h, include/tchar.h, include/wininet.h:
6403         Francois Gouget <fgouget@codeweavers.com>
6404         Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
6405         WINELIB_NAME_AW macros.
6407         * include/oleauto.h:
6408         Francois Gouget <fgouget@codeweavers.com>
6409         Added some missing 'SysAllocString' prototypes.
6410         Added some missing 'TypeLib' prototypes.
6412         * dlls/oleaut32/typelib.c:
6413         Francois Gouget <fgouget@codeweavers.com>
6414         Fixed some prototypes.
6416         * include/bitmaps/ocr_ibeam:
6417         Aric Stewart <aric@codeweavers.com>
6418         Added a white border around the I-beam cursor.
6420 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
6422         * memory/global.c:
6423         Lawson Whitney <lawson_whitney@juno.com>
6424         Protect GlobalHandle() against bad parameters.
6426         * debugger/stack.c:
6427         Fixed backtrace for apps that never called down to 16-bit code.
6429         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
6430         Make sure that we skip tasks with missing hInstance.
6432         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
6433         Introduced a new arena flag called GA_DOSMEM to distinguish between
6434         DOSMEM and normal "windows" global mem.
6436         * dlls/winmm/mmio.c:
6437         Francois Jacques <francoisj@macadamian.com>
6438         Bug fixes in mmio, related to buffering in record mode.
6440 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
6442         * ChangeLog, include/version.h, ANNOUNCE:
6443         Release 20001002.
6445 ----------------------------------------------------------------
6446 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
6448         * memory/global.c:
6449         Lawson Whitney <lawson_whitney@juno.com>
6450         Protect GlobalHandle() against bad parameters.
6452         * debugger/stack.c:
6453         Fixed backtrace for apps that never called down to 16-bit code.
6455         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
6456         Make sure that we skip tasks with missing hInstance.
6458         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
6459         Introduced a new arena flag called GA_DOSMEM to distinguish between
6460         DOSMEM and normal "windows" global mem.
6462         * dlls/winmm/mmio.c:
6463         Francois Jacques <francoisj@macadamian.com>
6464         Bug fixes in mmio, related to buffering in record mode.
6466         * server/registry.c, server/request.h, server/trace.c, memory/registry.c, include/ntddk.h, include/server.h, dlls/ntdll/reg.c, dlls/advapi32/registry.c:
6467         Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
6468         Fixed a few bugs.
6470         * dlls/kernel/kernel32.spec:
6471         Forward all large integer functions to ntdll.
6473         * ole/ole2nls.c:
6474         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6475         GetDateFormatA: Check range and recalculate wDayOfWeek.
6476         OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
6477         LOCALE_S(ABBREV)DAYNAMEx.
6479         * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
6480         Patrik Stridvall <ps@leissner.se>
6481         Fixed some issues found by winapi_check.
6483         * tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/wnaspi32.api, tools/winapi_check/win16/mmsystem.api, tools/winapi_check/win16/setupx.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/modules.dat:
6484         Patrik Stridvall <ps@leissner.se>
6485         - Support for stdcall64
6486         - Minor API updates.
6488         * loader/loadorder.c:
6489         Andreas Mohr <a.mohr@mailto.de>
6490         Beautified the loadorder array (group DLLs according to functionality,
6491         add group header comments, ...), added builtin x11drv and winaspi.
6493         * dlls/msacm/internal.c:
6494         James Hatheway <james@macadamian.com>
6495         Silence unneeded exception to allow easier ACM debugging.
6497 2000-10-01  Alexandre Julliard  <julliard@winehq.com>
6499         * include/server.h, memory/registry.c, server/registry.c, server/request.h, server/trace.c, tools/make_requests, dlls/advapi32/registry.c, dlls/ntdll/reg.c:
6500         Converted some of the registry server requests to the new request
6501         mechanism.
6503         * win32/time.c, dlls/ntdll/Makefile.in, dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/time.c, include/ntddk.h, include/winnt.h, scheduler/timer.c, dlls/kernel/time.c:
6504         Implemented a bunch of large integer functions in ntdll.
6506         * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
6507         Added stdcall64 entry point type to allow correct relay debugging
6508         support for functions that return 64-bit values.
6510 2000-09-29  Alexandre Julliard  <julliard@winehq.com>
6512         * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
6513         Make sure we commit enough memory in a new subheap.
6515         * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
6516         Stefan Leichter <Stefan.Leichter@camline.com>
6517         - moved some code from WINSPOOL_GetPrinterDriver into new function
6518           WINSPOOL_GetDriverInfoFromReg
6519         - bug fix in function GetPrinterDirectoryW: free local variable not
6520           the one from function interface
6521         - implemented EnumPrinterDriversA|W
6523         * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
6524         Fixed the default value handling (trailing spaces of the default value
6525         are clipped).
6526         section == NULL, key_name == NULL undoc. feature is only valid in Win32.
6528         * dlls/ntdll/sync.c, include/ntddk.h, loader/task.c, scheduler/Makefile.in, scheduler/critsection.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/syslevel.c, win32/Makefile.in, win32/except.c, win32/kernel32.c, win32/newfns.c, win32/process.c, win32/time.c, dlls/kernel/Makefile.in, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/time.c:
6529         Moved a bunch of routines to kernel32.dll (with the help of
6530         Dimitrie O. Paun).
6532         * objects/palette.c:
6533         Andreas Mohr <a.mohr@mailto.de>
6534         GDISelectPalette16 checked GetObjectType() return value for
6535         PALETTE_MAGIC instead of OBJ_PAL.
6537         * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
6538         Francois Gouget <fgouget@codeweavers.com>
6539         Moved DLLVERSIONINFO to shlwapi.h.
6541         * dlls/shell32/shell.c:
6542         Andreas Mohr <a.mohr@mailto.de>
6543         Let InternalExtractIcon16 load icons from builtin DLLs.
6545         * dlls/comctl32/toolbar.c:
6546         Francois Gouget <fgouget@codeweavers.com>
6547         Modified the bitmap centering algorithm to take the button's border
6548         into account.
6550         * windows/timer.c, include/message.h, windows/message.c:
6551         Stephane Lussier <stephane@macadamian.com>
6552         Before calling the timer window proc, make sure it is valid.
6554         * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
6555         Removed a few dependencies on kernel32 functions.
6557         * dlls/ntdll/ntdll.spec, include/ntddk.h, include/winbase.h, scheduler/critsection.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, dlls/ntdll/critsection.c:
6558         Moved critical section implementation to ntdll.
6560         * windows/x11drv/Makefile.in, win32/Makefile.in, windows/Makefile.in, scheduler/Makefile.in, tsx11/Makefile.in, relay32/Makefile.in, resources/Makefile.in, objects/Makefile.in, ole/Makefile.in, misc/Makefile.in, miscemu/Makefile.in, msdos/Makefile.in, loader/ne/Makefile.in, memory/Makefile.in, loader/Makefile.in, loader/dos/Makefile.in, graphics/x11drv/Makefile.in, if1632/Makefile.in, graphics/win16drv/Makefile.in, graphics/enhmetafiledrv/Makefile.in, graphics/metafiledrv/Makefile.in, files/Makefile.in, graphics/Makefile.in, console/Makefile.in, controls/Makefile.in, Make.rules.in:
6561         Moved $(MODULE).o rule out of Make.rules into the individual
6562         Makefiles.
6564         * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
6565         Mike McCormack <mike_mccormack@looksmart.com.au>
6566         Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
6568         * objects/region.c:
6569         Sergei Ivanov <sergei@corel.com>
6570         Fixed return values of GetRegionData.
6572         * dlls/comctl32/toolbar.c:
6573         Susan Farley <sfarley@codeweavers.com>
6574         Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
6575         WM_COMMAND for the button has been sent, rather than before.
6577         * dlls/winmm/winmm_res.rc:
6578         Francois Jacques <francoisj@macadamian.com>
6579         Use waveaudio, not waveform.
6581         * dlls/ole32/compobj.c:
6582         Huw D M Davies <hdavies@codeweavers.com>
6583         Fix a couple of TRACE messages.
6585         * debugger/stabs.c:
6586         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6587         Added missing cast.
6589         * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
6590         Francois Gouget <fgouget@codeweavers.com>
6591         Fix the return type of mixerMessage16.
6593         * include/winver.h:
6594         Francois Gouget <fgouget@codeweavers.com>
6595         Renamed VS_USER_INFO to VS_USER_DEFINED.
6597 2000-09-27  Alexandre Julliard  <julliard@winehq.com>
6599         * include/builtin32.h, miscemu/.cvsignore, miscemu/Makefile.in, miscemu/main.c, miscemu/wine.spec, relay32/builtin32.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in:
6600         Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
6601         Generate the import table directly in PE format.
6602         Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
6603         main wine binary.
6605         * dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/user32.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/winsock/ws2_32.spec, dlls/Makefile.in, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec:
6606         Added a few missing imports.
6608         * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
6609         Francois Gouget <fgouget@codeweavers.com>
6610         Added various type and macro definitions that are needed to compile
6611         the latest MFC.
6613         * dlls/winmm/wineoss/midi.c:
6614         Eric Pouech <Eric.Pouech@wanadoo.fr>
6615         Store a copy of MIDIOPENDESC information instead of pointer.
6617         * dlls/winmm/mmsystem.c:
6618         Eric Pouech <Eric.Pouech@wanadoo.fr>
6619         Unlock win16 crst while thunking up to 32 bit dll.
6621         * dlls/wininet/internet.c:
6622         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6623         Include <unistd.h> for prototype of select().
6625         * server/sock.c:
6626         Stephane Lussier <stephane@macadamian.com>
6627         Socket returned by accept function of Microsoft API should keep the
6628         properties of the listening socket. This is also true for non-blocking
6629         property.
6631         * windows/winpos.c:
6632         Dmitry Timoshkov <dmitry@sloboda.ru>
6633         If window was not resized and not moved, repaint only itself excluding
6634         parent.
6636         * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
6637         Generate Win32 dll descriptor structure in the .spec.c file so that we
6638         don't need to depend on builtin32.h.
6640         * include/Makefile.in, include/mouse.h, include/zmouse.h:
6641         Jeremy White <jwhite@codeweavers.com>
6642         Created zmouse.h, moved wheel code from mouse.h into it.
6644         * dlls/winmm/mcicda/mcicda.c:
6645         James Abbatiello <abbeyj@wpi.edu>
6646         MCI_STATUS_LENGTH on Windows returns one frame less than the total
6647         track length for the last track on a CD.  This also affects queries
6648         for the total length of the CD.
6650         * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
6651         Fixed a few non portable zero-size array declarations.
6653         * files/drive.c:
6654         Marcus Meissner <marcus@jet.franken.de>
6655         Have the UNIX cwd follow the current directory on the current drive.
6657         * windows/x11drv/event.c:
6658         Stephane Lussier <stephane@macadamian.com>
6659         On reception of a FocusOut event, don't deactivate the application if the
6660         next window to get the focus is a Wine window.
6662 2000-09-26  Alexandre Julliard  <julliard@winehq.com>
6664         * documentation/status/directplay, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/Makefile.in, dlls/dplayx/Makefile.in:
6665         Peter Hunnisett <hunnise@nortelnetworks.com>
6666         - Remove winmm hack in dplay code
6667         - Fix up some missing holes in the code
6668         - More message implementation
6669         - Status documentation update
6671         * Make.rules.in, Makefile.in:
6672         Marcus Meissner <Marcus.Meissner@caldera.de>
6673         Migrate $LDFLAGS from configure to Makefile and into main wine
6674         executable.
6676         * relay32/builtin32.c:
6677         Andreas Mohr <a.mohr@mailto.de>
6678         Display an ERR() in case of undefined symbols.
6680         * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
6681         Andreas Mohr <a.mohr@mailto.de>
6682         Started some basic work on the more or less undocumented SETUPX
6683         functions.
6685         * dlls/comctl32/toolbar.c:
6686         Susan Farley <sfarley@codeweavers.com>
6687         Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
6688         pressed flags on WM_CAPTURECHANGED.
6690         * objects/dc.c:
6691         Marcus Meissner <marcus@jet.franken.de>
6692         WORD is unsigned, so we need to transalte 0xffff into -1.
6694         * windows/x11drv/event.c, win32/console.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/nonclient.c, windows/win.c, include/wine/winuser16.h, msdos/dosaspi.c, msdos/xms.c, ole/ole2nls.c, include/wine/exception.h, include/wine/keyboard16.h, include/wine/mmsystem16.h, include/wine/obj_base.h, include/wine/winaspi.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winnet16.h, include/wine/winsock16.h, include/winbase.h, include/wincon.h, include/windef.h, include/wingdi.h, include/winnls.h, include/winproc.h, include/winsock.h, include/winsock2.h, include/winuser.h, include/winver.h, include/wnaspi32.h, include/wownt32.h, include/wtypes.h, include/neexe.h, include/nonclient.h, include/ntsecapi.h, include/ole.h, include/ole2.h, include/oleauto.h, include/shellapi.h, include/task.h, include/thread.h, include/toolhelp.h, include/vfw.h, include/win.h, include/winaspi.h, include/aspi.h, include/basetsd.h, include/builtin16.h, include/cdrom.h, include/clipboard.h, include/commdlg.h, include/dce.h, include/ddeml.h, include/dinput.h, include/file.h, include/global.h, include/local.h, include/lzexpand.h, include/message.h, include/miscemu.h, include/mmddk.h, include/mmsystem.h, include/module.h, include/msacm.h, include/Makefile.in, if1632/snoop.c, dlls/winspool/info.c, files/file.c, dlls/winsock/socket.c, dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/winemm.h, dlls/winaspi/aspi.h, dlls/winaspi/winaspi16.c, dlls/win32s/w32sys.c, dlls/version/ver16.c, dlls/user/ddeml.c, dlls/user/ddeml16.h, dlls/user/bidi16.c, dlls/shell32/pidl.h, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/setupapi/setupx_main.c, dlls/shell32/pidl.c, dlls/rpcrt4/rpcrt4_main.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/msvideo/msvideo_main.c, dlls/msvideo/vfw16.h, dlls/msvideo/drawdib.c, dlls/msacm/msacm_main.c, dlls/msacm/msacmdrv.h, dlls/msacm/wineacm.h, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c, dlls/gdi/bidi16.c, dlls/gdi/printdrv.c, dlls/kernel/stress.c, dlls/dsound/dsound_main.c, dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/comctl32/updown.c, dlls/comctl32/status.c, dlls/comctl32/treeview.c, dlls/comctl32/progress.c, controls/listbox.c, controls/menu.c, controls/scroll.c:
6695         Moved all Win16 definitions out of the standard Windows headers.
6697         * loader/pe_resource.c:
6698         Dmitry Timoshkov <dmitry@sloboda.ru>
6699         Avoid crashes if 16-bit module handle was passed to the 32-bit
6700         resource enumerator.
6702         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, include/ddraw.h, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, wine.ini:
6703         Lionel Ulmer <lionel.ulmer@free.fr>
6704         Added support for DirectDraw overlays using the XVideo extension.
6706         * graphics/x11drv/codepage.c:
6707         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6708         Code cleanup.
6709         Add checking for invalid DBCS trailer bytes.
6711         * include/commctrl.h:
6712         Marcus Meissner <marcus@jet.franken.de>
6713         Fixed some commctl header issues reported in newsgroup.
6715         * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
6716         A few includes cleanup.
6718         * programs/regapi/regapi.c, programs/winhelp/macro.c, programs/notepad/dialog.c, loader/main.c, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_propertystorage.h, include/wine/obj_queryassociations.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h, include/wine/obj_shellview.h, include/wine/obj_storage.h, include/wine/undocshell.h, include/wine/obj_cache.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h, include/wine/obj_contextmenu.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h, include/wine/obj_enumidlist.h, include/wine/obj_errorinfo.h, include/wine/obj_extracticon.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, include/dlgs.h, include/main.h, include/ocidl.h, include/ole2.h, include/oleauto.h, include/oleidl.h, include/shell.h, include/shlobj.h, include/shlwapi.h, include/windows.h, dlls/shlwapi/regstream.c, dlls/oleaut32/olefont.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/classes.c, dlls/shell32/enumidlist.c, dlls/shell32/memorystream.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shellfolder.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/systray.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.h, dlls/oleaut32/connpt.c, dlls/comctl32/imagelist.c, dlls/commdlg/cdlg.h, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c:
6719         Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
6721 2000-09-25  Alexandre Julliard  <julliard@winehq.com>
6723         * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
6724         Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
6726         * relay32/relay386.c, relay32/snoop.c, win32/device.c, windows/keyboard.c, windows/winproc.c, msdos/dpmi.c, msdos/int10.c, msdos/int13.c, msdos/int15.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, msdos/xms.c, loader/ne/module.c, loader/ne/segment.c, memory/instr.c, memory/selector.c, misc/error.c, misc/system.c, msdos/devices.c, msdos/dosaspi.c, include/miscemu.h, include/winnt.h, loader/dos/dosvm.c, loader/task.c, dlls/kernel/thunk.c, dlls/kernel/win87em.c, dlls/ntdll/rtl.c, dlls/user/mouse.c, if1632/relay.c, if1632/snoop.c, debugger/registers.c:
6727         Removed some of the XXX_reg macros now that we are using the standard
6728         CONTEXT86 structure everywhere.
6730         * windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/timer.c, win32/console.c, misc/comm.c, misc/cpu.c, misc/main.c, misc/version.c, ole/ole2nls.c, scheduler/event.c, loader/module.c, loader/ne/convert.c, loader/ne/resource.c, memory/atom.c, memory/environ.c, memory/registry.c, memory/virtual.c, misc/cdrom.c, files/dos_fs.c, files/profile.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, include/winbase.h, dlls/shlwapi/path.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/shell32/shellpath.c, dlls/shell32/shv_item_cmenu.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/ole2.c, dlls/kernel/format_msg.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/crtdll/mbstring.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, controls/listbox.c, controls/menu.c:
6731         Removed inclusion of wine/winestring.h from winbase.h and added it to
6732         the C files that need it.
6734 2000-09-24  Alexandre Julliard  <julliard@winehq.com>
6736         * msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int09.c, msdos/int2f.c, msdos/int33.c, memory/instr.c, loader/dos/dosvm.c, loader/dos/module.c, loader/task.c, include/ldt.h, include/miscemu.h, include/winnt.h, include/dosexe.h:
6737         Moved most global data out of the LPDOSTASK structure.
6738         Allocate DPMI real-mode segments globally at startup.
6739         Try to allocate DOS memory at address 0.
6741         * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
6742         Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
6743         Farnum).
6745         * memory/virtual.c:
6746         Gerard Patel <g.patel@wanadoo.fr>
6747         Locks the virtual views linked list.
6749         * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
6750         Rein Klazes <rklazes@casema.net>
6751         Make calls to gethostbyname, gethostbyaddr, getservbyname,
6752         getservbyport, getprotobyname and getprotobynumber thread-safe.
6754         * graphics/x11drv/xfont.c:
6755         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6756         Use appropriate charset if facenames of font is known.
6757         Use CP_ACP if DEFAULT_CHARSET is requested.
6759         * controls/listbox.c:
6760         Gerard Patel <g.patel@wanadoo.fr>
6761         In WM_DRAWITEM, always calls the app with a valid current focus_item.
6763         * debugger/winedbg.c, debugger/stack.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/expr.c, debugger/db_disasm.c, debugger/break.c:
6764         Improved support for vm86 mode.
6766         * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
6767         Added support for exception handling while in vm86 mode.
6768         Fixed a couple of bugs in vm86 support.
6770         * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
6771         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6772         Fixed format strings.
6774         * dlls/comctl32/commctrl.c:
6775         Francois Gouget <fgouget@free.fr>
6776         Added set WS_CHILD and CCS_TOP to the toolbar's style.
6777         TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
6778         defaults.
6780         * dlls/comctl32/toolbar.c:
6781         Francois Gouget <fgouget@free.fr>
6782         The size of the comctl32 internal bitmaps is 24x24 not 26x26.
6783         Fixed minor typos.
6785         * tools/wrc/parser.l, tools/wrc/README.wrc:
6786         Francois Gouget <fgouget@free.fr>
6787         Filenames may contain '/' and '\'.
6788         Small typo fixes.
6790 2000-09-22  Alexandre Julliard  <julliard@winehq.com>
6792         * dlls/comctl32/listview.c:
6793         Chris Morgan <cmorgan@codeweavers.com>
6794         Paint background before drawing item and subitems.  Paint any area of
6795         the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
6796         if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
6797         has items to draw.
6799         * windows/x11drv/event.c, windows/x11drv/keyboard.c, server/main.c, server/object.h, server/process.c, server/trace.c, scheduler/process.c, misc/main.c, include/options.h, include/server.h, include/x11drv.h, dlls/x11drv/x11drv_main.c:
6800         Andreas Mohr <a.mohr@mailto.de>
6801         Make GetTickCount not use the whole Unix epoch (since 1970) any more,
6802         since that crashed several games or caused problems with them as they
6803         aren't used to a high Windows uptime of more than 24.9 days.
6805         * scheduler/client.c:
6806         Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
6807         Added S_ISFIFO check for Solaris.
6809         * include/windef.h:
6810         Francois Gouget <fgouget@codeweavers.com>
6811         Added a macro for _declspec (backward compatibility synonym of
6812         __declspec).
6813         Removed the dllimport and dllexport macros.
6815         * include/objbase.h:
6816         Francois Gouget <fgouget@codeweavers.com>
6817         Must include 'stdlib.h'.
6819         * include/commctrl.h:
6820         Francois Gouget <fgouget@codeweavers.com>
6821         Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
6823         * dlls/wineps/Makefile.in, dlls/wineps/driver.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h, dlls/wineps/rsrc.rc, dlls/wineps/wineps.spec, dlls/wineps/wps_En.rc, dlls/wineps/wps_xx.rc, dlls/wineps/.cvsignore, dlls/Makefile.in:
6824         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6825         Paper size and orientation prop sheet for wineps.
6827         * dlls/user/text.c:
6828         Susan Farley <sfarley@codeweavers.com>
6829         Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
6830         flags in DrawText.
6832         * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
6833         Fixed WinExec16 to handle quoted filenames correctly.
6835         * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
6836         Damyan Ognyanoff <Damyan@rocketmail.com>
6837         IErrorInfo is now derived from IUnknown.
6839         * dlls/comctl32/listview.c:
6840         Aric Stewart <aric@codeweavers.com>
6841         Correct some situations with listview selections. Specifically fixed
6842         situations where in an OWNERDATA listview the selection ranges become
6843         invalid if the number of items is changed. Additional fixes a few
6844         problems resulting in loops in RemoveAllSelections.
6846         * include/mmsystem.h, include/wingdi.h, include/winuser.h:
6847         Francois Gouget <fgouget@free.fr>
6848         Added a few missing macros, types and prototypes.
6850         * include/winres.h:
6851         Francois Gouget <fgouget@free.fr>
6852         New file. All RC files generated by VC6 include afxres.h which in turn
6853         includes this file.
6855         * windows/queue.c, windows/message.c, windows/nonclient.c:
6856         Andreas Mohr <a.mohr@mailto.de>
6857         Spelling, trace fixes.
6859         * memory/environ.c:
6860         Andreas Mohr <a.mohr@mailto.de>
6861         Added SetLastError() in GetEnvironmentVariableA.
6863         * graphics/x11drv/text.c:
6864         Damyan Ognyanoff <Damyan@rocketmail.com>
6865         Added error correction when using symbol offsets.
6867         * dlls/winmm/mciseq/mcimidi.c:
6868         Eric Pouech <eric.pouech@voila.fr>
6869         Fixed reentrancy issues in play/stop operations.
6871         * dlls/commdlg/cdlg_xx.rc:
6872         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6873         Fix PrintDlg collate icons.  Add orientation icons.
6875         * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
6876         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6877         Stubs for shlwapi.151 and shlwapi.153.
6879         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
6880         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6881         Stub for CoIsOle1Class.
6883         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
6884         Huw D M Davies <hdavies@codeweavers.com>
6885         Set close on exec() flag at times when we leave /dev/dsp and
6886         /dev/sequencer open.
6888         * dlls/comctl32/tab.c:
6889         Susan Farley <sfarley@codeweavers.com>
6890         Added support for FLATBUTTON style tabs.
6891         Made width of BUTTON style tabs no less than 2x their height.
6892         Expanded focus rect to be just inside the border.
6894         * dlls/kernel/toolhelp.c:
6895         Andreas Mohr <a.mohr@mailto.de>
6896         Add FIXMEs for all these nice completely unimplemented TOOLHELP
6897         functions.
6899         * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
6900         fixed the win95 registry loader to have somewhat stricter checking.
6902         * dlls/comctl32/toolbar.c:
6903         Chris Morgan <cmorgan@codeweavers.com>
6904         Fixed button image to be offset to the center of the button horizontally,
6905         visible with WinZip and CuteFTP 4.0.  Fixed compile warnings from format type
6906         specifiers in two TRACE's.  Removed TRACE in TOOLBAR_GetItemRect().  Added
6907         button width to TRACE in TOOLBAR_CalcToolbar().
6909         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
6910         Chris Morgan <cmorgan@codeweavers.com>
6911         Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
6912         being called with RDW_UPDATENOW, forcing immediate painting.  Added
6913         redrawing logic to STATUSBAR_SetTextW().
6915         * dlls/comctl32/treeview.c:
6916         Chris Morgan <cmorgan@codeweavers.com>
6917         Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge.  Optimize
6918         redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
6920         * relay32/builtin32.c:
6921         Francois Gouget <fgouget@free.fr>
6922         Raised MAX_DLLS to 100.
6924 2000-09-19  Alexandre Julliard  <julliard@winehq.com>
6926         * include/commctrl.h, include/oleauto.h, include/prsht.h, include/shellapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winsock2.h, include/winsvc.h, include/wtypes.h, dlls/comctl32/propsheet.c, dlls/shell32/shell32.spec, dlls/shell32/systray.c, dlls/advapi32/service.c:
6927         Peter Hunnisett <hunnise@nortelnetworks.com>
6928         - Added some missing WINELIB_NAME_AW definitions, types and messages
6929         - Small prototype fixes
6931         * relay32/snoop.c:
6932         Rein Klazes <rklazes@casema.net>
6933         Catch EXCEPTION_PRIV_INSTRUCTION exception too.
6935         * dlls/comctl32/listview.c:
6936         Stephane Lussier <stephane@macadamian.com>
6937         Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
6938         should set lParam to a NMLISTVIEW instead of a NMHDR. According to
6939         MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
6940         the DLL version.
6942         * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
6943         Fixed window lock problem in SetMenu().
6945         * objects/metafile.c: Henning Hoffmann
6946         Avoid deadlocks in EnumMetaFile.
6948         * dlls/oleaut32/typelib.c:
6949         Gerard Patel <g.patel@wanadoo.fr>
6950         Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
6952 2000-09-18  Alexandre Julliard  <julliard@winehq.com>
6954         * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
6955         Misc cleanups.
6957         * dlls/ntdll/signal_i386.c, include/wine/exception.h:
6958         Added preliminary support for switching to vm86 mode with proper
6959         exception handling.
6961         * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
6962         Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
6964         * dlls/comctl32/toolbar.c:
6965         Chris Morgan <cmorgan@wpi.edu>
6966         Change FIXME("Button size set after button in toolbar\n") in
6967         SetButtonSize() to WARN as quite a few applications are doing this
6968         after adding each button to the toolbar and there is no way we can
6969         stop them.
6971         * dlls/ddraw/dsurface/dga.c:
6972         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6973         Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
6975         * misc/comm.c:
6976         Mike McCormack <mike_mccormack@looksmart.com.au>
6977         - removed redundant functions COMM_Get(Read/Write)Fd
6978         - corrected the name of 16bit functions in comments
6979         - removed unused static variable
6981         * README: Andreas Mohr <a.mohr@mailto.de>
6982         - prefer wineinstall
6983         - mention debugger setup (temporary)
6985         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
6986         Mike McCormack <mike_mccormack@looksmart.com.au>
6987         Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
6988         report an error.
6990         * dlls/comctl32/listview.c:
6991         Stephane Lussier <stephane@macadamian.com>
6992         Sorting items in a listview using LVW_SORTITEMS is only sorting the items
6993         and not the subitems. This patch fix this issue. I've remove the temporary
6994         Sortlist, it was not necessary to create another list, and it was buggy.
6996 2000-09-16  Alexandre Julliard  <julliard@winehq.com>
6998         * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
6999         Removed a couple of unused functions in the Callout structure.
7001         * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
7002         Moved Select/RealizePalette implementation to USER and use
7003         pfnSelect/RealizePalette function pointers in GDI.
7004         Make sure the palette handle is valid in GDISelectPalette16 (thanks to
7005         Uwe Bonnes).
7007         * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
7008         Mike McCormack <mike_mccormack@looksmart.com.au>
7009         Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
7011         * dlls/wineps/objects.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/objects.c, graphics/x11drv/objects.c, include/gdi.h, objects/dc.c, objects/gdiobj.c, windows/syscolor.c, dlls/ttydrv/objects.c:
7012         Andreas Mohr <a.mohr@mailto.de>
7013         Added support for non-deletable system brushes and pens created by
7014         USER.
7016         * dlls/winsock/socket.c:
7017         John Gilmore <gnu@toad.com>
7018         Cleaned it up so that code paths which have unsupported WS_SO values
7019         never actually pass them to Unix system calls.
7021         * dlls/kernel/kernel32.spec, memory/virtual.c:
7022         Andreas Mohr <a.mohr@mailto.de>
7023         Added VirtualAllocEx.
7025         * include/winbase.h:
7026         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7027         Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
7029         * dlls/comctl32/tab.c:
7030         Andreas Mohr <a.mohr@mailto.de>
7031         Fixed tab control to use HTTRANSPARENT when mouse hits client area,
7032         but not tab control buttons.
7034         * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
7035         Silence some bogus error message.
7037         * include/winsock.h:
7038         Jeremy White <jwhite@codeweavers.com>
7039         Adjusted to allow MFC compilation; prevent definition of struct fd_set
7040         which conflicts with the fd_set typedef.
7042         * include/winuser.h:
7043         Jeremy White <jwhite@codeweavers.com>
7044         Added PWNDCLASS definition.
7046         * dlls/comctl32/listview.c:
7047         Stephane Lussier <stephane@macadamian.com>
7048         Allow having a transparent background text color for the listview.
7050         * ole/ole2nls.c:
7051         Dimitrie O. Paun <dimi@cs.toronto.edu>
7052         Use the system local time if lpTime=NULL.
7054 2000-09-13  Alexandre Julliard  <julliard@winehq.com>
7056         * dlls/kernel/thunk.c:
7057         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
7058         Update ESP correctly on return from flat thunk routines.
7060         * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
7061         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
7062         Modified CallTo16Register routines to update register context after
7063         call returns. Callers adapted.
7065         * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
7066         Huw D M Davies <hdavies@codeweavers.com>
7067         Add some Str* prototypes to shlwapi.h.
7069         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
7070         Chris Morgan <cmorgan@wpi.edu>
7071         Merged main Wine changes into Corel's treeview control rewritten by
7072         Serge Ivanov and Andrew Lewycky.  Fixed item focus behavior to match
7073         Windows.  Fixed item selection when un/expanding items.  Implemented
7074         WM_SETREDRAW.  Added Corel's COMCTL32_CreateToolTip() helper function
7075         to commctrl.c.
7077         * windows/painting.c, controls/button.c:
7078         Serge Ivanov <sergei@corel.ca>
7079         (Merged by Marcus Meissner <marcus@jet.franken.de>)
7080         Fixed problem with origin for DST_COMPLEX style.
7081         Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
7083         Added handling of BS_MULTILINE style, label alignment
7084         styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
7085         pushbuttons for now), and BS_PUSHLIKE.
7087         Modified label drawing procedure: now all kinds of buttons
7088         use common BUTTON_DrawLabel function. Actual label drawing is
7089         performed by DrawStateW function.
7091         GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
7093         * dlls/ddraw/ddraw/main.c:
7094         Lionel Ulmer <lionel.ulmer@free.fr>
7095         Upgrade also 15bpp to 16bpp surfaces.
7097 2000-09-12  Alexandre Julliard  <julliard@winehq.com>
7099         * windows/winpos.c:
7100         James Hatheway <james@macadamian.com>
7101         KDE 1.x has problems with using XShapeCombineMask when there was no
7102         previous region.
7104         * controls/scroll.c:
7105         Gerard Patel <g.patel@wanadoo.fr>
7106         SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
7107         maxval) change.
7109         * include/wine/unicode.h:
7110         Added missing __volatile__.
7112         * dlls/ddraw/ddraw/x11.c, dlls/gdi/gdi.spec, files/file.c, misc/main.c, scheduler/process.c, windows/message.c, controls/button.c, debugger/break.c, debugger/winedbg.c, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c:
7113         Andreas Mohr <a.mohr@mailto.de>
7114         - fixes debugger output
7115         - get rid of wrong comments
7116         - fix comments
7117         - .spec spelling fix
7118         - improve warning message
7120         * dlls/kernel/kernel32.spec, win32/time.c:
7121         Andreas Mohr <a.mohr@mailto.de>
7122         "implemented" GetSystemTimeAdjustment.
7124         * windows/class.c:
7125         Huw D M Davies <hdavies@codeweavers.com>
7126         Don't try to delete a wndclass background brush if it's a COLOR_*
7127         constant.
7129         * windows/nonclient.c:
7130         Mike McCormack <mike_mccormack@looksmart.com.au>
7131         Make sure NC_HandleNCCalcSize returns a valid rectangle.
7132         Painting fails if the rectangle is invalid.
7134         * dlls/comctl32/listview.c:
7135         Chris Morgan <cmorgan@wpi.edu>
7136         Hide the vertical scrollbar when listview style is LVS_LIST.
7138         * include/winuser.h:
7139         Jeremy White <jwhite@codeweavers.com>
7140         Add WM_USERCHANGED.
7142         * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
7143         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7144         Use tpXXX instead of tbXXX in tagTHREADENTRY32.
7146         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
7147         Lionel Ulmer <lionel.ulmer@free.fr>
7148         Fixed DGA / DGA 2 palette creation.
7150         * graphics/x11drv/text.c:
7151         Gerard Patel <g.patel@wanadoo.fr>
7152         Fix a memory leak in X11DRV_GetTextExtentPoint.
7154 ----------------------------------------------------------------
7155 2000-09-10  Alexandre Julliard  <julliard@winehq.com>
7157         * scheduler/client.c:
7158         Added WINESERVER environment variable to allow overriding the normal
7159         server search sequence.
7161         * files/directory.c:
7162         Removed chdir("/") until we have proper Unix cwd management.
7164         * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
7165         Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
7167         * loader/ne/module.c:
7168         Andreas Mohr <a.mohr@mailto.de>
7169         Fixed NE_LoadExeHeader error handling.
7171         * loader/module.c:
7172         Eric Pouech <Eric.Pouech@wanadoo.fr>
7173         Fixed loader - broken search for already loaded modules.
7175         * objects/dib.c:
7176         Eric Pouech <Eric.Pouech@wanadoo.fr>
7177         Fixed fallback code for StretchBlt on RLE DIBs with gaps.
7179 2000-09-09  Alexandre Julliard  <julliard@winehq.com>
7181         * documentation/fonts.sgml:
7182         Marcus Meissner <marcus@jet.franken.de>
7183         Fixed bdftopcf command.
7185         * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
7186         Eric Pouech <Eric.Pouech@wanadoo.fr>
7187         Added *Filter* functions.
7188         Misc bug fixes.
7190         * dlls/comctl32/tab.c:
7191         Marcus Meissner <marcus@jet.franken.de>
7192         Implemented TCM_GETROWCOUNT.
7194         * programs/control/Makefile.in, programs/notepad/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in:
7195         Francois Gouget <fgouget@codeweavers.com>
7196         Added the missing library dependencies.
7198         * include/Makefile.in, include/cguid.h:
7199         Peter Hunnisett <hunnise@nortelnetworks.com>
7200         Added cguid.h.
7202         * dlls/ddraw/dga.c:
7203         Lionel Ulmer <lionel.ulmer@free.fr>
7204         Do not support DGA when DirectVideo not present.
7206         * windows/defwnd.c:
7207         Dmitry Timoshkov <dmitry@sloboda.ru>
7208         Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
7210         * controls/listbox.c:
7211         Mike McCormack <mike_mccormack@looksmart.com.au>
7212         Avoid divide by zero when listbox set to zero height.
7214         * windows/mdi.c:
7215         Dmitry Timoshkov <dmitry@sloboda.ru>
7216         Simplify a bit MDI child window creation.
7218         * controls/menu.c:
7219         Dmitry Timoshkov <dmitry@sloboda.ru>
7220         GetMenu might be used to get child window id.
7222 2000-09-07  Alexandre Julliard  <julliard@winehq.com>
7224         * windows/x11drv/keyboard.c:
7225         Giovanni Pancotti <giovanni.pancotti@cedecra.it>
7226         Italian keyboard fixes.
7228         * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
7229         DOSFS_MatchLong ignored several things about file mask matching for
7230         long file names.
7232         * include/wine/unicode.h:
7233         Erik Hofman <erik.hofman@a1.nl>
7234         Added missing const to external tables definitions.
7236         * files/dos_fs.c, include/comm.h, include/server.h, misc/comm.c, server/Makefile.in, server/request.h, server/serial.c, server/trace.c:
7237         Mike McCormack <mike_mccormack@looksmart.com.au>
7238         Added serial port object to the server.
7240         * dlls/comctl32/tooltips.c:
7241         Francois Jacques <francoisj@macadamian.com>
7242         - Make sure tooltips are hidden before deleting them.
7243         - Glitch happened while moving from a tooltip to another (fixed).
7245         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
7246         Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
7248         * graphics/x11drv/codepage.c:
7249         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7250         Added support for cp949.
7252 2000-09-06  Alexandre Julliard  <julliard@winehq.com>
7254         * memory/atom.c: Fixed cut&paste typo.
7256         * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xvideo.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xvideo.h, tools/make_X11wrappers:
7257         Lionel Ulmer <lionel.ulmer@free.fr>
7258         Added possibility to use XVideo.
7260         * dlls/comctl32/listview.c, include/commctrl.h:
7261         Aric Stewart <aric@codeweavers.com>
7262         Implemented both customdraw message sending and handling (based off
7263         the treeview method) as well as LVS_OWNERDRAWFIXED.
7265         * dlls/comctl32/comctl32undoc.c:
7266         Mike McCormack <mike_mccormack@looksmart.com.au>
7267         Fixed a bug (incorrect size in memmove) that I introduced with an
7268         earlier patch. Tested with wordview.
7270         * tools/wineinstall:
7271         Phil Cole <ukpgc@p.cole.easynet.co.uk>
7272         Added two directories to default non-windows install.
7274         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
7275         Andreas Mohr <a.mohr@mailto.de>
7276         Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
7277         Better error messages.
7279         * dlls/shell32/systray.c:
7280         James Hatheway <james@macadamian.com>
7281         Systray should keep a copy of its icons.
7283         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
7284         Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
7285         (thanks to Berend Ozceri for finding the problem).
7287         * windows/mdi.c: Serge Ivanov
7288         Delay destroying menu entry until all messages are sent.
7290 2000-09-04  Alexandre Julliard  <julliard@winehq.com>
7292         * memory/atom.c:
7293         Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
7295         * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
7296         Patrik Stridvall <ps@leissner.se>
7297         Fixed some issues found by winapi_check.
7299         * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/x11drv.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_parser.pm:
7300         Patrik Stridvall <ps@leissner.se>
7301         Minor API files update.
7303         * graphics/x11drv/xfont.c:
7304         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7305         Add jisx0212 encoding.
7306         Remove FIXMEs for implemented DBCS handling.
7308         * windows/x11drv/keyboard.c:
7309         Mike McCormack <mike_mccormack@looksmart.com.au>
7310         Added missing comma.
7312         * dlls/comctl32/comctl32undoc.c:
7313         Mike McCormack <mike_mccormack@looksmart.com.au>
7314         Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
7316 2000-09-02  Alexandre Julliard  <julliard@winehq.com>
7318         * win32/console.c:
7319         Marcus Meissner <marcus@jet.franken.de>
7320         Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
7322         * scheduler/process.c:
7323         Andreas Mohr <a.mohr@mailto.de>
7324         Avoid crash on empty command-line.
7326         * debugger/stabs.c:
7327         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7328         Added two missing casts.
7330         * dlls/comctl32/animate.c:
7331         Jean-Claude Batista <jcb@macadamian.com>
7332         Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
7334 2000-09-01  Alexandre Julliard  <julliard@winehq.com>
7336         * if1632/builtin.c, relay32/builtin32.c:
7337         Avoid buffer overflows in builtin dll loading (with the help of Dmitry
7338         Timoshkov).
7340         * windows/mdi.c: Henning Hoffmann
7341         Augment menu when a mdi window starts maximized.
7343         * windows/mdi.c: Francis Beaudet
7344         MDI Patch which fixes problems in PR, QP, WP and Paradox.
7346         * dlls/dsound/dsound_main.c:
7347         James Abbatiello <abbeyj@wpi.edu>
7348         Don't use copies of critical sections made by memcpy()
7349         Added missing WINAPIs
7351         * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
7352         James Abbatiello <abbeyj@wpi.edu>
7353         Fix for debugger disassembly being off by one byte after using nexti
7354         on a "call" instruction.
7356         * dlls/winsock/socket.c:
7357         Stephane Lussier <stephane@macadamian.com>
7358         When checking the socket return by the server request, we should do a
7359         "signed" check.
7361         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
7362         James Hatheway <james@macadamian.com>
7363         Implemented CoGetPSClsid().
7365 2000-08-31  Alexandre Julliard  <julliard@winehq.com>
7367         * tools/wineconf:
7368         Phil Cole <ukpgc@p.cole.easynet.co.uk>
7369         The Path variable in the created .winerc must be in dos format.
7371         * tools/wineinstall:
7372         Phil Cole <ukpgc@p.cole.easynet.co.uk>
7373         Small fix.
7375         * dlls/commdlg/filedlg95.c:
7376         Andreas Mohr <a.mohr@mailto.de>
7377         Fixed a string buffer overflow.
7379         * dlls/comctl32/animate.c:
7380         Jean-Claude Batista <jcb@macadamian.com>
7381         - improved ACS_TRANSPARENT and ACS_CENTER support
7382         - added RLE8 incremental decompression
7383         - each animation is now controlled by its own Windows thread
7384         - added use of Critical Sections in the WM_PAINT handler.
7386         * win32/console.c:
7387         Marcus Meissner <Marcus.Meissner@caldera.de>
7388         Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
7389         MapVirtualKeyA.
7391         * scheduler/thread.c, server/console.c, server/context_i386.c, server/context_sparc.c, server/debugger.c, server/file.c, server/process.c, server/sock.c, server/trace.c, tools/make_requests, win32/console.c, win32/except.c, dlls/ntdll/exception.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/server.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/process.c:
7392         Converted a lot of server requests to the new exception handling
7393         mechanism.
7395 2000-08-30  Alexandre Julliard  <julliard@winehq.com>
7397         * dlls/ddraw/dsurface/x11.c:
7398         Fixed non-OpenGL compile.
7400         * files/change.c, files/file.c, include/ntddk.h, include/server.h, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/selector.c, memory/virtual.c, misc/registry.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/atom.c, server/debugger.c, server/event.c, server/mapping.c, server/mutex.c, server/object.c, server/request.h, server/semaphore.c, server/thread.c, server/timer.c, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/sync.c:
7401         Added exception handling wrapper to a number of server requests.
7402         Changed a few requests to use the new vararg mechanism.
7404 2000-08-29  Alexandre Julliard  <julliard@winehq.com>
7406         * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
7407         Andreas Mohr <a.mohr@mailto.de>
7408         Fixed verbose CD-ROM serial number warnings and some spelling errors.
7410         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
7411         Peter Hunnisett <hunnise@nortelnetworks.com>
7412         Newbie friendly error message for 3D creation failure.
7414         * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/name_server.c:
7415         Peter Hunnisett <hunnise@nortelnetworks.com>
7416         - More implementation
7417         - Should be able to enumerate sessions anywhere with at least tcp/ip
7419         * include/server.h, include/thread.h, scheduler/client.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests:
7420         Added the data structures and macros that will be needed to support
7421         reentrant server requests.
7423         * windows/message.c, windows/queue.c, windows/input.c:
7424         Andreas Mohr <a.mohr@mailto.de>
7425         - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
7426         - fix a crash in QUEUE_RemoveSMSG()
7427         - convert some queue WARN() to ERR()
7428         - spaileng fikses
7430         * controls/listbox.c, dlls/comctl32/listview.c:
7431         Andreas Mohr <a.mohr@mailto.de>
7432         Always call LISTVIEW_SetSelection() for an item, even if that item
7433         has been selected before, in order to let other items get erased.
7435         * graphics/x11drv/text.c:
7436         Albert den Haan <albertd@corel.com>
7437         Convert the Unicode Character id to a glyph id in
7438         X11DRV_GetTextExtentPoint.
7440         * graphics/x11drv/xfont.c:
7441         Albert den Haan <albertd@corel.com>
7442         - enhanced reporting of unsupported X font encodings
7443         - added -cp-*- data to font encoding lookup structures
7445 2000-08-28  Alexandre Julliard  <julliard@winehq.com>
7447         * relay32/builtin32.c, documentation/wine.man.in, include/loadorder.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, misc/options.c:
7448         Peter Ganten <peter@ganten.org>
7449         - Always store the full path name of 32bit modules in WINE_MODREF
7450         - Add the possibility to use path names with the --dll command line
7451           option
7452         - Add the possibility to use the --dll command line option several
7453           times.
7454         - Note: The colon-sign is now exchanged with the plus-sign, as it is
7455           part of dos path names.
7457         * tools/wineinstall:
7458         Andreas Mohr <a.mohr@mailto.de>
7459         Added a wine rpm uninstall section to wineinstall.
7461         * windows/nonclient.c:
7462         Francois Methot <francoism@macadamian.com>
7463         Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
7465         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
7466         Lionel Ulmer <lionel.ulmer@free.fr>
7467         - added ARGB 1555 format
7468         - fixed refcount problem for Add/DeleteAttachedSurface
7470         * server/registry.c:
7471         Albert den Haan <albertd@corel.com>
7472         Fixed typo in HKEY_CURRENT_CONFIG name.
7474         * dlls/kernel/messages/winerr_enu.mc:
7475         Dmitry Timoshkov <dmitry@sloboda.ru>
7476         Add missing message to winerr_enu.mc.
7478         * dlls/kernel/wowthunk.c:
7479         James Abbatiello <abbeyj@wpi.edu>
7480         Increase number of supported args for WOW_CallProc32W16 from 11 to 13
7481         (for CreateService).
7483         * dlls/kernel/wprocs.spec, msdos/vxd.c:
7484         James Abbatiello <abbeyj@wpi.edu>
7485         Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
7487 2000-08-26  Alexandre Julliard  <julliard@winehq.com>
7489         * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
7490         Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
7492         * dlls/ntdll/reg.c, include/ntddk.h:
7493         Simplified root key handling now that the server supports a real root
7494         key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
7496         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
7497         Fixed debugstr_as/us prototypes.
7499         * dlls/wininet/http.c, dlls/winmm/joystick/joystick.c, dlls/winmm/wineoss/midi.c, loader/main.c, loader/module.c, loader/ne/segment.c, loader/pe_image.c, misc/comm.c, misc/ext_debugger.c, windows/x11drv/clipboard.c, console/xterm.c, dlls/commdlg/colordlg.c, dlls/dsound/dsound_main.c, dlls/gdi/printdrv.c, dlls/ntdll/signal_sparc.c, dlls/oleaut32/parsedt.c, dlls/wininet/ftp.c:
7500         Andreas Mohr <a.mohr@mailto.de>
7501         - made the MIDI sequencer error message much better for confused users
7502           to be found on #WineHQ
7503         - use strerror instead of errno at important places
7504         - got rid of HAVE_STRERROR macro
7505         - removed some #include:s (hopefully I didn't break anything)
7507         * dlls/comctl32/imagelist.c:
7508         Andreas Mohr <a.mohr@mailto.de>
7509         Replaced cCurImage by cMaxImage.
7511         * dlls/comctl32/propsheet.c:
7512         Andreas Mohr <a.mohr@mailto.de>
7513         "Fixed" horribly misaligned pages in property sheets of apparently
7514         newer InstallShields.
7516         * dlls/wineps/init.c:
7517         Dmitry Timoshkov <dmitry@sloboda.ru>
7518         Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
7519         "WINEPS.DRV" to allow an easy configuring for users.
7521         * graphics/x11drv/codepage.c:
7522         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7523           implements DrawText for cp932.
7525         * dlls/user/ddeml.c:
7526         Andreas Mohr <a.mohr@mailto.de>
7527         Don't make DDEML mutexes global any more.
7529         * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
7530         Added a real root key and simplified creation of the HKEY_* special root keys.
7531         Do not prefix all keys with the name of the top key when saving to a file.
7532         Try to load $WINEPREFIX/config into the Wine config branch at startup.
7534         * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm.rc, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, include/msacm.h:
7535         Eric Pouech <Eric.Pouech@wanadoo.fr>
7536         Implemented most of '*Format*' API.
7537         Improved internal object and messages handling.
7538         Started some '*Filter*' functions.
7539         Fixed standard headers for Winelib.
7540         Fixed acmMetrics.
7542 2000-08-25  Alexandre Julliard  <julliard@winehq.com>
7544         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
7545         Fixed Rtl* string functions for proper MBCS/codepage support. Added a
7546         few more functions.
7548         * dlls/kernel/kernel_main.c, scheduler/process.c:
7549         Moved TASK_Create call to KERNEL initialisation routine.
7550         Clear last error code before calling main entry point (reported by
7551         James Juran).
7553         * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
7554         Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
7555         Marcus Meissner).
7557         * dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, include/dplay.h, ole/Makefile.in, ole/guid.c, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c:
7558         Peter Hunnisett <hunnise@nortelnetworks.com>
7559         - Implemented loading and initialization of service providers
7560         - Created service provider COM object
7561         - Lots of dplay/dplobby implementation/fixes
7562         - Clean up of ole/guid.c
7564         * objects/dc.c: Backed out font codepage change.
7566         * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
7567         Andreas Mohr <a.mohr@mailto.de>
7568         Minor cosmetic changes.
7570         * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
7571         Cleanup and speedup of init code.
7573         * objects/gdiobj.c:
7574         Gerard Patel <g.patel@wanadoo.fr>
7575         Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
7576         in memory DCs.
7578         * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
7579         Backed out font codepage change.
7581         * dlls/ddraw/helper.c:
7582         Lionel Ulmer <lionel.ulmer@free.fr>
7583         Fixed the displaying of the FOURCC codes in _dump_pixelformat.
7585         * dlls/winmm/wineoss/audio.c:
7586         Eric Pouech <Eric.Pouech@wanadoo.fr>
7587         Fixed recording format settings (16 bit was broken) and reentrancy
7588         issues.
7590         * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
7591         Eric Pouech <Eric.Pouech@wanadoo.fr>
7592         Improved a bit the folder browsing implementation.
7594         * include/winbase.h:
7595         Matthew Lake <MasterR_L@yahoo.com>
7596         Added LHND.
7598         * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
7599         Bertho Stultiens <bertho@akhphd.au.dk>
7600         Fixed a LALR(2) problem while scanning usertype resources which had
7601         identifiers for both name and type.
7603         * misc/wsprintf.c:
7604         Marcus Meissner <Marcus.Meissner@caldera.de>
7605         Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
7606         problem).
7608         * dlls/ddraw/ddraw/main.c:
7609         Lionel Ulmer <lionel.ulmer@free.fr>
7610         Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
7612         * objects/gdiobj.c:
7613         Andreas Mohr <a.mohr@mailto.de>
7614         GetObjectA: unlock the object again even in case of failure.
7616 2000-08-23  Alexandre Julliard  <julliard@winehq.com>
7618         * include/wine/exception.h:
7619         Fixed finally handler name.
7621         * windows/class.c:
7622         Fixed RegisterClass last error code on atom creation failure.
7624         * graphics/x11drv/xfont.c:
7625         Cleaned up major ugliness in __lfCheckSum.
7627         * dlls/comctl32/listview.c:
7628         Susan Farley <sfarley@codeweavers.com>
7629         Large caption icons should end in '...' when they are abbreviated.
7631         * dlls/comctl32/animate.c:
7632         Francois Methot <francoism@macadamian.com>
7633         For the transparency issue, implemented a switch-case for the bitcount
7634         (bit per pixel) of the animation files.
7636         * dlls/comctl32/trackbar.c:
7637         Aric Stewart <aric@codeweavers.com>
7638         Wine was not drawing trackbars with minimum ranges of more than 0
7639         correctly.
7641 2000-08-22  Alexandre Julliard  <julliard@winehq.com>
7643         * dlls/oleaut32/typelib.c:
7644         Francois Jacques <francoisj@macadamian.com>
7645         - removed unnecessary recursion
7646         - upon query failure on main primary lcid and secondary lcid,
7647           attempts a query on system lcid (0)
7649         * dlls/wininet/internet.c, if1632/snoop.c:
7650         Marcus Meissner <marcus@jet.franken.de>
7651         Fixed some warnings.
7653         * msdos/ioports.c:
7654         James Abbatiello <abbeyj@wpi.edu>
7655         Fixes for reading latched values with ports 0x40-0x43.
7657         * dlls/ddraw/dsurface/main.c:
7658         James Abbatiello <abbeyj@wpi.edu>
7659         Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
7660         surface with no attached surfaces.
7662         * dlls/kernel/format_msg.c:
7663         James Abbatiello <abbeyj@wpi.edu>
7664         Allow FormatMessage to load Unicode string resources.
7666         * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
7667         Added APC support in waitable timers.
7669         * graphics/bitblt.c, graphics/x11drv/bitblt.c:
7670         Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
7671         use DC_GetDCUpdate.
7673 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
7675         * ANNOUNCE, ChangeLog, include/version.h:
7676         Release 20000821.
7678 ----------------------------------------------------------------
7679 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
7681         * include/winbase.h, scheduler/process.c:
7682         Andreas Mohr <a.mohr@mailto.de>
7683         - don't return FALSE for system process changes
7684         - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
7686         * dlls/comctl32/listview.c:
7687         Aric Stewart <aric@codeweavers.com>
7688         Beginning of some simple optimization of the listview
7689         drawing. Specifically it reduces flicker when selection changes.
7691         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
7692         Transform every ERR() to WARN() in MakeProcInstance.
7694         * dlls/kernel/kernel_main.c:
7695         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7696         Call WriteOutProfiles16 to make sure that last profile gets written.
7698         * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
7699         Gerard Patel <g.patel@wanadoo.fr>
7700         Disable the owner of a modal dialog box just before creating the
7701         dialog window.
7703         * files/file.c:
7704         Marcus Meissner <marcus@jet.franken.de>
7705         (from IBM TopPage patch) return correct error for already existing
7706         file.
7708         * windows/winproc.c:
7709         Gerard Patel <g.patel@wanadoo.fr>
7710         Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
7712         * windows/winpos.c:
7713         Gerard Patel <g.patel@wanadoo.fr>
7714         Enables showing of hidden windows when the app ask *only* to maximize it.
7716 2000-08-20  Alexandre Julliard  <julliard@winehq.com>
7718         * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
7719         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7720         Handle the codepage of fonts if supported by the graphics driver.
7722         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
7723         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7724         Added internal charsets for supporting DBCS charsets.
7726         * objects/dc.c:
7727         Fixed GDI locking in GetDeviceCaps.
7729         * dlls/shell32/systray.c:
7730         Kai Morich <mail@kai-morich.de>
7731         Fixed bug in repeatedly iconisation, code cleanup.
7733         * graphics/x11drv/init.c:
7734         Marcus Meissner <marcus@jet.franken.de>
7735         Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
7736         startup problem).
7738         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
7739         Chris Morgan <cmorgan@wpi.edu>
7740         Implemented DuplicateIcon().
7742         * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
7743         Stubbed INT 15 function 84h.
7745         * include/win.h, windows/win.c, windows/x11drv/event.c:
7746         Louis Philippe Gagnon <louisphilippe@macadamian.com>
7747         - Separate application calls to ShowOwnedPopups from Wine calls (in
7748           EVENT_MapNotify) by introducing an internal function.
7749         - Fix ShowOwnedPopups so it sends messages with the same parameters as
7750           in Windows.
7752         * dlls/comctl32/treeview.c:
7753         Chris Morgan <cmorgan@wpi.edu>
7754         Removed direct calls to TREEVIEW_Refresh().
7756         * objects/enhmetafile.c:
7757         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7758         Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
7759         EMR_POLYPOLYLINE.
7761         * include/main.h, misc/main.c, ole/ole2nls.c:
7762         Dmitry Timoshkov <dmitry@sloboda.ru>
7763         Added new language detection scheme that uses NLS data base instead of
7764         hard coded values.
7766         * loader/pe_resource.c:
7767         Dusan Lacko <dlacko@codeweavers.com>
7768         Pass the type/name as a C string instead of an
7769         IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
7771 2000-08-19  Alexandre Julliard  <julliard@winehq.com>
7773         * include/global.h, include/path.h, include/win.h, include/win16drv.h, include/wine/winbase16.h, include/x11drv.h, memory/local.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, windows/cursoricon.c, windows/dce.c, windows/scroll.c, windows/user.c, windows/x11drv/wnd.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/x11.c, dlls/gdi/gdi_main.c, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c, dlls/wineps/brush.c, dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/psdrv.h, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/font.c, graphics/win16drv/objects.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h:
7774         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7775         Albert den Haan <albertd@corel.com>
7776         Added syslevel locking for GDI operations.
7777         Propagate the changes through the graphics code.
7779         * misc/cdrom.c:
7780         Ed Snow <ed_snow@ttmengineering.com>
7781         Corrected serial number generation for CD's with 1 or 2 tracks.
7783 2000-08-18  Alexandre Julliard  <julliard@winehq.com>
7785         * misc/cdrom.c, files/dos_fs.c:
7786         Stefan Leichter <Stefan.Leichter@camline.com>
7787         Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
7788         Device entry for drive in wine.conf).
7790         * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
7791         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7792         Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
7794         * dlls/comctl32/status.c:
7795         Marcus Meissner <Marcus.Meissner@caldera.de>
7796         Fixed STATUS_GetTextW in regard to NULL pointers.
7798         * graphics/win16drv/prtdrv.c:
7799         Dmitry Timoshkov <dmitry@sloboda.ru>
7800         Append .DRV to name only if no extension present.
7802         * debugger/stabs.c:
7803         Dmitry Timoshkov <dmitry@sloboda.ru>
7804         Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
7806         * dlls/winmm/wineoss/mixer.c:
7807         Ed Snow <ed_snow@ttmengineering.com>
7808         Clean out the hack on BASS/TREBLE and suppress them in the mask as was
7809         recommended oh so long ago.
7811         * dlls/comctl32/toolbar.c:
7812         Chris Morgan <cmorgan@wpi.edu>
7813         - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
7814           determine whether we need to call InvalidateRect() with bErase of TRUE or
7815           FALSE.  Reduces background erases in non-text toolbars by 80-85%.
7816         - Fixed button state not being updated properly when LBUTTONDOWN and cursor
7817           leaves the toolbar.
7818         - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
7819           with a source code comment.
7820         - Removed unecessary call to TOOLBAR_CalcToolbar() in
7821           TOOLBAR_GetItemRect().  Optimized TOOLBAR_CalcStrings(). Fixes very
7822           slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
7823           messages.
7824         - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
7826         * scheduler/synchro.c:
7827         Mike McCormack  <mike_mccormack@looksmart.com.au>
7828         Save GET_APCS data before calling any asynchronous procedure calls, in
7829         case the server is called during the APC.
7831         * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
7832         Gerard Patel <g.patel@wanadoo.fr>
7833         Turns the handling to pure 16 bits, remove references to dialog.h.
7835         * dlls/winspool/info.c:
7836         Albert den Haan <albertd@corel.com>
7837         Remove unused critical section global variable PRINT32_RegistryBlocker.
7839         * dlls/commdlg/filedlg.c:
7840         Gerard Patel <g.patel@wanadoo.fr>
7841         Avoids changing 2 levels when clicking .. in the directory list.
7843         * dlls/kernel/kernel32.spec, win32/console.c:
7844         Chris Morgan <cmorgan@wpi.edu>
7845         Stubbed SetConsoleInputExeNameA/W.
7847         * dlls/comctl32/status.c:
7848         Gerard Patel <g.patel@wanadoo.fr>
7849         WM_GETFONT should return a real font handle instead of NULL.
7851 2000-08-16  Alexandre Julliard  <julliard@winehq.com>
7853         * loader/pe_image.c:
7854         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
7855         WATCOM compiled programs leave VirtualSize to zero which triggers the
7856         virus check. Use SizeOfRawData instead.
7858         * dlls/comctl32/animate.c:
7859         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
7860         Implemented ACS_CENTER for animation controls.
7862         * loader/pe_image.c:
7863         Avoid going past the end of the relocation section. Skip sanity checks
7864         for empty relocation blocks.
7866         * dlls/comctl32/animate.c:
7867         Francois Methot <francoism@macadamian.com>
7868         Implemented background transparency on animation control for avi
7869         composed of 8 bpp(or less) image. I added support for 8 bpp or more,
7870         but it has not been tested.
7872         * dlls/ole32/ole2.c:
7873         Louis Philippe Gagnon <louisphilippe@macadamian.com>
7874         While dragging, catch keyboard messages between WM_KEYFIRST and
7875         WM_KEYLAST, not just WM_KEYFIRST.
7877         * dlls/kernel/wowthunk.c:
7878         Peter Ganten <peter@ganten.org>
7879         If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
7880         anyway, since it might be a builtin module.
7882         * dlls/shell32/shell32_main.c:
7883         Marcus Meissner <marcus@jet.franken.de>
7884         Missed the first character of every argument in CommandLineToArgv.
7886         * dlls/winspool/info.c:
7887         Gerard Patel <g.patel@wanadoo.fr>
7888         Add an error message if devmode structure in registry is invalid;
7889         attempt to provide plausible values.
7891 2000-08-15  Alexandre Julliard  <julliard@winehq.com>
7893         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
7894         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7895         Fixed for DBCS(cp932/cp949) codepage conversion.
7896         Implemented cp932 handling partly(but still incomplete).
7897         Added supporting multiple fonts for DBCS handling.
7899         * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
7900         Eric Pouech <Eric.Pouech@wanadoo.fr>
7901         Enhanced ELF files lookup for symbolic info.
7903         * debugger/break.c:
7904         Eric Pouech <Eric.Pouech@wanadoo.fr>
7905         Fixed regression in break command.
7907 2000-08-14  Alexandre Julliard  <julliard@winehq.com>
7909         * dlls/commdlg/filedlg.c:
7910         Gerard Patel <g.patel@wanadoo.fr>
7911         Fix return value to 16 bits for 16 bit hook; remove leading space for
7912         file specification.
7914         * windows/message.c:
7915         Peter Ganten <peter@ganten.org>
7916         Threads without active or focus window should not receive keyboard
7917         messages.
7919         * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
7920         Implemented SEC_IMAGE mappings and shared PE sections (with the help
7921         of Peter Ganten).
7923         * include/ntddk.h, loader/ne/module.c, misc/lstr.c, misc/main.c, msdos/int21.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/user/lstr.c, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, files/dos_fs.c, files/profile.c:
7924         Moved CharUpper* and CharLower* functions to dlls/user.
7926         * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
7927         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7928         Added support for special treatments (use 2 or more fonts, codepage
7929         conversion, etc...) for DBCS text.
7931         * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
7932         Dmitry Timoshkov <dmitry@sloboda.ru>
7933         Add "FullWindowDrag" feature for not managed windows.
7935         * controls/combo.c:
7936         Susan Farley <sfarley@codeweavers.com>
7937         Update the edit box before rolling up the listbox, so the
7938         selection isn't lost.
7940         * libtest/Makefile.in:
7941         Marcus Meissner <marcus@jet.franken.de>
7942         Added missing referenced dlls for libtest.
7944         * dlls/comctl32/listview.c:
7945         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
7946         LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
7947         text in its own buffer.
7949         * win32/Makefile.in, win32/error.c, win32/file.c, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/wcstring.c, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/wowthunk.c, dlls/ole32/compobj.c, dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, files/dos_fs.c, files/file.c, dlls/Makefile.in, dlls/advapi32/advapi.c, dlls/avifil32/avifile.c:
7950         Cleaned up a few inter-dll dependencies. Added a few imports.
7952         * ole/ole2nls.c, windows/class.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/multimon.c, windows/painting.c, windows/spy.c, dlls/version/info.c, dlls/winspool/info.c, graphics/escape.c, graphics/x11drv/xfont.c, include/shlwapi.h, include/wine/undocshell.h, include/wine/unicode.h, loader/ne/convert.c, memory/atom.c, memory/heap.c, memory/registry.c, objects/palette.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/wcstring.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/olefont.c, dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shpolicy.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/advapi32/registry.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/dplayx/dplayx_global.c, dlls/kernel/format_msg.c, controls/icontitle.c, controls/listbox.c:
7953         Replaced all lstr* calls from inside Wine code by their str* equivalent.
7955         * msdos/dpmi.c:
7956         Replaced global Callbacks structure by appropriate glue code
7957         generation. Removed a few unused entries in the Callout structure.
7959         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c, include/winversion.h, misc/version.c, win32/device.c, windows/winhelp.c, dlls/advapi32/security.c, dlls/imm32/imm.c, dlls/msacm/msacm32_main.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c:
7960         Replaced VERSION_* calls by exported API equivalents.
7962         * include/callback.h, loader/ne/.cvsignore, loader/ne/Makefile.in, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/.cvsignore, memory/Makefile.in, memory/local.c, misc/comm.c, tools/winebuild/spec16.c, controls/.cvsignore, controls/Makefile.in, controls/edit.c, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, if1632/thunk.c, include/builtin16.h:
7963         Replaced global Callbacks structure by appropriate glue code
7964         generation. Removed a few unused entries in the Callout structure.
7966         * winedefault.reg:
7967         Gerard Patel <g.patel@wanadoo.fr>
7968         Added load address for the shared memory of BDE (Borland database
7969         manager).
7971         * scheduler/client.c:
7972         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7973         Fix for starting server from the current directory.
7975         * graphics/x11drv/xfont.c:
7976         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7977         Added checking for broken font cache.
7978         Added supporting for iso10646 encoding.
7980 2000-08-11  Alexandre Julliard  <julliard@winehq.com>
7982         * scheduler/client.c, server/request.c:
7983         Made server startup more robust against races caused by a previous
7984         server terminating at the same time.
7986         * configure, configure.in, tools/c2man.pl:
7987         Mike_McCormack@looksmart.com.au
7988         Created default c2man compatible perl script for generating
7989         documentation, in case c2man isn't installed.
7991         * dlls/comctl32/listview.c:
7992         Aric Stewart <aric@codeweavers.com>
7993         Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
7994         cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
7995         and fixed a problem where sub items where not being properly
7996         associated with their item for virtual list views.
7998         * memory/codepage.c, misc/lstr.c, ole/ole2nls.c, unicode/Makefile.in, unicode/cpmap.pl, unicode/wctype.c, configure, configure.in, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/wcstring.c, dlls/user/lstr.c, include/config.h.in, include/winbase.h, include/wine/unicode.h:
7999         Added Unicode ctype support.
8001         * dlls/comctl32/updown.c, include/commctrl.h:
8002         Moved NM_UPDOWN definition to commctrl.h.
8004         * relay32/relay386.c:
8005         Peter Ganten <peter@ganten.org>
8006         The user driver functions might be called with the window lock held.
8008         * include/module.h, loader/pe_resource.c, loader/resource.c:
8009         Dmitry Timoshkov <dmitry@sloboda.ru>
8010         Make FindResource and FindResourceEx fully windows compatible.
8012         * include/tchar.h:
8013         Damyan Ognyanoff <Damyan@rocketmail.com>
8014         Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
8016         * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
8017         Added UTF-8 conversion support.
8019         * windows/x11drv/wnd.c:
8020         Stephane Lussier <stephane@macadamian.com>
8021         Instead of not doing the Z ordering when the application asks to place
8022         the window under a zero-sized window, now the window above the
8023         zero-sized window, is used to do the Z ordering.
8025         * dlls/commdlg/filedlg95.c:
8026         Dmitry Timoshkov <dmitry@sloboda.ru>
8027         Initialize lpstrInitialDir to really bogus value to restore original
8028         value later.
8030         * include/windef.h:
8031         Ove Kaaven <ovek@transgaming.com>
8032         Added a few more anonymous union definitions.
8034         * include/guiddef.h:
8035         Ove Kaaven <ovek@transgaming.com>
8036         Fixed C++ operators return value.
8038         * dlls/crtdll/crtdll_main.c:
8039         Ove Kaaven <ovek@arcticnet.no>
8040         Implemented fopen() append mode, and a really cheesy fscanf()
8041         implementation...
8043         * dlls/shell32/shlfileop.c:
8044         Dmitry Timoshkov <dmitry@sloboda.ru>
8045         1. Make buffer for message large enough to hold very long file names.
8046         2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
8047            implementation specific behaviour.
8048         3. Show actual message to user, not non-formatted one.
8050 2000-08-10  Alexandre Julliard  <julliard@winehq.com>
8052         * windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/x11drv/x11drv_main.c, include/clipboard.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/event.c, windows/keyboard.c, windows/sysparams.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, configure, configure.in, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c, dlls/user/display.c, dlls/user/mouse.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec:
8053         Merged clipboard driver into USER driver.
8054         Moved all ttydrv source files to dlls/ttydrv.
8055         Load functions pointer for the USER driver from the graphics driver
8056         dll with GetProcAddress.
8058 2000-08-09  Alexandre Julliard  <julliard@winehq.com>
8060         * objects/bitmap.c, programs/notepad/search.c, scheduler/synchro.c, windows/caret.c, windows/cursoricon.c, windows/queue.c, windows/x11drv/wnd.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, graphics/painting.c, include/msacmdrv.h, include/ntddk.h, include/ole.h, include/wine/obj_base.h, misc/comm.c, misc/main.c, msdos/int09.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/msacm/msacmdrv.h, dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/serialui/confdlg.c, dlls/shell32/brsfolder.c, dlls/user/ddeml.c, dlls/wininet/http.c, dlls/wininet/internet.c, controls/icontitle.c, controls/widgets.c, dlls/comctl32/tab.c, dlls/crtdll/crtdll_main.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c:
8061         Removed some unnecessary #includes and dll dependencies.
8063         * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
8064         Make PDB, ENVDB and STARTUPINFO global variables.
8065         Added 'module' field in PDB, and removed Wine-specific fields.
8067         * misc/version.c, scheduler/services.c:
8068         Removed winver and service_table from the PDB and made them static
8069         variables.
8071         * include/file.h, loader/dos/dosvm.c, files/file.c:
8072         Removed the DOS handles table from the PDB and made it a static
8073         variable.
8075         * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
8076         Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
8078         * dlls/oleaut32/typelib.c:
8079         Francois Jacques <francoisj@macadamian.com>
8080         - Avoid null-pointer exceptions by testing listnodes validity before doing
8081           any work with those.
8082         - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
8083           the TLB constructor which initializes TLBContext::length to that
8084           value.
8085         - For non-standard pointed types, td[3] is always 0. I observed that
8086           the type is stored at td[2]/8 and not td[3]/8.
8087         - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
8088           type with no inherited interfaces. If the implemented types linked list
8089           is empty, set pRefType as 0 and return S_OK.
8091         * include/wine/obj_oleaut.h:
8092         James Hatheway <james@macadamian.com>
8093         Fixed typo in the IDispatch_GetTypeInfo macro.
8095         * dlls/comctl32/tooltips.c:
8096         Huw D M Davies <hdavies@codeweavers.com>
8097         Fix some remaining problems with tooltips.
8099         * configure.in, configure:
8100         Marcus Meissner <marcus@jet.franken.de>
8101         Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
8102         fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
8104         * include/authors.h, include/crtdll.h, include/device.h, include/file.h, include/metafiledrv.h, include/w32sys.h, tools/make_authors, win32/file.c, dlls/ole32/ole2.c, dlls/shell32/authors.h, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/shell32/shlview.c, dlls/win32s/w32sys.c, files/file.c, graphics/metafiledrv/metafiledrv.h, debugger/winedbg.c, dlls/crtdll/crtdll.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c:
8105         Moved a few non-standard headers into their respective dlls.
8107         * include/Makefile.in:
8108         Install all standard Windows includes, plus some from the wine subdir.
8110         * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.h, include/animate.h, include/comboex.h, include/commctrl.h, include/datetime.h, include/flatsb.h, include/header.h, include/hotkey.h, include/imagelist.h, include/ipaddress.h, include/listview.h, include/monthcal.h, include/nativefont.h, include/pager.h, include/progress.h, include/rebar.h, include/status.h, include/tab.h, include/toolbar.h, include/tooltips.h, include/trackbar.h, include/treeview.h, include/updown.h, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c:
8111         Removed all non-standard common control headers from the include
8112         directory.
8114         * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
8115         Moved struct32.c to windows directory.
8117 2000-08-08  Alexandre Julliard  <julliard@winehq.com>
8119         * relay32/builtin32.c:
8120         Make sure builtin dlls are never freed since we don't support dlclose
8121         properly yet.
8123         * dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/richedit/reader.c, dlls/serialui/confdlg.c, dlls/shell32/shell32.spec, dlls/shell32/shellstring.c, dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, include/wine/winbase16.h, dlls/Makefile.in, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/kernel/Makefile.in, dlls/kernel/kernel.spec, dlls/lzexpand/lzexpand_main.c, dlls/msacm/driver.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
8124         Small dll interfaces cleanups.
8126         * configure, configure.in, include/wine_gl.h:
8127         Marcus Meissner <marcus@jet.franken.de>
8128         Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
8129         using mesa-3.2 even without glext.h.
8131         * dlls/comctl32/listview.c, include/listview.h:
8132         Aric Stewart <aric@codeweavers.com>
8133         Reworked how selections are kept track of in the list view. Selections
8134         are now listed as a sorted range of paired integers.
8136         * dlls/comctl32/tooltips.c:
8137         Louis Philippe Gagnon <louisphilippe@macadamian.com>
8138         When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
8139         toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
8140         valid window handle).
8142         * documentation/HOWTO-winelib:
8143         Wilbur N. Dale <wilbur.dale@lumin.nl>
8144         Added description of using DLLs with WineLib.
8146         * documentation/*:
8147         John R. Sheets <jsheets@codeweavers.com>
8148         Converted Wine documentation to SGML format.
8150 2000-08-07  Alexandre Julliard  <julliard@winehq.com>
8152         * controls/icontitle.c:
8153         Marcus Meissner <marcus@jet.franken.de>
8154         Initialize 'str' in ICONTITLE_GetTitlePos.
8156         * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
8157         Fixed resource functions to work with 32-bit modules that don't have a
8158         16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
8160         * programs/uninstaller/main.c:
8161         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8162         Add an edit control showing the command line of the currently selected
8163         deinstall item.
8165         * windows/winpos.c:
8166         Huw D M Davies <hdavies@codeweavers.com>
8167         WINPOS_WindowFromPoint should respect hrgnWnd.
8169         * loader/pe_image.c:
8170         Peter Ganten <peter@ganten.org>
8171         Set up exe_modref before loading implicitly linked dlls.
8173         * dlls/kernel/format_msg.c:
8174         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8175         Prevent endless looping in linebreak handling.
8177         * dlls/ddraw/ddraw/x11.c:
8178         Marcus Meissner <marcus@jet.franken.de>
8179         If we are looking for an existing pixmap format, we do not need the
8180         same bitsperpixel (fixes depth 15/bitspixel 16 mode).
8182         * include/dinput.h:
8183         Ove Kaaven <ovek@transgaming.com>
8184         Added a few DirectInput 7 definitions and C++ fixes.
8186         * dlls/kernel/wowthunk.c:
8187         Peter Ganten <peter@ganten.org>
8188         LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
8190         * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
8191         Marcus Meissner <marcus@jet.franken.de>
8192         Removed local variable shadows warnings.
8194         * win32/process.c, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, relay32/builtin32.c, scheduler/process.c, debugger/dbgmain.c, debugger/msc.c, debugger/types.c:
8195         - Fixed resource functions to work directly from the HMODULE instead of
8196           requiring a modref.
8197         - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
8198           Eric Pouech and Dusan Lacko).
8199         - Simplified modref structure and handling.
8201         * include/wine/obj_base.h:
8202         Ove Kaaven <ovek@transgaming.com>
8203         Protect the prototypes in here from C++ name mangling...
8205         * dlls/version/install.c:
8206         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8207         VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
8209         * include/vfw.h:
8210         Marcus Meissner <marcus@jet.franken.de>
8211         inline must be first attribute in function definition.
8213         * dlls/user/lstr.c:
8214         Marcus Meissner <marcus@jet.franken.de>
8215         Fixed CharNextW.
8217         * graphics/x11drv/dib.c:
8218         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8219         X11DRV_DIB_SetImageBits_RLE8: break image lines.
8221 2000-08-06  Alexandre Julliard  <julliard@winehq.com>
8223         * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, dlls/winsock/Makefile.in, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/serialui/Makefile.in, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
8224         Added imports of kernel32.dll where necessary.
8226         * Makefile.in, dlls/user/Makefile.in:
8227         Link USER resources into libuser.so.
8229         * ole/ole2nls.c:
8230         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8231         Fix for calling ctype functions with Unicode characters.
8233         * dlls/comctl32/toolbar.c:
8234         Chris Morgan <cmorgan@wpi.edu>
8235         Converted all calls to RedrawWindow to InvalidateRect.  Previously
8236         RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
8237         immediate WM_PAINT message.  Moving to InvalidateRect should let
8238         WM_PAINTs occur normally.
8240         * controls/listbox.c:
8241         Susan Farley <sfarley@codeweavers.com>
8242         Avoid resetting the background color when clearing out blank areas, as
8243         it may have been set to something other than COLOR_WINDOW by the
8244         application.
8246         * windows/x11drv/wnd.c:
8247         Stephane Lussier <stephane@macadamian.com>
8248         Top level windows with 0 width or height are created with a size of 1x1 in
8249         the X11 driver. I've added some code to make sure those windows are never
8250         mapped while the size <= 0.
8252         * misc/lstr.c, misc/main.c, relay32/snoop.c, win32/except.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/user.spec, dlls/user/user32.spec, if1632/Makefile.in, if1632/dummy.c, include/wine/exception.h, include/wine/winestring.h, include/wine/winuser16.h, include/winuser.h, memory/string.c, console/interface.c, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi_main.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/shell32/shell32.spec:
8253         Moved most USER string functions to dlls/user.
8254         Cleaned up a few more inter-dll dependencies.
8256         * ole/ole2nls.c, relay32/relay386.c, win32/device.c, win32/init.c, windows/driver.c, windows/painting.c, windows/win.c, files/dos_fs.c, files/drive.c, files/file.c, graphics/win16drv/init.c, graphics/x11drv/xfont.c, loader/loadorder.c, loader/ne/convert.c, loader/ne/module.c, loader/ne/resource.c, misc/registry.c, objects/enhmetafile.c, controls/edit.c, controls/menu.c, dlls/shlwapi/path.c, dlls/user/text.c:
8257         Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
8258         to trap exceptions.
8260 2000-08-04  Alexandre Julliard  <julliard@winehq.com>
8262         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi_check:
8263         Patrik Stridvall <ps@leissner.se>
8264         - Warn about directories specified in modules.dat that are not used.
8265         - Eliminated the warnings caused by the change above.
8266         - Minor API files update.
8267         - Minor bug fixes.
8269         * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
8270         Patrik Stridvall <ps@leissner.se>
8271         Fixed issues found by winapi_check.
8273         * debugger/stack.c, dlls/comctl32/listview.c:
8274         Patrik Stridvall <ps@leissner.se>
8275         Fixed some warnings.
8277         * programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, debugger/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in:
8278         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8279         Added a few missing imports.
8281         * objects/palette.c, objects/text.c, scheduler/thread.c, win32/Makefile.in, win32/newfns.c, win32/ordinals.c, windows/queue.c, windows/scroll.c, dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, graphics/Makefile.in, graphics/cache.c, loader/resource.c, misc/lstr.c, dlls/kernel/kernel32.spec:
8282         Moved a bunch of functions out of libwine/kernel/gdi into USER.
8284         * windows/x11drv/wnd.c, graphics/metafiledrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h, include/ttydrv.h, include/user.h, include/win.h, include/x11drv.h, objects/metafile.c, windows/caret.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/painting.c, windows/winpos.c, controls/combo.c, controls/menu.c, dlls/ttydrv/ttydrv_main.c, dlls/wineps/init.c, dlls/x11drv/x11drv_main.c, graphics/enhmetafiledrv/init.c:
8285         Removed a few dependencies on GDI internals from USER dll.
8287         * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/user/user32.spec, programs/uninstaller/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, debugger/Makefile.in, debugger/winedbg.spec:
8288         Added a few missing imports.
8290 2000-08-03  Alexandre Julliard  <julliard@winehq.com>
8292         * win32/console.c, Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/printdrv.c, dlls/kernel/toolhelp.spec, dlls/user/Makefile.in, misc/Makefile.in, misc/printdrv.c, msdos/int09.c, msdos/int16.c, scheduler/thread.c:
8293         Make USER and GDI separate dlls.
8295         * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
8296         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8297         Fixed the Win16/Win32 structure size/alignment differences of
8298         ws_hostent, ws_protoent, ws_servent, ws_netent.
8300         * dlls/comctl32/tooltips.c, include/tooltips.h:
8301         Huw D M Davies <h.davies@codeweavers.com>
8302         Redo the show/hide logic and add a comment to explain what's going on.
8303         Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
8304         Fix handling of TTDT_AUTOMATIC.
8305         Relayed mouse messages should extract the position from lParam not
8306         msg.pt
8307         SubclassProc now unified with TTM_RELAYEVENT.
8308         Change all lstrcpyxtox to use win32 APIs.
8310         * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
8311         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
8312         Changed the AFM metrics structure to use an array instead of a linked
8313         list. This avoids doing two heap allocations for every character, and
8314         reduces the metrics parsing time by approx 25%.
8316         * dlls/wininet/http.c:
8317         John R. Sheets <jsheets@codeweavers.com>
8318         Added "Mime-Version" to standard MIME headers parsed in
8319         HTTP_GetStdHeaderIndex().
8321         * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
8322         Juergen Schmied <juergen.schmied@debitel.net>
8323         Implemented the ErrorInfo interfaces.
8325         * dlls/kernel/Makefile.in:
8326         Added explicit dependency on message files for people who don't run
8327         make depend.
8329         * dlls/shell32/shellguid.c, dlls/shlwapi/shlwapi_main.c, ole/guid.c, dlls/avifil32/avifile.c, dlls/ddraw/main.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/oleaut.c:
8330         Moved GUID definitions to their respective dll.
8332         * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
8333         Fixed IShellLinkA/W definitions.
8335         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shellord.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, include/guiddef.h, include/initguid.h, include/rpc.h, include/shlguid.h, include/vfw.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, include/wtypes.h:
8336         Added guiddef.h and moved a few GUID definitions to the correct file.
8338         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
8339         Fixed IsEqualGUID definition.
8341         * include/winnls.h, ole/ole2nls.c:
8342         Dmitry Timoshkov <dmitry@sloboda.ru>
8343         LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
8344         the registry. Instead, use system default values.
8346         * dlls/comctl32/listview.c:
8347         Aric Stewart <aric@codeweavers.com>
8348         - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
8349         - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
8350           if there is only one column.
8351         - Corrected a bug I introduced with an earlier patch which caused
8352           problems with multiple selections.
8354         * dlls/ddraw/convert.c:
8355         Marcus Meissner <marcus@jet.franken.de>
8356         One of the 24/32 convert color masks was wrong.
8358         * dlls/user/user32.spec:
8359         Marcus Meissner <marcus@jet.franken.de>
8360         GetPropA/W have string args.
8362         * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
8363         Added imports of user32/gdi32/kernel32 wherever necessary.
8365 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
8367         * include/version.h, ANNOUNCE, ChangeLog:
8368         Release 20000801.
8370 ----------------------------------------------------------------
8371 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
8373         * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
8374         Jeremy White <jwhite@codeweavers.com>
8375         Added WM_TCARD and DWORDLONG.
8377         * dlls/kernel/format_msg.c, tools/wmc/write.c:
8378         Marcus Meissner <marcus@jet.franken.de>
8379         PE_MESSAGE_HEADER.Length contains the header itself too.
8381         * memory/virtual.c: Peter Ganten <peter@ganten.org>
8382         Committing a page of a shared mapping in one process lets it appear
8383         committed in other processes, too. To fake this, we commit them as
8384         soon as they are mapped.
8386         * include/winnt.h, memory/heap.c:
8387         Peter Ganten <peter@ganten.org>
8388         Moved Wine private heap creation flags to other values.
8389         Return system heap when a shared heap is requested.
8391         * files/directory.c:
8392         Only set COMSPEC if not defined already.
8394         * dlls/commdlg/filedlg.c, include/wine/unicode.h:
8395         Gerard Patel <g.patel@wanadoo.fr>
8396         Changed the win31 style file dialog to 32 bits structures and
8397         messages.
8399         * dlls/comctl32/treeview.c: Serge Ivanov
8400         Andrew Lewycky
8401         Improved drawing of item text, added SHOWSELALWAYS capability.
8403         * dlls/comctl32/listview.c:
8404         Matthew Lake <MasterR_L@yahoo.com>
8405         Fixed a segfault problem using the standard file open dialog box.
8407         * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
8408         Moved MulDiv() and VGA routines out of GDI.
8410         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
8411         Dave Pickles <davep@cyw.uklinux.net>
8412         Added support for ERRORLEVEL.
8413         Most errors reported via FormatMessage().
8414         COPY command now works correctly if output specifier is a directory.
8416         * dlls/comctl32/treeview.c:
8417         Susan Farley <sfarley@codeweavers.com>
8418         More consistent calculation of line height, scrolls a full item on
8419         line up/down.
8421         * dlls/comctl32/listview.c, include/listview.h:
8422         Aric Stewart <aric@codeweavers.com>
8423         Fixed a few bugs including one with setting extended styles and
8424         editing labels.
8425         Implemented the LVS_EX_FULLROWSELECT extended style.
8426         Begin an implementation of virtual list views (LVS_OWNERDATA style
8427         set).
8429         * include/ddraw.h:
8430         Marcus Meissner <marcus@jet.franken.de>
8431         Removed unnecessary X11 includes from ddraw.h.
8433         * loader/module.c: Peter Ganten <peter@ganten.org>
8434         WinExec16 should not split quoted filenames with spaces.
8436         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
8437         Aric Stewart <aric@codeweavers.com>
8438         Implemented InternetCheckConnectionA.
8440         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
8441         Fixed another non-Linux build failure.
8443         * dlls/crtdll/crtdll.spec:
8444         Marcus Meissner <marcus@jet.franken.de>
8445         Fixed 2 forward entries.
8447         * dlls/comctl32/status.c:
8448         Marcus Meissner <marcus@jet.franken.de>
8449         Removed some flicker by detecting if we set the same value again.
8451         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
8452         Change logic of listbox resizing for 16 bits apps for lists without
8453         LBS_NOINTEGRALHEIGHT style.
8455         * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
8456         Fixed CreateDC to work properly when it is called with a device.
8458         * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
8459         Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
8460         - Support whitespace around commands better, and support the @
8461           prefix better
8462         - Enhance the set support to unset, display value error correctly
8463         - Enhance the command line support for parms, and env var expansion
8464         - Enhance the echo command to not loose whitespace, and display
8465           output with % signs better
8467         * configure, configure.in, include/regstr.h, programs/Makefile.in, programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/README, programs/uninstaller/main.c, programs/uninstaller/main.h, programs/uninstaller/rsrc.rc, programs/uninstaller/uninstaller.spec:
8468         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8469         Added an uninstaller for InstallShield, WISE etc.
8471         * windows/x11drv/wnd.c:
8472         Jean-Claude Batista <jcb@macadamian.com>
8473         Provide position hints for window managers.
8475 2000-07-31  Alexandre Julliard  <julliard@winehq.com>
8477         * graphics/x11drv/init.c, include/monitor.h, include/sysmetrics.h, include/ttydrv.h, include/x11drv.h, misc/main.c, windows/multimon.c, windows/sysmetrics.c, windows/ttydrv/init.c, windows/user.c, windows/win.c, windows/x11drv/init.c, windows/x11drv/mouse.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/gdi/wing.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/painting.c, graphics/ttydrv/dc.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
8478         Cleaned up some more USER dependencies.
8480         * include/wingdi.h, include/winuser.h:
8481         Moved system metrics definitions to winuser.h.
8483         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
8484         Tidyed up stack backtrace code a bit, and added a simple special
8485         case for backtracing from a null EIP.
8487         * files/file.c, server/file.c:
8488         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8489         Fix for 64-bit negative seek value.
8491         * include/module.h, msdos/int2f.c:
8492         Ove Kaaven <ovek@arcticnet.no>
8493         Removed DOS task fields from the NE_MODULE structure.
8495         * loader/task.c:
8496         Skip quoted program name when building command line.
8498         * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
8499         DOS binary support has been restored.
8501         * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
8502         Moved toolhelp implementation into kernel32 dll.
8504         * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
8505         Backed out FindResource language patch.
8507         * loader/dos/dosvm.c, msdos/int09.c:
8508         Ove Kaaven <ovek@arcticnet.no>
8509         Fixed a few problems.
8511         * dlls/kernel/messages/winerr_enu.mc:
8512         Dave Pickles <davep@cyw.uklinux.net>
8513         Added text for all messages included in win95 and winNT.
8515         * dlls/kernel/format_msg.c:
8516         Marcus Meissner <marcus@jet.franken.de>
8517         Added { } around stuff in ADD_TO_T macros.
8519         * include/dosexe.h, loader/dos/module.c:
8520         Ove Kaaven <ovek@arcticnet.no>
8521         Convert DOS (MZ) binary loader to the new DOS process model.
8523         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
8524         Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
8525         assembly code a bit, and wrapped it in #ifdef __i386__.
8527 2000-07-30  Alexandre Julliard  <julliard@winehq.com>
8529         * if1632/thunk.c, include/callback.h, include/keyboard.h, loader/dos/dosvm.c, misc/main.c, objects/bitmap.c, objects/dib.c, objects/palette.c, windows/keyboard.c:
8530         Cleaned up a few USER dependencies.
8532         * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
8533         Ove Kaaven <ovek@arcticnet.no>
8534         Removed hModule parameter from MZ_AllocDPMITask(), and renamed
8535         MZ_KillModule() to MZ_KillTask().
8537         * configure, configure.in:
8538         Create dll/kernel/messages directory.
8540         * include/miscemu.h, msdos/dosmem.c:
8541         Ove Kaaven <ovek@arcticnet.no>
8542         Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
8543         initialize DOS memory properly in the new process model. Made
8544         DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
8546         * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
8547         Removed usage of obsolete pModule->lpDosTask.
8549 2000-07-29  Alexandre Julliard  <julliard@winehq.com>
8551         * include/winbase.h, include/winuser.h, loader/resource.c, memory/atom.c, memory/environ.c, misc/comm.c, misc/lstr.c, objects/gdiobj.c, objects/region.c, objects/text.c, relay32/builtin32.c, relay32/snoop.c, win32/device.c, win32/except.c, debugger/winedbg.c, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, graphics/painting.c, graphics/x11drv/xfont.c, if1632/snoop.c:
8552         Removed some unnecessary inclusions of wingdi.h and winuser.h
8554         * dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, include/ntddk.h, loader/module.c:
8555         Removed a few external dependencies from ntdll.
8557         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
8558         Marcus Meissner <marcus@jet.franken.de>
8559         Added CreateTypeLib,LHashValOfNameSys stubs.
8560         Check for correct struct magic before reading out of it.
8562         * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
8563         Marcus Meissner <marcus@jet.franken.de>
8564         Implemented SmoothScrollWindow.
8566         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
8567         Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
8568         of pointers from global heap functions.
8570         * dlls/kernel/format_msg.c:
8571         Marcus Meissner <marcus@jet.franken.de>
8572         Get rid of USER32 functions in KERNEL32.
8574         * include/dosexe.h, loader/dos/dosvm.c:
8575         Ove Kaaven <ovek@arcticnet.no>
8576         Added support for the Win32 Console interface to the main DOSVM event
8577         loop. Cleaned up event dispatching code a bit.
8579         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
8580         Make direct console input routines go through int16, rather than
8581         reading directly from the console driver.
8583         * programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/wcmd/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in:
8584         Francois Gouget <fgouget@psn.net>
8585         ole32 now requires linking with kernel32
8586         shell32 now requires linking with kernel32 and shlwapi
8588         * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
8589         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8590         We always have strerror, so no need to ifdef HAVE_STRERROR.
8592         * windows/win.c:
8593         Huw D M Davies <hdavies@codeweavers.com>
8594         Initialize hrgnWnd.
8596         * configure, configure.in:
8597         Lionel Ulmer <lionel.ulmer@free.fr>
8598         Fix the GLEXT function prototype typedefs detection.
8600         * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
8601         Ove Kaaven <ovek@arcticnet.no>
8602         Let Int09 routines remember a keystroke's ASCII code, if available.
8604         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
8605         Added some int33 function stubs.
8607         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
8608         Changed a few core int10 routines to use the BIOS data segment cursor
8609         positions and the VGA routines, instead of directly accessing the
8610         console driver.
8612         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
8613         Marcus Meissner <marcus@jet.franken.de>
8614         Implemented OleGetAutoConvert.
8616         * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
8617         Dmitry Timoshkov <dmitry@sloboda.ru>
8618         FindResourceExA/W should search for the specified language resource only.
8619         FindResourceA/W should search for any language resource.
8621         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
8622         Marcus Meissner <marcus@jet.franken.de>
8623         No longer crash when running with DirectDraw with a DDClipper in
8624         -desktop mode.
8626         * windows/nonclient.c:
8627         Francois Boisvert <francois@macadamian.com>
8628         NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
8629         clicking on a window having a customize non client area.
8631 2000-07-28  Alexandre Julliard  <julliard@winehq.com>
8633         * graphics/x11drv/dib.c, include/x11drv.h:
8634         Ove Kaaven <ovek@transgaming.com>
8635         Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
8637         * memory/codepage.c:
8638         Wolfgang Schwotzer <woschwot@gmx.net>
8639         Added NULL pointer checks.
8641         * include/acconfig.h, include/config.h.in, include/ts_shape.h, include/ttydrv.h, include/win.h, include/x11drv.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_shape.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/winpos.c, windows/x11drv/init.c, windows/x11drv/wnd.c, configure, configure.in, dlls/x11drv/x11drv_main.c:
8642         Francois Jacques <francoisj@macadamian.com>
8643         - implementation of SetWindowsRgn and GetWindowRgn
8644         - X11DRV and TTYDRV updated with new API SetWindowRgn
8646         * include/miscemu.h, include/winnt.h, loader/dos/module.c, memory/global.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/interrupts.c:
8647         Ove Kaaven <ovek@arcticnet.no>
8648         Removed the hModule parameter from various DOSMEM routines, the DOSMEM
8649         routines now always use the current memory space.
8651         * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
8652         Fixed some warnings.
8654         * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
8655         Patrik Stridvall <ps@leissner.se>
8656         Minor API files update.
8658         * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
8659         Solaris specific fixes.
8661         * windows/x11drv/event.c, windows/defwnd.c:
8662         Stephane Lussier <stephane@macadamian.com>
8663         Now the service thread is no more in charge of erasing the background
8664         of the Window. Service thread is doing the invalidation part, and the
8665         application thread is doing the erasing part. All this has been
8666         implemented using WM_SYNCPAINT message.
8668         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
8669         Dmitry Timoshkov <dmitry@sloboda.ru>
8670         Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
8672         * windows/x11drv/event.c:
8673         Dmitry Timoshkov <dmitry@sloboda.ru>
8674         Do not crash if window was not found.
8676         * windows/dialog.c, windows/painting.c:
8677         Stephane Lussier <stephane@macadamian.com>
8678         - UpdateWindow should refresh all children that have an update region.
8679         - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
8680           a WM_PAINT eventually for the dialog, no need to force a paint right away.
8681         (based on a patch from James Hatheway in the Corel tree)
8683         * msdos/int21.c, msdos/int2f.c:
8684         Ove Kaaven <ovek@arcticnet.no>
8685         Just get DOS task structure from MZ_Current(), instead of (clumsily)
8686         trying to find and read from the current task's module structures.
8688         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
8689         Make a global asm helper function to handle 32-bit RMCB calls, so we
8690         don't need those complex constraints either.
8692         * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
8693         Always get a hardware message from the system queue in PeekMessage,
8694         even if no such wake bits are set, because in a PeekMessage loop,
8695         there's no sleeping, so the necessary wake bits are never set...
8697         * dlls/oleaut32/olefont.c, include/olectl.h:
8698         Huw D M Davies <hdavies@codeweavers.com>
8699         Add Connection Point support to OLE font objects.
8700         Add some more TRACE()s.
8702         * dlls/*/*.spec:
8703         Added 'owner' field to 16-bit spec files to specify the name of the
8704         32-bit dll that contains it.
8706 2000-07-26  Alexandre Julliard  <julliard@winehq.com>
8708         * dlls/winmm/Makefile.in, dlls/winmm/sound.spec, dlls/winmm/sound16.c, include/stress.h, include/wine/winesound.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/stress.c, dlls/kernel/stress.spec, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
8709         Merged setupx.dll into setupapi.dll.
8710         Merged sound.dll into winmm.dll.
8711         Merged stress.dll into kernel32.dll.
8713         * dlls/dciman32/Makefile.in, dlls/dciman32/dciman_main.c, dlls/dplay/Makefile.in, dlls/dplay/dplay_main.c, dlls/msnet32/Makefile.in, dlls/msnet32/msnet_main.c, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shfolder/shfolder_main.c, dlls/wow32/Makefile.in, dlls/wow32/wow_main.c:
8714         Added a few empty source files so that each dll has at least one C
8715         file.
8717         * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c, include/driver.h, include/mmsystem.h, include/msacm.h, include/vfw.h, programs/avitools/icinfo.c, windows/driver.c, dlls/comctl32/animate.c, dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c, dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mmsystem.c, dlls/avifil32/avifile.c:
8718         Eric Pouech <Eric.Pouech@wanadoo.fr>
8719         - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
8720         - upgraded vfw.h content
8722         * msdos/dpmi.c: Avoid clobbering %ebx.
8724         * loader/ne/module.c:
8725         Return the proper error code when a 16-bit task failed to start
8726         (thanks to Peter Ganten).
8728         * documentation/HOWTO-winelib:
8729         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8730         Adapted to the recent winebuild rename.
8732         * loader/module.c:
8733         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8734         Added detection code for very old Windows (1.1, 2.0, ...) binaries to
8735         MODULE_GetBinaryType().
8737         * dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c:
8738         Moved shlwapi routines from shell32.dll to shlwapi.dll.
8740 2000-07-25  Alexandre Julliard  <julliard@winehq.com>
8742         * Make.rules.in, Makefile.in, configure, configure.in, dlls/Makedll.rules.in, server/Makefile.in, server/atom.c, server/registry.c, server/unicode.c, server/unicode.h, tools/wmc/Makefile.in, unicode/.cvsignore, unicode/Makefile.in:
8743         Make unicode.o into a separate ELF library so that we can use it from
8744         the wineserver too.
8746         * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
8747         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8748         - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
8749           non-existent directory would leave the new drive enabled upon aborting
8750           (fixes CuteFTP install and should fix MANY apps)
8751           This has probably been caused by myself. *brownpaperbag*
8752         - added GetVolumeInformation serial number bug-for-bug compatibility
8753         - corrected Unicode labels (better CD-ROM handling in general)
8754         - moved CD-ROM label detection code to misc/cdrom.c
8755         - possible to use loopback mounted ISO9660 files
8756         - init some uninitialised drive fields
8757         - remove some unnecessary header includes
8759         * windows/winpos.c:
8760         Susan Farley <sfarley@codeweavers.com>
8761         Don't destroy the caret on SWP_HIDEWINDOW.
8763         * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/format_msg.c, dlls/kernel/kernel.rc, dlls/kernel/kernel32.spec, dlls/kernel/messages/.cvsignore, dlls/kernel/messages/winerr_enu.mc, loader/resource.c, misc/lstr.c:
8764         Dave Pickles <davep@cyw.uklinux.net>
8765         Improved FormatMessage:
8766         - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
8767         - Implemented language search as documented
8768         - Illegal combinations of options trapped.
8769         - Message table for system messages added.
8771         * include/winbase.h, include/winuser.h:
8772         Moved FORMAT_MESSAGE flags definition to winbase.h.
8774         * Make.rules.in:
8775         Added rules for message compiler .mc files.
8777         * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
8778         James Hatheway <james@macadamian.com>
8779         Portability fixes.
8781         * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
8782         Patrik Stridvall <ps@leissner.se>
8783         Fixed issues found by winapi_check.
8785         * tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/serialui.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/setupx.api:
8786         Patrik Stridvall <ps@leissner.se>
8787         Minor API files update.
8789         * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
8790         Bertho Stultiens <bertho@akhphd.au.dk>
8791         - Implemented a bug-work-around for Berkeley yacc (byacc) which
8792           does not generate proper default transition rules for non-terminals.
8793           See comments in parser.y how the fix works.
8794         - Changed the error-line/char position to make emacs happy parsing
8795           the position of the error.
8796         - Added comments in the documentation in which order the line-numer
8797           and character-position of the error is written.
8799         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
8800         Use lcall opcodes, so all gas-es understand it...
8802         * dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, if1632/relay.c, if1632/thunk.c, include/flatthunk.h, misc/Makefile.in, misc/w32scomb.c, relay32/Makefile.in, relay32/utthunk.c, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/flatthunk.h, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec:
8803         Moved thunking functions off to kernel32.dll.
8805         * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/ntdll/sec.c, memory/Makefile.in, memory/registry.c:
8806         Temporarily moved advapi32 registry support back into libwine.so, and
8807         made advapi32 a separate dll.
8809         * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
8810         Eric Pouech <Eric.Pouech@wanadoo.fr>
8811         fixed a number of long standing bugs:
8812             - segmented expressions didn't display correctly
8813             - using dynamic size array for nested types parsing
8814             - correct display of source code after a crash
8815         factorized some code
8817         * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
8818         Merged wing.dll into gdi32.dll.
8820         * dlls/comctl32/listview.c:
8821         Aric Stewart <aric@codeweavers.com>
8822         Prevent the attempt to draw invalid image indexes.
8823         Provide the two pixel buffer between the image and the label.
8825         * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
8826         Huw D M Davies <hdavies@codeweavers.com>
8827         A generic implemention of IConnectionPoint/IEnumConnections.
8829         * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
8830         Dmitry Timoshkov <dmitry@sloboda.ru>
8831         Make fnt2bdf produce correct fonts.
8833         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
8834         Make int16 read from the BIOS keyboard buffer, not directly from the
8835         console driver.
8837         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
8838         Fixed broken assembler. Removed support for old protected-mode hack
8839         for running real-mode code on platforms that don't support vm86; the
8840         current CallRM->RMCB shortcut code should take care of all
8841         Wine-supplied RM APIs (such as DOSASPI) anyway.
8843         * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
8844         Perform NE_InitProcess in the context of the new task.
8846 2000-07-24  Alexandre Julliard  <julliard@winehq.com>
8848         * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/win87em.c, dlls/kernel/win87em.spec, dlls/kernel/windebug.c, dlls/kernel/windebug.spec:
8849         Merged msacm and msacm32 dlls.
8850         Merged win87em and windebug into kernel32.dll.
8852 2000-07-23  Alexandre Julliard  <julliard@winehq.com>
8854         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
8855         Francois Gouget <fgouget@psn.net>
8856         Fixed int/HANDLE mismatches revealed by -DSTRICT.
8857         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
8859         * programs/progman/main.c:
8860         Francois Gouget <fgouget@psn.net>
8861         Fixed WinMain's signature.
8862         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
8863         Removed obsolete references to the Languages array.
8865         * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
8866         Francois Gouget <fgouget@psn.net>
8867         Removed obsolete references to the Languages array.
8869         * programs/clock/main.c:
8870         Francois Gouget <fgouget@psn.net>
8871         Fixed WinMain's signature.
8872         Fixed parameter order for the call to CreateWindow.
8874         * libtest/hello.c, libtest/hello2.c, libtest/hello3.c, libtest/hello4.c, libtest/hello5.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, programs/notepad/main.c, programs/winver/winver.c:
8875         Francois Gouget <fgouget@psn.net>
8876         Fixed WinMain's signature.
8878         * programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, libtest/Makefile.in:
8879         Francois Gouget <fgouget@psn.net>
8880         Added -DSTRICT.
8881         Added missing libraries comctl32 and rpcrt4.
8883         * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
8884         James Hatheway <james@macadamian.com>
8885         Adds an initial WSAIoctl function with support for only the
8886         SIO_GET_INTERFACE_LIST command.  Adds initial code to WsControl
8887         function to support the WSCNTL_TCPIP_QUERY_INFO command.
8889         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
8890         Eric Pouech <Eric.Pouech@wanadoo.fr>
8891         Compilation fixes for OpenGL.
8893         * Make.rules.in: Mike_McCormack@looksmart.com.au
8894         Corrected c2man flags. It still crashes anyhow :-/
8896         * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
8897         Lionel Ulmer <lionel.ulmer@free.fr>
8898         Detect broken glext.h headers.
8900         * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
8901         Mike_McCormack@looksmart.com.au
8902         Added some basic text display and editing capabilities, cursor
8903         positioning, a bit of scrolling and a text file loader.
8905         * include/tapi.h: Mike_McCormack@looksmart.com.au
8906         Implemented lineGetCountry. (works with HyperTrm.exe)
8908         * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c:
8909         Gerard Patel <g.patel@wanadoo.fr>
8910         Focus handling, visual changes + misc fixes.
8912         * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
8913         Implemented lineGetCountry. (works with HyperTrm.exe)
8915         * include/winbase.h: Francois Gouget <fgouget@psn.net>
8916         Removed duplicate declaration of AddAccessAllowedAce.
8918         * dlls/comctl32/listview.c:
8919         Aric Stewart <aric@codeweavers.com>
8920         Handle the case where the function SetItem is called to select an item
8921         or set its focus.
8923         * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
8924         Ove Kaaven <ovek@transgaming.com>
8925         Added a few C++ operators to Direct3D structures, and made some unions
8926         'nameless'.
8928         * dlls/winsock/async.c:
8929         Eric Pouech <Eric.Pouech@wanadoo.fr>
8930         Insured that all parameters of async functions are copied before
8931         returnig from request.
8933         * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
8934         Ove Kaaven <ovek@arcticnet.no>
8935         Fix a few typos and such.
8937         * include/d3d.h, include/ddraw.h:
8938         Ove Kaaven <ovek@transgaming.com>
8939         Added some DirectDraw7-related definitions.
8941         * configure, configure.in, include/config.h.in:
8942         Marcus Meissner <marcus@jet.franken.de>
8943         Make non-existence of (f)lex an error.
8945         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
8946         Marcus Meissner <marcus@jet.franken.de>
8947         IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
8949         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
8950         Added a few Win32 definitions.
8952         * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
8953         Reduce scope of "Status" #ifdef hack.
8955         * if1632/relay.c, relay32/builtin32.c:
8956         Ove Kaaven <ovek@arcticnet.no>
8957         Say that "No handler" messages as fatal.
8959         * winedefault.reg: Fixed SharedDir location.
8961         * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
8962         Ove Kaaven <ovek@arcticnet.no>
8963         Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
8964         the ugly Dr7 hack.
8966         * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
8967         Eric Pouech <Eric.Pouech@wanadoo.fr>
8968         Fixed first seek on MEM mmio files.
8970         * dlls/commdlg/fontdlg.c:
8971         Gerard Patel <g.patel@wanadoo.fr>
8972         Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
8974         * dlls/wininet/http.c:
8975         John R. Sheets <jsheets@codeweavers.com>
8976         Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
8978         * dlls/wininet/internet.c:
8979         John R. Sheets <jsheets@codeweavers.com>
8980         Put the URL parameter list in with the URL path if the ExtraInfo
8981         buffer isn't specified.
8983         * controls/icontitle.c:
8984         Gerard Patel <g.patel@wanadoo.fr>
8985         Fixed calculation of buffer length after switch of window text to
8986         unicode.
8988         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
8989         Comment out a nonfunctional DOS part of debugger.
8991         * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
8992         Ove Kaaven <ovek@arcticnet.no>
8993         Added stub for RasHangUpA().
8995         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
8996         DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
8997         to documentation.
8999         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
9000         Fixed a few problems.
9002         * dlls/comctl32/toolbar.c:
9003         David Elliott <dfe@infinite-internet.net>
9004         - Changed the temporary buffer for loading resources from 256 to 512
9005         - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
9006           the function
9007         - Use lstrcpynW instead of lstrcpyW
9009 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
9011         * ANNOUNCE, ChangeLog, include/version.h:
9012         Release 20000716.
9014 ----------------------------------------------------------------
9015 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
9017         * windows/winproc.c:
9018         Added assembly wrapper for calling window procedures.
9020         * include/main.h, include/options.h, include/process.h, loader/dos/module.c, loader/main.c, misc/options.c, scheduler/client.c, scheduler/process.c:
9021         Get full path of argv[0] before we change directories.
9022         Make sure process names are long path names.
9023         Cleaned up initialisation a bit.
9025         * server/sock.c:
9026         Stephane Lussier <stephane@macadamian.com>
9027         In set_socket_event, the event should be signaled if there's a pending
9028         network event corresponding to the events the application wanted to be
9029         notified.
9031         * dlls/winspool/info.c, files/file.c, graphics/x11drv/xfont.c, loader/task.c, windows/class.c, dlls/odbc32/proxyodbc.c, dlls/ole32/datacache.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/wininet/internet.c:
9032         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9033         Spelling fixes.
9035         * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
9036         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9037         Doc and trace updates.
9039         * include/process.h, loader/module.c, scheduler/process.c:
9040         Marcus Meissner <marcus@jet.franken.de>
9041         Transmit current directory settings to newly created processes.
9043         * documentation/installation-und-konfiguration.german:
9044         Peter Ganten <peter@ganten.org>
9045         Added German installation and configuration manual.
9047         * windows/x11drv/keyboard.c:
9048         Raul Fernandes <rgf@ieg.com.br>
9049         Added Brazilian keyboard.
9051         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
9052         Set clipping region to client window before owner-drawn painting.
9054         * winedefault.reg:
9055         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9056         Added the "SharedDir" registry key.
9058         * include/acconfig.h, include/config.h.in, configure, configure.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11_private.h:
9059         Lionel Ulmer <lionel.ulmer@free.fr>
9060         - fix Direct3D support and a lot of warnings
9061         - add support for DDraw in a window (not optimized yet)
9062         - cleans up OpenGL extensions handling for D3D
9064         * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
9065         Background of SS_SIMPLE static control is not filled (unless it has
9066         SS_NOPREFIX too).
9068         * files/directory.c:
9069         Marcus Meissner <marcus@jet.franken.de>
9070         Drop UNIX cwd to / after calculating WINE current directory (to allow
9071         CD unmounts).
9073 2000-07-15  Alexandre Julliard  <julliard@winehq.com>
9075         * graphics/x11drv/dib.c:
9076         Stephane Lussier <stephane@macadamian.com>
9077         New version of the patch from Francois Jacques with a modification of
9078         my own that makes everybody happy :-)
9080         * misc/comm.c, dlls/kernel/kernel32.spec:
9081         Mike McCormack <mike_mccormack@looksmart.com.au>
9082         Hook serialui dll into existing comm functions.
9084         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/serialui/.cvsignore, dlls/serialui/Makefile.in, dlls/serialui/confdlg.c, dlls/serialui/serialui.h, dlls/serialui/serialui.spec, dlls/serialui/serialui_rc.rc:
9085         Mike McCormack <mike_mccormack@looksmart.com.au>
9086         Implemented serialui dll containing CommConfigDialog,
9087         GetDefaultCommConfig and SetDefaultCommConfig.
9089         * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
9090         Patrik Stridvall <ps@leissner.se>
9091         Fixed some warnings.
9093         * tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
9094         Patrik Stridvall <ps@leissner.se>
9095         - Minor API files fixes.
9096         - Minor bug fixes and additions.
9098         * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
9099         Patrik Stridvall <ps@leissner.se>
9100         Fixed some issues found by winapi_check.
9102         * controls/button.c:
9103         Dave Hawkes <daveh-wine@cadlink.com>
9104         All standard window controls should have CS_PARENTDC, but should still
9105         clip to the control window.
9107         * windows/message.c:
9108         John R . Sheets <jsheets@codeweavers.com>
9109         We also have to validate the frame to avoid an infinite loop when the
9110         app doesn't call BeginPaint.
9112         * scheduler/handle.c:
9113         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9114         Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
9116         * dlls/winmm/wineoss/mixer.c:
9117         Ed Snow <ed_snow@ttmengineering.com>
9118         Fixes unmuting when unmuted.
9119         Unifies scale reported with scale used for volume control.
9120         Hack for Bass/Treble until better fix is complete.
9122         * graphics/x11drv/xfont.c:
9123         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9124         Added DBCS/unicode encoding templates.
9126         * controls/combo.c:
9127         Susan Farley <sfarley@codeweavers.com>
9128         Don't clear selection when initial entry is not in the list.
9130         * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
9131         Made --language behave the same as setting the LANGUAGE environment
9132         variable.
9134         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec, dlls/rpcrt4/.cvsignore, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c, include/rpc.h, include/wtypes.h, loader/loadorder.c:
9135         Huw D M Davies <hdavies@codeweavers.com>
9136         Create rpcrt4.dll.
9137         Implement UuidCreate (using existing code from CoCreateGuid).
9138         CoCreateGuid calls UuidCreate.
9140         * memory/heap.c:
9141         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9142         Fix for supporting DBCS.
9144         * dlls/comctl32/toolbar.c:
9145         Rob Farnum <rfarnum@mindspring.com>
9146         Ignore iBitmap width when drawing flat toolbar.
9148         * loader/pe_image.c: Peter Ganten <peter@ganten.org>
9149         Fixed a file descriptor leak in the PE loader.
9151         * windows/winpos.c:
9152         Jean-Claude Batista <jcb@macadamian.com>
9153         Ensure the validity of hOldFocus before calling WIN_GetTopParent.
9155         * graphics/x11drv/xfont.c:
9156         Drew Ronneberg <drew@codon.princeton.edu>
9157         Ignore broken fonts when building cache file.
9159         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
9160         Allow SetWindowLong(... GWL_STYLE) to change visible bit.
9162         * documentation/registry:
9163         Ove Kaaven <ovek@arcticnet.no>D
9164         Text of WWN article "The Registry".
9166         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
9167         David Elliott <dfe@infinite-internet.net>
9168         - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
9169           guessing the command length correctly, and if not, tell's it what's up.
9170         - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
9171           caller to clear the fields.
9172         - Added a new field to HA_Unique content to fix some applications.  Will
9173           fix this for good at a later date.
9174         - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
9175           Linux)
9176         - Added some constants to winescsi.h
9177         (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
9179         * dlls/user/user32.spec, windows/user.c:
9180         Peter Ganten <peter@ganten.org>
9181         Stubs for CreateDesktopA and EnumDesktopWindows.
9183         * loader/loadorder.c:
9184         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9185         Added ws2_32 loadorder.
9187         * tools/winebuild/main.c:
9188         Peter Ganten <peter@ganten.org>
9189         Try to unlink output file before opening it.
9191         * controls/edit.c:
9192         Marcus Meissner <marcus@jet.franken.de>
9193         Replaced %s by %p in EDIT_WM_SetText.
9195         * dlls/winsock/ws2_32.spec:
9196         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9197         Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
9199         * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
9200         Add a warning when the normal load address for a win32 program is not
9201         available.
9203         * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
9204         Huw D M Davies <hdavies@codeweavers.com>
9205         OLE picture object implementation.
9207         * misc/comm.c:
9208         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9209         Fixed an incorrect format string.
9211         * loader/loadorder.c:
9212         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9213         Added loadorder entry for the Linux glide3x library.
9215         * winedefault.reg:
9216         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9217         Added "CommonFilesDir"="C:\Program Files\Common Files".
9219         * debugger/db_disasm.c:
9220         Ian Schmidt <ischmidt@cfl.rr.com>
9221         Added Pentium Pro/2/3/4 conditional move instructions.
9223 2000-07-11  Alexandre Julliard  <julliard@winehq.com>
9225         * dlls/kernel/kernel_main.c, memory/codepage.c:
9226         Set ansi/oem/mac code pages from current locale.
9228         * scheduler/client.c:
9229         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9230         Better error message for really clueless newbies.
9232         * dlls/msacm32/msacm32_main.c:
9233         James Hatheway <james@macadamian.com>
9234         Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
9236         * dlls/ddraw/dsurface/main.c:
9237         Marcus Meissner <marcus@jet.franken.de>
9238         Check for NULL flipchain and just return the current surface if it
9239         happens.
9241         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
9242         Marcus Meissner <marcus@jet.franken.de>
9243         Implemented _vsnprintf by calling wvsnprintfA.
9245         * objects/dib.c:
9246         Stephane Lussier <stephane@macadamian.com>
9247         In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
9248         instead of failing.
9250         * dlls/comctl32/toolbar.c:
9251         Chris Morgan <cmorgan@wpi.edu>
9252         Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
9253         is non-zero.  Better fix than my previous patch.
9255 2000-07-10  Alexandre Julliard  <julliard@winehq.com>
9257         * scheduler/thread.c:
9258         Lazy initialisation of thread locale.
9260         * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplobby.h:
9261         Peter Hunnisett <hunnise@nortelnetworks.com>
9262         - Make ref counting a little more efficient
9263         - Correct suspended process resumption
9264         - Don't use sys/queue.h anymore
9265         - Properly initialize the global semaphore across processes
9266         - Create a mapped file for shared data structures
9267         - Change some trace messages
9268         - Allocate dynamic shared data from the mapped file
9269         - Rework setting and retrieving lobby settings from shared memory
9270         - Add infrastructure for syncronization after app launch
9271         - Small documentation update
9272         - Include some stuff missing from header
9273         - Start on dp and dpl message infrastructure
9274         - Unicode versions of player/group commands added
9275         - Combined Connect/ConnectEx and Open/SecureOpen
9276         - More implementation
9278         * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
9279         Dmitry Timoshkov <dmitry@sloboda.ru>
9280         Moved all NLS dependent data to the KERNEL resources.
9282         * scheduler/thread.c:
9283         Juergen Schmied <juergen.schmied@debitel.net>
9284         Moved setting the locale value to the right position.
9286         * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9287         Fixed FormatMessage[A|16] against some buffer overflow cases.
9289         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9290         Removed extraneous trace message.
9292         * debugger/winedbg.c:
9293         Eric Pouech <Eric.Pouech@wanadoo.fr>
9294         Unconditionnally print messages on DLL load breakpoint.
9296         * debugger/break.c:
9297         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9298         Fixed winedbg watchpoints.
9300         * dlls/oleaut32/ole2disp.c:
9301         Francois Jacques <francoisj@macadamian.com>
9302         Prevent SysAllocString and SysAllocString16 to perform any processing
9303         on NULL strings.
9305         * tools/fnt2bdf.c:
9306         Stas Sergeev <stas.orel@mailcity.com>
9307         Make it possible to change the encoding of fonts from the command
9308         line, even if autodetected.
9310         * windows/spy.c, windows/ttydrv/wnd.c, windows/win.c, windows/x11drv/wnd.c, controls/button.c, controls/icontitle.c, controls/static.c, include/mdi.h, include/ttydrv.h, include/win.h, include/x11drv.h, windows/defwnd.c, windows/dialog.c, windows/mdi.c, wine.ini:
9311         Dmitry Timoshkov <dmitry@sloboda.ru>
9312         Convert WND.text field to Unicode.
9313         Add new key to wine.ini in the section [x11drv] - TextCP, which means
9314         code page used for texts passed to X.
9315         Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
9317         * graphics/x11drv/dib.c: Backed out previous patch.
9319         * dlls/user/user32.spec, include/winuser.h, windows/user.c:
9320         Marcus Meissner <marcus@jet.franken.de>
9321         Stub for RegisterDeviceNotificationA.
9323         * dlls/winsock/socket.c:
9324         Gerard Patel <g.patel@wanadoo.fr>
9325         Fakes a negotiation of the winsock version.
9327         * dlls/oleaut32/typelib.c:
9328         Juergen Schmied <juergen.schmied@debitel.net>
9329         - better loading of *.tlb files
9330         - seperated code for loading tlb resource into memory from code for
9331           parsing the tlb resource.
9333         * dlls/ole32/ole2stubs.c:
9334         Juergen Schmied <juergen.schmied@debitel.net>
9335         Implemented OleCreate.
9337 2000-07-09  Alexandre Julliard  <julliard@winehq.com>
9339         * windows/class.c: Noomen Hamza <noomen@macadamian.com>
9340         GetClassInfo should return global classes even if the hInstance
9341         parameter is different from the one passed to the RegisterClass
9342         function.
9344         * misc/comm.c: Stefan Leichter <sle@camline.com>
9345         Fixes the BuildCommDCBA function.
9347         * configure, configure.in, include/config.h.in, misc/port.c:
9348         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9349         Added configure check for libutil.h.
9351         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
9352         Make the focus follow the last selected item for multiselect listboxes.
9354         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
9355         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9356         Stub implementation of LHashValOfNameSysA.
9357         Don't crash if we encounter a BSTR with length <= 0.
9358         Fix typos in ITypeLib::GetDocumentation.
9360         * dlls/shell32/shell.c:
9361         Dave Hawkes <daveh-wine@cadlink.com>
9362         With some apps a fault was possible in ExtractAssociatedIcon.
9364         * windows/cursoricon.c:
9365         Dave Hawkes <daveh-wine@cadlink.com>
9366         GetIconInfo did no correctly identify icons from cursors.
9368         * windows/msgbox.c:
9369         Haithem Hmida <haithem@macadamian.com>
9370         Under Windows 95/98/NT, message boxes do not have a default icon.
9372         * misc/registry.c:
9373         Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
9374         Small cleanups.
9376         * dlls/wsock32/.cvsignore, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, dlls/dplay/.cvsignore, dlls/dplay/Makefile.in, dlls/dplay/dplay.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplay.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/wow32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, dlls/shfolder/.cvsignore, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shlwapi/.cvsignore, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/winsock/wsock32.spec, dlls/wow32/.cvsignore, dlls/wow32/Makefile.in, dlls/wow32/wow32.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in:
9377         Created separate libraries for dplay, shfolder, shlwapi, wow32 and
9378         wsock32 so that we have at most one Win32 dll in each .so library.
9380 2000-07-08  Alexandre Julliard  <julliard@winehq.com>
9382         * graphics/x11drv/dib.c:
9383         Francois Jacques <francoisj@macadamian.com>
9384         Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
9385         manipulation.
9386         Corrected XGetSubImage arguments order.
9388         * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
9389         Matthew Lake <MLake@sunbelt-plb.com>
9390         Added some missing definitions.
9392         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
9393         Francois Jacques <francoisj@macadamian.com>
9394         Implemented SafeArrayGetVarType.
9395         Added a VT_RECORD variant type definition.
9397         * dlls/kernel/kernel32.spec, misc/comm.c:
9398         Stefan Leichter <sle@camline.com>
9399         Started implementation of the functions GetDefaultCommConfigA/W.
9401         * dlls/ddraw/convert.c:
9402         Marcus Meissner <Marcus.Meissner@caldera.de>
9403         Corrected 24->32 conversion. Still only correct for little endian.
9405         * windows/winpos.c:
9406         Susan Farley <sfarley@codeweavers.com>
9407         Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
9409         * loader/module.c:
9410         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9411         Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
9413         * dlls/comctl32/toolbar.c:
9414         Chris Morgan <cmorgan@wpi.edu>
9415         Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
9416         is non-zero or the default himl, himlDef, is non-zero.  Fixes a bug in
9417         WinZip 8.0 where text is not shifted down by the height of the button
9418         image.
9420         * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
9421         Check the value returned by DIALOG_GetCharSize.
9423         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/debugdefs.h:
9424         Francois Jacques <francoisj@macadamian.com>
9425         Added setupapi shared library and SetupIterateCabinet stub.
9427         * dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c, include/vfw.h, tools/winapi_check/win16/msvideo.api, tools/winapi_check/win32/msvfw32.api, windows/driver.c:
9428         Bradley Baetz <bbaetz@student.usyd.edu.au>
9429         Implemented a large number of the msvideo dll routines.
9431         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
9432         Gerard Patel <g.patel@wanadoo.fr>
9433         Allow the size of bitmaps to be changed after toolbar buttons have
9434         been added.
9436         * dlls/comctl32/propsheet.c:
9437         Slava Monich <Slava_Monich@cnt.com>
9438         On Windows property sheet has DWL_USER dword pointing to a structure
9439         that starts with HWND and PROPSHEETHEADER fields.
9441         * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
9442         Slava Monich <Slava_Monich@cnt.com>
9443         Implementation of Get/SetThreadPriorityBoost.
9445         * documentation/psdriver:
9446         Stefan Leichter <sle@camline.com>
9447         Added documentation on how to setup wine's Buildin Postscript Driver
9448         working with ghostscript (afmfiles, ppdfile).
9450         * debugger/debugger.h, debugger/expr.c, debugger/types.c:
9451         Peter Hunnisett <hunnise@nortelnetworks.com>
9452         - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
9453           expose further bad code
9454         - Print of pointer used as array now works
9456         * dlls/comctl32/listview.c:
9457         James Hatheway <james@macadamian.com>
9458         Only use the column headers to calculate the width of a
9459         LDS_REPORT-type listbox if it actually has column headers.
9460         (ie. LVS_NOCOLUMNHEADER bit is not set.)
9462         * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
9463         BeginDeferWindowPos should allow zero count.
9465         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
9466         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9467         Added semi-stub.
9469         * dlls/winmm/mci.c:
9470         Bradley Baetz <bbaetz@student.usyd.edu.au>
9471         Handle mciSendString("open <mcitype>",...)
9473         * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
9474         Bertho Stultiens <bertho@panter.soci.aau.dk>
9475         - Bugfix: Macro expansion of strings would assert an internal error
9476           or a segfault due to a lacking '\0' in the expansion.
9477         - Bugfix: Prevent buffer overflow in reallocation of macro expansion
9478           buffers.
9479         - Bugfix: Wrc's version information was not passed as numerical to the
9480           preprocessor due to an error in the definition of the macro.
9481         - Relaxed the newline constraint in global LANGUAGE statements, which
9482           was introduced in version 1.1.3, so that some fancy preprocessor
9483           constructs can work.
9484         - Removed the gcc-style #line handling from the resource-parser to the
9485           resource-scanner so that it is possible to include files at any stage
9486           of the source, independent of the parser-state.
9487         - Bugfix: Stringtables were not correctly searched for duplicates
9488           because the language comparison disregarded the sublanguage.
9489         - Eliminated a repetitive warning when writing stringtables with zero
9490           length string entries. These are perfectly valid (but make no sense:-).
9491           Warnings are now only generated during parse in pedantic mode.
9493         * dlls/oleaut32/ole2disp.c:
9494         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9495         Fix SysStringByteLen to really return the length in bytes.
9497         * dlls/comctl32/rsrc.rc:
9498         Slava Monich <Slava_Monich@cnt.com>
9499         Changed the size of property sheet template to be the same as the
9500         original one (was 292x159, now 220x140).
9502         * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
9503         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9504         Implement IDataAdviseHolder.
9506         * dlls/oleaut32/typelib.c:
9507         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9508         Fix typo in ITypeLib::IsName.
9510         * dlls/ole32/hglobalstream.c:
9511         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9512         CreateStreamOnHGlobal should alloc a shared memory block if supplied
9513         handle is 0.
9515         * dlls/commdlg/filedlg95.c:
9516         Dmitry Timoshkov <dmitry@sloboda.ru>
9517         Do not crash if there was no files selected and OK button was pressed.
9519         * dlls/dsound/dsound_main.c:
9520         Ove Kaaven <ovek@transgaming.com>
9521         Fix a couple of problems with underruns and stopping/restarting.
9523         * misc/main.c:
9524         Joerg Mayer <jmayer@telesun2.telemation.de>
9525         Fixed the debugmsg help.
9527         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
9528         David Elliott <dfe@infinite-internet.net>
9529         Map each channel on every host to an ASPI controller number.
9530         Store map in HKEY_DYN_DATA.
9532         * dlls/comctl32/comctl32undoc.c:
9533         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9534         DSA_InsertItem returns nIndex, not nItemCount.
9536         * dlls/comctl32/monthcal.c:
9537         Chris Morgan <cmorgan@wpi.edu>
9538         Fixed background redrawing when control is covered.  Fixed a really
9539         dumb mistake I made with border drawing many patches ago.  Fixed
9540         offset by 1 alignment issues.
9542         * dlls/ddraw/dsurface/main.c:
9543         Marcus Meissner <Marcus.Meissner@caldera.de>
9544         Removed another bad assert and two no longer needed ones.
9546 2000-06-25  Alexandre Julliard  <julliard@winehq.com>
9548         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9549         Fixed bad exception handler chain termination.
9551         * windows/x11drv/wnd.c, windows/win.c:
9552         Lawson Whitney <lawson_whitney@juno.com>
9553         Moved zero-sized window hack to x11drv.
9555         * dlls/ntdll/nt.c:
9556         Marcus Meissner <marcus@jet.franken.de>
9557         Return "no debugger attached" in NtQueryInformationProcess to satisfy
9558         some copy protection mechanisms.
9560         * dlls/commdlg/colordlg.c:
9561         Eric Pouech <Eric.Pouech@wanadoo.fr>
9562         Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
9564         * dlls/ddraw/dsurface/main.c:
9565         Marcus Meissner <marcus@jet.franken.de>
9566         Fixed two asserts in Blt().
9568         * dlls/ddraw/helper.c:
9569         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9570         Properly cast arguments to printf to match the intended output.
9572         * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
9573         Eric Pouech <Eric.Pouech@wanadoo.fr>
9574         Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
9575         Seeking from SEEK_END was wrong.
9576         Seeking on empty buffer was wrong.
9577         Some installed ioProcs had uninitialized fields.
9578         A few more bits for rename functions.
9580         * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
9581         Eric Pouech <Eric.Pouech@wanadoo.fr>
9582         Added BreakOnDllLoad internal var, cleaned up register validation on
9583         exception.
9585         * dlls/comctl32/toolbar.c:
9586         Mike McCormack <Mike_McCormack@looksmart.com.au>
9587         Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
9588         TOOLBAR_SetButtonSize after button added to the toolbar (latter for
9589         WINZIP32.EXE)
9591         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
9592         Set the minimum dropped height to the combo list height if any in
9593         CBDropDown.
9595         * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
9596         If whitespace or dots are appended to the end of any component in a
9597         path then it should be ignored.
9599 2000-06-24  Alexandre Julliard  <julliard@winehq.com>
9601         * loader/module.c, scheduler/process.c, include/process.h:
9602         Make sure the cmdline passed to CreateProcessA is writeable (thanks to
9603         Peter Ganten <peter@ganten.org>).
9605         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
9606         Eric Pouech <Eric.Pouech@wanadoo.fr>
9607         Cleaned up loading/init code in OSS.
9608         Cleaned up getDevCaps in midi part.
9609         Implemented asynchronous waveIn recording using a thread.
9611         * dlls/kernel/kernel32.spec, win32/console.c:
9612         Eric Pouech <Eric.Pouech@wanadoo.fr>
9613         A few missing console stubs.
9615         * dlls/comctl32/animate.c:
9616         Eric Pouech <Eric.Pouech@wanadoo.fr>
9617         Fixed animation loading for RLE encoding.
9619         * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
9620         Juergen Schmied <juergen.schmied@debitel.net>
9621         - removed hack to find the right resource
9622         - updated to use the ICOM macros
9623         - cleaned up use typelib and typelib2 (was mixed up)
9625         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
9626         Juergen Schmied <juergen.schmied@debitel.net>
9627         - fixed reported bugs
9628         - fixed default extensions
9629         - implemented "browse to desktop" button
9631         * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
9632         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9633         GetCommandLine should return non-const strings.
9635         * dlls/kernel/kernel.spec:
9636         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9637         CallProcEx32W should be named _CallProcEx32W.
9639         * files/change.c:
9640         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9641         Added some stuff saying that this is NOT supported.
9643         * relay32/snoop.c:
9644         Juergen Schmied <juergen.schmied@debitel.net>
9645         Avoid calling the exception handler in some cases.
9647         * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
9648         Juergen Schmied <juergen.schmied@debitel.net>
9649         - many new Path* stubs
9650         - many bugfixes
9651         - class functions expanding environments variables now
9653         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
9654         Ove Kaaven <ovek@transgaming.com>
9655         Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
9656         driver, and winmm's interface for DirectSound to access it. It
9657         requires the ability to mmap /dev/dsp, to trigger playback, and
9658         sample-accurate position readouts. (If the soundcard's device driver
9659         does not report these capabilities, wineoss will report the HAL as
9660         unavailable and force DirectSound to use its HEL instead.)
9662         * include/mmsystem.h, dlls/dsound/dsound_main.c:
9663         Ove Kaaven <ovek@transgaming.com>
9664         Implemented the DirectSound HAL mode for DMA primary buffers, with a
9665         10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
9666         a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
9667         DirectSound to use (so drivers like wineoss have some way of knowing
9668         what to prepare itself for).
9670         * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
9671         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9672         Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
9673         2.0 control.exe and paint.exe.
9675         * include/winuser.h:
9676         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9677         Added IDI_WINLOGO.
9679         * debugger/winedbg.c:
9680         Eric Pouech <Eric.Pouech@wanadoo.fr>
9681         Don't block endlessly after last debugged process has exited.
9683         * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9684         Added (back) correct behavior for NULL ptrs in CharToOem funcs.
9686         * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9687         Fixed some OOM conditions in GlobalAlloc.
9689         * dlls/ntdll/misc.c:
9690         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9691         Added missing #include <math.h>.
9693         * include/winresrc.h: Removed MIME garbage.
9695         * dlls/ddraw/ddraw/x11.c:
9696         Marcus Meissner <marcus@jet.franken.de>
9697         Create xlib ddsurfaces with correct reference counts.
9699         * dlls/gdi/Makefile.in, dlls/gdi/bidi16.c, dlls/user/Makefile.in, dlls/user/bidi16.c, dlls/user/network.c, misc/Makefile.in, misc/bidi16.c, misc/network.c:
9700         Split bidi16.c and network.c out of misc/ into their respective dlls.
9702 2000-06-23  Alexandre Julliard  <julliard@winehq.com>
9704         * tools/.cvsignore, tools/Makefile.in, tools/build-spec.txt, tools/build.c, tools/winebuild/.cvsignore, tools/winebuild/Makefile.in, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in, configure, configure.in, if1632/.cvsignore, if1632/Makefile.in, relay32/.cvsignore, relay32/Makefile.in:
9705         Split the build program in several files.
9706         Renamed it 'winebuild' to avoid possible conflicts.
9707         Cleaned up command-line parsing.
9708         Make it understand -fPIC instead of -pic.
9709         Merged call16.s and call32.s generated files.
9711         * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
9712         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9713         Added more ordinals to KERNEL, GDI, USER and system drivers
9714         (Windows 1.1, 2.0).
9716         * dlls/ddraw/ddraw/dga.c:
9717         Peter Ganten <peter@ganten.org>
9718         _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
9719         supported.
9721         * dlls/comctl32/toolbar.c:
9722         Dave Hawkes <daveh-wine@cadlink.com>
9723         Avoid gratuitously changing the ZORDER.
9725         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
9726         Marcus Meissner <marcus@jet.franken.de>
9727         Use correct bpp for the X side of the surface XImages.
9728         Cleaned up Xlib_Surface_Release so it is a bit more readable.
9729         use VirtualAlloc for conversion-programside buffer to simplify
9730         handling.
9732         * loader/resource.c:
9733         Dave Hawkes <daveh-wine@cadlink.com>
9734         GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
9735         should return TRUE on success.
9737         * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
9738         Marcus Meissner <marcus@jet.franken.de>
9739         Dump FourCC correctly, print conversion messages, add reference to
9740         ddraw in DDSurface::GetDDInterface.
9742         * dlls/x11drv/x11drv_main.c:
9743         Marcus Meissner <marcus@jet.franken.de>
9744         Restrict nTimeout to 0-32767, since it is a 16bit value in X.
9746         * dlls/ntdll/signal_i386.c:
9747         Dave Hawkes <daveh-wine@cadlink.com>
9748         Exception handling for SIGFPE must always clear the FPU interrupt
9749         status.
9751         * dlls/commdlg/filedlg95.c, dlls/crtdll/.cvsignore, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/Makefile.in, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, include/crtdll.h, Make.rules.in, Makefile.in, dlls/Makefile.in:
9752         Moved shared crtdll/ntdll functions into ntdll.
9753         Made crtdll a separate dll.
9755         * dlls/olecli/olecli_main.c, dlls/shell32/classes.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/wine/obj_base.h, misc/lstr.c, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
9756         Cleaned up a few inter-dll dependencies.
9758         * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
9759         Patrik Stridvall <ps@leissner.se>
9760         Fixed some issues found by winapi_check.
9762         * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
9763         Patrik Stridvall <ps@leissner.se>
9764         Fixed some warnings.
9766         * tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/olecli32.api, tools/winapi_check/win32/opengl32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/winapi_local.pm:
9767         Patrik Stridvall <ps@leissner.se>
9768         - Minor API files fixes.
9769         - Minor bug fixes and additions.
9771         * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
9772         Ove Kaaven <ovek@transgaming.com>
9773         Restructure DirectSound. Remove dsound thread, use MM timers
9774         instead. Implemented the DirectSound HEL, with the ability to
9775         prebuffer 300ms of sound, while maintaining play latency of 40ms, and
9776         the exact playposition (Starcraft cinematics are lip-synched).  Some
9777         initial HAL support.
9779         * relay32/builtin32.c:
9780         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9781         Replaced the BUILTIN32_dlopen() ERR() by a WARN().
9783         * include/winresrc.h:
9784         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9785         Added include/winresrc.h for porting with winelib.
9787         * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
9788         Francois Gouget <fgouget@psn.net>
9789         Merged DeviceCapabilities and DeviceCapabilitiesA.
9791         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
9792         Francois Gouget <fgouget@psn.net>
9793         Merged MCIWndCreate and MCIWndCreateA.
9795         * dlls/ole32/compobj.c:
9796         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9797         CLSIDFromString apparently also accepts ProgIDs as an input string.
9799         * include/winuser.h:
9800         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9801         Added SC_ICON/SC_ZOOM (obsolete macros).
9803         * include/wininet.h:
9804         Marcus Meissner <marcus@jet.franken.de>
9805         Added prototypes for new InternetCheckConnection*.
9807 2000-06-20  Alexandre Julliard  <julliard@winehq.com>
9809         * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
9810         Cleaned up a few inter-dll dependencies.
9812         * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
9813         Alexander V. Lukyanov <lav@long.yar.ru>
9814         Fixed problems with compilation/install out of source tree.
9816         * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
9817         Noomen Hamza <noomen@macadamian.com>
9818         OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
9819         the CLSID of the OLE object is not found in the registry. Fixed.
9821         * files/profile.c:
9822         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9823         Make WritePrivateProfileSectionA care for "" and NULL as the
9824         string argument. New function PROFILE_DeleteAllKeys.
9826         * dlls/winmm/wineoss/midi.c:
9827         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9828         Fixed format strings.
9830         * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
9831         Rein Klazes <rklazes@casema.net>
9832         Fix a crash in winhelp caused by hmemcpy16 without prototype.
9833         Fix some compiler warnings.
9835         * dlls/*/Makefile.in:
9836         For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
9838         * dlls/winmm/wineoss/audio.c:
9839         Ove Kaaven <ovek@transgaming.com>
9840         Fixed WHDR_DONE race condition.
9842         * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
9843         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9844         Implemented StrCatBuff.
9846         * include/shlobj.h:
9847         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9848         Added typedef of DROPFILES.
9850         * include/winerror.h:
9851         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9852         Added ResultFromScode/GetScode (obsolete macros).
9854         * graphics/painting.c:
9855         Dave Hawkes <daveh-wine@cadlink.com>
9856         MoveToEx: return TRUE even if there is no driver implementation.
9858         * dlls/comctl32/status.c:
9859         Gerard Patel <g.patel@wanadoo.fr>
9860         Protect against programs creating parts with negative width.
9862 2000-06-18  Alexandre Julliard  <julliard@winehq.com>
9864         * loader/resource.c, msdos/int21.c:
9865         Dmitry Timoshkov <dmitry@sloboda.ru>
9866         Use GetSystemDefaultLangID() instead of WINE_LanguageId.
9868         * documentation/winedbg, debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/registers.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
9869         Eric Pouech <Eric.Pouech@wanadoo.fr>
9870         - cleaned-up break handling
9871         - better integration of debugger inner loops (parser & events)
9872         - added attach command
9873         - improved parser so that it can be entered without any process loaded
9874         - added BreakOnFirstChance internal variable
9875         - disabled NE module symbol module (which is broken with ASS)
9876         - misc portability cleanups
9878         * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
9879         Stephane Lussier <stephane@macadamian.com>
9880         - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
9881           function with a SafeArray created with FADF_FIXEDSIZE.
9882         - Added more FADF flags in the .h file.
9883         - FADF flags were defined twice, corrected the situation.
9885         * graphics/x11drv/text.c:
9886         Dmitry Timoshkov <dmitry@sloboda.ru>
9887         Do not assume that double byte font == unicode font.
9889         * dlls/msvideo/msvideo_main.c, include/ddeml.h, include/vfw.h, include/winbase.h, include/winuser.h, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/win32/user32.api, windows/user.c:
9890         Francois Gouget <fgouget@psn.net>
9891         Added some missing prototypes.
9892         Define the HDRAWDIB handle type.
9894         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
9895         hmemcpy16 is a Win16 API, the macro is hmemcpy.
9897         * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
9898         James Hatheway <james@macadamian.com>
9899         Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
9900         functions already implemented.
9902         * dlls/winmm/mciseq/mcimidi.c:
9903         Eric Pouech <Eric.Pouech@wanadoo.fr>
9904         Fixed port status query.
9906         * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
9907         Added DirectSound device driver header file.
9909         * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
9910         Make the base relocation message a WARN, not a FIXME.
9912         * tools/Makefile.in:
9913         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9914         Distinguish between SUBDIRS and INSTALLSUBDIRS.
9916         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
9917         CB_SETCURSEL should not generate another listbox event after updating
9918         the edit box.
9920         * dlls/comctl32/treeview.c:
9921         Noomen Hamza <noomen@macadamian.com>
9922         WM_PAINT should be processed only by the TREEVIEW_Paint function, so
9923         we don't need to call DefWindowProcA function within TREEVIEW_Paint.
9925         * windows/class.c:
9926         James Hatheway <james@macadamian.com>
9927         We must return the atom of the class in GetClassInfoEx instead of just
9928         TRUE.
9930         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
9931         James Hatheway <james@macadamian.com>
9932         Added a stub for CoCreateFreeThreadedMarshaler().
9934         * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9935         Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
9936         OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
9938         * controls/menu.c:
9939         Francois Jacques <francoisj@macadamian.com>
9940         GetSystemMenu called with bRevert argument set to TRUE now returns
9941         NULL as specified in Platform SDK.
9943         * graphics/x11drv/dib.c:
9944         Stephane Lussier <stephane@macadamian.com>
9945         Fixed memory access outside of the range for source bits in 24-bit bitmaps.
9947 2000-06-16  Alexandre Julliard  <julliard@winehq.com>
9949         * dlls/ole32/ole32.spec:
9950         Francois Jacques <francoisj@macadamian.com>
9951         Make IIDFromString point to CLSIDFromString.
9953         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
9954         Juergen Schmied <juergen.schmied@debitel.net>
9955         - better error check when importing functions via GetProcAdress
9956         - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
9957         - changed call order when browsing to different folder (crash with native shell)
9958         - removed Move call since IShellview_CreateViewWindow creates it already in
9959           the right rect
9961         * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
9962         Juergen Schmied <juergen.schmied@debitel.net>
9963         - fixed null-pidl from _ILCreateControl
9964         - some more no-name functions in shlwapi
9966         * dlls/shell32/systray.c:
9967         Francois Jacques <francoisj@macadamian.com>
9968         Keep an internal copy of the icon.
9970         * include/objbase.h: Francois Gouget <fgouget@psn.net>
9971         Reorder the __attribute__ directive in the legacy macros for
9972         compatibility with old g++ compilers.
9974         * graphics/x11drv/dib.c:
9975         Ken Coleman <ken_coleman@iname.com>
9976         Fixes to CreateDIBSection and other areas where biSizeImage is
9977         incorrectly assumed to be correct if it non-zero.  This fixes a
9978         crashing problem in Sid Meier's Alpha Centauri.
9980 ----------------------------------------------------------------
9981 2000-06-15  Alexandre Julliard  <julliard@winehq.com>
9983         * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
9984         David Lassonde <davidl@macadamian.com>
9985         Implemented the More Windows... menu item for MDI.
9987         * windows/dialog.c:
9988         Sheri Steeves <sheri@macadamian.com>
9989         Check again for GetNextDlgTabItem after return from WM_INITDIALOG
9990         message in dialog creation.
9992         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
9993         Set clipping region to client window in LISTBOX_Paint.
9995         * server/main.c:
9996         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9997         More verbose error message.
9999         * unicode/mbtowc.c:
10000         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10001         cp_mbstowcs: check functions return zero on success.
10003         * files/dos_fs.c:
10004         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10005         GetFullPathName: get "drive" value too for absolute paths.
10007         * misc/printdrv.c:
10008         Frederic Boulanger <frederic@macadamian.com>
10009         CreateSpoolFile is called with a dos name, we have to make sure that
10010         when we create the spoolfile we use the unix name associated to the
10011         dos file name.
10013         * include/winbase.h, misc/comm.c:
10014         Mike McCormack <mike_mccormack@looksmart.com.au>
10015         - add prototypes for serial API functions
10016         - correct existing serial API prototypes incorrectly using DWORD
10017           instead of HANDLE
10018         - define more structures and values in serial API
10020         * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
10021         Added a NULL pointer check within DCE_AddClipRects function.
10023         * loader/resource.c:
10024         Dmitry Timoshkov <dmitry@sloboda.ru>
10025         Optimized implementation of LoadStringA.
10027         * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
10028         Text of WWN article "The X11 driver".
10030         * documentation/HOWTO-winelib:
10031         Wilbur N. Dale <wilbur.dale@lumin.nl>
10032         WineLib does not support Win16. Removed references to Win16 and Win
10033         3.x in the introduction. Standardized capitalization of Wine and
10034         WineLib. Added documentation for compiling a simple "Hello World"
10035         WineLib program.
10037         * windows/message.c:
10038         Sheri Steeves <sheri@macadamian.com>
10039         Added setting of cursor postition to MSG_PostToQueue.
10041         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
10042         WM_SETREDRAW should repaint the listbox when set to on if something
10043         has been changed.
10045 2000-06-14  Alexandre Julliard  <julliard@winehq.com>
10047         * configure.in, debugger/Makefile.in, server/Makefile.in, tools/Makefile.in, tools/cvdump/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, Make.rules.in, Makefile.in, configure:
10048         Removed @PROGEXT@ (it was broken anyway).
10049         Improved 'make install'.
10050         Cleaned up the main Makefile.
10052         * scheduler/handle.c:
10053         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
10054         ConvertToGlobalHandle: fixed handle leak.
10056         * include/options.h:
10057         Fixed options structure definition.
10059         * windows/winpos.c:
10060         Noomen Hamza <noomen@macadamian.com>
10061         Made SetWindowPos handle the case when inserting a window after itself
10062         (don't need to change the Zorder).
10064         * documentation/opengl:
10065         Lionel Ulmer <lionel.ulmer@free.fr>
10066         Updated OpenGL documentation.
10068         * dlls/olepro32/olepro32.spec:
10069         Gerard Patel <g.patel@wanadoo.fr>
10070         Set the base for the ordinals of olepro32 to 248.
10072         * include/commctrl.h:
10073         Matthew J. Francis <mfrancis@plus.net.uk>
10074         Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
10075         NMUPDOWN.
10077         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
10078         jimregan@litsu.ie
10079         Added difftime function.
10081 2000-06-13  Alexandre Julliard  <julliard@winehq.com>
10083         * tools/Makefile.in, tools/wmc/.cvsignore, tools/wmc/CHANGES, tools/wmc/Makefile.in, tools/wmc/lang.c, tools/wmc/lang.h, tools/wmc/language.c, tools/wmc/mcl.c, tools/wmc/mcy.y, tools/wmc/utils.c, tools/wmc/utils.h, tools/wmc/wmc.c, tools/wmc/wmc.h, tools/wmc/wmc.man, tools/wmc/wmctypes.h, tools/wmc/write.c, tools/wmc/write.h, unicode/wctomb.c, Make.rules.in, configure, configure.in:
10084         Bertho Stultiens <bertho@panter.soci.aau.dk>
10085         Initial release of the message compiler.
10087         * loader/loadorder.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellstring.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/undocshell.h:
10088         Juergen Schmied <juergen.schmied@debitel.net>
10089         - new dll shfolder.dll
10090         - small fixes
10092         * dlls/user/Makefile.in, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
10093         Bertho Stultiens <bertho@akhphd.au.dk>
10094         - Bugfix: Corrected "off by one" error in the linenumber while parsing
10095           resource.
10096         - Bugfix: A segfault would occur if messagetables were parsed without
10097           memory options attached. Also added buffer-overflow safeguard while
10098           converting between byteorders.
10099         - Finished remapping usertype resources onto standars types by tricking
10100           the parser into accepting a different token. The remapping can be
10101           disabled with a new commandline option '-m'.
10102         - Resolved some warning about chars used as index on SGI O2 machine
10103           (the ctype isXXX() routines are macros there).
10105         * ole/ole2nls.c:
10106         Bertho Stultiens <bertho@panter.soci.aau.dk>
10107         Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
10108         extended search.
10110         * documentation/opengl:
10111         Lionel Ulmer <lionel.ulmer@free.fr>
10112         OpenGL documentation.
10114         * files/drive.c:
10115         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10116         DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
10117         on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
10118         normally returns the "avail" of the corresponding partition.
10119         Cleaned up GetDiskFreeSpaceA.
10121         * windows/x11drv/wnd.c:
10122         Gerard Patel <g.patel@wanadoo.fr>
10123         Do not change the WS_CHILD style in SetParent.
10125         * loader/pe_resource.c, ole/ole2nls.c, dlls/comctl32/comctl32undoc.c, dlls/ntdll/reg.c, dlls/ole32/datacache.c, dlls/ole32/ole2nls.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/version/info.c:
10126         Use the Unicode string functions from wine/unicode.h instead of the
10127         crtdll ones.
10129         * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
10130         Added a couple of Unicode string routines.
10132         * dlls/ddraw/convert.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
10133         Marcus Meissner <marcus@jet.franken.de>
10134         Added 24->32 packed pixel mapping support to convert.
10135         Slightly rewrote the conversion initialisation.
10137         * files/profile.c:
10138         Marcus Meissner <marcus@jet.franken.de>
10139         Strip whitespace from front of profile values.
10141 2000-06-12  Alexandre Julliard  <julliard@winehq.com>
10143         * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
10144         Juergen Schmied <juergen.schmied@debitel.net>
10145         Implementation for PrivateExtractIcons, PrivateExtractIconEx.
10147         * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
10148         Juergen Schmied <juergen.schmied@debitel.net>
10149         - implemented Get/SetThreadLocale
10150         - added comment about OleErrorInfo field in TEB
10152         * include/ddraw.h:
10153         Marcus Meissner <marcus@jet.franken.de>
10154         Added struct offsets so understanding game disassembly is easier.
10156         * dlls/wineps/brush.c:
10157         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10158         If printer only supports level 1 PostScript then complain rather than
10159         trying to use a pattern color space.  Thanks to David Goodenough.
10161         * include/wine/obj_base.h:
10162         Marcus Meissner <marcus@jet.franken.de>
10163         Corrected IsEqualGUID prototype.
10165         * dlls/ddraw/dga2.c:
10166         Lionel Ulmer <lionel.ulmer@free.fr>
10167         replaced a DPRINTF by a TRACE
10169         * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
10170         Lionel Ulmer <lionel.ulmer@free.fr>
10171         - moved the 'constructor' into a real DLL init function
10172         - make OpenGL32 dependant on the X11 driver
10174         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
10175         hookThunk was not initialized in GetDcState.
10177         * graphics/x11drv/text.c:
10178         Use the font default char for undefined characters when mapping from
10179         Unicode.
10181         * dlls/opengl32/make_opengl, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
10182         Lionel Ulmer <lionel.ulmer@free.fr>
10183         New OpenGL thunk generation script.
10185         * dlls/ddraw/dsurface/x11.c:
10186         Lionel Ulmer <lionel.ulmer@free.fr>
10187         Removed the Release in case of error as we do not AddRef anymore.
10189         * misc/version.c:
10190         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10191         Made the DLL version clash error message more verbose.
10193         * unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/casemap.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, dlls/ntdll/rtlstr.c, include/casemap.h, include/wine/unicode.h, memory/string.c, unicode/Makefile.in, unicode/c_037.c:
10194         Reimplemented Unicode case mapping in a slightly more efficient way.
10195         Moved case mapping support to the unicode directory.
10196         Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
10198 2000-06-11  Alexandre Julliard  <julliard@winehq.com>
10200         * dlls/comctl32/header.c:
10201         Aric Stewart <aric@codeweavers.com>
10202         We were not properly masking the item that was sent with the message
10203         and also we where not sending the notification at the proper times.
10205         * controls/listbox.c:
10206         Jason Mawdsley <jason@macadamian.com>
10207         Take focus before setting the caret position and selections.
10209         * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
10210         Fix for compiler warning (due to setjmp/longjmp being used for
10211         exception handling).
10213         * controls/button.c:
10214         Sheri Steeves <sheri@macadamian.com>
10215         Added save and reset of SetBKMode values in WM_PAINT.
10216         Added handling of lParam value in BM_SETSTYLE.
10218         * include/wine/exception.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_misc.h, include/wine/obj_oleaut.h, include/wine/obj_oleview.h, include/wine/undocshell.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dplobby.h, include/dsound.h, include/gdi.h, include/imagehlp.h, include/imm.h, include/keyboard.h, include/mmddk.h, include/mmsystem.h, include/msacm.h, include/netspi.h, include/ntddk.h, include/ole.h, include/ole2.h, include/oleauto.h, include/oledlg.h, include/pe_image.h, include/process.h, include/prsht.h, include/richedit.h, include/server.h, include/shlobj.h, include/tapi.h, include/task.h, include/user.h, include/winbase.h, include/wingdi.h, include/wininet.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winsvc.h, include/winuser.h, include/animate.h, include/callback.h, include/commctrl.h, include/commdlg.h, include/crtdll.h, include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/ddeml.h:
10219         Francois Gouget <fgouget@psn.net>
10220         Reordered the CALLBACK and WINAPI directives so that it compiles with
10221         old g++ versions.
10223         * include/vfw.h, include/windef.h:
10224         Francois Gouget <fgouget@psn.net>
10225         - Define HIC in this header rather than in windef.h (this is the
10226           correct thing to do although it is unrelated to the C++ issues).
10227         - WINE_HIC is an internal structure and it won't compile in C++ because
10228           it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
10229         - Reordered the CALLBACK and WINAPI directives so that it compiles with
10230           old g++ versions.
10232         * include/winspool.h: Francois Gouget <fgouget@psn.net>
10233         Fixed a typo in the name of FreePrinterNotifyInfo.
10235         * dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec:
10236         Ulrich Czekalla <ulrichc@corel.ca>
10237         HTTP protocol now supported, InternetCrackUrl fixed, lots of other
10238         fixes.
10240         * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
10241         Patrik Stridvall <ps@leissner.se>
10242         Fixed some warnings.
10244         * dlls/oleaut32/oleaut32.spec:
10245         Patrik Stridvall <ps@leissner.se>
10246         Fixed some issues found by winapi_check.
10248         * tools/winapi_check/modules.dat, tools/winapi_check/output.pm, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
10249         Patrik Stridvall <ps@leissner.se>
10250         - Minor API files fixes
10251         - Use output prefix instead of high order functions that, for some
10252           reason, leaks memory. The memory usage of winapi_check is now greatly
10253           reduced. :-)
10254         - Turned on argument kind checking of doubles by default
10256         * dlls/commdlg/comdlg32.spec:
10257         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10258         Remove second import of winspool.drv.
10260         * controls/static.c:
10261         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10262         Add support for icons set by STM_SETIMAGE.
10264         * dlls/wineps/bitmap.c:
10265         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10266         Terminate image data with a '>' [The PSLRM is rather vague about this].
10267         Thanks to Bernd Herd.
10269         * graphics/x11drv/xfont.c:
10270         John Elliot <jce@seasip.demon.co.uk>
10271         Some fonts may have no characters at all for some reason, avoid crashes.
10273         * dlls/dsound/dsound_main.c:
10274         James Abbatiello <abbeyj@wpi.edu>
10275         Add a few more flags to those recognized when doing trace+dsound.
10277         * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
10278         Don't print uiLengthDrawn in the FIXME in DrawTextExA.  Its an output
10279         variable, not an input variable.
10281         * graphics/x11drv/dib.c:
10282         James Abbatiello <abbeyj@wpi.edu>
10283         Use XCreateImage/XGetSubImage instead of XGetImage for
10284         X11DRV_DIB_GetImageBits.
10286 2000-06-10  Alexandre Julliard  <julliard@winehq.com>
10288         * unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/Makefile.in, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1253.c, unicode/c_1255.c, unicode/c_1257.c, unicode/c_28593.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_424.c, unicode/c_856.c, unicode/c_857.c, unicode/c_864.c, unicode/c_874.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, memory/codepage.c:
10289         Added support for symbol codepage.
10290         Improved handling of undefined codepage characters.
10292         * loader/ne/module.c:
10293         Make sure GetModuleFileName16 does not return garbage even if the path
10294         is not valid (thanks to Andreas Mohr).
10296         * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
10297         Dmitry Timoshkov <dmitry@sloboda.ru>
10298         Assign codepage for every X11 font suffix, and use it for converting
10299         text to display.
10301         * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
10302         Rewrote codepage support to use the new codepage tables.
10304         * unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, include/wine/unicode.h, include/winnls.h, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c:
10305         Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
10306         cp_wcstombs.
10307         Minor cosmetic fixes.
10309         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
10310         Ove Kaaven <ovek@transgaming.com>
10311         Call TSXFlush after setting DGA palette, so it updates immediately.
10313 2000-06-09  Alexandre Julliard  <julliard@winehq.com>
10315         * unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/defaults, unicode/mbtowc.c, unicode/wctomb.c, Makefile.in, configure, configure.in, include/wine/unicode.h, unicode/.cvsignore, unicode/Makefile.in, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c:
10316         Added a bunch of code page tables for multibyte<->wide char
10317         conversions (with the help of Dmitry Timoshkov).
10319 2000-06-08  Alexandre Julliard  <julliard@winehq.com>
10321         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/shell32/shellpath.c, include/ntddk.h, include/winnls.h, memory/string.c, misc/lstr.c, dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c:
10322         Dmitry Timoshkov <dmitry@sloboda.ru>
10323         Implement NTDLL.towupper and NTDLL.towlower using already existing
10324         case conversion tables. Replace all direct calls to towupper/towlower
10325         either to NTDLL for core or to CRTDLL if latter already used in the
10326         non core dll.
10328         * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
10329         The implementation of StretchBlt in WINE does not use the foreground and
10330         background color when a bitmap is copied from mono to mono.  This is
10331         not the case in the actual implementation under Windows but MSDN did
10332         not document it.
10334         * dlls/comctl32/status.c:
10335         Aric Stewart <aric@codeweavers.com>
10336         Windows must update the right edge (-1) of the last panel upon drawing
10337         instead of relying on WM_SIZE.
10339         * dlls/comctl32/treeview.c:
10340         Aric Stewart <aric@codeweavers.com>
10341         Properly handle InsertItem with an invalid HTREEITEM. Windows handles
10342         these like a TVI_LAST.
10344         * windows/x11drv/event.c:
10345         Turchanov Sergei <turchanov@otvprim.ru>
10346         DGA compile fix.
10348         * dlls/Makefile.in: Added missing dependency.
10350         * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
10351         Removed the .xcnlnk section hack, and replaced it by another hack in
10352         the debugger CREATE_PROCESS event handling.
10354         * dlls/Makefile.in: Merged mouse dll into USER.
10356         * programs/winhelp/macro.c: Compile fix.
10358         * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
10359         Removed a few unnecessary includes.
10361         * dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/display.c, dlls/user/display.spec, dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/mouserc.rc, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/mouse.c, Makefile.in, configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec:
10362         Merged mouse dll into USER.
10364         * debugger/Makefile.in, dlls/richedit/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/urlmon/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, libtest/Makefile.in, programs/avitools/Makefile.in, resources/Makefile.in, Make.rules.in:
10365         Simplified wrc flags handling.
10367         * windows/win.c:
10368         Yet another attempt at fixing CW_USEDEFAULT handling.
10370         * loader/module.c:
10371         Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
10373         * debugger/module.c:
10374         Strip path name from dll when adding symbols.
10376         * loader/pe_image.c:
10377         Send full path name and debug information in load_dll event.
10379         * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
10380         Pass the main exe name in the CREATE_PROCESS debug event.
10382         * scheduler/sysdeps.c:
10383         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10384         Make a better guess to find the top of the initial stack.
10385         Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
10387         * windows/cursoricon.c:
10388         Louis-Philippe Gagnon (of Macadamian for Corel)
10389         Search for already loaded CursorIcon was done with the wrong handle,
10390         so it was leaking icons. Fixed.
10392         * tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
10393         Bertho Stultiens <bertho@akhphd.au.dk>
10394         - Implemented MESSAGETABLE resource type.
10395         - Usertype resources that cause a type-clash with defined resources
10396           are now detected and a warning is generated. Some types should be
10397           rerouted through other code so that they will be (re-)interpreted.
10398         - Bugfix: Line-continuation in strings in resources include a newline.
10399           This `feature' got deleted with the builtin preprocessor, but has been
10400           put back into place (see last changes comment from version 1.1.0).
10401         - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
10402           continuation.
10403         - Bugfix: Assemblers on some platforms do not use 16bit quantities
10404           for `.word'. This directive is now changed into `.short'.
10405         - All types that accept inline data definitions (a la RCDATA) now
10406           also accept a file specification. This unifies the structure a bit.
10408 2000-06-07  Alexandre Julliard  <julliard@winehq.com>
10410         * documentation/dll-overrides:
10411         Ove Kaaven <ovek@arcticnet.no>
10412         Text of WWN article "DLL overrides".
10414         * documentation/HOWTO-winelib:
10415         Wilbur N. Dale <wilbur.dale@lumin.nl>
10416         Added to project. Currently incomplete but will update weekly.
10418         * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
10419         Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
10420         has been sent, to avoid deadlocking the debugger.
10422         * controls/combo.c, include/combo.h:
10423         Serge Ivanov <sergei@corel.ca>
10424         - ComboLBox is always created as child of ComboBox. If ComboBox has style
10425           other than CBS_SIMPLE, parent of listbox is set to desktop.
10426         - In CBDropDown. ComboBox uses only first item to calculate height of
10427           dropped listbox. Also if listbox is empty its height is unmodified
10428           (previously it was set to 0).
10429         - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
10430         - General clean-up. Message order is now more precise (at least
10431           notifications to client); listbox - combobox interaction has slight
10432           differences comparing to Windows.
10434         * controls/edit.c: Serge Ivanov <sergei@corel.ca>
10435         - Removed dependency of edit control from combobox implementation.
10436         - Edit control uses undocumented window style 0x0200 to detect is it a part
10437           of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
10438           window handle (see comments for combo.c below).
10439         - EDIT_CheckCombo - modified for correct handling of keyboard messages.
10440         - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
10441           depends on whether listbox is dropped down. This prevents closing of dialog
10442           if listbox is dropped down and allows combobox to process these keyboard
10443           messages properly.
10445         * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
10446         - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
10447         - When user clicks outside of dropped listbox, original selection must be
10448           restored.
10449         - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
10450           LB_CARETON message before dropping listbox down (but only for
10451           CBS_DROPDOWNLIST - I don't now why).
10453         * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
10454         Well, SetParent doesn't work properly at all, but at least it must preserve
10455         window ID.  In fact it also must preserve window styles, destroy X
10456         counterpart if parent of popup or overlapped window is set to someting
10457         different from Desktop, and lot of other stuff that it must and mustn't do.
10458         But preserving ID is good enough for now.
10460         * include/winuser.h: Serge Ivanov <sergei@corel.ca>
10461         Added undocumented window style.
10463         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
10464         Peter Hunnisett <hunnise@nortelnetworks.com>
10465         - Small update to documentation
10466         - More player/group interface implementation (not tested)
10468         * win32/except.c:
10469         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10470         Don't call MessageBoxA before USER is initialized.
10472         * controls/listbox.c: Stephane Lussier
10473         Sheri Steeves
10474         Haithem Hmida
10475         - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
10476           and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
10477           the size in both cases.
10478         - When the caret index change, items repainting need tp be in this
10479           order
10480           a) Paint old caret item without the focus
10481           b) Paint old caret item without the selection
10482           c) Paint new caret item with the selection
10483           d) Paint new caret item with the focus.
10484         - When repainting the listbox, we should paint all items regarding if
10485           they are slected or not and then paint after the focus item. So focus
10486           item will end out being painted twice. (That's what Windows does).
10488         * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
10489         mmap() fails with ENODEV on NTFS under Linux.
10491         * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
10492         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10493         PathFindNextComponent: return pointer to NULL and not NULL.
10495         * dlls/comctl32/toolbar.c:
10496         Aric Stewart <aric@codeweavers.com>
10497         Added handling of TBSTYLE_AUTOSIZE.
10499         * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
10500         Patrik Stridvall <ps@leissner.se>
10501         Fixed some warnings.
10503         * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
10504         Patrik Stridvall <ps@leissner.se>
10505         Fixed issues found by winapi_check.
10507         * tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/winapi_check:
10508         Patrik Stridvall <ps@leissner.se>
10509         - Minor API files update.
10510         - Turned on calling convention checking for Win32 functions by
10511           default.
10513         * dlls/comctl32/toolbar.c:
10514         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10515         TOOLBAR_DrawString: catch index== -1 (but not yet handled).
10517         * misc/options.c:
10518         Fixed off-by-one error in string allocation.
10520         * windows/win.c:
10521         Alexandre Julliard <julliard@codeweavers.com> for Corel
10522         The window dimensions have to be initialized before sending the
10523         WM_GETMINMAXINFO message.
10525         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
10526         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10527         Removed mis-aligned accesses during BIOS/DOS data initialization.
10529         * tools/build.c:
10530         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10531         Fixed size of pe_header on machines with non-4K pages.
10533         * if1632/snoop.c, relay32/snoop.c:
10534         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10535         Use "CALL" and "RET" in capital letters for distinction.
10537         * dlls/comctl32/propsheet.c:
10538         Noomen Hamza <noomen@macadamian.com>
10539         The active page should be unchanged when removing an active first page
10540         from a property sheets.
10542 2000-06-04  Alexandre Julliard  <julliard@winehq.com>
10544         * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
10545         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10546         Updated support for Solaris/Sparc architecture.
10548         * dlls/comctl32/toolbar.c:
10549         Michael Cardenas <michael_cardenas@deneba.com>
10550         Corrected a potential crash.
10552         * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
10553         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10554         Moved stack switch handling (large stack) to sysdeps.c
10555         Enable exception dispatch while on large stack.
10557         * dlls/comctl32/listview.c:
10558         Chris Morgan <cmorgan@wpi.edu>
10559         Finished the implementation of LISTVIEW_SetColumnWidth.  Tested
10560         against windows thoroughly.  Fixed bug resulting in unsigned values
10561         being passed into LISTVIEW_SetColumnWidth from the listview window
10562         procedure.  Fixed LISTVIEW_GetItemHeight to disregard the height of
10563         icons if no icons exist.
10565         * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
10566         Added defines for LVSCW_AUTOSIZE/_USEHEADER.
10568         * dlls/comctl32/header.c:
10569         Chris Morgan <cmorgan@wpi.edu>
10570         Replaced calls to HEADER_Refresh with InvalidateRect.
10572         * dlls/comctl32/toolbar.c:
10573         Eric Kohl <ekohl@rz-online.de>
10574         Started support for menubar-like toolbars.
10576         * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
10577         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10578         Compile fixes for non-i386 archs.
10580         * controls/button.c, controls/uitools.c:
10581         Susan Farley <sfarley@codeweavers.com>
10582         Attempt to paint the checkbox and radio buttons better.
10584 2000-06-03  Alexandre Julliard  <julliard@winehq.com>
10586         * dlls/ttydrv/ttydrv_main.c: Fixed warning.
10588         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
10589         Eric Kohl <ekohl@rz-online.de>
10590         Updated to dll version 5.81 (IE 5.01).
10592         * dlls/comctl32/treeview.c:
10593         Eric Kohl <ekohl@rz-online.de>
10594         Implemented TVM_GETITEMW.
10596         * dlls/comctl32/listview.c, include/listview.h:
10597         Jason Mawdsley <jason@macadamian.com>
10598         Added support for typing the filename in the listview control and
10599         having the control select it.
10601         * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
10602         Removed MSG_WineStartTicks (does not work for multiple address spaces
10603         anyway).
10605         * graphics/enhmetafiledrv/init.c:
10606         Replaced GetDC by CreateDC.
10608         * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
10609         Moved DIB_FixColorsToLoadflags to cursoricon.c.
10611         * documentation/wine.man.in:
10612         Peter Ganten <peter@ganten.org>
10613         Documented the new wine command line and the environment variable
10614         WINEPREFIX.
10616         * msdos/dpmi.c, dlls/dsound/dsound_main.c:
10617         Patrik Stridvall <ps@leissner.se>
10618         Fixed some warnings.
10620         * tools/winapi_check/win16/wineps16.api, tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/dsound.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/wineps.api:
10621         Patrik Stridvall <ps@leissner.se>
10622         API files update.
10624         * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
10625         Delay loading of interrupt table functions until they are needed.
10627         * include/miscemu.h, msdos/ioports.c:
10628         Delay initialization of I/O permissions until they are first used.
10630         * loader/main.c, dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, if1632/relay.c, scheduler/process.c:
10631         Moved kernel initialization to kernel_main.c
10633         * windows/x11drv/wnd.c, configure.in, dlls/Makefile.in, dlls/dinput/dinput_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/disp.rc, dlls/user/display.c, dlls/user/display.spec, dlls/user/user_main.c, include/display.h, loader/main.c, windows/cursoricon.c, Makefile.in, configure:
10634         Merged display.dll into USER.
10636         * misc/wsprintf.c:
10637         Juergen Schmied <juergen.schmied@debitel.net>
10638         Fixed crash.
10640         * relay32/.cvsignore, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/comm.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/system.spec, dlls/kernel/toolhelp.spec, dlls/kernel/wow32.spec, dlls/kernel/wprocs.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/comm.spec, if1632/kernel.spec, if1632/system.spec, if1632/toolhelp.spec, if1632/wprocs.spec, Make.rules.in, Makefile.in:
10641         Dimitrie O. Paun <dimi@cs.toronto.edu>
10642         Start to separate KERNEL out of libwine.
10644 2000-06-02  Alexandre Julliard  <julliard@winehq.com>
10646         * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
10647         Susan Farley <sfarley@codeweavers.com>
10648         Preserve WM hints that were set during window creation by calling
10649         XGetWMHints prior to XSetWMHints.
10651         * include/commdlg.h:
10652         Michael Cardenas <michael_cardenas@deneba.com>
10653         Added a few message crackers.
10655         * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
10656         Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
10657         statements, to autogenerated wine.conf.
10659         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/printdlg.c:
10660         Juergen Schmied <juergen.schmied@debitel.net>
10661         - Rewrite of the shell related parts of the dialog to use the already
10662           in shell32implemented functions (ShellFolder/Path*). Eliminated direct
10663           file access.
10664         - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
10665           some dlls per *.spec file
10666         - Most OpenFile Flags (OFN_*) should work properly now
10667         - The edit box should work right with all stuff entered in it like
10668           ..\temp\file.txt or just c: to change a drive
10669         - Optimized DataObject handling
10670         - Some bugs fixed, should work with native shell32 again.
10671         - Stubs for PrintDlgEx
10673 2000-06-01  Alexandre Julliard  <julliard@winehq.com>
10675         * dlls/dplayx/dplay.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, documentation/config, documentation/distributors, documentation/fonts, documentation/no-windows, misc/registry.c, win32/kernel32.c, windows/driver.c, windows/message.c, controls/menu.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/mesa_private.h:
10676         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10677         Lots of spelling fixes that accumulated in my tree again, made several
10678         error msgs more verbose, doc updates.
10680         * documentation/shell32, include/shlwapi.h, dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec:
10681         Juergen Schmied <juergen.schmied@debitel.net>
10682         - New (some stubs): SHGetFolderLocation, PathAddExtension,
10683           PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
10684           SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
10685         - Many string functions implemented
10686         - Some stubs for exports by ordinal
10688         * loader/pe_image.c:
10689         Juergen Schmied <juergen.schmied@debitel.net>
10690         Give a error message if a forwarded export is not resolved.
10692         * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
10693         Juergen Schmied <juergen.schmied@debitel.net>
10694         Implemented FindFirstFileEx, cleaned old implementation up.
10696         * controls/widgets.c:
10697         Louis-Philippe Gagnon (of Macadamian for Corel)
10698         Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
10699         Static window class was registered without the CS_DBLCLKS style (which it
10700         has in Windows).
10702         * scheduler/process.c:
10703         Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
10705         * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
10706         Peter Hunnisett <hunnise@nortelnetworks.com>
10707         - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
10708         - Added some SoundCapture stubs
10709         - Changed REFIID to LPCGUID in a few places as per MS header file
10711         * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
10712         Juergen Schmied <juergen.schmied@debitel.net>
10713         Stub for RtlConvertSidToUnicodeString.
10715         * controls/static.c: Serge Ivanov <sergei@corel.ca>
10716         MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
10717         SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
10719         * dlls/winsock/socket.c:
10720         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10721         Fixed warning.
10723 2000-05-31  Alexandre Julliard  <julliard@winehq.com>
10725         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
10726         Set a default size for windows when CW_USEDEFAULT is used.
10728 2000-05-30  Alexandre Julliard  <julliard@winehq.com>
10730         * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
10731         Zoran Dzelajlija <jelly@srk.fer.hr>
10732         Basic Croatian language support.
10734         * controls/edit.c: Serge Ivanov
10735         Returning DLGC_WANTALLKEYS for multiline edit control was not good because
10736         it breaks navigation in dialogs.
10738         * dlls/dsound/dsound_main.c:
10739         Peter Hunnisett <hunnise@nortelnetworks.com>
10740         - Fixed some initialization/destruction and reference counting
10741         - Added a little more debugging information
10743         * tools/font_convert.sh:
10744         Peter Ganten <peter@ganten.org>
10745         Added a shell-script for easier font-installation.
10747         * dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c, dlls/wineps/pen.c, dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec, dlls/wineps/wineps16.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/wineps.spec, include/psdrv.h, loader/main.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/gdi_main.c, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/bitblt.c, Make.rules.in:
10748         Dimitrie O. Paun <dimi@cs.toronto.edu>
10749         Separate wineps out of Wine's core.
10751         * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
10752         Peter Hunnisett <hunnise@nortelnetworks.com>
10753         - Added a little more dll level debugging and small changes
10754         - Start on group and player interfaces
10756         * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
10757         Peter Hunnisett <hunnise@nortelnetworks.com>
10758         - Add another way to create a 3d listener interface.
10759         - Fix up some reference counting bugs and interface creation bugs
10760         - Add DirectSoundEnumerateW stub
10761         - Add DirectSoundCaptureEnumerate{A,W} stubs
10763         * dlls/comctl32/datetime.c, include/datetime.h:
10764         Chris Morgan <cmorgan@wpi.edu>
10765         Added 3D border around control.  Fixed monthcal control popup.  Added
10766         WM_SIZE support.  Optimized drawing.  Added WM_LBUTTONUP handling.
10767         Handle DTS_RIGHTALIGN style.  Fixed handling of formatting styles,
10768         date is now displayed properly for DTS_SHORTDATEFORMAT.
10770         * dlls/comctl32/monthcal.c:
10771         Chris Morgan <cmorgan@wpi.edu>
10772         Removed all direct calls to MONTHCAL_Refresh() and replaced with
10773         either RedrawWindow or InvalidateRect. Optimized drawing using
10774         RedraWindow and update regions.  Fixed "Today" date bug where year was
10775         only one digit.  Fixed drawing of circle drawn next to "Today".  Fixed
10776         moving to previous or next month by clicking on days belonging to
10777         previous or next months.
10779         * relay32/kernel32.spec, win32/console.c:
10780         Ulrich Czekalla <ulrichc@corel.com>
10781         Add stub for SetConsoleOutputCP.
10783         * tools/wrc/ppy.y:
10784         Marcus Meissner <marcus@jet.franken.de>
10785         Add a ; needed by some YACCs.
10787         * dlls/ddraw/dsurface/x11.c:
10788         Lionel Ulmer <lionel.ulmer@free.fr>
10789         Install the colormap only if it was created.
10791         * msdos/int21.c:
10792         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10793         Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
10795         * dlls/opengl32/wgl.c:
10796         Lionel Ulmer <lionel.ulmer@free.fr>
10797         Implemented wglShareLists and wglGetCurrentDC.
10799         * windows/message.c, windows/queue.c, windows/user.c, include/process.h, include/queue.h, include/server.h, scheduler/process.c, server/Makefile.in, server/object.h, server/process.c, server/process.h, server/queue.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
10800         Moved idle event handling to the server.
10802         * windows/win.c:
10803         Use GetStartupInfoA() instead of accessing process structure
10804         directly.
10806         * loader/task.c:
10807         Make sure initial task is not marked as 32-bit.
10809         * misc/options.c:
10810         Make child processes inherit command-line options through the
10811         WINEOPTIONS environment variable.
10813         * windows/win.c: Serge Ivanov
10814         SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
10816         * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
10817         Dimitrie O. Paun <dimi@cs.toronto.edu>
10818         Moved DISPDIB out of the kernel into GDI.
10820         * controls/combo.c, include/combo.h:
10821         David Grant <davidgra@corel.ca>
10822         - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
10823         - Edit text must be selected only if CB is in focus.
10824         - If CB has edit control we have to call CBUpdateEdit to update its
10825           contents. Invalidating textRect will not force updating of child
10826           edit control, obviously.
10827         - We have to protect ourselves from changing selection in listbox when
10828           we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
10829           EN_CHANGE will not reselect item in the lisbox.
10831         * dlls/gdi/gdi_main.c:
10832         Dimitrie O. Paun <dimi@cs.toronto.edu>
10833         Add include for LoadLibrary.
10835         * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
10836         Turchanov Sergei <turchanov@otvprim.ru>
10837         Implemented local atoms in the server.
10839         * if1632/builtin.c: Do not load wineps on startup.
10841         * misc/comm.c:
10842         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10843         Fixed warning.
10845         * controls/combo.c: Owen Wang
10846         When you click on an icon to open a combo box, you would expect it to
10847         be enabled so you can choose something in it. In Wine this was not
10848         guaranteed since your default flags could get lost in the process-heap
10849         of the application.
10851 2000-05-29  Alexandre Julliard  <julliard@winehq.com>
10853         * msdos/int21.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/except.c, windows/nonclient.c, windows/queue.c, windows/user.c, loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, memory/environ.c, misc/main.c, misc/options.c, miscemu/main.c, msdos/int20.c, dlls/shell32/shell.c, include/main.h, include/module.h, include/options.h, include/pe_image.h, include/process.h, include/task.h, include/thread.h, loader/main.c, loader/module.c:
10854         Exec a separate wine binary for every win32 process so that they run
10855         in separate address spaces.
10856         Run 16-bit tasks as Win32 threads, not processes.
10858 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
10860         * include/version.h, ANNOUNCE, ChangeLog:
10861         Release 20000526.
10863         * controls/listbox.c: Serge Ivanov
10864         - Added handling of WM_MOUSEACTIVATE message
10865         - Added in_focus field to internal listbox's structure. This flag is set on
10866           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
10867           GetFocus function were replaced with checks of this flag.
10868         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
10869           clear
10871         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
10872         Peter Hunnisett <hunnise@nortelnetworks.com>
10873         Started local name server framework.
10875         * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
10876         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10877         Add PrintSetup dialog and support for hooks and templates.
10878         Move 16 bit api definitions out of commdlg.h to cdlg.h
10880 ----------------------------------------------------------------
10881 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
10883         * controls/listbox.c: Serge Ivanov
10884         - Added handling of WM_MOUSEACTIVATE message
10885         - Added in_focus field to internal listbox's structure. This flag is set on
10886           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
10887           GetFocus function were replaced with checks of this flag.
10888         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
10889           clear
10891         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
10892         Peter Hunnisett <hunnise@nortelnetworks.com>
10893         Started local name server framework.
10895         * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
10896         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10897         Add PrintSetup dialog and support for hooks and templates.
10898         Move 16 bit api definitions out of commdlg.h to cdlg.h
10900         * controls/edit.c: Henning Hoffmann
10901         Don't send EN_CHANGE after painting the edit.
10902         Send it wherever text is changed.
10904         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
10905         Moved the EN_UPDATE notification out of the paint handler. Instead,
10906         the notification is sent when an InvalidateRect is made after
10907         modifying the text.
10909         * dlls/comctl32/tooltips.c:
10910         Francois Methot (Macadamian)
10911         Fixed the blank color palette tooltip bug by triggering a refresh of
10912         the tooltip with UpdateWindow function instead of calling directly the
10913         refresh function.
10915         * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
10916         James Juran <juran@cse.psu.edu>
10917         DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
10919 2000-05-25  Alexandre Julliard  <julliard@winehq.com>
10921         * Make.rules.in:
10922         Do not clear suffixes list (breaks BSD make).
10924         * dlls/winspool/info.c, include/winspool.h:
10925         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10926         Move winspool to unicode.
10927         Minor bug fixes.
10929         * dlls/comctl32/trackbar.c:
10930         Aric Stewart <aric@codeweavers.com>
10931         Reworked the thumb drawing code, thumb calculation code, channel
10932         calculation code, and corrected some bugs in how tics are drawn and
10933         how clicks are handled.
10935         * controls/edit.c:
10936         Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
10937         Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
10939         * dlls/comctl32/toolbar.c:
10940         Chris Morgan <cmorgan@wpi.edu>
10941         Use clipping regions to reduce the amount of processing performed when the
10942         toolbar is repainting.  Reduces processing by approximately 85-95% in most
10943         cases.
10945         * dlls/comctl32/treeview.c:
10946         Gerard Patel <g.patel@wanadoo.fr>
10947         Fixes crash when calling Treeview_EndEditLabelNow and no node is
10948         currently edited.
10950 2000-05-24  Alexandre Julliard  <julliard@winehq.com>
10952         * dlls/comctl32/flatsb.c:
10953         Susan Farley <sfarley@codeweavers.com>
10954         Defer to standard scrolling APIs for non-flatSB specific functions so
10955         that flatSBs show up and behave properly, just not with flat properties.
10957         * graphics/x11drv/dib.c:
10958         Rob Farnum <robf@codeweavers.com>
10959         Separate out the 32bit case from the 24bit case, and copy 3bytes of
10960         source for every 4bytes of input, into the destination for the 24bit
10961         case.
10963         * include/winbase.h, include/winnt.h, win32/file.c:
10964         Francois Gouget <fgouget@psn.net>
10965         Sorted out a few misplaced definitions.
10966         Added some missing definitions related to file handling and virtual
10967         memory manipulation.
10968         Added IsTextUnicode.
10970         * dlls/comctl32/treeview.c:
10971         Aric Stewart <aric@codeweavers.com>
10972         Added handling for TVS_SINGLEEXPAND.
10974         * dlls/comctl32/tab.c:
10975         Aric Stewart <aric@codeweavers.com>
10976         Corrected the problem where a tab control marked multiline but has
10977         only one tab was being justified to fill the whole tab space.
10979         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
10980         Commented out broken __asm__, added comments where it is broken.
10982         * dlls/comctl32/listview.c:
10983         Martin Fuchs <martin-fuchs@gmx.net>
10984         Inserted a missing call to SetWindowPos(). With this change the header
10985         control is visible again in list views with report style.
10987         * Make.rules.in, tools/wrc/Makefile.in:
10988         Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
10990 2000-05-23  Alexandre Julliard  <julliard@winehq.com>
10992         * windows/message.c:
10993         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
10994         Send a normal mouse message code in WM_PARENTNOTIFY, even if the
10995         actual message was a non-client one.
10997         * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
10998         Patrik Stridvall <ps@leissner.se>
10999         Fixed issues found by winapi_check.
11001         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
11002         Patrik Stridvall <ps@leissner.se>
11003         - Updated API files
11004         - Better headers and prototype checking
11005         - Prototype checking now called --prototype instead of --headers
11006         - New options --headers-{duplicated,misplaced} for
11007           duplicated/misplaced functions checking of the headers.
11008         - Minor bug fixes.
11010         * Make.rules.in, configure, configure.in:
11011         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11012         If system doesn't have OpenGL, don't refer to libopengl32.so.
11014         * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
11015         Abey George (of Macadamian/Corel)
11016         When you open files with Embedded objects, they were not getting drawn
11017         correctly.  When you paste OLE objects with presentation data, they
11018         were not getting drawn correctly.
11020         * controls/menu.c: Rob Farnum <robf@codeweavers.com>
11021         Post a WM_CANCELMODE message to wake up the internal menu handling
11022         code. This fixes the problem of a menu being orphaned when the parent
11023         window disappears, or if the parent loses focus.
11025         * dlls/winsock/socket.c:
11026         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11027         Fix a mismatch between format string and parameter.
11029         * dlls/comctl32/updown.c:
11030         Susan Farley <sfarley@codeweavers.com>
11031         SetBuddy no longer overwrites its superclass' WndProc property when
11032         the buddy has already been subclassed, eliminating the infinite loop
11033         that resulted.
11035         * configure, configure.in:
11036         John R. Sheets <jsheets@codeweavers.com>
11037         Cleaned up X11 extension tests.
11039         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
11040         Capture ^V,^X,^C and translate it to the corresponding message for
11041         paste, cut, copy.
11043         * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
11044         Lionel Ulmer <lionel.ulmer@free.fr>
11045         - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
11046         - prevent HalfLife from crashing when it frees three times the same
11047           rendering context
11049         * graphics/vga.c, include/vga.h:
11050         Ove Kaaven <ovek@arcticnet.no>
11051         Improved DirectDrawPalette handling (set it on init, not every time it
11052         changes). Added VGA_WriteChars() function.
11054         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
11055         Scale mouse coordinates to default width 640.
11057         * dlls/ddraw/ddraw/main.c:
11058         Ove Kaaven <ovek@arcticnet.no>
11059         Made WINE_DirectDraw a decorationless popup window. Fixes mouse
11060         coordinates previously offset by the invisible decorations.
11062         * include/winnt.h:
11063         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11064         #undef DELETE before (re)defining it.
11066         * dlls/comctl32/tooltips.c:
11067         Chris Morgan <cmorgan@wpi.edu>
11068         Fixed tooltips.
11070         * dlls/comctl32/toolbar.c:
11071         Chris Morgan <cmorgan@wpi.edu>
11072         Reduce toolbar redrawing and flicker by calling RedrawWindow() in
11073         TOOLBAR_MouseMove() only if hot effect applies to the current hot
11074         button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
11075         restore hot effect properly.
11077         * controls/listbox.c: Serge Ivanov
11078         Fixed WM_LBUTTONDBLCLK handling.
11080         * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
11081         Susan Farley <sfarley@codeweavers.com>
11082         Set and retrieve the window icon that is drawn under managed mode
11083         (based on the work of Andrew Lewycky for Corel).
11085         * dlls/comctl32/toolbar.c:
11086         Aric Stewart <aric@codeweavers.com>
11087         Corrected a problem of when oldHit is negative and we try to use it as
11088         an index into the buttons array.
11090         * include/windows.h: Francois Gouget <fgouget@psn.net>
11091         Should include commdlg.h.
11093         * include/windef.h: Francois Gouget <fgouget@psn.net>
11094         Define the _X86_ macro on Intel processors.
11096         * controls/edit.c:
11097         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11098         Some part of EDIT_EM_LineLength code was commented (broken). Restored
11099         the capability to calculate the remaining non-selected chars of a
11100         selection area.
11102         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
11103         Lionel Ulmer <lionel.ulmer@free.fr>
11104         Remove the PRIMARYSURFACE attribute from back buffers.
11106         * dlls/comctl32/listview.c:
11107         Aric Stewart <aric@codeweavers.com>
11108         If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
11109         header like normal but just sets it not visible. This fix lays out
11110         those supposedly nonexistent headers to size 0,0. So that even if they
11111         become visible they are not drawn.
11113         * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
11114         Gerard Patel <g.patel@wanadoo.fr>
11115         Remove the direct call into core (DIALOG_DoDialogBox).
11117         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
11118         Lionel Ulmer <lionel.ulmer@free.fr>
11119         Initialize the back-buffer with the correct VTable.
11121         * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
11122         Lionel Ulmer <lionel.ulmer@free.fr>
11123         - added option to get double-buffered desktop
11124         - implemented wglUseFontBitmapsA and wglDeleteContext
11126         * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/dumpres.h, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
11127         Bertho Stultiens <bertho@akhphd.au.dk>
11128         - Implemented animated cursors and icons resource types.
11129         - Added partial support for font resources (user supplied fontdir is
11130           required).
11131         - All resources with inline data (a la RCDATA) now support language,
11132           version and characteristics data.
11133         - Implemented resource name duplicate checks. It is now an error if
11134           two resources of the same type have the same name.
11135         - Bugfix: Language propagation was not correct when .res files were
11136           generated.
11137         - Bugfix: VERSIONINFO now handles memory options.
11138         - Bugfix: resource names and the resource type may be equal (e.g. MENU
11139           MENU {...}). This support was mistakingly deleted in the upgrade to
11140           the builtin preprocessor.
11141           The standalone LANGUAGE setting became context sensitive as a consequence
11142           of this. Now it *must* end with a newline *after* both expressions and
11143           no newlines are allowed within the line (the statement must fit on one
11144           line). This is no practical problem though.
11146         * tools/winapi_check/output.pm:
11147         Francois Gouget <fgouget@psn.net>
11148         Send regular messages to stdout so that they are separate from
11149         progress messages.
11151         * documentation/bugreports:
11152         Gerard Patel <g.patel@wanadoo.fr>
11153         Regression testing using CVS.
11155         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
11156         Peter Hunnisett <hunnise@nortelnetworks.com>
11157         - Small fixes/updates
11158         - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
11160         * documentation/winedbg:
11161         Eric Pouech <Eric.Pouech@wanadoo.fr>
11162         A bit of documentation on new debugging features.
11164         * files/directory.c: James Juran <juran@cse.psu.edu>
11165         SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
11166         it does not find the file.
11168         * scheduler/debugger.c:
11169         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11170         Use WARN() instead of TRACE() in DebugOutputA().
11172         * memory/heap.c:
11173         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11174         HeapFree on a NULL ptr should return TRUE.
11176 2000-05-19  Alexandre Julliard  <julliard@winehq.com>
11178         * dlls/comctl32/listview.c:
11179         Chris Morgan <cmorgan@wpi.edu>
11180         Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
11181         mode and item text is wider than the current nItemWidth.
11183         * loader/task.c:
11184         Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
11185         Fixed initialization of INSTANCEDATA in InitTask().
11187         * dlls/ole32/storage.c:
11188         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11189         StgOpenStorage16: correct arguments to the CreateFile call.
11191         * files/dos_fs.c:
11192         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11193         DOSFS_DoGetFullPathName: terminate string weh called like .\\file
11195         * dlls/icmp/icmp_main.c:
11196         Francois Gouget <fgouget@psn.net>
11197         Replace the calls to malloc by calls to HeapAlloc and friends.
11199         * dlls/comctl32/toolbar.c:
11200         Aric Stewart <aric@codeweavers.com>
11201         Fixes the line of garbage at the bottom of images and the fact that
11202         the buttons in the open dialog box where too tall.
11204         * dlls/ole32/Makefile.in, dlls/ole32/ole2conv.spec, dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ole2conv.spec, if1632/ole2prox.spec, if1632/ole2thk.spec, dlls/Makefile.in:
11205         Dimitrie O. Paun <dimi@cs.toronto.edu>
11206         Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
11208 2000-05-18  Alexandre Julliard  <julliard@winehq.com>
11210         * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
11211         Peter Hunnisett <hunnise@nortelnetworks.com>
11212         - Added remaining DirectX 3D3 6&7 3D interfaces.
11213         - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
11214           DirectX 7 headers.
11215         - Fixed dsound.h include list (d3d.h->d3dtypes.h).
11217         * programs/regapi/README:
11218         Juergen Lock <nox@jelal.kn-bremen.de>
11219         Minor update.
11221         * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
11222         Fixed issues found by winapi_test.
11224         * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
11225         Patrik Stridvall <ps@leissner.se>
11226         GetRelAbs for some reason takes 2 parameters, even though the second
11227         one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
11229         * controls/edit.c: Sheri Steeves
11230         The edit is now detected correctly if the parent is a combo box. It
11231         wasn't working when the combobox was superclassed.
11233         * windows/nonclient.c: Francois Boisvert
11234         System icons in the small caption bars are displayed with the right size.
11236         * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
11237         Patrik Stridvall <ps@leissner.se>
11238         Fixed issues found by winapi_check.
11240         * tools/winapi_check/modules.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
11241         Patrik Stridvall <ps@leissner.se>
11242         Minor bug fixes.
11244         * dlls/comctl32/tab.c:
11245         Francois Gouget <fgouget@psn.net>
11246         Convert C++ comments to regular C comments.
11248         * dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/x11_private.h:
11249         Ove Kaaven <ovek@arcticnet.no>
11250         Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
11251         map to point to the IDirectDrawPalette's own depth conversion color map.
11253         * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
11254         Ove Kaaven <ovek@arcticnet.no>
11255         Initialize an identity mapping in CreatePalette if no depth conversion
11256         is necessary. Also fixed a warning.
11258         * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
11259         Made X11DRV_DIB_MapColor map back to the original color index if the
11260         XImage pixel's physical color is still the same.
11262 2000-05-15  Alexandre Julliard  <julliard@winehq.com>
11264         * graphics/x11drv/xfont.c:
11265         Use the correct display for cached metrics file name.
11266         Store metrics in specified config dir.
11268         * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
11269         Make sure all Wine processes share the same X display.
11270         Inherit --managed option across processes.
11271         Add support for specifying display and managed mode in config file.
11273         * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
11274         Use unsigned int instead of unsigned short in DirectDraw
11275         depth-conversion color map.
11277         * controls/listbox.c:
11278         Susan Farley <sfarley@codeweavers.com>
11279         Avoid calls to SetFocus when they are unnecessary.
11281 2000-05-14  Alexandre Julliard  <julliard@winehq.com>
11283         * dlls/comctl32/treeview.c:
11284         David Black <dblack@btinternet.com>
11285         Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
11287         * dlls/winmm/wineoss/midi.c:
11288         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11289         More verbose errors.
11291         * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
11292         Fixed borders of windows while dragging or sizing to match
11293         TWEAK_WineLook setting.
11295         * relay32/builtin32.c:
11296         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11297         #include <sys/types.h> before <sys/mman.h>.
11299         * misc/Makefile.in, misc/ddeml.c, dlls/Makefile.in, dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ddeml.spec, if1632/ole2nls.spec:
11300         Dimitrie O. Paun <dimi@cs.toronto.edu>
11301         Moved DDEML into dlls/user.
11303         * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
11304         Added support for registry values larger than the server buffer.
11305         When loading a registry file, automatically determine overlap between
11306         key name and file contents based on the first key name.
11307         Removed v1 saving code.
11308         Save USER\.Default separately into ~/.wine/userdef.reg.
11310         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
11311         Ove Kaaven <ovek@arcticnet.no>
11312         Improved DIBSection support for IDirectDrawSurface::GetDC.
11314         * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
11315         Lionel Ulmer <lionel.ulmer@free.fr>
11316         - set debug messages after a TRACE_ON test
11317         - prevent crash when making the NULL context current
11319         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
11320         When new menu Id is not found or index > nitems, insert the new menu
11321         at end of current menu.
11323 2000-05-13  Alexandre Julliard  <julliard@winehq.com>
11325         * dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, include/ddraw.h:
11326         Peter Hunnisett <hunnise@nortelnetworks.com>
11327         - Added ability to create 3D3 interfaces for Xlib
11328         - Changed DD_OK to D3D_OK in some places for consistency
11329         - Cleaned up some compiler warnings present without DGA2
11330         - Changed order for DirectDrawEnumerateExA to enumerate at least
11331           what abilities are known rather than bailing on unsupported flags
11332         - Added DirectDrawCreateEx stub
11334 2000-05-12  Alexandre Julliard  <julliard@winehq.com>
11336         * controls/menu.c:
11337         Susan Farley <sfarley@codeweavers.com>
11338         Distinguish RADIOCHECK style menu items from standard checkmark menu
11339         items.
11341         * controls/button.c:
11342         Susan Farley <sfarley@codeweavers.com>
11343         Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
11344         should be sent a BN_CLICKED when it receives the focus.
11346         * files/dos_fs.c:
11347         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11348         GetFullPathname: add missing termination to the string.
11350         * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
11351         Patrik Stridvall <ps@leissner.se>
11352         Fixed byte order on Solaris and FreeBSD.
11354         * graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c, graphics/x11drv/opengl.c, include/acconfig.h, include/config.h.in, include/debugdefs.h, include/gdi.h, include/wine_gl.h, include/x11drv.h, loader/loadorder.c, dlls/Makefile.in, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa_private.h, dlls/opengl32/.cvsignore, dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, graphics/enhmetafiledrv/init.c, graphics/painting.c, Make.rules.in, configure, configure.in:
11355         Lionel Ulmer <lionel.ulmer@free.fr>
11356         Added support for OpenGL.
11358         * dlls/shell32/shlfolder.c:
11359         Eric Pouech <Eric.Pouech@wanadoo.fr>
11360         Fixed absolute path to pidl generation.
11362 2000-05-11  Alexandre Julliard  <julliard@winehq.com>
11364         * dlls/shell32/shlfolder.c:
11365         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
11366         Fixed buffer overflow.
11368         * dlls/imagehlp/access.c, dlls/imagehlp/integrity.c, dlls/imagehlp/symbol.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, windows/driver.c:
11369         Patrik Stridvall <ps@leissner.se>
11370         Fixed some debug messages.
11372         * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
11373         Patrik Stridvall <ps@leissner.se>
11374         Fixed issues found by winapi_check.
11376         * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imagehlp.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/riched32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
11377         Patrik Stridvall <ps@leissner.se>
11378         - Check for missing modules in modules.dat.
11379         - New options --debug-messages for debug message checking (turned off
11380           by default)
11381         - Do not discard the argument name (use in debug message checking)
11382         - Improved parsing
11383         - Minor bug fixes
11385         * graphics/x11drv/dib.c:
11386         Marcus Meissner <Marcus.Meissner@caldera.de>
11387         Fixed asm() constraints.
11389         * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
11390         Eric Pouech <Eric.Pouech@wanadoo.fr>
11391         Fixed %p in printf (now using wsprintf which doesn't support it).
11392         Added ThreadId and ProcessId internal vars.
11393         Allow at startup to pick up a process to debug.
11395         * dlls/winmm/wineoss/audio.c:
11396         Eric Pouech <Eric.Pouech@wanadoo.fr>
11397         Fixed division by zero.
11399         * dlls/comctl32/trackbar.c:
11400         Eric Pouech <Eric.Pouech@wanadoo.fr>
11401         Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
11403         * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
11404         Scroll off-screen controls when scroll rectangle is NULL.
11406         * dlls/comctl32/tab.c, include/tab.h:
11407         Ken Thomases <ken@codeweavers.com>
11408         Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
11409         mouse-over).
11411         * dlls/comctl32/imagelist.c:
11412         Aric Stewart <aric@codeweavers.com>
11413         Remove the background from the new image when it is being replaced
11414         with a ReplaceImage.
11416         * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
11417         Bernd Herd <info@herdsoft.com>
11418         Make sure hInstance is a proper global handle and not a selector
11419         value.
11421         * dlls/commdlg/printdlg.c: Jean-Claude Batista
11422         PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
11424         * dlls/comctl32/treeview.c:
11425         Aric Stewart <aric@codeweavers.com>
11426         Clean up the drawing code after a label update. There were problems if
11427         the new label is shorter that the old label fragments of the old label
11428         were left drawn.
11430         * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
11431         Clear menu handle after destroying menu.
11433         * controls/menu.c:
11434         Guy Albertelli <galberte@neo.lrun.com>
11435         Revalidate menu handle in mt.hTopMenu after DispatchMessage.
11437         * windows/dialog.c: Bernd Herd <info@herdsoft.com>
11438         Pass CTLDATA as SEGPTR for 16-bit programs.
11440         * dlls/version/ver16.c:
11441         Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
11442         Prevent possible NULL pointer access.
11444 2000-05-10  Alexandre Julliard  <julliard@winehq.com>
11446         * controls/menu.c: Aric Stewart <aric@codeweavers.com>
11447         - Wine was passing the wrong hwnd as the owner when processing owner
11448           drawn menubars.
11449         - When doing MENU_CalcItemSize for the menu bar we were not properly
11450           padding the returned rect.
11452         * dlls/comctl32/treeview.c:
11453         Aric Stewart <aric@codeweavers.com>
11454         Allow the user to cancel label editing with esc and confirm with return.
11456         * dlls/comctl32/tab.c:
11457         Ken Thomases <ken@codeweavers.com>
11458         Restore accidentally undone changes.
11460         * dlls/comctl32/treeview.c:
11461         Aric Stewart <aric@codeweavers.com>
11462         - Wine was not properly reporting back the edited label to the
11463           application in a treeview when the label is a callback.
11464         - Because windows applications assume they get a new edit control
11465           every time they often subclass that edit box willy-nilly and do not
11466           clean up. So it is necessary to actually give them a new edit control
11467           each time.
11469         * dlls/comctl32/toolbar.c:
11470         Aric Stewart <aric@codeweavers.com>
11471         - Cleaned up some of the drawing code, specifically dealing with
11472           avoiding trying to draw invalid bitmaps.
11473         - Avoid directly calling drawing functions instead invalidating rects
11474           and relying on WM_PAINT.
11475         - For the dropdown event check the button style as opposed to the
11476           toolbar style.
11478         * dlls/dsound/dsound_main.c:
11479         Eric Pouech <Eric.Pouech@wanadoo.fr>
11480         Make internal buffers size multiple of 4.
11482         * windows/mdi.c:
11483         Guy L. Albertelli <galberte@neo.lrun.com>
11484         Verify the menu handle is non-zero prior to use.
11486         * controls/menu.c: Ken Thomases <ken@codeweavers.com>
11487         Fixed to display popup-menu arrow on owner-drawn popup menus.
11488         Fixed positioning of submenus relative to parent menus.
11490         * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
11491         Specify the service thread timers in ms instead of us.
11493         * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
11494         Reserve space for the PE header at the start of the .so file.
11495         Store the export table inside the data section so that sections can be
11496         properly aligned.
11497         Build the relay function table directly in the .spec.c file.
11498         Moved relay debugging functions to relay386.c.
11500         * dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c:
11501         Gerard Patel <g.patel@wanadoo.fr>
11502         Protect against use of comctl32 private control memory after it has
11503         been freed.
11505         * dlls/comctl32/status.c:
11506         Aric Stewart <aric@codeweavers.com>
11507         Some programs switch their status bar back and forth from simple mode
11508         while running. This fix corrects drawing and text setting problems that
11509         result from this behavior.
11511 2000-05-09  Alexandre Julliard  <julliard@winehq.com>
11513         * memory/heap.c:
11514         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
11515         Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
11516         Various optimizations.
11518         * dlls/winmm/wineoss/audio.c:
11519         Eric Pouech <Eric.Pouech@wanadoo.fr>
11520         Changed WAVEHDR notification heuristic.
11521         Added preliminary support for loops in WAVEHDRs.
11522         Fixed issues when mixing open and getCaps calls.
11524         * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
11525         Bertho Stultiens <bertho@akhphd.au.dk>
11526         - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
11527           address of a pointer instead of its value. This probably slipped in
11528           during the merge of my tree into the winetree.
11529           Lesson learned: always double check.
11530         - Verified most resources so that win16 compile also generates correct
11531           output for reversed endian.
11532         - Implemented byte-ordering for resources. All resources can be forced
11533           to be little-, big- or native endian with command-line option -B.
11534         - Reading resources from .res-files are only accepted in native byte-
11535           ordering so that no additional semantic analysis is required.
11536         - Resource directory is still written in native-only format, including
11537           the strings.
11538         - Wrc is now installed through the makefile with 'make install' and also
11539           uninstalled with 'make uninstall'.
11540         - Wrote a man-page for better reference. The manpage also gets installed
11541           and uninstalled.
11542         - Cleaned up the namespace a bit by more agressive use of static.
11544         * dlls/comctl32/tab.c, include/tab.h:
11545         Aric Stewart <aric@codeweavers.com>
11546         Added the ability to use multiline tab controls to wine.
11548         * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
11549         Marcus Meissner <marcus@jet.franken.de>
11550         Number of surface Lock/Unlocks must NOT match, so do NOT use it for
11551         reference counting.
11553         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
11554         Update for new Wine features; use ttydrv instead of x11drv when
11555         running regapi, and set correct winedbg path in the registry.
11557         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
11558         Fixed jump_alias for non-PIC, and disabled it for PIC, since it
11559         doesn't work for PIC right now. This fixes current crashing sigaction
11560         calls.
11562         * debugger/memory.c:
11563         Eric Pouech <Eric.Pouech@wanadoo.fr>
11564         Fixed x /s command.
11566         * dlls/advapi32/registry.c:
11567         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11568         Added some reg temp file clutter check (more than 100 temp files in
11569         ~/.wine).
11571 2000-05-07  Alexandre Julliard  <julliard@winehq.com>
11573         * graphics/x11drv/dib.c:
11574         Marcus Meissner <marcus@jet.franken.de>
11575         SetImageBits_8: added ->15 conversion in optimized assembler.
11577         * dlls/richedit/Makefile.in, dlls/richedit/ansi_gen.h, dlls/richedit/ansi_sym.h, dlls/richedit/charlist.c, dlls/richedit/charlist.h, dlls/richedit/reader.c, dlls/richedit/riched32.h, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/richedit/rtf2text.h, dlls/richedit/stdcharnames.h, dlls/richedit/text-writer.c, dlls/richedit/text_map.h, include/richedit.h:
11578         Jean-Claude Batista
11579         Wraps some RichEdit control functionality on an Edit control. It uses
11580         a free implementation of an RTF parser written by Paul DuBois
11581         http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
11582         work with the control.
11584         * windows/winproc.c:
11585         Do not send WM_SIZING to 16-bit windows.
11587         * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
11588         Cleaned up local heap initialisation.
11590         * dlls/commdlg/cdlg32.c, dlls/ole32/ole2.c, include/winbase.h, include/wine/winbase16.h, loader/pe_image.c, relay32/builtin32.c, windows/driver.c:
11591         Moved Load/FreeLibrary16 definition to winbase16.h.
11593         * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
11594         Dimitrie O. Paun <dimi@cs.toronto.edu>
11595         Separate OLE2NLS out of KERNEL.
11597         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
11598         Patrik Stridvall <ps@leissner.se>
11599         - Check for missing modules in modules.dat.
11600         - Minor bug fixes
11602         * graphics/x11drv/dib.c:
11603         Jean-Claude Batista (Macadamian/Corel)
11604         Top-down images have a negative biHeight, the scanlines of theses
11605         images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
11606         simply changed the sign of lines, the scanlines were correctly handled
11607         afterwards
11609         * debugger/stabs.c:
11610         Marcus Meissner <marcus@jet.franken.de>
11611         Old versions of glibc might not have STN_UNDEF defined.
11613         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
11614         Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
11616         * dlls/comctl32/status.c:
11617         Gerard Patel <g.patel@wanadoo.fr>
11618         Set the itemID member of the DRAWITEMSTRUCT to the number of the
11619         status part painted.
11621         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
11622         Always calls SetMenu in MDISetMenu.
11624         * dlls/tapi32/line.c:
11625         Dimitrie O. Paun <dimi@cs.toronto.edu>
11626         Small debug channel cleanup.
11628         * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
11629         Fixed scrolling bug.
11631         * dlls/comctl32/listview.c, include/listview.h:
11632         Chris Morgan <cmorgan@wpi.edu>
11633         Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
11634         support for the LVS_EX_TRACKSELECT flag.  Added code to delete items
11635         in LISTVIEW_SetItemCount().
11637 2000-05-05  Alexandre Julliard  <julliard@winehq.com>
11639         * include/winuser.h, windows/nonclient.c:
11640         Aric Stewart <aric@codeweavers.com>
11641         Added WM_SIZING message support.
11643         * graphics/path.c: Rob Farnum <robf@twinux.com>
11644         Removed warnings from freeing path in DeleteDC.
11646         * dlls/comctl32/header.c:
11647         Aric Stewart <aric@codeweavers.com>
11648         Fixed a bug with the processing of HitTest.
11650         * controls/edit.c: Susan Farley <susan@codeweavers.com>
11651         Handle ^C, ^V and ^X in an edit control properly.
11653         * misc/registry.c:
11654         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11655         Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
11657         * dlls/comctl32/treeview.c:
11658         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11659         Fixed DC leak.
11661         * loader/pe_resource.c:
11662         Stephane Lussier <stephane@macadamian.com>
11663         If we do not find a resource for both (primary lang|sub lang), we try
11664         just (primary lang) before using the default.
11666         * dlls/comctl32/tooltips.c:
11667         Sheri Steeves <sheri@macadamian.com>
11668         Worked around some tooltips hide problems by checking the current tooltip.
11670         * documentation/distributors:
11671         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11672         Added a configuration hint for the CD-ROM "unhide" option.
11674         * ole/ole2nls.c:
11675         Henning Hoffmann (of Macadamian for Corel)
11676         Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
11677         as well, because GetLocaleInfo() has to get any values saved by
11678         SetLocaleInfo() in the registry.
11680         * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
11681         Eric Pouech <Eric.Pouech@wanadoo.fr>
11682         Fixed some buffer overflows.
11683         Made stab parsing more robust (now ignores C++ stabs).
11684         Display correct backtrace at first when invoked on unhandled exception.
11685         Loads stabs from .so files when those are loaded.
11687 2000-05-03  Alexandre Julliard  <julliard@winehq.com>
11689         * include/debugdefs.h: Generated again.
11691         * include/pe_image.h, loader/pe_image.c:
11692         PE_LoadImage: removed version parameter, set last error correctly.
11694         * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
11695         Store process file name in startup info.
11696         Fixed exe_file handling.
11698         * dlls/Makefile.in: Fixed typo.
11700         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/richedit/.cvsignore, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c:
11701         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
11702         Added stubs for riched32.dll.
11704         * dlls/x11drv/x11drv_main.c:
11705         Lionel Ulmer <lionel.ulmer@free.fr>
11706         Call XOpenIM on the large stack.
11708         * include/winsock.h:
11709         Bang Jun-Young <bangjy@dreamwiz.com>
11710         FreeBSD 3.4 compile fix.
11712         * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
11713         Fixed COORD structure definition.
11714         Fixed GetLargestConsoleWindowSize to not return a structure when
11715         called from the Window binary.
11717         * server/object.c: Small optimization.
11719         * scheduler/thread.c: Fixed default thread stack size.
11721         * objects/text.c: Fixed DrawTextW length handling.
11723         * dlls/ddraw/dsurface/main.c:
11724         Lionel Ulmer <lionel.ulmer@free.fr>
11725         Remove the assertion when there is no source surface.
11727         * include/oleauto.h:
11728         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11729         Add DosDateTimeToVariantTime prototype.
11731         * dlls/shell32/shlwapi.spec:
11732         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11733         Map StrChrA to strchr.  Fix StrChrW arg list.
11735         * include/winuser.h:
11736         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11737         Added HWND_MESSAGE.
11739         * dlls/ole32/stg_stream.c:
11740         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11741         Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
11743         * misc/registry.c:
11744         Bertho Stultiens <bertho@panter.soci.aau.dk>
11745         Mmap does not fail on zero-length files.
11747 2000-05-01  Alexandre Julliard  <julliard@winehq.com>
11749         * include/global.h, memory/virtual.c:
11750         Use exception handling to implement the IsBad* functions.
11751         Removed /proc/self/maps parsing as it is not very useful with .so libs.
11753         * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
11754         Setup the initial thread %fs from a constructor.
11756         * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
11757         Added DECL_GLOBAL_CONSTRUCTOR macro.
11759         * resources/user32.rc, tools/Makefile.in, tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/preproc.c, tools/wrc/preproc.h, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/writeres.c, dlls/commdlg/rsrc.rc, dlls/display/disp.rc, dlls/shell32/shres.rc, programs/clock/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/comctl32/rsrc.rc:
11760         Bertho Stultiens <bertho@akhphd.au.dk>
11761         - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
11762           old parser has been stripped from the old preprocessor-code which
11763           cleaned up both resource-scanner and -parser.
11764         - Standard defines have been introduced (see README.wrc)
11765         - Both preprocessor- and resource-scanner have been optimized slightly
11766           so that no backing up is required (one char lookahead is enough).
11767         - Filename-scanning has been cleaned up, though not perfect yet.
11768         - User-type resources are compatible now.
11769         - Line-continuation in strings is corrected so that it does not
11770           introduce a newline in the output.
11772         * scheduler/thread.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, windows/queue.c, loader/module.c, memory/environ.c, miscemu/main.c, scheduler/process.c, include/process.h, include/server.h, include/thread.h, loader/main.c:
11773         Rewrote Unix process launching to allow passing startup information to
11774         Winelib apps. Improved handling of execve() failures.
11776         * files/file.c: Added ENOEXEC error code.
11778         * scheduler/pthread.c: Added atfork support.
11780         * configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, configure:
11781         Lionel Ulmer <lionel.ulmer@free.fr>
11782         Added DGA2 driver to DirectDraw.
11784         * dlls/commdlg/cdlg32.c:
11785         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11786         COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
11787         allocation of Tls for CommDlgExtendedError until it is needed.
11789         * debugger/winedbg.c:
11790         Eric Pouech <Eric.Pouech@wanadoo.fr>
11791         Fixed segv when debugger registry key doesn't exist.
11793         * dlls/icmp/icmp_main.c:
11794         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11795         Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
11797 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
11799         * ANNOUNCE, ChangeLog, include/version.h:
11800         Release 20000430.
11802         * windows/x11drv/wnd.c:
11803         Gerard Patel <g.patel@wanadoo.fr>
11804         X11DRV_SetFocus: really don't mess with focus for managed windows.
11806         * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
11807         Dimitrie O. Paun <dimi@cs.toronto.edu>
11808         Removed HEAP_xalloc.
11810         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
11811         Eric Pouech <Eric.Pouech@wanadoo.fr>
11812         - Enhanced internal variables framework (including read/save to
11813           registry and typing)
11814         - Finalized use of Windows' Console I/O interface (instead of Unix std
11815           streams)
11816         - Now handling registers as internal variables (they are no longer
11817           seen as a specific type)
11819         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11820         Insure we always try to launch a debugger.
11822         * relay32/wowthunk.c:
11823         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11824         Use Thread pseudo handle and not Thread Id as argument for the call to
11825         GetThreadSelectorEntry.
11827 ----------------------------------------------------------------
11828 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
11830         * windows/x11drv/wnd.c:
11831         Gerard Patel <g.patel@wanadoo.fr>
11832         X11DRV_SetFocus: really don't mess with focus for managed windows.
11834         * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
11835         Dimitrie O. Paun <dimi@cs.toronto.edu>
11836         Removed HEAP_xalloc.
11838         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
11839         Eric Pouech <Eric.Pouech@wanadoo.fr>
11840         - Enhanced internal variables framework (including read/save to
11841           registry and typing)
11842         - Finalized use of Windows' Console I/O interface (instead of Unix std
11843           streams)
11844         - Now handling registers as internal variables (they are no longer
11845           seen as a specific type)
11847         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11848         Insure we always try to launch a debugger.
11850         * relay32/wowthunk.c:
11851         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11852         Use Thread pseudo handle and not Thread Id as argument for the call to
11853         GetThreadSelectorEntry.
11855 2000-04-29  Alexandre Julliard  <julliard@winehq.com>
11857         * loader/pe_image.c:
11858         Clear the remainder of the page when mapping a section whose size on
11859         disk is not a full page multiple.
11860         Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
11862         * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
11863         Lionel Ulmer <lionel.ulmer@free.fr>
11864         - added thread-safety protection to XListPixmapFormats
11865         - moved pixmap / image format matching ERRs to WARNs
11867         * win32/console.c, include/winbase.h:
11868         Eric Pouech <Eric.Pouech@wanadoo.fr>
11869         Fixed GetLargestConsoleWindowSize prototype.
11871         * dlls/wininet/ftp.c:
11872         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11873         FreeBSD compile fix.
11875         * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
11876         Ove Kaaven <ovek@arcticnet.no>
11877         Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
11878         ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
11879         it is a pitch override (specifies bytes per line), and tells to treat
11880         the offset parameter as an already-mapped virtual memory address (if
11881         the section parameter is zero). Fixed a DIB status init bug in
11882         creating DIB sections from file mappings (if created from mapping, the
11883         DIB is *not* really InSync).
11885         * include/winbase.h, memory/virtual.c:
11886         Ove Kaaven <ovek@arcticnet.no>
11887         Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
11888         register external mappings (like video frame buffers).
11890         * configure.in, include/config.h.in, scheduler/pthread.c, configure:
11891         Eric Pouech <Eric.Pouech@wanadoo.fr>
11892         Enhanced libc's pthread configuration detection.
11894         * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
11895         Eric Pouech <Eric.Pouech@wanadoo.fr>
11896         Fixed a few compilation warnings.
11898         * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
11899         Patrik Stridvall <ps@leissner.se>
11900         Fixed some warnings.
11902         * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
11903         Patrik Stridvall <ps@leissner.se>
11904         Fixed issues reported by winapi_check.
11906         * tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
11907         Patrik Stridvall <ps@leissner.se>
11908         - API files update
11909         - Minor bug fixes.
11910         - Added new option --cross-call-unicode-ascii for checking illegal
11911           Unicode to ASCII calls.
11913         * configure, configure.in, include/config.h.in:
11914         Lionel Ulmer <lionel.ulmer@free.fr>
11915         Added '--enable-opengl' flag to bypass the thread-safety check.
11917         * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
11918         Dimitrie O. Paun <dimi@cs.toronto.edu>
11919         Removed some HEAP_xalloc calls.
11921         * dlls/winmm/mci.c:
11922         Eric Pouech <Eric.Pouech@wanadoo.fr>
11923         Fixed bug when file doesn't exist in MCI_OPEN handling.
11924         Reduced time spent with crit sect locked.
11926         * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11927         Fixed argv handling for cuiexe winelib programs.
11929         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
11930         Made pthread_kill_other_threads_np and pthread_atfork fixmes less
11931         obtrusive.
11933         * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
11934         WinHelp must accept a NULL pointer to the help key string.
11936 2000-04-28  Alexandre Julliard  <julliard@winehq.com>
11938         * dlls/commdlg/finddlg32.c:
11939         Guy L. Albertelli <galberte@neo.lrun.com>
11940         - Correct check for minimum buffer length.
11941         - Correct cases where ShowWindow is done/not done.
11943         * dlls/comctl32/commctrl.c:
11944         Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
11945         Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
11946         TrackMouseEventProc.  Added code to allow addition/cancelation of
11947         tracking flags on existing entries rather than create extra entries.
11948         Fixed timer.  Added check to _TrackMouseEvent to stop timer if the
11949         tracking list is empty.  Fixed TME_CANCEL.  Fixed TME_LEAVE/TME_HOVER
11950         when hwndTrack isn't the current hwnd.
11952         * files/dos_fs.c:
11953         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11954         DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
11956         * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
11957         Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
11958         Added support for memory mapping of 4k aligned PE binaries.  This can
11959         speed up load times significantly for some applications.
11961         * dlls/shell32/brsfolder.c, dlls/shell32/shellguid.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/obj_shellbrowser.h, include/wine/undocshell.h:
11962         Juergen Schmied <juergen.schmied@debitel.net>
11963         Complete cleanup, bugfixes.
11964         New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
11965         PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
11966         PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
11967         PathFindNextComponent, PathRemoveFileSpec.
11969         * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
11970         Juergen Schmied <juergen.schmied@debitel.net>
11971         Stubs for IQueryAssociations.
11973         * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
11974         Juergen Schmied <juergen.schmied@debitel.net>
11975         Moved policy related functions to shpolicy.c
11976         Moved dialog related functions to dialogs.c
11978         * dlls/shell32/shell32.spec:
11979         Juergen Schmied <juergen.schmied@debitel.net>
11980         Explicit import user32.dll.
11981         Many corrections, exported some functions by name.
11983         * dlls/shell32/shell.c, dlls/shell32/shellole.c:
11984         Juergen Schmied <juergen.schmied@debitel.net>
11985         Separated 32 bit functions to shellole.c.
11987         * dlls/shell32/pidl.c:
11988         Juergen Schmied <juergen.schmied@debitel.net>
11989         Small fixes.
11991         * dlls/shell32/iconcache.c:
11992         Juergen Schmied <juergen.schmied@debitel.net>
11993         Fixed: extract the icon by resource id.
11995         * dlls/shell32/shlview.c:
11996         Juergen Schmied <juergen.schmied@debitel.net>
11997         Small fixes.
11999         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
12000         Juergen Schmied <juergen.schmied@debitel.net>
12001         Fixes.
12002         Use GetModuleHandleA instead of LoadLibrary for dlls imported by
12003         the spec file.
12005         * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
12006         Make WineLook=Win95 the default setting.
12008         * dlls/dinput/dinput_main.c:
12009         Lionel Ulmer <lionel.ulmer@free.fr>
12010         Added leaving of critical section on all return cases.
12012         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
12013         Removed init_sect. Use Interlocked* functions instead.
12015         * misc/registry.c:
12016         Juergen Schmied <juergen.schmied@debitel.net>
12017         Small fixes, removed asserts.
12019         * libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in:
12020         Changed imports of winspool to winspool.drv.
12022         * dlls/Makefile.in, dlls/user/Makefile.in:
12023         Added libkeyboard.so creation.
12025         * dlls/comctl32/header.c, include/header.h:
12026         Martin Fuchs <martin-fuchs@gmx.net>
12027         - Return modified rectangle after layouting header control
12028         - Output text in header control when no other Flag specified
12029         - Delay bounding rectangle calculation for header control items
12031         * dlls/comctl32/toolbar.c:
12032         Chris Morgan <cmorgan@wpi.edu>
12033         Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
12034         Added TrackMouseEvent calls to TOOLBAR_MouseMove.  Hot buttons now
12035         look/behave almost exactly the same as native windows.
12037         * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
12038         Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
12039         SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
12041         * misc/comm.c: Rein Klazes <rklazes@casema.net>
12042         Implement mark and space parity generation. Accept one-and- a-half
12043         stopbits: the most common uarts will generate this automatically when
12044         there are 5 databits.
12046         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
12047         Override fork().
12049         * debugger/debugger.h, include/heap.h, memory/heap.c:
12050         Dimitrie O. Paun <dimi@cs.toronto.edu>
12051         Get rid of HEAP_xrealloc.
12053 2000-04-25  Alexandre Julliard  <julliard@winehq.com>
12055         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
12056         Patrik Stridvall <ps@leissner.se>
12057         Compile fix for --without-x.
12059         * loader/main.c, wine.ini:
12060         Patrik Stridvall <ps@leissner.se>
12061         Added new configuration file option for selecting graphics driver.
12063         * dlls/ttydrv/Makefile.in:
12064         Patrik Stridvall <ps@leissner.se>
12065         Link the TTY driver with the standard libs.
12067         * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
12068         Eric Pouech <Eric.Pouech@wanadoo.fr>
12069         Fixed winspool(.drv) loading.
12071         * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/x11drv.h, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
12072         Patrik Stridvall <ps@leissner.se>
12073         Removed X_DISPLAY_MISSING.
12075         * debugger/types.c, debugger/msc.c:
12076         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12077         Improved CodeView type information loader.
12079         * dlls/commdlg/colordlg.c:
12080         Gerard Patel <g.patel@wanadoo.fr>
12081         Don't use the template member unless the corresponding flag is set.
12083 2000-04-24  Alexandre Julliard  <julliard@winehq.com>
12085         * LICENSE, WARRANTY:
12086         Switched to the X11 license.
12088         * server/registry.c, if1632/relay.c, misc/ddeml.c:
12089         Patrik Stridvall <ps@leissner.se>
12090         Fixed some warnings.
12092         * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/wininet/wininet_main.c, dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplayx.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
12093         Patrik Stridvall <ps@leissner.se>
12094         Fixed issues found by winapi_check.
12096         * tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/dinput.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check:
12097         Patrik Stridvall <ps@leissner.se>
12098         - Updated API files.
12099         - Improved misplaced function checking.
12100         - Fixed minor bugs.
12102         * include/winnt.h: Francois Gouget <fgouget@psn.net>
12103         Include string.h to make winnt.h self-sufficient.
12105         * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
12106         infoPtr sometimes can be NULL.
12108         * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c, include/commdlg.h:
12109         Gerard Patel <g.patel@wanadoo.fr>
12110         32 bits message processing for color dialog.
12112         * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
12113         Martin Fuchs <martin-fuchs@gmx.net>
12114         Fixed toolbar bitmap size handling.
12116         * configure.in, configure:
12117         Rein Klazes <rklazes@casema.net>
12118         Correct test for linux 2.2 joystick API, which returned true in every
12119         case.
12121         * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
12122         Dimitrie O. Paun <dimi@cs.toronto.edu>
12123         Removed the last xmalloc calls.
12125         * programs/winver/Makefile.in, relay32/builtin32.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/shell32/shellord.c, dlls/x11drv/Makefile.in, if1632/builtin.c, include/module.h, libtest/Makefile.in, libtest/hello3res.rc, programs/avitools/Makefile.in, programs/clock/Makefile.in, configure.in, debugger/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, wine.ini, .cvsignore, Make.rules.in, Makefile.in, configure:
12126         Implemented on-demand loading of builtin dlls using dlopen().
12128 2000-04-23  Alexandre Julliard  <julliard@winehq.com>
12130         * Makefile.in, dlls/x11drv/Makefile.in:
12131         Build wineclipsrv as part of the x11drv dll.
12133         * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, dlls/shell32/Makefile.in, dlls/shell32/shlview.c:
12134         Removed a few inter-dll dependencies.
12136         * windows/painting.c: Rein Klazes <rklazes@casema.net>
12137         Make RDW_ValidateParent() modify the update region of all parents, not
12138         just the direct parent.
12140         * relay32/snoop.c:
12141         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12142         SNOOP_PrintArg: replaced IsBad* functions by exception handler.
12144         * configure, configure.in:
12145         Patrik Stridvall <ps@leissner.se>
12146         Added --without-curses compile option.
12148         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
12149         Added some more pthread overrides.
12151         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
12152         Fixed debugger registry key location.
12154         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
12155         Use DECLARE_HANDLE to declare handles.
12157         * include/windef.h: Francois Gouget <fgouget@psn.net>
12158         DECLARE_HANDLE should not be undef'ed after use.
12160         * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
12161         Fix edit control's WM_GETTEXT behaviour.
12163         * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
12164         Do not initialize dcb in BuildCommDCB[AndTimeouts].
12166         * include/casemap.h, tools/unimap.pl:
12167         Dmitry Timoshkov <dmitry@sloboda.ru>
12168         Adapted unimap.pl script and generated by it casemap.h to the Unicode
12169         Standard, Version 3.0.
12171         * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
12172         Check if dialog is visible before setting the focus.
12174         * windows/defwnd.c:
12175         Dmitry Timoshkov <dmitry@sloboda.ru>
12176         Removed the longstanding hack in response to WM_ACTIVATE message.
12178         * include/winuser.h:
12179         Martin Fuchs <martin-fuchs@gmx.net>
12180         Fixed GetNumberFormat declaration.
12182         * dlls/comctl32/toolbar.c:
12183         Chris Morgan <cmorgan@wpi.edu>
12184         James Abbatiello <abbeyj@wpi.edu>
12185         Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
12186         of the button changes.  Stops flickering in toolbars caused by
12187         excessive redrawing.
12189         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
12190         Gerard Patel <g.patel@wanadoo.fr>
12191         Stub for InternetGetConnectedState.
12193         * include/winbase.h: Francois Gouget <fgouget@psn.net>
12194         Fixed GetProcessHeap() for the STRICT mode.
12196         * dlls/ddraw/main.c:
12197         Marcus Meissner <marcus@jet.franken.de>
12198         Also check for empty GUID in DirectDrawCreate.
12200 2000-04-19  Alexandre Julliard  <julliard@winehq.com>
12202         * dlls/version/version.spec, dlls/winmm/joystick/joystick.spec, dlls/winmm/mcianim/mcianim.spec, dlls/winmm/mciavi/mciavi.spec, dlls/winmm/mcicda/mcicda.spec, dlls/winmm/mciseq/mciseq.spec, dlls/winmm/mciwave/mciwave.spec, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wineoss/wineoss.spec, dlls/avifil32/avifil32.spec, dlls/commdlg/comdlg32.spec, dlls/ddraw/ddraw.spec, dlls/dplayx/dplayx.spec, dlls/msvideo/msvfw32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec:
12203         Added some missing import directives.
12205         * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
12206         Removed winmm from import list.
12208         * dlls/comctl32/animate.c, include/animate.h:
12209         Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
12211         * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
12212         Fixed resource loading.
12214         * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
12215         John R. Sheets <jsheets@codeweavers.com>
12216         Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
12217         Added dump for MISC section.
12219         * winedefault.reg:
12220         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12221         Added DirectPlay registry keys to winedefault.reg.
12223         * dlls/comctl32/treeview.c:
12224         Stephane Lussier <stephane@macadamian.com>
12225         Mousewheel support.
12227 2000-04-18  Alexandre Julliard  <julliard@winehq.com>
12229         * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, include/imagehlp.h, include/neexe.h, include/pe_image.h, include/peexe.h, include/winnt.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, relay32/builtin32.c, relay32/snoop.c, debugger/dbgmain.c, debugger/module.c, debugger/msc.c, debugger/types.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/version/resource.c:
12230         Moved PE header definitions to winnt.h where they belong.
12232         * windows/x11drv/event.c, controls/combo.c, controls/edit.c, controls/listbox.c, dlls/comctl32/listview.c, include/mouse.h, include/winuser.h, windows/input.c, windows/spy.c:
12233         Stephane Lussier <stephane@macadamian.com>
12234         Implemented Mousewheel support.
12236         * dlls/winsock/async.c:
12237         Rein Klazes <rklazes@casema.net>
12238         Convert service and protocol names to lowercase before calling
12239         getservby{name|port} and getprotoby{name|port}.
12241         * objects/region.c:
12242         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12243         Fix return value for OffsetRgn if x and y are 0.
12245         * graphics/path.c:
12246         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12247         Implement StrokeAndFillPath.
12248         Call DeleteObject when finished with hrgn in PATH_FillPath.
12250         * include/wininet.h:
12251         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12252         Fixed typo.
12254         * graphics/enhmetafiledrv/objects.c:
12255         Sheri Steeves <sheri@macadamian.com>
12256         EMR_SELECTOBJECT records stock objects with their id as the object
12257         handle and the high bit set.
12259         * objects/enhmetafile.c:
12260         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12261         Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
12263 2000-04-16  Alexandre Julliard  <julliard@winehq.com>
12265         * server/registry.c:
12266         Removed permission checks in create_key and delete_key. It seems
12267         Windows doesn't check anything.
12269         * loader/resource.c:
12270         Richard Cohen <richard@jubjub.demon.co.uk>
12271         Wrap an exception handler around FindResource.
12273         * programs/regtest/regtest.c:
12274         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12275         Corrected WinMain.
12276         Added test case for RegCreateKeyEx showing win95 behaviour.
12278         * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
12279         Implemented 'walk process' and 'walk threads' commands using toolhelp
12280         snapshots.
12282         * include/server.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, server/process.c, server/process.h, server/request.h, server/snapshot.c, server/thread.c, server/thread.h, server/trace.c:
12283         Implemented thread and (partial) module snapshots, based on the work
12284         of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
12286         * server/main.c, server/registry.c, server/request.h, server/trace.c, documentation/wine.conf.man.in, include/server.h, include/shell.h, loader/main.c, misc/registry.c, wine.ini:
12287         Save the registry on server exit without client intervention.
12288         Removed "alt" registry files since we now have symlinks and
12289         WINEPREFIX to replace them.
12291         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
12292         Stephane Lussier <stephane@macadamian.com>
12293         Support switching the keyboard layout with WINE running.
12295         * dlls/crtdll/crtdll_main.c:
12296         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12297         fgets: Don't swallow \n, treat EOF
12298         feof: Crude implementation
12299         signal: Return error
12301         * winedefault.reg:
12302         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12303         Add missing backslash in the debugger definition.
12305         * win32/time.c: Rein Klazes <rklazes@casema.net>
12306         SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
12307         adjustment of 2 minutes just in case...
12309         * dlls/dsound/dsound_main.c:
12310         Marcus Meissner <marcus@jet.franken.de>
12311         DSOUND_MixerNorm: do not compare unrelated pointers.
12313 2000-04-15  Alexandre Julliard  <julliard@winehq.com>
12315         * loader/module.c:
12316         Rewrote command-line parsing of CreateProcessA to be more compatible.
12318         * programs/winhelp/Makefile.in, programs/winver/Makefile.in, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, tools/build.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, programs/osversioncheck/osversioncheck.spec, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c, programs/winemine/Makefile.in, debugger/Makefile.in, include/callback.h, include/main.h, include/module.h, include/thread.h, libtest/Makefile.in, loader/main.c, loader/module.c, loader/pe_image.c, misc/options.c, programs/avitools/Makefile.in, programs/clock/Makefile.in, Make.rules.in:
12319         Improved Winelib apps initialisation code. No longer need to link
12320         winestub.o with Winelib apps.
12322         * include/wine/winbase16.h, relay32/utthunk.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx.spec, dlls/icmp/icmp_main.c, dlls/ntdll/om.c, dlls/shell32/shlwapi.spec, dlls/win87em/emulate.c, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/winmm/mcianim/mcianim.c, graphics/ttydrv/palette.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
12323         Patrik Stridvall <ps@leissner.se>
12324         Fixed some issues reported by winapi_check.
12326         * tools/winapi_check/*:
12327         Patrik Stridvall <ps@leissner.se>
12328         - API files update.
12329         - Add new options --all and --none that enable/disables all check
12330           respectively.
12331         - Fixed and improved stub statistics.
12332         - Fixed bug that prevented checking of the first function in the .spec files.
12333         - Partial implementation of a more advanced misplaced function checking.
12334         - Minor fixes.
12336         * dlls/comctl32/toolbar.c:
12337         Martin Fuchs <martin-fuchs@gmx.net>
12338         Implement CCS_NOMOVEY for tool bars.
12340         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
12341         Symlink root's registry to global registry. Minor cleanups.
12343         * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
12344         Added further implementation of WINAPI EnumDateFormats() to support
12345         three more locales: German(standard), French(standard) and French
12346         (canadian). All date formats follow conventions from Windows NT 4.0
12348         * dlls/comctl32/treeview.c:
12349         Serge Ivanov <sergei@corel.ca>
12350         Added proper handling TVIS_OVERLAYMASK flag and allows to display
12351         overlay images. Fixed off by one error with listitem in
12352         TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
12354 2000-04-14  Alexandre Julliard  <julliard@winehq.com>
12356         * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
12357         Ove Kaaven <ovek@arcticnet.no>
12358         POSIX threads emulation, tricks glibc into being threadsafe.
12360         * scheduler/client.c, server/main.c, server/request.c:
12361         Made server launching somewhat cleaner and faster.
12363         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
12364         Marcus Meissner <Marcus.Meissner@caldera.de>
12365         Detypoed X11DRV_EVENT_SetInputMethod.
12367         * windows/x11drv/keyboard.c:
12368         Stephane Lussier <stephane@macadamian.com>
12369         When dealing with XKB extensions, force the AltGr key mask to use the
12370         group index instead of the modifier.
12372         * include/windef.h:
12373         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12374         Define __fastcall.
12376         * include/commctrl.h:
12377         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12378         Added a few toolbar defines.
12380         * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
12381         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12382         A few corrections to bounding boxes.
12384         * graphics/x11drv/graphics.c:
12385         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12386         Don't close groups of polylines.
12388         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
12389         Do not dereference a ptr we just checked being NULL.
12391         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
12392         Francois Gouget <fgouget@psn.net>
12393         Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
12395         * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
12396         Follow symlinks when saving registry.
12398         * debugger/Makefile.in:
12399         Added missing winestub dependency.
12401         * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
12402         Load done event now created by the server.
12404 2000-04-13  Alexandre Julliard  <julliard@winehq.com>
12406         * debugger/.cvsignore, debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec, include/stackframe.h, Makefile.in:
12407         Eric Pouech <Eric.Pouech@wanadoo.fr>
12408         Made the winedbg an external and WineLib program.
12409         Centralized output handling (preparation for console usage).
12410         Fixed a few debug information reading options (stabs and sym).
12411         Started a framework to hold debugger's internal variables.
12413         * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
12414         Eric Pouech <Eric.Pouech@wanadoo.fr>
12415         Got rid of -debug wine's option (wine now requires an external debugger).
12417         * win32/except.c, winedefault.reg:
12418         Eric Pouech <Eric.Pouech@wanadoo.fr>
12419         Added launching of a debugger when unhandled exception occurs.
12421         * relay32/builtin32.c:
12422         Eric Pouech <Eric.Pouech@wanadoo.fr>
12423         Added a .xcnlnk section to builtin KERNEL32 PE header.
12425         * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12426         Let CreateProcess launch unix executable without a .exe extension.
12427         Fixed arguments passed when creating a unix process.
12429         * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
12430         Fixed signal stack handling on Linux when sigaltstack is available.
12431         Added a direct sigaltstack syscall to work-around the glibc bug.
12433         * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
12434         Implemented guard pages and stack overflow exceptions.
12436         * include/thread.h, scheduler/process.c, scheduler/thread.c:
12437         Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
12438         the various stacks.
12440         * files/profile.c:
12441         Make sure HKLM\Software\Wine\Wine is a non-volatile key.
12443         * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
12444         Stephane Lussier <stephane@macadamian.com>
12445         Fixed AltGr key handling.
12447         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
12448         Marcus Meissner <Marcus.Meissner@caldera.de>
12449         Make DirectDraw compile with DGA2 present.
12451         * files/file.c:
12452         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12453         FILE_CreateFile()'s read/write-check was broken due to checking of
12454         ERROR_xxx instead of STATUS_xxx.
12456         * objects/enhmetafile.c:
12457         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12458         Fixes and cleans up some of the GetEnhMetaFile* functions.
12459         Fixes scaling of EMFs in playback.  Will probably be right
12460         when World Transforms work properly...
12462         * memory/global.c:
12463         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12464         GlobalReAlloc returns 0 on failure.
12466         * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
12467         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12468         Stub for NtAllocateUuids.
12470         * dlls/comctl32/treeview.c:
12471         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12472         Clear TopRootItem when whole tree is deleted.
12473         Fix off by one lstrcpyn.
12474         Clean up and fix GetNextItem.
12476 2000-04-11  Alexandre Julliard  <julliard@winehq.com>
12478         * documentation/.cvsignore: Ignore all output files.
12480         * dlls/wininet/.cvsignore, dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec, include/debugdefs.h, include/urlmon.h, include/wininet.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/urlmon/.cvsignore, dlls/urlmon/Makefile.in, dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
12481         Merged urlmon.dll and wininet.dll from the Corel tree (implementation
12482         by Ulrich Czekalla <ulrichc@corel.ca>)
12484         * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
12485         Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
12486         GetCurrentProcess() inline.
12488         * AUTHORS, include/authors.h:
12489         Marcus Meissner <marcus@jet.franken.de>
12490         Merged in Corel's AUTHORs.
12492         * graphics/x11drv/dib.c:
12493         Marcus Meissner <marcus@jet.franken.de>
12494         Only copy dstwidth*3 bytes in the 24bit case.
12496         * dlls/ddraw/dsurface/x11.c:
12497         Marcus Meissner <marcus@jet.franken.de>
12498         Free private structure in Xlib_DDS_Release.
12500         * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
12501         MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
12503         * dlls/comctl32/treeview.c:
12504         Serge Ivanov <sergei@corel.ca>
12505         TreeView - minor bugfix and optimization:
12506            - GetDC call moved down to avoid possible resource leak.
12507            - Invariant code is moved out of loop.
12509         * dlls/shell32/pidl.c:
12510         Ulrich Czekalla <ulrichc@corel.ca>
12511         _ILGetFileDate should convert the date to local time before generating
12512         the string (_ILGetFileDateTime does not).
12514         * dlls/winmm/mmio.c:
12515         Noomen Hamza <noomen@macadamian.com>
12516         Fixed other bugs within MMIO implementation. Now, it's possible to
12517         copy/cut from PhotoPaint and paste to CorelDraw.
12519 2000-04-10  Alexandre Julliard  <julliard@winehq.com>
12521         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
12522         Marcus Meissner <Marcus.Meissner@caldera.de>
12523         Use d3dexecutebuffer_create only when compiling with MESA.
12525 2000-04-09  Alexandre Julliard  <julliard@winehq.com>
12527         * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
12528         Dimitrie O. Paun <dimi@cs.toronto.edu>
12529         Replaced xmalloc calls with malloc/HeapAlloc calls.
12531         * console/generic.c, console/ncurses.c, console/xterm.c:
12532         Eric Pouech <Eric.Pouech@wanadoo.fr>
12533         Cosmetics.
12535         * memory/heap.c:
12536         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12537         Implemented HeapWalk().
12539         * dlls/ddraw/dsurface/x11.c:
12540         Marcus Meissner <marcus@jet.franken.de>
12541         Two left over HeapValidate assertions removed.
12543         * server/debugger.c:
12544         Eric Pouech <Eric.Pouech@wanadoo.fr>
12545         Clear status for sending exception event.
12547         * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
12548         Added ability to put new-lines in changelog entry.
12549         Added -p to locate destination directory.
12551         * dlls/comctl32/listview.c:
12552         Richard Cohen <richard@jubjub.demon.co.uk>
12553         GetItem was returning the item instead of subitem info.
12555         * programs/winemine/main.c:
12556         Dave Pickles <davep@cyw.uklinux.net>
12557         Registry key used in LoadBoard() was not the same as the one used in
12558         SaveBoard(). Also fixed a typo in the position saving code.
12560         * configure, configure.in:
12561         Create directories that don't contain a Makefile.
12563         * tools/wrc/Makefile.in, dlls/ttydrv/Makefile.in, dlls/winmm/Makefile.in, dlls/x11drv/Makefile.in, documentation/Makefile.in, include/Makefile.in, ole/Makefile.in, programs/Makefile.in, programs/winhelp/Makefile.in, tools/Makefile.in, Make.rules.in, Makefile.in, debugger/Makefile.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
12564         Improved support for Makefiles that need to recurse in subdirectories.
12566         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c, configure.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, configure:
12567         Marcus Meissner <marcus@jet.franken.de>
12568         Restructured DirectDraw. Split into X11 and DGA driver, and multiple
12569         files/dirs for easier maintenance. Cleaned up structs and include
12570         files. Reindented the code. Started the same for Direct3D.  Driver
12571         inclusion now done by using configure/Makefile/ELF constructor tricks.
12573 2000-04-08  Alexandre Julliard  <julliard@winehq.com>
12575         * windows/x11drv/event.c, files/profile.c, graphics/x11drv/xfont.c, include/cursoricon.h, include/message.h, loader/ne/module.c, memory/heap.c, scheduler/sysdeps.c, scheduler/syslevel.c, windows/cursoricon.c, windows/timer.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c:
12576         Removed a number of global handle allocations and critical section
12577         initializations.
12579         * server/process.c, scheduler/process.c:
12580         Temporary hack to share handles between processes sharing the same
12581         address space.
12583         * include/winbase.h, scheduler/critsection.c:
12584         Added lazy initialization of critical sections, based on a patch by
12585         Andrew Lewycky.
12587         * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
12588         Stephen Mereu
12589         TabCtrl leftmostVisible is not updated properly. It caused the QP
12590         application bar on the bottom fail to bring back the items when there
12591         is no need to scrolling. Also fixed a bug that when an item is inserted,
12592         setItemBounds should be called first, then it's time to invalidate.
12594         * relay32/kernel32.spec, win32/newfns.c:
12595         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12596         Added PeekNamedPipe stub.
12598         * graphics/x11drv/init.c:
12599         Gerard Patel <g.patel@wanadoo.fr>
12600         Fixed pixmap leak with the 1x1 bitmap in memory DCs.
12602         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
12603         wineinstall now properly configures no-windows installs, and should now
12604         be easier to adapt for binary packages too.
12606         * documentation/samples/system.ini:
12607         Ove Kaaven <ovek@arcticnet.no>
12608         Default system.ini (from documentation/status/multimedia).
12610 2000-04-06  Alexandre Julliard  <julliard@winehq.com>
12612         * server/debugger.c, server/thread.c, server/thread.h:
12613         Do not send a debug event for a thread until the previous event for
12614         the same thread has been continued.
12616         * misc/registry.c, wine.ini:
12617         Moved SaveOnlyUpdatedKeys to wine.ini.
12618         Use get_config_dir() instead of hardcoding ~/.wine
12619         Simplified loading and saving routines.
12621         * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
12622         Added support for WINEPREFIX environment variable.
12624         * windows/winpos.c, loader/ne/module.c, memory/selector.c, misc/lstr.c, misc/network.c, msdos/int21.c, objects/font.c, win32/console.c, win32/except.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, dlls/win32s/w32sys.c, dlls/win87em/emulate.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, graphics/painting.c, graphics/psdrv/driver.c, graphics/win16drv/font.c, loader/module.c, dlls/advapi32/advapi32.spec, dlls/advapi32/service.c, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi.spec, dlls/msacm/msacm_main.c, dlls/ole32/storage32.c, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/shell32/shell.c, dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
12625         Patrik Stridvall <ps@leissner.se>
12626         Fixed some issues reported by winapi_check.
12628         * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
12629         Owen Wang <owenw@corel.ca>
12630         Implemented API EnumTimeFormatsA(). It supports now all different
12631         English locales, as well as German(standard), French(standard) and
12632         French(Canadian).  All time formats follow conventions in Windows NT 4.0
12634         Haithem Hmida (of Macadamian for Corel)
12635         Implemented GetCurrencyFormatA() API:
12636         - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
12637           (as a positive one), then formats the number depending on
12638           NegativeOrder/PositiveOrder fields.
12639         - GetNumberFormatA() has been slightly modified.
12641         * objects/text.c:
12642         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
12643         Added conversion from DBCS lpDx to WCHAR lpDx.
12645         * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
12646         Patrik Stridvall <ps@leissner.se>
12647         - Implemented stub statistics. Turned off by default. (Requested by Francois
12648         Gouget).
12649         - Implemented missing prototype checking. Turned off by default (Requested
12650         by Dimitry Timoshkov).
12651         - Implemented .spec file name sanity checking. Turned off by default.
12652         - Implemented documentation width checking. Turned off by default.
12653         - Minor bug fixes.
12655         * dlls/ole32/compobj.c:
12656         Andrew Lewycky <andrewl@corel.ca>
12657         Fix StringFromGUI2 return value as per documentation.
12659         * dlls/dsound/dsound_main.c:
12660         Marcus Meissner <Marcus.Meissner@caldera.de>
12661         Make audiodevice blocking directly after the non-blocking open, since
12662         we use the write(2) also for synchronization.
12664         * dlls/winsock/async.c, dlls/winsock/socket.c:
12665         Rein Klazes <rklazes@casema.net>
12666         Corrected error handling for ws_getprotobyname/number.
12667         Made the Async error returns the same as the normal functions.
12669         * files/dos_fs.c:
12670         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12671         GetShortPathName: always erase characters at the end of the new
12672         string, and return only single backslashes.
12674 2000-04-04  Alexandre Julliard  <julliard@winehq.com>
12676         * files/dos_fs.c, files/drive.c, files/file.c, include/drive.h, include/file.h, include/options.h, misc/main.c, misc/options.c, misc/registry.c, documentation/wine.conf.man.in, documentation/wine.man.in:
12677         Added a per-drive FailReadOnly flag, and removed the global
12678         --failreadonly option.
12680         * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
12681         Fixed file descriptor leaks.
12683         * misc/registry.c:
12684         Call PROFILE_GetWineIniBool before starting to fill the request
12685         buffer. Made new registry format the default.
12687         * server/ptrace.c:
12688         Increment suspend count before attempting attach in suspend_for_ptrace.
12690         * server/file.c, server/mapping.c, server/mutex.c, server/process.c, server/registry.c, server/request.h, server/semaphore.c, server/timer.c, server/trace.c, tools/make_requests, server/atom.c, server/console.c, server/event.c:
12691         Made request tracing more robust against bogus lengths.
12693         * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
12694         Peter Ganten <peter@ganten.org>
12695         Adapted the manual pages to the new long options, updated the
12696         -debugmsg channels and added a small hack to get the @sysconfdir@
12697         stuff in the manual pages right.
12699         * dlls/winmm/mmio.c:
12700         Noomen Hamza <noomen@macadamian.com>
12701         Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
12703         * programs/winemine/main.c, programs/winemine/main.h:
12704         Joshua Thielen <fozey@netzero.com>
12705         Added DestroyBoard function to delete bitmap handles.
12706         Moved SelectObject outside of DrawMine.
12707         Selected old object's back into hMemDC.
12709         * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
12710         Implemented FAT32 function 7302 (Get Extended DPB).
12712         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
12713         Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
12714         Internet Explorer.
12716         * programs/regapi/regapi.c:
12717         Gavriel State <gavriels@corel.ca>
12718         This patch adds the ability for regapi to call the DllRegisterServer or
12719         DllUnregisterServer for a list of DLLs.
12721         * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
12722         OleRegGetUserType did return an unterminated ASCII string instead of an
12723         OLESTR (wide characters).
12725         * misc/main.c, ole/nls/ena.nls, ole/nls/enb.nls, ole/nls/enc.nls, ole/nls/eng.nls, ole/nls/eni.nls, ole/nls/enj.nls, ole/nls/enl.nls, ole/nls/ens.nls, ole/nls/ent.nls, ole/nls/enu.nls, ole/nls/enz.nls, ole/nls/irl.nls, ole/ole2nls.c:
12726         Michael Abd-El-Malek (Corel)
12727         Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
12728         to be more compatible to Windows.
12729         Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
12731         Jeff Tranter <jefft@corel.ca>
12732         The measurement unit for Canadian English should be metric.
12733         LANG_SUB_ENTRY did always return the first language due to missing {}.
12735 2000-03-30  Alexandre Julliard  <julliard@winehq.com>
12737         * documentation/distributors:
12738         Marcus Meissner <marcus@jet.franken.de>
12739         Updated documentation/distributors in regards to shared libraries and
12740         some more windows specific dirs.
12742         * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
12743         Peter Hunnisett <hunnise@nortelnetworks.com>
12744         - Fix painting bug with middle button down when dragging mouse
12745         - Speed up drawing and hence overall speed
12746         - Fix compiler warnings
12747         - Added some optional debugging information
12748         - Added a new known bug to the list
12750         * misc/comm.c: Rein Klazes <rklazes@casema.net>
12751         Added CTS, DSR and RingIndicator states to Window's semi-documented
12752         modem line status register.
12754         * include/wingdi.h, objects/enhmetafile.c:
12755         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12756         Delete objects after use in EnumEnhMetaFile.
12757         Make PlayEnhMetaFile call EnumEnhMetaFile.
12758         Move EnumEnhMetaFile prototype to wingdi.h.
12760         * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
12761         Marcus Meissner <Marcus.Meissner@caldera.de>
12762         open() the OSS sounddevice non-blocking in case another process has it
12763         open already.
12765         * scheduler/process.c:
12766         Commented out exit() call on ExitProcess for now.
12768         * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
12769         Set thread start address to 0 on events generated by
12770         DebugActiveProcess.
12771         Return a correct address in the simulated exception event.
12773         * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
12774         Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
12776 2000-03-28  Alexandre Julliard  <julliard@winehq.com>
12778         * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
12779         Niels Kristian Bech Jensen <nkbj@image.dk>
12780         - Fix some compiler warnings.
12781         - Remove superfluous #include statement.
12783         * include/wine/winnet16.h, misc/network.c:
12784         Ron Gage <rongage@att.net>
12785         Fixed bug reported by winapi_check.
12787         * */*.c:
12788         Patrik Stridvall <ps@leissner.se>
12789         Added/fixed some documentation reported by winapi_check.
12791         * graphics/x11drv/palette.c, objects/palette.c:
12792         Fixed memory allocations.
12794         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
12795         Patrik Stridvall <ps@leissner.se>
12796         - Added/fixed some documentation reported by winapi_check
12797         - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
12798         - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
12800         * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
12801         Patrik Stridvall <ps@leissner.se>
12802         Fixed some warnings.
12804         * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
12805         Patrik Stridvall <ps@leissner.se>
12806         - Updated the API files.
12807         - Minor bug fixes
12809         * dlls/comctl32/animate.c:
12810         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12811         Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
12812         ANIMATE_Destroy.
12814         * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
12815         Minor fix in wrc to support the Solaris preprocessor.
12817         * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
12818         Fixed some ANSI C violations.
12820         * documentation/no-windows:
12821         Ove Kaaven <ovek@arcticnet.no>
12822         Add start menu directories.
12824         * scheduler/sysdeps.c, scheduler/thread.c:
12825         Put CLONE_FILES back in, it is still breaking too many things.
12827         * objects/bitmap.c, graphics/ttydrv/bitmap.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/bitmap.h, include/x11drv.h:
12828         Merged DDBitmap and physBitmap into the generic bitmap structure
12829         (suggested by Andrew Lewycky).
12831         * files/dos_fs.c:
12832         Ignore trailing spaces in DOSFS_ToDosFCBFormat.
12834         * dlls/winsock/socket.c:
12835         Fixed small bug in WSOCK32_accept
12837 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
12839         * include/version.h, ANNOUNCE, ChangeLog:
12840         Release 20000326.
12842 ----------------------------------------------------------------
12843 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
12845         * files/dos_fs.c: Stefan Leichter <sle@camline.com>
12846         DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
12848         * tools/cvdump/.cvsignore, tools/cvdump/Makefile.in, tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvdump.h, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c, Makefile.in, configure, configure.in:
12849         John R. Sheets <jsheets@codeweavers.com>
12850         Added cvdump tool to dump CodeView symbol information.
12852         * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
12853         Ove Kaaven <ovek@arcticnet.no>
12854         Handle POLLHUP better (delay FD_CLOSE notification until all data has
12855         been read). Made WSAEnumNetworkEvents atomic. Convert socket event
12856         error codes properly. Made accept()-ed sockets inherit the listening
12857         socket's WSAAsyncSelect().
12859         * dlls/dsound/dsound_main.c:
12860         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12861         Fixed debug formatting.
12863         * dlls/advapi32/registry.c: Fixed error checking in registry saving.
12865         * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12866         Use strerror in debug output.
12868         * dlls/shell32/changenotify.c:
12869         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12870         SHChangeNotify[A|W]: free only items we allocated.
12872         * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
12873         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
12874         Fixes for i18n.
12876         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12877         Now read .so list from debuggee's address space.
12879         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
12880         Added missing macros.
12882         * include/winnt.h, include/winreg.h, server/registry.c:
12883         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12884         Moved some registry definitions to winnt.h.
12886         * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
12887         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
12888         Added import of comdlg32.dll in spec file.
12890         * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
12891         Activate a hidden window only when explicitely asked by the
12892         application.
12894         * debugger/Makefile.in, debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/hash.c, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
12895         Eric Pouech <Eric.Pouech@wanadoo.fr>
12896         improved exception handling
12897         merged all module handling code in new module.c file
12898         reenabled 'walk module' and 'info module' commands
12899         added ability to drive break on thread startup
12901         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
12902         Marcus Meissner <marcus@jet.franken.de>
12903         Stubs for DllRegisterServer/DllUnregisterServer.
12905         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
12906         Fixed return value for SC_GET_DEV_TYPE.
12908 2000-03-25  Alexandre Julliard  <julliard@winehq.com>
12910         * server/registry.c, server/trace.c, tools/build.c, windows/cursoricon.c, windows/dce.c, windows/msgbox.c, windows/nonclient.c, windows/rect.c, windows/timer.c, windows/user.c, windows/winpos.c, windows/winproc.c, loader/pe_image.c, loader/resource.c, memory/heap.c, memory/local.c, misc/version.c, msdos/int21.c, objects/enhmetafile.c, objects/region.c, programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/winhelp.c, dlls/winmm/wineoss/audio.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/xfont.c, include/windef.h, dlls/comctl32/comctl32undoc.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/commdlg/colordlg.c, dlls/crtdll/crtdll_main.c, dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/winmm/lolvldrv.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, controls/edit.c, controls/menu.c, controls/scroll.c:
12911         Francois Gouget <fgouget@psn.net>
12912         Use min/max instead of MIN/MAX.
12914         * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
12915         Handle socket POLLERR/POLLHUP conditions properly.
12916         Clear error field for OOB notifications.
12918         * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12919         Send the correct ODA_ code when deselecting an item.
12921         * windows/user.c, include/process.h, include/server.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c:
12922         Fixed a couple of file descriptor leaks.
12923         Always call USER signal proc in the right context.
12924         Cleaned up THREAD_Create.
12926         * include/Makefile.in:
12927         Do not erase local files on uninstall if install dir does not exist.
12929         * windows/multimon.c, windows/sysparams.c, windows/ttydrv/Makefile.in, windows/ttydrv/desktop.c, windows/ttydrv/init.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c, windows/user.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/init.c, windows/x11drv/monitor.c, controls/desktop.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/ttydrv/dc.c, include/desktop.h, include/monitor.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/dce.c:
12930         Store monitor size and depth in the generic structure.
12931         Merged monitor driver into USER driver.
12933         * windows/ttydrv/Makefile.in, windows/ttydrv/main.c, windows/x11drv/Makefile.in, windows/x11drv/desktop.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/ddraw/ddraw_main.c, dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, include/x11drv.h:
12934         A few simplifications and optimizations in the x11 driver.
12936         * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
12937         Link ttydrv and x11drv objects into their respective dll.
12939         * dlls/user/Makefile.in: Added missing keyboard.spec.
12941 2000-03-24  Alexandre Julliard  <julliard@winehq.com>
12943         * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
12944         Moved FatalAppExit functions to win32/except.c.
12945         Added a few uses of Callout instead of referencing USER functions
12946         directly.
12948         * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
12949         Moved LoadImage and related functions to cursoricon.c.
12951         * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/thunk.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/keyboard.spec, dlls/user/thunk.c, dlls/user/user.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/keyboard.spec, if1632/thunk.c, include/callback.h, objects/linedda.c, windows/win.c:
12952         Moved gdi/user thunking functions into their respective dlls.
12953         Moved keyboard.spec into user dll.
12955         * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
12956         Disable OpenGL support if the latter is thread safe.
12958         * debugger/dbg.y, debugger/memory.c, dlls/crtdll/wcstring.c, dlls/ole32/clipboard.c, dlls/ole32/storage32.h, graphics/win16drv/init.c, graphics/x11drv/dib.c, scheduler/sysdeps.c:
12959         Patrik Stridvall <ps@leissner.se>
12960         Fixed some warnings.
12962         * dlls/dinput/dinput_main.c, graphics/dispdib.c, include/animate.h, include/button.h, include/crtdll.h, include/dinput.h, include/dispdib.h, include/enhmetafile.h, include/imagelist.h, include/metafile.h, include/region.h, include/sqltypes.h, include/wine/icmpapi.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/windef16.h, include/wine/wingdi16.h, include/winpos.h:
12963         Patrik Stridvall <ps@leissner.se>
12964         Made the include files self sufficient.
12966         * dlls/win32s/w32skernel.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c, dlls/winsock/socket.c, dlls/winsock/wsock32.spec, misc/ddeml.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/systray.c, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, dlls/version/install.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c, dlls/mpr/mpr_main.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c, dlls/ntdll/time.c, dlls/odbc32/proxyodbc.c, dlls/ole32/compositemoniker.c, dlls/avifil32/avifile.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c, dlls/commdlg/finddlg32.c, dlls/ddraw/ddraw_main.c:
12967         Patrik Stridvall <ps@leissner.se>
12968         Added/fixed some documentation reported by winapi_check.
12970         * relay32/kernel32.spec, scheduler/critsection.c, win32/newfns.c, windows/painting.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, graphics/painting.c, include/ddeml.h, include/wingdi.h:
12971         Patrik Stridvall <ps@leissner.se>
12972         Fixed some issues reported by winapi_check.
12974         * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
12975         Patrik Stridvall <ps@leissner.se>
12976         Fixed some ANSI C violations.
12978         * programs/cmdlgtst/cmdlgtst.c, programs/notepad/Da.rc, programs/notepad/De.rc, programs/notepad/dialog.c, programs/regapi/regapi.c, programs/regtest/regtest.c, programs/view/view.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/avitools/aviplay.c:
12979         Patrik Stridvall <ps@leissner.se>
12980         Fixed ANSI C related compile problems.
12982         * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winmm.api, tools/winapi_check/win16/ddeml.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
12983         Patrik Stridvall <ps@leissner.se>
12984         - Updated API files
12985         - Don't check the *.spec.c files
12986         - Better parsing of strings
12987         - Better documentation checking
12988         - Minor bug fixes
12990         * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
12991         - added some debug code and cleaned-up the mouse warping code
12992         - be ready once mouse will be reported relatively
12994         * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12995         Fixed copying of the MDI 'Windows' menu items if the items are not of
12996         type MFT_STRING.
12998         * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12999         Set the correct value for the cch element of MENUITEMINFO in
13000         GetMenuItemInfo.
13002         * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13003         Fix spec file entries for EnumFontFamiliesEx*.
13005         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13006         Further code simplifications and interface (consistency) improvements.
13007         Fix selection of the Wine binary which was broken by a recent change.
13009         * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13010         Added proper termination upon failure.
13012         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13013         Fixed basic type evaluation.
13015         * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13016         Ensure that non-NULL terminated stings are saved correctly.
13018         * windows/input.c: Rein Klazes <rklazes@casema.net>
13019         Correct the NotifyCode in the WM_COMMAND message sent by
13020         KBD_translate_accelerator().
13022         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
13023         Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
13024         work around EXEC SCSI commands which do not set the host<->target data
13025         flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
13027         * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
13028         Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
13029         PTRACE_POKEUSR for libc5(?) compile.
13031         * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13032         Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
13033         messages to the parent.
13035         * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
13036         Added (correct) prototype for HeapWalk.
13038         * dlls/ole32/ifs.c, include/wine/obj_base.h:
13039         Francois Gouget <fgouget@psn.net>
13040         - The ICOM_CMETHODxxx cause problems because the 'const' changes the
13041           signature. There's no such thing on Windows anyway (it's a shame) so
13042           just remove them altogether.
13043         - HeapMinimize returns a void, not a 'void*'
13045 2000-03-20  Alexandre Julliard  <julliard@winehq.com>
13047         * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/desktop.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, loader/main.c, misc/main.c, objects/gdiobj.c, windows/event.c, windows/keyboard.c, windows/multimon.c, windows/ttydrv/desktop.c, windows/win.c, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/display/display_main.c, dlls/mouse/mouse_main.c, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, graphics/ttydrv/init.c, graphics/x11drv/init.c, include/desktop.h, include/keyboard.h, include/message.h, include/monitor.h, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h:
13048         Moved graphics initialisation to the x11drv/ttydrv dll init code.
13049         Merged event, keyboard and mouse drivers into USER driver.
13051 2000-03-19  Alexandre Julliard  <julliard@winehq.com>
13053         * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
13054         Improved CompareStringA performance.
13056         * library/winestub.c: Added missing debugtools.h include.
13058         * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c, programs/clock/language.c, programs/clock/main.h, programs/cmdlgtst/cmdlgtst.c, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/search.c, programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c, programs/view/init.c, programs/view/view.c:
13059         Niels Kristian Bech Jensen <nkbj@image.dk>
13060         Fixed some compiler errors and warnings.
13062         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
13063         Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
13064         function pending a more complete implementation of locales.
13066         * loader/module.c:
13067         Hack: always try builtin module before elf or elfdll to avoid loading
13068         a builtin dll .so file in the wrong mode.
13070         * graphics/x11drv/xfont.c, objects/font.c:
13071         Moved font resource functions out of the X11 driver.
13073         * tools/makedep.c:
13074         Added support for source files stored in subdirectories.
13076         * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/x11drv.h, objects/dc.c:
13077         Added GetDCOrgEx in graphics device interface and removed X11 code
13078         from dc.c.
13080         * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
13081         Eric Pouech <Eric.Pouech@wanadoo.fr>
13082         Fixed segmented/linear buffers manipulation.
13083         Better IO buffering.
13084         Added some missing prototypes.
13086         * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
13087         Francois Gouget <fgouget@psn.net>
13088         Explicitly use the TVN_xxxA version of the macros.
13090         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
13091         - Added the TVN_xxxA macros
13092         - Added missing TBNOTIFY macros and types
13093         - Added SNDMSG
13095         * include/winuser.h: Francois Gouget <fgouget@psn.net>
13096         Added WM_APP.
13098         * scheduler/client.c, scheduler/critsection.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/keyboard.c, graphics/x11drv/graphics.c, graphics/x11drv/palette.c, include/x11drv.h, library/winestub.c, loader/ne/segment.c, memory/virtual.c, misc/main.c, misc/printdrv.c, misc/registry.c, misc/xmalloc.c, objects/palette.c, graphics/win16drv/init.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c:
13099         Dimitrie O. Paun <dimi@cs.toronto.edu>
13100         Removed most calls to xmalloc/xrealloc.
13102         * include/windef.h: Francois Gouget <fgouget@psn.net>
13103         - Added missing definition for GLOBALHANDLE and LOCALHANDLE
13104         - Fixed the prototype of WNDENUMPROC
13106         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
13107         Added some missing defines.
13109         * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
13110         Propagate IsDialogMessage to the parent if the dialog has the
13111         DS_CONTROL flag.
13113         * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13114         Added an exception frame for lstrcpy16.
13116         * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13117         Now attaching imported DLLs of a winelib executable.
13119         * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
13120         IOleItemContainer has OLEGUID(0x11c), not 0x11a.
13122         * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
13123         Fixed memory corruption with CoTaskMemRealloc.
13125         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
13126         Made various changes to tools/genpatch including suggestions from Ove
13127         Kaaven (Place added files last in the patch.  Add a switch that
13128         specifies modified files.)
13130         * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
13131         Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
13133         * include/windows.h: Francois Gouget <fgouget@psn.net>
13134         Should include 'winspool.h'.
13136         * tools/wrc/parser.h, tools/wrc/parser.l:
13137         Francois Gouget <fgouget@psn.net>
13138         - An extern statement finishes with the first closing '}' or the first
13139           outer ';'
13140         - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
13141           'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
13142           co).  But still don't issue an error if '#error' is found when in the
13143           'pp_false' state.
13145         * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
13146         Make the first comma in the control's definition optional.
13148         * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
13149         Support loading any presentation aspect.
13151         * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13152         Avoid a link error from another DLL on FreeBSD.
13154         * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
13155         Eric Pouech <Eric.Pouech@wanadoo.fr>
13156         Fixed joystick ID/deviceID/driver handle/instance ID mixup.
13158         * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
13159         Delete the shm segment as soon as wine and X have attached it.
13161         * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
13162         Corrected handling of proto==NULL in WINSOCK_getservbyname and
13163         WINSOCK_getservbyport.
13165         * windows/event.c, include/main.h, loader/main.c, misc/main.c, miscemu/main.c, objects/gdiobj.c, relay32/.cvsignore, relay32/Makefile.in, relay32/gdi32.spec, relay32/user32.spec, configure.in, dlls/Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/gdi_main.c, dlls/ttydrv/.cvsignore, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/user_main.c, dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, if1632/.cvsignore, if1632/Makefile.in, if1632/gdi.spec, if1632/user.spec, Make.rules.in, configure:
13166         Created separate dlls for user,gdi,ttydrv,x11drv.
13167         Fixed Winelib argc handling (thanks to Eric Pouech).
13169 2000-03-18  Alexandre Julliard  <julliard@winehq.com>
13171         * graphics/psdrv/escape.c, include/dinput.h, include/keyboard.h, include/ttydrv.h, include/tweak.h, include/user.h, include/x11drv.h, loader/main.c, misc/tweak.c, ole/ole2nls.c, scheduler/synchro.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/init.c, windows/x11drv/main.c:
13172         Misc small cleanups.
13174         * windows/spy.c, windows/sysparams.c, graphics/x11drv/bitblt.c, loader/dos/dosvm.c, misc/Makefile.in, misc/main.c, misc/spy.c, objects/Makefile.in, objects/clipping.c, objects/cursoricon.c, objects/region.c, objects/text.c, windows/Makefile.in, windows/cursoricon.c, windows/message.c:
13175         Avoid calling the *Rect USER functions from inside GDI.
13176         Moved a few USER functions to a more appropriate location.
13178         * loader/main.c, misc/Makefile.in, misc/main.c, misc/options.c, misc/registry.c, misc/version.c, miscemu/main.c, windows/x11drv/main.c, windows/x11drv/monitor.c, dlls/ddraw/ddraw_main.c, documentation/wine.man.in, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/main.h, include/options.h, include/shell.h, wine.ini:
13179         Moved command-line option handling out of the X11 driver.
13180         Added support for "--" prefix on options.
13181         Replaced a few X11 command-line options by wine.conf parameters.
13183 2000-03-17  Alexandre Julliard  <julliard@winehq.com>
13185         * graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/vga.c, relay32/Makefile.in, relay32/ddraw.spec, relay32/dinput.spec, windows/Makefile.in, windows/dinput.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/dinput/.cvsignore, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
13186         Made ddraw and dinput separate dlls.
13188         * server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, include/thread.h, include/winbase.h, include/windef.h, loader/module.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
13189         Have threads and processes exit more cleanly whenever possible.
13191         * relay32/builtin32.c:
13192         Include space for resources in the module header instead of doing a
13193         separate allocation.
13195         * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
13196         Made MPR a separate dll.
13198         * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
13199         Andrew Lewycky <andrewl@corel.com>
13200         Rewrite the BIGBLOCKFILE implementation for better performance.
13202         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13203         Further simplify the code and remove some redundant code.
13204         Make the user interface more consistent and appealing.
13206         * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
13207         Avoid a refcount leak in QueryInterface when delegating.
13208         And a couple of minor bugs.
13210 2000-03-15  Alexandre Julliard  <julliard@winehq.com>
13212         * debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/dbgmain.c, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c:
13213         Eric Pouech <Eric.Pouech@wanadoo.fr>
13214         Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
13215         Added watch (hardware assisted debugging) and whatis (type of expr) commands.
13216         Fixed some issues in local vars handling (stabs parsing & registers optimization).
13218         * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
13219         Karl Lessard <karll@corel.ca>
13220         Update DIB sections in text output and for graphics primitives.
13222         * windows/dce.c, windows/x11drv/event.c:
13223         Michael Abd-El-Malek (on behalf of Corel)
13224         When we were switching to another desktop, the popup windows lost
13225         their WS_VISIBLE flag.
13227         * server/context_i386.c:
13228         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
13229         Fixed context flags handling (thanks to Eric Pouech).
13231         * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
13232         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
13234         * server/debugger.c: Fixed bug in generate_startup_debug_events().
13236         * programs/Makefile.in, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/README, programs/winemine/dialog.c, programs/winemine/dialog.h, programs/winemine/main.c, programs/winemine/main.h, programs/winemine/resource.h, programs/winemine/rsrc.rc, programs/winemine/winemine.spec, configure, configure.in:
13237         Joshua Thielen <fozey@netzero.com>
13238         Added winemine app.
13240         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13241         Improved the visual appearence of the user interface. Made the code
13242         somewhat simpler.
13244 2000-03-12  Alexandre Julliard  <julliard@winehq.com>
13246         * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
13247         Waldek Hebisch <hebisch@math.uni.wroc.pl>
13248         Implemented _read and _lseek.
13250         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
13251         Correct conversion of level parameter if WINSOCK_setsockopt is called
13252         for option WS_SO_DONTLINGER.
13254         * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
13255         Correct rounding of the result in MulDiv16().
13257         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
13258         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13259         Fixed FreeBSD compilation.
13261         * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, documentation/status/directplay:
13262         Peter Hunnisett <hunnise@nortelnetworks.com>
13263         - Make registry usage a little more correct and modern
13264         - Create home for all dplay name server functionality
13265         - Add the framework for EnumSessions
13266         - Documentation update
13268         * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
13269         Dimitrie Paun <dimi@bigfoot.com>
13270         Cleaned up debug channels a bit.
13272         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
13273         Implemented stretched blts for depth 24 (unoptimized).
13275 2000-03-10  Alexandre Julliard  <julliard@winehq.com>
13277         * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
13279         * include/process.h, memory/virtual.c, scheduler/process.c:
13280         Removed PROCESS_IsCurrent().
13282         * include/server.h, scheduler/debugger.c, server/context_i386.c, server/debugger.c, server/file.c, server/main.c, server/object.h, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/except.c, dlls/ntdll/exception.c:
13283         Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
13284         Generate a breakpoint event on process attach.
13285         Misc cleanups in request handling.
13287 2000-03-09  Alexandre Julliard  <julliard@winehq.com>
13289         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
13290         Eric Pouech <Eric.Pouech@wanadoo.fr>
13291         Now relying on exception codes to know when debugger is entered for a
13292         single step trap.
13294         * debugger/winedbg.c, miscemu/main.c:
13295         Eric Pouech <Eric.Pouech@wanadoo.fr>
13296         Added proc to start debugging process from its command line (by launching it).
13298         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13299         Cleanup.
13301         * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13302         Add Black as a valid font weight.
13303         Cope with afm files that do not contain {Family|Full}Name entries.
13305         * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
13306         - Got rid of PROFILE functions.
13307         - Use functionality of aspi.c.
13308         - Automagically read /proc/scsi/scsi (part of aspi.c which is already
13309           in tree).
13311         * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
13312         Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
13314         * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
13315         Added resource.h include.
13317         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
13318         IsRectEmpty also returns true for negative width/heights (verified
13319         against Windows), found by Brad Oliver <bradman@pobox.com>.
13321         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
13322         Take type from referenced variant for VT_BYREF && VT_VARIANT.
13324         * relay32/builtin32.c, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, server/debugger.c, server/object.h, server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/trace.c, include/elfdll.h, include/module.h, include/pe_image.h, include/process.h, include/server.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/pe_image.c:
13325         Store the list of loaded dlls in the server, and generate debug events
13326         internally.
13328 2000-03-08  Alexandre Julliard  <julliard@winehq.com>
13330         * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
13331         Added server protocol version check.
13333         * include/aspi.h, include/winaspi.h, include/wnaspi32.h, msdos/Makefile.in, msdos/dosaspi.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h, dlls/winaspi/wnaspi32.spec:
13334         David Elliott <dfe@netnitco.net>
13335         - Slightly reworked include files (less messy, more straightforward).
13336         - Moved DOS ASPI functionality to msdos/dosaspi.c.
13337         - Got rid using PROFILE to get SCSI info from wine.conf.
13338         - Read scsi info from /proc/scsi/scsi.
13339         - Added setting of a reasonable timeout when opening a SCSI device (5
13340           minutes, defined in winescsi.h).
13341         - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
13342           behavior).
13344         * dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/rsrc.rc, dlls/shell32/shell32_Sk.rc, dlls/shell32/shres.rc, documentation/wine.man.in, include/options.h, misc/main.c, resources/sysres_Sk.rc, resources/user32.rc:
13345         Simen Zamecnik <simen@nextra.sk>
13346         Added Slovak language support.
13348         * dlls/shell32/shell32_Ja.rc, dlls/shell32/shres.rc, include/options.h, misc/main.c, resources/.cvsignore, resources/sysres_Ja.rc, resources/user32.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/rsrc.rc:
13349         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
13350         Added some Japanese resources.
13352         * dlls/ole32/Makefile.in, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/olestd.h, dlls/ole32/storage32.c, include/ole2.h, include/winerror.h:
13353         Abey George <abey@macadamian.com>
13354         Implemented OLE clipboard functionality for Embed Source format.
13355         It helps you cut and paste data with Embed Source format between
13356         applications.  It also implements OleCreateFromData and
13357         OleQueryCreateFromData and fixes some bugs in datacache.c.
13359         * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
13360         wm->modname might be invalid at the end of FreeLibrary.
13362         * loader/ne/module.c, misc/debugstr.c, misc/error.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/focus.c, windows/input.c, windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, controls/edit.c, controls/menu.c, debugger/stack.c, dlls/comctl32/commctrl.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/dce.h, include/menu.h, include/message.h, include/nonclient.h, include/queue.h, include/stackframe.h, include/struct32.h, include/thread.h, include/win.h, include/winbase.h, include/wine/winuser16.h, include/winpos.h, loader/module.c, controls/button.c:
13363         Patrik Stridvall <ps@leissner.se>
13364         Removed a lot of unnecessary includes and fixed the compile errors.
13366         * dlls/ole32/moniker.c, dlls/ole32/storage32.c, include/ole2.h, include/shell.h, memory/global.c, misc/registry.c, misc/wsprintf.c, server/registry.c, server/request.c:
13367         Patrik Stridvall <ps@leissner.se>
13368         Fixed some warnings.
13370         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
13371         Corrected value for DAYS_IN_ONE_YEAR.
13373         * dlls/crtdll/crtdll_main.c:
13374         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
13375         Cleaned up CRTDLL__unlink.
13377         * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
13378         The static control only needs to invalidate its rect when we SetText.
13380         * include/winuser.h, misc/spy.c:
13381         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
13382         Added a few messages for IME.
13384         * debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, include/debugdefs.h, include/debugger.h, miscemu/main.c:
13385         Eric Pouech <Eric.Pouech@wanadoo.fr>
13386         No longer directly accessing debuggee memory.
13387         Execution context (mode, steps...) are now linked to a thread.
13388         Removed some X11 crst hacks.
13389         Rewrote info/walk commands.
13390         Removed direct debugger invocation code (and moved the rest to the new
13391         winedbg.c file).
13393         * scheduler/debugger.c, scheduler/process.c, server/process.c, server/trace.c, win32/except.c, win32/newfns.c, include/ntddk.h, include/server.h, include/winbase.h, loader/module.c, dlls/ntdll/exception.c:
13394         Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
13395         Implemented IsDebuggerPresent().
13397         * server/debugger.c, server/object.h, server/process.c, server/process.h, server/thread.c, server/thread.h, server/trace.c, include/process.h, include/server.h, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, scheduler/thread.c:
13398         Generate CREATE_PROCESS/THREAD debug events internally in the server.
13400 2000-03-07  Alexandre Julliard  <julliard@winehq.com>
13402         * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
13403         Better implementation of inline functions SetLastError and
13404         GetCurrentThreadId.  Added asm inlines for Interlocked* functions.
13406         * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
13407         Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
13409         * loader/ne/module.c, loader/ne/segment.c:
13410         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13411         Fixed second instance DGROUP loading.
13413         * include/winuser.h, misc/main.c:
13414         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13415         Implement SPI_GETICONMETRICS.
13416         Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
13418         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
13419         Actual write the cached struct in GlobalMemoryStatus.
13421         * documentation/fonts, graphics/x11drv/xfont.c:
13422         Rein Klazes <rklazes@casema.net>
13423         Include in the AddFontResourceA/W fixme message a pointer to the fonts
13424         document. In this document tell the user how to find the needed tools.
13426         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
13427         Add a message and fix error code if __ws_getservbyname() and
13428         __ws_getservbyport() cannot find the requested service.
13429         Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
13431         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
13432         Check for existence if MMIO_EXIST is passed to MMIO_Open.
13434         * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
13435         The pathname was stored in a string of size 100, which was not always
13436         large enough. It should be set to MAX_PATH (255).
13438         * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13439         Several fixes to MakeProcInstance.
13441 2000-03-05  Alexandre Julliard  <julliard@winehq.com>
13443         * dlls/winmm/Makefile.in, dlls/winsock/Makefile.in, dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/olesvr/Makefile.in, dlls/rasapi32/Makefile.in, dlls/shell32/Makefile.in, dlls/version/Makefile.in, dlls/win32s/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/commdlg/Makefile.in, dlls/dplayx/Makefile.in, dlls/lzexpand/Makefile.in, dlls/msvideo/Makefile.in, dlls/Makedll.rules.in:
13444         Added support for creating extra symlinks for .so files that contain
13445         multiple dlls.
13447 2000-03-04  Alexandre Julliard  <julliard@winehq.com>
13449         * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
13450         Moved dll-specific make rules to a separate Makedll.rules file.
13452         * misc/registry.c: Fixed error checking in registry saving.
13454         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
13455         WSACleanup should set last error to WSANOTINITIALISED if failing
13456         because Winsock was not initialized...
13458         * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
13459         Marcus Meissner <marcus@jet.franken.de>
13460         CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
13461         Whitney), removed the dllName component of the openDlls.  Added some
13462         debugstr_guid().
13464         * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
13465         Fixed typos in _alldiv() and _allmul().
13467         * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
13468         Added message for missing xpm devel libs for debian/corel.
13470         * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
13471         OleRegGetUserType did query wrong registry key.
13473         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
13474         Some applications call GlobalMemoryStatus() very often. Cache the
13475         results of the call for 1 second (spotted by Corel).
13477         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
13478         GetClipboardData16 might return an invalid global handle (spotted by
13479         Corel).
13481         * objects/enhmetafile.c: Lilia Roumiantseva
13482         cbCountSizeOfEnhMetafile callback function instead of increasing a
13483         contents of the pointer to the size increased the pointer itself.
13485         * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13486         Fix docs to reflect change to .winerc processing.
13488         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
13489         Fixed a couple of config.cache problems.
13491         * dlls/comctl32/trackbar.c: Vahid Pourlotfali
13492         Trackbar contol did not have proper position value in case of
13493         SB_THUMBTRACK notification message: it was always sending 0.
13495         Jim Aston <jima@corel.ca>
13496         Made the slider control a rect.  It had been trying to draw a notched
13497         slider, but the result didn't look right.
13499         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
13500         Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
13502         * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
13503         CURSORICON_IconToCursor: inconsistent Lock/Unlock
13505         * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13506         PROFILE_GetString: only accept NULL for keyname to return the list of
13507         keys as Win95 does.
13509         * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
13510         Fix a sign bug where memcpy was called with negative length.
13512 2000-02-29  Alexandre Julliard  <julliard@winehq.com>
13514         * files/profile.c: Make profile key a global handle.
13516         * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
13517         Renamed libwin32s to use the proper dll name (libw32skrnl).
13519         * windows/x11drv/keyboard.c, windows/x11drv/wnd.c, dlls/comctl32/monthcal.c, dlls/comctl32/toolbar.c, dlls/imm32/imm.c, dlls/msacm32/driver.c, dlls/msvideo/msvideo_main.c, dlls/shell32/iconcache.c, msdos/int21.c, windows/x11drv/clipboard.c:
13520         Niels Kristian Bech Jensen <nkbj@image.dk>
13521         Removed superfluous #include statements for header files included twice.
13523         * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
13524         Make updown control work. UpDown control always sends WM_*SCROLL
13525         message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
13527         * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
13528         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
13529         WM_RBUTTONUP.
13531         * dlls/ole32/storage32.c: Murali Pattathe
13533         This is the patch for the OleConvertOLESTREAMToIStorage wine API.
13534         This API calls another function called OLECONVERT_LoadOLE10 which
13535         basically read the OLE stream from the file through the callback
13536         function (this is passed by the application).
13538         The reading format was wrong. Still I am not very sure this is 100 %
13539         correct format. I did some reverse engineering and found the format. I
13540         have tried with different OLE object and its worked in paradox. I
13541         haven't tested with any other apps.
13543         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
13544         Patrik Stridvall <ps@leissner.se>
13545         Moved some stubs and added forwards in order to make both winapi_check
13546         and checklink happy.
13548         * tools/winapi_check/*:
13549         Patrik Stridvall <ps@leissner.se>
13550         Moved the rest of the API specification from the global file to the
13551         local files.
13553 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
13555         * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
13557 ----------------------------------------------------------------
13558 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
13560         * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13561         GetComputerNameA(): added parameter check like Win95 does.
13563         * tools/build.c: Patrik Stridvall <ps@leissner.se>
13564         - Fixed some Solaris specific assembler problems
13565         - Fixed some missing .type @function (helps debugging with dbx)
13566         - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
13567         - Fixed use of zero width arrays (ANSI C violation)
13568         - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
13570         * memory/selector.c, include/selectors.h:
13571         Patrik Stridvall <ps@leissner.se>
13572         Fixed some Solaris specific assembler problems.
13574         * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
13575         Patrik Stridvall <ps@leissner.se>
13576         Fixed some issues found by winapi_check.
13578         * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
13579         Patrik Stridvall <ps@leissner.se>
13580         Updated winapi_check.
13582         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
13583         Added utility that generates patches for submission to
13584         wine-patches@winehq.com.
13586         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
13587         oleaut32 should not import functions from olepro32.
13589         * dlls/comctl32/listview.c, include/listview.h:
13590         Pierre Mageau <pierre@macadamian.com>
13591         Don't display the context menu on a double click.
13593         Ulrich Czekalla <ulrichc@corel.ca>
13594         Set the font on the edit label control to that used by the listview
13595         control. It also uses text metrics to set a more reasonable initial
13596         edit control size.
13598         Pierre Mageau <pierre@macadamian.com>
13599         Handle M_SETREDRAW in ListView.
13600         Fix to EnsureVisible to handle small and large icon correctly.
13601         Add edit label functionnality to the listview and the file open dialog.
13603         Ulrich Czekalla <ulrichc@corel.ca>
13604         RelaseDC in CreateEditLabel.
13606         Pierre Mageau <pierre@macadamian.com>
13607         Add functionnality to create new folder in the open dialog.
13608         Add support for right click menu in common file dialog.
13609         LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
13611         Serge Ivanov <sergei@corel.ca>
13612         LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
13614         Luc Tourangeau <luc@macadamian.com>
13615         Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
13617         Don Kelly
13618         -Implemented the sorting on insert of items into a ListView control
13619          with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
13620         -(helping evil applications): sometimes not so well structured apps
13621          (PFPI90, in this case) will not fully initialize structs.  In the case
13622          of the LVM_GETITEM message the app may have only initialized the mask
13623          and iItem members of the struct.  Added processing of the LVIF_PARAM
13624          mask in the case that iSubItem was set but is invalid/uninitialized.
13626         Pierre Mageau <pierre@macadamian.com>
13627         Fix for handling correctly the cancelling mode of the Edit label.
13628         Fix width calculation of the edit label.
13630         Pascal Lessard <pascal@macadamian.com>
13631         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
13632         WM_RBUTTONUP.
13634         Ulrich Czekalla <ulrichc@corel.ca>
13635         Fixed a painting problem with listview when the view changes and an
13636         edit label is active.
13638         Ulrich Czekalla <ulrichc@corel.ca>
13639         Fixed a notification problem with listview. On creation if the user
13640         specifies an item with focus and/or selection we should send the
13641         proper notification. Insert was preventing LISTVIEW_SetItem from
13642         seeing the changes and sending the notification.
13644         Make the draw item rectangle consistent with the selection
13645         rectangle. This allows us to click on the folders and icons in the
13646         file open dialog box and the item actually gets selected.
13648         * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
13649         - Write serial numbers to the device (FAT)
13650         - DRIVE_ReadSuperblock: better checking for the FAT fs.
13652         * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13653         GetFullPathName fixes.
13655 2000-02-26  Alexandre Julliard  <julliard@winehq.com>
13657         * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
13658         Juergen Schmied <juergen.schmied@debitel.net>
13659         Fixed definition of the RtlMemory functions. Use macros internally and
13660         for Winelib, use real functions for exports from ntdll.
13662         * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
13663         Prototypes OleInitialize, OleUninitialize.
13665         * dlls/commdlg/filedlg95.c:
13666         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
13667         ArrangeCtrlPositions: fix for user-defined template with no stc32.
13669         * controls/menu.c, include/menu.h, windows/message.c:
13670         Ulrich Czekalla <ulrichc@corel.com>
13671         Send WM_HELP message when F1 is pressed.
13673         * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
13674         In the listbox, when the last item is selected and deleted, it still
13675         appeared in the window.
13677         Sheri Steeves <sheri@macadamian.com>
13678         In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
13679         style it would just return.  This left the horizontal scroll bar
13680         uninitialized and it was appearing at the bottom of the listbox when
13681         it did not have to.
13683         Serge Ivanov <sergei@corel.com>
13684         LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
13685         (it says it is for column margins). Obviously it is wrong, because
13686         margins must be internal.
13688         * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
13689         ErrorInfo functions need to be in ole32, not oleaut32.
13691         * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
13693         * dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shlwapi.spec, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/pidl.h, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c:
13694         Juergen Schmied <juergen.schmied@debitel.net>
13695         Moved file functions to shlfileop.c
13696         New SHELL_DeleteDirectoryA
13697         Use shell notifications.
13698         Enabled file manipulation functions.
13700         * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
13701         Juergen Schmied <juergen.schmied@debitel.net>
13702         Fix for OpenIcon.
13704         * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
13705         Juergen Schmied <juergen.schmied@debitel.net>
13706         Stub PathIsDirectory.
13708         * dlls/shell32/shellord.c:
13709         Juergen Schmied <juergen.schmied@debitel.net>
13710         Fixes for ShellExecuteEx.
13712         * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
13713         Juergen Schmied <juergen.schmied@debitel.net>
13714         Basic implementation of shell notifications.
13716         * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
13717         Updated.
13719         * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
13720         Juergen Schmied <juergen.schmied@debitel.net>
13721         Added Winelib types.
13723         * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
13724         Added icon no 4 (open folder).
13726         * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
13727         Patrik Stridvall <ps@leissner.se>
13728         Added stubs for {Create,Get,Set}ErrorInfo.
13730         * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
13731         Return an error instead of a success code in OleCreate stub function.
13733         * dlls/comctl32/tab.c, include/tab.h: Don Kelly
13734         In Windows Property Sheet can have any mix of icon-less tabs and tabs
13735         with icons.  Adds a check to see if the icon we're adding is non-NULL
13736         (otherwise random junk from memory can be rendered) when the application
13737         has specified the PSP_USEICONID flag is set.  Changes to the Tab control
13738         to only render icons for tabs that have the TCIF_IMAGE flag set
13739         (previously, if the flag was set the entire image list of icons was
13740         rendered).
13742         Stephane Lussier <stephane@macadamian.com>
13743         Fixes for some tab control bugs
13745         Henning Hoffmann
13746         Fixed some width problem with OWNERDRAW tab.
13748         Luc Tourangeau <luc@macadamian.com>
13749         TCM_ADJUSTRECT is now returning consistant compare to Windows.
13751         Serge Ivanov <sergei@corel.ca>
13752         Fixed problem with tab selection. When you select tab it becames first
13753         visible tab. Now leftmost visible tab is calculated properly.
13754         - Added code for correct handling of updown control.
13755         - Forced recalculation of tabs' coordinates when:
13756         a) all items are deleted,
13757         b) window style is canged
13759         * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
13760         Added necessary defines and structures to compile WineLib apps using
13761         MFC 6.0 headers.
13762         Fixed typo in TCM_SETMINTABWIDTH constant.
13764         * controls/button.c: Bill Jin <billj@corel.ca>
13765         Bitmap buttons were not refreshed correctly.
13767         * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
13768         This reverts Matts patch.  The messaging needs double checking.
13770         * windows/message.c, windows/winproc.c, memory/selector.c, misc/w32scomb.c, msdos/dpmi.c, relay32/relay386.c, scheduler/sysdeps.c, scheduler/syslevel.c, tools/build.c, win32/kernel32.c, controls/edit.c, controls/listbox.c, debugger/registers.c, dlls/ntdll/signal_i386.c, if1632/snoop.c, if1632/thunk.c, include/selectors.h, include/thread.h, include/winnt.h, loader/main.c:
13771         Improved the selector get/set functions.
13772         Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
13774         * dlls/winmm/joystick/Makefile.in, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, include/acconfig.h, include/config.h.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/msvideo/Makefile.in, dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, Make.rules.in, Makefile.in:
13775         Made winmm a separate shared library.
13777         * scheduler/process.c, tools/bin2res.c, include/wine/windef16.h, loader/ne/resource.c, misc/registry.c, objects/dib.c, ole/ole2nls.c, programs/clock/winclock.c, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, graphics/x11drv/dib.c, if1632/builtin.c, include/dplobby.h, include/wingdi.h, dlls/dplayx/dplobby.c, dlls/icmp/icmp_main.c, dlls/ntdll/reg.c, dlls/odbc32/proxyodbc.c, dlls/oleaut32/typelib.c, dlls/commdlg/filedlg95.c:
13778         Patrik Stridvall <ps@leissner.se>
13779         Fixed ANSI C violations.
13781         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
13782         Fixed Solaris specific compiler issue.
13784         * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
13785         Fixed some debug message crashes.
13787         * include/dinput.h, windows/dinput.c:
13788         Lionel Ulmer <lionel.ulmer@free.fr>
13789         - implement EnumObjects and GetProperty for Mouse and Joystick drivers
13790         - implement SetDataFormat for the Mouse driver
13792         * dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.c, dlls/winmm/joystick/joystick.spec, include/debugdefs.h, include/message.h, include/mmddk.h, windows/message.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/joystick.c:
13793         Eric Pouech <Eric.Pouech@wanadoo.fr>
13794         Moved hardware related handling to dlls/winmm/joystick driver.
13795         Got rid of joySendMessages() hack (now implementation with a timer).
13797 2000-02-25  Alexandre Julliard  <julliard@winehq.com>
13799         * misc/debugstr.c:
13800         Release unused space in debug strings to avoid too frequent
13801         wrap-arounds in the circular buffer.
13803         * dlls/oleaut32/Makefile.in: Added import of olepro32.
13805         * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13806         Added OLE entries and comments.
13808         * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
13809         Japanese support implemented.
13811         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
13812         Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
13813         order to allow Windows 9x Perl to start.
13815         * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
13816         This patch initializes the return buffer used in GetPrinterDriverA to
13817         zeros. This prevents buffer overruns caused by accessing garbage data.
13818         Some improvements to the NULL check patch.
13820         Gautam Jain
13821         EnumPrinters is not returning the number of printers found in case the
13822         parameter dwLevel is 1.
13824         * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
13825         Do not overwrite the valid ObjectAttributes->RootDirectory.
13826         Perform case insensitive comparison for the registry paths.
13828         * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
13829         Added prototypes for registry functions.
13831         * include/winbase.h, include/winnls.h:
13832         Dmitry Timoshkov <dmitry@sloboda.ru>
13833         Move definition of CPINFO structure from winbase.h to winnls.h
13834         Add definition of CPINFOEX structure to winnls.h
13836         * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
13837         Add prototype for CRTDLL_wcstol.
13839         * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
13840         Fix for toolbar button size.
13842         * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
13843         Fixed CharNextA/CharNextExA for DBCS.
13845         * windows/multimon.c, windows/x11drv/monitor.c, include/debugger.h, misc/comm.c, ole/ole2nls.c, relay32/snoop.c, tools/build.c, debugger/msc.c, debugger/stabs.c, dlls/comctl32/draglist.c, graphics/ddraw.c:
13846         James Abbatiello <abbeyj@WPI.EDU>
13847         Misc. fixes for compiler warnings.
13849         * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
13850         Pierre Mageau <pierre@macadamian.com>
13851         Implementation of OleConvert routines.
13853         Thuy Nguyen <thuy@macadamian.com>
13854         Don't allow to resize stream open in read only mode
13855         Allow write access for stream/storage open with STGM_READWRITE.
13856         StgOpenStorage return values are now more detailed.
13857         Don't rely on STGM_CREATE flag in the Storage constructor.
13858         Preventing to write out of date property.
13860         Owen Wang <owenw@corel.ca>
13861         Allow both positive & negative 32-bit integers as with MFC assumption.
13862         This patch improves the 32bit limit on IStream::*_Seek operations.
13864         John Li <johnl@corel.ca>
13865         When WP opens a linked file, the malloc function in
13866         OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
13867         crash. The actual problem is the function reading a large data length.
13869         * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
13870         Made some local functions static.
13872         * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
13873         Patrik Stridvall <ps@leissner.se>
13874         Fixed some issues found by winapi_check.
13876         * tools/winapi_check/*:
13877         Patrik Stridvall <ps@leissner.se>
13878         Moved some of the API specification from the global file to the local
13879         files.
13881         * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
13882         James Abbatiello <abbeyj@WPI.EDU>
13883         Better thread safety for WarpPointer hack.
13885         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
13886         Juergen Schmied <juergen.schmied@debitel.net>
13887         Added AddAccessAllowedAce.
13889         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
13890         Some more ListView_ macros, winelib fixes.
13892         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
13893         Fixed allocation of 16x16 icons.
13895         * dlls/commdlg/filedlg95.c:
13896         Juergen Schmied <juergen.schmied@debitel.net>
13897         For unicode: give the selected filename back.
13899         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
13900         Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
13901         necessary.
13903         * windows/painting.c: Serge Ivanov <sergei@corel.ca>
13904         We don't need to call LPtoDP in here as far as PatBlt does it internally.
13906         * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
13907         In Windows, if PropertySheet can't create some page it just skips it. This
13908         patch adds similar behaviour to Wine. It also adds some NULL checks.
13910         <yuxi@corel.com>
13911         Fix property sheet initialization bugs.
13913         Matthew Robertson
13914         The template was calling GetActiveIndex which was not being set in the
13915         propsheet code, and the call was moved before we call SetActive -
13916         because that's where we query for the Active Index.
13918         Noomen Hamza
13919         Resize property sheet to the largest dialog size.
13921         Don Kelly
13922         In the WM_INITDIALOG handler for the prop sheet, there is a call to
13923         PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
13924         PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
13925         aligns the sizes of the "largest" prop. sheet dialog template and the tab
13926         control.  The IsTooSmall() call doesn't properly catch this mismatch.
13927         Modified the function to return TRUE if the sizes mismatch and renamed it to
13928         PROPSHEET_SizeMismatch() to reflect its proper use.
13930         * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
13931         We define PathISURLA, so use it.
13933         * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
13934         In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
13935         fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
13936         to improper display of overlay images.
13938         * windows/win.c:
13939         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
13940         ATOMs are considered unique, so we don't need to check class
13941         pointers in FindWindow.
13943         * objects/region.c: Serge Ivanov <sergei@corel.com>
13944         Not all region functions updated 'type' field to reflect current
13945         region state.
13947         * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
13948         Eric Williams <ewill@ncal.verio.com>
13949         Minor fixups and tweaking, and a dummy hook.
13951         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
13952         Fixed handling of filedlg flags.
13954 2000-02-20  Alexandre Julliard  <julliard@winehq.com>
13956         * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13957         Added FIXME comment for entry point parameter.
13959         * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
13960         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13961         - stub for OLE32.MkParseDisplayName
13962         - spelling fixes
13964         * windows/dialog.c, windows/win.c:
13965         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13966         - fixed my slightly incorrect EndDialog patch
13967         - cleaned up win.c
13969         * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
13970         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13971         Spelling fixes.
13973         * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
13974         Made the buffer list in the directsound object thread-safe.
13976         * loader/module.c, loader/ne/module.c:
13977         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13978         It seems to be GetModuleFileName16 that checks exe version on whether
13979         to return long or short paths, not GetModuleFileNameA.
13981         * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
13982         Avoid too much refreshing when changing the drive in the 16 bits file
13983         dialog.
13985         * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
13986         GetLongPathName rewrite.
13988         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
13989         Corel merge:
13991         Pierre Mageau
13992         Don't update the combo box selection when closing the dialog only when
13993         clicking on OK button.  Adjust file dialog size when help button isn't
13994         present.
13996         Don Kelly.
13997         Fixes problems with open dialog box filters.
13999         Ulrich Czekalla
14000         Prevents the help button from displaying on OpenFile dialogs unless
14001         the proper flag is set in the OPENFILENAME struct.
14003         Yuxi Zhang
14004         Fixed memory leak.
14006         Jean-Claude Batista
14007         Add tooltips to the file Dialog toolbar.
14009         Sylvain Bouchard, Bill Jin
14010         Three new functions
14011         EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
14012         Instead of passing in a copy of ofn, passing in the pointer of ofn.
14014         David Golding
14015         A "!" was missing in a check against lpstrInitialDir.
14017         Rick Mutzke
14018         Fixed crash: if dialog has no filetypes appearing in the dropdown list.
14020         Matt Robertson, Ulrich Czekalla
14021         Fixed problems occurring with selection of files inside openfiledlg.
14023         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
14024         - activated use of templates
14025         - moved the creating of new folders to the shellview
14027         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
14028         Juergen Schmied <juergen.schmied@debitel.net>
14029         Started with shell-clipboard handling (context menu cut&paste,
14030         drag&drop).
14032         * dlls/shell32/dataobject.c:
14033         Juergen Schmied <juergen.schmied@debitel.net>
14034         Removed ItemIDListList, reorganisation, more formats.
14036         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
14037         - implemented rename, copy and delete file
14038         - "new file" is activating label edit for rename
14039         - implemented IShellView_SelectItem
14041         * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
14042         Juergen Schmied <juergen.schmied@debitel.net>
14043         Better context menus.
14045         * dlls/shell32/Makefile.in, dlls/shell32/clipboard.c, dlls/shell32/contmenu.c, dlls/shell32/shv_item_cmenu.c, include/wine/obj_contextmenu.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
14046         Juergen Schmied <juergen.schmied@debitel.net>
14047         - new files related to context menu and drag drop file operations
14048         - render functions for clipboardformats
14050         * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
14051         Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
14053         * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
14054         Juergen Schmied <juergen.schmied@debitel.net>
14055         Started implementation of shell notifications.
14057         * dlls/shell32/shlfileop.c:
14058         Juergen Schmied <juergen.schmied@debitel.net>
14059         New file (SHFileOperation).
14061         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
14062         Fixes.
14064         * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
14065         Juergen Schmied <juergen.schmied@debitel.net>
14066         - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
14067         - implemented IPersistFolder2 interface
14069         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
14070         Juergen Schmied <juergen.schmied@debitel.net>
14071         New aPidl handling functions.
14073         * misc/main.c: Avoid crash on usage message.
14075         * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
14077         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
14078         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14079         Added stub for RtlAssert().
14081         * windows/x11drv/keyboard.c:
14082         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
14083         Added Japanese jp106 and pc98x1 keyboard layout.
14085         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14086         Got rid of PROFILE_ functions, now accessing Wine config options
14087         through the registry.
14089         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14090         While creating the wine config key, make sure that only Wine's subkeys
14091         are volatile.
14093         * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
14094         Check for NULL ptr in PSDRV_GetDeviceCapabilities.
14096         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
14097         Added a bit magic to CONSOLE_get_input so we don't get single Escapes
14098         from function key escape sequences.
14100 2000-02-19  Alexandre Julliard  <julliard@winehq.com>
14102         * memory/atom.c: Bug fix for native USER.
14104         * loader/loadorder.c, wine.ini:
14105         Hard-coded DllPairs configuration; there is no need for the user to
14106         change it.
14108         * graphics/psdrv/afm.c, graphics/x11drv/xfont.c, include/console.h, include/main.h, include/options.h, misc/main.c, misc/version.c, windows/x11drv/main.c, windows/x11drv/wnd.c, console/interface.c, documentation/wine.man.in, files/profile.c:
14109         Store config file contents in the registry so we only have to load it
14110         once per session.
14111         Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
14112         Removed a few unnecessary/unused command-line options.
14114 2000-02-18  Alexandre Julliard  <julliard@winehq.com>
14116         * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, scheduler/process.c, server/process.c, server/process.h, server/trace.c, include/process.h, include/server.h:
14117         Store the handle of the process exe file in the server.
14118         Removed PROCESS_Initial().
14120         * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
14121         Set the type of VarBstrFromDate to dwFlags, instead of lcid.
14123         Ulrich Czekalla  <ulrichc@corel.ca>
14124         Fixed the problem with the date being off by one.
14126         Petar Djukic
14127         VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
14128         with VariantClear.
14129         Coerce function doesn't implement coercion for VT_DISPATCH type.
14131         * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
14132         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14133         Added/corrected ordinals of kernel, gdi, user.
14135         * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
14136         Popup windows will be hidden when minimizing the main frame.
14138         * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
14139         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
14140         Changed the loading of typelib files to use a memory mapping instead
14141         of reading the file bit by bit.
14143         * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14144         DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
14145         path component even if a match already occurred.
14147         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14148         Fixed prototype for OleTranslateColor.
14150         * files/file.c: Matthew Cline <matt@nightrealms.com>
14151         Added WARN messages on open errors.
14153         * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
14154         The maximum size of the buffer is 1024 bytes in Win32.
14156 2000-02-16  Alexandre Julliard  <julliard@winehq.com>
14158         * relay32/snoop.c, windows/driver.c, windows/hook.c, windows/win.c, windows/winproc.c, if1632/snoop.c, if1632/thunk.c, include/region.h, loader/loadorder.c, loader/ne/module.c, misc/ddeml.c, misc/toolhelp.c, objects/enhmetafile.c, objects/metafile.c, objects/region.c, files/drive.c, files/file.c, files/profile.c, graphics/driver.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/xfont.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/mpr_main.c, dlls/winaspi/winaspi16.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/wineoss/midi.c, dlls/wnaspi32/winaspi32.c, files/dos_fs.c, dlls/advapi32/security.c:
14159         Moved SystemHeap allocations to the process heap.
14161         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
14162         Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
14164         * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
14165         Send WM_HELP message when F1 is pressed.
14167         * ole/nls/brf.nls, ole/nls/cor.nls, ole/nls/cym.nls, ole/nls/gae.nls, ole/nls/gdh.nls, ole/nls/gdv.nls, documentation/wine.man.in, include/options.h, include/winnls.h, misc/main.c, ole/ole2nls.c:
14168         Alastair McKinstry <Alastair.McKinstry@digital.com>
14169         Added support for the following celtic languages: Irish Gaelic, Scots
14170         Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
14172 2000-02-14  Alexandre Julliard  <julliard@winehq.com>
14174         * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
14175         Juergen Schmied <juergen.schmied@debitel.net>
14176         Added stub for CoResumeClassObjects.
14178         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
14179         - added argument printing to stubs
14180         - replaced memcmp by IsEqualGUID
14181         - implemented GetCapabilities for Mouse and Keyboard
14183         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
14184         ioctlsocket() now returns success if the app sets nonblocking mode for
14185         WSAAsyncSelect()-ed sockets.
14187         * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14188         Fixed FreeBSD compile.
14190         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14191         - fixed crash on mci channel tracing
14192         - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
14194 2000-02-13  Alexandre Julliard  <julliard@winehq.com>
14196         * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
14197         Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
14199         * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
14200         Dave Pickles <davep@nugate.demon.co.uk>
14201         Added definition for STILL_ACTIVE.
14203         * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
14204         Juergen Lock <nox@jelal.kn-bremen.de>
14205         Added configure check for the unix domain sockaddr length.
14207         * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
14208         Fixed CDROM_Audio_Seek for non-linux systems.
14210         * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
14211         GetObjectA() now rejects GDI handles which are invalid.
14213         * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
14214         VERSION_GetSystemDLLVersion crashed when being called on a .so.
14216         * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
14217         Display the system popup menu when clicking with the right mouse
14218         button in the window caption.
14220         * dlls/ole32/clipboard.c: Removed check for class existence.
14222         * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c:
14223         Alexandre Julliard <julliard@codeweavers.com>
14224         Removed superfluous GlobalFindAtom calls.
14226         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
14227         Reading of ri blocks.
14228         Better error handling.
14230         * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
14231         Check that ci->hWindowMenu is not zero before using it.
14233         * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
14234         David Howells <David.Howells@nexor.co.uk>
14235         Implemented isw*() wctype.h functions.
14237         * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14238         Better error messages.
14240         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
14241         Fixed off-by-one error.
14243         * memory/atom.c, server/Makefile.in, server/atom.c, server/main.c, server/object.h, server/request.h, server/trace.c, server/unicode.h, windows/class.c, windows/message.c, windows/win.c, if1632/kernel.spec, if1632/user.spec, include/server.h, include/wine/winbase16.h, include/wine/winuser16.h:
14244         Moved global atoms to the server (based on the work of Sergei
14245         Turchanov <turchanov@otvprim.ru>).
14247 2000-02-12  Alexandre Julliard  <julliard@winehq.com>
14249         * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
14250         Added a PTEXTMETRIC[A|W] definition.
14252         * include/windef.h: Matthew Cline <matt@nightrealms.com>
14253         Added typedefs for PSHORT and PUSHORT.
14255         * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14256         Protect EndDialog() from invalid window handles.
14258         * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
14259         Lionel Ulmer <lionel.ulmer@free.fr>
14260         Replaced fprintfs by proper debug macros and fixed some compilation warnings.
14262 2000-02-10  Alexandre Julliard  <julliard@winehq.com>
14264         * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
14265         Added GUIDs, defines, and structures for DirectX7.
14267         * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
14268         Oleg Korda <oleg@isp.nsc.ru>
14269         Added Russian translation.
14271         * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
14272         Added missing goto in switch statement.
14274         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
14275         Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
14277         * win32/kernel32.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/psdrv/afm.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, if1632/builtin.c, include/debugdefs.h, include/debugtools.h, include/miscemu.h, memory/global.c, memory/heap.c, memory/ldt.c, memory/virtual.c, misc/cpu.c, misc/debugstr.c, misc/error.c, misc/main.c, misc/registry.c, msdos/dpmi.c, msdos/int2a.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/ioports.c, relay32/snoop.c, tools/make_debug, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mmio.c, dlls/winmm/wineoss/mixer.c, dlls/wnaspi32/winaspi32.c, files/file.c, graphics/ddraw.c, dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c, dlls/oleaut32/typelib.c, dlls/shell32/classes.c, dlls/shell32/shellord.c, dlls/version/install.c, dlls/version/resource.c, dlls/winaspi/winaspi16.c, dlls/advapi32/registry.c, dlls/comctl32/datetime.c, dlls/comctl32/ipaddress.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlg95.c, dlls/dplayx/dplayx_global.c, dlls/dsound/dsound_main.c, dlls/lzexpand/lzexpand_main.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c:
14278         Optimized debugging API to reduce code size.
14280         * library/winestub.c, misc/cdrom.c, msdos/int2f.c, objects/linedda.c, dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, graphics/cache.c, graphics/escape.c, graphics/ttydrv/text.c, include/color.h, include/enhmetafiledrv.h, include/metafiledrv.h, include/ole.h, include/psdrv.h, include/win16drv.h, include/wingdi.h, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/storage.c:
14281         Removed extra includes from ole.h and wingdi.h.
14283         * */*:
14284         Jeremy White <jwhite@codeweavers.com>
14285         Removed #include of wingdi.h and windef.h from winuser.h (and resolved
14286         the resulting compilation failures).
14288 2000-02-07  Alexandre Julliard  <julliard@winehq.com>
14290         * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
14291         Make CLSIDFromString return a CLSID of zeros instead of crashing when
14292         passed a null pointer.
14294         * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14295         Fixed unconditional use of JOYDEV.
14297         * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
14298         Michael Cardenas <michael_cardenas@deneba.com>
14299         Added a bunch of macros needed for compiling Winelib apps.
14301         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
14302         Added ListView_EditLabel macros.
14304         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
14305         Changed import to ordinal.
14307         * include/wine/obj_shellfolder.h:
14308         Juergen Schmied <juergen.schmied@debitel.net>
14309         Added IPersistFolder2 interface.
14311         * misc/cdrom.c, msdos/int2f.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mcicda/mcicda.spec, files/drive.c, include/cdrom.h, include/debugdefs.h:
14312         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14313         - implemented serial numbers for audio CDs and data CDs
14314         - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
14315           naming and such
14316         - split debug channel cdaudio into cdrom and mcicda
14317         - fixed some typos
14319         * dlls/oleaut32/olefont.c, include/olectl.h:
14320         Sean Langley <seanl@corel.ca>
14321         Made OleCreateFontIndirect have the same signature (exactly) as the
14322         header file. Added olepro32 dll stubs.
14324         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/olepro32/.cvsignore, dlls/olepro32/Makefile.in, dlls/olepro32/README, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
14325         Sean Langley <seanl@corel.ca>
14326         OLEPRO32 stubs.
14328         * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
14329         Added CF_HDROP.
14331         * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
14332         Extended the winmm joystick API calls to support the new Linux
14333         joystick driver.
14335         * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
14336         Added context functions for FreeBSD.
14338         * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
14339         Fix for the system tray, Icon and popup menu's now work.
14341         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
14342         Use window properties instead of window long, also use them to
14343         determine if we really own a window and can destroy it.
14344         The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
14345         Set paintable flag for application passed cooperative/drawing window.
14346         GetDisplayMode: We might have and do support 2 backbuffers.
14348         * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
14349         Running object table are not using 0 as a valid index anymore.
14351         * controls/static.c: Luc Tourangeau <luc@macadamian.com>
14352         Implementation of Static OwnerDraw.
14354         * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
14355         Height calculation was 1 off in ImageList_Read.
14357 2000-02-03  Alexandre Julliard  <julliard@winehq.com>
14359         * programs/view/init.c, programs/view/view.c, tools/wrc/wrc.c, windows/mdi.c, controls/edit.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/resource.h, loader/ne/resource.c:
14360         Removed resource.h.
14362         * programs/regtest/Makefile.in, programs/regtest/regtest.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, programs/winver/.cvsignore, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/control/.cvsignore, programs/control/Makefile.in, programs/control/control.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/osversioncheck/.cvsignore, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/regapi.spec, programs/regtest/.cvsignore, libtest/.cvsignore, libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.spec, libtest/volinfo.spec:
14363         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14364         Added .spec files for all libtest/ and programs/ WineLib apps.
14365         Updated all Makefiles to use .spec files and new resource handling.
14367         * loader/libres.c, loader/main.c, loader/pe_resource.c, loader/resource.c, relay32/builtin32.c, resources/sysres.c, tools/build.c, include/builtin32.h, include/libres.h, include/module.h, include/pe_image.h, include/resource.h, loader/Makefile.in, loader/elf.c:
14368         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14369         Added .spec keyword 'mode' to allow creating built-in EXE modules.
14370         Use built-in EXE modules for WineLib apps (instead of ELF modules).
14371         Removed dummy ELF module creation.
14372         Removed LIBRES handling.
14374         * programs/notepad/main.c:
14375         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14376         Fixed memory overwrite bug.
14378         * include/windef.h, include/wine/windef16.h:
14379         Jeremy White <jwhite@codeweavers.com>
14380         Moved definitions such as BOOL16 and INT16 from windef.h into
14381         wine/windef16.h.
14383         * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
14384         GetNumberFormatA implementation added.
14386         * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14387         Save and restore cursor in WriteConsoleOutputA.
14389         * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
14390         Alex Priem <alexp@sci.kun.nl>
14391         - Implementation of WM_SETFORMAT
14392         - Reworked drawing/selection
14393         - Implementation of WM_KEYDOWN
14395         * include/miscemu.h, msdos/int09.c, msdos/int16.c:
14396         Ove Kaaven <ovek@arcticnet.no>
14397         Added INT_Int16ReadChar and made int09 handle special keys.
14399         * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
14400         Added alphanumeric mode to the VGA emulation.
14401         Use service thread for the periodic refresh.
14403         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
14404         Cleanup VGA refresh when terminating.
14406         * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
14407         Handle backspace correctly.
14409 2000-01-31  Alexandre Julliard  <julliard@winehq.com>
14411         * configure, Make.rules.in, */Makefile.in:
14412         Build most dlls as separate shared libraries.
14414 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
14416         * configure.in, include/config.h.in, server/context_i386.c, configure:
14417         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14418         Added configure check for sys/reg.h.
14420         * dlls/comctl32/imagelist.c, include/imagelist.h:
14421         Marcus Meissner <marcus@jet.franken.de>
14422         Overlay indices are signed shorts (-1 means no overlay)
14423         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
14424         (ImageList_Read) We can read a NxM bitmap from the stream and have
14425         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
14426         documentation.
14427         (others) removed some potential operator precendence problems.
14429         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
14430         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
14432         * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
14433         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14434         Moved debugger to libwine to make it available to WineLib apps.
14435         Try to invoke external debugger if internal debugger crashes.
14436         Try to handle early invocation of debugger more gracefully.
14438         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
14439         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14440         Mark initial process as 32-bit for WineLib apps.
14441         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
14442         Removed unused thread event.
14444         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14445         - Windows skips the '\t' and ' ' at the beginning and end of section
14446           key names of .INI files.
14447         - Fixed Get/WritePrivateProfileStructA():
14448           - (re-)translate the binary data into ASCII hex chars
14449           - add checksum / checking of it
14451 ----------------------------------------------------------------
14452 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
14454         * configure.in, include/config.h.in, server/context_i386.c, configure:
14455         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14456         Added configure check for sys/reg.h.
14458         * dlls/comctl32/imagelist.c, include/imagelist.h:
14459         Marcus Meissner <marcus@jet.franken.de>
14460         Overlay indices are signed shorts (-1 means no overlay)
14461         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
14462         (ImageList_Read) We can read a NxM bitmap from the stream and have
14463         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
14464         documentation.
14465         (others) removed some potential operator precendence problems.
14467         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
14468         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
14470         * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
14471         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14472         Moved debugger to libwine to make it available to WineLib apps.
14473         Try to invoke external debugger if internal debugger crashes.
14474         Try to handle early invocation of debugger more gracefully.
14476         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
14477         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14478         Mark initial process as 32-bit for WineLib apps.
14479         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
14480         Removed unused thread event.
14482         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14483         - Windows skips the '\t' and ' ' at the beginning and end of section
14484           key names of .INI files.
14485         - Fixed Get/WritePrivateProfileStructA():
14486           - (re-)translate the binary data into ASCII hex chars
14487           - add checksum / checking of it
14489         * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
14490         Juergen Schmied <juergen.schmied@debitel.net>
14491         - fixes, loading of settings per user
14492         - autodetecting of windows registry version
14494         * dlls/commdlg/filedlgbrowser.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/typelib.c, include/wine/obj_base.h:
14495         Francois Gouget <fgouget@psn.net>
14496         The COM virtual tables must use the
14497         'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
14499         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
14500         Made int9 handler add keystroke to BIOS keyboard buffer.
14502         * loader/dos/dosmod.c, loader/dos/dosmod.h:
14503         Ove Kaaven <ovek@arcticnet.no>
14504         dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
14506         * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
14507         Added a couple of prototypes.
14509         * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
14510         Add information about code pages to default registry.
14512         * configure.in, Make.rules.in, configure:
14513         Patrik Stridvall <ps@leissner.se>
14514         - Unixware (Solaris) linker typo fixed
14515         - Solaris (and possibly Unixware) specific linker support for the
14516           GNU:ism --[no-]whole-archive
14517         - Solaris make specific makefile fix
14519         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
14520         Solaris support for {set,get}_thread_context added.
14522 2000-01-29  Alexandre Julliard  <julliard@winehq.com>
14524         * server/context_i386.c:
14525         Added our own user_regs_struct definition for better compatibility.
14527         * controls/button.c, windows/dialog.c:
14528         Dmitry Timoshkov <dmitry@sloboda.ru>
14529         Correct the behaviour of the accelerator keys in dialogs according to
14530         the Windows' one.
14532         * programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h, programs/notepad/notepad.rc, programs/notepad/rsrc.rc, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/Xx.rc, programs/progman/accel.rc, programs/progman/main.c, programs/progman/rsrc.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc, programs/winhelp/Xx.rc, programs/winhelp/rsrc.rc, programs/winhelp/winhelp.c, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.rc, programs/clock/main.c, programs/clock/rsrc.rc:
14533         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14534         Link only a single .rc file with application.
14536         * windows/x11drv/wnd.c, dlls/shell32/shlfolder.c, documentation/no-windows, documentation/wine.man.in, graphics/d3dtexture.c, if1632/snoop.c, loader/loadorder.c, loader/ne/module.c, loader/pe_image.c, scheduler/process.c, BUGS, README, dlls/comctl32/treeview.c, dlls/dplayx/dplay.c, dlls/ole32/storage32.c:
14537         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14538         - add some documentation items
14539         - fix some spelling
14540         - fix some warnings
14542         * dlls/winmm/mcicda/mcicda.c, documentation/cdrom-labels, files/drive.c, include/cdrom.h, include/debugdefs.h, include/drive.h, libtest/volinfo.c, misc/cdrom.c, msdos/int2f.c, wine.ini:
14543         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14544         - support for reading labels and serial nums from device
14545         - "reasonable" misc/cdrom.c device handling
14546         - much improved audio CD support
14547         - serial number overwrite bug fix
14548         - spelling fixes
14550         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
14551         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14552         Added SETUPX dll.
14554         * dlls/ole32/ole2.spec, server/process.c:
14555         Patrik Stridvall <ps@leissner.se>
14556         Fixed minor issues found by winapi_check.
14558         * tools/winapi_check/*:
14559         Patrik Stridvall <ps@leissner.se>
14560         - Minor fixes.
14561         - Moved some of the API specifications from the global file to the
14562           local files.
14564         * include/imagelist.h, dlls/comctl32/imagelist.c:
14565         Marcus Meissner <marcus@jet.franken.de>
14566         Implemented ImageList_Read (not 100% correct in regarding to setting
14567         the bitmap).
14568         Filled out unknown members of ILHEAD.
14569         Started reordering IMAGELIST to make it Windows binary compatible.
14571         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
14572         nIconIndex == -1 should return nr of available icons, not 0.
14574         * Makefile.in: Fixed building of dosmod and wineclipsrv.
14576         * misc/debugstr.c:
14577         Bug fix: added temp structure to cope with debug traces during thread
14578         startup.
14580         * win32/newfns.c, windows/msgbox.c, dlls/avifil32/avifile.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, if1632/snoop.c, include/debugstr.h, libtest/vartest.c, loader/resource.c, objects/text.c, relay32/relay386.c, relay32/snoop.c, relay32/utthunk.c:
14581         Removed debugstr.h.
14583         * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
14584         Use a per-thread buffer and write(2) for debug traces.
14585         Removed debug_dumpstr.
14587 2000-01-27  Alexandre Julliard  <julliard@winehq.com>
14589         * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
14590         Small fix.
14592         * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
14593         Get HCU name from unix user name.
14595         * scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c, tools/make_requests, include/server.h, memory/selector.c:
14596         Implemented GetThreadSelectorEntry through the server.
14598 2000-01-26  Alexandre Julliard  <julliard@winehq.com>
14600         * dlls/winmm/lolvldrv.c:
14601         Dynamically load version.dll in MMDRV_GetDescription32.
14603         * dlls/ole32/ole2.c:
14604         Use a linked list instead of a DPA for the hook list.
14606         * windows/x11drv/clipboard.c:
14607         Use a linked list instead of a DPA to manage pixmaps.
14609         * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
14610         Gerard Patel <g.patel@wanadoo.fr>
14611         Returns an error if trying to write to a stream opened for read.
14613         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14614         Add a newbie warning for slashes in the search Path= of wine.conf.
14616         * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
14617         Wait for ShmCompletion during Flip.
14619         * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
14620         Made --enable-dll the default.
14621         Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
14622         Cleaned up install targets in main Makefile.
14624         * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
14626 2000-01-25  Alexandre Julliard  <julliard@winehq.com>
14628         * windows/x11drv/monitor.c, debugger/dbgmain.c, debugger/stabs.c, dlls/crtdll/crtdll_main.c, include/options.h, loader/dos/module.c, loader/main.c, misc/main.c, miscemu/main.c, scheduler/client.c:
14629         Use argv[0] to locate the server executable.
14631         * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
14632         Alexandre Julliard <julliard@codeweavers.com>
14633         Share the system heap between different address spaces. Made process
14634         heap per-address space instead of per-process.
14636         * server/thread.h, server/trace.c, Makefile.in, include/server.h, include/thread.h, loader/main.c, misc/registry.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/process.c, server/process.h, server/request.c, server/request.h, server/select.c, server/thread.c:
14637         Alexandre Julliard <julliard@codeweavers.com>
14638         Made the server listen for new clients on a Unix socket in
14639         $HOME/.wine. Newly started wine processes now attach to an existing
14640         server if one is running.
14642         * files/profile.c, include/options.h:
14643         Added PROFILE_GetConfigDir function.
14645 2000-01-24  Alexandre Julliard  <julliard@winehq.com>
14647         * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
14648         Changed the server to return STATUS_* error codes.
14650         * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
14651         Built a complete translation table for RtlNtStatusToDosError.
14653         * include/winerror.h, include/winnt.h: Added some error codes.
14655         * windows/nonclient.c:
14656         Use GetProcAddress instead of calling ShellAboutA directly.
14658 2000-01-23  Alexandre Julliard  <julliard@winehq.com>
14660         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
14661         Merged dlls/ver into dlls/version.
14663         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, include/ntddk.h, include/ntdef.h, include/ntsecapi.h, include/winbase.h:
14664         Juergen Schmied <juergen.schmied@debitel.net>
14665         - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
14666           NtAllocateLocallyUniqueId
14667         - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
14668           RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
14669           RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
14670           RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
14671           RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
14672           RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
14673           RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
14674           RtlValidSid, RtlxUnicodeStringToOemSize
14675         - corrected most RtlString* functions, added documentation
14676         - more fixes and partial implementations
14678         * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
14679         Ove Kaaven <ovek@arcticnet.no>
14680         Added -dxgrab command line option, which confines cursor motion to the
14681         DirectX primary surface.
14683         * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
14684         Replaced some weird C constructs (char[]="" ) with more compatible ones.
14685         Added another NULL ptr check in _OnOpen.
14687         * misc/winsock_async.c, relay32/Makefile.in, relay32/wsock32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/winsock/wsock32.spec, if1632/Makefile.in, if1632/winsock.spec, misc/Makefile.in, misc/winsock.c:
14688         Moved winsock implementation to dlls/winsock.
14690         * dlls/*/.cvsignore:
14691         Marcus Meissner <marcus@jet.franken.de>
14692         Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
14694         * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
14695         Corrected arguments to VirtualFree().
14697         * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
14698         Dmitry Timoshkov <dmitry@sloboda.ru>
14699         Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
14700         lstrcpynWtoA().
14702         * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
14703         Map WM_MENUSELECT 32->16 bits for closing menu.
14705         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
14706         Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
14708         * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
14709         Implemented (Register|Get|Revoke)ActiveObject from the docs.
14711         * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
14712         Ove Kaaven <ovek@arcticnet.no>
14713         Supercharged XShm implementation for DirectDraw.
14715         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14716         Bugfix: missing NULL pointer checks.
14718         * loader/pe_image.c:
14719         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14720         Check for MZ header before trying to decipher the PE header.
14722         * relay32/kernel32.spec:
14723         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14724         Export GetLongPathName[A|W].
14726         * memory/global.c, memory/heap.c:
14727         Guy Albertelli <galberte@neo.lrun.com>
14728         Fix problems with GlobalHandle and GlobalFree so results match Win98.
14729         Restructure HEAP_ValidateInUseArena, HeapValidate, and add
14730         HEAP_IsRealArena to eliminate *bogus* error messages.
14732         * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14733         Actually print return value of message.
14735         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
14736         Corrected arguments in DIB_DeleteDIBSection.
14738         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
14739         Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
14740         help of James Feeney <james@nurealm.net>.
14742 2000-01-20  Alexandre Julliard  <julliard@winehq.com>
14744         * scheduler/debugger.c, scheduler/thread.c, server/Makefile.in, server/context_i386.c, server/debugger.c, server/object.h, server/request.h, server/trace.c, tools/make_requests, include/server.h:
14745         Alexandre Julliard <julliard@codeweavers.com>
14746         Added Get/SetThreadContext support through the server.
14748 2000-01-18  Alexandre Julliard  <julliard@winehq.com>
14750         * windows/dinput.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/memorystream.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/debugstr.h, misc/debugstr.c, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dsound/dsound_main.c, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
14751         Added debugstr_guid function and used it to replace
14752         WINE_StringFromCLSID in all debugging messages.
14754         * dlls/winmm/wineoss/audio.c:
14755         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14756         Always initialize lpWaveHdr->lpNext to NULL.
14757         Don't fail on strange fragment sizes.
14759 2000-01-17  Alexandre Julliard  <julliard@winehq.com>
14761         * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
14762         Add some defines needed for Unicode to Ascii conversions.
14764         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
14765         Better error handling, less keys held open.
14767         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
14768         EnumDisplayModes must pass lPitch.
14770         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
14771         Validate the menu handles.
14773         * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
14774         Rounds to the lowest integer, not the nearest.
14776         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14777         Fixed race between Win16 parent and child for first rescheduling
14778         of child process. This fixes WinExec returning too early.
14780 2000-01-16  Alexandre Julliard  <julliard@winehq.com>
14782         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
14783         Use --whole-archive to force linking all of libwine.a. into wine.
14785         * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
14786         Added automatic registration of built-in DLLs.
14788 2000-01-15  Alexandre Julliard  <julliard@winehq.com>
14790         * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
14791         Fixed IPX detection.
14793         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
14794         New implementation of the win95 registry loader.
14796         * dlls/advapi32/registry.c:
14797         Juergen Schmied <juergen.schmied@debitel.net>
14798         If there is enough space in the buffer and the type is REG_SZ and the
14799         string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
14801         * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
14802         Display the external modules after the internal modules in crash report.
14804         * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
14805         Made SetVolumeLabel report failure on CD-ROM drives.
14807         * documentation/status/directplay:
14808         Peter Hunnisett <hunnise@nortelnetworks.com>
14809         Updated documentation.
14811         * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
14812         Eric Pouech <Eric.Pouech@wanadoo.fr>
14813         Replaced Wine specific DRIVER_GetType by a correct implementation of
14814         GetDriverFlag.
14816         * configure, configure.in, include/wine_gl.h:
14817         Lionel Ulmer <lionel.ulmer@free.fr>
14818         - (ugly) fix for the 'Xmd.h' problem
14819         - fix the detection of DGA 2 in configure script
14821         * include/thread.h, scheduler/thread.c:
14822         Juergen Schmied <juergen.schmied@debitel.net>
14823         - added NT fields to TEB
14824         - moved tls-fields and some wine specific fields to a higher offset
14825         - added some documentation
14826         - initialisation of the UnicodeString
14828         * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
14829         Add HAVE_SOUNDCARD_H to support OpenBSD.
14831         * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
14832         Peter Hunnisett <hunnise@nortelnetworks.com>
14833         - Added some missing EMR record types and updated and fixed others
14834         - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
14835         - Added header for SetICMMode
14836         - Added ability to play more enhanced metafile records
14838         * graphics/enhmetafiledrv/init.c:
14839         Peter Hunnisett <hunnise@nortelnetworks.com>
14840         Store reference hdc size into enhanced metafile header when creating.
14842         * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
14843         Marcus Meissner <marcus@jet.franken.de>
14844         Implemented OleRun.
14846         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
14847         Removed DeleteObject call left over from previous patch.
14849         * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
14850         Fixed bad register constraint in InterlockedCompareExchange.
14852         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
14853         Added prototypes for the NT synchronization functions
14854         InterlockedCompareExchange and InterlockedExchangeAdd.
14856         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14857         Don't access 'wm->modname' after the modref has been flushed.
14859         * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
14860         Added null check in GlobalHandle.
14862 2000-01-12  Alexandre Julliard  <julliard@winehq.com>
14864         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
14865         Removed a dependency between oleaut32 and comctl32.
14867         * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
14868         More STATUS_ codes.
14870         * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
14871         Fixed macro definition of IDirectDrawSurface_Restore.
14872         Added defines for Ddraw's WaitForVerticalDisplay().
14874         * include/dsound.h: Steve Langasek <vorlon@dodds.net>
14875         Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
14876         IDirectSoundBuffer_Unlock.
14878         * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
14879         Missing Winelib declarations for AUXCAPS.
14881         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14882         Fix (harmless) assembler warnings.
14884         * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
14885         Fix problem with initialization (reported by Andreas Mohr).
14887         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
14888         InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
14890 ----------------------------------------------------------------
14891 Sun Jan  9 21:42:42 2000  Alexandre Julliard  <julliard@winehq.com>
14893         * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
14894         Non-Linux compile fix.
14896         * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
14897         DOSFS_DoGetFullPathName would underflow (p would get past the
14898         beginning of buffer) if given the name "//..".
14899         Regrouped the handling of the directory separators.
14900         Directory separators in the returned path are now alway a single "\"
14901         which simplifies the handling of ".." in the name.
14903         * dlls/advapi32/registry.c:
14904         Juergen Schmied <juergen.schmied@debitel.net>
14905         Corrected behaviour of RegOpenKey in case of failure.
14907         * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
14908         Juergen Schmied <juergen.schmied@debitel.net>
14909         - removed copying of HKEY_USERS to HKEY_CURRENT_USER
14910         - HKEY_CURRENT_USER is now subkey of HKEY_USERS
14911         - changed query_key_info_request to return the key name too (NtQueryKey needs this)
14912         - the rootkeys (MACHINE and USER) do have names
14914         * include/gdi.h, objects/dc.c, objects/gdiobj.c:
14915         Gerard Patel <g.patel@wanadoo.fr>
14916         Avoid deleting of the default 1x1 bitmap for memory DCs.
14918         * include/builtin16.h, include/builtin32.h, loader/ne/module.c, relay32/builtin32.c, relay32/user32.spec, tools/build.c, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec, dlls/display/display.spec, dlls/mouse/mouse.spec, dlls/shell32/shell32.spec, dlls/winmm/winmm.spec, if1632/builtin.c:
14919         Built-in DLLs resources are now specified in spec file.
14920         Removed unnecessary flags in built-in DLLs tables.
14922         * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
14923         Erez Volk <erez@gmx.net>
14924         Added stubs for some BiDi API functions.
14926         * dlls/winmm/mciwave/mciwave.c:
14927         Bradley Baetz <bbaetz@student.usyd.edu.au>
14928         Fixed race condition between app and wine in WAVE_mciPlay.
14930         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14931         Stop menu tracking when clicking on the menu bar where there is no
14932         menu item.
14934         * win32/newfns.c: Erez Volk <erez@gmx.net>
14935         Better error reporting.
14937 Sat Jan  8 22:27:31 2000  Alexandre Julliard  <julliard@winehq.com>
14939         * graphics/x11drv/xfont.c:
14940         Backed out scalable bitmap change (gives ugly results).
14942         * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
14943         GetMenuString should return itemlength on 0 nMax or NULL str
14944         InsertItem pos=-1, flags = 0 should append item
14945         (thanks to Sander van Leeuwen)
14947         * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
14948         David Elliott <dfe@netnitco.net>
14949         Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
14950         Added critical section around code dealing with global variables.
14951         Added a few comments about how ASPI is supposed to work.
14952         Copy sense info into the correct place (right after the fixed 16-byte CDB).
14953         Now returns target status (many Windows apps won't even look at the
14954         sense are unless they get an error code).
14955         Added SC_ABORT_SRB FIXME.
14956         Added SC_GET_DISK_INFO place holder for clarity.
14957         Updated Linux SG interface structure to include new kernel 2.2
14958         status fields.
14960         * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
14961         Look for our header files first, then for systems headers.
14963         * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
14964         The new filedialog stuff does not handle template. So do not call if
14965         there are any.
14967         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
14968         Avoid problems during changing the Z-order if the window and the
14969         window to insert after are the same.
14971         * libtest/expand.c, libtest/hello5.c:
14972         Marcus Meissner <Marcus.Meissner@caldera.de>
14973         Removed GUI junk from expand.c, so you can use it in commandline mode.
14974         Fixed hello5.c.
14976         * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
14977         Patrik Stridvall <ps@leissner.se>
14978         Fixed some issues found by winapi_check.
14980         * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
14981         Patrik Stridvall <ps@leissner.se>
14982         - Added support for auto allocated ordinals
14983         - Fixed varargs (16 bit) bug
14984         - Minor fixes
14986         * dlls/version/info.c:
14987         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14988         Fixed alignment problem with VERSION_INFO members.
14990 Wed Jan  5 03:24:52 2000  Alexandre Julliard  <julliard@winehq.com>
14992         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
14993         Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
14994         of the $X_EXTRA_LIBS are required.
14996         * windows/defwnd.c, windows/painting.c:
14997         Patrik Stridvall <ps@leissner.se>
14998         - Made FillRect behave like it does on Windows
14999         - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
15000         - Added some comments on how Windows behaves
15002         * windows/winhelp.c: Peter Ganten <peter@ganten.org>
15003         Check if winhelp is already running; use winhlp32.exe or winhelp.exe
15004         depending on the emulated version, relase win16lock before calling
15005         WinHelpA.
15007         * AUTHORS, include/authors.h:
15008         Updated authors list from the Changelog. Please let me know if you
15009         have been left out.
15011         * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
15012         TrueType clarification.
15014         * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
15015         Lionel Ulmer <lionel.ulmer@free.fr>
15016         - detect if the OpenGL implementation defines the paletted texture and
15017           color table extensions
15018         - small warning fixes
15019         - fix the double '-lXxf86dga' when having DGA 2.0
15021         * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
15022         Some comm clean up, much more error messages, only use TIOCOUTQ if
15023         defined [wine-bugs/104], tried implementing SetCommTimeouts.
15025         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
15026         - When processing WM_PAINT messages, the treeview might sometimes use
15027           the wrong hdc. Fixed.
15028         - Better checking for TREEVIEW_INFO *infoPtr=NULL.
15029           Similar to code in toolbar.c
15030         - Other small fixes (subclassed edit control).
15032         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15033         Bugfix: uninitialized pointer caused crashes.
15035         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
15036         Made virus warning a bit more drastic, since some people don't believe us.
15038         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
15039         Some comm clean up, much more error messages, only use TIOCOUTQ if
15040         defined [wine-bugs/104], tried implementing SetCommTimeouts.
15042         * files/profile.c: Rein Klazes <rklazes@casema.net>
15043         Implement WritePrivateProfileSectionA().
15045         * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
15046         Fix for compilers that don't support 'long long' (From Ove Kaaven).
15048 Tue Jan  4 02:40:22 2000  Alexandre Julliard  <julliard@winehq.com>
15050         * scheduler/thread.c, server/thread.c:
15051         Moved allocation of the socket pair for a new thread to the server.
15053         * server/debugger.c: Made debug events and contexts standard objects.
15054         Use sleep_on to wait on debug events.
15056         * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
15057         Made sleep_on usable from all requests.
15059         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
15060         Eric Pouech <Eric.Pouech@wanadoo.fr>
15061         Added more MIDI messages 16<=>32 mapping.
15062         Fixes some bugs in buffers handling and index for MAPPER.
15064         * include/callback.h, if1632/thunk.c:
15065         Eric Pouech <Eric.Pouech@wanadoo.fr>
15066         Removed the obsoleted CallTimeFuncProc, CallDriverProc,
15067         CallDriverCallback.
15069         * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
15070         Eric Pouech <Eric.Pouech@wanadoo.fr>
15071         Put back visible minimum timer resolution to 1 ms.
15072         Decorrelate the service thread resolution from the user required timer
15073         & visible minimum resolutions.
15074         Removed the Callback.TimeFuncProc entry.
15076         * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
15077         Give +0+0 as a default position for the desktop window.
15079         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
15080         Convert mmio to allow the use of 32 bit mmio procedures.
15082         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shell32/systray.c:
15083         Juergen Schmied <juergen.schmied@debitel.net>
15084         Small fixes.
15086         * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
15087         Patrik Stridvall <ps@leissner.se>
15088         Fixed some issues found by winapi_check.
15090         * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
15091         Patrik Stridvall <ps@leissner.se>
15092         Updated winapi_check to handle the new additions.
15094         * dlls/comctl32/monthcal.c, include/monthcal.h:
15095         Chris Morgan <cmorgan@wpi.edu>
15096         James Abbatiello <abbeyj@wpi.edu>
15097         Implemented WM_SIZE message support. Optimized drawing to use
15098         precalculated size values rather than recalculating during each call
15099         of MONTHCAL_Refresh.
15101         * relay32/user32.spec, windows/dialog.c:
15102         Juergen Schmied <juergen.schmied@debitel.net>
15103         Corrected parameter count for DialogBoxIndirectParamAorW.
15105         * controls/scroll.c: Rein Klazes <rklazes@casema.net>
15106         Don't show the scrollbar if SetScrollinfo() is called with only the
15107         SIF_DISABLENOSCROLL flag.
15109         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
15110         Added extra US keymap with the infamous phantom key.
15112         * Makefile.in, dlls/winmm/wineoss/Makefile.in:
15113         Eric Pouech <Eric.Pouech@wanadoo.fr>
15114         Use a uniform naming scheme for driver modules.
15116         * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15117         Encapsulated Wine internal data into an ifdef __WINE__.
15119         * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
15120         Eric Pouech <Eric.Pouech@wanadoo.fr>
15121         Moved the 16 bit driver functions callout into the dir.
15123         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15124         Added support for WODM_BREAKLOOP message.
15126         * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15127         Removed extraneous ERR message.
15129         * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15130         Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
15132         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15133         Use case insensitive comparison while searching for new modules.
15135         * dlls/ntdll/ntdll.spec:
15136         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15137         Added spec entry for _itoa.
15139         * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
15140         Bertho Stultiens <bertho@panter.soci.aau.dk>
15141         Generated labels of resource names must be unique throughout the
15142         generated code.
15144         * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15145         "resultp" can be NULL in SendMessageTimeout*().
15147         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
15148         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15149         - prevent mem leak of CRTDLL_acmdln_dll
15150         - better argument parsing
15151         - last xargv entry has to be NULL
15152         - return value is environment pointer instead of NULL
15153         - added a spec entry for bsearch()
15155 Sat Jan  1 22:38:21 2000  Alexandre Julliard  <julliard@winehq.com>
15157         * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
15158         Peter Ganten <peter@ganten.org>
15159         Implemented WaitForInputIdle.
15161         * misc/ddeml.c, windows/win.c:
15162         Fixed potential buffer overflows (spotted by Francois Gouget).
15164         * relay32/wow32.spec, dlls/mpr/mpr.spec, dlls/ntdll/ntdll.spec, dlls/psapi/psapi.spec, dlls/shell32/shlwapi.spec, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/version/version.spec, dlls/winmm/winmm.spec, relay32/ddraw.spec, relay32/dinput.spec, relay32/gdi32.spec, dlls/avifil32/avifil32.spec, dlls/crtdll/crtdll.spec, dlls/dciman32/dciman32.spec, dlls/dplayx/dplay.spec, dlls/icmp/icmp.spec, dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec, dlls/lzexpand/lz32.spec, dlls/advapi32/advapi32.spec:
15165         Make use of automatic ordinal allocation.
15167         * server/socket.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/registry.c, server/request.c, server/request.h, server/select.c, server/semaphore.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, server/Makefile.in, server/change.c, server/console.c:
15168         Moved poll handling to the generic part of the server objects.
15169         Fixed busy waiting on POLLERR events.
15170         Merged struct client into struct thread.
15172 Mon Dec 27 05:26:01 1999  Alexandre Julliard  <julliard@winehq.com>
15174         * win32/process.c, windows/x11drv/wnd.c, dlls/odbc32/proxyodbc.c, dlls/ole32/bindctx.c, dlls/ole32/hglobalstream.c, graphics/ttydrv/bitmap.c, misc/ddeml.c, misc/version.c:
15175         Cosmetics.
15177         * memory/atom.c, memory/environ.c, misc/lstr.c, misc/registry.c, misc/winsock.c, programs/regapi/regapi.c, relay32/builtin32.c, windows/driver.c, windows/mdi.c, windows/x11drv/keyboard.c, dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/mixer.c, files/profile.c, graphics/psdrv/driver.c, graphics/psdrv/font.c, loader/module.c, loader/ne/module.c, loader/task.c, dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/version/install.c:
15178         Francois Gouget <fgouget@psn.net>
15179         Buffer overflows and strncpy fixes.
15181         * loader/pe_image.c:
15182         PE_FindExportedFunction: use a binary search for function names.
15184 Sun Dec 26 23:12:38 1999  Alexandre Julliard  <julliard@winehq.com>
15186         * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
15187         Fixed/commented out duplicate entry point names.
15189         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
15190         Added support for automatic ordinal allocation.
15191         Output list of function names in sorted order.
15192         Added support for nameless (ordinal-only) entry points.
15193         Cleaned up error handling.
15195         * include/metafiledrv.h, include/psdrv.h, include/ts_xlib.h, include/ttydrv.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/text.c, tsx11/X11_calls, tsx11/ts_xlib.c, graphics/metafiledrv/text.c, graphics/psdrv/font.c, graphics/psdrv/ps.c, graphics/psdrv/text.c, graphics/ttydrv/font.c, graphics/ttydrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
15196         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15197         Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
15198         Map a few Unicode chars to the first 0xff in psdrv.
15199         Don't expect x11drv to display Unicode chars yet.
15201         * dlls/comctl32/tooltips.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, memory/string.c, relay32/relay386.c, relay32/snoop.c:
15202         Francois Gouget <fgouget@psn.net>
15203         Wrapped some strings in a debugstr_* call.
15204         Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
15205         Removed redundant 'L's for Unicode strings.
15206         Tried to harmonize the traces a little bit.
15208         * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
15209         debugstr_w now returns something looking like 'L"xxxx"...'
15211         * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
15212         FILEDLG95_HandleCustomDialogMessages:
15213         - for the three handled messages we must return the required buffer size
15214         - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
15215         - fixed multiple potential buffer overflows.
15216         FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
15217         FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
15218         leading to a buffer overflow.
15220 Sat Dec 25 22:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
15222         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
15223         Added support for playing more record types (still more to come).
15225         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
15226         Better support very long strings by avoiding to copy them in a fixed
15227         size buffer (one exception partly remains: callback strings).
15228         Raise the buffer size to 512 characters.
15229         Merge the handling of item 0 and other items together in GetItemA to
15230         reduce code duplication.
15232         * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15233         Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
15235         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
15236         Cast the unsigned int to signed, or NEAR_MATCH will not work.
15238         * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
15239         Eric Pouech <Eric.Pouech@wanadoo.fr>
15240         Fixed first/last playable frame referencing.
15242         * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
15243         Eric Pouech <Eric.Pouech@wanadoo.fr>
15244         Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
15245         Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
15247         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
15248         Test pointers passed to copyrect for NULL.
15250         * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15251         Restore erroneously deleted lines.
15253         * dlls/comctl32/comctl32undoc.c:
15254         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15255         DPA_DeletePtr was resizing the array to a too small size.
15257         * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15258         Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
15259         client area is less than the icon spacing.
15261         * documentation/linux-fat-permissions:
15262         Steven Elliott <elliotsl@mindspring.com>
15263         Added a document that describes configuring FAT filesystem permissions
15264         for Wine.
15266         * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
15267         NT allocates one page as TEB. Some native NT-dlls are using this.
15269         * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15270         Don't skip usable X fonts. Add support for koi8 fonts.
15272         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
15273         Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
15274         crash if the handle is INVALID_HANDLE_VALUE.
15276         * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
15277         Changed the "this_is_a_syntax_error" error message to a more specific
15278         error message.
15280 Mon Dec 20 04:14:48 1999  Alexandre Julliard  <julliard@winehq.com>
15282         * graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/metafiledrv.h, include/path.h, include/ttydrv.h, include/x11drv.h:
15283         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15284         Move Bezier code out of x11drv into commmon GDI code; if any driver
15285         does not implement PolyBezier[To] the curve is approximated to lines
15286         and drawn with Polyline.
15287         Implement many GDI-Path recording functions (at least the win9x subset).
15288         Implement FlattenPath and FillPath.
15290         * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
15291         Fixed ordinal numbering and added new spec stub.
15293         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
15294         Readded Xpm autoconf checks.
15296         * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
15297         EnumSystemLocalesA should look for registry values, not subkeys.
15299         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
15300         Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
15302         * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
15303         Corrected background color and fixed leaking GDI brush.
15305         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
15306         NT loader: don't stop loading a hive when an error occurs.
15308         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15309         PlayMetaFile and EnumMetaFile should work if the hdc is a
15310         (enh)metafile DC.
15312         * README: Juergen Lock <nox@jelal.kn-bremen.de>
15313         Updated the FreeBSD notes, the LDT patch finally made it into -current.
15315         * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
15316         If lpTitle==NULL and cbBuf==0 then we must return the required buffer
15317         size.
15319         * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
15320         Shaun Morris <shaun@blueneptune.com>
15321         Implemented _TrackMouseEvent for the TME_LEAVE flag.
15323         * graphics/ddraw.c, graphics/ddraw_private.h:
15324         Lionel Ulmer <lionel.ulmer@free.fr>
15325         Adds resolution / depth switching with DGA 2.0.
15327 ----------------------------------------------------------------
15328 Sun Dec 12 21:28:44 1999  Alexandre Julliard  <julliard@winehq.com>
15330         * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
15331         Fixed handling of DGA2.0 keyboard events.
15333         * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
15334         Eric Pouech <Eric.Pouech@wanadoo.fr>
15335         Added the ability to open several streams on the same driver.
15336         Added a few acmMetrics options.
15338         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15339         SysStringLen can get a NULL pointer (and shall return 0).
15341         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15342         Now using notification for detecting when a WAVEHDR has been played
15344         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15345         Enhanced synchronization between playback thread and stop/close commands
15346         Now using notification for detecting when a WAVEHDR has been played
15348         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15349         ComboBox should not send bogus messages to edit buddy and to itself.
15351         * files/dos_fs.c: Peter Ganten <peter@ganten.org>
15352         Fixed GetShortPathNameA.
15354         * Makefile.in, configure, configure.in:
15355         Moses DeJong <dejong@cs.umn.edu>
15356         Fixed missing libwine.so symlink during install. Set the runtime
15357         linker path.
15359         * windows/dialog.c: Murali Pattathe
15360         GetNextDlgGroupItem: needs to check the control parent is the main dialog.
15361         GetNextTabItem: make sure this control is visible and not disabled.
15363         * loader/module.c:
15364         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15365         Fixed cmd line length calculation.
15367         * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
15368         Lionel Ulmer <lionel.ulmer@free.fr>
15369         - added support of DGA-2.0 events
15370         - fixed the leaving of DGA-2.0 mode
15372         * controls/menu.c, include/menu.h, windows/winproc.c:
15373         Rein Klazes <rklazes@casema.net>
15374         In win32 a WM_MENUSELECT message should contain the position when the
15375         item refers to a submenu, not the submenu's handle as in win16.
15377         * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15378         Fixed arg types of FIXMEs.
15380         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
15381         Check for passed invalid window handle in DefMDIChildProc*.
15383         * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15384         Fix no. of arguments in a WARN statement.
15386         * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15387         Allows DrawText(16|A|W) to get a NULL string as parameter.
15389         * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
15390         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15391         Fixed compiler warnings.
15393         * controls/listbox.c, misc/registry.c, misc/version.c:
15394         Marcus Meissner <marcus@jet.franken.de>
15395         Removed 2 useless include winversion.h
15396         Do not make autodetected version fix on first calls if it is Win31.
15398         * dlls/shell32/shell32.spec:
15399         Juergen Schmied <juergen.schmied@debitel.net>
15400         Added StrNCpyA, StrNCpyW.
15402         * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
15403         Message translation WM_CREATE fixed.
15405 Sat Dec 11 23:56:47 1999  Alexandre Julliard  <julliard@winehq.com>
15407         * relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/odbc32/.cvsignore, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h, include/debugdefs.h, include/sql.h, include/sqlext.h, include/sqltypes.h, loader/loadorder.c:
15408         Xiang Li
15409         Implementation of a proxy ODBC32 dll.
15411         * windows/x11drv/wnd.c, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/systray.c, include/winuser.h, include/x11drv.h, windows/nonclient.c:
15412         Kai Morich <kai.morich@bigfoot.de>
15413         Marcus Meissner <marcus@jet.franken.de>
15414         Added systray support.
15415         Swallow the windows systray icons into kpanel systray if KDE/KWM is
15416         running.
15418         * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
15419         Juergen Schmied <juergen.schmied@debitel.net>
15420         Added loader for NT registry files.
15422         * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
15423         Juergen Schmied <juergen.schmied@debitel.net>
15424         Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
15425         Small fixes.
15427         * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
15428         Peter Hunnisett <hunnise@nortelnetworks.com>
15429         - Implemented GetEnhMetaFilePaletteEntries
15430         - Added fixme stubs for SetMetaRgn and GetMetaRgn
15431         - Added support for playing several enhanced metafile records
15432         - Added beginnings of implementation for playing the rest of the
15433           enhanced metafile records
15435         * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/dc.c, graphics/ttydrv/dib.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
15436         Patrik Stridvall <ps@leissner.se>
15437         Improved the TTY driver.
15439         * files/file.c: Peter Ganten <peter@ganten.org>
15440         Return an error if lpOverlapped is provided to ReadFile / WriteFile.
15442         * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
15443         Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
15445         * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
15446         Bradley Baetz <bbaetz@student.usyd.edu.au>
15447         The wavemap driver wasn't passing the callback type to the
15448         DriverCallback routine correctly.
15450         * files/tape.c: Added missing WINAPIs.
15452         * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
15453         If we have registry entries, use them. Never mind which version we
15454         autodetected.
15456         * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
15457         Patrik Stridvall <ps@leissner.se>
15458         Fixed some issues found by winapi_check.
15460         * tools/winapi_check/win16/display.api, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
15461         Patrik Stridvall <ps@leissner.se>
15462         Minor fixes and additions.
15464         * loader/ne/resource.c:
15465         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15466         Bugfix: Added missing 'return' statement.
15468         * dlls/commdlg/filedlg95.c:
15469         Juergen Schmied <juergen.schmied@debitel.net>
15470         Small fixes.
15472 Fri Dec 10 03:47:14 1999  Alexandre Julliard  <julliard@winehq.com>
15474         * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
15475         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15476         Perform 16/32A/32W message mapping for posted messages.
15478         * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
15479         Chris Morgan <cmorgan@wpi.edu>
15480         James Abbatiello <abbeyj@wpi.edu>
15481         Added stubs for the WinNT tape backup functions.
15483         * debugger/msc.c, debugger/source.c:
15484         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15485         Parse CodeView type/symbol info with 32-bit type indices.
15486         Added (partial) support for VC 5/6 .PDB files.
15487         Fixed treatment of source file names containing path.
15489         * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
15490         Fixed off-by-one error.
15492         * scheduler/process.c:
15493         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15494         Bugfix: Show main window if CreateProcess was called without the
15495         STARTF_USESHOWWINDOW flag.
15497         * loader/pe_image.c:
15498         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15499         Implemented PE_UnloadLibrary().
15501         * include/dinput.h, windows/dinput.c:
15502         Lionel Ulmer <lionel.ulmer@free.fr>
15503         - do not loose initial auto-repeat status when acquiring the keyboard more
15504           than one time
15505         - support of DirectX 7's DIMOUSESTATE2 structure
15507         * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
15508         Marcus Meissner <Marcus.Meissner@lst.de>
15509         Added NtPowerInformation stub.
15511         * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
15512         Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
15514 Wed Dec  8 03:56:34 1999  Alexandre Julliard  <julliard@winehq.com>
15516         * windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/message.c, windows/nonclient.c, windows/painting.c, windows/win.c, windows/keyboard.c, scheduler/critsection.c, scheduler/debugger.c, scheduler/process.c, win32/kernel32.c, win32/newfns.c, msdos/dosmem.c, objects/bitmap.c, objects/clipping.c, objects/font.c, ole/ole2nls.c, loader/elfdll.c, loader/module.c, loader/pe_image.c, loader/resource.c, loader/task.c, memory/instr.c, memory/local.c, misc/registry.c, graphics/bitblt.c, graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, if1632/thunk.c, files/directory.c, files/dos_fs.c, files/drive.c, dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/tapi32/line.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/flatsb.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/advapi32/crypt.c, dlls/advapi32/security.c, dlls/avifil32/avifile.c, controls/edit.c:
15517         Dimitrie O. Paun <dimi@cs.toronto.edu>
15518         Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
15519         Use the default version of FIXME, ERR, WARN, TRACE for the default
15520         channel.
15522         * include/module.h, loader/module.c, scheduler/process.c:
15523         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15524         Delay sending debug events until process initialization is complete.
15526         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
15527         Updated, added chapter on configuration and architecture.
15529         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
15530         - Fix MMIO_{Open,Rename} to check the filename (of the form
15531           file.ext+ABC) for the correct mmio procedure to use.
15532         - mmioStringToFOURCC now converts to uppercase if asked to, and handles
15533           strings of length < 4.
15535         * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15536         Fix problem with EN_UPDATE notification sent by edit control.
15538 Mon Dec  6 01:20:01 1999  Alexandre Julliard  <julliard@winehq.com>
15540         * dlls/mouse/.cvsignore, dlls/mouse/Makefile.in, dlls/mouse/mouse.spec, dlls/mouse/mouse_main.c, dlls/mouse/mouserc.rc, documentation/resources, if1632/.cvsignore, if1632/display.spec, if1632/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/display.c, windows/mouse.c, windows/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/display/.cvsignore, dlls/display/Makefile.in, dlls/display/disp.rc, dlls/display/display.spec, dlls/display/display_main.c:
15541         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15542         Added .rc file support for Win16 NE modules.
15543         Moved display.c and mouse.c to separate dll directories.
15545         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15546         Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
15548 Sun Dec  5 23:54:04 1999  Alexandre Julliard  <julliard@winehq.com>
15550         * windows/painting.c, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/metafiledrv.h, include/path.h, include/psdrv.h, include/ttydrv.h, include/x11drv.h, graphics/painting.c, graphics/path.c:
15551         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15552         Fixes several bugs in gdi path handling.
15553         Adds *Path functions to dc funcs table + add EnhMetaFile recording.
15554         Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
15555         funcs table to enable proper enhmetafile recording.
15556         The current position update in *To functions is now handled by the
15557         main function and not in the drivers.
15558         Move USER functions from graphics/painting.c -> windows/painting.c
15560         * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.spec, include/ole2ver.h, misc/version.c:
15561         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15562         - the OLE version returned was too low
15563         - renamed OABuildVersion16 to OaBuildVersion16
15564         - spelling fixes
15566         * files/drive.c: Peter Ganten <peter@ganten.org>
15567         Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
15568         if the buffer size is not large enough.
15570         * controls/button.c, windows/dialog.c:
15571         Dmitry Timoshkov <dmitry@sloboda.ru>
15572         Remove hack for keyboard messages in dialogs.
15574         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
15575         Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
15576         Implementation for VWin32 Int31/DPMI dispatch call.
15577         Fixed "dangling else" compiler warning.
15579         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
15580         Whenever we do an strncpy we should make sure we put a '\0' at the end
15581         of the buffer.
15583         * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
15584         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
15585         Added Thread32First/Next stubs.
15587         * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15588         Moved wineserver's buffer & buffer_size at the end of TEB so that IE
15589         doesn't overwrite them.
15591         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15592         Fixed mciInfo.
15594         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15595         Added support for WAVE_FORMAT_QUERY flag in wodOpen.
15597         * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15598         Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
15600         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15601         Fixed MCI_OPEN command for types like "CDAUDIO!H:".
15603         * graphics/ddraw_private.h, graphics/ddraw.c:
15604         Marcus Meissner <marcus@jet.franken.de>
15605         Merged _all_ lpClipper into common_surface.
15606         Add NULL ptr check to SetClipper.
15607         Some more debug output.
15609         * include/config.h.in, misc/port.c, configure, configure.in:
15610         Marcus Meissner <marcus@jet.franken.de>
15611         Use the real glibc openpty if present.
15613         * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15614         Added typedef to insure compilation on all gcc&egcs versions.
15616         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
15617         Fixed _copy_registry().
15619         * include/winnls.h, ole/nls/esa.nls, ole/nls/esc.nls, ole/nls/esd.nls, ole/nls/esg.nls, ole/nls/esm.nls, ole/nls/esn.nls, ole/nls/esp.nls:
15620         Juergen Schmied <juergen.schmied@debitel.net>
15621         Added some constants for Spanish.
15623         * include/module.h, loader/ne/module.c, loader/ne/segment.c:
15624         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15625         Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
15626         just for the first one.
15627         Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
15629         * if1632/user.spec, windows/user.c:
15630         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15631         Added USER.DllEntryPoint().
15633         * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
15634         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15635         Call 16-bit instead of 32-bit UserSignalProc entry point.
15636         Don't load USER32.DLL unless requested by the program.
15637         Bugfix: Pass the correct thread ID to UserSignalProc.
15639         * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15640         Fixed crash when map fails.
15642         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15643         Show use of undocumented messages.
15645         * include/keyboard.h, include/ttydrv.h, include/x11drv.h, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
15646         Lionel Ulmer <lionel.ulmer@free.fr>
15647         - removed keyboard auto-repeat when DInput acquires it
15648         - removed some (now) obsolete fixme's
15650         * graphics/ddraw_private.h, graphics/ddraw.c:
15651         Marcus Meissner <marcus@jet.franken.de>
15652         Moved lpClipper into common_directdrawsurface struct
15653         Release old clipper on new set
15655         * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
15656         Eric Pouech <Eric.Pouech@wanadoo.fr>
15657         Fake MIDI_IO_STATUS support in midi in open
15658         Fixed bug in midi in while reading data
15660         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15661         Fixed infinite loop for 0-length wavehdrs.
15663         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15664         Fixed buggy playback for non PCM files
15665         Added support for from & to indexes for playback
15666         Now using double wavehdr for better output
15667         Cleaned-up internal structs and removed last 16 bit API adherence
15669         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15670         Tried to reduce echo in playSound API (using two wavehdr instead of
15671         one).
15673         * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15674         Added callback mechanisms for MIDI IN.
15676         * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
15677         Eric Pouech <Eric.Pouech@wanadoo.fr>
15678         Fixed improper acm streams closing.
15680         * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15681         Debug traces cosmetic fixes.
15683         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
15684         Fixed some errors (thanks to F Gouget for reporting them).
15685         Added some bits on thunking and resources for DLLs.
15687 Sat Dec  4 04:22:04 1999  Alexandre Julliard  <julliard@winehq.com>
15689         * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
15690         Lionel Ulmer <lionel.ulmer@free.fr>
15691         First support of DGA 2.0 for DirectDraw.
15693         * include/winuser.h, relay32/user32.spec, win32/newfns.c:
15694         Erez Volk <erez@gmx.net>
15695         Stubs for Get/SetProcessDefaultLayout.
15697         * files/profile.c, relay32/kernel32.spec:
15698         Marcus Meissner <marcus@jet.franken.de>
15699         Stub for CloseProfileUserMapping.
15701         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
15702         Use DInput's internal mouse event handler to handle the GetDeviceState
15703         function.
15705         * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
15706         waveHdr.lpData was eventually HeapFree()ed uninitialized.
15708         * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
15709         Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
15710         is unknown.
15712         * loader/dos/module.c, loader/ne/module.c, relay32/builtin32.c, scheduler/process.c, include/dosexe.h, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/main.c, loader/module.c, loader/pe_image.c:
15713         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15714         Fixed 32-bit module name handling to conform better to Win9x.
15715         Removed OFSTRUCT passing during process creation sequence.
15716         Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
15718         * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
15719         Michael McCormack <mccormac@aals27.alcatel.com.au>
15720         Added code to some service functions (some untested), fixed
15721         declaration of service main function.
15723         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
15724         Pierre Mageau
15725         Murali Pattathe
15726         Francois Boisvert
15727         Francis Baudet
15728         Henning Hoffmann
15729         Many fixes.
15731         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
15732         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15733         Added stubs for several MRU list functions and documented some others.
15735         * server/file.c: Marcus Meissner <marcus@jet.franken.de>
15736         Flush handle in any access mode.
15738         * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15739         Fixes off by one error in item insertion.
15741         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
15742         Allow 1% deviation from specified sampling rate for some soundcards.
15744         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
15745         Suppressed the inclusion of OpenGL headers.
15747         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
15748         - Added stub for conversion from meta to enhance meta files.
15749         - Implemented GetEnhMetaFileBits for enhanced meta files.
15751         * graphics/ddraw.c, graphics/ddraw_private.h:
15752         Peter Hunnisett <hunnise@nortelnetworks.com>
15753         Improved stubs for the ddraw clipper routines.
15755 Mon Nov 29 02:48:43 1999  Alexandre Julliard  <julliard@winehq.com>
15757         * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
15759         * server/event.c, server/file.c:
15760         Fixed get_event_obj/get_file_obj to use the process parameter (thanks
15761         to Eric Pouech).
15763         * server/process.h, scheduler/process.c, server/process.c:
15764         Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
15766         * scheduler/timer.c, server/Makefile.in, server/request.h, server/timer.c, server/trace.c, dlls/ntdll/nt.c, include/server.h, include/winbase.h, relay32/kernel32.spec, scheduler/Makefile.in:
15767         Implemented waitable timers.
15769 Sun Nov 28 21:03:46 1999  Alexandre Julliard  <julliard@winehq.com>
15771         * tools/bin2res.c: Bug fixes.
15773         * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
15774         Serge Ivanov
15775         Pierre Mageau
15776         Thy Nguyen
15777         Don Kelly
15778         Noomen Hamza
15779         Lots of bug fixes and new features in property sheets.
15781         * win32/newfns.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, dlls/dplayx/dplobby.c, dlls/shell32/shlview.c, graphics/psdrv/font.c, dlls/comctl32/tab.c:
15782         Niels Kristian Bech Jensen <nkbj@image.dk>
15783         Compiler warnings fixed.
15785         * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
15786         Give the app back the exact font name it asked for.
15788         * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
15789         Prevent a crash if messages are sent to a toolbar window before
15790         WM_NCCREATE or after WM_DESTROY.
15792         * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
15793         Updated Spanish MM error string translation.
15795         * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
15796         Alex Priem <alexp@sci.kun.nl>
15797         - (final?) update of TreeView_* macro's.
15798         - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
15799         - fixed some typo's
15800         - custom draw enhancements
15801         - implementation of state images
15802         - implementation of TVS_CHECKBOXES
15804         * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15805         Fixed some visual toolbar bugs.
15807         * README: Juergen Lock <nox@jelal.kn-bremen.de>
15808         Added notes about Wine-related FreeBSD kernel patches.
15810         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15811         Use RegQueryInfoKey to count number of printers.
15813         * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
15814         Don't try to call towupper() when there's no wctype.h.
15816         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15817         When combobox selection changes, update its edit box accordingly.
15819         * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
15820         Notify parent of listbox if requested.
15822 Thu Nov 25 23:42:54 1999  Alexandre Julliard  <julliard@winehq.com>
15824         * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
15826         * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
15827         Set/use fs/gs from the sigcontext struct, the corresponding kernel
15828         change now finally has been MFC'd to -stable.
15830         * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
15831         Mention free Truetype font servers (Xfstt and xfsft).
15833         * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
15834         Note what to do with the winedefault.reg in the file.
15836         * win32/device.c: Peter Ganten <peter@ganten.org>
15837         Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
15838         _PageChangePermissions() and _PageFree() using the
15839         Virtual*()-Functions (with the great help of Ulrich Weigand).
15841         * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
15842         Removed fixme.
15844         * misc/registry.c: Several bug fixes in save_key().
15846         * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15847         Fixed some bogus error detection for RegEnumValue[AW] and
15848         RegQueryValueEx[AW].
15850         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
15851         Peter Hunnisett <hunnise@nortelnetworks.com>
15852         - Added global data mutual exclusion
15853         - Removed hack for creating processes suspended now that it's implemented
15854         - Fixed ordinal numbering and added spec stubs
15855         - Fixed EnumConnections callback to fill in all parameters with valid data
15856         - Made direct play allocation/deallocation follow the same pattern as
15857           direct play lobby
15859         * dlls/win87em/emulate.c:
15860         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15861         Several improvements.
15863         * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15864         Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
15866         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
15867         Made win16 serial comms less of a CPU hog.
15869         * include/server.h, memory/virtual.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/event.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/registry.c, server/semaphore.c, server/trace.c, server/unicode.c, server/unicode.h:
15870         Store all object names as Unicode in the server.
15872 Wed Nov 24 19:34:32 1999  Alexandre Julliard  <julliard@winehq.com>
15874         * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
15875         Added wine.conf option for new format registry files.
15876         Added optional periodic saving of the registry.
15878         * misc/registry.c, server/registry.c:
15879         Added support to the server for loading new format (version 2) files.
15881         * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
15883         * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
15884         Added current context to the exception debug event sent to the server.
15886         * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
15887         Fixed handling of debug events on thread/process exit.
15889         * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
15890         Raise an exception when a critical section wait failed.
15892 Tue Nov 23 23:43:29 1999  Alexandre Julliard  <julliard@winehq.com>
15894         * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitblt.c, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/desktop.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
15895         Patrik Stridvall <ps@leissner.se>
15896         Improved the stubs.
15898         * dlls/comctl32/imagelist.c, include/imagelist.h:
15899         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15900         - first 'dummy' implementation of ImageList_Read
15902         * include/rebar.h, dlls/comctl32/rebar.c:
15903         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15904         - added version messages
15906         * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15907         - implemented LBItemFromPt
15909         * include/commctrl.h, dlls/comctl32/listview.c:
15910         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15911         - implemented simple column order array functionality
15912         - implemented some virtual listview notifications
15914         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
15915         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15916         - minor update to mru list functions
15917         - stubs for COMCTL32_411 to COMCTL32_413
15919         * dlls/comctl32/toolbar.c, include/toolbar.h:
15920         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15921         - added version messages and some simple get/set messages.
15922         - added unicode messages
15924         * include/shlguid.h, dlls/shell32/classes.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
15925         Juergen Schmied <juergen.schmied@debitel.net>
15926         - made IShellFolder a aggregable object
15927         - SHCoCreateInstance can create CSIDL_FSFolder now
15928         - browsing into folders on the desktop implemented
15929         - corrected returnvalue of Ico_ExtractIconEx
15930         - fixed SHGetDataFromIDList to return data of simple pidls
15932         * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
15933         Moses DeJong <dejong@cs.umn.edu>
15934         Added implementation for WSARecvEx function. This is a Microsoft
15935         specific extension to the winsock API.
15937         * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
15938         Juergen Schmied <juergen.schmied@debitel.net>
15939         Corrected wrong parameter counts for WNetCachePassword and
15940         WNetEnumCachedPasswords.
15942         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
15943         Ian Schmidt <ischmidt@cfl.rr.com>
15944         Added stub for DllInstall().
15946         * misc/registry.c, include/wine/winbase16.h, include/winnt.h, include/winreg.h, dlls/advapi32/Makefile.in, dlls/advapi32/registry.c, dlls/shell32/shell.spec, if1632/kernel.spec:
15947         Changed to use new server-side registry support.
15949         * include/server.h, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.h, server/trace.c, server/unicode.h:
15950         Added registry support to the server.
15952         * tools/make_requests:
15953         Differentiate tracing functions between request and reply.
15954         Added possibility to have dumping functions for specific types.
15956 Sun Nov 21 21:02:06 1999  Alexandre Julliard  <julliard@winehq.com>
15958         * include/server.h, scheduler/client.c:
15959         Added server_call_noerr function that avoids touching the last error.
15961         * include/winerror.h: Added a few registry error codes.
15963         * graphics/x11drv/xfont.c, objects/font.c:
15964         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15965         Removed some unaligned accesses.
15967         * dlls/commdlg/filedlg95.c:
15968         Juergen Schmied <juergen.schmied@debitel.net>
15969         - the fodInfos were used before initialized
15970         - lpTemplateName can be a resource id
15971         - if lpTemplateName is a string don't free the original one
15973         * win32/console.c, win32/kernel32.c, windows/x11drv/main.c, loader/ne/convert.c, loader/ne/module.c, misc/cpu.c, msdos/ioports.c, ole/guid.c, programs/notepad/main.c, scheduler/critsection.c, scheduler/process.c, server/socket.c, tools/wrc/newstruc.c, dlls/winmm/mci.c, graphics/ddraw.c, graphics/x11drv/graphics.c, loader/loadorder.c, loader/main.c, loader/task.c, debugger/dbgmain.c, debugger/editline.c, debugger/source.c, debugger/stabs.c, debugger/types.c, dlls/icmp/icmp_main.c, dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c, dlls/wing/wing_main.c:
15974         Niels Kristian Bech Jensen <nkbj@image.dk>
15975         Removed extra #include statements.
15977         * files/file.c:
15978         Fixed MoveFileExA behavior when target file does not exist.
15980         * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
15981         Gustavo Junior Alves <twinfo@bestway.com.br>
15982         Added Portuguese language support.
15984         * dlls/comctl32/monthcal.c, include/monthcal.h:
15985         Chris Morgan <cmorgan@wpi.edu>
15986         James Abbatiello <abbeyj@wpi.edu>
15987         Implemented current day circling.  Fixed many bugs in the month
15988         calender control including control spacing and alignment.  Fixed
15989         defines monthcal.h.  Optimized control drawing and removed many
15990         extranious redraws.  Improved control behavior.  Fixed inconsistent
15991         formatting in both .c and .h files.
15993         * files/profile.c:
15994         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15995         Flush current profile before using a newly opened one.
15997         * memory/selector.c:
15998         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15999         Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
16001         * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
16002         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16003         Stub for GetFontData16.
16005         * windows/display.c, if1632/display.spec:
16006         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16007         Added some ordinals and GetDriverResourceID().
16009         * server/process.c, server/ptrace.c: Portability fixes.
16011         * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
16013         * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
16014         Fixed compile error.
16016         * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
16017         Implemented StartServiceCtrlDispatcherA according to DispatcherW.
16019         * Makefile.in: Make sure we clean dlls/ too.
16021         * dlls/advapi32/service.c:
16022         Michael McCormack <mccormac@aals27.alcatel.com.au>
16023         Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
16024         of QueryServiceStatus.
16026         * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
16027         Added missing ';'.
16029         * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
16030         Error reporting fix.
16032         * tools/bug_report.pl:
16033         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16034         Changed default relay line number from 100 to 200.
16036         * dlls/comctl32/toolbar.c, include/commctrl.h:
16037         Eric Pouech <Eric.Pouech@wanadoo.fr>
16038         Added undocumented feature to InsertButtonA.
16039         Added dropdown button support.
16041         * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16042         Fixed play back of uncompressed AVI file.
16043         Fixed exiting conditions.
16045         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16046         Fixed a crash in IDirectDrawSurface:BltFast.
16048         * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
16049         Eric Pouech <Eric.Pouech@wanadoo.fr>
16050         Fixed forwarding and handling messages directed to the mappers.
16052         * loader/ne/module.c, loader/ne/segment.c, include/module.h:
16053         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16054         Simplified hInstance creation/handling.
16055         Fixes problems with self-loaders creating DGROUP themselves.
16057         * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
16058         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16059         Add stubs for Get/SetLayout().
16061         * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
16062         Jim Aston <jima@corel.ca>
16063         Added stub for StgSetTimes.
16065         * dlls/shell32/shlmenu.c:
16066         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16067         SHFind_InitMenuPopup is supposed to return a pointer.
16069         * dlls/icmp/icmp_main.c:
16070         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16071         u_int[16|32]_t might not be defined.
16073         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
16074         - fixed crash when adding items with TVI_SORT and wineItem->pszText is
16075           set to LPSTR_TEXTCALLBACK.
16076         - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
16078 ----------------------------------------------------------------
16079 Mon Nov 15 00:46:30 1999  Alexandre Julliard  <julliard@winehq.com>
16081         * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
16083         * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16084         Fixed hash function.
16086 Sun Nov 14 23:59:01 1999  Alexandre Julliard  <julliard@winehq.com>
16088         * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16089         The adwInfo[0] field was no longer used on mmioOpen (may contain file
16090         handle).
16092         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
16093         Eric Pouech <Eric.Pouech@wanadoo.fr>
16094         Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
16095         FreePropVariantArray.
16097         * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16098         Removed suicide code when playback thread's father dies.
16100         * dlls/shell32/pidl.c, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
16101         Juergen Schmied <juergen.schmied@metronet.de>
16102         - the colums in the shellview are now created depending on the
16103           attributes of the folder object shown
16104         - get all attributes from the shellfolder instead directly from the idlist
16105         - header fields localized (only engl. and german till now)
16106         - small fixes
16108         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
16109         Juergen Schmied <juergen.schmied@metronet.de>
16110         - corrected control positions
16111         - use the icons from comctl32 for the buttons
16113         * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
16114         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16115         Bugfix: relay/snoop debugging was broken by last patch ...
16117         * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
16118         Moved ptrace support to ptrace.c. Tried to improve portability.
16120         * server/debugger.c: Bug fixes.
16122         * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16123         Fixed some unresolved externals on non-Intel archs.
16125         * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
16126         Added missing WINAPI attribute to two forward declarations.
16128         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
16129         Removed leftover #undefs.
16131         * dlls/winmm/mcicda/mcicda.c:
16132         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16133         Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
16135         * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
16136         Work around glibc bug, that does not handle latin-1 umlauts.
16138 Sat Nov 13 23:54:05 1999  Alexandre Julliard  <julliard@winehq.com>
16140         * loader/ne/module.c, memory/selector.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c, if1632/kernel.spec, include/ntddk.h, include/wine/exception.h, loader/dos/dosvm.c:
16141         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16142         Adapted to new register function handling.
16144         * tools/build.c, include/stackframe.h, include/winnt.h:
16145         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16146         Modified Win32 register function handling.
16148         * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
16149         Francois Gouget <fgouget@psn.net>
16150         Use BSD headers for ICMP portability.
16152         * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
16153         Juergen Schmied <juergen.schmied@debitel.net>
16154         - inserted markers for the bin2res tool
16155         - reformated hexdump in shres.rc
16157         * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
16158         Juergen Schmied <juergen.schmied@debitel.net>
16159         New tool to convert the binary resources in *.rc files (hexdumps) from
16160         and to a binary.
16162         * include/wine/port.h, misc/port.c, misc/winsock.c, misc/winsock_async.c, scheduler/sysdeps.c, configure, configure.in, files/drive.c, include/config.h.in:
16163         Patrik Stridvall <ps@leissner.se>
16164         Added better missing function emulation.
16166         * include/debugger.h, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/hash.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stack.c:
16167         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16168         Made debugger compile and marginally work on non-Intel archs.
16170         * dlls/ntdll/exception.c, include/winnt.h:
16171         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16172         Moved GET_IP macro to winnt.h
16174         * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
16175         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16176         Move PostScript driver docs to documentation/ .  Add instructions on
16177         how to use regapi to get information into the registry.  Supply sample
16178         input to regapi.
16180         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
16181         Klaas van Gend <klaas@vangend.demon.nl>
16182         Implemented the PrintSetup dialog box for the PrintDlgA.
16184         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
16185         Added validations for page index before using it.
16187         * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
16188         - fixed the index of the item chosen in the filter combo box
16189         - added support for the OFN_OVERWRITEPROMPT flag
16190         - fixed positioning of controls in the user-defined templates
16192         * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
16193         Added support for WriteProcessMemory through the server.
16195         * server/mapping.c, server/object.h: Added get_page_size function.
16197 Fri Nov 12 21:39:15 1999  Alexandre Julliard  <julliard@winehq.com>
16199         * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
16200         Added support for ReadProcessMemory through the server.
16202         * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
16203         Added support for CREATE_SUSPENDED flag in CreateProcess.
16205         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
16206         Implemented VWin32 VxDCall mechanism and 2 calls.
16208         * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
16209         Fixed joystick scaling.
16211         * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc, dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc, dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
16212         Gustavo Junior Alves <twinfo@bestway.com.br>
16213         Use constants IDOK and IDCANCEL in .rc files.
16215         * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16216         Portability fix: renamed PTRACE_* into PT_*.
16218         * relay32/kernel32.spec, win32/device.c:
16219         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16220         Allow for buggy apps that call the wrong VxDCall routine.
16222         * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
16223         Complete stub for RasEnumEntries by saying we have 0 entries.
16225         * include/debugstr.h, misc/debugstr.c:
16226         Jeremy White <jwhite@codeweavers.com>
16227         Add debugstr_hex_dump to allow display hex dumps of data in any
16228         debugging message.
16230         * server/thread.c:
16231         Added use_ptrace flag to disable ptrace usage. Should eventually be
16232         made into an option.
16234         * dlls/commdlg/cdlg.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/rsrc.rc, dlls/shell32/shlview.c, include/dlgs.h, include/wine/obj_shellview.h:
16235         Juergen Schmied <juergen.schmied@debitel.net>
16236         Made the buttons in the filedlg change when selecting a different
16237         view type by the context menu, cleanup.
16239         * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
16240         Julio Cesar Gazquez <jgazquez@dld.net>
16241         Added Spanish (pure Castillan) MM error string translation.
16243         * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
16244         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16245         Added signal handling for SPARC / Solaris.
16247         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16248         Comment out explicit call to SHELL_SaveRegistry since winelib programs
16249         now exit properly.  Change several NULLs to '\0's.  Fix some spelling.
16251         * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
16252         Fixed XShm completion event leak.
16254         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16255         Fixed recursion count while calling midiStream(Pause|Restart).
16257         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16258         Fix save_check_tainted to properly scan the tree so that all tainted
16259         branches get saved.
16261         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
16262         Bernd Paysan <bernd.paysan@gmx.de>
16263         Added a stub for setjmp.
16265 Wed Nov 10 20:25:19 1999  Alexandre Julliard  <julliard@winehq.com>
16267         * server/thread.c:
16268         Don't crash when we get a SIGCHLD for a removed thread.
16270         * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
16271         Solaris compile fixes.
16273         * dlls/ntdll/exception.c, include/winnt.h:
16274         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16275         (Preliminary) CONTEXT structure for SPARC added.
16277         * include/process.h, loader/module.c, scheduler/debugger.c:
16278         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16279         Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
16281         * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16282         When decommitting, remap zero pages using MAP_FIXED.
16284         * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
16285         CoGetClassObject should complain about not being able to do
16286         out-of-process servers *only* if the application doesn't include the
16287         in-process options.
16289         * misc/version.c, controls/edit.c, include/winversion.h:
16290         Rein Klazes <rklazes@casema.net>
16291         Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
16292         disabled edit control if the application expects a windows version
16293         before WIN95 and NT40.
16295         * include/winbase.h, relay32/kernel32.spec, files/file.c:
16296         Moshe Vainer <moshev@easybase.com>
16297         Stub for GetOverlappedResult.
16299         * relay32/builtin32.c, tools/build.c, include/module.h, include/pe_image.h, loader/dos/module.c, loader/main.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
16300         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16301         Determine expected_version of PE buddies from the SubsystemVersion.
16303         * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
16304         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16305         Bugfix: Exception handlers are *not* WINAPI.
16307 Mon Nov  8 05:31:47 1999  Alexandre Julliard  <julliard@winehq.com>
16309         * server/process.c, server/select.c, server/thread.c, server/thread.h:
16310         Preliminary ptrace support.
16312         * memory/virtual.c:
16313         Remap zero-pages when decomitting a page range (based on a patch by
16314         Gerard Patel).
16316         * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
16317         Install the wine server in $(bindir) and exec it from there.
16319 Sun Nov  7 23:59:08 1999  Alexandre Julliard  <julliard@winehq.com>
16321         * server/debugger.c:
16322         Do not free the handles once they have been sent to the client (thanks
16323         to Jeremy White).
16325         * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16326         Fixed crash when asked to use strings identified by resource id
16327         instead of pointer.
16329         * windows/dce.c: Jim Aston <jima@corel.ca>
16330         When window class has CS_CLASSDC style we should not remove the DC
16331         when destroying the window.
16333         * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
16334         Patrik Stridvall <ps@leissner.se>
16335         Minor fixes.
16337         * tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm, tools/winapi_check/win32api.dat, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
16338         Patrik Stridvall <ps@leissner.se>
16339         Minor fixes and reorganizations.
16341         * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
16342         Patrik Stridvall <ps@leissner.se>
16343         Removed obsolete files no longer in use.
16345         * tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c, graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, include/x11drv.h:
16346         Ove Kaaven <ovek@arcticnet.no>
16347         DirectX-XShm now waits for the X server to finish the previous frame
16348         before sending another frame down its pipe, avoiding the X server
16349         overload and resulting slowness that used to be.
16351         * dlls/comctl32/toolbar.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h, include/dlgs.h:
16352         Juergen Schmied <juergen.schmied@debitel.net>
16353         - unified templates for the open and the save dlg
16354         - replaced buttons with a toolbar
16356         * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
16357         Juergen Schmied <juergen.schmied@debitel.net>
16358         - new interface declaration for IShellfolder2
16359         - added this interface to all shell folders
16360         - small fixes to shellview (crash with native comdlg32)
16362         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
16363         Fixed the relocation hack in PE_InitTls. Added some more for the other
16364         pointerfields in the TLS entry. (With testing help from Jussi
16365         Jumppanen <jussij@zeusedit.com>).
16367         * relay32/user32.spec, windows/user.c, include/winuser.h:
16368         Marcus Meissner <marcus@jet.franken.de>
16369         Added ChangeDisplaySettingsExA stub and some flag defines.
16371         * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
16372         Added the hex triplets to the console color definitions.
16374         * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, include/input.h, include/message.h, include/mouse.h, include/ttydrv.h, include/x11drv.h, objects/cursoricon.c, windows/dinput.c, windows/event.c, windows/input.c, windows/mouse.c, windows/winpos.c:
16375         Lionel Ulmer <lionel.ulmer@free.fr>
16376         Added the possibility to have mouse movements reported relative to
16377         Wine's mouse driver.
16379         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/icmp/.cvsignore, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/icmp/icmp_main.c, include/debugdefs.h, include/wine/icmpapi.h, include/wine/ipexport.h, loader/loadorder.c, relay32/builtin32.c, wine.ini:
16380         Francois Gouget <fgouget@psn.net>
16381         Added ICMP DLL implementation.
16383         * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
16384         Juergen.Schmied@debitel.net
16385         - Bugfix: Styles were evaluated as expressions. The NOT in combination
16386           with style flags was not overwriting the default styles like WS_VISIBLE.
16387           Solved by introducing own rules for parsing styles.
16389         * controls/combo.c: Jim Aston <jima@corel.ca>
16390         Fixed the height of the ComboBox drop list.
16392         * windows/dialog.c: David Grant <davidgra@corel.ca>
16393         Windows sends WM_GETDLGCODE only in response to keyboard messages
16394         (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
16396         * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
16397         - Added missing __attribute__ ((com_interface)) for IUnknown with.
16398           ICOM_USE_COM_INTERFACE_ATTRIBUTE
16399         - Small addition to comments surrounding
16400           ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
16402         * ole/ole2nls.c, if1632/ole2nls.spec:
16403         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16404         Implementation of RegisterNLSInfoChanged.
16406         * scheduler/critsection.c, windows/queue.c, memory/heap.c:
16407         James Abbatiello <abbeyj@wpi.edu>
16408         Addresses issues with multiple processes accessing non-global critical
16409         sections.
16411         * server/sock.c: Jeremy White <jwhite@codeweavers.com>
16412         Fixed bug in WINSOCK_accept when no event is present.
16414         * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
16415         Rein Klazes <rklazes@casema.net>
16416         Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
16418         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
16419         Ulrich Czekalla <ulrichc@corel.ca>
16420         Implementation of custom dialog messages and notifications.
16422         * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
16423         - Proper initialization of cchTextMax field was added for
16424           TVN_GETDISPINFO notification message.
16425         - TVM_SETITEM should update 'mask' field to synchronize it with
16426           current item state.
16428         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16429         If PageSize/InputSlot entry doesn't contain an options translation
16430         string use the option name instead.
16432         * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16433         Fixed SetTitleA when string resources were to be loaded.
16435         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
16436         - Fixed an error for scrolling in Listview (sometimes a column would
16437           not be visible) due to my last checkin.
16438         - Fixed an error for the header control when the Listview is resized with WM_SIZE
16439         - Fixed the scrolling for small and large icon (this broke because of
16440           the use of SB_PAGE in scrollInfo)
16441         - Added a patch made by Noomen Hamza to update the item width when
16442           adding a new item
16444         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
16445         Handle socket creation errors.
16447         * controls/menu.c: Karl Lessard <karll@corel.com>
16448         When a popupmenu is currently active on the screen, it shouldn't
16449         remove mouse click messages that don't belong to it from the queue.
16451         * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
16452         Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
16453         sockets to it (otherwise windows stay around when wine hangs).
16455 Thu Nov  4 02:51:24 1999  Alexandre Julliard  <julliard@winehq.com>
16457         * loader/main.c: Fixed -debugmsg +server.
16459         * scheduler/handle.c:
16460         Added special handling for the stdio handles in CloseHandle.
16462         * server/handle.c:
16463         Made all handles multiple of 4. Fixed semantics for pseudo-handles.
16465         * server/debugger.c:
16466         Free the handles of the event structure in the right process (thanks
16467         to Jeremy White).
16469         * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h:
16470         Peter Hunnisett <hunnise@nortelnetworks.com>
16471         - Added dplayx LibMain for initialization of all dplayx 'global' data
16472         - Added start for global data manipulation
16473         - TODO list updated
16474         - Added some missing header file definitions
16475         - Added the ansi versions of dplay and dplobby
16476         - Fixed invalid macro for IDirectPlay4
16477         - Cleaned up compiler warnings
16478         - More implementation, bug fixes and critical region protection
16480         * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
16481         Never send a WM_CLOSE message  to a popup window.
16483         * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
16484         Check if the window is managed before trying to give it focus.
16486         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
16487         Enhanced linux joystick api detection slightly.
16489         * windows/x11drv/keyboard.c:
16490         Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
16491         Added Polish keyboard support.
16493         * graphics/win16drv/prtdrv.c:
16494         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16495         Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
16497         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16498         Add `Cassette' to PPD -> windows printer-bin mapping.
16500         * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
16501         Modified lstrcpynWtoA to put terminating null at end of string, not
16502         end of buffer.
16504         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
16505         Removed duplicate macro definitions for the IStorage and IStream COM
16506         interfaces.
16508         * windows/defwnd.c: Karl Lessard <karll@corel.com>
16509         Fixed COLOR_MAX definition for new Win32 values.
16511         * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
16512         Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
16514         * dlls/comctl32/listview.c, include/listview.h:
16515         Ulrich Czekalla <ulrichc@corel.ca>
16516         Set proper item focus on DeleteItem.
16517         Clean up edit label implementation.
16519         * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
16520         Fixed a long standing (and annoying) typo, that prevented
16521         GetDiskFreeSpaceA from working...
16523         * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16524         Enable safe reading of registry file, even if file is broken.
16526         * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
16527         Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
16529 ----------------------------------------------------------------
16530 Sun Oct 31 22:26:35 1999  Alexandre Julliard  <julliard@winehq.com>
16532         * scheduler/client.c: Set close-on-exec flag on server socket.
16534         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
16535         Added explanation on creating a new DLL.
16537         * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
16538         Better version autodetection.
16540         * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
16541         Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
16543         * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
16544         Fail when LPRECT contains negative values.
16546         * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
16547         On ConfigureNotify, find the first visible window above the current one.
16549         * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
16550         Corrected operand sizes for the "enter" instruction.
16552         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
16553         PSM_ADDPAGE returns TRUE or FALSE.
16555         * dlls/msacm32/builtin.c, dlls/msacm32/Makefile.in, dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm32/wineacm.h, include/msacm.h:
16556         Eric Pouech <Eric.Pouech@wanadoo.fr>
16557         Made msacm32 really load ACM drivers.
16559         * graphics/painting.c: Jim Aston <jima@corel.ca>
16560         Prevent FillRgn from using a NULL pointer.
16562         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16563         Fixed a few problems with RegEnumKey*.
16565         * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
16566         Implementation of user defined templates.
16568         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
16569         IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
16571         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
16572         Do not clear the drawing area for etched static controls.
16573         Replaced our own drawing stuff in etched static controls by DrawEdge.
16575         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
16576         In report view mode of the listview control, implemented the
16577         horizontal scrollbar functionality.
16579         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
16580         Fixed a small bug in the behavior of maximized MDI children.
16582         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16583         Rewrite of EnumPrinters.
16585         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
16586         Fill in the hwndFrom field of the NMHDR structure when sending
16587         notifications.
16589         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16590         When reading a profile entry remove trailing quote when there's an
16591         opening one.
16593         * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
16594         Return correct height and width for stock fonts in GetObject.
16596         * programs/avitools/aviplay.c: Compile fix.
16598         * programs/wcmd/.cvsignore: Added wmcdrc.h
16600         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
16601         Added support for the addition and removal of custom I/O preocedures.
16603         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
16604         Abey George<abey@macadamian.com>
16605         Implemented ProgIDFromCLSID.
16607         * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
16608         Thuy Nguyen <thuy@macadamian.com>
16609         Wizard mode property sheets have a tab control.
16611         * loader/loadorder.c, relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.c, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wavemap/wavemap.c, wine.ini:
16612         Eric Pouech <Eric.Pouech@wanadoo.fr>
16613         Added built-in msacm.drv and midimap.drv drivers.
16615         * tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
16616         Patrik Stridvall <ps@leissner.se>
16617         - Minor fixes and reorganizations.
16618         - Added checks for documentation inconsistencies.
16620         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, misc/port.c, misc/winsock.c, misc/winsock_async.c, dlls/winmm/joystick.c:
16621         Patrik Stridvall <ps@leissner.se>
16622         Added missing configuration #if:s and #includes:s.
16624         * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
16625         Patrik Stridvall <ps@leissner.se>
16626         Fixed documentation.
16628         * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
16629         Solaris make doesn't like unnecessary \.
16631         * programs/avitools/aviplay.c, windows/dinput.c, dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/oleobj.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/if_macros.h, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3d_private.h, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
16632         Francois Gouget <fgouget@psn.net>
16633         Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
16635         * windows/win.c, windows/x11drv/wineclipsrv.c:
16636         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16637         Fixed a couple of compiler warnings.
16639         * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
16640         A crash would occur if the file type in report mode was empty.
16642         * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
16643         Changed the initialisation of the KeyState array.
16645         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16646         Better handling of newlines in FormatMessage*.
16648         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16649         Fix (some) bad behavior with buffer underrun.
16651         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16652         Fixed PlaySound proc for non PCM content.
16654         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
16655         - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
16656         - Treeview: colors returned by TVM_GET**COLOR are mixed up.
16658         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
16659         Clicking the combo box would cause a crash if it was empty.
16661         * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
16662         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16663         It appears that StartDoc sends the STARTDOC escape with the DOCINFO
16664         structure pointed to with the output data parameter.
16666         * graphics/fontengine.c, if1632/gdi.spec:
16667         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16668         Stub for EngineRealizeFontExt (used by the win98 pscript driver).
16670         * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
16671         Selected button within tab control will be painted with the right
16672         color brush.
16674         * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
16675         Do not send two PSN_KILLACTIVE messages.
16677         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
16678         ini variables do not like ; comments after them (they are not shell
16679         scripts). Fixed a typo in one of the names.
16681 Mon Oct 25 15:43:36 1999  Alexandre Julliard  <julliard@winehq.com>
16683         * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
16684         Francois Gouget <fgouget@psn.net>
16685         Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
16686         a COM interface one never has to name the lpVtbl field explicitly.
16688         * dlls/oleaut32/ole2disp.c:
16689         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16690         SysAllocStringLen16 needs to handle NULL pointers, too.
16692         * memory/local.c:
16693         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16694         Bug fix.
16696         * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
16697         Fixed small typos and slightly outdated comments.
16699         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
16700         Ian Schmidt <ischmidt@cfl.rr.com>
16701         Partial implementation of the Shell32 call Win32DeleteFile(), required
16702         by IE5's Explorer.
16704         * programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, Make.rules.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in:
16705         Added dependency on winestub.o
16707 Sun Oct 24 22:13:55 1999  Alexandre Julliard  <julliard@winehq.com>
16709         * windows/dinput.c, tools/build.c, tools/fnt2bdf.c, win32/console.c, win32/device.c, win32/file.c, win32/process.c, relay32/snoop.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/sock.c, server/socket.c, msdos/int21.c, objects/gdiobj.c, include/config.h.in, loader/dos/dosmod.c, loader/dos/dosvm.c, loader/dos/module.c, loader/pe_image.c, memory/ldt.c, dlls/wnaspi32/winaspi32.c, files/directory.c, files/dos_fs.c, graphics/ddraw.c, graphics/x11drv/dib.c, dlls/ole32/compobj.c, dlls/oleaut32/variant.c, dlls/winaspi/winaspi16.c, configure.in, debugger/stabs.c, dlls/crtdll/crtdll_main.c, configure:
16710         Patrik Stridvall <ps@leissner.se>
16711         - Added missing configuration #if:s and #includes:s.
16712         - Minor configuration related changes.
16714         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
16715         Made LoadHomeRegistryFiles default to TRUE.
16717         * include/authors.h, include/comm.h, include/datetime.h, include/monthcal.h, include/netspi.h, include/ntsecapi.h, include/psdrv.h, include/wine/obj_connection.h, include/wine/obj_oleundo.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/winnet16.h, include/winspool.h, include/xmalloc.h, tools/make_authors:
16718         Patrik Stridvall <ps@leissner.se>
16719         Made the include files self-sufficient.
16721         * tools/winapi_check/*:
16722         Patrik Stridvall <ps@leissner.se>
16723         - Fixed the long long problem.
16724         - Added configure include consistancy checking.
16725         - Added progress indicator.
16726         - Began splitting up the win16api.dat and win32api.dat files.
16727         - Added various minor checks.
16728         - Minor fixes.
16730         * relay32/kernel32.spec, relay32/user32.spec, dlls/shell32/shell32.spec, dlls/shell32/shlwapi.spec, dlls/win32s/w32skrnl.spec, dlls/winspool/winspool.spec, dlls/wnaspi32/wnaspi32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/psapi/psapi.spec, dlls/avifil32/avifil32.spec, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
16731         Patrik Stridvall <ps@leissner.se>
16732         Added spec file declarations for already implemented functions.
16734         * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
16735         Patrik Stridvall <ps@leissner.se>
16736         Added Win16 variants of existing Win32 functions.
16738         * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
16739         Solaris compile fix.
16741         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
16742         Remove prefixing by a tilde for GetTempFileName 32bits.
16744         * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
16745         Added missing include.
16747         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16748         Warn users to use -the -desktop option together with the native user DLLs.
16750         * loader/resource.c:
16751         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16752         Return the size of the needed resource when buffer is NULL for LoadString().
16754         * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
16755         Francis Beaudet <francis@macadamian.com>
16756         Enabled the persistent clipboard server.
16758         * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
16759         Improved registry isolation possibilities.
16761         * multimedia/*.c:
16762         Eric Pouech <Eric.Pouech@wanadoo.fr>
16763         Split the multimedia/ directory into dlls/ subdirectories.
16765         * multimedia/winmm.rc, multimedia/winmm_Pt.rc, programs/clock/ChangeLog, programs/clock/Pt.rc, programs/notepad/ChangeLog, programs/notepad/Fr.rc, programs/notepad/Pt.rc, programs/notepad/Wa.rc, programs/progman/.cvsignore, programs/progman/ChangeLog, programs/progman/Pt.rc, programs/winhelp/.cvsignore:
16766         Gustavo Junior Alves <alves@correionet.com.br>
16767         More Portuguese language support.
16769         * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
16770         Fixed top-down DIB handling in StretchDIBits32().
16772         * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
16773         Added macro definitions for memory allocation.
16775         * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
16776         Ulrich Czekalla <ulrichc@corel.ca>
16777         Make sure that all calls use the extended structures which are a
16778         superset of the regular structures.
16780         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
16781         Added the functionality of the thumb track.
16783         * windows/focus.c: Adrian Thurston <adriant@corel.com>
16784         Do not set focus to a disabled window.
16786         * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
16787         Fixed an entry in the keyboard translation table for Ctrl-Break.
16789         * include/debugdefs.h, scheduler/debugger.c:
16790         Ulrich Czekalla <ulrichc@corel.ca>
16791         New channel 'debugstr' used to print OutputDebugString API calls.
16793         * windows/nonclient.c, windows/x11drv/event.c:
16794         Noomen Hamza <noomen@macadamian.com>
16795         Popup windows will be hidden when we minimize a main frame or shown
16796         when we maximize or restore a minimized main frame.
16798 Sat Oct 23 23:59:47 1999  Alexandre Julliard  <julliard@winehq.com>
16800         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
16801         PropertySheet didn't destroy page dialog's window while removing page.
16803         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
16804         Update the item width upon a new column in the header control.
16806         * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
16807         Reorder parameters to fix position of base reg relative to exception
16808         frame.
16810         * documentation/Makefile.in: Fixed typo.
16812         * include/*.h:
16813         Francois Gouget <fgouget@psn.net>
16814         Define the COM macros even in C++.
16816         * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
16817         Fixed loop with WM_SYSCHAR.
16819         * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
16820         Fixed tooltips positioning.
16822         * graphics/x11drv/dib.c: Re-applied lost change.
16824         * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16825         Ignore wrong hInstance.
16827         * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
16828         Robert 'Admiral' Coeyman <admiral@corner.net>
16829         Report non-hercules video. Turned on int 2a.
16831         * include/file.h, include/winbase.h, loader/module.c, files/file.c:
16832         Jim Aston <jima@corel.ca>
16833         Fixed compiling with STRICT.
16835         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
16836         Proper resource support for dialog title.
16838         * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
16839         Fixed some wrong defines.
16841         * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
16842         Copy bitmaps properly.
16844         * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
16845         Eric Pouech <Eric.Pouech@wanadoo.fr>
16846         Allow loading of modules debug information after first invocation of
16847         debugger.
16849         * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
16850         Jim Aston <jima@corel.ca>
16851         Added a few stubs.
16853         * include/listview.h, dlls/comctl32/listview.c:
16854         Ulrich Czekalla <ulrichc@corel.ca>
16855         Implementation of edit labels.
16857         * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
16858         Ove Kaaven <ovek@arcticnet.no>
16859         Fixed some anonymous union accesses.
16861         * controls/listbox.c: Abey George <abey@macadamian.com>
16862         Draw the item text from the top of the item rect.
16864         * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
16865         Pierre Mageau <pierre@macadamian.com>
16866         Fixed the ascending and descending sort order for the File Dialog.
16868         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
16869         - adds calling application defined callback function once PropertSheet
16870           Dialogbox has been initialized just after creating the tab control
16871         - handle the case when pszCaption specifies a resource instead of a string
16873         * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
16874         Juergen Schmied <juergen.schmied@metronet.de>
16875         - removed all unnecessary "winapi" from internal _IL* functions
16876         - better parameter checking for shellfolder
16877         - removed dead code from shv_bg_contextmenu
16879         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
16880         Jim Aston <jima@corel.ca>
16881         Added another anonymous union using the DUMMYUNIONNAME style.
16883         * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
16884         Properly copy text into user supplied buffer.
16886         * misc/winsock.c, relay32/wsock32.spec, server/object.h, server/sock.c, if1632/winsock.spec, include/task.h, include/winsock.h, loader/main.c, loader/task.c, misc/main.c:
16887         Ove Kaaven <ovek@arcticnet.no>
16888         Winsock rewrite. Sockets are now proper win32 handles.
16889         Internal structures are now really internal.
16891         * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
16892         Tab control doesn't refresh tab area on TCM_SETCURSEL.
16894         * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
16895         Ulrich Czekalla <ulrichc@corel.ca>
16896         Implemented StrRChrA.
16898         * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
16899         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16900         Bugfix: Perform proper process shutdown on 'quit' and error.
16902         * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
16903         Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
16905         * include/winuser.h: Jim Aston <jima@corel.ca>
16906         Fixed a small typo.
16908         * windows/dialog.c: Adrian Thurston <adriant@corel.com>
16909         Protect against wrong return value from WM_INITDIALOG.
16911         * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
16912         Removed an illegal character.
16914         * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
16915         Now inits the policy cache when shell32 is first instantiated.
16916         Matches Windoze behavior.
16918         * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
16919         Ian Schmidt <ischmidt@cfl.rr.com>
16920         Real implementation of SHRestricted(), clarified SHInitRestricted()'s
16921         role a little, added policy data table.
16923         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
16924         Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
16926         * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
16927         Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
16929         * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
16930         The property sheet dialog needs flag WS_VISIBLE.
16932         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
16933         Set the default view button to List in the FileDialog.
16935         * loader/ne/module.c:
16936         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16937         Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
16939         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16940         Fixed potential crash in string variable printing.
16942         * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16943         Added WM_GETFONT support.
16945         * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
16946         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16947         Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
16949         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16950         Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
16951         mmioDescend offset and alignment issues).
16953         * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
16954         We are supposed to delete the palette object with the DeleteObject
16955         function.
16957         * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
16958         Listview items will be drawn with the right item dimensions.
16960         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
16961         Some small corrections to the ExtTextOut function.
16963         * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
16964         Make sure that the drop effect of a DnD operation is set to
16965         DROPEFFECT_NONE if the user cancelled the operation.
16967         * dlls/comctl32/animate.c, include/animate.h:
16968         Eric Pouech <Eric.Pouech@wanadoo.fr>
16969         First working version.
16971         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16972         Added the mute capability to most control lines.
16974         * windows/win.c: Rein Klazes <rklazes@casema.net>
16975         Use the module handle, if CreateWindowEx is called with
16976         hInstance==NULL.
16978         * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
16979         Added missing prototypes for StrRetToBuf(A|W).
16981 Wed Oct 13 16:17:23 1999  Alexandre Julliard  <julliard@winehq.com>
16983         * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
16984         Added Pt.s.
16986         * objects/dib.c: Backed out previous change (breaks with metafiles).
16988         * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
16989         Ove Kaaven <ovek@arcticnet.no>
16990         Added socket interface to wineserver.
16992         * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
16993         Eric Pouech <Eric.Pouech@wanadoo.fr>
16994         Correct filename for kernel module is KRNL386.EXE.
16996         * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
16997         Eric Pouech <Eric.Pouech@wanadoo.fr>
16998         Added missing (and now required) filename directive.
17000         * tools/build.c, include/builtin32.h:
17001         Eric Pouech <Eric.Pouech@wanadoo.fr>
17002         Added filename to 32 bit builtin module descriptors.
17004         * if1632/builtin.c, relay32/builtin32.c:
17005         Eric Pouech <Eric.Pouech@wanadoo.fr>
17006         Fix loading of modules: now search key is module's filename, not
17007         module's name.
17009         * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
17010         Pierre Mageau <pierre@macadamian.com>
17011         When an error occurred in a property sheet because of invalid data,
17012         clicking on another tab, would activate the new tab but keep the
17013         original property sheet.
17015         * dlls/comctl32/listview.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
17016         Juergen Schmied <juergen.schmied@metronet.de>
17017         - implemented sorting the listview by clicking on the column header
17018         - implemented the context menu entrys for sorting
17019         - some more functions to gather data form pidls
17021         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
17022         Juergen Schmied <juergen.schmied@metronet.de>
17023         Removed linking by GetProcAddress for StrRetToBuf sinc not all
17024         versions of shlwapi exporting this function.
17026         * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
17027         James Abbatiello <abbeyj@wpi.edu>
17028         Removes extraneous comparison of data pointed to by the relocation
17029         offset when no relocation entries exist.
17031         * if1632/wprocs.spec, loader/ne/module.c:
17032         Marcus Meissner <Marcus.Meissner@lst.de>
17033         WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
17034         BLINKER selfextracting executables).
17036         * windows/dialog.c: Abey George <abey@macadamian.com>
17037         Changed EndDialog to behave like as in Windows.
17038         Call SetWindowPos instead of ShowWindow in EndDialog.
17040         * windows/winpos.c: Abey George <abey@macadamian.com>
17041         Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
17042         Code for activating and setting focus to other windows when a window
17043         is hidden, is moved to ShowWindow from SetWindowPos.
17044         Activate the top level window if it's not active in ShowWindow(SW_SHOW).
17046         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17047         Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
17049         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17050         Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
17051         dimensions are equal).
17053         * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
17054         Gustavo Junior Alves <alves@correionet.com.br>
17055         Added Portuguese language support.
17057         * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
17058         Francois Gouget <fgouget@psn.net>
17059         Use the COM macros rather than directly accessing the lpvtbl field.
17061         * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
17062         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17063         Use LoadString16 for FormatMessage16 and handle
17064         FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
17066         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
17067         Some adjustments to ExtTextOut.
17069         * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
17070         Stephane Lussier <stephane@macadamian.com>
17071         Fixed the clipping for the postscript driver and turned it on (by setting
17072         PSDRV_SetDeviceClipping in the function table).
17074         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17075         Account for the trailing NULL in GetLogicalDriveStringsA.
17077         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
17078         Fixed a typo in a function declaration.
17080         * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
17081         Added Hungarian keyboard support.
17083         * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
17084         We have to activate MDI child windows.
17086         * dlls/commdlg/filedlg.c:
17087         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17088         Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
17089         hWnd.
17091         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
17092         Correct usage of a scratch array in X11DRV_PolyBezier.
17094         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
17095         Make WM_GETTEXTLENGTH return length for dropdownlist combos.
17097         * controls/button.c: Francois Boisvert <francois@macadamian.com>
17098         Removed FillRect in the ownerdrawn button procedure.
17100         * windows/x11drv/event.c: Abey George <abey@macadamian.com>
17101         Make sure the Focus Out window is still the Foreground window before
17102         doing SetForegroundWindow(0) in Event_FocusOut.
17104         * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
17105         James Abbatiello <abbeyj@wpi.edu>
17106         Fixes problems with color drift when switching to/from
17107         logical/physical colors.
17109         * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
17110         Mouse position is signed.
17112         * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
17113         Set the COLOR_3DLIGHT system color to the right window default value.
17115         * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
17116         Small hack to check if we need to relocate the TLS directory or not
17117         (some seem to need this pointer relocateable, some already do relocate
17118         it by themselves).
17120         * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
17121         Relink subdirectory objects on Makefile.in/Make.rules.in change.
17123         * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
17124         Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
17126         * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
17127         Don't ref NULL ptrs in debug.
17129         * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
17130         If the joydevice is not present, do not create a DirectInputDevice.
17132         * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
17133         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17134         Map PrintDlg16 to PrintDlgA.
17136         * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
17137         Small fixes.
17139         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
17140         Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
17141         true.
17143         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
17144         Prevent self referencing next pointer during insert.
17146         * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
17147         Added some missing definitions.
17149         * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
17150         Klaas van Gend <klaas@vangend.demon.nl>
17151         Added Dutch to the languages supported by MCI.
17153         * documentation/status/internationalisation:
17154         Klaas van Gend <klaas@vangend.demon.nl>
17155         Updated status of internationalisation.
17157         * loader/pe_image.c:
17158         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17159         Bugfix: *Don't* resolve PE imports if asked not to ...
17161         * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17162         Bugfix: DdeNameService was broken.
17164         * loader/ne/module.c:
17165         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17166         Bugfix: When loading an executable module fails, don't perform module
17167         cleanup before the corresponding task is destroyed.
17169         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
17170         Klaas van Gend <klaas@vangend.demon.nl>
17171         Moved bitmap resource to language-independent resource file.
17173         * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
17174         Added warning for future VERSION_GetVersion() (mis-)users and made
17175         OSVERSIONINFO warning more detailed.
17177         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
17178         Marcus Meissner <Marcus.Meissner@caldera.de>
17179         Added stubs for RevokeActiveObject, GetActiveObject, fixed
17180         RegisterActiveObject stub argtypes.
17182         * windows/x11drv/keyboard.c:
17183         Marcus Meissner <Marcus.Meissner@caldera.de>
17184         Added german keyboard layout with "nodeadkeys" option enabled (just to
17185         apostrophes are switched).
17187         * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
17188         Marcus Meissner <Marcus.Meissner@caldera.de>
17189         Stub for VideoCapDriverDescAndVer.
17191         * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
17192         Replicate CreateDirectory() LastError workaround for the LFN part.
17194         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
17195         Also escape characters >=0x80 within the wineregistry savefile.
17197         * dlls/wnaspi32/winaspi32.c:
17198         Marcus Meissner <Marcus.Meissner@caldera.de>
17199         Don't use malloc/free in winaspi32.
17201         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
17202         Use 1 macro for rgbbitdepth -> byte determination.
17203         xshm/image creation now uses 1/8 of the space for every image.
17205         * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
17206         Replaced double ChangeDisplaySettingsA by (Ex)[AW].
17208 Wed Sep 29 12:16:16 1999  Alexandre Julliard  <julliard@winehq.com>
17210         * if1632/builtin.c, loader/module.c, loader/ne/module.c:
17211         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17212         Bugfix: Don't call GetVersionExA too early, to avoid breaking
17213         automatic emulated Windows version detection.
17215         * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
17216         Rein Klazes <rklazes@casema.net>
17217         First implementation of LoadTypeLibEx().
17219         * if1632/mmsystem.spec, multimedia/mmsystem.c:
17220         Marcus Meissner <marcus@jet.franken.de>
17221         Added stub for WMMMIDIRUNONCE called by midimap.drv.
17223         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
17224         Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
17225         following WSACleanup will already free the structures.
17227         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
17228         Create DirectSound object even without sounddevice. Games can be
17229         played without sound, but not without DirectSound object (tested with
17230         Monkey Island 3).
17232         * dlls/oledlg/oledlg.spec, include/ntddk.h, relay32/kernel32.spec, relay32/user32.spec, tools/build.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
17233         Patrik Stridvall <ps@leissner.se>
17234         Fixed some of the issues reported by winapi-check, by adding arguments
17235         to varargs.
17237         * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
17238         Added ability to call winapi_check from the Makefiles.
17240         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
17241         Modification due to problems with winapi-check.
17243         * tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
17244         Patrik Stridvall <ps@leissner.se>
17245         - Adapted to changes in Wine.
17246         - Minor improvements.
17248 Tue Sep 28 16:40:07 1999  Alexandre Julliard  <julliard@winehq.com>
17250         * server/event.c, server/object.h:
17251         Made event manipulation routines public.
17253         * dlls/Makefile.in, dlls/dplayx/.cvsignore, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c, dlls/dplayx/dplay.spec, dlls/dplayx/dplayx.spec, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h, multimedia/Makefile.in, multimedia/dplay.c, relay32/.cvsignore, relay32/dplay.spec, relay32/dplayx.spec, relay32/Makefile.in, Makefile.in, configure, configure.in:
17254         Peter Hunnisett <hunnise@nortelnetworks.com>
17255         - Moved dplay and dplayx to a proper home in the dlls directory.
17256         - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
17257         - Implemented a class factory for dplay and dplobby. COM interfaces
17258           now work for dp and dpl.
17259         - Added a few more entries to dplayx.spec files. How do you find the
17260           ordinals? I just guessed :(
17261         - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
17262         - Included some missing header file definitions.
17263         - Implemented the dplay dll in terms of the dplayx dll. I haven't
17264           tested it so it may not work...
17265         - A few bug fixes and a little new implementatioe.n
17266         - Updated document with a more detailed implementation plan.
17268         * windows/win.c: Noomen Hamza <noomen@macadamian.com>
17269         Rewrite the ShowOwnedPopups function with a safety algorithm.
17271         * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
17272         Make ExecFocusedItem return -1 on failure.
17274         * graphics/ddraw.c, multimedia/dsound.c:
17275         Peter Hunnisett <hunnise@nortelnetworks.com>
17276         - Changed return code for failure on *_DllGetClassObject to
17277           CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
17278         - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
17279         - Changed "return 0;" with S_OK or DS_OK as appropriate.
17281         * dlls/ntdll/signal_i386.c:
17282         Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
17284         * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17285         Remember the allocated string to free it.
17287         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
17288         Force recalculation of menu when calling InsertMenuItem.
17290         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
17291         Ian Schmidt <ischmidt@cfl.rr.com>
17292         Implementation of 2 Win98 by-ordinal SHELL32 routines.  Helps Win98
17293         Explorer work better.
17295         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17296         Fixed typo in hDrv for sending message.
17298 Mon Sep 27 13:38:57 1999  Alexandre Julliard  <julliard@winehq.com>
17300         * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
17301         Eric Pouech <Eric.Pouech@wanadoo.fr>
17302         Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
17303         DLLs.
17305         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17306         Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
17307         discrimination.
17308         Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
17310         * multimedia/mixer.c, multimedia/mmaux.c:
17311         Eric Pouech <Eric.Pouech@wanadoo.fr>
17312         Check for OSS driver presence and return error accordingly.
17314         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17315         Got rid of hack on MIDHDR's reserved field for 16/32 bit
17316         discrimination.
17318         * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17319         Fixed crash with mapper loading.
17320         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
17321         discrimination.
17323         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17324         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
17325         discrimination.
17327         * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
17328         Typo correction.
17330         * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
17331         Fix integer based resource id assumption.
17332         Add support for string based type ids.
17334         * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
17335         Added some basic Winsock2 definitions.
17337         * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
17338         Added EXCEPT_EVENT to wineserver select loop.
17340         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
17341         Fix for VFAT_IOCTL_READDIR_BOTH.
17343         * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
17344         Small wing enhancement.
17346         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
17347         Return key should not be ignored in multiline edit even if
17348         ES_WANTRETURN flag isn't set.
17350         * include/gdi.h, objects/gdiobj.c:
17351         Francis Beaudet <francis@macadamian.com>
17352         DPtoLP needs to round the result.
17353         Fixed MulDiv to deal better with negative numbers.
17355         * windows/painting.c: Francis Beaudet <francis@macadamian.com>
17356         rcPaint has to be returned in logical coordinates but was intersected
17357         with a client rectangle in device coordinates.
17359         * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
17360         Fixed GetRandomRgn.
17362         * files/drive.c: Abey George <abey@macadamian.com>
17363         Made GetCurrentDirectory return long name of the current directory.
17365         * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
17366         Use an extra bit in the button status byte to flag whether the
17367         DefButtonWndProc should process the WM_LBUTTONUP message.
17369         * scheduler/process.c, scheduler/sysdeps.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c, graphics/ddraw.c, include/sig_context.h, include/debugger.h, include/dosexe.h, include/miscemu.h, include/wine/exception.h, loader/signal.c, loader/Makefile.in, loader/main.c:
17370         Moved all signal support to a new platform-specific file.
17371         Make use of the per-thread signal stack (Juergen Lock).
17372         Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
17374 ----------------------------------------------------------------
17375 Thu Sep 23 16:14:44 1999  Alexandre Julliard  <julliard@winehq.com>
17377         * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
17378         Noel Borthwick <noel@macadamian.com>
17379         Added clipboard server.
17381         * tools/Attic/winapi-check, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
17382         Patrik Stridvall <ps@leissner.se>
17383         Made a new improved version of winapi-check in perl.
17385         * msdos/int21.c:
17386         Implemented uppercasing functions (based on a patch by Robert
17387         'Admiral' Coeyman).
17389         * windows/user.c, dlls/ole32/ole2stubs.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/stress/stress_main.c, if1632/dummy.c, include/stress.h, include/wine/wingdi16.h, misc/printdrv.c, windows/input.c:
17390         Patrik Stridvall <ps@leissner.se>
17391         Fixed some of the issues reported by winapi-check.
17393         * misc/comm.c: Patrik Stridvall <ps@leissner.se>
17394         Modification due to problems with winapi-check.
17396         * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
17397         WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
17398         closed after loosing the focus.
17400         * objects/dib.c: Francois Boisvert <francois@macadamian.com>
17401         CreateDIBitmap creates a monochrome bitmap only when the first color of the
17402         colormap is black followed by white. Otherwise it creates a color bitmap.
17404         * windows/defwnd.c, windows/nonclient.c:
17405         Noomen Hamza <noomen@macadamian.com>
17406         Non active window should be activated when it gets any
17407         client/non-client double/single left/medium/right mouse click(s).
17409 Wed Sep 22 16:53:54 1999  Alexandre Julliard  <julliard@winehq.com>
17411         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17412         Added WINEOSS descriptor.
17414         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17415         MMSYSTEM_GetIData() now dies when no iData is present
17416         Better error recovery when the process attachment fails
17417         PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
17418         Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
17419         Makes use of new lolvldrv.c interfaces
17421         * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
17422         Eric Pouech <Eric.Pouech@wanadoo.fr>
17423         Added lolvldrv.c and oss.c.
17424         Thunks to 16 bit are now generated for the MMSYSTEM module.
17426         * configure.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.spec, Makefile.in, configure:
17427         Eric Pouech <Eric.Pouech@wanadoo.fr>
17428         Added dlls/winmm and dlls/winmm/wineoss directories.
17430         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17431         No longer checking for correct iData in code.
17433         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
17434         Added missing DriverCallBack function.
17436         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
17437         All headers (wave and midi functions) are now seen as segptr.
17438         Added stub for joyGetPosEx16().
17440         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17441         Added some missing defines.
17443         * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17444         Now using the same structs for low-level drivers as Windows do.
17446         * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
17447         Eric Pouech <Eric.Pouech@wanadoo.fr>
17448         Make it (almost) 32 bit only.
17449         Reflected creation of WINEOSS module.
17451         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17452         Make it (almost) 32 bit only.
17453         Reflected creation of WINEOSS module.
17454         No longer using ERR when no MIDI card is present.
17456         * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17457         Added stub for joyGetPosEx16().
17459         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17460         No longer checking for correct iData in code.
17461         Added look-up tables to command tables (speeds up queries).
17463         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17464         Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
17466         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17467         Now using modReset() instead of tweaking MIDI controls.
17469         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17470         Fixed returned type upon open.
17471         Fixed some bogus error checking.
17473         * multimedia/mcianim.c, multimedia/mciavi.c:
17474         Eric Pouech <Eric.Pouech@wanadoo.fr>
17475         Fixed returned type upon open.
17477         * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
17478         Do not set EH_NONCONTINUABLE.
17480         * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
17481         Morten Eriksen <mortene@sim.no>
17482         Added simple console mode example program which lists information
17483         about the version of Windows we're currently running on.
17485         * loader/module.c: Fixed memory allocation bug.
17487         * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
17488         Fix infinite loop with glastXFocusWindow.
17490         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
17491         Allow creation of empty imagelist.
17493         * objects/palette.c, relay32/gdi32.spec:
17494         Ian Schmidt <ischmidt@cfl.rr.com>
17495         Added partial implementation of GetICMProfileA, required by Paint Shop
17496         Pro 5.
17498         * controls/menu.c: Abey George <abey@macadamian.com>
17499         Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
17500         when TPM_NONOTIFY flag is set in TrackPopupMenu.
17502         * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
17503         getpeername() and getsockname() return errors in errno not h_errno.
17505 Mon Sep 20 18:52:06 1999  Alexandre Julliard  <julliard@winehq.com>
17507         * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
17508         Patrik Stridvall <ps@leissner.se>
17509         Fixed ANSI C violations.
17511         * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
17512         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17513         Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
17515         * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
17516         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17517         Don't create thunk for task signal proc, call it directly.
17519         * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
17520         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17521         DC hook proc thunk management simplified.
17523         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17524         System timer proc thunk creation moved out of if1632/thunk.c.
17526         * scheduler/thread.c:
17527         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17528         Don't create thunk for CreateThread16 proc, call it directly.
17530         * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
17531         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17532         Windows hook proc thunk management simplified.
17534         * include/callback.h, if1632/thunk.c:
17535         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17536         Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
17537         Removed persistent thunk creation routines.
17539         * configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xf86dga2.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86dga2.c:
17540         Lionel Ulmer <lionel.ulmer@free.fr>
17541         Added the possibility to use DGA 2.0.
17543         * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17544         Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
17546         * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
17547         It's no error to send a WM_COMMAND to MenuHelp.
17549         * files/file.c: Francois Boisvert<francois@macadamian.com>
17550         CreateFileA returns HFILE_ERROR when the filename contains a wild card.
17552         * controls/static.c: Francis Beaudet <francis@macadamian.com>
17553         Fixed display bug in the static control.
17555         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
17556         Message removed when menu tracking finish on a WM_LBUTTONDOWN.
17558         * include/bitmap.h, include/ts_xlib.h, include/x11drv.h, objects/dib.c, tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c:
17559         Noel Borthwick <noel@macadamian.com>
17560         - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
17561           and native Linux applications.
17562         - Respond to the MULTIPLE selection request target when Wine is the
17563           selection owner.
17564         - Relax type checking for TARGETS selection.
17566         * if1632/builtin.c, loader/module.c:
17567         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17568         Set 'expected_version' of built-in and dummy modules according to
17569         emulated Windows version.
17571         * if1632/relay.c, loader/main.c:
17572         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17573         Make CallTo16 return stub segment owned by KERNEL.
17575         * include/wine/winbase16.h, loader/task.c:
17576         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17577         Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
17579         * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
17580         Added some values that were missing in the Swedish nls file.
17582 Sun Sep 19 18:58:16 1999  Alexandre Julliard  <julliard@winehq.com>
17584         * graphics/x11drv/dib.c:
17585         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17586         Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
17588         * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
17589         Added missing export.
17591         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
17592         Fixed crash when loading *.ani files.
17594         * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
17595         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17596         Moved bulk of OLE implementation to dlls/ subdirectories.
17598         * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
17599         Send correct WM_MENUSELECT when menu closes.
17601         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
17602         Francois Boisvert <francois@macadamian.com>
17603         Added small feature in the file dialog.
17605         * win32/newfns.c, files/drive.c, include/winnt.h, include/wtypes.h, msdos/vxd.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/hglobalstream.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/olefont.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/variant.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c:
17606         Patrik Stridvall <ps@leissner.se>
17607         Added support for anonymous structs/unions on compilers that implement it.
17609         * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
17610         Peter Ganten <ganten@uni-bremen.de>
17611         Stubs for PolyTextOutA/W.
17613         * graphics/x11drv/dib.c, objects/dib.c:
17614         Karl Lessard <ybicubuk@umail.corel.com>
17615         Some more minor GDI fixes.
17617         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
17618         In ImageList_Draw when drawing the bitmap with the transparent flag
17619         set, background color/foreground color should be set to white/black,
17620         when doing bitblt operation with the bitmap mask.
17622         * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
17623         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17624         Extend DRAWMODE struct to win95 spec.
17625         Add some more Escape -> Escape16 conversions.
17627         * graphics/win16drv/prtdrv.c:
17628         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17629         Stop trashing devmode if in and out devmodes are the same.
17631         * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
17632         The MDIClient class must be registered with the IDC_ARROW cursor.
17634         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
17635         Implemented the disabled state of the combobox.
17637         * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
17638         Protect SetMenu from rogue menu handle.
17639         GetMenu16 can just call GetMenu.
17641         * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
17642         Protect MDISetMenu from rogue menu handles.
17644         * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
17645         Tidy up TRACE etc to use default channel.
17647         * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
17648         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17649         Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
17651         * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
17652         Thuy Nguyen <thuy@macadamian.com>
17653         Added support for wizard property sheets.
17655         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17656         Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
17658         * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
17659         - iSelected should be -1 if no item selected (Gerard Patel)
17660         - some of the checks for invalid items where > when they should have been >=
17661           (Marcus Meissner)
17662         - made InsertItem behave similarly to DeleteItem, ie, if the current item is
17663           after where the item is inserted, increment the selected item (David Luyer)
17665         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17666         Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
17668         * debugger/db_disasm.c:
17669         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17670         Bugfix: (E)IP-relative offsets depend on operand, not address, size.
17672         * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
17673         Marcus Meissner <marcus@jet.franken.de>
17674         Added stub implementation for EnumDisplayDevices*.
17676         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
17677         Added SC_GET_DEVTYPE.
17679         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
17680         Added stub for OLE32.DllGetClassObject.
17682         * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
17683         Juergen Schmied <juergen.schmied@metronet.de>
17684         More support for special pidls in SHGetSpecialFolderLocation.
17686         * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
17687         Luc Tourangeau <luc@macadamian.com>
17688         Implemented invisible pens.
17690         * objects/dib.c, graphics/x11drv/dib.c:
17691         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17692         Small DIB fixes.
17694         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
17695         Added a case for menu handling in win31.
17697 Tue Sep 14 11:51:02 1999  Alexandre Julliard  <julliard@winehq.com>
17699         * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
17700         Karl Lessard <karll@corel.com>
17701         Fixed GetDIBits problems.
17703         * misc/cpu.c, multimedia/mixer.c, include/commctrl.h, include/mmsystem.h, include/ntddk.h, include/prsht.h, include/shlobj.h, include/winbase.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_oleaut.h:
17704         Patrik Stridvall <ps@leissner.se>
17705         Add support for anonymous struct/unions on compilers that implement it.
17707 Mon Sep 13 16:06:17 1999  Alexandre Julliard  <julliard@winehq.com>
17709         * controls/button.c, controls/uitools.c:
17710         Dennis Bj|rklund <dennisb@cs.chalmers.se>
17711         Fixed win9x look on checkboxes and radiobuttons.
17713         * graphics/win16drv/.cvsignore, graphics/win16drv/Makefile.in, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, misc/.cvsignore, misc/Makefile.in, misc/printdrv.c, objects/dc.c, graphics/escape.c, graphics/psdrv/escape.c:
17714         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17715         Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
17716         Remove relays for win16drv from CallBack table, instead use build to
17717         generate them directly in graphics/win16drv/prtdrv.c.
17718         If Printer AbortProc is 16bit then allocate thunk and store that as a
17719         32bit proc in DC.  Setting of abortprocs now done in the correct place
17720         (i.e. not in the driver).
17722         * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
17723         Relaxed parameter checking for GetDIBits.
17725         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17726         Fixed last error code when trying to load unknown VxD with CreateFile.
17728         * dlls/shell32/shell32_main.c:
17729         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
17730         Pretend successful execution of SHELL_NotifyIcon*().
17732         * controls/menu.c, relay32/user32.spec:
17733         Eric Pouech <Eric.Pouech@wanadoo.fr>
17734         Added MenuItemFromPoint stub.
17736         * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17737         Fixed off by one allocation error (DPA and DSA).
17739         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17740         Fixed crash in PlaySound thread.
17742 Sat Sep 11 16:29:00 1999  Alexandre Julliard  <julliard@winehq.com>
17744         * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
17745         For Win 3.x applications, if they have either horizontal or vertical
17746         scrollbars, enable both.
17748         * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
17749         Patrik Stridvall <ps@leissner.se>
17750         Eliminated warnings.
17752         * controls/combo.c, controls/listbox.c:
17753         Pierre Mageau <pierre@macadamian.com>
17754         Set the mouse capture on the combo listbox.
17756         * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
17757         - fixed the creation of back-buffers in DGA mode
17758         - added a check on the validity of the Locking rectangle
17759         - fixed the enumeration for DX-6.0
17761         * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
17762         Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
17764         * controls/button.c: Abey George <abey@macadamian.com>
17765         Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
17766         BS_CHECKBOX, BS_AUTO* styles.
17768 Fri Sep 10 14:38:20 1999  Alexandre Julliard  <julliard@winehq.com>
17770         * graphics/psdrv/driver.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, include/psdrv.h, include/win16drv.h, graphics/driver.c:
17771         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17772         Winspool DocumentProperties and DeviceCapabilities should now work on
17773         native 16 bit drivers.
17775         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17776         Fixes DeviceCapabilities for DC_PAPERSIZE.
17777         Various fixes for OpenPrinter and EnumPrinters.
17778         Separation of GetPrinter in preparation for unification with EnumPrinters.
17780         * graphics/psdrv/ppd.c, include/wingdi.h:
17781         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17782         Add support for a large number of different paper sizes to PostScript
17783         driver.
17785         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
17786         Added definitions of COM objects for D3D 6.x support.
17788         * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
17789         If there is not an exact match found for the requested font name,
17790         instead of using the first font defined for the printer, map some
17791         common font families (e.g. Arial -> Helvetica), and search again.
17793         * if1632/kernel.spec, if1632/thunk.c:
17794         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17795         Fixed bug in CBClient routines by storing the SEGPTR in the global
17796         table and translating it on every use.
17798         * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
17799         Changed the pixmap to look like the windows default application icon.
17801         * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
17802         Stop crash in GetDiskFreeSpaceEx.
17804         * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
17805         Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
17806         handled by the window manager.
17808         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
17809         Implemented the behavior around the ES_WANTRETURN style in the edit
17810         control.
17812         * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
17813         Pressing the delete key using an extended keyboard with numlock on is
17814         not generating anymore a WM_CHAR message.
17816         * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
17817         Fixed pattern matching in PathMatchSpecA/W
17819         * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
17820         Tabbing in the listview of the shellview.
17822         * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
17823         Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
17824         LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
17825         column width.
17826         Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
17828         * dlls/shell32/shell32_main.c:
17829         Juergen Schmied <juergen.schmied@metronet.de>
17830         Fixed crash in detach sequence.
17832         * dlls/shell32/shlfolder.c:
17833         Juergen Schmied <juergen.schmied@metronet.de>
17834         Fixed wrong return value.
17836         * dlls/crtdll/crtdll_main.c:
17837         Juergen Schmied <juergen.schmied@metronet.de>
17838         Prevent endless loop in except2.
17840         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
17841         Now works around wine never exiting the debugger.
17842         Should put bug reports in the right place now.
17844         * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
17845         Marcus Meissner <Marcus.Meissner@caldera.de>
17846         Added stub for RegisterActiveObject().
17848         * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
17849         Marcus Meissner <marcus@jet.franken.de>
17850         Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
17852 Sun Sep  5 16:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
17854         * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
17855         Removed __winelib flag.
17857         * windows/driver.c, multimedia/audio.c, multimedia/dsound.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmsystem.c, multimedia/time.c, multimedia/winmm.rc:
17858         Eric Pouech <Eric.Pouech@wanadoo.fr>
17859         Updated to new MM header organization.
17861         * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
17862         Eric Pouech <Eric.Pouech@wanadoo.fr>
17863         Moved DDK level material to new include/mmddk.h file.
17864         Copied some SDK level material from include/multimedia.h file.
17866         * multimedia/mciwave.c, multimedia/mcimidi.c:
17867         Eric Pouech <Eric.Pouech@wanadoo.fr>
17868         Updated to new MM header organization.
17869         Cleaned-up internal structures (now 32 bit only).
17870         Now using the MMSYSTEM entry points rather than the low level driver
17871         ones directly.
17873         * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
17874         Fix %fs for signal handlers in the FS_sig undefined case (this patch
17875         actually from Ulrich Weigand, I only tested it).
17877         * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
17878         Ron Record <rr@sco.com>
17879         Added support of __thr_errno for reentrance on UnixWare.
17881         * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
17882         No longer needs to calculate its own character size.
17884         * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
17885         Consequential changes to default system font sizes
17887         * graphics/x11drv/xfont.c, include/x11font.h:
17888         Richard Cohen <richard@jubjub.demon.co.uk>
17889         Various fixes for the X11 font mapper, particularly:
17890         - size fonts with negative heights correctly
17891         - calculate average width correctly.
17893         * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
17894         Use a special value in the hotspot coordinate to identify which HICON
17895         are cursors and which are icons.
17897         * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
17898         Modified CBDropDown to find the best height of the listbox.
17900 Sat Sep  4 14:36:03 1999  Alexandre Julliard  <julliard@winehq.com>
17902         * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
17903         Added configure check for str[n]casecmp.
17905         * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17906         Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
17908         * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17909         Added type PWORD.
17911         * dlls/winspool/info.c, include/winspool.h:
17912         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17913         Added loads of types, defines and declarations to winspool.h.
17915         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
17916         Francois Boisvert<francois@macadamian.com>
17917         Fixed the height of items in the lookin combobox of the filedlg95.
17919         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
17920         Initialize the enabling state variable in the edit.
17922         * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
17923         The fast window frame size should be the same as the frame size used
17924         by NC_DrawFrame function.
17926         * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17927         Fixed compiler warnings.
17929         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17930         lstrncmpi isn't a windows API, use strncasecmp instead.
17932         * memory/global.c:
17933         Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
17935         * windows/msgbox.c: Added missing HFONT type.
17937         * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
17938         Pierre Mageau <pierre@macadamian.com>
17939         Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
17940         CURSORICON_FindBestIcon changed to find the correct icon.
17941         ImageList_ReplaceIcon now calls CopyImage internally.
17942         Assign a value for the hIconSm CLASS member (using CopyImage).
17944         * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
17945         Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
17947         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
17948         Give applications a copy of the property sheet dialog template as they
17949         might modify it.
17951         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
17952         Relay exclude lists were not working due to some CharUpperA()
17953         somewhere else.
17955         * loader/loadorder.c, wine.ini:
17956         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17957         winspool -> winspool.drv
17959         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
17960         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17961         Implemented StrCmpNIA like the other StrCmpXX functions.
17963         * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
17964         Resolve environment variable when enumerating values.
17966         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
17967         The format rect is recalculated for each font change. MoveEnd &
17968         MoveHome improved.
17970 Fri Sep  3 16:49:17 1999  Alexandre Julliard  <julliard@winehq.com>
17972         * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
17973         Karl Lessard <karll@corel.com>
17974         Ian Ward
17975         Dan Langlois
17976         Speed up conversion between XImages and DIBSections.
17978         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
17979         Francois Boisvert <francois@macadamian.com>
17980         Some <open> features in the file dialog 95.
17982         * include/winnt.h, scheduler/sysdeps.c:
17983         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17984         Removed global variable pCurrentTeb.
17986         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17987         HEAP_Commit/Decommit were assuming a page size of 4KB
17988         unconditionally.
17990         * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17991         A few more DC_ defines from Win2000.
17993         * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17994         Check that lpCreate->lpszName is non-NULL.
17996         * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
17997         More restrictive checks, so DIALOG_IsAccelerator don't loop
17998         endlessly.
18000         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
18001         Menu hides when clicked for a second time.
18003         * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
18004         - select the font into the dc before calculating the extent
18005         - make buttonheight correspond to text height + width to caption
18006         - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
18007         - #defines for DlgItemIds
18008         - implement MB_RETRYCANCEL
18010         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
18011         Keep the enable state in the edit structure instead of calling
18012         IsWindowEnabled().
18014         * include/clipboard.h, include/ttydrv.h, include/x11drv.h, ole/clipboard.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c:
18015         Noel Borthwick <noel@macadamian.com>
18016         - Implement interprocess clipboard communication.
18017         - Support for the PRIMARY and CLIPBOARD selection atoms.
18018         - Support for the TARGETS selection format.
18019         - Expose native Windows clipboard formats through X selection targets.
18021         * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
18022         Make stock fonts independent of mapping mode.
18023         System font should only be bold for Win31.
18025         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
18026         Removed truncating errors that happen when converting fom dialog units
18027         to pixels.
18029         * windows/winpos.c: Abey George<abey@macadamian.com>
18030         Check new coordinates received in WM_NCCALCSIZE message.
18032         * controls/button.c: Francis Beaudet <francis@macadamian.com>
18033         Slight 1 pixel adjustment on the position of the radio button bitmap.
18035         * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18036         Fixed off by one allocation errors.
18038         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
18039         The backspace is now handled in the WM_CHAR message.
18041         * windows/mdi.c, windows/nonclient.c:
18042         Francis Beaudet <francis@macadamian.com>
18043         Make sure that all MDI children have the WS_EX_MDICHILD style set.
18045         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
18046         Fixed prototype order.
18048         * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
18049         Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
18051         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18052         Fixed crash.
18054         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
18055         Fixed the support for the close button in the ShellAbout dialogs.
18057         * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
18058         Added Dutch resources for PrintDlg32.
18060         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
18061         Klaas van Gend <klaas@vangend.demon.nl>
18062         Completed PrintDlg32 resource stringtable.
18064         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
18065         Added sanity checks in the cleanup code.
18067         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
18068         Completed GetKeyNameText for non-character keys.
18070         * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
18071         Make directories name appear in the BrowseForFolder dialog.
18073         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18074         Do not remove .drv from filenames.
18076         * controls/button.c: Francis Beaudet <francis@macadamian.com>
18077         Fixed a little positioning bug with the checkbox.
18079         * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
18080         Abey George <abey@macadamian.com>
18081         Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
18082         styles.
18084         * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
18085         Changed snprintf to wsnprintfA to remove unresolved external when
18086         compiling on Solaris/Sun.
18088         * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
18089         Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
18090         equivalents. (WinWord 97, File Open dialog)
18092         * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
18093         Use in GetClassInfoW the same hack for systemclasses as in
18094         GetClassInfoA (winword 97 with native comctl32).
18096         * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
18097         Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
18099         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
18100         Implemented wParam of WM_PAINT msg for edit control.
18102         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18103         Fix off by one error in WINSPOOL_GetOpenedPrinterA.
18105         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
18106         subkey_found did not search for _all_ sub keys.
18108 Sat Aug 21 14:47:29 1999  Alexandre Julliard  <julliard@winehq.com>
18110         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
18111         Francois Boisvert <francois@macadamian.com>
18112         Implemented basic browsing in the file name edit of the filedlg 95.
18114         * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
18115         Avoid changing the activation state in EnableMenuItem.
18117         * include/winnt.h: Fixed #ifdef symbol for PowerPC.
18119         * ole/parsedt.c, ole/parsedt.h:
18120         Eric Pouech <Eric.Pouech@wanadoo.fr>
18121         Only declare DateStyle in a single compilation unit.
18123         * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
18124         Added the case of a user defined icon for the sysbutton hittest.
18126         * ole/typelib.c: Rein Klazes <rklazes@casema.net>
18127         Fixed typelib reading to correctly use the offset of the typelib that
18128         is embedded in for example a dll file.
18130         * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
18131         Fixed CreateDIBSection() called with negative height to set the height
18132         positive in the created DIBSECTION, as per MS knowledgebase Q186586.
18134         * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
18135         The paint rectangle return in the PAINTSTRUCT in BeginPaint should
18136         never be bigger than the client area of the window.
18138         * controls/listbox.c: Rein Klazes <rklazes@casema.net>
18139         Make sure that an empty string never matches a listbox entry in
18140         LISTBOX_FindString().
18142         * dlls/version/info.c:
18143         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18144         Alignment fix.
18146         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18147         Fixed crash when accessing sysmenu.
18149         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18150         Really do a silent backtrace when requested.
18152         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18153         Do not set the address if the symbol is still tagged INVALID.
18155         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18156         Added support for N_BINCL and N_EINCL instructions.
18157         Fixed type parsing (as generated by egcs).
18159 Wed Aug 18 18:40:52 1999  Alexandre Julliard  <julliard@winehq.com>
18161         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18162         Use typedef to work around egcs problem.
18164         * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
18165         Removed unnecessary includes from ole related files.
18167         * ole/compobj.c, multimedia/mmsystem.c:
18168         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18169         Adapted to WOW changes.
18171         * include/callback.h, include/winbase.h, include/wine/winbase16.h, include/wownt32.h, loader/module.c, memory/global.c, memory/selector.c, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
18172         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18173         Moved implementation of WOW routines to single file.
18174         Added all missing WOW routines, fixed WOWCallback16Ex.
18176         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18177         Fixed internal buffer for 16 bit mmio MEM files.
18179         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18180         - some errors in cleaning up values returned by MCI drivers: this
18181           should solve the issues reported with the CD player/writer
18182         - crash when command was requested with automatic open (note, this
18183           will now gracefully report an error, not do the correct thing).
18185         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
18186         Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
18187         flags.
18189         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18190         Bugfix: EFlags were passed incorrectly by CallFrom16Register.
18192         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18193         Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
18195         * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
18196         Bertho Stultiens <bertho@panter.soci.aau.dk>
18197         Wrc did not check any IDs which are only 16 bit. Common dialogs had some
18198         IDs larger and that caused problems. This is now solved (I hope).
18200 ----------------------------------------------------------------
18201 Sun Aug 15 18:52:32 1999  Alexandre Julliard  <julliard@winehq.com>
18203         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
18204         Fixed cursor stretch code.
18206         * memory/selector.c:
18207         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18208         Inhibit wraparound in comparison.
18210         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
18211         Juergen Schmied <juergen.schmied@metronet.de>
18212         New internal dll, exporting already existing path functions.
18214         * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
18215         Francis Beaudet <francis@macadamian.com>
18216         Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
18217         for the MSG_InternalGetMessage() call is a WM_TIMER.
18219         * rc/winerc.c, include/resource.h, include/windef.h:
18220         Patrik Stridvall <ps@leissner.se>
18221         GCC 3.0 has not been released yet, but it is good to be prepared.
18223         * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
18224         Added resolution of LVM messages.
18226         * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
18227         Added protection against possible memory corruption.
18229         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
18230         Fixed cursor selection to find the correct cursor when more than one
18231         available.
18233         * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
18234         Thuy Nguyen <thuy@macadamian.com>
18235         Replaced a static ten element array with a dynamic pointer array.
18237         * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
18238         Fix special case when no printer installed.
18240         * dlls/shell32/shell.c, dlls/shell32/shell.spec:
18241         James Juran <jrj120@psu.edu>
18242         New routine DllEntryPoint for shell.dll.  Loads shell32.dll,
18243         since most shell.dll functions call their 32-bit counterparts.
18245         * dlls/version/info.c:
18246         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18247         Fixed alignment.
18249         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
18250         EM_SETSEL scrolls if outside of the visible range.
18251         "shift+home" selection improved in the edit control.
18253         * ole/parsedt.c: Removed RCS keyword.
18255         * dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/wine/undocshell.h:
18256         Juergen Schmied <juergen.schmied@metronet.de>
18257         More use of rc files for strings and menus, fixes. First internal
18258         icons.
18260         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
18261         New interface: DropSource.
18263         * dlls/shell32/shlfolder.c:
18264         Juergen Schmied <juergen.schmied@metronet.de>
18265         Better DropTarget.
18267         * dlls/shell32/shell32_main.c:
18268         Juergen Schmied <juergen.schmied@metronet.de>
18269         Implemented SHGetFileInfo better.
18271         * dlls/shell32/iconcache.c:
18272         Juergen Schmied <juergen.schmied@metronet.de>
18273         Protect cache with critical section.
18274         Removed hack to load icons from external shell32.dll.
18276         * dlls/shell32/dataobject.c:
18277         Juergen Schmied <juergen.schmied@metronet.de>
18278         QueryGetData, EnumFormatEtc implemented.
18280         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
18281         Fixed mapping of file extensions to text.
18283         * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
18284         Fixed ascii/unicode issue for naming of the mutexes.
18285         Made mutex handles global.
18286         Fixed incorrect interpretation of return values of WaitForSingleObject.
18288         * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
18289         First implementation of GetCharacterPlacementA.
18291         * windows/defwnd.c, include/winuser.h:
18292         Thuy Nguyen <thuy@macadamian.com>
18293         Implemented the WM_SETICON and WM_GETICON messages.
18295         * files/drive.c: Morten Eriksen <mortene@sim.no>
18296         FIXME on unimplemented feature made less obtrusive.
18298         * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
18299         Now the conversion in the blt functions round up the result.
18301         * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
18302         Document use of "init" in build-spec.txt, and make build.c print a
18303         warning if someone tries to use "init" in a Win16 spec file.
18305         * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
18306         Make sure we have a dgroup before patching prologs.
18308         * */Makefile.in, */.cvsignore:
18309         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18310         Adapted to glue code generation changes.
18312         * loader/ne/module.c, loader/ne/segment.c, windows/winproc.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/module.h, include/snoop.h, loader/module.c, loader/task.c:
18313         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18314         Adapted to new-style Wine thunks.
18315         Removed some now unnecessary function pointers.
18317         * include/builtin16.h, include/stackframe.h, tools/build.c:
18318         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18319         CallTo16... / CallFrom16... Wine thunks reorganized:
18320         - Cleaner separation between core and glue code.
18321         - Argument conversion glue code now in C.
18322         - Glue code needed for 16-bit .spec files inlined.
18324 Sat Aug 14 15:53:50 1999  Alexandre Julliard  <julliard@winehq.com>
18326         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18327         - implemented GetCommModemStatus
18328         - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
18329         - added more verbose TRACEing
18331         * misc/version.c: Morten Eriksen <mortene@sim.no>
18332         Made GetVersionEx() behave in accordance with the specification with
18333         regard to error handling.
18335         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
18336         Mark G. Adams <madams@livepage.com>
18337         Added stub for DrawDibClose.
18339         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
18340         Fixed the look of the combobox's drop down button when in Win95 look.
18342         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
18343         Added support for icons in property sheet tabs.
18345         * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
18346         Bertho Stultiens <bertho@panter.soci.aau.dk>
18347         Version 1.0.14 of wrc.
18349 Sun Aug  8 18:56:04 1999  Alexandre Julliard  <julliard@winehq.com>
18351         * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
18353         * ole/ole2nls.c, win32/kernel32.c, dlls/commdlg/printdlg.c, dlls/ntdll/rtlstr.c, dlls/shell32/shell32_main.c, dlls/shell32/shellpath.c, dlls/version/info.c, files/dos_fs.c, if1632/thunk.c, include/wine/winestring.h, loader/libres.c, loader/pe_resource.c, dlls/comctl32/comctl32undoc.c:
18354         Replaced a few calls to lstr* functions by their CRTDLL or libc
18355         equivalent.
18357         * memory/string.c:
18358         Added an exception handler around a few lstr* functions.
18360         * dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec, include/crtdll.h:
18361         Reimplemented multi-byte and wide-chars functions to not depend on
18362         lstr* functions; added a few missing ones; fixed a couple of bugs.
18364 Sat Aug  7 14:32:34 1999  Alexandre Julliard  <julliard@winehq.com>
18366         * include/Attic/wnet.h, include/wine/winnet16.h, include/winerror.h, include/winnetwk.h, include/winuser.h, misc/network.c, relay32/.cvsignore, relay32/Attic/mpr.spec, relay32/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, dlls/mpr/auth.c, dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c, dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c, dlls/mpr/wnet.c, include/netspi.h:
18367         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18368         Separated Win16 (USER) and Win32 (MPR) network routines.
18369         Moved implementation of MPR to dlls/mpr/.
18370         Added proper headers and stubs for missing MPR routines.
18372         * misc/registry.c:
18373         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18374         Improved (sort of) RegFlushKey.
18376         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
18377         If the window is already the topmost window in ShowWindow(SW_SHOW), it
18378         must not be activated.
18380         * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
18381         WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
18383         * windows/dce.c, windows/x11drv/wnd.c:
18384         Stephane Lussier <stephane@macadamian.com>
18385         X11drv SetDrawable function modifies the DC origin, this translation
18386         should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
18388         * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
18389         Set focus to the dialog in EndDialog.
18391         * libtest/Makefile.in: James Juran <jrj120@psu.edu>
18392         Make sure we compile winestub.o before trying to build a Winelib test
18393         program.
18395         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
18396         Fixed case sensitivity flag.
18398         * include/commdlg.h, dlls/commdlg/printdlg.c:
18399         Klaas van Gend <klaas@vangend.demon.nl>
18400         Implemented the return of hDevModes and hDevNames in the PRINTDLG
18401         structure of PrintDlgA().
18403         * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
18404         Made hardware_event use win32-conformant parameters.
18406         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
18407         Explicitly load shell32.dll.
18409         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
18410         Take into account icons when determining tab size.
18412         * files/drive.c: Morten Eriksen <mortene@sim.no>
18413         Improved GetDiskFreeSpaceEx() implementation a little bit.
18415         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18416         - added some more Baudrates
18417         - fixed a hang in tcsetattr when the input buffer isn't empty
18418         - added more verbosity for debugging
18420         * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
18421         Handle the case when the button is really small.
18423         * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
18424         WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
18425         specify WS_CAPTION.
18427 Wed Aug  4 15:07:57 1999  Alexandre Julliard  <julliard@winehq.com>
18429         * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
18430         Marcus Meissner <marcus@jet.franken.de>
18431         Implemented DirectInput Joystick support (tested with WC:Prophecy).
18433         * relay32/kernel32.spec, win32/time.c:
18434         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
18435         Implemented SetLocalTime.
18437         * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
18438         Minor fix to the French Canadian keyboard.
18440         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18441         When flipping backbuffer -> frontbuffer, first exchange surfaces, then
18442         copy XImage, since the palette might only be defined in the frontbuffer.
18444         * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
18445         Create sysconfdir on install.
18447         * dlls/stress/.cvsignore: Fixed typo.
18449         * dlls/wnaspi32/winaspi32.c, if1632/relay.c, include/debugtools.h, loader/pe_image.c, win32/kernel32.c, windows/x11drv/keyboard.c, controls/listbox.c, controls/menu.c, controls/scroll.c, dlls/version/info.c, dlls/winaspi/winaspi16.c:
18450         Got rid of dsprintf and related macros.
18452         * server/mutex.c:
18453         Remove the mutex from the thread list when destroying it.
18455         * */*:
18456         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18457         Moved various DLLs to dlls/
18459 Sun Aug  1 14:58:02 1999  Alexandre Julliard  <julliard@winehq.com>
18461         * dlls/winaspi/winaspi16.c, if1632/snoop.c, include/winnt.h, loader/ne/segment.c, misc/error.c, msdos/devices.c, msdos/dpmi.c, msdos/int21.c, msdos/int33.c, debugger/registers.c, debugger/stack.c:
18462         Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
18463         aliasing optimization problems.
18465         * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
18466         Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
18468         * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
18469         Removed async I/O support.
18471         * include/comm.h, misc/comm.c:
18472         Use the service thread for comm notifications.
18474         * include/sig_context.h, include/stackframe.h, loader/task.c, msdos/dpmi.c, relay32/relay386.c, win32/kernel32.c, if1632/relay.c, if1632/thunk.c:
18475         Made stack manipulation macros into inline functions.
18476         Changed a few accesses to context registers to avoid potential
18477         aliasing optimization problems.
18479         * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
18480         Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
18481         SIGCONTEXT.
18483         * Makefile.in: Remove wine.conf.man on distclean
18485 ----------------------------------------------------------------
18486 Sat Jul 31 19:35:58 1999  Alexandre Julliard  <julliard@winehq.com>
18488         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
18489         Close the right window when clicking on a non active window close
18490         button.
18492         * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
18493         Removed the dependency on "dummy" for wine and wine.sym.
18495         * files/profile.c:
18496         Remove file from cache when flushing it (based on a patch by Ian
18497         Schmidt).
18499         * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
18500         Added CONTEXT for ALPHA and MIPS.
18502         * configure.in, Make.rules.in, Makefile.in, configure:
18503         Patrik Stridvall <ps@leissner.se>
18504         Added support for Solaris Lint.
18506         * scheduler/debugger.c, server/debugger.c, tools/make_debug, win32/console.c, console/generic.c, console/xterm.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/debugdefs.h, include/xmalloc.h, misc/xmalloc.c:
18507         Patrik Stridvall <ps@leissner.se>
18508         Fixed some of the issues reported by Solaris Lint.
18510         * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
18511         Solaris C/C++ compile fix.
18513         * msdos/dosmem.c, ole/storage32.c, windows/painting.c, controls/button.c, dlls/comctl32/monthcal.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, graphics/ddraw.c, include/wine/obj_base.h:
18514         Patrik Stridvall <ps@leissner.se>
18515         Various ANSI C compability fixes.
18517         * relay32/winmm.spec, if1632/builtin.c, if1632/gdi.spec, if1632/mmsystem.spec, if1632/user.spec, include/multimedia.h, include/ntddk.h, include/olectl.h, include/winsock.h, misc/network.c, misc/system.c, misc/winsock.c, multimedia/mmsystem.c, ole/olefont.c, relay32/kernel32.spec, relay32/oleaut32.spec, relay32/user32.spec, dlls/comctl32/comctl32.spec, dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/tapi32/tapi32.spec:
18518         Patrik Stridvall <ps@leissner.se>
18519         Fixed some of the issues reported by winapi-check.
18521         * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
18522         Actually create the man/ subdirectories before installing.
18524         * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
18525         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18526         Implemented KERNEL.447 (WIN32_OldYield16).
18528         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18529         Suspend WND lock before EVENT_Synchronize.
18531         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18532         Create VxD handle only for known VxDs.
18534         * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
18535         Made compilation of *.spec.c files use -fno-builtin regardless of
18536         where they are.
18538         * include/tapi.h, include/winbase.h, scheduler/thread.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/memorystream.c, graphics/ddraw.c, dlls/avifil32/avifile.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c:
18539         Patrik Stridvall <ps@leissner.se>
18540         Fixed/added missing/wrong function prototypes and made internal
18541         functions static.
18543         * tsx11/ts_xshm.c, tsx11/ts_xutil.c, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c:
18544         Patrik Stridvall <ps@leissner.se>
18545         Fixed missing prototypes and made it work with Solaris X11.
18547         * debugger/external.c, include/wine/undocshell.h, multimedia/mcimidi.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/itemmoniker.c, ole/olefont.c, scheduler/thread.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
18548         Patrik Stridvall <ps@leissner.se>
18549         Eliminated warnings.
18551         * loader/ne/segment.c:
18552         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18553         Fixed the DSEG value in the SEGTABLEENTRY struct.
18555         * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
18556         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18557         Added builtin toolbar bitmaps.
18559         * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
18560         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18561         Some more messages.
18563         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
18564         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18565         Added stub for CryptSetKeyParams().
18567         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
18568         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18569         Added stubs for DAD_SetDragImage() and PathCleanupSpec().
18571         * misc/crtdll.c, relay32/crtdll.spec:
18572         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18573         Added stub for _except_handler2().
18575         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18576         Improved GetRandomRegion().
18578         * controls/menu.c, windows/nonclient.c:
18579         Pascal Lessard <pascal@macadamian.com>
18580         Implemented the system button behavior and associated it to the system
18581         menu in win95. Also permit the SC_CLOSE item to be disabled.
18583         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
18584         Bugfixes and a fake GETBASEIRQ.
18586         * files/async.c: Ove Kaaven <ovek@arcticnet.no>
18587         Made async fds nonblocking.
18589         * windows/mdi.c: Dan Langlois <daniell@corel.com>
18590         Removed an inappropriate if statement from MDI_ChildActivate that
18591         prevented the activation code from executing.
18593         * dlls/comctl32/monthcal.c, include/monthcal.h:
18594         Alex Priem <alexp@sci.kun.nl>
18595         Bugfixes & further updates for the month calendar common control.
18597         * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
18598         Alex Priem <alexp@sci.kun.nl>
18599         Started implementing date/time common control.
18601         * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
18602         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18603         PSDRV_WriteArc shouldn't write a newpath.
18605         * controls/button.c: Rein Klazes <rklazes@casema.net>
18606         Fix handling of WM_LBUTTONDCLICK message for buttons with certain
18607         styles.
18609         * windows/dce.c: Abey George <abey@macadamian.com>
18610         Bug fix for updating the clipping region in nested GetDCEx calls.
18612         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
18613         Tried to fix the code for SetWindowPos to erase the background
18614         properly.
18616 Fri Jul 30 18:10:21 1999  Alexandre Julliard  <julliard@winehq.com>
18618         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
18619         Klaas van Gend <klaas@vangend.demon.nl>
18620         - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
18621           don't display yet).
18622         - added status strings.
18623         - added string table for internationalisation of several internal
18624           message boxes.
18626         * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
18627         Removed duplicated defines in winuser.h and commctrl.h. Also corrected
18628         a typo for SW_MAX value.
18630         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
18631         Francis Beaudet <francis@macadamian.com>
18632         Fixed a memory leak in the file dialog.
18634         * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18635         Strip .drv extensions to MODULE_GetLoadOrder.
18637         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
18638         Fixed a memory leak.
18640         * scheduler/process.c, loader/task.c:
18641         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18642         Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
18644         * graphics/psdrv/ps.c, include/psdrv.h:
18645         Luc Tourangeau <luc@macadamian.com>
18646         Added a call to the newpath operator immediately before the arc
18647         operator.
18649         * controls/button.c: Pierre Mageau <pierre@macadamian.com>
18650         Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
18651         icon needed to be centered when the button is smaller than the bitmap.
18653         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
18654         Fixed a memory leak that occurs when we maximize/minimize an MDI
18655         child.
18657         * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
18658         Added more support for buddy windows in the updown control.
18660         * controls/edit.c: Francis Beaudet <francis@macadamian.com>
18661         Implemented proper win95 support for the WS_BORDER style.
18663         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
18664         Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
18665         listbox control.
18667         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
18668         Fixed the border for the listbox created by the simple combobox.
18670         * ole/compobj.c, if1632/compobj.spec:
18671         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18672         Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
18674         * loader/ne/module.c:
18675         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18676         GetModuleHandle16: treat Win32 modules correctly.
18678 Wed Jul 28 16:38:45 1999  Alexandre Julliard  <julliard@winehq.com>
18680         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
18681         Juergen Schmied <juergen.schmied@metronet.de>
18682         Fixed use of StrRetToStrN.
18684         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
18685         Juergen Schmied <juergen.schmied@metronet.de>
18686         StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
18688         * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
18689         Added explanation of the current DLL support.
18691         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18692         Bugfix: fixed freshly introduced bug in GlobalLock16.
18694         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
18695         Ian Schmidt <ischmidt@cfl.rr.com>
18696         Added stubs for InitMUILanguage and COMCTL32.410.
18697         Fixed some compiler warnings.
18699 Tue Jul 27 17:10:06 1999  Alexandre Julliard  <julliard@winehq.com>
18701         * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
18702         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18703         Added FinalUserInit16/FinalGdiInit16 stubs.
18704         Call out to FinalUserInit in MAIN_EmulatorRun.
18706         * if1632/kernel.spec, memory/selector.c:
18707         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18708         Added IsBadFlatReadWritePtr16().
18710         * controls/edit.c: Abey George <abey@macadamian.com>
18711         Fixed incorrect edit control behaviour in mouse message handling.
18713         * windows/message.c: Abey George <abey@macadamian.com>
18714         Send normal mouse messages to WM_SETCURSOR when non-client mouse
18715         messages occur.
18717         * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
18718         Check if the window has the WS_CLIPSIBLINGS style before using the
18719         DCX_CLIPSIBLINGS flag.
18721         * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, include/commdlg.h, include/dlgs.h, include/tchar.h:
18722         Francois Boisvert <francois@macadamian.com>
18723         Implemented the Win95 file open/save dialogs.
18725         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
18726         Do tools/ before any of the other subdirectories, even when doing
18727         parallel makes.
18729         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18730         Bugfix: Return selector also in CX from GlobalLock16().
18732         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18733         More gcc bug workarounds.
18735         * graphics/psdrv/ppd.c, include/wingdi.h:
18736         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18737         Added more paper sizes and bin names to PPD parser.
18739         * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
18740         Actually return the number of events in Mouse_GetDeviceData (fixes
18741         Wing Commander Prophecy). Added timestamp and sequence generation,
18742         critical section for mousedata. Disabled mouse warping in
18743         GetDeviceData for now (generates excess mouse events).
18745 Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard@winehq.com>
18747         * */*.spec:
18748         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18749         Moved .spec files to corresponding dlls/ directory.
18751         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
18752         Several focus and selection problems in listboxes.
18754         * windows/dce.c: Francis Beaudet <francis@macadamian.com>
18755         Retrieve the clipping region before setting the drawable and reset the
18756         clipping region after.
18758         * relay32/Attic/shell32.spec, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, include/shell.h, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h:
18759         Juergen Schmied <juergen.schmied@metronet.de>
18760         Many fixes/reimplementations.
18762         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
18763         Removed experimental/unused code.
18764         Use ShellFolder to get ViewObjects.
18765         Started cleanup of the contextmenu code.
18767         * dlls/shell32/shlfolder.c:
18768         Juergen Schmied <juergen.schmied@metronet.de>
18769         Complete redesign, split into 3 implementations (Desktop, MyComputer
18770         and filesystem folders). All parsing and binding is done recursive.
18772         * dlls/shell32/shellpath.c:
18773         Juergen Schmied <juergen.schmied@metronet.de>
18774         Implemented SHGetSpecialFolderPathA.
18776         * dlls/shell32/shellord.c:
18777         Juergen Schmied <juergen.schmied@metronet.de>
18778         Implemented SHCreateShellFolderViewEx.
18780         * dlls/shell32/shellole.c:
18781         Juergen Schmied <juergen.schmied@metronet.de>
18782         Removed special CoCreateClassObject and use ole functions instead.
18783         SHCreateDefClassObject implemented.
18785         * dlls/shell32/shelllink.c:
18786         Juergen Schmied <juergen.schmied@metronet.de>
18787         Implemented access to lnk's to a IStream interface.
18789         * dlls/shell32/iconcache.c:
18790         Juergen Schmied <juergen.schmied@metronet.de>
18791         Fixed icon background (was black).
18793         * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
18794         Fixed getting icons from filetypes.
18796         * dlls/shell32/enumidlist.c:
18797         Juergen Schmied <juergen.schmied@metronet.de>
18798         Implemented enumeration of shell extensions, seperated enum stuff for
18799         the 3 seperate shellfolder implementations.
18801         * dlls/shell32/dataobject.c:
18802         Juergen Schmied <juergen.schmied@metronet.de>
18803         Rewrote GetData so support multiple selections.
18805         * dlls/shell32/contmenu.c:
18806         Juergen Schmied <juergen.schmied@metronet.de>
18807         Separated stuff for shv background contextmenu to separate file.
18809         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
18810         New functions to access attributes in HCR.
18812         * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
18813         Juergen Schmied <juergen.schmied@metronet.de>
18814         New file. Seperate implementation of the shellview background
18815         contextmenu.
18817         * include/wine/undocshell.h:
18818         Juergen Schmied <juergen.schmied@metronet.de>
18819         New file. Contains functions not in the official headers but widely
18820         used from other dlls.
18822         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
18823         Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
18825         * Makefile.in: Make sure we build tools first.
18827         * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
18828         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18829         Relay code for Win16 register functions converts arguments.
18830         New 'interrupt' keyword added (for Win16 interrupt handlers).
18831         Adapted .spec files and implementations of register routines.
18833         * include/psdrv.h, include/wine/wingdi16.h, misc/printdrv.c, graphics/psdrv/escape.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, if1632/gdi.spec:
18834         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18835         {Start|End}{Doc|Page} go through DCfuncs.
18836         Implement these in the PostScript driver.
18837         Change PSDRV_Escape to use them.
18839         * loader/dos/dosvm.c:
18840         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18841         Work around 'local extern declaration with attribute' gcc bug.
18843         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
18844         Implementation of SetEventNotification for the mouse driver.
18846         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
18847         Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
18849         * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
18850         Fixed incomplete proto.
18852         * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
18853         New keys nessesary for running the new shell32.
18855         * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18856         Use GDI APIs to access bitmap info.
18858         * graphics/psdrv/clipping.c:
18859         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18860         Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
18862 Sat Jul 24 12:20:25 1999  Alexandre Julliard  <julliard@winehq.com>
18864         * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
18865         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18866         Unify startup sequence for Wine and WineLib.
18868         * windows/clipboard.c, include/clipboard.h, memory/global.c:
18869         Noel Borthwick <noel@macadamian.com>
18870         Fix bug with pasting Wine clipboard content to external applications,
18871         by storing clipboard data on the shared system heap.
18873         * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
18874         Draw an additional white bit for each invert bit of a cursor.
18876         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
18877         While handling the X FocusIn message in managed mode, if the window
18878         has been disabled revert the X focus back to the last focus window.
18880         * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
18881         Francois Boisvert<francois@macadamian.com>
18882         Implemented TREEVIEW_InsertItemW.
18884         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18885         Implemented ExtEscape.
18887         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
18888         Trying to fix parallel make by doing direct subdir/subdir.o rules.
18890         * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
18891         Sylvain St-Germain <sylvain@macadamian.com>
18892         Fixed inconsistency in conditions that determines if a window requires
18893         a WM border.
18895         * graphics/x11drv/xfont.c, include/x11font.h:
18896         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18897         For large font sizes call XLoadQueryFont with a 100 pixel high font
18898         and rescale the metrics.
18900         * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
18901         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18902         Implement handling of 32 bit AbortProc.
18904         * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
18905         Lionel Ulmer <lionel.ulmer@free.fr>
18906         Suppressed compiler warning by using the 'unused' attribute.
18908         * debugger/Makefile.in, debugger/external.c:
18909         Kevin Holbrook <kwh@neosoft.com>
18910         Added utility function to invoke external debugger.
18912         * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
18913         Eric Pouech <Eric.Pouech@wanadoo.fr>
18914         Added WINMM resources.
18916         * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
18917         Eric Pouech <Eric.Pouech@wanadoo.fr>
18918         Removed obsoleted mcistring.c.
18919         Added support for resources.
18921         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
18922         Eric Pouech <Eric.Pouech@wanadoo.fr>
18923         Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
18924         MCI_STATUS) for mciSendString.
18926         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18927         Spread the use of MM crit sect.
18929         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18930         Moved some MCI functions to mci.c.
18931         Now loads error messages from string table.
18932         Spread the use of MM crit sect.
18934         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18935         Added parsing & storing of command tables.
18936         Merged some MCI functions from mmsystem.c.
18938         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18939         Removed some no longer used prototypes.
18940         Added command tables to MCI structure.
18942         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18943         Fixed buggy prototype.
18945         * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
18946         Avoid crashing on a bad symbol address of 0x0000.
18948         * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
18950         * include/commdlg.h, include/module.h, loader/module.c, relay32/utthunk.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, if1632/wprocs.spec:
18951         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18952         Removed MODULE_GetWndProcEntry16().
18953         Use 32-bit window procedures in COMMDLG instead.
18955         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
18956         Fixed cut&paste bug.
18958         * include/docobj.h, include/wine/obj_base.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_olefont.h, include/wine/obj_oleundo.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h:
18959         Paul Quinn <paulq@corel.ca>
18960         Add a few stubs, some C++ compatibility, and fix a few types.
18962         * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
18963         Declare only one instance of GUID_NULL.
18965         * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
18966         Fixed various problem with ImageList_Draw.
18968         * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
18969         Re-enable the owner window in the EndDialog().
18971         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
18972         Fixed notifications.
18974         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18975         Always retrieve Callout routines using GetProcAddress().
18977         * windows/defwnd.c: Abey George <abey@macadamian.com>
18978         Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
18980         * windows/x11drv/keyboard.c:
18981         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18982         Fixed compiler warning.
18984         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
18985         Let through more flags to EnumPrinters.
18986         Fixes for GetPrinter/GetPrinterDriver.
18988         * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
18989         Huw D M Davies <h.davies1@physics.ox.ac.uk>
18990         Fix stupid `rubbish at end of %%Title' bug.
18991         Don't complain about palette relative RGBs.
18992         If output param to CreateDC is NULL default to `LPT1:' - Hack.
18994 Fri Jul 23 19:33:24 1999  Alexandre Julliard  <julliard@winehq.com>
18996         * configure, configure.in, include/config.h.in, include/wine_gl.h:
18997         Lionel Ulmer <lionel.ulmer@free.fr>
18998         Better detection of OpenGL.
19000         * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
19001         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19002         Bugfix: Reverted CallTo16 routines to STDCALL convention.
19004         * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
19005         String to GetTextExtentPoint is not necessarily 0 terminated.
19006         Fix function name `32's in comments - API naming madness makes this
19007         worthwhile.
19009         * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
19010         Huw D M Davies <h.davies1@physics.ox.ac.uk>
19011         EnumJobs stub.
19012         Update graphics/psdrv/README.
19013         Add warnings to DRIVER_GetDriverName.
19015         * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19016         Fixed some bad ptr occurrence in this class WndProc.
19018         * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
19019         Lionel Ulmer <lionel.ulmer@free.fr>
19020         - Added a new option 'noxshm'
19021         - Added a 16bpp -> 32 bpp conversion function
19023         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
19024         Change color gray text to 128 128 128 for win9x look.
19026 Tue Jul 20 15:13:20 1999  Alexandre Julliard  <julliard@winehq.com>
19028         * scheduler/debugger.c:
19029         Do not output text in OutputDebugStrAW when not being debugged
19031         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
19032         MDIDestroyChild: MDI window menu item was deleted only if the current
19033         destroyed child was active.
19035         * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
19036         Reset disabled style for the dialog boxes set on property pages.
19038         * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
19039         Bertho Stultiens <bertho@akhphd.au.dk>
19040         - Generalized the distinction between 2 and 4 byte integers slightly through
19041           a new parser state. The is now a warning when a 2 byte integer is larger
19042           than 16 bit (and is truncated).
19043         - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
19044           this type will work as expected.
19045         - Added generalized language/version/characteristics support to the DLGINIT
19046           resource type.
19048         Ulrich Czekalla <ulrichc@corel.ca>
19049         - Added support for DLGINIT resource-type.
19050         - Added string continuation and embedded quoting.
19051         - Added numeric IDs for icons in controls.
19053         Eric Pouech <Eric.Pouech@wanadoo.fr>
19054         - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
19056 Sun Jul 18 18:42:29 1999  Alexandre Julliard  <julliard@winehq.com>
19058         * misc/Attic/string.c, misc/Makefile.in:
19059         Albert den Haan <albertd@corel.ca>
19060         Remove string.c because all of its functions were moved to crtdll.c
19061         where they belonged.
19063         * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/preproc.c, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrc.c, tools/wrc/writeres.c, debugger/display.c, dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c:
19064         Patrik Stridvall <ps@leissner.se>
19065         Make it possible to compile with GNU C's -I- option.
19067         * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19068         Work around gcc sig11 fault.
19070         * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
19071         Fixed rounding in MulDiv.
19073         * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
19074         Luc Tourangeau <luc@macadamian.com>
19075         - implementation of SetDeviceClipping
19076         - coordinate system origin fix
19078         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19079         Work-around for compiler bug.
19081         * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
19082         Alex Priem <alexp@sci.kun.nl>
19083         - Implementation of simple comctl32 v5.0 changes.
19084         - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
19086         * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
19087         Added pointer validation and additional sanity check to IsValidSid().
19089         * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
19090         Small fix in UITOOLS95_DrawRectEdge().
19091         Also a fix to draw scrollbar-buttons more like in win9x.
19093         * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19094         In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
19095         afterwards, but a copy of it.
19097         * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19098         Check better that handles are actual handles to a region.
19100         * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
19101         Stop DCE_GetVisRect dereferencing a null wndPtr.
19103         * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
19104         James Juran <jrj120@psu.edu>
19105         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19106         Updated README and man page.
19107         Split documentation for wine.conf into new wine.conf(5) manpage.
19109         * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
19110         Noel Borthwick <noel@macadamian.com>
19111         Implemented the OLE Clipboard API.
19113         * windows/winpos.c: Abey George <abey@macadamian.com>
19114         Validate the parent with the child window client rectangle when the
19115         parent's update region is not empty.
19117         * include/win.h, windows/painting.c:
19118         Francis Beaudet <francis@macadamian.com>
19119         Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
19121         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
19122         Fixed fake WM_LBUTTONUP message.
19124         * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
19125         Added version information for Win98.
19127         * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
19128         Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
19130         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19131         debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
19132         are now stored uppercase.
19134         * controls/button.c: Francis Beaudet <francis@macadamian.com>
19135         Implemented the BS_ICON style.
19137         * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
19138         CreateDialogParamA should not call CreateDialogParamW, because
19139         that'd create a dialog box with a Unicode dialog procedure...
19141         * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
19142         Win9x look & feel on scrollbars.
19144         * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
19145         Thuy Nguyen <thuy@macadamian.com>
19146         Introduced a [psdrv] section in wine.conf with a ppdfile value
19147         specifying the path and name of the PPD file.
19149         * dlls/comctl32/updown.c, include/updown.h:
19150         Sylvain St-Germain <sylvain@macadamian.com>
19151         Implementation of the updown buddy windproc subclassing for the
19152         handling of keyboard up and down arrow.
19154         * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
19155         Updated documentation to reflect renamed header.
19157         * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
19158         Added missing include netinet/tcp.h, for TCP_NODELAY.
19160         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
19161         GetIcon bug fix.
19163 Thu Jul 15 16:09:05 1999  Alexandre Julliard  <julliard@winehq.com>
19165         * include/module.h, loader/ne/module.c:
19166         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19167         Add WINAPI for EntryAddrProc.
19169         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
19170         Minor bug fixes in DdeNameService, also changes to move towards
19171         process-safe code.
19173         * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
19174         Win9x look & feel on buttons and a fix for ownerdrawn buttons
19175         (background set to COLOR_BTNFACE).
19177         * if1632/kernel.spec:
19178         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19179         GlobalSmartPageUnlock() stub added.
19181         * miscemu/Attic/emulate.c, miscemu/Makefile.in, miscemu/main.c, relay32/Makefile.in, tools/build.c, Make.rules.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/win87em/.cvsignore, dlls/win87em/Makefile.in, dlls/win87em/emulate.c, graphics/win16drv/Makefile.in, if1632/Makefile.in, memory/instr.c:
19182         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19183         Use position-independent code in assembly glue when building .so.
19184         Include if1632/ and graphics/win16drv/ into WineLib.
19185         Move miscemu/emulate.c into dlls/win87em/.
19187         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19188         Changed way of allocation open mci drivers (array => list); this list
19189         is now stored on a per process basis.
19191         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
19192         Eric Pouech <Eric.Pouech@wanadoo.fr>
19193         Removed fixed size array to store specific data (now using
19194         mci(Set|Get)DriverData to store specific data).
19195         Make use of default debugtools.h channel.
19196         Added CALLBACK attribute to DriverProc.
19198         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19199         Changed way of allocation open mci drivers (array => list).
19200         First valid ID for mci devices is now 1 (some progs were testing this
19201         value).
19202         Started implementing mci command table resources.
19203         Handled closing on MCI_ALL.
19205         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19206         Removed fixed size array to store specific data (now using
19207         mci(Set|Get)DriverData to store specific data).
19208         Deferred opening of low-level device until play is requested.
19210         * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19211         Fixed return value for 'open' command.
19212         Changed way of allocation open mci drivers (array => list).
19214         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19215         Removed fixed size array to store specific data (now using
19216         mci(Set|Get)DriverData to store specific data).
19217         Fixed mmio chunk lookup on odd size 'fmt ' chunks.
19219         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19220         Uniformized use of fd to midi device.
19221         Now allocating memory on system heap.
19222         Fixed bug when stopping all notes.
19224         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19225         Cosmetic fixes.
19226         Changed way of allocation open mci drivers (array => list).
19227         Started implementing mci command table resources.
19229         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19230         No longer calling mm timers callbacks with mm timer crit sect locked.
19232         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
19233         ERROR_MORE_DATA requires to write the needed number of bytes into the
19234         lpcchX value (verified against NT3.51 advapi32.dll).
19236         * include/winnt.h, win32/device.c:
19237         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19238         Fixed some CONTEXT86 vs. CONTEXT mismatches.
19240         * include/neexe.h, loader/ne/segment.c:
19241         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19242         Added support for 32-bit NE code segments.
19244         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
19245         Fix a hang when we process WM_STYLECHANGED.
19246         Small optimization in TREEVIEW_DrawItem.
19247         Fix debugging crash in TREEVIEW_Expand.
19249 Mon Jul 12 13:46:38 1999  Alexandre Julliard  <julliard@winehq.com>
19251         * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
19252         Added missing prototype for ILFindChild().
19254         * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
19255         Eric Pouech <Eric.Pouech@wanadoo.fr>
19256         Compiler warnings fix.
19258         * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19259         Dumb fixes.
19261         * if1632/kernel.spec, loader/task.c:
19262         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19263         Fixed bugs introduced by 'register' and 'return' function changes.
19265         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19266         Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
19267         level physical surfaces (verified for XLIB with WC Prophecy).
19269 Sun Jul 11 17:20:06 1999  Alexandre Julliard  <julliard@winehq.com>
19271         * windows/keyboard.c, windows/user.c, windows/win.c, misc/system.c, misc/toolhelp.c, misc/w32sys.c, tools/build-spec.txt, tools/build.c, win32/kernel32.c, memory/global.c, memory/local.c, include/builtin16.h, loader/ne/module.c, loader/task.c, if1632/kernel.spec, if1632/keyboard.spec, if1632/system.spec, if1632/thunk.c, if1632/toolhelp.spec, if1632/user.spec, if1632/w32sys.spec, if1632/dummy.c:
19272         Take advantage of the new registers saved in the STACK16FRAME to turn
19273         some 'register' functions into normal functions.
19274         Removed the few remaining 'return' functions to simplify relay
19275         handling.
19277         * ipc/Attic/hash_test.c, ipc/Attic/run_tests, ipc/Attic/shm_block.c, ipc/Attic/shm_fragment.c, ipc/Attic/shm_fragment_test.c, ipc/Attic/shm_main_blk.c, ipc/Attic/shm_semaph.c, ipc/Attic/shm_semaph_test.c, ipc/Attic/wine_test_stub.c, loader/signal.c, loader/task.c, memory/atom.c, memory/global.c, misc/ddeml.c, windows/message.c, windows/win.c, windows/x11drv/event.c, Makefile.in, configure, configure.in, include/Attic/dde_atom.h, include/Attic/dde_mem.h, include/Attic/dde_proc.h, include/Attic/shm_block.h, include/Attic/shm_fragment.h, include/Attic/shm_main_blk.h, include/Attic/shm_semaph.h, include/dde.h, ipc/Attic/.cvsignore, ipc/Attic/Makefile.in, ipc/Attic/README, ipc/Attic/TEST_FRAGMENT.std, ipc/Attic/bit_array.c, ipc/Attic/bit_array_test.c, ipc/Attic/dde.tex, ipc/Attic/dde_atom.c, ipc/Attic/dde_atom_test.c, ipc/Attic/dde_mem.c, ipc/Attic/dde_mem_test.c, ipc/Attic/dde_proc.c, ipc/Attic/dde_proc_test.c, ipc/Attic/generic_hash.c, ipc/Attic/generic_hash.h:
19278         Marcus Meissner <marcus@jet.franken.de>
19279         Removed the old, historical and no longer working IPC support.
19281         * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/builtin16.h, include/callback.h, include/module.h, include/stackframe.h, misc/Attic/callback.c, miscemu/main.c, relay32/.cvsignore, relay32/Makefile.in, scheduler/syslevel.c, tools/build.c, Make.rules.in:
19282         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19283         Modularized CallFrom/To16 routines.  Adapted dependent routines,
19284         16-bit snoop/relay debugging, and make rules.
19286         * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
19287         Revert last change in window activation on mouse click.
19289         * memory/global.c: Rein Klazes <rklazes@casema.net>
19290         Fixed a case when GlobalSize did not return zero after an error.
19292 Sat Jul 10 13:16:56 1999  Alexandre Julliard  <julliard@winehq.com>
19294         * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
19295         Renamed static global variable 'iovec' to 'myiovec'.
19297         * windows/dinput.c, memory/virtual.c, misc/registry.c, misc/winsock.c, multimedia/joystick.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/thread.c, win32/console.c, win32/device.c, win32/file.c, configure, configure.in, debugger/break.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, files/directory.c, files/dos_fs.c, files/file.c, include/config.h.in, include/multimedia.h, include/windef.h, loader/pe_image.c:
19298         Howard Abrams <howard@cs.nps.navy.mil>
19299         Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
19301         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19302         Create dialog window using CreateWindowEx16/W depending on template
19303         type, not dialog procedure type.
19305         * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
19306         Made IShellFolder::fnParseDisplayName return a relative pidl.
19308         * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
19309         Alex Priem <alexp@sci.kun.nl>
19310         First try at the month calendar common control. Main features
19311         basically OK.
19313         * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
19314         Huw D M Davies <h.davies1@physics.ox.ac.uk>
19315         Implemented GetPrinterA and GetPrinterDriverA.
19317         * controls/button.c: Luc Tourangeau <luc@macadamian.com>
19318         Added BN_CLICKED notification in WM_SETFOCUS.
19320         * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
19321         Juergen Schmied <juergen.schmied@metronet.de>
19322         Small fixes.
19324         * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
19325         Juergen Schmied <juergen.schmied@metronet.de>
19326         Implemented StrToOleStrN.
19327         Fixed crash in ShellExecuteEx.
19328         Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
19329         Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
19331         * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
19332         Juergen Schmied <juergen.schmied@metronet.de>
19333         IStream interface for file access.
19335         * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
19336         Juergen Schmied <juergen.schmied@metronet.de>
19337         Fixed crash during second DLL_PROCESS_DETACH if the dll
19338         refcount reached zero after the second one (memory freed twice).
19340         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
19341         Juergen Schmied <juergen.schmied@metronet.de>
19342         Some more pidl-types.
19343         Implementation of ILIsParent.
19345         * dlls/shell32/shelllink.c:
19346         Juergen Schmied <juergen.schmied@metronet.de>
19347         Completely rewritten. IPersistStream interface implemented.
19349         * dlls/shell32/shellole.c:
19350         Juergen Schmied <juergen.schmied@metronet.de>
19351         DLLGetClassObject/Classfactory: create objects by CLSID not IID.
19353         * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19354         Bugfix: exit() replaced by ExitProcess().
19356         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19357         Bugfix: correctly cope with end > 0xfffe.
19359         * library/winestub.c:
19360         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19361         Call ExitProcess() after WinMain() returns.
19363         * loader/ne/module.c:
19364         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19365         Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
19366         Don't try to call WEP of dummy modules in FreeLibrary16().
19368         * include/winreg.h, misc/registry.c:
19369         Huw D M Davies <h.davies1@physics.ox.ac.uk>
19370         Added `const's to some registry API functions.
19372         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
19373         Added a couple of DirectX CLSID entries. This makes Unreal completely
19374         independent of a windows installation.
19376         * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
19377         GetTimeFormat() should return LocalTime not SystemTime.
19379         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
19380         Dave Pickles <davep@nugate.demon.co.uk>
19381         FOR and IF commands added.
19382         MOVE command added, but no wildcard support.
19383         Redirection added.
19384         Fixed TIME (was reporting in GMT).
19385         More help text.
19387         * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
19388         Sometimes the text on a tab control got truncated.
19390         * controls/combo.c: Abey George <abey@macadamian.com>
19391         Fixed the height of the dropped list when there are few items in the
19392         list.
19394         * include/message.h, include/ttydrv.h, include/x11drv.h, scheduler/synchro.c, windows/event.c, windows/ttydrv/event.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/monitor.c, windows/x11drv/wnd.c:
19395         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19396         Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
19397         calling XFlush() instead.
19399         * include/psdrv.h, graphics/psdrv/Makefile.in, graphics/psdrv/bitblt.c, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
19400         Huw D M Davies <h.davies1@physics.ox.ac.uk>
19401         Added patterned brushes (level 2 PostScript only).
19402         Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
19404         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
19405         Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
19406         to use the same code path.
19408         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19409         Fix InitTask() to work if DGROUP was manually resized.
19411         * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
19412         Ian Schmidt <irsman@iag.net>
19413         Added stub for SetThreadToken(), required by Office 2000.
19415         * include/commdlg.h:
19416         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19417         Bugfix: COMMDLG hook procedures were not CALLBACK.
19419         * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
19420         It is possible for a stream to have both small block and big block
19421         chain as NULL.
19423         * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
19424         Made string compare case insensitive in GetModuleHandle16() as a
19425         quick fix for WinWord 6.
19427         * misc/network.c, relay32/mpr.spec:
19428         Juergen Schmied <juergen.schmied@metronet.de>
19429         Added stub for WNetGetUniversalName[A|W].
19431         * graphics/x11drv/palette.c:
19432         Juergen Schmied <juergen.schmied@metronet.de>
19433         Fixed crash due to invalid GDI_Obj.
19435         * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
19436         Fixed crash due to invalid pointer.
19438 ----------------------------------------------------------------
19439 Sun Jul  4 16:09:20 1999  Alexandre Julliard  <julliard@winehq.com>
19441         * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
19442         Converted to the new debug interface, using script written by Patrik
19443         Stridvall.
19445         * include/windef.h, include/winreg.h, tools/make_X11wrappers, tsx11/ts_xf86vmode.c, Makefile.in, graphics/ddraw.c, include/basetsd.h, include/ntdef.h, include/ts_xf86vmode.h, include/winbase.h:
19446         Patrik Stridvall <ps@leissner.se>
19447         Started on an implementation of Win64 for use on 64 bit platforms.
19449         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
19450         Windows should be activated in these cases:
19451         1- when we click on non active window.
19452         2- when we cancel a moving or resizing of a non active window.
19454         * documentation/distributors:
19455         Marcus Meissner <Marcus.Meissner@caldera.de>
19456         Added sample wine.conf.
19458         * graphics/ddraw.c, include/keyboard.h, include/ttydrv.h, include/x11drv.h, objects/dc.c, objects/gdiobj.c, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
19459         Patrik Stridvall <ps@leissner.se>
19460         Moved code to the X11 driver.
19462         * include/winuser.h, loader/resource.c, relay32/user32.spec:
19463         Joshua Thielen <thielen@netperson.net>
19464         Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
19466         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19467         WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
19469         * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
19470         Fixed check for whether to call SetWindowPos when showing a window
19471         scroll bar.
19473         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
19474         Check for complete lcid or just the primary language id in the
19475         registry lookups (fixes one FirstClassClient 32 problem).
19477         * windows/message.c: Per Ã…ngström <pang@mbox304.swipnet.se>
19478         Fixed a problem with apps that override the default behaviour on
19479         WM_MOUSEACTIVATE message (main window was not activated).
19481         * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
19482         When enumerating resource, only use the lower 31 bit of the name as
19483         the offset (for the highest bit is '1'). Should fix wine-net/257.
19485         * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
19486         Patrik Stridvall <ps@leissner.se>
19487         Fixes for compile on non-Intel platforms.
19489         * dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, include/ntddk.h, include/ntsecapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h, include/winsvc.h, include/wtypes.h:
19490         Patrik Stridvall <ps@leissner.se>
19491         Fixed/moved/added missing/wrong function prototypes.
19493         * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
19494         Henrik Olsen <henrik@iaeste.dk>
19495         Cleanup of the Danish support.
19497         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
19498         Fix a bug in SetWindowPos to prevent parent from erasing its child
19499         painting area when parent window and child window don't have
19500         WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
19502         * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
19503         Make defwndproc erase the correct location.
19505 Sat Jul  3 16:01:44 1999  Alexandre Julliard  <julliard@winehq.com>
19507         * relay32/crtdll.spec, windows/dinput.c, dlls/comctl32/propsheet.c, dlls/comctl32/trackbar.c, dlls/version/resource.c, if1632/relay.c, include/win.h, loader/elf.c, loader/pe_image.c, misc/crtdll.c, misc/shell.c, multimedia/dsound.c, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/avifil32/avifile.c:
19508         Marcus Meissner <marcus@jet.franken.de>
19509         some small include fixes, some checks for NULL ptrs,
19510         loader/elf.c: fixed the "lib" insertion
19511         crtdll: added fsopen()
19512         dinput: return that we are attached.
19514         * controls/button.c: Reverted previous change.
19516         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
19517         Cancel pending notifications when EM_SETMODIFY is called.
19519         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
19520         Fix a crash when doing sorted inserts at top level.
19522         * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
19523         Reworked nonclient drawing code. Win31 look now works more like real
19524         Win31, so apps like Delphi 1.0 no longer go into infinite recursion
19525         etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
19526         (e.g. WS_EX_WINDOWEDGE is still not handled).
19528         * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
19529         SM_C[XY]FRAME is BorderWidth + 1.
19531         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19532         Bugfix: LocalInit with start == 0 always places heap at end of segment.
19534         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19535         Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
19537         * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, miscemu/main.c, scheduler/process.c, include/module.h, include/process.h, include/task.h, loader/main.c:
19538         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19539         On NE process creation, move major part of NE EXE module loading and
19540         NE instance creation into the child process.
19542         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
19543         Window style updates.
19545         * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
19546         Some enhancements, and removal of C++ constructs.
19548         * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
19549         Marcus Meissner <marcus@jet.franken.de>
19550         Implemented chains of surfaces. This allows an unlimited number
19551         of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
19552         whatever).
19554         * files/file.c, relay32/kernel32.spec:
19555         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19556         Added UnlockFileEx stub.
19558         * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
19559         Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
19560         Added missing 61762 entry on system resources in Spanish and
19561         Catalonian languages.
19563         * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
19564         Make GetScrollInfo return scroll pos when program requests thumb pos
19565         outside drag operation.
19567 Sun Jun 27 15:40:44 1999  Alexandre Julliard  <julliard@winehq.com>
19569         * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19570         Converted to the new debug interface.
19572         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19573         ReadConsoleA: use ir as pointer to (req+1).
19575         * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
19576         Remove the  validated child area from the update region of parent for
19577         windows without WS_CLIPCHILDREN style.
19579         * debugger/db_disasm.c:
19580         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19581         Bugfix: Grp8 instructions have *byte* BitOffset operand.
19583         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19584         Bugfix: missing WINAPIs added.
19586         * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
19587         OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
19589         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
19590         Return ERROR_DISK_FULL for WriteFile.
19592         * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
19593         Fixed missing return after about dialog.
19595 Sat Jun 26 19:09:11 1999  Alexandre Julliard  <julliard@winehq.com>
19597         * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
19598         Converted to the new debug interface, using script written by Patrik
19599         Stridvall.
19601         * scheduler/thread.c, tools/build.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, windows/win.c, loader/ne/module.c, loader/ne/segment.c, memory/global.c, memory/local.c, memory/selector.c, misc/callback.c, misc/error.c, misc/windebug.c, miscemu/emulate.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int10.c, msdos/int11.c, msdos/int12.c, msdos/int13.c, msdos/int15.c, msdos/int16.c, msdos/int17.c, msdos/int19.c, msdos/int1a.c, msdos/int20.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int29.c, msdos/int2a.c, msdos/int2f.c, msdos/int33.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/int5c.c, msdos/interrupts.c, msdos/vxd.c, msdos/xms.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, dlls/winaspi/winaspi16.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/dosexe.h, include/miscemu.h, include/msdos.h, loader/dos/dosvm.c, loader/task.c:
19602         Changed CONTEXT into CONTEXT86 everywhere we really want an i386
19603         context.
19604         Added #ifdef __i386__ around accesses to 386 registers in the generic
19605         CONTEXT structure.
19607         * include/winnt.h: Added CONTEXT86 definition.
19608         Added PowerPC context as an example (not tested).
19610         * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
19611         Fixes for non-i386 compiling.
19613         * */*:
19614         Patrik Stridvall <ps@leissner.se>
19615         ANSI C fixes.
19616         Removed warnings.
19617         Made the include files self-sufficient.
19618         Some Solaris fixes.
19620         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
19621         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19622         Fixed DPA_LoadStream and improved DPA_Merge.
19624         * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19625         Added check for invalid parent item.
19627         * dlls/shell32/shellord.c, relay32/shell32.spec:
19628         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19629         Added SHDoDragDrop() stub.
19631         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19632         Improved GetRandomRegion().
19634         * misc/network.c, relay32/mpr.spec:
19635         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19636         Added WNetRemoveCachedPassword() stub.
19638         * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19639         Store buddy window.
19641         * include/tooltips.h, dlls/comctl32/tooltips.c:
19642         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19643         Started WM_NOTIFYFORMAT support.
19645         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19646         Better ComboBoxEx placement.
19648         * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
19649         Ensure that the command-line passed to the various *CreateProcess
19650         functions contains the path to the program being invoked.
19652         * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
19653         Prevent bad window X error.
19655         * windows/mdi.c, windows/sysmetrics.c:
19656         Abey George <abey@macadamian.com>
19657         The system menu icon on a MDI child window was corrupted when the
19658         child frame window is maximized within the main frame when the wine
19659         look is Windows 95.
19661         * controls/scroll.c, windows/defwnd.c:
19662         Slava Monich <Slava.Monich@netmanage.com>
19663         In case if scrollbar has the same background color as the window
19664         it belongs to, it needs to be filled with 0x55aa bitmap brush.
19666         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
19667         Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
19669         * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
19670         Fix (well kludge around) FreeBSD's `Invalid address' errors.
19672         * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
19673         James Abbatiello <abbeyj@wpi.edu>
19674         Draw a 3D border around edit controls when not in WIN31_LOOK.
19676         * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
19677         James Abbatiello <abbeyj@wpi.edu>
19678         Only draw a black border around normal buttons when in WIN31_LOOK.
19680         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19681         Fixed alignment and position when looking for mmio chunks.
19683         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19684         No longer using global vars (shared data) for mm timers, but a
19685         specific structure for each attached process.
19686         Fixed alignment and position when looking for mmio chunks.
19687         Fixed WAVE mapper handling in waveGetCaps.
19689         * include/multimedia.h, multimedia/time.c:
19690         Eric Pouech <Eric.Pouech@wanadoo.fr>
19691         No longer using global vars (shared data) for mm timers, but a
19692         specific structure for each attached process.
19694         * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
19695         Wrote a small document on how to package WINE for distributors.
19697         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
19698         SetCursorPos() function was called with a window coordinates
19699         parameter.
19701         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19702         Fixed null ptr deref introduced in last patch.
19704         * if1632/ole2.spec, ole/ole2.c:
19705         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19706         Kind of implemented OleMetaFilePictFromIconAndLabel.
19708         * include/toolbar.h, dlls/comctl32/toolbar.c:
19709         Chris Morgan <cmorgan@wpi.edu>
19710         James Abbatiello <abbeyj@wpi.edu>
19711         Fixed various problems related to bitmaps and flat toolbars.
19713         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
19714         James Abbatiello <abbeyj@wpi.edu>
19715         Fixed problems with disappearing text.
19717         * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
19718         James Abbatiello <abbeyj@wpi.edu>
19719         Complete rewrite of messaging code to implement/fix all input behaviors.
19720         Fixed a few fixmes.
19722         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
19723         Dave Pickles <davep@nugate.demon.co.uk>
19724         Added more batch functionality, including the CALL GOTO and SHIFT
19725         commands plus batch command arguments.
19727         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
19728         Updated to reflect current status.
19730         * loader/ne/module.c:
19731         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19732         NE_LoadFileModule: Free module when NE_LoadDLLs fails.
19734         * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
19735         Thuy Nguyen <thuy@macadamian.com>
19736         Implemented the underline and strikeout text attributes for the Wine
19737         PostScript driver.
19739         * windows/win.c: Pascal Lessard <pascal@macadamian.com>
19740         EnableWindow doesn't release the capture of a child window.
19742         * Makefile.in: James Juran <jrj120@psu.edu>
19743         Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
19744         non-blank.
19746         * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
19747         Remove the WM_LBUTTONUP message from the queue after selecting a mouse
19748         menu item.
19750         * server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, include/server.h, include/thread.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, misc/toolhelp.c, ole/parsedt.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, files/change.c, files/dos_fs.c, files/file.c:
19751         Further server optimizations:
19752         - merged request and reply structures
19753         - build requests directly into the buffer to avoid a copy
19755 Tue Jun 22 19:14:41 1999  Alexandre Julliard  <julliard@winehq.com>
19757         * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
19758         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
19759         Standard dialog boxes resources and OLE strings are now in cp1251 encoding
19760         Font mapper does not anymore use fonts in -koi8-r encoding
19761         Font mapper now recognises fonts in -windows-* encodings (these are
19762         provided by xfstt TrueType server)
19763         Font mapper now sees max 16384 fonts (was 2048)
19765         * relay32/builtin32.c:
19766         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19767         Share the HMODULE of built-in modules over all processes.
19768         Use the cached HMODULE to speed up relay debugging.
19769         Display the multi-instantiation warning only for 'dangerous' DLLs.
19771         * scheduler/process.c:
19772         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19773         Load USER32.DLL before calling UserSignalProc.
19775         * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19776         Use separate service for each windows timer.
19778         * if1632/compobj.spec, ole/compobj.c:
19779         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19780         Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
19782         * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
19783         Eric Pouech <Eric.Pouech@wanadoo.fr>
19784         Thou shalt not use C++ comments.
19786         * include/driver.h, windows/driver.c:
19787         Eric Pouech <Eric.Pouech@wanadoo.fr>
19788         Moved to new trace interface.
19789         Fixed driver closing.
19791         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19792         Better handling of double quotes in MCI string commands.
19794         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19795         Fixed memory leak in mci structures.
19797         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19798         Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
19800         * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19801         Added missing GDI heap unlock.
19802         Moved to new debug interface.
19804         * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19805         Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
19806         OFN_EXPLORER bits set.
19808         * dlls/comctl32/imagelist.c:
19809         Francois Boisvert <francois@macadamian.com>
19810         Modified ImageList_LoadImageA to check the case where cx is set to zero.
19812         * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
19813         Added Swiss french keyboard layout.
19815         * server/select.c: Dump server objects on SIGHUP.
19817         * server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, include/server.h, include/server/Attic/request.h, include/thread.h, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, scheduler/thread.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, files/file.c:
19818         Made server communication faster by using a shared memory block.
19819         A few other optimizations in request processing in the server.
19820         Moved automatically generated request definitions to server.h and
19821         removed include/server/request.h.
19823         * windows/message.c, windows/queue.c, windows/win.c, windows/winproc.c, loader/main.c, loader/ne/segment.c, loader/task.c, miscemu/main.c, msdos/dpmi.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, tools/build.c, win32/kernel32.c, debugger/stack.c, dlls/ntdll/exception.c, if1632/relay.c, if1632/thunk.c, include/process.h, include/queue.h, include/stackframe.h, include/task.h, include/thread.h, include/winbase.h, include/winnt.h:
19824         Merged THDB and TEB structures.
19825         Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
19827         * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
19828         Added Wa.s
19830 Sun Jun 20 15:09:32 1999  Alexandre Julliard  <julliard@winehq.com>
19832         * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
19833         Fixed Winelib compilation.
19835 Fri Jun 18 18:29:04 1999  Alexandre Julliard  <julliard@winehq.com>
19837         * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
19838         Include instruction emulation in Winelib.
19840         * include/wine/exception.h, win32/except.c: A few optimizations.
19842         * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
19844         * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
19845         Added DebugBreak.
19847         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
19848         Debugger is now called by exception handling.
19849         Added 'pass' command to pass exceptions to the app.
19851         * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
19852         Moved signal handling to exception.c, generate exceptions on signals.
19853         Added hook for debugger in exception handling (temporary).
19855         * programs/progman/Makefile.in, programs/progman/Wa.rc, programs/winhelp/Makefile.in, programs/winhelp/Wa.rc, resources/sysres_Wa.rc, ole/nls/wal.nls, programs/clock/Makefile.in, programs/clock/Wa.rc, programs/notepad/Makefile.in, programs/notepad/Wa.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Wa.rc:
19856         Pablo Saratxaga <srtxg@ping.be>
19857         Walloon language update.
19859         * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
19860         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19861         - Do not call XConfigureWindow if SetWindowPos was called due to a
19862           received ConfigureNotify event (to avoid recursion).
19863         - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
19864           walking the tree.
19865         - Set XSizeHint.win_gravity to StaticGravity for managed windows.
19867         * misc/version.c:
19868         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19869         Bug fix.
19871         * loader/pe_image.c:
19872         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19873         Fix compiler warning.
19875         * documentation/Makefile.in, Makefile.in:
19876         Alexander V. Lukyanov <lav@long.yar.ru>
19877         Install wine.man from current directory.
19878         Remove wine.man on distclean, not on clean.
19880 ----------------------------------------------------------------
19881 Sun Jun 13 08:49:47 1999  Alexandre Julliard  <julliard@winehq.com>
19883         * dlls/comctl32/listview.c, include/listview.h:
19884         Chris Morgan <cmorgan@wpi.edu>
19885         James Abbatiello <abbeyj@wpi.edu>
19886         Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
19888         * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
19889         James Abbatiello <abbeyj@wpi.edu>
19890         Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
19892         * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
19893         James Abbatiello <abbeyj@wpi.edu>
19894         Adds some undocumented behavior to TREEVIEW_GetItemA().
19896         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
19897         Fixed ambigous else/brace problem, moved "name" computation in
19898         CreateProcess _before_ outputting it in the FIXME_()s.
19900         * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
19901         Do not reuse a passed CONST RECT * pointer.
19903         * windows/x11drv/mouse.c:
19904         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19905         Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
19906         used with native USER ...
19908         * loader/pe_image.c, scheduler/process.c:
19909         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19910         Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
19911         replaced it by a somewhat less broken hack :-/
19913         * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
19914         Fixed small memory corruption.
19916 Sat Jun 12 18:36:55 1999  Alexandre Julliard  <julliard@winehq.com>
19918         * include/*.h:
19919         Patrik Stridvall <ps@leissner.se>
19920         Mad the include files idempotent using a consistent macro naming
19921         scheme.
19923         * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
19924         Avoid painting destroyed windows.
19926         * dlls/*.c, if1632/*.c, loader/*.c:
19927         Converted to the new debug interface, using script written by Patrik
19928         Stridvall.
19930         * if1632/builtin.c, loader/ne/module.c, loader/ne/segment.c, memory/atom.c, memory/string.c, objects/text.c, win32/thread.c, windows/property.c, windows/rect.c, windows/sysmetrics.c, dlls/advapi32/advapi.c, dlls/commdlg/filetitle.c, dlls/ntdll/nt.c, dlls/ntdll/sync.c:
19931         Patrik Stridvall <ps@leissner.se>
19932         Added missing/wrong includes.
19934         * windows/user.c, windows/x11drv/event.c, controls/icontitle.c, controls/menu.c, controls/widgets.c, debugger/dbg.y, debugger/dbgmain.c, loader/module.c, misc/spy.c, windows/message.c, windows/painting.c, windows/scroll.c:
19935         Patrik Stridvall <ps@leissner.se>
19936         Removed direct references to CLASS internals.
19938         * include/process.h, misc/version.c, scheduler/process.c:
19939         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19940         Rearrange winver detection code and cache the winver value we
19941         determined in the PDB to speed up.
19943         * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
19944         Draws a border around windows with old win31 style (only ws_border) in
19945         win95 look.
19947         * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
19948         Patrik Stridvall <ps@leissner.se>
19949         Added CINTERFACE and NONAMELESSUNION support.
19951         * include/*.h:
19952         Patrik Stridvall <ps@leissner.se>
19953         Added extern "C" if __cplusplus is defined.
19955         * include/combo.h, controls/combo.c, controls/listbox.c:
19956         Francis Beaudet <francis@macadamian.com>
19957         Fixed a few behaviors of the combobox that were broken.
19959         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
19960         Guy Albertelli <galberte@neo.lrun.com>
19961         Add new "walk" command options to list processes and modref's.
19963         * graphics/x11drv/dib.c:
19964         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19965         X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
19966         and negative lines.
19968         * dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, include/winuser.h, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c:
19969         Patrik Stridvall <ps@leissner.se>
19970         Changed xxx(VOID) to xxx(void).
19972         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19973         - simplified internal data
19974         - thread safe access to internal structures
19975         - fixed bug on ONE_SHOT timers
19976         - deferred service thread call until really needed (no longer on WINMM
19977           or MMSYSTEM attachement)
19979         * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
19980         Eric Pouech <Eric.Pouech@wanadoo.fr>
19981         Made the service thread instanciable in every process.
19983         * Make.rules.in, Makefile.in, configure, configure.in:
19984         James Juran <jrj120@psu.edu>
19985         Use Autoconf to find path to ldconfig.
19987         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
19988         Fixed a problem with the LoadTypeLib method.
19990         * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
19991         Use @sysconfdir@ for the default registries in misc/registry.c too.
19993         * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
19994         Added generic pixel converter for 8->24.
19996         * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
19997         DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
19998         were expanded to WORD incorrectly.
20000         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
20001         Ove Kaaven <ovek@arcticnet.no>
20002         Various DPMI fixes and preliminary DPMI raw mode switch handler.
20004         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
20005         Fixed imprecision in the MDI tiling functionality.
20007         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
20008         Open files with more appropriate sharing mode.
20010         * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
20011         Small fixes for EnhMetaFile playback.
20013         * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
20014         Fixed an error and an off-by-one bug in DSA_SetItem().  This
20015         eliminates some crashes with Win98 native SHELL32.
20017         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20018         Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
20019         with caps1==NULL.
20021         * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
20022         dwDataSize needs to be reset before each RegQueryValueEx() call.
20024         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
20025         Don't ignore application-requested primary buffer flags.
20027         * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
20028         Clear high word of %esp when returning from CallFrom16.
20030         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
20031         Implementation of EV_RXFLAG.
20033         * windows/winpos.c, windows/x11drv/event.c:
20034         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20035         Better implementation of [GS]etForegroundWindow.
20036         Fixed focus handling on inter-thread activation.
20037         Adapted FocusIn/Out event handling to per-queue focus.
20039         * loader/ne/module.c:
20040         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20041         Release Win16Lock during PROCESS_Create.
20043         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
20044         ImageList_GetIcon bug fix.
20046         * win32/time.c: Rein Klazes <rklazes@casema.net>
20047         Corrected a problem in GetTimeZoneInformation() due a change to
20048         mktime() in glibc-2.1.1 when daylight saving time is in effect.
20050         * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
20051         Changed K&R C function definition to ANSI C.
20053         * graphics/psdrv/bitmap.c, include/psdrv.h:
20054         Huw D M Davies <h.davies1@physics.ox.ac.uk>
20055         PSDRV_StretchDIBits should use logical co-ords.
20056         Some versions of ghostscript seem to eat one too many characters of
20057         image data. Add a '%' to the output file to work around this.
20059         * relay32/wnaspi32.spec:
20060         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20061         Fixed WNASPI32 ordinals.
20063         * include/winbase.h:
20064         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20065         Added the function definitions of GetStartupInfo*().
20067         * documentation/status/dde, misc/ddeml.c:
20068         Keith Matthews <keith_m@sweeney.demon.co.uk>
20069         1st cut implementation of DdeNameService (omits monitor callback)
20070         1st cut implementation of DdeKeepStringHandle (probably complete)
20071         DdeInitializeW - minor changes to initialise service names structure
20072         DdeGetLastError - start of proper last error retrieval
20073         DdeCreateStringHandle16 - added code for default codepage where not
20074         supplied.
20075         Various documentary/comment corrections.
20077 Fri Jun 11 18:33:46 1999  Alexandre Julliard  <julliard@winehq.com>
20079         * include/process.h, memory/environ.c, scheduler/process.c:
20080         Use the normal environment routines to build the env db of the initial
20081         process.
20083         * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
20084         Return console handles in alloc_console request.
20085         Fixed read_console_input parameters to conform to the reply structure
20086         declaration.
20088 Mon Jun  7 17:46:39 1999  Alexandre Julliard  <julliard@winehq.com>
20090         * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20091         Fixed CreateCompatibleBitmap when called with 0 width or height.
20093         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20094         Fixed mmioDescend when called with a parent chunk.
20096         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
20097         Trying to fix sigaltstack() problem reported by Debian users.
20098         SIGTRAP might be undefined (beos).
20100         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
20101         Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
20102         Fixed TLB_FindTlb (strstr on binary data will not work).
20104         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
20105         Fixed >> and * operator precedence problem.
20107         * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20108         Fixed order for entering critical sections (X11 vs. WndLock) when
20109         calling X11DRV_MOUSE_SetCursor.
20111         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20112         Consult ne.operating_system field for NE files in GetBinaryType().
20114         * server/process.c: Fixed initial process refcount.
20116 Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard@winehq.com>
20118         * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
20119         Forced commit to get rid of the vendor branch
20121         * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
20123         * programs/regapi/regapi.c:
20124         Avoid use of strncmpi (reported by Ron Cemer).
20126         * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
20127         Moved inclusion of winestring.h to winebase.h.
20128         Added Winelib macros for lstrncmp functions.
20130         * controls/scroll.c: Ron Cemer <roncemer@gte.net>
20131         Fixes for several bugs in which portions of the scrollbar were not
20132         being redrawn correctly, the focus rectangle was not being correctly
20133         removed from the thumb before redrawing, etc.; added complete Win9x
20134         and WinNT look and feel support.
20136         * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
20137         Fixes for Win9x and WinNT look and feel.
20139         * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
20140         James Abbatiello <abbeyj@wpi.edu>
20141         Fixed response of GetFullPathNameA when buffer==NULL.
20143         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20144         CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
20146         * configure.in, programs/Makefile.in, programs/wcmd/.cvsignore, programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/makefile.bcc, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc, configure:
20147         Dave Pickles <davep@nugate.demon.co.uk>
20148         Added Wine command-line interpreter.
20150         * if1632/thunk.c, include/callback.h, misc/callback.c:
20151         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20152         Removed Callback.CallTaskRescheduleProc().
20154         * include/main.h, miscemu/main.c, tools/build.c:
20155         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20156         Switch stacks in CALL32_Init().
20158         * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
20159         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20160         16-bit scheduler reorganized: run all tasks in their own thread.
20161         Process creation sequence adapted to new scheduler.
20163         * include/services.h, loader/main.c, scheduler/services.c:
20164         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20165         Removed SERVICE_Exit().
20167         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20168         Release WND lock before calling PostEvent16().
20170         * include/wnaspi32.h:
20171         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20172         Add some defines.
20174         * dlls/wnaspi32/winaspi32.c:
20175         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20176         ASPI_ExecScsiCmd: better return value and verbose error when no device
20177         found.
20179         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
20180         Use SearchPath to test for existance of programs in lpCmdLine
20181         processing. For lpApplName do not append ".exe" and use
20182         DOSFS_GetFullName to locate the program. Move module find process
20183         after flag testing and provide quick exit if not found.
20185         * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
20186         Implemented dialog units -> pixels conversion very close to how it's
20187         actually done by Windows.
20189 Sat Jun  5 15:23:20 1999  Alexandre Julliard  <julliard@winehq.com>
20191         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c, include/commdlg.h, include/initguid.h, include/objbase.h, include/ole2.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/winerror.h, include/wingdi.h, include/winuser.h, include/wtypes.h, ole/bindctx.c, ole/moniker.c:
20192         Paul Quinn <paulq@corel.ca>
20193         Some non-threatening fixes to some headers, as well as some casting
20194         changes that make winelib more win32 code compatible.
20196         * files/drive.c, include/winbase.h, relay32/kernel32.spec:
20197         <davep@nugate.demon.co.uk>
20198         Stub for SetVolumeLabel().
20200         * windows/message.c:
20201         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20202         Add back lost treatment of HWND_TOPMOST.
20204         * windows/x11drv/event.c:
20205         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20206         Try to improve ConfigureNotify event processing.
20208         * objects/pen.c: Joshua Thielen <thielen@netperson.net>
20209         Allow pens with styles greater than PS_INSIDEFRAME to be created with
20210         ExtCreatePen.
20212         * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
20213         Rein Klazes <rklazes@casema.net>
20214         Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
20215         ITypeLib2 and ITypeInfo2 methods.
20217         * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
20218         Allow NULL as argument to SysFreeString in accordance with SDK.
20220         * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
20221         - more up-to-date description of source tree
20222         - better example of required comments for an API implementation
20223         - replacement of WINE_PACKED by "pshpack1.h", etc.
20224         - naming conventions for non-api calls and types
20225         - location conventions for non-api header files and prototypes
20227         * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
20228         Robert W Hall <bobh@n-cantrell.demon.co.uk>
20229         Added 2 stubs.
20231         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20232         Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
20234         * windows/x11drv/event.c, windows/x11drv/wnd.c:
20235         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20236         Fixed potential memory corruption in EVENT_QueryZOrder.
20237         Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
20239         * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
20240         Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
20242         * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
20243         o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
20244         o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
20245           CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
20246           parameter to ShowWindow(). Some apps (CALC.EXE for Win98
20247           is one of them) use this undocumented feature to create
20248           hidden window with WS_VISIBLE style set.
20250         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
20251         Ian Schmidt <irsman@iag.net>
20252         Added partial implementation for DPA_LoadStream and stub for
20253         DPA_SaveStream.  Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
20254         the partial implementation and parameter information.
20256         * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
20257         Make it possible to link Wine statically (at least on RedHat 6.0).
20259         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20260         When looking into sys menu, check if items are present before
20261         dereferencing.
20263         * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
20264         Autoconfigure the directories in the manpage.
20266         * include/message.h, include/ttydrv.h, include/x11drv.h, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c:
20267         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20268         Removed DummyMotionNotify EVENT driver routine.
20270         * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
20271         Marcus Meissner <marcus@jet.franken.de>
20272         Autoconfigure the directories in the manpage.
20274         * files/file.c, include/winbase.h, relay32/kernel32.spec:
20275         James Juran <jrj120@psu.edu>
20276         Add stub for LockFileEx (KERNEL32.513).
20278         * documentation/status/internationalisation:
20279         Klaas van Gend <klaas@vangend.demon.nl>
20280         Current status of Wine on internationalisation.
20282         * controls/button.c: Rein Klazes <rklazes@casema.net>
20283         Do not process WM_LBUTTONUP message in ButtonWndProc()
20284         when the mouse is not captured.
20286         * graphics/psdrv/init.c, objects/dc.c:
20287         Noel Borthwick <noel@macadamian.com>
20288         From CreateCompatibleDC, pass the device name associated with the
20289         source DC in order to allow PSDRV_CreateDC to locate the printer info
20290         for the device.
20292         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20293         Added some digital video interface
20294         Fixed a few bugs (device names are no longer converted to upper case,
20295         added call back window, all structures moved to 32 bit...).
20297         * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20298         Workaroung gcc 2.7.2.x sig 11 issue.
20300         * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
20301         Eric Pouech <Eric.Pouech@wanadoo.fr>
20302         Added (still incomplete) handling of MCI_BREAK command.
20304         * documentation/no-windows: James Juran <jrj120@psu.edu>
20305         Updated documentation/no-windows.
20307         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20308         Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
20309         using a faster generic routine and some inline assembly for i386
20310         (cleanups by Ove).
20312 Fri Jun  4 19:49:54 1999  Alexandre Julliard  <julliard@winehq.com>
20314         * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
20315         Made handle table a separate object.
20316         Global handle table is no longer bound to a process.
20317         Removed special handling of the initial process.
20319         * server/main.c, server/object.c, server/object.h:
20320         Added optional debugging code in object management.
20322 Sat May 29 14:27:27 1999  Alexandre Julliard  <julliard@winehq.com>
20324         * scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, windows/queue.c, windows/winproc.c, include/thread.h, loader/task.c:
20325         Got rid of THREAD_InitDone.
20326         Made THREAD_Current() inline.
20327         Moved server tid into TEB.
20329         * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
20330         Reimplemented the CheckRadioButton function.
20332         * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
20333         James Abbatiello <abbeyj@wpi.edu>
20334         Fixed incorrect lookup of background color.
20336         * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
20337         Chris Morgan <cmorgan@wpi.edu>
20338         James Abbatiello <abbeyj@wpi.edu>
20339         Fixed problems when using multiple style flags together.
20341         * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
20342         James Abbatiello <abbeyj@wpi.edu>
20343         Fixed a problem when using string resources as tooltext.
20345         * windows/win.c: Francis Beaudet <francis@macadamian.com>
20346         Fixed a behavior of the focus when a parent window is disabled.
20348         * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
20349         Fixed a bug which causes the PolyBezier to not be updated on redraw
20350         (when you want them to be).
20352         * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
20353         Remove unnecessary warning in TranslateAccelator.
20355         * server/handle.c:
20356         Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
20357         Meissner).
20359         * dlls/commdlg/cdlg_xx.rc, dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, include/ver.h, include/winver.h, tools/wrc/wrctypes.h:
20360         Paul Quinn <paulq@corel.ca>
20361         ver.h is a legacy header. winver.h should be used instead.
20363         * dlls/tapi32/phone.c, misc/crtdll.c:
20364         Marcus Meissner <marcus@jet.franken.de>
20365         Fixed some warnings.
20367         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
20368         Luc Tourangeau <luc@macadamian.com>
20369         - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
20370         - Implemented LVM_FINDITEM message.
20371         - Added some new window styles.
20372         - Fixed some bugs and extended a number of existing functions.
20373         - Modified selection functions to support area selection (for group
20374           selection in LVS_ICON and LVS_SMALLICON).
20376         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
20377         Fixed a couple of missing event notifications. Some more debugging
20378         messages.
20380         * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
20381         Icelandic keyboard support.
20383         * graphics/ddraw_private.h, graphics/ddraw.c:
20384         Lionel Ulmer <ulmer@directprovider.net>
20385         - better debug output for surface creation
20386         - added (experimental) DIBSection implementation of GetDC / ReleaseDC
20388         * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
20389         Corrected warning.
20391         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
20392         Support TPM_RETURNCMD in TrackPopupMenu.
20394         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20395         Fix <return> key (somehow we get a control keystate).
20397         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20398         Fixed compilation erros on non-Linux systems.
20400         * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
20401         Added missing TRACE define when NO_DEBUG_MSGS was defined.
20403         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
20404         Added missing WINAPI for SHValidateUNC.
20406         * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
20407         Adapted to the new dll resource handling by Bertho Stultiens.
20409 Mon May 24 15:02:18 1999  Alexandre Julliard  <julliard@winehq.com>
20411         * misc/shell.c: Release the Win16Lock before calling WinExec.
20413         * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
20414         Removed process argument to PROCESS_CallUserSignalProc.
20416         * scheduler/process.c:
20417         Moved remaining initialisations to the new process context.
20418         Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
20419         Changed PROCESS_CallUserSignalProc to avoid accessing another process
20420         address space.
20422         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
20423         Added support for dumping variable-size data of server replies.
20424         Added cmd_line and cmd_show in new_process request.
20426         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
20427         fixed builtin mmsystem.dll init sequence
20429         * multimedia/Attic/init.c, multimedia/Makefile.in:
20430         Eric Pouech <Eric.Pouech@wanadoo.fr>
20431         removed obsoleted init.c source file
20433         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
20434         removed unnecessary MCI drivers entry point
20435         added undocumented mmsystem functions
20437         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20438         moved to new trace interface
20439         now calling time init function from mmsystem and/or winmm entry point
20441         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20442         included DLL init sequence (from obsoleted init.c)
20443         fixed builtin mmsystem.dll init sequence
20444         fixed PlaySound when used with an asynchronous audio driver
20445         fixed midiStream functions for Stop/Pause/Restart functions
20446         fixed error handling in waveOutOpen with QUERY_FORMAT flag
20448         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20449         included midi init sequence (from obsoleted init.c)
20450         moved to new trace interface
20451         simplified code with using new configuration constant (HAVE_OSS_MIDI)
20452         fixed erroneous warnings
20454         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20455         included mci init sequence (from obsoleted init.c)
20456         moved to new trace interface
20458         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20459         output: better internal thread interface (orthogonalization of states and events)
20460         output: removed use of DSP_IOCTL_GETOSPACE
20461         output: fixed latency in reset messages handling
20462         output: replaced some polling mechanisms with blocking ones
20463         output: fixed get/set volume functions
20465         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20466         moved to the new debug interface
20467         fixed bugs in pause/play/stop functions
20468         fixed signature of driver entry point
20470         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20471         moved to the new debug interface
20472         fixed bugs in pause/play functions
20473         fixed signature of driver entry point
20475         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20476         Updated traces.
20478         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20479         Remove extraneous winuser16.h.
20481         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20482         Changed printf into TRACE.
20484         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20485         Fixed a few typos.
20487         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20488         Check when backtracking the stack if frames are correct (readable).
20490         * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
20491         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20492         Moved WINSOCK network IO event handling to special thread.
20493         Removed EVENT_WaitNetEvent, introduced a global scheduler event.
20495         * miscemu/main.c, scheduler/process.c:
20496         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20497         Wait until child initialized before returning from PROCESS_Create.
20499         * relay32/kernel32.spec, win32/kernel32.c:
20500         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20501         Use register functions with arguments for LogApiThk...
20503         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
20504         James Abbatiello <abbeyj@wpi.edu>
20505         Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem.  Removed unused
20506         variable in LISTVIEW_GetNextItem.
20508 Sun May 23 20:02:05 1999  Alexandre Julliard  <julliard@winehq.com>
20510         * include/dosexe.h, include/module.h, include/pe_image.h, include/process.h, include/thread.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, relay32/kernel32.spec, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/ntdll/exception.c:
20511         Use the new debug functions to send debug events at appropriate places.
20512         Pass the process creation flags to PROCESS_Create.
20514         * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
20515         Implemented the Win32 debug API functions.
20517         * include/server.h, include/server/request.h, server/Makefile.in, server/debugger.c, server/object.h, server/process.c, server/thread.c, server/thread.h, server/trace.c:
20518         Added debug events support.
20520 ----------------------------------------------------------------
20521 Sun May 23 10:25:26 1999  Alexandre Julliard  <julliard@winehq.com>
20523         * memory/global.c, memory/heap.c, memory/ldt.c, memory/selector.c, memory/string.c, memory/virtual.c, objects/brush.c, objects/color.c, objects/dc.c, objects/dib.c, objects/enhmetafile.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, scheduler/handle.c, scheduler/services.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, win32/code_page.c, win32/console.c, win32/error.c, win32/file.c, win32/init.c, win32/process.c, win32/struct32.c, win32/thread.c, win32/time.c, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, memory/atom.c:
20524         Converted to the new debug interface, using script written by Patrik
20525         Stridvall.
20527         * scheduler/process.c:
20528         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20529         Bugfix: dwFlags must describe target process in UserSignalProc.
20531         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
20532         Added missing WINAPI to SHELL32_654 stub.  Fixes crash in Win98
20533         Explorer.
20535         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
20536         James Abbatiello <abbeyj@wpi.edu>
20537         LISTVIEW_KeyDown: Invalidate the listview window only when the
20538         selected item changes.
20540         * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
20541         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20542         Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
20543         (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
20544         and SSConfirmSmallStack (KERNEL.704).
20546         * if1632/display.spec, windows/display.c:
20547         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20548         Fix typo (wrong DISPLAY.CheckCursor ordinal).
20549         Superfluous FIXME converted to TRACE in CheckCursor.
20551         * relay32/relay386.c:
20552         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20553         Bugfix: syslevel relay check was too strict.
20555         * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
20556         Do not use pagesize aligned size_low to grow mapped file, but original
20557         size_low. (fixes Heises Index Register)
20559 Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard@winehq.com>
20561         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20562         - added some more debug output
20563         - corrected a slight bug in DGA DirectDraw creation
20565         * windows/win.c: Francis Beaudet <francis@macadamian.com>
20566         Fixed a major memory leak in the window management code.
20568         * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20569         In SetWindowPos if changing Z order and child window not yet in its
20570         parent list, do not link it in WINPOS_ShowIconTitle, check for retval
20571         of WIN_FindWndPtr.
20573         * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
20574         Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
20575         colormap is used.
20577         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20578         Don't freeze other thread while it may hold the X critical section.
20580         * include/display.h, loader/main.c, windows/display.c:
20581         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20582         Added UserRepaintDisable16().
20584         * windows/dinput.c, windows/message.c:
20585         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20586         Removed EVENT_WaitNetEvent() calls.
20588         * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20589         Added IsUserIdle16().
20591         * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
20592         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20593         Adapted to EVENT_ driver changes.
20595         * loader/task.c, scheduler/synchro.c:
20596         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20597         Adapted to event synchronization changes.
20599         * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
20600         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20601         Moved X input event handling out of EVENT_WaitNetEvent and into
20602         service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
20603         driver.  Changed winContext to hold HWND instead of WND *.
20605         * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20606         Don't change Z-order of child windows when activating.
20608         * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
20609         Huw D M Davies <h.davies1@physics.ox.ac.uk>
20610         Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
20611         Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
20613         * configure, configure.in, include/acconfig.h, include/config.h.in:
20614         Eric Pouech <Eric.Pouech@wanadoo.fr>
20615         Create a new configuration manifest constant HAVE_OSS_MIDI.
20617         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
20618         Fixed silly EINTR bug with starting dosmod.
20620         * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
20621         Should compare to X11 constant "None" since a colormap is an X
20622         Resource ID and not a pointer.
20624         * controls/listbox.c: Paul Quinn <paulq@corel.ca>
20625         Stop a listbox bug that causes a div by zero when the item height
20626         is zero. Doesn't solve the root of the problem though.
20628         * dlls/shell32/shell32_Pt.rc:
20629         Andre Malafaya Baptista <Malafaya@milenio3.pt>
20630         About dialog translated to Portuguese.
20632         * if1632/thunk.c: James Juran <jrj120@psu.edu>
20633         task.h was included twice.  Removing one fixed a sig11 in gcc-2.7.2.3.
20635         * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20636         Check if dc has been created before using it.
20638         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
20639         Add a few more 32->16 Escape conversions.
20641         * relay32/relay386.c, if1632/relay.c:
20642         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20643         Check for syslevel violations while relay debugging.
20645         * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
20646         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20647         Improved syslevel handling, store currently held syslevels in thread
20648         database, WIN_CritSection converted to syslevel.
20650         * include/windows.h: Joshua Thielen <thielen@netperson.net>
20651         Added mmsystem.h include.
20653         * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
20654         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20655         Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
20656         MapProcessHandle; stub for BUNNY_351.
20658         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20659         Handle proc == NULL in THUNK_SetDCHook correctly.
20661         * files/profile.c:
20662         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20663         Added support for the undocumented combination
20664         GetPrivateProfileStringA(section == NULL, entry == NULL, ...
20666         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
20667         James Abbatiello <abbeyj@wpi.edu>
20668         Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
20670         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
20671         James Abbatiello <abbeyj@wpi.edu>
20672         Implemented GetNextItem for the Listview control.
20674         * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
20675         Expire timers on expiry time too, not just after.
20677         * include/wine/obj_base.h, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, multimedia/dplay.c, multimedia/dsound.c, ole/antimoniker.c, ole/bindctx.c, ole/compositemoniker.c, ole/datacache.c, ole/defaulthandler.c, ole/filemoniker.c, ole/hglobalstream.c, ole/ifs.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/moniker.c, ole/olefont.c, ole/oleobj.c, ole/stg_stream.c, ole/storage32.c, windows/dinput.c, dlls/avifil32/avifile.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/d3ddevices.c:
20678         Paul Quinn <paulq@corel.ca>
20679         Microsoft com vtable compatibility workaround for g++.  Basically adds
20680         an optional 8 bytes padding to COM objects where the RTTI would be.
20682         * include/sysmetrics.h, misc/shell.c, objects/bitmap.c, objects/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/input.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/scroll.c, windows/sysmetrics.c, windows/win.c, windows/winpos.c, controls/button.c, controls/combo.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/iconcache.c:
20683         Marcus Meissner <marcus@jet.franken.de>
20684         Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
20685         GetSystemMetrics(SM_xx), removed no longer needed includes of
20686         sysmetrics.h.
20688         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
20689         Added INT_Int16AddChar.
20691         * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
20692         Bugfix: Prevent null-pointer dereference in TRACE argument list in
20693         RES_FindResource
20695         * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
20696         Fixed wrong NE module registration so that resources work.
20698         * if1632/thunk.c, tools/build.c, win32/kernel32.c:
20699         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20700         Set %ebx to point to real 16-bit stack in CBClientThunkSL.
20701         Pass %esi back-and-forth in CBClientThunkSL(Ex).
20702         Copy modified buffers back after return from FT_Thunk.
20703         Fix broken recognition of LS thunklets.
20705         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
20706         Marcus Meissner <marcus@jet.franken.de>
20707         Removed use of win.h, sysmetrics.h and associated WINE USER internal
20708         variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
20710         * dlls/comctl32/Attic/propsheet.h, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h:
20711         Eric Kohl <ekohl@abo.rhein-zeitung.de>
20712         Toolbar customization dialog (take one).
20714         * windows/win.c: Francis Beaudet <francis@macadamian.com>
20715         Fixed GetTopWindow so it will correctly handle the NULL parameter.
20717         * include/process.h, loader/module.c:
20718         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20719         Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
20720         Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
20721         FreeLibrary calls.
20723         * if1632/mmsystem.spec, multimedia/mmsystem.c:
20724         Marcus Meissner <marcus@jet.franken.de>
20725         Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
20727         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
20728         Ove Kaaven <ovek@arcticnet.no>
20729         Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
20730         on the correct address space. Added DOSMEM_MovePointers() that
20731         relocates selectors when the DOS address space changes (i.e. when
20732         dosmod is spawned, particularly from Win16 apps that uses DPMI to
20733         execute real-mode code). More complete DOS device implementation.
20735         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
20736         Ove Kaaven <ovek@arcticnet.no>
20737         Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
20738         (DOSVM idle message loop), and fields hConInput and hConOutput.
20740         * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
20741         Add some null checking in the Get/SetBitmapBits functions.
20743         * misc/crtdll.c, relay32/crtdll.spec:
20744         Marcus Meissner <marcus@jet.franken.de>
20745         Added init function for CRTDLL, allocate stdio/stderr/stdout on
20746         DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
20747         needs 1.3KB).
20749         * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
20750         Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
20752         * misc/winsock.c: James Juran <jrj120@psu.edu>
20753         Print a more effective (and visible) error message when an application
20754         can't create a socket with type == SOCK_RAW.
20756         * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
20757         Some more defines for multimedia.
20759         * msdos/vxd.c, win32/device.c:
20760         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
20761         Some stubs for pccard vxd to debug the native shell32.
20763         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
20764         Use service thread for "true" multimedia timers.
20765         Removed implementation of fake multimedia timers.
20766         Set minimum resolution to 10 ms (the timing resolution of the Linux
20767         kernel). Fixed a couple of flaws.
20769         * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
20770         Implemented printing out of some structures.
20772 Thu May 20 16:40:23 1999  Alexandre Julliard  <julliard@winehq.com>
20774         * server/select.c, server/socket.c:
20775         Set only the client socket in non-blocking mode instead of all fds;
20776         should avoid problems with stdio handles.
20778 Mon May 17 16:20:53 1999  Alexandre Julliard  <julliard@winehq.com>
20780         * include/debugdefs.h, include/gdi.h, include/psdrv.h, include/ttydrv.h, include/wine/wingdi16.h, include/wingdi.h, include/winspool.h, misc/Attic/spooler.c, misc/Makefile.in, misc/printdrv.c, objects/dc.c, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in, dlls/winspool/info.c, graphics/driver.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/psdrv/driver.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, Makefile.in, configure, configure.in:
20781         Huw D M Davies <h.davies1@physics.ox.ac.uk>
20782         Implement DocumentProperties, DeviceCapabilities, beginnings of
20783         Open/Get/ClosePrinter.  Additions to PSDRV_DeviceCapabilities.
20784         Split off WINSPOOL into its own directory.
20785         Several functions added to DC_Funcs.
20786         Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
20788         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
20789         glide2x loadorder is "so,native".
20791         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
20792         Improved shortcuts - follows jumps in trying to avoid switching to
20793         real mode unnecessarily.
20795         * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
20796         Updated and improved instructions.
20798         * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
20799         Made "Wine-dbg>set *seg:off = val" work (previously only
20800         "Wine-dbg>set *off = val" worked).
20802         * multimedia/mcimidi.c, multimedia/mciwave.c:
20803         Jukka Kangas <jtkangas@nic.fi>
20804         When opening the file we don't need MMIO_EXCLUSIVE
20805         rights. MMIO_DENYWRITE should be sufficient.
20807         * dlls/shell32/shellpath.c:
20808         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
20809         Prevent crash in stub of SheGetDirW.
20811         * dlls/shell32/shlmenu.c:
20812         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
20813         Further implementation of the FileMenu.
20815         * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
20816         Set the default menu item of the window menu
20818         * wine.ini: James Juran <jrj120@psu.edu>
20819         Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
20820         accordance with Linux 2.2 Changes file.
20822         * if1632/kernel.spec, loader/module.c:
20823         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20824         Release Win16Lock when calling LoadLibrary32 from 16-bit code.
20826         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20827         Fixed THUNK_SetDCHook when using native USER.
20829         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20830         Bugfix: FT_PrologPrime was broken due to relay changes.
20832         * misc/network.c, relay32/mpr.spec:
20833         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20834         Some stubs added.
20836         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20837         Suspend window locks before calling hook procedure.
20839         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20840         Fixed window refcount handling in GetNextDlgGroupItem.
20842         * controls/button.c:
20843         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20844         Removed superfluous WIN_ReleaseWndPtr.
20846         * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
20847         Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
20848         previous one. (reported by Ove)
20850 Sun May 16 17:11:58 1999  Alexandre Julliard  <julliard@winehq.com>
20852         * include/winbase.h, include/winnt.h:
20853         Added a few missing debug event definitions.
20855         * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
20856         Adapted to new select interface.
20857         Fixed bug in *_signaled routines that could cause busy-waiting in the
20858         select loop.
20860         * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
20861         Changed select interface, separated timeouts from file descriptors.
20863         * server/handle.c, server/handle.h, server/process.c, server/process.h:
20864         Moved process structure definition to process.h.
20865         Added suspend/resume_process.
20866         Moved handle table back into the process structure.
20868         * scheduler/client.c, server/trace.c, include/server.h:
20869         Added TEB in init_thread request.
20871 Sat May 15 10:52:56 1999  Alexandre Julliard  <julliard@winehq.com>
20873         * miscemu/instr.c:
20874         Tried to add an error message when crashing on a selector load because
20875         of missing LDT sharing between threads (untested).
20877         * scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/change.c, server/console.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/request.c, server/select.c, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, include/server.h, include/server/Attic/object.h, include/server/Attic/process.h, include/server/Attic/thread.h, include/server/request.h, memory/virtual.c:
20878         Server reorganization:
20879         - moved request handlers to the specific C files
20880         - moved handle management to handle.c
20881         - moved server private includes to server/ instead of include/server/
20883         * Make.rules.in: Get include files from the current directory first.
20885 Fri May 14 18:39:37 1999  Alexandre Julliard  <julliard@winehq.com>
20887         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/win.h, windows/msgbox.c, windows/queue.c, windows/win.c:
20888         Marcus Meissner <marcus@jet.franken.de>
20889         Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
20890         removed unnecessary win.h includes, added syslevel.h to queue.c.
20892         * controls/combo.c: Francois Boisvert <francois@macadamian.com>
20893         Changed CBGetDroppedControlRect to be compliant with Windows API.
20895         * include/wine/exception.h, win32/except.c:
20896         Fixed a few bugs, and improved the exception macros (based on
20897         suggestions by Sergei Turchanov).
20899         * dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, ipc/dde_atom.c, ipc/dde_atom_test.c, ipc/shm_block.c, ipc/shm_fragment.c, ipc/shm_fragment_test.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, ipc/shm_semaph_test.c, ipc/wine_test_stub.c, relay32/snoop.c, relay32/utthunk.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/service.c, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c, dlls/msacm/msacm_main.c, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/psapi/psapi_main.c, dlls/rasapi32/rasapi.c, dlls/tapi32/assisted.c, dlls/tapi32/phone.c, console/generic.c, console/ncurses.c, console/xterm.c, controls/combo.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c:
20900         Converted to the new debug interface, using script written by Patrik
20901         Stridvall.
20903         * tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
20904         Converted to the new debug interface.
20906         * windows/painting.c:
20907         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20908         Fixed invalid window refcount handling in RDW_Paint().
20910         * windows/message.c: Noel Borthwick <noel@macadamian.com>
20911         Fix a deadlock with the system message queue by ensuring the system message
20912         queue is unlocked while the actual message is being processed.
20914         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20915         Check if in depth-conversion mode before returning an error message
20916         in IDirectDrawPaletteImpl_GetEntries.
20918 Thu May 13 18:53:05 1999  Alexandre Julliard  <julliard@winehq.com>
20920         * documentation/status/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, include/wine_gl.h:
20921         Lionel Ulmer <ulmer@directprovider.net>
20922         Replaced all the Mesa specific code by GLX code. Should work now on
20923         any OpenGL implementation.
20925         * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
20926         Added Italian keyboard support.
20928         * graphics/enhmetafiledrv/graphics.c:
20929         Huw D M Davies <h.davies1@physics.ox.ac.uk>
20930         Fixed a couple of memcpy errors.
20932         * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
20933         Small fix to help native win95 PrintDlg on the way.
20935         * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
20936         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20937         Implemented InsertInASPIChain and fixed minor things.
20939         * windows/x11drv/mouse.c:
20940         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20941         Fixed quite ill window locking code.
20943         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
20944         Fixed an infinite loop in ChildWindowFromPointEx.
20946         * controls/menu.c:
20947         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
20948         - prevent crash when GetMenuDefaultItem is called on empty menu
20949         - set default item on system menu
20951         * loader/ne/module.c, memory/selector.c, relay32/ntdll.spec, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/stackframe.h:
20952         Adapted for new register functions support (ESP_reg in register
20953         functions now points after the arguments).
20955         * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
20956         Win32 register functions can now have arguments.
20957         Simplified relay debugging for register functions.
20959         * relay32/kernel32.spec, win32/device.c:
20960         VxDCall functions do not need to be 'register'.
20962 Wed May 12 16:10:53 1999  Alexandre Julliard  <julliard@winehq.com>
20964         * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
20966         * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
20967         Added macros and definitions for using exception inside Wine or
20968         Winelib code.
20970         * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
20971         Moved some exception definitions to winnt.h and ntddk.h.
20973         * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
20974         Added missing WINAPI for the callback procs.
20976         * include/sig_context.h: Added ERROR_sig.
20978         * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
20979         Bug fix.
20981         * misc/winsock.c, include/winsock.h:
20982         Marcus Meissner <marcus@jet.franken.de>
20983         WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
20984         replaced all pwsi->err references.
20986         * loader/pe_image.c: Changed some error handling a bit.
20988         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
20989         Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
20991         * relay32/kernel32.spec, relay32/ntdll.spec:
20992         Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
20993         the ntdll one.
20995         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
20996         Added import declaration for Win32 built-ins.
20998 Mon May 10 14:44:48 1999  Alexandre Julliard  <julliard@winehq.com>
21000         * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
21001         Added support for forwarded ordinals in built-in dlls.
21003 Sun May  9 16:15:28 1999  Alexandre Julliard  <julliard@winehq.com>
21005         * win32/console.c:
21006         Fixed request size for alloc_console and free_console.
21008         * relay32/kernel32.spec, relay32/ntdll.spec, win32/except.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/Attic/except.h, include/debugdefs.h, include/ntddk.h, include/thread.h, include/winbase.h, include/winnt.h:
21009         Improved exception handling.
21010         Based on the work of Sergey Turchanov <turchanov@usa.net>.
21012         * loader/module.c:
21013         Use OpenFile() to test for file existence, so that the path gets
21014         searched.
21016         * server/select.c: Ove Kaaven <ovek@arcticnet.no>
21017         Restart interrupted select() (happens with -pg).
21019         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
21020         Fixed off-by-one bug in memory access check.
21022         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
21023         More debug output for RegQueryInfoKey.
21025         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
21026         Fixed a couple of bugs (silent backtrace not totally silent, crashes
21027         when the stack is corrupted or similar).
21029 ----------------------------------------------------------------
21030 Sat May  8 18:39:05 1999  Alexandre Julliard  <julliard@winehq.com>
21032         * tools/wineconf.libs/autoconf.eng, tools/wineconf.libs/autoconf.tcl, tools/wineconf.libs/browsers.eng, tools/wineconf.libs/dirbrowser.tcl, tools/wineconf.libs/general.eng, tools/wineconf.libs/getfilename.tcl, tools/wineconf.libs/message.tcl, tools/wineconf.libs/message2.tcl, tools/wineconf.libs/saveRC.tcl, tools/wineconf.libs/wine-half.gif, tools/wineconf.libs/wineconf.eng, tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl, tools/wineconf.tcl:
21033         Jean-Louis Thirot <thirot@univ-brest.fr>
21034         Added graphical configuration tool wineconf.tcl.
21036         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
21037         Ignore ESC[%dc reports generated by 8bit control codes.
21038         Open console even if we already have one in the process.
21040         * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
21041         Fixed off by 1 error in section code (did not return len-2 on buffer
21042         overflow in some cases, but len-1).
21044         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
21045         Fixed warning.
21047         * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
21048         Fixed palette handling for true/high-color X11.
21050         * loader/ne/module.c:
21051         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21052         Fixed extension handling in LoadLibrary16.
21054         * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
21055         Alex Korobka <alex@aikea.ams.sunysb.edu>
21056         Rearranged PAINT_RedrawWindow() so that it first recursively updates
21057         invalid regions and only then starts sending out messages. This should
21058         help with reentrancy during message processing and now it needs just
21059         one (or none) scratch region for all there is to do. Also, small fixes
21060         for SetWindowPos().
21062         * configure, configure.in: Added check for missing __i386__ definition.
21064         * include/config.h.in, scheduler/client.c, server/socket.c, server/trace.c, configure, configure.in, tools/wrc/parser.y, ole/datacache.c, ole/defaulthandler.c, ole/hglobalstream.c, ole/memlockbytes.c, scheduler/sysdeps.c, tools/build.c, misc/wsprintf.c, miscemu/instr.c, msdos/ioports.c, if1632/snoop.c, include/server.h, include/stackframe.h, ipc/bit_array.c, controls/edit.c, controls/menu.c, debugger/dbg.y, graphics/x11drv/xfont.c:
21065         Patrik Stridvall <ps@leissner.se>
21066         ANSI C fixes.
21068         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
21069         Pass PROPSHEETPAGE to propertypage dialog as lParam.
21071         * misc/winsock.c, multimedia/dsound.c, objects/brush.c, objects/enhmetafile.c, ipc/dde_atom.c, ipc/generic_hash.c, ipc/shm_block.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, loader/dos/dosmod.c, loader/signal.c, memory/ldt.c, graphics/psdrv/init.c, include/dplay.h, include/dplobby.h, include/heap.h, include/metafile.h, include/mmsystem.h, include/psdrv.h, include/shellapi.h, include/sig_context.h, include/winsock.h, dlls/ntdll/time.c, dlls/shell32/folders.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/dispdib.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/fontdlg.c, debugger/msc.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c:
21072         Patrik Stridvall <ps@leissner.se>
21073         ANSI C fixes.
21075         * windows/caret.c, include/wine/wingdi16.h, include/wine/winuser16.h, misc/printdrv.c, objects/font.c, objects/linedda.c, objects/region.c, graphics/win16drv/font.c, include/gdi.h, include/windef.h, include/wingdi.h, include/winuser.h, graphics/psdrv/font.c:
21076         Huw D M Davies <h.davies1@physics.ox.ac.uk>
21077         Split off wingdi16.h from wingdi.h.  Add many more #defines/typedefs
21078         to bring wingdi.h almost upto a complete NT4.0 interface.
21079         Fix return value of SetRectRgn().
21081         * windows/display.c, windows/focus.c, windows/nonclient.c, windows/ttydrv/mouse.c, windows/win.c, windows/winpos.c, include/ttydrv.h, include/winpos.h:
21082         Michael Veksler <mveksler@techunix.technion.ac.il>
21083         Removed #include "wine/winuser16.h" and use "struct tag????" instead.
21085         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
21086         Improved Wine debugger backtrace. New features:
21087         - Displays ebp, in case you want to check stackframes manually
21088         - Detects far calls even when windows apps don't mark them
21089         - Tracks CallFrom16/CallTo16 relaying (thunking)
21091         * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
21092         Bugfix: get_sobasename was off by one pointer increment.
21094         * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
21095         Fixed implicit type warning.
21097         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
21098         Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
21100         * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
21101         Francis Beaudet <francis@macadamian.com>
21102         Second part of the OLE datacache implementation.
21104         * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
21105         Ove Kaaven <ovek@arcticnet.no>
21106         Moved DOS List of Lists initialization, and added the beginnings of
21107         the DOS device structures.
21109         * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
21110         Noomen Hamza <noomen@macadamian.com>
21111         Bug fixes.
21113         * ole/hglobalstream.c, relay32/ole32.spec:
21114         Thuy Nguyen <thuy@macadamian.com>
21115         Implemented GetHGlobalFromStream.
21117         * include/thread.h, scheduler/thread.c:
21118         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21119         Call THREAD_FreeTHDB as service thread callback.
21121         * include/message.h, loader/task.c, windows/timer.c:
21122         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21123         Removed TIMER_SwitchQueue.
21125         * debugger/memory.c:
21126         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21127         Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
21128         chars.
21130         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
21131         Stop winelib programs on fault instead of endless faultlooping.
21133         * Makefile.in: James Juran <jrj120@psu.edu>
21134         Run ldconfig in make install if using --enable-dll.
21135         Cleaned up uninstall_lib as well.
21137         * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
21138         Thuy Nguyen <thuy@macadamian.com>
21139         Implementation of IStorage supported by an implementation of
21140         ILockBytes on top of an HGLOBAL.
21142         * files/profile.c, relay32/kernel32.spec:
21143         Marcus Meissner <marcus@jet.franken.de>
21144         Return the correct value from GetPrivateProfileSectionA.
21145         Copy/convert back the buffer in GetPrivateProfileSectionW.
21146         Replace some output pointers str/wstr->ptr in kernel32.spec.
21148         * loader/task.c, scheduler/process.c:
21149         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21150         Some initialization sequence bugfixes:
21151         - Initialize process crst for 16-bit processes.
21152         - Don't crash due to uninitialized stack frames in WineLib.
21153         - Map system DLLs before calling UserSignalProc.
21154         - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
21156         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21157         Call Callout routines directly when using builtin USER.
21159         * loader/pe_image.c:
21160         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21161         Bugfix: all PE modules were marked 'internal'.
21163         * include/dce.h, objects/dc.c, windows/dce.c:
21164         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21165         Check for busy DCE moved to DCHook16().
21167         * include/win.h, loader/main.c, windows/win.c:
21168         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21169         Initialize WIN_CritSection earlier.
21171         * dlls/comctl32/trackbar.c, include/trackbar.h:
21172         Luc Tourangeau <luc@macadamian.com>
21173         Removed the timer that was used to queue TRACKBAR_Refresh calls.
21174         Removed all direct calls to TRACKBAR_Refresh (except from within the
21175         WM_PAINT handling section) and replaced them by calls to
21176         InvalidateRect.
21177         Fixed a bug in the TRACKBAR_SetPos function.
21178         Fixed the behavior for different types of mouse input.
21180         * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
21181         Implemented toolbar multirow button layout.
21183         * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
21184         Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
21186         * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
21187         Implemented OleTranslateColor.
21189         * include/winuser.h, windows/input.c:
21190         Francis Beaudet <francis@macadamian.com>
21191         Changed the return value of GetKeyboardState and SetKeyboardState from
21192         VOID to BOOL.
21194         * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
21195         Prevented LISTBOX_RepaintItem from repainting a non visible item.
21197         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21198         Fixed typo.
21200         * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
21201         Bugfix for TRACE in UnregisterClass.
21203 Wed May  5 13:20:50 1999  Alexandre Julliard  <julliard@winehq.com>
21205         * include/Attic/propsheet.h: No longer necessary.
21207 Tue May  4 16:55:23 1999  Alexandre Julliard  <julliard@winehq.com>
21209         * objects/dc.c, windows/dce.c, include/dce.h:
21210         Francis Beaudet <francis@macadamian.com>
21211         Check if DC is busy before deleting it.
21213         * win32/newfns.c:
21214         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21215         GetMailslotInfo is supposed to check for pointer validity.
21217         * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21218         Possible crash in select_loop() fixed.
21220         * include/services.h, loader/task.c, scheduler/services.c:
21221         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21222         Fixed various stupid bugs in services thread routines.
21223         Added SERVICE_Exit routine to kill the services thread.
21225         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21226         Inverted class/channel in __(SET|GET)_DEBUGGING macros.
21228         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21229         Correct implementation of GetWindowThreadProcessId().
21231         * if1632/mmsystem.spec, multimedia/mmsystem.c:
21232         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21233         Added PlaySound16, sndPlaySound16.
21235         * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
21236         Fixes winproc deadlock for win16.
21238 Mon May  3 09:44:57 1999  Alexandre Julliard  <julliard@winehq.com>
21240         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21241         Fixed some deadlock(s) in message sending.
21243         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21244         cleaned up debug channels to use default one (mmsys)
21245         more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
21246         fixed callback bug in midiStream functions
21247         fixed compilation bug with egcs
21248         changed to the new debug channel interface
21250         * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21251         small range fixes for OSS driver
21252         changed to the new debug channel interface
21254         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21255         first (working) shot at OSS mixer low level interface
21256         changed to the new debug channel interface
21258         * misc/network.c, relay32/mpr.spec:
21259         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21260         Fixed off-by-one ordinals in MPR.
21261         Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
21263         * loader/module.c, if1632/relay.c:
21264         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21265         Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
21267         * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21268         Load system DLLs into WineLib applications.
21270         * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
21271         Small update to the PostScript encoding vector.
21273         * loader/module.c, loader/task.c: Bug fixes.
21275 Sun May  2 19:10:57 1999  Alexandre Julliard  <julliard@winehq.com>
21277         * scheduler/process.c:
21278         Moved a few more initialisations to the new process context.
21280         * loader/task.c: Don't initialise the stacks for 32-bit processes.
21282         * miscemu/main.c: Only check number of tasks after first message.
21283         Use a 16-bit module for creating the initial task.
21285         * include/authors.h, AUTHORS:
21286         Updated authors list from the Changelog. Please let me know if you
21287         have been left out.
21289         * loader/task.c, scheduler/process.c:
21290         Converted to the new debugging interface (done with the help of the
21291         script written by Patrik Stridvall).
21292         Some changes to the initialisation sequence for 32-bit processes.
21294         * */*.c:
21295         Converted to the new debugging interface (done with the help of the
21296         script written by Patrik Stridvall).
21298         * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
21299         Misc fixes and improvements.
21301         * include/config.h.in, configure, configure.in:
21302         Added check for -lmmap for OS/2.
21304         * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
21305         Francis Beaudet <francis@macadamian.com>
21306         Fixed a few bugs in the OLE storage implementation, added a new set of
21307         trace statements for the OLE storage related methods and introduced a
21308         new debug channel for the storage subsystem.
21310         * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
21311         Michael Veksler <mveksler@techunix.technion.ac.il>
21312         Removed redundant include of winbase.h from winuser16.h.
21313         Moved types from winbase.h to winuser16.h .
21315         * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
21316         - default item handling
21317         - small drawing fixes
21319         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
21320         Klaas van Gend <klaas@vangend.demon.nl>
21321         More implementation of PrintDlgA.
21322         Conversion of resource identifiers of Print32 window to comply to the
21323         M$ numbering.
21325         * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21326         Don't crash if queuing an APC on a thread that doesn't wait.
21328         * windows/timer.c, windows/x11drv/event.c, include/message.h:
21329         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21330         Use SERVICES callback to implement Windows timers.
21331         Timer expiration handling removed from EVENT_WaitNetEvent loop.
21333         * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
21334         Call SetLastError in HeapCompact().
21336         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
21337         Added prototype for TryEnterCriticalSection.
21339         * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
21340         Make all structures packed and removal of some WINE_PACKED.
21342         * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
21343         Pushbuttons should only be rounded in Win31 look.
21345         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
21346         - default item handling
21347         - small drawing fixes
21349         * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
21350         Fixed an unbalanced windows lock/unlock sequence in
21351         WINPOS_ActivateOtherWindow.
21353         * include/debugdefs.h: enhmetafile added
21355         * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, relay32/mcianim.spec, relay32/mciavi.spec, relay32/mcicda.spec, relay32/mciseq.spec, relay32/mciwave.spec, relay32/winmm.spec, include/multimedia.h, loader/main.c, multimedia/audio.c, multimedia/init.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/mmsystem.c, documentation/status/multimedia, if1632/mmsystem.spec, wine.ini:
21356         Eric Pouech <Eric.Pouech@wanadoo.fr>
21357         - got rid of all the internal MM tweaks to load builtin MCI
21358           drivers. They are all seen as drivers, loaded as DLLs and standard
21359           module loadorder is used to know which type to use (builtin vs
21360           native).
21361         - first full working implementation of mmThread??? functions (to
21362           support gracefully native MCI drivers).
21363         - support of mmShowMMCPLPropertySheet.
21364         - fix of some heap validate bugs (thanks to Ulrich for reporting them).
21366         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
21367         Fix CreateProcessA to implement correct actions on ambiguous command
21368         line names (try longer and longer strings).
21370         * Makefile.in, configure, configure.in, graphics/enhmetafiledrv/.cvsignore, graphics/enhmetafiledrv/Makefile.in, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/mapping.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/init.c, include/enhmetafiledrv.h:
21371         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21372         Started implementing Enhanced MetaFile driver.
21374         * include/ole2.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h, ole/Makefile.in, ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c, relay32/ole32.spec, dlls/shell32/shlview.c:
21375         Francis Beaudet <francis@macadamian.com>
21376         Implemented the OLE object default handler and data cache.
21378         * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
21379         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21380         Several improvements to Enhanced MetaFile playback.
21382         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
21383         Only try to append ".dll" if a library is loaded implicitely.
21385         * dlls/shell32/shellord.c:
21386         Michael Veksler <mveksler@techunix.technion.ac.il>
21387         Fix TRACE formatting warnings.
21389         * dlls/shell32/shlfolder.c:
21390         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21391         Fixed a small syntax problem.
21393         * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
21394         - better stubs for Get/Set special (Progman/Taskman) window functions
21396         * relay32/user32.spec, windows/message.c:
21397         Juergen Schmied <juergen.schmied@metronet.de>
21398         - new SendMessageCallbackW
21399         - some fixme's for missing A<->W conversion
21401         * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
21402         Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
21404         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
21405         Bugfix for EnumPrinters level 2.
21407         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
21408         Correct logic in GetKeyNameText.
21410         * documentation/bugreports:
21411         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21412         Removed +snoop from documentation/bugreports.
21414 Sat May  1 10:41:02 1999  Alexandre Julliard  <julliard@winehq.com>
21416         * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
21417         LoadImageW fixed for hicolor displays.
21419         * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
21420         Marcus Meissner <marcus@jet.franken.de>
21421         MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
21423         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
21424         James Abbatiello <abbeyj@wpi.edu>
21425         Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
21426         to handle wide character strings properly.  Fix of our previous patch
21427         for null pointer checking.
21429         * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
21430         Thuy Nguyen <thuy@macadamian.com>
21431         Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
21432         the ILockBytes interface based on an HGLOBAL.
21434         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
21435         Fixed a bug in CoRegisterClassObject.
21437         * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
21438         Removed some flickering when inserting or deleting buttons.
21440         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
21441         James Abbatiello <abbeyj@wpi.edu>
21442         Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
21443         between lpItem and lpLVItem.  Now compares the pszText string of the
21444         lpItem and lpLVItem structs.  Fixes a bug where the old and new item
21445         have the same attributes but their text differs and GetItemChanges()
21446         compares them as equal.
21448         * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
21449         Thuy Nguyen <thuy@macadamian.com>
21450         Added support for adding and removing pages dynamically from a
21451         property sheet.
21453         * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
21454         Marcus Meissner <marcus@jet.franken.de>
21455         Removed the gotos from the WndProcs, always use a small wrapper that
21456         locks the window, calls the real wndproc, unlocks the window.
21458         * dlls/shell32/contmenu.c:
21459         Juergen Schmied <juergen.schmied@metronet.de>
21460         Fixed default menu item.
21462         * win32/code_page.c, misc/ddeml.c:
21463         Juergen Schmied <juergen.schmied@metronet.de>
21464         Fixed typo.
21466         * windows/queue.c:
21467         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21468         Added a missing LeaveCriticalSection.
21470         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
21471         Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
21472         TranslateMDISysAccel16.
21474         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
21475         Fixed off-by-one bug in async output buffers.
21477         * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
21478         Fixed a little Drag and Drop bug.
21480 ----------------------------------------------------------------
21481 Mon Apr 26 14:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
21483         * include/config.h.in, configure, configure.in:
21484         Marcus Meissner <marcus@jet.franken.de>
21485         Added autoconf check for "inline". You can now use it, it will be
21486         defined to (empty) for compilers that do not have it.
21488         * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
21489         Don't include alloca.h.
21491         * README, documentation/wine.man: James Juran <jrj120@psu.edu>
21492         Update to reflect recent changes and discussions.
21494         * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
21495         The load order parser should not always complain about extensions.
21497         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
21498         - align magic buttons right
21499         - shortcuts alignment working again
21501         * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21502         Fixed loading of native NE dlls.
21504 Sun Apr 25 19:04:42 1999  Alexandre Julliard  <julliard@winehq.com>
21506         * memory/heap.c: Fixed __builtin_return_address arg.
21508         * */*:
21509         Patrik Stridvall <ps@leissner.se>
21510         Fixed ANSI compabillity.
21512         * */*:
21513         Bertho Stultiens <bertho@panter.soci.aau.dk>
21514         Built-in dlls now have resources attached via the PE-header like
21515         normal dlls. This enables the use of the resource API.
21517         * misc/registry.c:
21518         Use $HOME instead of getpwuid for user's home directory.
21519         Fixed messed up indentation.
21521         * graphics/x11drv/xfont.c:
21522         Use $HOME instead of getpwuid for user's home directory.
21524         * */*.h:
21525         Patrik Stridvall <ps@leissner.se>
21526         #pragma pack(?) changed to #include "*pack*.h"
21528         * tools/build.c, include/commctrl.h, include/commdlg.h, include/docobj.h, include/heap.h, include/shellapi.h, include/winbase.h, include/windef.h, include/wine/obj_oleaut.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winnetwk.h, include/winnls.h, include/winuser.h:
21529         Jim Aston <jima@corel.ca>
21530         Added some missing #defines I've run across.
21532         * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
21533         Ignore trailing dots on file names.
21535         * include/debugger.h, debugger/dbg.y, debugger/debug.l, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c:
21536         Ove Kaaven <ovek@arcticnet.no>
21537         Added a possibility to let the internal debugger use a separate
21538         heap. Not enabled by default, change #if in include/debugger.h to use
21539         this (the heap allocator is very slow).
21541         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21542         wine.conf should not overrule content of burned in data in
21543         loadorder.c.
21545         * graphics/mapping.c: Karl Lessard <karll@corel.com>
21546         SetMapMode should not reset the window and viewport origins to 0.
21548         * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
21549         Allow to automatically copy part of wine.ini into generated file.
21550         Small perl enhancement (work in strict mode).
21551         Small updates in heuristics.
21553         * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
21554         Upgraded to have a decent multimedia DLLs configuration.
21556         * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
21557         Bertho Stultiens <bertho@akhphd.au.dk>
21558         - Fixed a counting bug in the win32 count and sort routine.
21559         - Fixed sort order of resources (must be name before ordinal).
21560         - Shuffled a couple of global variables so that built-in dlls now can
21561           load resources through the proper PE interface.
21563         * include/windef.h, include/winreg.h:
21564         Adrian Thurston <adriant@corel.ca>
21565         Added support for strict handles. Only works on machines where
21566         sizeof(UINT) == sizeof(void*).
21568         * scheduler/process.c:
21569         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21570         Initialize process critical section in the correct process context.
21572         * scheduler/critsection.c:
21573         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21574         Warn if wrong process tries to enter critical section.
21575         Better implementation of Reinitialize/UninitializeCriticalSection
21576         (still not quite correct).
21578         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
21579         debug.h must be last in list of includes.
21581         * loader/ne/module.c:
21582         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21583         Return 32-bit module in GetModuleHandle16() if appropriate.
21585         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21586         Fixed crash when status was read with cd-rom tray open.
21588         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21589         Fixed a bug in msg conversion.
21591         * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21592         Prevent crash when nMinRange > nMaxRange.
21594         * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
21595         Added some missing manifest constants for Queue Status functions (QS_????).
21597         * controls/button.c, controls/edit.c, windows/mdi.c:
21598         Eric Pouech <Eric.Pouech@wanadoo.fr>
21599         Added missing WIN_ReleaseWndPtr.
21601         * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
21602         James Abbatiello <abbeyj@wpi.edu>
21603         More appropriate default size for fonts with invalid sizes.
21605         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
21606         James Abbatiello <abbeyj@wpi.edu>
21607         Implemented SetColumnWidth for ListView control.
21609         * documentation/config: Adam Sacarny <magicbox@bestweb.net>
21610         Added new documentation for the configuration file.
21612         * misc/version.c:
21613         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21614         Improved VERSION_GetVersion.
21616         * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
21617         Added Swedish keyboard layout.
21619         * include/gdi.h, include/metafiledrv.h, include/wingdi.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, graphics/metafiledrv/Makefile.in, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/psdrv/README, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c:
21620         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21621         General tidy up of the MetaFile driver - make sure that everything
21622         goes through the DCFuncs table.
21624         * misc/toolhelp.c, if1632/kernel.spec:
21625         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21626         Add a stub for GlobalMasterHandle.
21628         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
21629         Much nicer way to select wine's location.
21630         Option to disable creation of debugging output.
21631         Debugging output is now created in directory script was started in.
21633         * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
21634         Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
21635         style were appearing with a title bar. According to the docs for
21636         WS_DLGFRAME a window with this style cannot have a title bar.
21638         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
21639         Use DllOverrides from wine.ini as defaults also in
21640         loadorder.c (merged in some MM dlls lines from Eric Poeuch).
21642         * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21643         Fixed some bogus infinite expiration time.
21645         * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
21646         - consolidate both cases of !pending in WaitNetEvent
21647         - select() returns -1 not 0 on error in WaitNetEvent
21649         * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
21650         Made HeapValidate threadsafe, and added some macros to track callerEIP
21651         a little better.
21652         Added HEAP_xrealloc.
21654 Sat Apr 24 12:02:15 1999  Alexandre Julliard  <julliard@winehq.com>
21656         * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
21657         Marcus Meissner <marcus@jet.franken.de>
21658         autoconf fixes and cleanups (check for dlopen() in libc too).
21660         * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
21661         Francis Beaudet <francis@macadamian.com>
21662         Implemented CreateStreamOnHGLOBAL.
21664         * ole/compobj.c:
21665         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21666         Let CoSetState() accept state == NULL.
21668         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
21669         Juergen Schmied <juergen.schmied@metronet.de>
21670         Made internal format more compatible.
21672         * dlls/shell32/shlfolder.c:
21673         Juergen Schmied <juergen.schmied@metronet.de>
21674         Small fixes.
21676         * windows/class.c, windows/dce.c, controls/combo.c:
21677         Guy Albertelli <galberte@neo.lrun.com>
21678         Fix locking with proper calls to WIN_ReleaseWndPtr.
21680         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
21681         Don't malloc/free for every mixing operation, use the same buffer over
21682         instead...
21684         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
21685         James Abbatiello <abbejy@wpi.edu>
21686         HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
21687         text strings as null strings, as Windows does.  Fixes wine crash on
21688         startup of CuteFTP.
21690         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
21691         Set (when registry loaded) data to "\0" and length to 2 in empty
21692         string value case, in place of setting data to NULL and length to 0,
21693         and this is without initializing output buffer parameter of
21694         RegQueryValue*.
21696         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21697         Added Panose defines and EXTLOGFONT[A|W].
21699 Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard@winehq.com>
21701         * */*:
21702         Patrik Stridvall <ps@leissner.se>
21703         Fixed ANSI compabillity.
21705         * multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, objects/text.c, windows/caret.c, windows/rect.c, dlls/version/info.c, if1632/thunk.c, include/wine/winuser16.h, memory/atom.c, memory/string.c, misc/lstr.c, multimedia/mcianim.c, controls/uitools.c, dlls/commdlg/finddlg.c, dlls/shell32/brsfolder.c:
21706         Michael Veksler <mveksler@techunix.technion.ac.il>
21707         Removed some includes of 16 bit API.
21709         * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
21710         Adrian Thurston <adriant@corel.ca>
21711         ICOMization of remaining interfaces.
21713         * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
21714         Fixed bug with tooltips stealing focus whenever a tooltip was created,
21715         shown, hidden or tracked. The SetWindowPos calls needed to have the
21716         SWP_NOACTIVATE flag set additionally.
21718         * objects/clipping.c: Karl Lessard <karll@corel.com>
21719         Fixed coordinates conversion in OffsetClipRgn.
21721         * include/objbase.h: Adrian Thurston <adriant@corel.ca>
21722         Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
21724         * relay32/kernel32.spec, scheduler/handle.c:
21725         Marcus Meissner <marcus@jet.franken.de>
21726         CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
21728         * dlls/shell32/brsfolder.c, dlls/shell32/iconcache.c, dlls/shell32/regstream.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
21729         Juergen Schmied <juergen.schmied@metronet.de>
21730         Moved stuff to the right place.
21732         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
21733         Fixed syscolors for win 3.1.
21735         * files/profile.c, if1632/kernel.spec:
21736         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21737         Added missing profile KERNEL routines (call 32-bit versions).
21739         * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21740         Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
21741         entry table layout.
21743         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21744         Add Enhanced MetaFile record structures.
21746         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
21747         Thuy Nguyen <thuy@macadamian.com>
21748         First patch implementing property sheets.
21750         * relay32/gdi32.spec:
21751         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21752         Bugfix: GDI32.100-104 are ordinal-only routines.
21753         Added stubs for some Win98 GDI32 routine.
21754         Re-numbered all named exports (lexicographically).
21756         * graphics/driver.c:
21757         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21758         Added prototypes (stubs) for GDI32.100-104.
21760         * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c:
21761         Juergen Schmied <juergen.schmied@metronet.de>
21762         - more checks for valid pidl formats
21764         * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
21765         Juergen Schmied <juergen.schmied@metronet.de>
21766         - corrected parameter count for SHGetSettings
21767         - stub SHValidateUNC
21769         * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
21770         #else branch compile fix.
21772         * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
21773         Bertho Stultiens <bertho@panter.soci.aau.dk>
21774         Change wine's dlopen search-patch strategy not using the environment
21775         and added #if:s to seperate the code out if libdl isn't availble.
21777         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
21778         Added a check for a NULL pointer in CoFreeUnusedLibraries.
21780         * relay32/builtin32.c:
21781         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
21782         Include debug.h last (ERR() macro problem on Solaris).
21784         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
21785         Fixed a sizing bug in the combobox control.
21787         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21788         Bugfix: Internal NE entry point tables were bad (one huge bundle).
21790         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
21791         Initialize the output buffer parameters to 0 in RegQueryValue*
21792         functions. This is important specially when there's no data to return.
21794         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
21795         Do not increment module refCount if self is loaded from within
21796         DllEntryPoint during the attach notification.
21798 Wed Apr 21 14:27:37 1999  Alexandre Julliard  <julliard@winehq.com>
21800         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
21801         - protect TRACE against NULL-ptr
21802         - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
21804         * dlls/comctl32/toolbar.c:
21805         Juergen Schmied <juergen.schmied@metronet.de>
21806         Fixed typo.
21808         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
21809         Reimplementation of GetModuleHandle16 according to how win95 handles
21810         it (thanks to Marcus Meissner <marcus@jet.franken.de>).
21812         * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
21813         Corrected wrong return values of built-in loader to work with the
21814         loadorder stuff.
21816 Mon Apr 19 16:45:24 1999  Alexandre Julliard  <julliard@winehq.com>
21818         * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
21819         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21820         Implemented recording of StretchDIBits and SetDIBitsToDevice and
21821         playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
21823         * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
21824         Bertho Stultiens <bertho@panter.soci.aau.dk>
21825         Removed non-portable hacks and replaced them with more general
21826         versions.
21828         * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
21829         Code added to re-evaluate stale DC information in DCE cache.
21831         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
21832         Attach notifications must be send after all recursive dependencies are
21833         loaded and not before.
21835         * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
21836         Fixed typo.
21838         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21839         Fixed playing position when required by track number.
21841         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
21842         Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
21844         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
21845         Native toolhelp will not work (missing GLOBALMASTERHANDLE).
21847         * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
21848         Updated.
21850         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
21851         Test for static was reversed.
21853         * */*:
21854         Patrik Stridvall <ps@leissner.se>
21855         New debug scheme with explicit debug channels declaration.
21857 Sun Apr 18 14:44:26 1999  Alexandre Julliard  <julliard@winehq.com>
21859         * loader/ne/module.c: Removed extra call to TASK_StartTask.
21861         * include/acconfig.h, include/config.h.in, configure, configure.in:
21862         Removed check for union semun; cleaned up a bit.
21864         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
21865         Added env ptr to new_process request
21867         * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
21868         Juergen Schmied <juergen.schmied@metronet.de>
21869         - use fonts/fontsizes given by SystemParametersInfo
21870         - drawing/alignment fixes, win98 style for menubar
21871         - ownerdrawn menus are working now for the first time
21872         - complete constants magic items
21873         - use right owner for popupmenus
21874         - new: Get/SetMenuInfo
21875         - implemented: Get/SetMenuContextHelpId
21876         - more flags for Get/SetMenuItemInfo
21878         * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
21879         Make DOSFS_MatchLong match a search string ending in '*.' to a zero
21880         extension file name, allowing Mathcad to run.
21882         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21883         Fixed memory freeing.
21885         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
21886         Renamed cmdlgr.h to cmdlgtst.h.
21888         * scheduler/critsection.c: Added timeout to critical section waiting.
21890         * include/thread.h, scheduler/sysdeps.c:
21891         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21892         Merged Linux/FreeBSD reentrant errno handler, added Solaris.
21893         Preliminary support for Solaris low-level threads (LWPs) added.
21895         * configure, configure.in, include/acconfig.h, include/config.h.in:
21896         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21897         Reentrant libc check for Solaris added.
21898         Fixed reentrant X11 check for FreeBSD and Solaris.
21899         Added check for Solaris low-level thread routines.
21901         * loader/ne/module.c:
21902         Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
21903         Stultiens).
21905         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
21906         Automatic install script, which automatically configures and compiles
21907         wine and regapi, runs tools/wineconf to generate a configuration file
21908         if one does not already exist, and uses regapi to install the default
21909         registry.
21911         * documentation/gui, windows/win.c, windows/winpos.c:
21912         Eric Pouech <Eric.Pouech@wanadoo.fr>
21913         Properly handling cases like calling SetWindowPos while processing
21914         WM_NCCREATE.
21916         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21917         Fixed a few bugs (typos from cut & paste & invalid heap block
21918         freeing).
21920         * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21921         Bug fix in GetLen.
21923         * loader/ne/module.c, loader/pe_image.c, memory/global.c, misc/main.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, if1632/builtin.c, include/builtin32.h, include/module.h, include/pe_image.h, include/winerror.h, loader/Makefile.in, loader/elf.c, loader/main.c, loader/module.c:
21924         Bertho Stultiens <bertho@panter.soci.aau.dk>
21925         Reorganization of the loader to correctly load and free libraries and
21926         implementation of load order to load different types of libraries.
21928         * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
21929         Updated commandline changes of -dll option and wine.conf entries.
21931         * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
21932         Updated the example with the new configuration entries.
21934         * dlls/shell32/shell32_main.c:
21935         Bertho Stultiens <bertho@panter.soci.aau.dk>
21936         Bugfix: free loaded library not before exit.
21938         * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
21939         Bertho Stultiens <bertho@panter.soci.aau.dk>
21940         New files to support load order and partial stubs for elfdlls.
21942         * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
21943         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21944         Fixes for upside-down DIBs.
21946         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
21947         Changed 'GetDisplayMode' to return the mode previously set by
21948         'SetDisplayMode' (and not the current monitor mode).
21950         * include/tab.h, dlls/comctl32/tab.c:
21951         Luc Tourangeau <luc@macadamian.com>
21952         -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
21953         TCM_SETITEMSIZE and TCM_DELETEITEM.
21955         * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
21956         LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
21957         returns 0, it is interpreted as if it were 256.
21959         * loader/module.c, scheduler/process.c:
21960         Kevin Holbrook <kwh@neosoft.com>
21961         Fix ambiguous else warning.
21963         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
21964         Loading color values from the registry fixed.
21966         * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
21967         - Removed all floating point math.
21968         - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
21969         - Implemented source and dest color-keying for 8, 16, and 32 bit color.
21970         - Implemented some trivial raster operations.
21971         - Minimized inner loops for maximum speed.
21972         - Use memcpy whenever possible.
21974         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21975         Reduced fragment size.
21976         Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
21977         Fixed buffer underrun recovery.
21978         Fixed bug in wodReset()/wodClose().
21980         * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
21981         Simplify propertyNameCmp() and fix a warning in the way by removing
21982         CRTDLL__wcsupr() calls.
21984         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
21985         DdeNameService: expansion of stub to trap unused instanceids at start of run.
21986         DdeGetLastError: catch 'not initialized' situation and return correct response.
21987         DdeFreeStringHandle: complete test for error set by previous call of
21988         something and ignore it, also release handle table mutex on normal exit.
21989         DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
21990         handle table mutex on normal exit.
21992         * include/wnet.h, misc/network.c:
21993         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21994         Don't announce the WNetDirectoryNotify capability WNetGetConnection.
21995         Change the return value for local files.
21997         * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
21998         Add "win.h" to fix implicit function declaration warnings.
22000         * console/interface.c, include/console.h:
22001         Marcus Meissner <marcus@jet.franken.de>
22002         Only declare console "driver" once, use external refs elsewhere.
22004         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
22005         When the vertical scrollbar is removed, the background was not
22006         properly repainted.
22008         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
22009         Disable AC bit on receiving alignment exceptions.
22011         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
22012         SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
22014         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
22015         While handling the WM_DELETEWINDOW client message check if a window
22016         has been disabled and if so prevent an SC_CLOSE message from being
22017         sent.
22019         * windows/dce.c: Noel Borthwick <noel@macadamian.com>
22020         Make access to the DCE list thread safe by ensuring we have acquired
22021         the Windows lock before using it.
22023 Fri Apr 16 15:19:14 1999  Alexandre Julliard  <julliard@winehq.com>
22025         * resources/.cvsignore: Changed for renamed files
22027         * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
22028         Michael Veksler <mveksler@techunix.technion.ac.il>
22029         Fixed warnings.
22031         * ole/nls/wal.nls, ole/ole2nls.c, resources/Attic/sysres_Cz.rc, resources/Attic/sysres_Po.rc, resources/Attic/sysres_Sw.rc, resources/Makefile.in, resources/sysres.c, resources/sysres_Cs.rc, resources/sysres_Pt.rc, resources/sysres_Sv.rc, resources/sysres_Wa.rc, windows/x11drv/keyboard.c, documentation/wine.man, include/options.h, include/winnls.h, misc/main.c:
22032         Pablo Saratxaga <pablo.sarachaga@ping.be>
22033         Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
22034         -> Pt; to conform to standard names for those languages).
22036         * configure, configure.in, relay32/Makefile.in:
22037         Marcus Meissner <marcus@jet.franken.de>
22038         Add -fno-builtin when compiling with gcc in relay32/ subdir.
22040         * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
22041         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
22042         - Implemented proper ("real", compressed) Win16 entry tables.
22043         - Fixed MyAlloc (AKA NE_AllocateSegment).
22044         - Implemented PatchCodeHandle16.
22046         * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
22047         Robert Pouliot <krynos@clic.net>
22048         A few patches to help Wine to compile on OS/2.
22050 Thu Apr 15 16:46:51 1999  Alexandre Julliard  <julliard@winehq.com>
22052         * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/metafile.h, include/metafiledrv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/metafile.c:
22053         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22054         Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
22055         global memory handles).  Fixed disk-based MetaFiles.  Better
22056         separation between MetaFile playback and the metafiledrv.
22058         * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
22059         _CIpow argument order was confirmed with Starcraft v1.05.
22061         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
22062         Clarified a few points.
22064         * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
22065         Added IOCTL function 0x440d/0x72.
22067         * relay32/kernel32.spec, scheduler/critsection.c:
22068         Bertho Stultiens <bertho@panter.soci.aau.dk>
22069         UnitializeCriticalSection partial stub implementation.
22071         * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
22072         Added missing proto for GetExitCodeThread.
22074         * include/driver.h, include/wine/keyboard16.h:
22075         Michael Veksler <mveksler@techunix.technion.ac.il>
22076         Added missing windef.h includes.
22078         * windows/input.c, include/winuser.h:
22079         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
22080         ReleaseCapture() is supposed to return a BOOL value.
22082         * configure, configure.in, include/config.h.in, loader/signal.c:
22083         Marcus Meissner <marcus@jet.franken.de>
22084         FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
22085         reentrant concerning errno. Revert unneeded FreeBSD hack to
22086         loader/signal.c from last patch.
22088         * windows/x11drv/keyboard.c:
22089         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22090         index == 3 corresponds to Alt-Gr + Shift.
22092         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
22093         More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
22094         and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
22095         DdeCreateStringHandleA.
22097         * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
22098         Pavel Roskin <pavel_roskin@geocities.com>
22099         Fixed ugly disabled controls and black background in Write and Lotus
22100         Notes.
22102         * controls/button.c, include/button.h, include/winuser.h:
22103         Pascal Lessard <pascal@macadamian.com>
22104         Implement the button with bitmaps.
22106         * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
22107         Stephane Lussier <stephane@macadamian.com>
22108         Implementation of IStorage::CopyTo and IStream::CopyTo.
22110         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22111         Bugfix: Always release the Win16Lock in TASK_Reschedule.
22113         * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
22114         Solved a deadlock between global lock and wnd lock in event.c.
22116         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
22117         Typo that broke Solaris compile fixed.
22119         * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
22120         Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
22122         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
22123         Fix scancodes for NumLock and Num-/.
22124         Fix MapVirtualKey() (maptype=2) to return proper ascii code.
22125         Reworked GetKeyNameText() again.
22127         * graphics/psdrv/font.c:
22128         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22129         Limit lastChar to 0xff in PSDRV_GetCharWidth.
22131         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
22132         Missing WINAPI for RegisterSystemThread.
22134 Sun Apr 11 18:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
22136         * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
22137         Fixed "Display Combination" call.
22139         * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
22140         Fixed a crash due to invalid OpenComm return value for busy comm port.
22141         Cleaned up/fixed several things.
22143         * windows/win.c: Francois Boisvert<francois@macadamian.com>
22144         Enabled thread safeness for wnd structure code.
22146         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22147         Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
22149         * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
22150         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22151         Added new CLIENT_DebuggerRequest routine, implemented support for
22152         DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
22153         Run wine server in the main wine process.
22154         Bugfix: never free initial thread!
22156         * scheduler/process.c, include/process.h:
22157         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22158         Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
22160         * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
22161         Teached TIMER_GetNextExpiration that a timer that has already expired
22162         (but not processed yet) HAS already expired...
22164         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
22165         Default values for registry.
22167         * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
22168         Optimized code for SetImageBits_X, making bitmap creation faster.
22170         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
22171         The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
22173         * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
22174         Marcus Meissner <marcus@jet.franken.de>
22175         - Started multithreading for FreeBSD (incomplete, but some
22176           applications now at least start up again).
22177         - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
22178         - CR2 on pagefault gets passed in sc_err (some kind of kludge in
22179           FreeBSD owns fault handling we can use)
22181         * include/selectors.h, memory/global.c, memory/selector.c:
22182         Made SELECTOR_ReallocBlock preserve the current selector access rights
22183         (problem reported by Andreas Mohr).
22185         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22186         Use services thread instead of timer signals.
22188         * server/thread.c, scheduler/synchro.c:
22189         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22190         Allow user APCs with NULL 'func' (just wake up the thread).
22192         * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
22193         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22194         Implemented 'kernel services thread'.
22196         * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
22197         Klaas van Gend <klaas@vangend.demon.nl>
22198         Added stub for PrinterProperties.
22200         * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
22201         Juergen Schmied <juergen.schmied@metronet.de>
22202         Implemented NtTerminateProcess and NtDisplayString.
22204         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
22205         FreeLibrary partial implementation.
22207         * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
22208         Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
22209         Wars) now works perfectly with Wine's crtdll. Wrote a test
22210         implementation of _CIpow too, which those who do have Brood Wars can
22211         report on, so it can be implemented correctly.
22213         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
22214         Partial implementation for GetKeyNameText for new keyboard structure.
22216         * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
22217         Fixed warning.
22219         * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
22220         Added missing ReadClassStg prototype.
22222         * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
22223         - Fix comments after the big renaming (xxxx32y --> xxxxy).
22224         - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
22225           Avoid ugly type casting, and fix compilation warnings of wsprintf.c
22227         * documentation/status/dde:
22228         Keith Matthews <keith_m@sweeney.demon.co.uk>
22229         Status document for DDE/Ddeml.
22231         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22232         Added event callback mechanism.
22233         Introduction of MCI yield procs.
22234         Updated (prepare|unprepare)header functions (wave, midi) to allow
22235         correct callback mechanisms.
22236         Made midiStreamXXX functions working.
22237         First try at mmThreadXXX functions.
22239         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22240         Updated (prepare|unprepare)header functions to allow correct callback
22241         mechanisms.
22243         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22244         Small enhancement.
22246         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22247         New method for structure conversion (16 <-> 32).
22248         More MCI structures correctly mapped.
22249         Introduction of MCI yield proc and break facility.
22251         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22252         Updated (prepare|unprepare)header functions to allow correct callback
22253         mechanisms.  Implemented waveOut playback as asynchronous.
22255         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
22256         Started implementation of mmThreadXXX functions.
22258         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
22259         Added a few missing defines (MIDI, WAVE, callbacks).
22260         Structures for midiStreamXXX functions.
22262         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
22263         Updated (prepare|unprepare)header functions (wave, midi) to allow
22264         correct callback mechanisms. Added wine specific entry for mmThreadXXX
22265         functions thread starting point.
22267         * include/wine/obj_storage.h:
22268         Michael Veksler <mveksler@techunix.technion.ac.il>
22269         Introduce STATSTG16 - a 16 bit variant of STATSTG.
22271         * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
22272         Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
22274         * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
22275         Fixed menu type setting in SetMenuItemInfo32_common().
22277         * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
22278         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22279         Send USIG_PROCESS_CREATE signal.
22280         Bugfix: GetProcessDword offset -8 should return parent process ID.
22282         * relay32/user32.spec, windows/user.c:
22283         Bertho Stultiens <bertho@panter.soci.aau.dk>
22284         Added RegisterSystemThread stub.
22286         * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
22287         Francis Beaudet <francis@macadamian.com>
22288         Implemented the CoCreateInstanceEx method.
22290         * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
22291         Fixed crash due to a value of name length 0, value length 0 at the end
22292         of the registry.
22294         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
22295         Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
22296         QUEUE_Lock.
22298         * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
22299         - updated because of the splitting of interface/implementation
22300         - updated to use ICOM_THIS
22302         * include/dplay.h, include/dplobby.h, ole/guid.c:
22303         Francois Gouget <fgouget@psn.net>
22304         - use the latest ICOM macros
22305         - moved the IDirectPlayLobby interface to dplobby.h
22306         - removed all the implementation aspects since they need to be
22307         separate
22309         * include/dsound.h, multimedia/dsound.c:
22310         Francois Gouget <fgouget@psn.net>
22311         ICOMisation of the DirectSound API.
22313         * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
22314         Juergen Schmied <juergen.schmied@metronet.de>
22315         - reorganised icon extracing from files
22316         - made extracting from ne and ico files working
22317         - IPersistFile interface for IExtractIcon
22319         * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
22320         Fixed buffer overrun.
22322         * include/cursoricon.h, objects/cursoricon.c:
22323         Juergen Schmied <juergen.schmied@metronet.de>
22324         Changed ressource dir structures.
22325         Adapted FindBestIccon/FindBestCursor.
22327         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
22328         Loading the color schema for registry.
22330 Sat Apr 10 16:58:55 1999  Alexandre Julliard  <julliard@winehq.com>
22332         * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
22333         Marcus Meissner <marcus@jet.franken.de>
22334         Reimplemented winsock asynchronous DNS services. No longer use a
22335         fork()ed process, but either a service thread or inline blocking calls
22336         for non-threading architectures. (Makes Free Agent16 work again.)
22338         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
22339         <ewill@ncal.verio.com>
22340         - color and font dialogs now actually do something interesting,
22341           and force a redraw when successful.  Background color is adjustable.
22342           Text color is also adjustable, but the user has to set the CF_EFFECTS
22343           flag first.
22344         - text is output left-right centered, baseline, at the middle
22345           of the window, and moves with the window.  Text font is adjustable.
22346         - Success and failure MessageBox calls for Color, Font, Open,
22347           and Save have been removed or suppressed.  They annoyed me after
22348           awhile, and I suspect they annoyed others, too.  Use my tool! :-)
22349         - cmdlgtst now has the full pathname in the upper left corner; which may
22350           assist in debugging certain problems -- or it may not. :-)
22351         - usage dialog added
22353         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
22354         Corrected debug output.
22356         * windows/driver.c, relay32/winmm.spec:
22357         Eric Pouech <Eric.Pouech@wanadoo.fr>
22358         Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
22359         bit drivers.
22360         Added stub for GetDriverFlags.
22362         * windows/user.c, relay32/user32.spec:
22363         Sergey Turchanov <turchanov@usa.net>
22364         Stubs for CloseDesktop and CloseWindowStation.
22366         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
22367         GetModuleFromPath now checks for loaded modules via filenames which
22368         were specified without a path.
22370         * misc/registry.c, include/winreg.h:
22371         Sylvain St.Germain <sylvain@macadamian.com>
22372         Implementation of HKU key saving and loading. Add new supported data
22373         type in debug_print_value.
22375         * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
22376         Juergen Schmied <juergen.schmied@metronet.de>
22377         New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
22378         Small change how to get icons for listview.
22380         * include/shlobj.h, relay32/shell32.spec:
22381         Juergen Schmied <juergen.schmied@metronet.de>
22382         ILLoadFromString and SHGetSettings implemented.
22384         * dlls/shell32/shellord.c:
22385         Juergen Schmied <juergen.schmied@metronet.de>
22386         SHGetSettings implemented.
22387         ExitWindowsDialog() simulated by Messagebox.
22389         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
22390         ILLoadFromString implemented.
22392         * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
22393         Richard Mortimer <remitrom@my-dejanews.com>
22394         Added missing *IsDark entries into PALETTE_Driver instance
22395         initialisation.
22397         * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
22398         Fixed X11DRV_MOUSE_WarpPointer initial value.
22400         * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
22401         Ensure that the bitmap is properly initialized when created with the
22402         LR_CREATEDIBSECTION flag.
22404         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
22405         Fixed the messaging problem of the edit box for node label edition.
22406         Substituted WM_PAINT for InvalidateRect.
22407         Some graphical fixes.
22409         * misc/main.c: James Juran <jrj120@psu.edu>
22410         Check for drivers==NULL before trying to delete them at exit.  This
22411         could happen if the emulator initialization failed for some reason and
22412         the drivers hadn't been initialized yet.
22414         * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
22415         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22416         Call InitApp16 (using Callout) for initial process.
22418         * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22419         Clear invalid selectors also in CallTo16 relay code.
22421         * programs/notepad/Es.rc:
22422         Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
22423         Revised Spanish resources.
22425         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
22426         Fixed window locking bug in CalcChildScroll.
22428         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
22429         Fixed fake multimedia timers. Grim Fandango is now able to start up
22430         when under favorable conditions. The preview movie on the Brood Wars
22431         disc now plays, too.
22433         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
22434         Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
22435         instead of returning the right buffersize.
22437 Tue Apr  6 07:14:09 1999  Alexandre Julliard  <julliard@winehq.com>
22439         * files/directory.c: galberte <galberte@neo.rr.com>
22440         Fixed SearchPathA return value.
22442         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
22443         Lionel Ulmer <ulmer@directprovider.net>
22444         - clean-up of texture 'loading'
22445         - added SetColorKey callback for already loaded textures
22447         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
22448         Fixed a problem pointed out by Kevin Holbrook.
22450         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
22451         commctrl.h must include prsht.h.
22453         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
22454         Warning fix.
22456         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
22457         Added a new implementation of the ICOM macros that use Microsoft style
22458         virtual methods to implement the COM interfaces in C++.
22460         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
22461         Correction of Mutex handling in DdeInitializeW for cases other than
22462         1st call. Addition of instance handling to DdeCreateStringHandleA,
22463         DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes.  1st
22464         cut implementation of DdeUnitialize, move of internal structure defs
22465         in from ddeml.h. Removed non-ANSI comment.
22467         * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
22468         Moved internal structures to ddeml.c, also removed non-ANSI comments,
22469         and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
22471         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
22472         James Abbatiello <abbeyj@wpi.edu>
22473         Fixed memory leaks in mixerOpen16/mixerClose,
22474         midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
22475         midiInOpen16/midiInClose16.
22477         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
22478         Added sanity check for whitespace in file names, various other fixups.
22480 Sun Apr  4 12:48:21 1999  Alexandre Julliard  <julliard@winehq.com>
22482         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
22483         WM_MOUSEMOVE implementation bug fix.
22485         * windows/x11drv/keyboard.c:
22486         José Marcos López <jose.lopez@upcnet.upc.es>
22487         Added Spanish keyboard layout.
22489         * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
22490         Fixed the modem control part of EscapeCommFunction16.
22492         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
22493         Added missing goto.
22495         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
22496         Marcus Meissner <marcus@jet.franken.de>
22497         EnumCalendarInfoA stub.
22499 Sat Apr  3 16:27:54 1999  Alexandre Julliard  <julliard@winehq.com>
22501         * windows/mouse.c, windows/keyboard.c:
22502         Francois Boisvert <francois@macadamian.com>
22503         Suspend the window locks before DefKeybEventProc and
22504         DefMouseEventProc.
22506         * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
22507         Joerg Mayer <jmayer@telesun2.telemation.de>
22508         More #pragma fixes (idea Ove Kaaven, mistakes are mine).
22510         * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22511         No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
22512         WM_CREATE messages.
22514         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
22515         Added some SetLastError()s in GetProcAddress() and LoadLibrary().
22517         * misc/crtdll.c, relay32/crtdll.spec:
22518         Christian Schlaile <up9n@rz.uni-karlsruhe.de>
22519         Implemented makepath, rand() returns correct range, fixed fputc.
22521         * files/file.c, include/file.h, msdos/int21.c:
22522         Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
22523         Moved _lcreat16_uniq to int21.c
22525         * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
22526         Pavel Roskin <pavel_roskin@geocities.com>
22527         Casts to (SEGPTR) removed. They did nothing anyway.
22528         Includes added or removed where necessary.
22529         Win16 functions replaced with their Win32 counterparts. Comments added
22530         where it was impossible.
22531         CALLBACK added where necessary. Some declarations fixed.
22532         Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
22533         DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
22534         Listbox enabled in hello3.
22536         * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22537         Updated French keyboard.
22539         * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
22540         Fancier version of hello.c courtesy of Huw Davies.
22542         * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
22543         Fixed compilation of the Control panel.
22545         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
22546         'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
22547         the dead key mapping stuff to the actual mapping code too.  Prettied
22548         up the fixme message. Added a check where if the keys of two layouts
22549         match exactly, the one with the best-matching keycode order is chosen,
22550         so that the QWERTY and Dvorak layouts can be distinguished.
22552         * win32/device.c, relay32/kernel32.spec:
22553         Eric Pouech <Eric.Pouech@wanadoo.fr>
22554         Added (empty) stub for OpenVxDHandle.
22556         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22557         mmioOpen() now handles correctly MMIO_PARSE flag.
22559         * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
22560         Background color fix when disabled or read only.
22562         * windows/win.c: Francois Boisvert <francois@macadamian.com>
22563         Transfered the window struct memory release from WIN_DestroyWindow to
22564         WIN_ReleaseWndPtr.
22566         * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
22567         DLGITEMTEMPLATE structure had one too many member.
22569         * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22570         Prevent crash in debugger.
22572 Fri Apr  2 10:37:42 1999  Alexandre Julliard  <julliard@winehq.com>
22574         * controls/combo.c, controls/listbox.c, include/combo.h:
22575         Francis Beaudet <francis@macadamian.com>
22576         Implemented the Win95 look and feel.
22578         * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
22579         Wrote a basic implementation of the WM_PRINT message.
22581         * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
22582         Francois Boisvert <francois@macadamian.com>
22583         Suspend all windows locks before the control is passed to the
22584         application.
22585         Also fixed some bugs in dce.c
22587         * Make.rules.in, Makefile.in:
22588         Joerg Mayer <jmayer@telesun2.telemation.de>
22589         - Remove some old rc make stuff
22590         - "make clean" omitted some include subdirs
22592         * relay32/ddraw.spec, graphics/ddraw.c:
22593         Lionel Ulmer <ulmer@directprovider.net>
22594         Added DllClassFactory to DirectDraw.
22596 Thu Apr  1 12:05:44 1999  Alexandre Julliard  <julliard@winehq.com>
22598         * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
22599         Split off keysym/deadchar -> char mapping, use it in DetectLayout.
22601         * tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/message.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, graphics/x11drv/bitmap.c, include/clipboard.h, include/ts_xlib.h, include/ttydrv.h, include/win.h, include/winpos.h, include/x11drv.h:
22602         Alex Korobka <alex@aikea.ams.sunysb.edu>
22603         Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
22604         mode go through window manager, small bugfixes for menu and window
22605         code, extended clipboard driver model to handle formats other than
22606         text.
22608         * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
22609         EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
22610         true for multiline controls too, as my tests show.
22612         * dlls/comctl32/listview.c, include/listview.h:
22613         Luc Tourangeau <luc@macadamian.com>
22614         Added support for icon and smallicon views.
22616         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
22617         Made DOSVM_GetTimer survive EAGAIN errors...
22619         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
22620         Implemented async comm buffers (but probably not bugfree), and along
22621         with them, the functionality of async event notifications, mong them
22622         EnableCommNotification. Removed a previous hack that was faking the
22623         buffers, since we now have real buffers...
22625         * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
22626         Added CN_* flags used in WM_COMMNOTIFY.
22628         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22629         Implement the EnumAttachedSurface method.
22631         * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
22632         Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
22633         OleDestroyMenuDescriptor along with a bunch of internally used methods
22634         and data structures.
22636         * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
22637         Adrian Thurston <adriant@corel.ca>
22638         initguid.h should only contain the macro that defines the guids.
22639         Added olectl.h to guid.c so some needed guids get defined.
22640         Made GUID_NULL an actual guid set to 0,0,0...
22642         * if1632/gdi.spec, objects/gdiobj.c:
22643         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22644         Added GdiSignalProc() stub.
22646         * misc/callback.c, relay32/user32.spec, windows/user.c, if1632/thunk.c, if1632/user.spec, include/callback.h, include/task.h, include/user.h, loader/main.c:
22647         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22648         Added USER32.UserSignalProc to Callout table.
22649         Implemented built-in UserSignalProc().
22650         Don't announce Win3.1-style USER handler any more.
22652         * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
22653         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22654         Implemented PROCESS_CallUserSignalProc().
22655         Send USER signals at various appropriate places.
22656         Moved [GS]etProcessDword() to scheduler/process.c.
22658         * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlmenu.c, include/shlobj.h, relay32/shell32.spec:
22659         Juergen Schmied <juergen.schmied@metronet.de>
22660         All 19 FileMenu_* functions, some as stubs, some implemented.
22662         * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
22663         Juergen Schmied <juergen.schmied@metronet.de>
22664         SHCLSIDFromString, StrToOleStr implemented.
22665         RLBuildListOfPaths stub.
22667         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
22668         Juergen Schmied <juergen.schmied@metronet.de>
22669         DllGetVersion (not yet exported).
22670         Small change to SHAppBarMessage.
22672         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
22673         Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
22675         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
22676         Added StackEnter() and StackLeave() stubs
22678         * multimedia/mci.c, multimedia/mmsystem.c:
22679         Eric Pouech <Eric.Pouech@wanadoo.fr>
22680         Starting implementation of MCI creator tasks
22681         Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
22682         Better implementation of mmTaskCreate16
22684         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
22685         Added creator task to MCI struct.
22687         * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
22688         Replaced 0xC000 by symbolic constants.
22690         * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
22691         Fixed small ==, != mixup.
22693         * windows/defdlg.c, windows/defwnd.c:
22694         Luc Tourangeau <luc@macadamian.com>
22695         Implemented WM_NOTIFYFORMAT.
22697         * loader/elf.c: Marcus Meissner <marcus@mud.de>
22698         "foo" was not translated to "foo.so" in elf loader.
22700         * include/bitmap.h, objects/bitmap.c:
22701         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22702         LoadBitmap16()/LoadImage16() calling sequence simplified.
22704         * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
22705         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22706         Allow NULL NE resource handler; call the default handler directly.
22707         Removed WPROCS / Callbacks support for WineLib resource handlers.
22709         * include/process.h, relay32/utthunk.c:
22710         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22711         Made Universal Thunk list per-process, not system global.
22713         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
22714         Additional macro definitions.
22716         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
22717         Implemented TCM_ADJUSTRECT.
22719         * msdos/int09.c, msdos/ioports.c:
22720         Michael Veksler <mveksler@techunix.technion.ac.il>
22721         Removed "implicit declaration" warnings.
22723         * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
22724         Fixed OpenGL devices implementation.
22726         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22727         In UserYield16, when current thread is a 32 bit one which hold the
22728         Win16Lock, must take care of a LockCount > 1.
22730         * */*.c:
22731         Patrik Stridvall <ps@leissner.se>
22732         More code moved to the X11 driver (bitmap and palette and misc).
22734 ----------------------------------------------------------------
22735 Sun Mar 28 15:20:00 1999  Alexandre Julliard  <julliard@winehq.com>
22737         * include/winbase.h, include/wingdi.h:
22738         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22739         Move DM* defines from winbase.h -> wingdi.h.
22741         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22742         Fixed QueryInterface functions for IDirect3D 1 and 2.
22744         * ole/nls/Attic/dnk.nls: Apparently no longer needed.
22746         * controls/menu.c, controls/uitools.c, dlls/comctl32/comboex.c, graphics/x11drv/brush.c, graphics/x11drv/graphics.c, include/debug.h, include/debugdefs.h, memory/global.c, misc/ddeml.c, windows/x11drv/event.c:
22747         Dimitrie O. Paun <dimi@cs.toronto.edu>
22748         Changed some debug messages from one channel to another, to clean up a
22749         bit the debug channel usage.
22751         * loader/module.c: Jess Haas <paranoid07@hotmail.com>
22752         Fixed CreateProcessA so it can handle commandlines with arguments and
22753         no .exe.
22755         * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
22756         Fixed GetModuleHandle16.
22758         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
22759         Added Russian keyboard support.
22761         * include/winuser.h, relay32/user32.spec, windows/user.c:
22762         Lionel Ulmer <ulmer@directprovider.net>
22763         Added stub for SetSystemCursor.
22765         * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
22766         SetFileAttributesA: "implemented" setting of directory flag as test of
22767         compatibility.
22769         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
22770         Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
22771         keyboard support.
22773         * include/wine/obj_storage.h, ole/Makefile.in, ole/ole2.c, ole/ole2stubs.c, ole/storage.c, ole/variant.c, relay32/ole32.spec, relay32/oleaut32.spec, relay32/user32.spec, windows/input.c, include/ole2.h, include/oleauto.h, include/olectl.h, include/winuser.h:
22774         Paul Quinn <paulq@corel.ca>
22775         Aaron Barnes <aaronb@corel.ca>
22776         Adrian Thurston <adriant@corel.ca>
22777         Bundle of new stubs.
22779         * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
22780         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
22781         Added missing WINAPIs.
22783         * relay32/kernel32.spec, win32/newfns.c:
22784         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
22785         Added CreateIoCompletionPort stub.
22787         * windows/queue.c, windows/message.c:
22788         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22789         Call EVENT_Pending() to flush X11 output queue before blocking in
22790         MsgWaitForMultipleObjects().
22791         Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
22792         Protect system queue access in hardware_event().
22794         * windows/user.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, controls/menu.c, windows/dce.c, windows/dialog.c, windows/focus.c, windows/mdi.c, windows/message.c, windows/nonclient.c:
22795         Francois Boisvert<francois@macadamian.com>
22796         Fixed some bugs in thread safeness for wnd struct.
22798         * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
22799         Pavel Roskin <pavel_roskin@geocities.com>
22800         Made libtest/hello3 work again, now with Windows-compatible resource
22801         loading.
22803         * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
22804         Jiuming Luo <jiuming_luo@yahoo.com>
22805         Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
22806         then deleted the duplicated typedefs (in imm.h and mmsystem.h).
22808         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
22809         Rewrote EnumPrintersA, added CriticalSection around Registry reads and
22810         implemented PRINTER_INFO_2 request.
22812         * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
22813         Added Swiss German keyboard layout.
22815         * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
22816         Juergen Schmied <juergen.schmied@metronet.de>
22817         - adjusted printing of refcounts to be equal
22818         - cleaning up icon cache on PROCESS_DETACH
22819         - fixed ascii/unicode use in SH/ILCreateFromPath
22820         - fixed small memory leak in shellview
22822         * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
22823         Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
22825         * programs/cmdlgtst/cmdlgtst.c:
22826         Pavel Roskin <pavel_roskin@geocities.com>
22827         Fixed warnings.
22829         * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
22830         Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
22832         * windows/painting.c, windows/scroll.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, include/region.h, include/ts_xf86vmode.h, include/ts_xutil.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/region.c, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xf86vmode.c, tsx11/ts_xutil.c, windows/dce.c, windows/nonclient.c:
22833         Alex Korobka <alex@aikea.ams.sunysb.edu>
22834         Moved hrgnUpdate from client to window coordinates, made nonclient
22835         painting depend on the update region, reworked SetWindowPos() and
22836         RedrawWindow() to speed up update region calculation, made -desktop
22837         work properly, added WM_CANCELMODE here and there, fixed several
22838         window activation bugs that crept in since the last time.
22840         * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
22841         Fixed occasional loss of SendMessage() return value.
22843         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22844         Added initialisation of the pixmap_depth field in
22845         Xlib_DirectDrawCreate.
22847         * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
22848         Fixed a warning.
22850         * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
22851         Added stub for int2f 4b.
22853         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
22854         James Abbatiello <abbeyj@wpi.edu>
22855         Fixed memory leak in waveOutOpen/waveOutClose.
22857         * graphics/psdrv/escape.c:
22858         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22859         More Escapes for the PostScript driver.
22861 Sat Mar 27 16:56:13 1999  Alexandre Julliard  <julliard@winehq.com>
22863         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
22864         Francois Gouget <fgouget@psn.net>
22865         Adapted to the interface/implementation separation.
22866         Now uses ICOM_THIS to access the implementation structures.
22867         Replaced 'this' with 'This' for ICOM_THIS.
22868         Direct access to the virtual table has been eliminated too.
22870         * graphics/d3d_private.h, graphics/ddraw_private.h:
22871         Francois Gouget <fgouget@psn.net>
22872         Updated to include all the implementation aspects that were previously
22873         in the public includes.
22875         * graphics/vga.c: Francois Gouget <fgouget@psn.net>
22876         Removed direct access to the virtual table
22878         * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
22879         Removed all implementation aspects.
22880         Modified to use the latest ICOM macros.
22881         Added the macros for use in C.
22882         Added the method parameter names (when I had them).
22884         * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
22885         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22886         Fixed sequence of DLL_PROCESS_DETACH notification calls.
22887         Moved PE_MODREF flags to WINE_MODREF level.
22888         Better handling of LoadLibraryEx flags.
22889         PE_InitTls() changed to work only on the current thread.
22891         * include/server.h, scheduler/process.c, server/trace.c:
22892         Added cmd line in new_process request.
22894         * scheduler/thread.c:
22895         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22896         All threads created with CreateThread are 32-bit threads.
22898         * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
22899         Juergen Schmied <juergen.schmied@metronet.de>
22900         Reading of binary streams implemented (SHOpenRegStream).
22902         * msdos/int25.c, msdos/int26.c:
22903         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
22904         Fixed int25 & int26 error code.
22906         * loader/task.c, windows/queue.c:
22907         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22908         Allow UserYield16 to be called from 32-bit thread.
22910         * include/oledlg.h, include/winbase.h:
22911         Albert Den Hann <albertd@corel.ca>
22912         Additional macro definitions.
22914         * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
22915         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22916         Fixed {S|G}etBitmapBits in x11drv.  Removed BITMAP_GetPadding.
22918         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22919         Fixed metafile recording of CreatePatternBrush.
22921 Thu Mar 25 16:42:28 1999  Alexandre Julliard  <julliard@winehq.com>
22923         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
22924         Pascal Lessard <pascal@macadamian.com>
22925         Change the AddBitmap function. Implement flat toolbar. Change
22926         CreateToolbarEx. Implement partially the hot buttons for toolbar.
22928         * msdos/int16.c:
22929         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22930         Implemented Get Shift Flags function.
22932         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
22933         Missing WINAPI.
22935         * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
22936         Changed stdlib.h to string.h.
22938         * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
22939         Added string.h.
22941         * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
22942         David Luyer <luyer@ucs.uwa.edu.au>
22943         Changed "strings.h" to "string.h".
22945         * graphics/x11drv/bitblt.c, windows/nonclient.c:
22946         Randy Weems <rweems@home.com>
22947         Fixed off-by-one error if bitblt width or height is negative.
22949         * dlls/comctl32/tab.c, include/tab.h:
22950         Francis Beaudet <francis@macadamian.com>
22951         Implemented:
22952         - showing the selected tab as highlighted
22953         - support for drawing the focus rectangle
22954         - basic keyboard support
22955         - support for a tab with horizontal scrolling.
22957         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22958         Thread-safe implementation of profile functions (Windows and Wine).
22960         * include/message.h, loader/main.c, windows/timer.c:
22961         Stephane Lussier <stephane@macadamian.com>
22962         Made the timer code thread safe.
22964         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
22965         Fixed possible endless loop.
22967         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
22968         Fixed LB_GETCURSEL message to return LB_ERR on empty list.
22970         * dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlguid.h, include/shlobj.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c:
22971         Juergen Schmied <juergen.schmied@metronet.de>
22972         Use the new header for COM definitions.
22974         * dlls/shell32/shellord.c, relay32/shell32.spec:
22975         Juergen Schmied <juergen.schmied@metronet.de>
22976         New stub shell_654.
22978         * include/treeview.h, dlls/comctl32/treeview.c:
22979         Sylvain St.Germain <sylvain@macadamian.com>
22980         Implementation of TVM_SORTCHILDRENCB.
22981         Implementation of TVI_SORT insertion.
22982         Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
22983         Fix problems related to TVIS_EXPANDEDONCE.
22985         * dlls/comctl32/comctl32undoc.c:
22986         Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
22987         Fix problem in DPA_QuickSort where the sort order was inverted.
22989         * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
22990         Ove Kaaven <ovek@arcticnet.no>
22991         Added infrastructure and definitions for general-purpose event and IRQ
22992         handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
22993         event message loop, message handling, CLI/STI handling, and minimal
22994         PIC support.
22996         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
22997         Added handling of SIGUSR2 for the new event interruption handling,
22998         bumping up the protocol revision. Made some debug messages not be
22999         output when it's not necessary.
23001         * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
23002         Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
23004         * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
23005         Ove Kaaven <ovek@arcticnet.no>
23006         Added int 0x09 and int 0x33.
23008         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
23009         Implemented a int 0x33 handler, with a minimal implementation of the
23010         mouse routines, including callbacks.
23012         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
23013         Implemented a int 0x09 handler, and a scancode queue that simulates
23014         IRQ 1 in the dos box.
23016         * include/docobj.h: Paul Quinn <paulq@corel.ca>
23017         Creation of docobj.h.
23019         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23020         Allow depth of DIB to differ from depth of bitmap in GetDIBits.
23022 Wed Mar 24 15:07:20 1999  Alexandre Julliard  <julliard@winehq.com>
23024         * debugger/editline.c: Abort on input error.
23026         * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
23027         Population of oledlg.
23029         * windows/x11drv/event.c, windows/painting.c:
23030         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23031         Add IsWindow() checks after SendMessage() returns.
23033         * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
23034         Fixed a small bug in int10.
23036         * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
23037         COMBO_Size: maintain the height of the RectCombo when the window is
23038         resized.
23040         * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
23041         Paul Quinn <paulq@corel.ca>
23042         Added various definitions.
23043         Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
23045         * include/windef.h: Jim Aston <jima@corel.ca>
23046         Added a few empty macros.
23048         * include/cursoricon.h, objects/cursoricon.c:
23049         Marcus Meissner <marcus@jet.franken.de>
23050         CURSORICON_Destroy: missing WINAPI added.
23052         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
23053         Added translation for SO_RCVTIMEO (as seen by IE4).
23055 Tue Mar 23 17:04:10 1999  Alexandre Julliard  <julliard@winehq.com>
23057         * server/process.c: Create startup info for the initial process.
23059         * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
23060         Added server pid and tid in init_thread request, and use them in
23061         CLIENT_InitThread.
23063         * include/compobj.h, include/objbase.h, include/ole2.h, include/wine/obj_base.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/winerror.h, include/wtypes.h, ole/Makefile.in, ole/antimoniker.c, ole/bindctx.c, ole/compobj.c, ole/compositemoniker.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/storage32.c, relay32/ole32.spec:
23064         Noomen Hamza <noomen@macadamian.com>
23065         Implemented:
23066         - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
23067           GenericCompositeMoniker
23068         - IRunningObjectTable interface, and
23069         - IBindCtx interface.
23071         * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
23072         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23073         Added StretchDIBits for the PostScript driver.
23075         * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
23076         Added missing ending pragma pack.
23078         * misc/comm.c: Rein Klazes <rklazes@casema.net>
23079         Corrected small bug in GetCommState16. Parity check can be disabled
23080         even when a parity bit is used. SetCommState16() can override baudrate
23081         setting in wine.conf.
23083 Mon Mar 22 17:47:36 1999  Alexandre Julliard  <julliard@winehq.com>
23085         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23086         Bugfix: cope with quoted arguments for CreateProcess().
23088         * loader/resource.c:
23089         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23090         Fixed typo in SizeofResource().
23092         * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23093         lstrcpyA can't use strcpy.
23095         * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
23096         Marcus Meissner <marcus@jet.franken.de>
23097         Added -dll option for winelib programs. (Note: will not print warnings
23098         on failure currently).
23100         * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23101         Added strlwr.
23103         * loader/pe_image.c, msdos/int21.c:
23104         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23105         Cosmetics.
23107         * if1632/mmsystem.spec, relay32/winmm.spec:
23108         Eric Pouech <Eric.Pouech@wanadoo.fr>
23109         Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
23111         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23112         Started calling mixer as a 32 bit low level driver (no longer 16 bit)
23113         Added support for yield proc in mci struct
23114         Added mmTaskXXX16 and mmThreadXXX16 functions
23115         Refreshed implementation of 16 bit native & asynchronous MCI driver
23116         command (through mmtask.tsk).
23118         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23119         Fixed a few bugs. Started implementing mixerMessage as a 32 bit
23120         function (no longer 16 bit).
23122         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23123         Implemented mciExecute.
23125         * include/multimedia.h, multimedia/mci.c:
23126         Eric Pouech <Eric.Pouech@wanadoo.fr>
23127         Added yield proc members to mci struct.
23129         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
23130         Added mixer specfic error codes, fixed type in function name.
23132         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23133         Fixed return codes for default driver proc.
23135         * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
23136         Made LB_GETCURSEL return focus_item if no item has been selected.
23138         * windows/x11drv/keyboard.c:
23139         Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
23140         Added Finnish keyboard layout.
23142         * misc/main.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, graphics/wing.c, graphics/x11drv/xfont.c, include/wine/winuser16.h, include/winuser.h, include/x11drv.h:
23143         Veksler Michael <mveksler@techunix.technion.ac.il>
23144         Removed winuser16.h from x11drv.h.
23146         * include/winspool.h, misc/printdrv.c:
23147         Klaas van Gend <klaas@vangend.demon.nl>
23148         Implementation of EnumPrintersA, info level 4 and 5.
23150         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
23151         Check if the build is stripped, and die if it is.
23152         Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
23153         (thanks Ryan Cumming!).
23155         * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
23156         Fixed "reached end of non void..." warnings.
23158         * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
23159         MessageBox32A -> MessageBoxA
23161         * loader/module.c, relay32/kernel32.spec:
23162         Sergey Turchanov <turchanov@usa.net>
23163         Implementation for FreeLibraryAndExitThread.
23164         Made GetBinaryType = GetBinaryTypeA.
23166         * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
23167         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23168         Run Win32 processes in their own threads.
23169         Process exit sequence adapted.
23171 Sun Mar 21 19:26:26 1999  Alexandre Julliard  <julliard@winehq.com>
23173         * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
23174         Changed process initialisation to use the new server requests.
23175         Started to move the process init to the right context, not finished yet.
23177         * include/server/object.h, include/server/process.h, include/server/request.h, include/server/thread.h, server/main.c, server/process.c, server/request.c, server/socket.c, server/thread.c, server/trace.c, include/server.h:
23178         Added new_process and init_process request.
23179         Split out process creation from thread creation.
23180         Changed server initialisation to ensure that we always have a current
23181         thread.
23183         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
23184         One small error corrected and the 102th key...
23186         * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
23187         Made commerror and eventmask local to each port (for win16), made the
23188         win16 routines use port indices instead of UNIX fds (this should make
23189         some Visual Basic stuff and similar garbage start working), moved some
23190         stuff around (win16 routines at top of file, win32 routines at
23191         bottom), made a couple of win32 routines use win32 handles, and added
23192         a few hints as to how to implement asynchronous buffers, based on
23193         which EnableCommNotification can eventually be implemented.
23195         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
23196         Fixed prototypes of a couple of comm routines.
23198         * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23199         Fixed typo.
23201         * windows/win.c: Francis Beaudet <francis@macadamian.com>
23202         Clear update region before WM_NCDESTROY.
23204         * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
23205         Got rid of SYSTEM_LOCK macros.
23207 Sat Mar 20 07:18:26 1999  Alexandre Julliard  <julliard@winehq.com>
23209         * misc/main.c: No longer need to delete system heap critical section.
23211 Fri Mar 19 17:04:25 1999  Alexandre Julliard  <julliard@winehq.com>
23213         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
23214         Added a check for desktop in SHGetFileInfo.
23216         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23217         Fixed some bugs in MCI message mapping (32A => 16).
23219         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
23220         Fixed WIN_SendDestroyMsg.
23222         * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
23223         Removed definitions for FIONREAD and FIONBIO.
23225         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23226         Fixes some return values for DefDriverProc.
23228         * programs/regapi/regFixer.pl:
23229         Sylvain St.Germain <sylvain@macadamian.com>
23230         Removed the chop command that was there to get rid of dos ^M.
23231         The script now process only unix file format.
23233         * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23234         Hide dialog windows created by CreateDialog* in EndDialog just as
23235         Windows does.
23237         * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
23238         Set type of destination variant in VariantChangeTypeEx function.
23240         * windows/x11drv/keyboard.c:
23241         Bertho Stultiens <bertho@panter.soci.aau.dk>
23242         Fixed Danish keyboard layout.
23244 Thu Mar 18 17:39:58 1999  Alexandre Julliard  <julliard@winehq.com>
23246         * ole/itemmoniker.c, ole/ole2.c, ole/olefont.c, windows/dinput.c, windows/input.c, windows/keyboard.c, windows/message.c, windows/painting.c, windows/queue.c, windows/syscolor.c, windows/sysmetrics.c, windows/user.c, dlls/shell32/iconcache.c, files/dos_fs.c, graphics/ddraw.c, graphics/fontengine.c, include/win.h, loader/main.c, loader/resource.c, misc/lzexpand.c, misc/registry.c, msdos/int10.c, multimedia/init.c, objects/enhmetafile.c:
23247         Marcus Meissner <marcus@jet.franken.de>
23248         Lots of warning fixed, one missing WINAPI in ddraw.c added.
23250         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
23251         Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
23253         * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
23254         msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
23256         * relay32/kernel32.spec, misc/toolhelp.c:
23257         Marcus Meissner <marcus@jet.franken.de>
23258         Added Module32* stubs.
23260 Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard@winehq.com>
23262         * windows/x11drv/keyboard.c:
23263         Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
23264         Added Portuguese keytable.
23266         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
23267         Added Canadian French keyboard layout.
23269         * windows/x11drv/keyboard.c:
23270         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23271         Added UK keyboard layout.
23273         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
23274         <paranoid07@hotmail.com>
23275         Fixed/implemented various interrupt functions.
23277         * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
23278         Marcus Meissner <marcus@jet.franken.de>
23279         Fixed some warnings. removed some unneccessary includes, removed one
23280         direct WND* access in controls/menu.c.
23282         * windows/win.c: Francis Beaudet <francis@macadamian.com>
23283         Implemented a more defensive version of WIN_SendDestroyMsg.
23285         * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
23286         Install headers from $(SRCDIR).
23288         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
23289         Removed the obsolete ICOM macros.
23291         * include/vfw.h: Francois Gouget <fgouget@psn.net>
23292         Moved the APIs closer to the corresponding COM interface, removed two
23293         duplicates and added 2-3 macros for A/W APIs.
23295         * msdos/int15.c: <paranoid07@hotmail.com>
23296         Added some stubs for int15 functions.
23298         * windows/message.c, windows/queue.c:
23299         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23300         Inter-thread SendMessage() bugfixes:
23301         - Insert new message to be received at the *end* of the SM_PENDING_LIST.
23302         - Do *not* process received messages in ReplyMessage().
23303         - Clear the QS_SMRESULT flag only immediatedly before waiting.
23305         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
23306         Return error if not a valid OLE compound file.
23308         * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
23309         Fix crash if lpuCurDirLen or lpuDestDirLen==0.
23311         * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
23312         Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
23313         strange).
23315 Tue Mar 16 16:29:26 1999  Alexandre Julliard  <julliard@winehq.com>
23317         * include/dosexe.h, include/module.h, include/pe_image.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
23318         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23319         Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
23321         * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
23322         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23323         Pass new arguments (suspend/inherit) to the server.
23325         * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
23326         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23327         Handle suspend/resume_thread requests in phase STARTING correctly.
23328         Set initial suspend count for threads created with CREATE_SUSPENDED.
23329         Set 'inheritable' flag for process/thread handles.
23331         * dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c:
23332         Marcus Meissner <marcus@jet.franken.de>
23333         Removed no longer necessary win.h include, added now necessary other
23334         includes (win.h used only by UPDOWN now).
23336         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
23337         debug.h must be last, or we get ERR() macro problems again.
23339         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
23340         Fixed a slight bug that was included in the change from WND ptr to
23341         hwnd last week.
23343         * loader/main.c, misc/callback.c:
23344         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23345         Fix compiler warnings.
23347         * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
23348         Sylvain St.Germain <sylvain@macadamian.com>
23349         Fixed some graphical problems of the treeview and added support LMB
23350         click on +/- sign to open and close.
23351         Fixed a bug in imagelist where the last image could not be displayed.
23353         * windows/x11drv/event.c:
23354         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23355         Avoid unnecessary error messages.
23357         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23358         Ignore HIWORD of boolean return values of 16-bit hook procedures, to
23359         match buggy Windows behaviour.
23361         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
23362         Corrected bug in enumeration function.
23364         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
23365         Fixed bug introduced in WIN_FindWindow.
23367         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
23368         0 is a valid index for a tab item.
23369         CreateSolidBrush takes a COLORREF as a parameter.
23370         Tab controls were always displayed in the top left corner.
23372 Mon Mar 15 16:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
23374         * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
23375         Francois Gouget <fgouget@psn.net>
23376         Updated the interfaces to use the latest ICOM macros.
23378         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
23379         Updated.
23381         * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
23382         Eric Pouech <Eric.Pouech@wanadoo.fr>
23383         Moved all MCI internal functions/variables/macros to mci.c.
23384         Changed some interface names.
23386         * include/digitalv.h, multimedia/mciavi.c:
23387         Eric Pouech <Eric.Pouech@wanadoo.fr>
23388         Make use of digitalv.h file.
23390         * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23391         Changed how list of loadable MCI drivers is obtained.
23393         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
23394         Describes in newbie terms how to add new keyboard layouts.
23396         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
23397         Better comments, and added ANSI codepages in table.
23398         US keyboard contributed by Uwe Bonnes.
23399         French keyboard contributed by Eric Pouech.
23400         German keyboard contributed by Ulrich Weigand.
23401         Danish keyboard contributed by Bertho Stultiens.
23403         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, include/commdlg.h:
23404         Klaas van Gend <klaas@vangend.demon.nl>
23405         - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
23406         - Some header inclusion cleanup.
23408         * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
23409         Eric Pouech <Eric.Pouech@wanadoo.fr>
23410         Cosmetic fixes.
23412         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23413         Makes use of new CDAUDIO_Seek() function.
23415         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23416         Various fixes for MSCDEX traps.
23418         * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
23419         Added new function CDAUDIO_Seek().
23421         * include/driver.h, windows/driver.c:
23422         Eric Pouech <Eric.Pouech@wanadoo.fr>
23423         Better 16/32 bit driver messages mapping and handling.
23424         Better protection against bad handles.
23426         * include/peexe.h, loader/resource.c:
23427         Marcus Meissner <marcus@jet.franken.de>
23428         Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
23429         code.
23431         * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
23432         Fixed make install.
23434 ----------------------------------------------------------------
23435 Sun Mar 14 17:25:33 1999  Alexandre Julliard  <julliard@winehq.com>
23437         * include/win.h, ipc/dde_proc.c, misc/spy.c, windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/focus.c, windows/input.c, windows/mdi.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/scroll.c, windows/win.c, windows/winpos.c, windows/winproc.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, dlls/comctl32/updown.c, graphics/ddraw.c, if1632/thunk.c:
23438         Francois Boisvert <francois@macadamian.com>
23439         Made access to the wnd struct thread-safe.
23441         * */*: Jim Aston <asto0001@algonquinc.on.ca>
23442         Renamed wintypes.h to windef.h.
23444         * memory/heap.c: Make the system heap critical section global.
23446         * Make.rules.in:
23447         Fixed Makefile up-to-date check to avoid relinking all the object
23448         files.
23450         * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
23451         Reimplemented some code without using X11.
23453         * graphics/ddraw.c, relay32/ddraw.spec:
23454         Patrik Stridvall <ps@leissner.se>
23455         Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
23457         * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
23458         Added tracing for delayed imports and removed the fixme.
23460         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
23461         Better implementation of GetShortPathNameA/W.
23463         * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
23464         Allow the file names and paths for the registry files (user.reg and
23465         system.reg) to be specified in a [Registry] section of wine.ini or
23466         other config file.
23468         * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
23469         Fix OemToAnsiBuff for real Win31 behavior.
23471         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
23472         First attempt at supporting different keyboard layouts with their
23473         correct scancode mapping.
23475         * configure, configure.in, programs/Makefile.in, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/README, programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl, programs/regapi/regSet.sh, programs/regapi/regapi.c:
23476         Sylvain St.Germain <sylvain@macadamian.com>
23477         Added command line tool to access the registry.
23479         * rc/winerc.c: Fixed compilation.
23481         * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
23482         Ignore generated files.
23484         * programs/notepad/lcc.h: Fixed make depend.
23486         * ole/ole2.c, ole/olefont.c, include/ole.h, include/ole2.h, include/oleauto.h, include/olectl.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_shelllink.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winsock.h, include/winuser.h, include/wtypes.h:
23487         Paul Quinn <paulq@linuxmaster.hungrycats.org>
23488         Many new defines, and structs to help compile MFC. As well as a few
23489         OLE corrections from earlier.
23491         * loader/ne/module.c:
23492         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23493         Make GetModuleHandle16 only look for module names, not path names.
23495         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
23496         Added some more vga video modes.
23498         * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
23499         Prevent X11 errors when XCreateWindow is called with zero width or
23500         height.
23502         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
23503         Added metafile support for ExtFloodFill.
23505         * controls/button.c:
23506         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
23507         Paint gray text on gray background in checkboxes/radiobuttons by
23508         stippling. Also changed the brush used in this case to give better
23509         readability with X fonts.
23511         * include/debugdefs.h, include/tapi.h, misc/Attic/tapi32.c, misc/Makefile.in, relay32/tapi32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/tapi32/.cvsignore, dlls/tapi32/Makefile.in, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, include/debug.h:
23512         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23513         Implemented (nearly) all TAPI functions as stubs.
23515         * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
23516         Michael McCormack <Michael.McCormack@alcatel.com.au>
23517         Basic support for WIN32 serial communications API.
23518         Modify DOSFS_OpenDevice to allow opening of COM ports.
23519         Change Win32 comm functions to accept file handle.
23520         Add declaration of COMSTAT32 structure.
23522         * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
23523         Fixed a silly VGA-emulation palette bug.
23525         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
23526         Fixed a couple of ugly warnings (caused by ugly errors).
23528         * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23529         Bug fix.
23531         * dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h, ole/guid.c:
23532         Juergen Schmied <juergen.schmied@metronet.de>
23533         - IShellFolder and IEnumIDList are using the new COM headers
23534         - fixed sort order for folders and drives
23536         * README: Ove Kaaven <ovek@arcticnet.no>
23537         Corrected location of FAQ.
23539         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
23540         Fully implemented Direct Console Input.
23542 Sat Mar 13 18:20:27 1999  Alexandre Julliard  <julliard@winehq.com>
23544         * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
23545         Marcus Meissner <marcus@jet.franken.de>
23546         Fixed newly introduced and some leftover warnings.
23548         * include/wingdi.h: Francois Gouget <fgouget@psn.net>
23549         It is now possible to use the standard macros for GetTextExtentPoint
23550         and GetTextExtentPoint32.
23552         * include/prsht.h: Francois Gouget <fgouget@psn.net>
23553         Fixed some SendMessage32A that escaped the renaming.
23555         * include/ole2.h: Francois Gouget <fgouget@psn.net>
23556         On windows ole2.h includes oleauto.h and some programs depend on this.
23558         * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
23559         Fixes in the SysAllocString functions prototypes. It's mostly 'const'
23560         problems that prevent regular code from compiling.
23562         * dlls/commdlg/filedlg.c, graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_cdrom, include/bitmaps/Attic/obm_drive, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2, include/bitmaps/Attic/obm_harddisk, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hdisk, include/bitmaps/oic_network, include/winuser.h:
23563         Pavel Roskin <pavel_roskin@geocities.com>
23564         File open dialog now uses icons instead of bitmaps.
23566         * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
23567         Updated AVI* class interface to new ICOM_ methods.
23569         * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
23570         Some fixes and additions.
23572         * dlls/avifil32/.cvsignore, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, include/debug.h, include/debugdefs.h, relay32/avifil32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in:
23573         Marcus Meissner <marcus@jet.franken.de>
23574         Started on avifil32 implementation (only stubs currently).
23576         * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
23577         Reimplemented DrawFocusRect without using X11.
23579         * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
23580         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23581         Implemented mode setting things as well as VESA additions and other
23582         things. Cleaned up DOSMEM_BiosData handling.
23584         * include/wine/obj_olefont.h, ole/olefont.c:
23585         Francis Beaudet <francis@macadamian.com>
23586         Implemented the IPersistStream interface on the OLE font object.
23588         * miscemu/emulate.c:
23589         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23590         Make function BX=6 round ST0 to integer.
23592         * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
23593         Adrian Thurston <adriant@corel.ca>
23594         - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
23595                   LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
23596         - Added some missing structures and definitions to wingdi.h
23597         - Added proper defines for GetCharWidthsXXX
23598         - Added c++ protection to wingdi.h
23600         * dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
23601         Juergen Schmied <juergen.schmied@metronet.de>
23602         - mostly cleanup after the renaming
23603         - implemented SHILCreateFromPath
23604         - small changed to SHGetFileInfo
23606         * include/prsht.h, include/winuser.h:
23607         Bertho Stultiens <bertho@panter.soci.aau.dk>
23608         Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
23609         structure for compatibility.
23611         * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
23612         Bertho Stultiens <bertho@panter.soci.aau.dk>
23613         Moved error codes to cderr.h.
23615         * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
23616         Fix CreateProcess to handle lpCommandline better.
23618         * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
23619         Change GetStartupInfoA/W to return the real StartupInfo.
23621         * windows/mdi.c: Guy Albertelli  <<galberte@neo.lrun.com>>
23622         Handle null wndPtr for mdi window.
23624         * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
23625         Fixed a couple of missing #defines for Win32 API functions with
23626         ASCII/Unicode versions.
23628         * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
23629         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23630         Implemented UTRegister and UTUnRegister.
23632         * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
23633         <keith_m@sweeney.demon.co.uk>
23634         Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
23635         bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
23636         DdeSetQualityOfService, DdeSetUserHandle.
23637         Corrected heap handling in DdeInitializeW, refined CreateMutex error
23638         handling.
23639         General tidying.
23641         * if1632/olecli.spec, include/ole.h, ole/olecli.c:
23642         Pavel Roskin <pavel_roskin@geocities.com>
23643         Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
23644         OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
23645         OleRevertClientDoc, OleEnumObjects.
23647         * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
23648         Definition for OleCreateLinkFromClip was incorrect.
23650         * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
23651         Mask out the upper 12 bits from the resourceid, just like win95 does.
23653         * BUGS: Ove Kaaven <ovek@arcticnet.no>
23654         Updated bug list by my knowledge of them.
23656         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
23657         StgCreateDocfile accepts NULL as a file name.
23659         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
23660         Added support for alternate DIBBITBLT layout.
23662         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
23663         Buffer size bug in LocateDebugInfoFile.
23665         * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23666         Improved "error" message readability.
23668         * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
23670         * dlls/comctl32/listview.c: Fixed make depend
23672 Fri Mar 12 17:42:50 1999  Alexandre Julliard  <julliard@winehq.com>
23674         * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, include/ipaddress.h, include/updown.h:
23675         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23676         Replaced direct access to the WND structure by corresponding calls to
23677         Win32 functions.
23679         * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
23680         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23681         Fixed some bugs introduced by the automated renaming.
23683         * resources/.cvsignore: Added sysres_Ru.s
23685         * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
23686         Luc Tourangeau <luc@macadamian.com>
23687         Changed the listview control to add the report view and fix some bugs
23688         for the list view.
23690         * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
23691         Removed use of WND struct.
23693         * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
23694         Added #ifdef HAVE_WCTYPE_H.
23696         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
23697         Removed direct access to the WND struct.
23699         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
23700         Message translation for WM_WININICHANGE.
23702         * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
23703         obm_closed_95 should not be drawn inverted.
23705         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
23706         Removed direct access to the WND struct.
23708         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
23709         Thuy Nguyen <thuy@macadamian.com>
23710         Improved performance.
23712         * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
23713         Create a new DC in GetDCEx when none are available.
23715         * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
23716         Stephane Lussier <stephane@macadamian.com>
23717         Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
23719         * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
23720         Changed the button state to "up" as soon as it is known that the
23721         selection has been cancelled, so the button is redrawn in the "up"
23722         state.
23724         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
23725         Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
23727 Wed Mar 10 18:03:54 1999  Alexandre Julliard  <julliard@winehq.com>
23729         * include/wine/obj_inplace.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, ole/compobj.c, ole/guid.c, ole/ole2disp.c, ole/olecli.c, ole/oledlg.c, ole/oleobj.c, dlls/shell32/dataobject.c, dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/Attic/wintypes.h, include/commdlg.h, include/imm.h, include/oaidl.h, include/objbase.h, include/ocidl.h, include/ole.h, include/ole2ver.h, include/oleauto.h, include/olectl.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/winbase.h, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/winnt.h, include/wtypes.h:
23730         Paul Quinn <paulq@corel.ca>
23731         Added a lot of new OLE interfaces.
23733         * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
23734         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
23735         Added support for Russian language.
23737         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23738         Temporary fix: Activate 16-bit system timer callback routines, but
23739         skip calling them if timer signal occured while current thread was
23740         holding the Win16Lock (to prevent 16-bit stack corruption).
23742         * include/syslevel.h, scheduler/syslevel.c:
23743         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23744         Implemented _ConfirmWin16Lock (KERNEL32.96).
23746         * graphics/ddraw.c, include/ddraw.h:
23747         Lionel Ulmer <ulmer@directprovider.net>
23748         - some clean up in handling of depth
23749         - more depth conversion routines for X11 (15, 16 and 32 -> 8)
23751         * include/queue.h, windows/message.c, windows/queue.c:
23752         Stephane Lussier <stephane@macadamian.com>
23753         Implemented SendMessageTimeout() functions.
23755         * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
23756         Marcel Baur <mbaur@g26.ethz.ch>
23757         Added Boyer-Moore text search.
23759         * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
23760         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23761         Added USER.DestroyIcon32 to Callout struct.
23763         * include/module.h, loader/ne/convert.c:
23764         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23765         Deleted NE_FreePEResource().
23767         * include/user.h, loader/main.c, loader/module.c, windows/user.c:
23768         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23769         Adapted to cursor/icon handling changes.
23771         * loader/ne/resource.c, loader/resource.c:
23772         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23773         Allow accessing both NE and PE resources with both 16- and 32-bit API.
23774         Hook cursor/icon destruction into FreeResource (like Win95).
23776         * include/cursoricon.h, objects/cursoricon.c:
23777         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23778         Implemented Win95-style shared cursor/icon cache.
23779         Merged NE and PE resource handling.
23781         * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
23782         Pavel Roskin <pavel_roskin@geocities.com>
23783         Fixed folder bitmap colors for 8bpp.
23785         * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
23786         Windows doesnt allow dashed and dotted lines > 1.
23788         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
23789         Fixed a reference-counting problem in the external lock mechanism.
23791         * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
23792         Fixed a simple bug in the implementation of the ShellView objects.
23794         * dlls/shell32/shell32_main.c, include/shell.h:
23795         Sergey Turchanov <turchanov@usa.net>
23796         Added some extra CSIDLs.
23798         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23799         Bugfix: Allow lpCommandLine == NULL in CreateProcess().
23801         * windows/x11drv/keyboard.c:
23802         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23803         Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
23805         * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
23806         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23807         Avoid unnecessary GraphicsExpose events.
23809         * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
23810         Fixed index calculations of the upper and lower bounds of a safearray.
23811         Fixed a wrong initialization of the VT sizes array.
23813         * ole/ole2.c, relay32/ole32.spec:
23814         Francis Beaudet <francis@macadamian.com>
23815         Implementation of the ReleaseStgMedium method.
23817 Tue Mar  9 17:47:51 1999  Alexandre Julliard  <julliard@winehq.com>
23819         * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, relay32/advapi32.spec, relay32/ntdll.spec:
23820         Juergen Schmied <juergen.schmied@metronet.de>
23821         - sorted API by groups
23822         - new stubs:  NtQueryDirectoryFile,  ZwQueryDirectoryFile
23823         - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
23824           RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
23825         - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
23826           RtlTimeFieldsToTime
23828         * include/ntddk.h, include/ntdef.h, include/winnt.h:
23829         Juergen Schmied <juergen.schmied@metronet.de>
23830         Many new prototypes.
23832         * loader/resource.c, include/module.h:
23833         Juergen Schmied <juergen.schmied@metronet.de>
23834         Fix use of wrong prototype from ntdll.h.
23836         * dlls/advapi32/security.c:
23837         Juergen Schmied <juergen.schmied@metronet.de>
23838         Make more functions just calling down to ntdll.
23839         New: GetSecurityDescriptorSacl.
23841         * graphics/psdrv/afm.c:
23842         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23843         Accept "Normal" as a valid AFM weight.
23845         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
23846         Smarter way of searching for a free block.
23848         * windows/message.c:
23849         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23850         Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
23852         * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
23853         Corrected cast so hello5 compiles again.
23855         * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
23856         Don't copy lpstrFileTitle if given NULL pointer for this.
23857         Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
23859         * misc/winsock.c, include/winsock.h:
23860         Marcus Meissner <marcus@jet.franken.de>
23861         Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
23863         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
23864         __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
23865         removed additional "eax" from clobber list, so egcs-current likes it.
23867         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
23868         CreateFileMapping SetLastError(0)s on newly created mappings.
23870 Sun Feb 28 20:05:12 1999  Alexandre Julliard  <julliard@winehq.com>
23872         * dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, misc/Attic/commdlg.c, misc/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in:
23873         Klaas van Gend <Klaas@vangend.demon.nl>
23874         Create a new subdirectory for the common dialog box DLL and move all
23875         code from /misc/commdlg.c to this directory.  Also made a start in
23876         documenting the API calls.
23878         * misc/winsock.c, debugger/break.c, debugger/dbg.y, debugger/dbgmain.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stack.c, debugger/types.c, include/Attic/wintypes.h:
23879         Marcus Meissner <marcus@jet.franken.de>
23880         More include optimizations.
23882         * windows/driver.c, windows/winproc.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, loader/pe_image.c, msdos/dpmi.c, multimedia/audio.c, multimedia/mmsystem.c, objects/dc.c, ole/storage32.c, controls/menu.c, dlls/comctl32/hotkey.c:
23883         Marcus Meissner <marcus@jet.franken.de>
23884         Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
23885         additional {}. Rewrote GetCreationModeFromSTGM so we don't get
23886         "possible use of uninitialized variable".
23888         * include/mmsystem.h, include/multimedia.h:
23889         Marcus Meissner <marcus@jet.franken.de>
23890         MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
23892         * files/directory.c, msdos/int21.c:
23893         Marcus Meissner <marcus@jet.franken.de>
23894         Changed CreateDirectory LastError returns to match Win32 (found out by
23895         experiment). Adapted int21 CreateDirectory call to still return the
23896         correct DOS error codes according to Ralph Brown.
23898         * graphics/ddraw.c, relay32/ddraw.spec:
23899         Lionel Ulmer <ulmer@directprovider.net>
23900         - added function DirectDrawEnumerateEx
23901         - added (or corrected) check for the return value of the enumeration functions
23903         * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
23904         Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
23906         * multimedia/mcicda.c:
23907         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
23908         Added missing <sys/types.h>.
23910         * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
23911         Added the button states as returned by IsDlgButtonChecked().
23913         * loader/module.c:
23914         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23915         Added support for quoted file names in CreateProcess().
23917         * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
23918         CLIENT_WaitReply: don't clear last error on success; fixed callers
23919         accordingly (based on a patch by Juergen Schmied).
23921         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
23922         Added some support and stubs for VESA to msdos/int10.c.
23924         * ole/bindctx.c, ole/filemoniker.c, ole/ifs.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/oledlg.c, ole/olefont.c, ole/oleobj.c, ole/olesvr.c, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/typelib.c, ole/variant.c, tools/fnt2bdf.c, windows/display.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, include/oleobj.h, include/shlobj.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/wine/winuser16.h, library/winestub.c, memory/string.c, misc/sound.c, multimedia/mmsystem.c, controls/menu.c:
23925         Marcus Meissner <marcus@jet.franken.de>
23926         More include optimisations and fixes.
23928         * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
23929         open_object should return ERROR_FILE_NOT_FOUND when the named object
23930         is not found.
23932         * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
23933         Better error message.
23935         * scheduler/Attic/k32obj.c, scheduler/Makefile.in, scheduler/client.c, scheduler/critsection.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, files/change.c, files/dos_fs.c, files/file.c, include/Attic/k32obj.h, include/file.h, include/process.h, include/thread.h, loader/task.c, memory/virtual.c, misc/toolhelp.c:
23936         Use server handles directly for Win32 handles. Removed use of K32OBJ.
23938         * windows/defwnd.c, windows/msgbox.c, windows/x11drv/monitor.c, objects/brush.c, objects/clipping.c, objects/pen.c, objects/region.c, objects/text.c, ole/olefont.c, ole/oleobj.c, scheduler/Attic/k32obj.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, server/request.c, debugger/dbg.y, debugger/registers.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/escape.c, graphics/win16drv/font.c, loader/ne/convert.c, misc/network.c, misc/port.c, miscemu/main.c, multimedia/audio.c, multimedia/dplay.c, multimedia/init.c, multimedia/mciwave.c, multimedia/mixer.c, multimedia/mmaux.c, console/xterm.c, controls/listbox.c:
23939         David Luyer <luyer@ucs.uwa.edu.au>
23940         - fixed missing stdlib.h and string.h includes everywhere
23941         - removed a couple of unneeded stdlib.h and stdio.h includes
23943         * include/process.h, include/thread.h, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, windows/queue.c, windows/win.c, windows/winproc.c:
23944         Process and thread id now use the server-side id instead of an
23945         obfuscated pointer.
23947         * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
23948         Ove Kaaven <ovek@arcticnet.no>
23949         The Windows GUI behaviour tester used on the Windows computer.  It was
23950         used with Borland C++ 4.52, but should be easy to adapt to Winelib by
23951         whoever feels like it; I haven't, I just released this useful test app
23952         in case it would benefit other developers.
23954         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
23955         This file details the results (message traces) the GUI behaviour
23956         tester app gave under real Windows for various events. It was useful
23957         for some of my debugging at least, perhaps it could be of some use to
23958         other Wine GUI debuggers as well.
23960         * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
23961         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
23962         Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
23963         needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
23964         defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
23965         needs "winuser.h".
23967         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23968         GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
23969         and .PIF files.
23971         * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
23972         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23973         Adapted to CreateProcess changes.
23975         * loader/ne/module.c:
23976         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23977         NE modules adapted to CreateProcess changes.
23978         LoadModule16/LoadLibrary16 reorganization.
23980         * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
23981         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23982         Process creation sequence reorganized:
23983         - Removed instance data segment for all but NE modules.
23984         - Check binary type in CreateProcess before loading module.
23985         - Unix process creation moved from WinExec to CreateProcess.
23986         - Bugfix: fill in thdb->teb.htask16 member correctly.
23988         * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
23989         - Code to return default language code as keyboard layout.
23990         - Implemented other stubs associated with keyboard layout:
23991           GetKeyboardLayoutNameA, ActivateKeyboardLayout,
23992           LoadKeyboardLayout[AW], GetKeyboardLayoutList.
23994         * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
23995         Klaas van Gend <klaas@vangend.demon.nl>
23996         Preliminary implementation of the PrintDlgA stub.
23998         * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
23999         Now compliant to the Dutch standards.
24001         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
24002         FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
24004         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
24005         Fixed a couple of dosmem block resize bugs.
24007         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
24008         - no more 3D capabilities if Direct3D support is not compiled in
24009         - some debug messages clean-up (replaced fprintfs by DUMPs)
24011         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
24012         We got passed a NULL Dialect ptr and accessed it unprotected.
24014         * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
24015         Added support for mappings with no associated file.
24017         * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
24018         Removed dst_handle in duplicate_handle request.
24019         Added inherit flag in create_mapping request.
24021         * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
24022         Francis Beaudet <francis@macadamian.com>
24023         Implemented support for arrays and safe arrays in VARIANT data
24024         structures. Also moved the SAFEARRAY definition (yet again) to the
24025         obj_oleaut.h file.
24027         * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
24028         Fixed Filesystem documentation.
24030         * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
24031         Pavel Roskin <pavel_roskin@geocities.com>
24032         Made folder icons gray-yellow instead of blue.
24034         * windows/message.c: Francis Beaudet <francis@macadamian.com>
24035         Order of send message processing was not respected and the message
24036         stacked last finished after the message stacked first.
24038         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
24039         Added checks to guard against NULL active window.
24041         * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
24042         Don't check children of disabled or invisible controls for dialog
24043         keyboard accelerators. Fixes problems with dialogs with tab boxes.
24045         * ole/compobj.c, relay32/ole32.spec:
24046         Francis Beaudet <francis@macadamian.com>
24047         Implemented the CoTaskMemRealloc API. Also clean-up around that API
24048         call.
24050         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
24051         Added a missing Release.
24052         STGM_CREATE should translate to CREATE_ALWAYS.
24054 ----------------------------------------------------------------
24055 Fri Feb 26 12:33:21 1999  Alexandre Julliard  <julliard@winehq.com>
24057         * DEVELOPERS-HINTS: Updated for new naming conventions.
24059         * */*: Large-scale renaming of all Win32 functions and types to
24060         use the standard Windows names.
24062 ----------------------------------------------------------------
24063 Thu Feb 25 18:11:40 1999  Alexandre Julliard  <julliard@winehq.com>
24065         * misc/main.c: Albert den Haan <albertd@corel.ca>
24066         For various reasons some of our libwine executables must have a "." in
24067         their file names. The "." causes trouble when the file name is used as
24068         the class name for an X resource as wine does for command line parsing
24069         under X.
24071         * windows/win.c:
24072         Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
24073         GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
24075         * include/gdi.h, include/heap.h, include/wintypes.h:
24076         David Luyer <luyer@ucs.uwa.edu.au>
24077         Added __attribute__ ((unused)) on static inline functions declared in
24078         header files.
24080         * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
24081         Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
24082         which uses my bug_report.pl script.
24083         Added info on a command that can be run on all shells to print debug
24084         msgs to a file and not to xterm.
24086         * msdos/dpmi.c:
24087         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
24088         Needs thread.h for non-Linux.
24090         * include/win.h, windows/win.c:
24091         Francois Boisvert <francois@macadamian.com>
24092         Adding of new functions to make the wnd struct thread safe. Adding of
24093         irefCount in wnd struct.
24095         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
24096         Michael Veksler <mveksler@techunix.technion.ac.il>
24097         Added configure check for getbkgd and define HAVE_GETBKGD.
24099         * include/ocidl.h, include/ole2.h, include/oleidl.h, include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wintypes.h, ole/olefont.c:
24100         Paul Quinn <paulq@corel.ca>
24101         Many interface declarations that originated from oleidl.h, oaidl.h and
24102         ocidl.h separated into somewhat relevant obj_* files.
24104         * files/drive.c, ole/compobj.c, resources/sysres.c:
24105         Michael Veksler <mveksler@techunix.technion.ac.il>
24106         Fixed warning and compilation errors.
24108         * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
24109         Removed includes of wine/* headers.
24111         * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
24112         Made message "Resource not found" WARN.
24114         * dlls/shell32/contmenu.c, include/shlobj.h:
24115         Adrian Thurston <adriant@COREL.CA>
24116         - Use the new COM definition macros in the header.
24117         - Put the implementation of the object in the contmenu.c.
24118         - Make appropriate name changes in contmenu.c.
24120         * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
24121         Zygo Blaxell <zygob@corel.ca>
24122         Modifies parameter list of a couple of functions to comply with SDK.
24124         * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
24125         ScrollDC32 modified to return rect in logical coordinate.
24127         * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
24128         Adds C++ nameless union support to tagVARIANT.
24130         * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
24131         Adrian Thurston <adriant@COREL.CA>
24132         Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
24133         Removed a redundant include.
24134         Added some c++ protection.
24136 Wed Feb 24 15:58:51 1999  Alexandre Julliard  <julliard@winehq.com>
24138         * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
24139         Juergen Schmied <juergen.schmied@metronet.de>
24140         Changed pidl structure to match the pidl's used in lnk-files.
24142         * dlls/shell32/shelllink.c:
24143         Juergen Schmied <juergen.schmied@metronet.de>
24144         Implemented reading of *.lnk-files.
24146         * include/wine/obj_shelllink.h:
24147         Juergen Schmied <juergen.schmied@metronet.de>
24148         new file, including the IShellLink definition.
24150         * include/module.h, include/pe_image.h, loader/elf.c, loader/main.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, scheduler/thread.c:
24151         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24152         Modified process creation sequence: call PE_CreateModule in the
24153         context of the new process (in TASK_CallToStart).
24154         Changed all PE/Module routines so as to always operate on the current
24155         process; adapted all callers.
24157         * msdos/dosconf.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int16.c, msdos/int21.c, msdos/int2a.c, msdos/interrupts.c, msdos/ioports.c, msdos/vxd.c, msdos/xms.c, ole/storage.c, ole/typelib.c, programs/avitools/icinfo.c, relay32/relay386.c, tools/build.c, windows/clipboard.c, windows/input.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlview.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, loader/main.c, memory/atom.c, misc/lstr.c:
24158         Marcus Meissner <marcus@jet.franken.de>
24159         Optimized away more includes, readded some #includes for necessary
24160         prototypes.
24162         * msdos/int2f.c: <smil@mechatronika.hu>
24163         Added low-level Netware installation check.
24165         * include/console.h, console/interface.c, console/ncurses.c:
24166         Joseph Pranevich <jpranevich@lycos.com>
24167         Added GetBackgroundColor call to the console struct. Will be used
24168         later.
24170         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
24171         Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
24172         (Interrupt list did not have correct.)
24174         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
24175         Added stubs for two missing methods of DInput.
24177         * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
24178         Fixed a bug.
24180         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
24181         Added support for larger files.
24183         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24184         Fixes buffer overrun problems with GetDIBits.
24186         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
24187         Fixed some SendMessage bugs.
24189         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
24190         Fix COM_ExternalLockFreeList to do not fail with an empty list.
24192 Mon Feb 22 10:21:56 1999  Alexandre Julliard  <julliard@winehq.com>
24194         * misc/Makefile.in, misc/string.c:
24195         Zygo Blaxell <zblaxell@furryterror.org>
24196         Implemented some CRTDLL string functions.
24198         * objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/text.c, windows/caret.c, windows/clipboard.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/mouse.c, windows/multimon.c, windows/rect.c, windows/scroll.c, windows/timer.c, windows/user.c, windows/winproc.c, include/menu.h, include/mmsystem.h, include/sysmetrics.h, include/vfw.h, multimedia/audio.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/init.c, multimedia/joystick.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmio.c, multimedia/mmsystem.c, multimedia/time.c, objects/cursoricon.c:
24199         Marcus Meissner <marcus@jet.franken.de>
24200         Some more recursive include fixes/optimizations.
24202         * dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c:
24203         Juergen Schmied <juergen.schmied@metronet.de>
24204         - eliminated one element of the pidl struct (dwSFGAO)
24205         - changed some superflous FIXME
24207         * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
24208         Juergen Schmied <juergen.schmied@metronet.de>
24209         - header uses the last macros now
24210         - rewrote IDropTarget according to the new COM headers
24211           (was local declared not using the already written prototypes)
24212         - corrected Drop method (wrong parameter count)
24214         * windows/dinput.c: Francois Gouget <fgouget@psn.net>
24215         Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
24216         Added the interface implementation structures.
24217         I remembered from an email that even when asked for a
24218         IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
24219         considered that we would only implement the latter. The
24220         IDirectInputDeviceA_xxx methods have been renamed to
24221         IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
24222         implementation as before.
24223         Renamed the implementation structures to XxxImpl.
24225         * include/dinput.h: Francois Gouget <fgouget@psn.net>
24226         Use latest COM macros
24227         Defined the IDirectInputDeviceA interface independently from
24228         IDirectInputDevice2A.
24229         Removed the 32 suffix of the interfaces. Hopefully this will not
24230         cause any problem with the renaming.
24231         Moved the implementation specific stuff to dinput.c (well, the
24232         interfaces at least).
24234 Sun Feb 21 18:35:28 1999  Alexandre Julliard  <julliard@winehq.com>
24236         * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
24237         Changed initial process creation to avoid memory allocations.
24238         Removed a few unused fields in PDB and THDB.
24240         * scheduler/client.c, scheduler/thread.c:
24241         Removed thread queue functions.
24242         Changed initial thread creation to avoid memory allocations.
24243         Moved server startup to THREAD_CreateInitialThread.
24245         * scheduler/synchro.c:
24246         Removed use of per-thread wait_struct, cleaned up a bit.
24248         * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
24250         * include/winnt.h: Added a few exception codes.
24252         * windows/win.c, include/mmsystem.h, include/path.h, include/progress.h, include/queue.h, include/resource.h, include/struct32.h, include/updown.h, include/windows.h, include/winpos.h, loader/main.c, misc/commdlg.c, misc/winsock_dns.c, multimedia/mmsystem.c, include/cursoricon.h, include/dde_atom.h, include/ddraw.h, include/dispdib.h, include/dosexe.h, include/dsound.h, controls/menu.c:
24253         Michael Veksler <mveksler@techunix.technion.ac.il>
24254         - Fix headers to include less or smaller header files.
24255         - Fix header and source files to include missing header files to avoid
24256           warnings and errors.
24258         * loader/signal.c, memory/ldt.c, misc/port.c:
24259         Marcus Meissner <marcus@jet.franken.de>
24260         Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
24261         wine_sigaction __PIC__ cases, since "g" will not work with
24262         -fomit-frame-pointer ("g" is referenced using %esp which was
24263         invalidated before). Bug found and (other) fix suggested by
24264         <daniel@mat.utfsm.cl> Daniel Serpell.
24266         * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
24267         Added missing WINAPIs.
24269         * windows/x11drv/event.c, windows/x11drv/init.c, loader/task.c, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, include/message.h, include/ttydrv.h, include/x11drv.h:
24270         Stephane Lussier <stephane@macadamian.com>
24271         Fix problem where you need mouse activity to unlock some 16 bits
24272         thread with multi-threaded apps.
24274 Sat Feb 20 16:48:54 1999  Alexandre Julliard  <julliard@winehq.com>
24276         * relay32/oleaut32.spec, include/Attic/interfaces.h, include/oaidl.h, include/ocidl.h, include/ole.h, include/oleauto.h, include/olectl.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wtypes.h, ole/Makefile.in, ole/guid.c, ole/ole2disp.c, ole/olefont.c, ole/typelib.c:
24277         Francis Beaudet <francis@macadamian.com>
24278         Implemented the OleCreateFontIndirect method and the associated COM
24279         object. That object supports the IFont and IDispatch interfaces.
24281         * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
24282         Marcus Meissner <marcus@jet.franken.de>
24283         Problems reported by Donald Page, PR 105-107.
24285         * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
24286         More commenting, better debugging of color problems, and support for
24287         the new TerminalType option in wine.ini. This allows us to select
24288         which terminal type we are really using so that we can, for example,
24289         use its color capabilities.
24291         * console/interface.c, include/console.h:
24292         Joseph Pranevich <jpranevich@lycos.com>
24293         Support for the new InitialRows andf InitialColumns options in wine.ini
24294         (Generic replacement for XtermResolution option...)
24296         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
24297         Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
24299         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
24300         Removal of obsolete XtermResolution option.
24302         * documentation/console, wine.ini:
24303         Joseph Pranevich <jpranevich@lycos.com>
24304         Add information about the new wine.conf options.
24306         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24307         Fixed backtrack issue on 16bit code.
24309         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24310         Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
24312         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24313         Fixed comment for Wine documentation.
24315         * include/server.h, include/server/request.h, server/request.c, server/trace.c:
24316         Added get/set_handle_info request.
24318         * graphics/x11drv/dib.c:
24319         Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
24321         * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
24322         Bertho Stultiens <bertho@panter.soci.aau.dk>
24323         Fix a couple of 64bit platform problems and speed up compilation. See
24324         tools/wrc/CHANGES for details.
24326         * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
24327         mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
24328         correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
24330         * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
24331         Added a check for the existence of wine.sym before installing it.
24333         * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
24334         Francis Beaudet <francis@macadamian.com>
24335         Added some new stubs for the OLE menu descriptor methods.
24337 Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard@winehq.com>
24339         * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
24340         Fixed message filtering check.
24342         * relay32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, include/ntddk.h, include/ntdef.h, include/ntdll.h, include/queue.h, include/winbase.h, include/winnt.h, include/winreg.h, ole/oleobj.c:
24343         Juergen Schmied <juergen.schmied@metronet.de>
24344         - made the security functions consistent. advapi calls down to ntdll now
24345         - new SetSecurityDescriptorGroup,  SetSecurityDescriptorOwner,
24346           SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
24347         - nt-header cleanup
24349         * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
24350         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24351         Fixed a few broken includes.
24353         * windows/nonclient.c: Reverted broken close button change.
24355         * dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/updown.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, graphics/path.c, graphics/psdrv/init.c, tools/wrc/newstruc.c, controls/button.c, controls/edit.c, controls/widgets.c, dlls/advapi32/advapi.c, dlls/advapi32/security.c:
24356         Jeff Garzik <jgarzik@pobox.com>
24357         Added missing string.h include.
24359         * loader/ne/module.c:
24360         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24361         Only append .dll if no extension yet.
24363         * windows/message.c: Francis Beaudet <francis@macadamian.com>
24364         Temporary fix suggested by Ulrich to allow the
24365         MsgWaitForMultipleObject method to be called from 16 bit threads.
24367         * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
24368         Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
24369         case it's sent to a window that doesn't handle it (i.e. not MDI
24370         client).
24372         * include/dce.h, windows/dce.c, windows/winpos.c:
24373         Ove Kaaven <ovek@arcticnet.no>
24374         Added extra child arguments to DCE_GetVisRgn() to be able to handle
24375         PARENTDC class style combined with CLIPCHILDREN window style, to
24376         prevent mis-redraws in Free Agent 16-bit.
24378         * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
24379         Don't hang on the last child if it's not wanted.
24381         * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
24382         Partial stub implementation of undocumented KERNEL routine PK16FNF,
24383         needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
24385         * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
24386         Fix redraw problems for ChooseColor dialog.
24388         * */*.c: Marcus Meissner <marcus@jet.franken.de>
24389         Removed a lot of occurences of windows.h (and added necessary other
24390         includes).
24392         * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
24393         Francois Gouget <fgouget@psn.net>
24394         Small fixes.
24396         * include/dsound.h, multimedia/dsound.c:
24397         Francois Gouget <fgouget@psn.net>
24398         Changed the first parameter from LPGUID (Windows headers) to REFGUID.
24399         This makes it a 'const GUID*' which means DirectSoundCreate must not
24400         change it.
24402         * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
24403         Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
24404         include/wine/obj_base.h)
24406 Thu Feb 18 17:34:10 1999  Alexandre Julliard  <julliard@winehq.com>
24408         * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
24409         Stephane Lussier <stephane@macadamian.com>
24410         - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
24411           to support thread-safeness, and nested SendMessage.
24412         - Addition of ReplyMessage32.
24414         * windows/x11drv/wnd.c:
24415         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24416         Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
24418         * misc/commdlg.c, resources/sysres_En.rc:
24419         Pascal Lessard <pascal@macadamian.com>
24420         Applied the changes of the resulting color of the choose color dialog.
24421         Initialize values in the choose color dialog.
24423         * include/wine/obj_base.h, include/wine/obj_marshal.h:
24424         Francois Gouget <fgouget@psn.net>
24425         Removed references to ICOM_INHERITS.
24427         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
24428         Thuy Nguyen <thuy@macadamian.com>
24429         Fixed bug with read-only files.
24431         * multimedia/mciavi.c, multimedia/mcimidi.c:
24432         Marcus Meissner <marcus@jet.franken.de>
24433         Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
24435         * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
24436         dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
24438         * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
24439         Francois Gouget <fgouget@psn.net>
24440         Modified so that they do not use the VTABLE_FUNC macros that performed
24441         casts of all methods put in the jump table. I find it too risky to use
24442         such macros because nothing guarantees that you actually put the right
24443         method at the right place or that the prototype is right.
24445         * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
24446         Francois Gouget <fgouget@psn.net>
24447         Updated to use the latest COM macros. Defined more interfaces and API
24448         functions.
24450         * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
24451         Francois Boisvert<francois@macadamian.com>
24452         Implementation of the pushed close button.
24454 Wed Feb 17 17:45:54 1999  Alexandre Julliard  <julliard@winehq.com>
24456         * include/mapidefs.h, include/objbase.h, include/ole.h, include/oleauto.h, include/winbase.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/winnt.h, include/wintypes.h, include/wtypes.h, ole/compobj.c:
24457         Francois Gouget <fgouget@psn.net>
24458         Moved some definitions to their proper include file.
24460         * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
24461         Francois Gouget <fgouget@psn.net>
24462         Fixed some ICOM_INHERIT stuff and added new related API functions.
24464         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
24465         Added new API. Part of it was in 'include/objbase.h' before and part
24466         of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
24467         perfect but it's better than having it in 'include/objbase.h'.
24469         * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
24470         Francois Gouget <fgouget@psn.net>
24471         Fixed a number of warnings concerning the matching of the printf
24472         format string and the associated parameters (actually it's mostly
24473         TRACE and FIXMEs).
24475         * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
24476         Marcus Meissner <marcus@jet.franken.de>
24477         mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
24478         mciLoadCommandResource32: second arg is wide string
24479         mciGetDriverData: spec has just one long argument
24481         * ole/compobj.c, ole/ifs.c, ole/ifs.h, ole/storage.c, dlls/shell32/shellole.c, include/wine/obj_base.h, include/wine/obj_dataobject.h, multimedia/dsound.c, dlls/shell32/dataobject.c, dlls/shell32/shelllink.c:
24482         Francois Gouget <fgouget@psn.net>
24483         Changed ICOM_THIS definition.
24485         * dlls/version/info.c, include/ver.h:
24486         Bertho Stultiens <bertho@panter.soci.aau.dk>
24487         Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
24488         The VS_VERSION_INFO is a simple define and would cause confusion.
24489         Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
24491         * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
24492         "Configure finished" message suggests to call make when make depend
24493         was successful.
24495         * */*: Marcus Meissner <marcus@jet.franken.de>
24496         Optimized include/*.h: (recursively) include all headers needed by
24497         this .h file, but only those. Necessary fixes to a lot of .c files,
24498         started optimizing "windows.h" away from some of them. Moved
24499         GetCurrentTask prototype to wine/winbase16.h.
24501         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
24502         Luc Tourangeau <luc@macadamian.com>
24503         Preliminary listview control implementation.
24505         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
24506         Give the context menu its proper behaviour and modify TrackPopupMenu
24507         to comply with windows API.
24509         * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
24510         GetUpdateRect should return client coordinates unless the window was
24511         created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
24512         in which case the result should be in logical coordinates.
24514         * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
24515         Added the actual definitions of the interfaces.
24517         * include/servprov.h: Francois Gouget <fgouget@psn.net>
24518         Converted to the new COM declaration 'standard' for better
24519         compatibility with C code implementating that interface.
24521         * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
24522         Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
24523         able to modify it.
24525         * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
24526         Defined IDropTarget for ShellFolder.  Implemented the Constructor,
24527         Destructor, AddRef, Release and QueryInterface methods.
24529         * memory/selector.c, if1632/kernel.spec:
24530         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24531         Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
24533 Mon Feb 15 15:24:20 1999  Alexandre Julliard  <julliard@winehq.com>
24535         * include/msacm.h, include/winuser.h:
24536         Douglas Ridgway <ridgway@winehq.com>
24537         c2man doesn't like extra semicolons.
24539         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
24540         Resetting X focus should not be done with SetFocus32. Called
24541         the windowing (X11) driver's SetFocus routine directly instead.
24542         This apparently fixes a big heap of user interface problems.
24544 ----------------------------------------------------------------
24545 Sun Feb 14 14:09:42 1999  Alexandre Julliard  <julliard@winehq.com>
24547         * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
24548         Eric Pouech <Eric.Pouech@wanadoo.fr>
24549         Changed some functions prototypes (were returning void).
24551         * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
24552         Fixed some Winelib names.
24554         * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
24555         Juergen Schmied <juergen.schmied@metronet.de>
24556         Corrected prototypes func() ->func(void).
24558         * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
24559         Brian Joseph Czapiga <root@glacid.com>
24560         Fixed a few #ifdefs.
24562         * windows/scroll.c, windows/x11drv/wnd.c:
24563         Jerome Vouillon <vouillon@claranet.fr>
24564         Make a correct use of clipping rectangles.
24566         * include/bitmaps/ocr_cross:
24567         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24568         Added white border.
24570         * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
24571         Implemented better output for indirect calls.
24573         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
24574         Fixed typo in winmm.spec.
24576         * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
24577         Gavriel State <gavriels@COREL.CA>
24578         A few non-x86 Winelib fixes.
24580         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
24581         Do not print 'wine: no executeable found' if we did execute something.
24583         * programs/notepad/*:
24584         Marcel Baur <mbaur@g26.ethz.ch>
24585         - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
24586         - Improved printing support (not yet complete)
24587         - Improved file drag and drop (should now work)
24588         - General code cleanup
24590         * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
24591         Eric Pouech <Eric.Pouech@wanadoo.fr>
24592         Fixed bugs on MCI notification (callback info are copied before
24593         asynchronous return) - make use of it in MCI wave and midi.
24594         Implemented mci(Set|Get)DeviceID(16|32) functions.
24596         * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
24597         Since SetParent now hides/shows, explicitly invalidating DCs in the
24598         parent change operation should no longer be necessary.
24600         * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
24601         Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
24603         * msdos/ioports.c:
24604         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24605         Moved VGA port access check at the beginning in order to improve
24606         performance a little bit.
24608         * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
24609         Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
24611         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
24612         Added comments. Think I've fixed INT 10/08 (Get Character and
24613         Attribute at Cursor).
24615         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
24616         Added configuration options XtermProgram and XtermResolution.
24617         Fixed a warning.
24619         * documentation/console, wine.ini:
24620         Joseph Pranevich <jpranevich@lycos.com>
24621         New examples/documentation for console configuration options.
24623         * misc/main.c, windows/x11drv/main.c, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/console.h, include/options.h, loader/main.c:
24624         Joseph Pranevich <jpranevich@lycos.com>
24625         Moved initialization until later. Also moved around code a bit to be
24626         consistant.
24628         * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
24629         Added possibility to load .stabs/.stabstr sections from PE dlls.
24630         Unfortunately my samples use currently typedefs which wine-dbg does
24631         not understand, so no actual parsing.
24633         * dlls/msacm/msacm_main.c, dlls/msacm32/format.c, dlls/msacm32/stream.c, include/mmreg.h, include/mmsystem.h, include/msacm.h, include/msacmdrv.h, include/winbase.h:
24634         Bertho Stultiens <bertho@panter.soci.aau.dk>
24635         Change a couple of names that would conflict after all 32[AW] suffixes
24636         are removed. Structures defined in both mmreg.h and mmsystem.h are
24637         protected with #ifdef:s as in MS' headers.
24639         * misc/imm.c: Patrik Stridvall <ps@leissner.se>
24640         Fixed wrong typecasts.
24642         * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
24643         Compilation fix.
24645         * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
24646         Fix for X11 includes detection.
24648         * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
24649         Marcus Meissner <marcus@jet.franken.de>
24650         Added possibility to load .stabs/.stabstr sections from PE dlls.
24651         Unfortunately my samples use currently typedefs which wine-dbg does
24652         not understand, so no actual parsing.
24654         * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
24655         Marcus Meissner <marcus@jet.franken.de>
24656         Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
24658         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
24659         Juergen Schmied <juergen.schmied@metronet.de>
24660         Implementation of ConvertDefaultLocale32.
24662         * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24663         WIN31 Look still needs a close button on the left of the menu bar.
24665         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
24666         Changed SetWindowPos32 to force the update of the non-client area.
24668 Sat Feb 13 17:56:28 1999  Alexandre Julliard  <julliard@winehq.com>
24670         * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
24671         Bertho Stultiens <bertho@panter.soci.aau.dk>
24672         Fixed a couple of faulty names used in wine and typos so that it will
24673         compile again after conversion from 32[AW] naming to [AW] naming.
24675         * if1632/Attic/signal.c, if1632/Makefile.in, include/debugger.h, include/dosexe.h, include/miscemu.h, include/sig_context.h, loader/dos/dosvm.c, loader/signal.c, miscemu/instr.c, miscemu/main.c, graphics/ddraw.c:
24676         Marcus Meissner <marcus@jet.franken.de>
24677         Moved the if1632/signal.c stuff into loader/signal.c, adapted function
24678         pointers for wine_debug and INSTR_EmulateInstruction.
24680         * ole/compobj.c: Francois Gouget <fgouget@psn.net>
24681         All guid 'REFxxx' types already have a 'const' inside them.
24683         * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
24684         Marcus Meissner <marcus@jet.franken.de>
24685         Some warnings fixed, one useless VERSION warning removed (winelib).
24687         * misc/registry.c:
24688         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24689         RegFlushKey: wrong error code.
24691         * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24692         Adds a warning message if permissions not sufficient.
24694         * multimedia/mixer.c, multimedia/mmsystem.c, relay32/winmm.spec, include/debug.h, include/debugdefs.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c:
24695         Eric Pouech <Eric.Pouech@wanadoo.fr>
24696         Added support for MCI AVI driver
24697         Added some fixes mixer functions
24698         Fixed MCI string comparison (thanks to Lionel ULMER)
24699         No longer using 16 bit USER functions (use their 32 bit counter part)
24700         Reindenting.
24701         Added function sndPlaySound32W
24703         * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
24704         Francois Gouget <fgouget@psn.net>
24705         Added the actual interface definitions to the obj_marshal.h skeleton
24706         file. Also defined the associated C API.
24708         * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
24709         Use global synchronization objects, to be able to use it in different
24710         processes (not only the process which create the synchro object).
24712         * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
24713         Set hwndActiveChild when maximizing a mdi child window because it is
24714         not set when maximizing a window other than the active child.
24716         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
24717         Change the GetMenuItemRect to comply with windows API.
24719         * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
24720         James Juran <jrj120@psu.edu>
24721         Created include/Makefile.in to separate header file installation from
24722         the top-level Makefile.
24724         * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
24725         Thuy Nguyen <thuy@macadamian.com>
24726         - Fixed a small block depot bug.
24727         - Implemented converting from small blocks to big blocks.
24728         - Validated file attributes and flags.
24729         - Fixed a bug for larger files.
24731         * resources/.cvsignore: added sysres_Nl
24733         * graphics/x11drv/oembitmap.c, include/ole2.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/windef.h, include/wine/obj_dragdrop.h, include/winerror.h, include/wintypes.h, ole/ole2.c, relay32/ole32.spec:
24734         Francis Beaudet <francis@macadamian.com>
24735         Implemented the OLE Drag and Drop target registration mechanism and
24736         the DoDragDrop loop to perform the DnD operation.
24738         * windows/mdi.c, controls/menu.c, include/menu.h:
24739         Francois Boisvert <francois@macadamian.com>
24740         Implemented the WIN31 Look mdi buttons and also some defines for the
24741         magic menu items.
24743         * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
24744         Ian Schmidt <irsman@iag.net>
24745         Added entries for most Crypt* calls.
24746         Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
24747         to get farther.
24749         * controls/edit.c:
24750         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24751         An app left junk in the undo buffer of an edit control upon creation.
24753         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
24754         Changed SetParent32 to adhere to Windows behaviour (mostly),
24755         which should also keep it from leaving garbage around.
24757         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
24758         Implementation of a simple linked list (static) that stores and counts
24759         references to COM objects.
24761         * include/objbase.h, include/wtypes.h:
24762         Francois Gouget <fgouget@psn.net>
24763         Make the REFxxx types const even in C. Also add FMTID.
24765         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
24766         Don't call EVENT_DummyMotionNotify for hidden windows.
24768         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
24769         Fix some thread-safeness problem when accessing the system message
24770         queue.
24772         * windows/input.c, include/winuser.h, relay32/user32.spec:
24773         Marcus Meissner <marcus@jet.franken.de>
24774         Implemented MapVirtualKeyEx (ticket 21).
24775         Ignore keyboard layout for now.
24777         * include/objidl.h, include/wine/obj_clientserver.h:
24778         Francois Gouget <fgouget@psn.net>
24779         Added the actual interface definitions to the obj_clientserver.h
24780         skeleton file.
24782         * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
24783         Juergen Schmied <juergen.schmied@metronet.de>
24784         - documented most of the undocumented functions in nt.c
24785         - implemented RtlGetDaclSecurityDescriptor
24786         - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
24787         - stubs for NtRaiseException, RtlRaiseException (this both will crash)
24789 Fri Feb 12 17:47:07 1999  Alexandre Julliard  <julliard@winehq.com>
24791         * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
24792         Juergen Schmied <juergen.schmied@metronet.de>
24793         Small fixes to compile with the headers (mostly nt-security).
24795         * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
24796         Juergen Schmied <juergen.schmied@metronet.de>
24797         Made nt-related types compatible, throw out wine-specific types.
24799         * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24800         Use MONITOR_... instead of DESKTOP_... routines to get screen
24801         dimensions; these work also with native USER.
24803         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
24804         WM_ACTIVATE default processing should set window focus.
24805         Should fix focus problems in non-managed mode.
24807 Thu Feb 11 16:32:17 1999  Alexandre Julliard  <julliard@winehq.com>
24809         * ole/nls/nld.nls, resources/Makefile.in, resources/TODO, resources/sysres.c, resources/sysres_Nl.rc, AUTHORS, documentation/languages, include/authors.h, include/options.h, misc/main.c, ole/ole2nls.c:
24810         Klaas van Gend <klaas@vangend.demon.nl>
24811         Added support for the Dutch language.
24813         * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
24814         Adrian Thurston <adriant@corel.ca>
24815         Zygo Blaxell <zblaxell@corel.ca>
24816         Move property sheets from commctrl.h into into prsht.h.
24818         * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
24819         Lionel Ulmer <ulmer@directprovider.net>
24820         Added 'objbase.h' to prevent compiler warnings.
24822         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
24823         Better detection of XShm errors (should now run on remote displays).
24825         * multimedia/mmsystem.c:
24826         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24827         Fixes mixerGetID16/32 problems/errors.
24829         * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
24830         IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
24831         declarations must surrender or prepare to be met with deadly force :-)
24833         * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
24834         Added new functions (from Win98)
24835         Added comments with the parameter types for future use with dllglue
24837         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24838         Set the flags for GetVolumeInformation32A.
24840         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
24841         FindWindow failed for 32 bit windows with style != WS_CHILD.
24843 Wed Feb 10 06:52:58 1999  Alexandre Julliard  <julliard@winehq.com>
24845         * include/Attic/print.h, include/winspool.h, misc/printdrv.c, graphics/psdrv/driver.c, graphics/psdrv/escape.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/psdrv/text.c:
24846         Paul Quinn <paulq@corel.ca>
24847         Albert Den Haan <albertd@corel.ca>
24848         Moves files from print.h to winspool.h for better SDK header compliance
24849         for Winelib programs.
24851         * include/hook.h, include/objidl.h, include/ole2.h, include/tchar.h, include/winbase.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_storage.h, include/winerror.h, include/winuser.h, include/wtypes.h:
24852         Albert Den Haan <albertd@corel.ca>
24853         Adrian Thurston <athursto@corel.ca>
24854         Paul Quinn <paulq@corel.ca>
24855         Zygo Blaxell <zygob@corel.ca>
24856         Miscellaneous patches to header files.  All of these are supposedly there
24857         to help build Winelib applications.
24859         * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
24860         Adrian Thurston <athursto@corel.ca>
24861         Paul Quinn <paulq@corel.ca>
24862         Zygo Blaxell <zygob@corel.ca>
24863         More types we need for compiling Winelib/MFC applications.
24865         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
24866         Adrian Thurston <adriant@corel.ca>
24867         More types for common controls.  Needed for Winelib.
24869         * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
24870         Francois Gouget <fgouget@psn.net>
24871         Better set of macros for defining the COM interfaces.
24873         * dlls/advapi32/security.c, relay32/advapi32.spec:
24874         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24875         Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
24877         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
24878         Fixed debug output to follow '-debugmsg' flags.
24880 Tue Feb  9 15:49:39 1999  Alexandre Julliard  <julliard@winehq.com>
24882         * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
24883         Michael Veksler <mveksler@techunix.technion.ac.il>
24884         Added missing includes to avoid warnings/errors.
24886         * include/dinput.h, include/lzexpand.h, include/ntdll.h, include/ole2.h, include/shellapi.h, include/vga.h, include/winbase.h, include/wincon.h, include/windef.h, include/windows.h, include/wine/keyboard16.h, include/wine/obj_storage.h, include/wine/shell16.h, include/wine/w32skrnl.h, include/wine/winbase16.h, include/wine/winesound.h, include/wine/winestring.h, include/wine/winuser16.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winreg.h, include/wintypes.h, include/winuser.h, include/winver.h:
24887         Michael Veksler <mveksler@techunix.technion.ac.il>
24888         Moved everything out of windows.h.
24890         * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
24891         Brad Pepers <brad@linuxcanada.com>
24892         WinG fixes.
24894         * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
24895         Stephane Lussier <stephane@macadamian.com>
24896         -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
24897         So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
24898         with this patch. Unicode version of those functions is currently only
24899         calling the ASCII version.
24900         -Fixed queue signaling using a new EVENT object in the queue for 32 bits
24901         thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
24902         right EVENT.
24904         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24905         GetMetaFileBitsEx should work in bytes not words.
24907         * include/shlobj.h: Francois Gouget <fgouget@psn.net>
24908         DllGetClassObject should take a REFCLSID not an LPCLSID.
24910         * objects/dib.c, include/global.h, memory/virtual.c:
24911         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24912         Change fault handler 'addr' argument to LPCVOID.
24914         * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24915         Call VIRTUAL_HandleFault if read/write returns EFAULT.
24917         * dlls/comctl32/treeview.c:
24918         Bertho Stultiens <bertho@panter.soci.aau.dk>
24919         Fix typo to map GetTextExtentPoint to the correct 32A version.
24921         * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
24922         Marcus Meissner <marcus@jet.franken.de>
24923         Some small bugfixes, added more PE relocation types (for WinCE mostly),
24924         some console prototypes, -dll is useful for winelib too, regtest
24925         compile fixed.
24927         * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
24928         Paul Quinn <paulq@corel.ca>
24929         GetCursorPos is actually a BOOL.
24931         * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
24932         Adrian Thurston <adriant@corel.ca>
24933         More types, C++ protection, and a typo correction for mmsystem.h.
24935         * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
24936         Move the #define of DUMMYUNIONNAME* to before they are used.
24937         Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
24938         Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
24939         Define "TV_ITEM" to agree with you-know-who's documentation.
24941         * dlls/version/info.c:
24942         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24943         NULL is a valid argument as handle for GetFileVersionInfoSize32A.
24945         * include/dinput.h, windows/dinput.c:
24946         Lionel Ulmer <ulmer@directprovider.net>
24947         Added buffered device access for DInput's mouse driver.
24949         * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
24950         Wrong access on server handle was demanded (GENERIC_READ instead of
24951         GENERIC_WRITE).
24953         * dlls/shell32/shellord.c:
24954         Juergen Schmied <juergen.schmied@metronet.de>
24955         Better implementation (takes strings or res-id's now).
24957         * dlls/version/resource.c:
24958         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24959         Bugfix: NULL pointer check for output parameters.
24961         * dlls/shell32/brsfolder.c:
24962         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
24963         Fixed two pointer/integer mismatch warnings.
24965         * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
24966         Spelling fixes.
24968         * console/xterm.c, win32/console.c:
24969         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
24970         wine_openpty is not properly declared (either missing or mismatched
24971         declarations) in both places where it is used.
24973         * include/wingdi.h, objects/dib.c:
24974         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
24975         Fix types of GetDIBits functions (LPSTR should be LPVOID).
24977         * graphics/x11drv/dib.c:
24978         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24979         Fixes several problems with SetDIBitsToDevice if xSrc != 0.
24980         Thanks to Ian Schmidt for the logs.
24982         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
24983         The systems buttons (minimize/restore/close) now appear on the menu
24984         bar of mdi application.
24986         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
24987         Implemented the magic menu items id's used by windows when inserting
24988         the minimize/maximize/close buttons in the menu bar of an application.
24990         * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
24991         Adds support for EMR_STRETCHDIBITS in EMFs.
24993         * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
24994         Fixed image size and line size, added 8bit color/palette handling.
24996         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
24997         Fixed formatting of code
24998         Now changes to directory of program to be run before starting wine
25000         * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
25001         Stephane Lussier <stephane@macadamian.com>
25002         - Cleaned up the message queue when a thread exit (but not the process).
25003         - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
25004           queue link list is corrupted.
25006         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
25007         Sounds were cut off due to integer overflow. Fixed.
25009         * include/windowsx.h: Paul Quinn <paulq@corel.ca>
25010         Added windowsx.h for Winelib.
25012 Fri Feb  5 17:40:47 1999  Alexandre Julliard  <julliard@winehq.com>
25014         * configure, configure.in, programs/Makefile.in, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
25015         <ewill@ncal.verio.com>
25016         Added common dialogs test program.
25018         * include/message.h, include/queue.h, include/win.h, include/winpos.h, scheduler/thread.c, windows/focus.c, windows/input.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
25019         Noel Borthwick <noel@macadamian.com>
25020         Added management and allocation of the PERQUEUEDATA structure.
25022         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
25023         Lionel Ulmer <ulmer@directprovider.net>
25024         - added a dump of the palette creation flags
25025         - changed palette creation code in vga.c to prevent useless error
25026           message
25028         * documentation/wine.man, files/drive.c, wine.ini:
25029         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25030         Use vfat/win95 as default.
25032         * include/vfw.h, multimedia/msvideo.c, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, relay32/builtin32.c, relay32/msvfw32.spec:
25033         Marcus Meissner <marcus@jet.franken.de>
25034         Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
25035         aviinfo and aviplay programs.
25037         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
25038         Continued hack to win32/console.c, so that the IDA Pro Disassembler
25039         works again. Needs much more work however.
25041         * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
25042         Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
25043         problems).
25045         * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
25046         Added missing ULONG to static const OFFSET_xx.
25048 Thu Feb  4 16:45:40 1999  Alexandre Julliard  <julliard@winehq.com>
25050         * documentation/wine.man: James Juran <jrj120@psu.edu>
25051         Various manpage updates, including the incorrect statement about glibc
25052         and clone().
25054         * documentation/debugging: James Juran <jrj120@psu.edu>
25055         Fix pointer to the Windows Disassembler 32.  Thanks to Herbert
25056         Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
25058         * dlls/msacm32/driver.c:
25059         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25060         Another usage of non-portable functions...
25062         * msdos/dosmem.c:
25063         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25064         Some values of pBiosData added/fixed.
25066         * objects/palette.c, windows/clipboard.c, windows/dce.c, windows/display.c, windows/event.c, windows/keyboard.c, windows/mouse.c, windows/sysmetrics.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/widgets.c, debugger/dbg.y, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, include/bitmap.h, include/color.h, include/ddraw.h, include/debug.h, include/debugdefs.h, include/desktop.h, include/display.h, include/main.h, include/options.h, include/ttydrv.h, include/win.h, include/x11drv.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/dib.c, objects/gdiobj.c:
25067         Patrik Stridvall <ps@leissner.se>
25068         Moved some more code to the X11 driver.
25070         * windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/desktop.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c:
25071         Patrik Stridvall <ps@leissner.se>
25072         TTY driver changes.
25074         * windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/desktop.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
25075         Patrik Stridvall <ps@leissner.se>
25076         X11 driver changes.
25078         * tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, include/ts_xf86dga.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, tools/make_X11wrappers:
25079         Patrik Stridvall <ps@leissner.se>
25080         Non-X11 compile fix for generated code.
25082         * include/monitor.h, windows/multimon.c:
25083         Patrik Stridvall <ps@leissner.se>
25084         Implementation of the new monitor abstraction.
25086         * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
25087         Patrik Stridvall <ps@leissner.se>
25088         New TTY driver for GDI.
25090         * configure, configure.in, include/acconfig.h, include/config.h.in:
25091         Patrik Stridvall <ps@leissner.se>
25092         - Added the graphics/ttydrv directory.
25093         - Don't search for reentrant X when X doesn't exist.
25094         - Added config options HAVE_LIBXXPM
25095         - Added checks if the header files also exist for some libraries
25097 Tue Feb  2 16:14:23 1999  Alexandre Julliard  <julliard@winehq.com>
25099         * dlls/shell32/brsfolder.c, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, include/interfaces.h, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c:
25100         Francois Gouget <fgouget@psn.net>
25101         Replaced references to interfaces.h by wine/obj_xxx.h headers instead
25102         since these headers already provide the necessary definitions.
25104         * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
25105         Eric Pouech <Eric.Pouech@wanadoo.fr>
25106         Removed references to obsolete msdos/cdrom.c file.
25107         Make use of new Wine internal CD ROM interface.
25109         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
25110         Fixed tracks indexing in mcicda.c
25111         Make use of new Wine internal CD ROM interface.
25113         * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
25114         Eric Pouech <Eric.Pouech@wanadoo.fr>
25115         New Wine internal interface for handling CD Rom (especially audio CD
25116         ROM).
25118         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
25119         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
25120         Change a few types to match you-know-who's declarations.
25121         HTREEITEM is a struct _TREEITEM FAR*
25122         GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
25123         Adjustment of Wine C code to match the new types included.
25125         * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25126         Fixed GET_LZ_STATE macro.
25128         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
25129         Lionel Ulmer <ulmer@directprovider.net>
25130         Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
25132         * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
25133         Albert den Haan <albertd@corel.ca>
25134         Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
25136         * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
25137         reslen could be used uninitialised in GetFileResource32 (fixes some
25138         strange VerQueryValue crashes).
25140         * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
25141         Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
25142         LOCALE_IINTLCURRDIGITS.
25144         * memory/selector.c, relay32/kernel32.spec:
25145         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25146         Bugfix: Preserve EAX in UnMapSLFixArray().
25148         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25149         Fixes little pointer bug in DPA_DeletePtr().
25151         * if1632/kernel.spec, memory/string.c:
25152         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25153         Implemented KERNEL.434 (UnicodeToAnsi).
25155         * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
25156         GetDiskFreeSpaceEx32A can get null pointers and still not crash.
25158         * graphics/psdrv/driver.c:
25159         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25160         Clear up args to PSDRV_AdvancedSetupDialog.
25162         * graphics/x11drv/xfont.c:
25163         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25164         Reduce MAX_FONT_SIZE to 1000.
25166 Sun Jan 31 19:04:31 1999  Alexandre Julliard  <julliard@winehq.com>
25168         * win32/console.c, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, relay32/kernel32.spec, server/console.c, server/request.c, server/trace.c:
25169         Added input queue to server-side console object,
25170         read/write_console_input requests, and use them for
25171         Read/WriteConsoleInput.
25173         * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
25174         Fix to allow for recvmsg() returning less data than is needed.
25176         * include/toolhelp.h, include/windows.h:
25177         Attempt at fixing the MAX_PATH multiple definition problem.
25179 ----------------------------------------------------------------
25180 Sun Jan 31 10:13:44 1999  Alexandre Julliard  <julliard@winehq.com>
25182         * include/module.h, loader/ne/resource.c:
25183         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25184         Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
25185         usable by the VERSION code.
25187         * include/pe_image.h, loader/pe_resource.c:
25188         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25189         Added GetResDirEntryA for use by the VERSION code.
25191         * misc/Attic/ver.c, misc/Makefile.in:
25192         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25193         Removed old VER.DLL code.
25195         * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
25196         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25197         Implementation of VERSION.DLL. Based on old misc/ver.c.
25198         - Accessing PE version info resources should work correctly now.
25199         - Fixed memory leaks.
25200         - Clean separation of 16- and 32-bit parts.
25201         - Minor bugfixes.
25203         * Makefile.in, configure, configure.in, dlls/Makefile.in:
25204         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25205         Add new subdirectories dlls/ver and dlls/version.
25207         * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
25208         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25209         Implementation of VER.DLL. Thunks up to VERSION.DLL.
25211         * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
25212         IsCharAlpha32A: use look-up table from ole2nls.c.
25214         * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
25215         LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
25216         NORM_IGNORESYMBOLS in string mapping mode.
25218         * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
25219         Create X window for child windows reparented to be top level windows.
25221         * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
25222         Juergen Schmied <juergen.schmied@metronet.de>
25223         Stub for PathQualify32[A|W].
25225         * graphics/d3dmaterial.c, graphics/ddraw.c:
25226         Lionel Ulmer <ulmer@directprovider.net>
25227         Babrian Viktor <v@ulysses.sch.bme.hu>
25228         - added support for ColorKeying during blits
25229         - miscellaneous fixes
25231         * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
25232         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
25233         Added an implementation of MRSW locks.
25235         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
25236         Added missing includes (the PSP handling was incorrect, as the
25237         MZ_SUPPORTED definition was missing). Added a simple handler for
25238         direct console input, which needs to be improved.
25240         * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
25241         Small fix.
25243         * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
25244         List handles WaitForMultipleObjects is waiting for when running with
25245         -debugmsg +win32.
25247         * dlls/advapi32/security.c, relay32/advapi32.spec:
25248         Juergen Schmied <juergen.schmied@metronet.de>
25249         Stub for GetSecurityDescriptorControl.
25251         * relay32/user32.spec, windows/user.c:
25252         Juergen Schmied <juergen.schmied@metronet.de>
25253         Stub for GetUserObjectSecurity.
25255         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
25256         Implemented handling of REG_MULTI_SZ and fixed small bug in
25257         RegSetValue.
25259         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
25260         Every EM_GETLINE send between a 32W to a 32A window returned
25261         incomplete values before (the first 2 chars where cut away).
25263         * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25264         Fix typo in SetWindowPos32.
25266 Sat Jan 30 15:55:28 1999  Alexandre Julliard  <julliard@winehq.com>
25268         * include/builtin32.h, misc/main.c, relay32/builtin32.c:
25269         Marcus Meissner <marcus@jet.franken.de>
25270         Enable/disable relay32 debugging on the fly. Start app with
25271         -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
25273         * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
25274         Lionel Ulmer <ulmer@directprovider.net>
25275         Added check for the presence of Mesa's header files.
25277         * multimedia/audio.c, multimedia/dsound.c:
25278         Andreas Mohr <a.mohr@mailto.de>
25279         Fixed error messages.
25281         * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
25282         Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
25284         * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
25285         SetParent should link the window at the start of the list.
25287         * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
25288         In Window SetWindowPos with SWP_HIDEWINDOW does not remove
25289         the focus from the focus window; ShowWindow with SW_HIDE does.
25290         So move the code that does this from SetWindowPos to ShowWindow.
25292         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
25293         Check for NULL in lstrcpy* (Windows uses real exception handlers).
25295         * Makefile.in: James Juran <juran@cse.psu.edu>
25296         Don't install include files when --disable-lib is used.
25298         * relay32/winmm.spec:
25299         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25300         Added WINMM joy* .spec entries.
25302         * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25303         XMS fix.
25305         * msdos/dosmem.c:
25306         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25307         Spelling fix.
25309         * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25310         Doc update.
25312         * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
25313         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25314         Some interrupt enhancements.
25316         * msdos/ioports.c:
25317         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25318         implemented timer latching
25319         trace message fix
25320         temporary "fix" for Linux's coarse timer resolution
25322         * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
25323         Francis Beaudet <francis@macadamian.com>
25324         Implemented the startup-shutdown mechanism for the COM subsystem.
25325         Implemented the Class object registration mechanism.
25327         * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
25329         * include/wine/obj_storage.h, ole/Makefile.in, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec:
25330         Francis Beaudet <francis@macadamian.com>
25331         Added an implementation of the OLE structured storage. The main
25332         features of this implementation are:
25333         - Can open storages created in Windows.
25334         - Can create new storages that the windows libraries can
25335           read.
25336         - Provides all the functionality to create/open/remove and
25337           rename streams and storages inside the main storage object.
25339         * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
25340         Ove Kaaven <ovek@arcticnet.no>
25341         Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
25342         through a function pointer instead. Added a few traces. Fixed the
25343         "Memory corruption !" message in DGA mode. Commented out an
25344         unnecessary TSXF86VidModeSetViewPort that caused my X server to
25345         act up, relying on TSXF86DGASetViewPort instead.
25347         * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
25348         Marcus Meissner <marcus@jet.franken.de>
25349         Some more warnings and bugs fixed.
25351         * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
25352         Small update.
25354         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
25355         Alex Priem <alexp@sci.kun.nl>
25356         - The usual bugfixes.
25357         - Better unicode support (only defines, currently)
25358         - Drag & drop implemented.
25359         - LPSTR_TEXTCALLBACK should work now.
25360         - First start at custom draw code.
25362         * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
25363         Make sure that the keystate received by the WM_XBUTTONUP and
25364         WM_XBUTTONDOWN matches the message. In X, the keystate is changed
25365         after the message is processed.  In Windows, it is changed before.
25367         * dlls/advapi32/security.c, dlls/advapi32/service.c:
25368         Matthew Becker <mbecker@glasscity.net>
25369         Doc updates.
25371         * win32/file.c: Berend Reitsma <berend at asset-control.com>
25372         SetFileAttributes32A changed to make file writeable when
25373         FILE_ATTRIBUTE_READONLY is not set.
25375         * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
25376         Joseph Pranevich <jpranevich@lycos.com>
25377         Preliminary color console support.
25379         * documentation/languages, programs/clock/ChangeLog, programs/clock/Fi.rc, programs/clock/Makefile.in, programs/clock/main.c, programs/notepad/ChangeLog, programs/notepad/Fi.rc, programs/notepad/Makefile.in, programs/notepad/main.c, resources/sysres_Fi.rc:
25380         Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
25381         Updated Finnish language support.
25383 Fri Jan 29 15:12:11 1999  Alexandre Julliard  <julliard@winehq.com>
25385         * include/vfw.h, include/winerror.h, include/wintypes.h, multimedia/msvideo.c, ole/guid.c, programs/Makefile.in, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/icinfo.c, relay32/msvfw32.spec, configure, configure.in, include/debug.h, include/debugdefs.h, include/oleauto.h:
25386         Marcus Meissner <marcus@jet.franken.de>
25387         Updated msvideo. New program 'icinfo [-about] [-configure]' to
25388         query installed (win32) compressors. Started on AVIFILE support.
25390 Thu Jan 28 17:56:14 1999  Alexandre Julliard  <julliard@winehq.com>
25392         * include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/Makefile.in, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c:
25393         Noomen Hamza <noomen@macadamian.com>
25394         Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
25395         classes.
25397         * debugger/dbg.y, debugger/debug.l:
25398         NF Stevens <norman@arcady.u-net.com>
25399         Implemented the symbolfile command (as mentioned by the help
25400         command). This reads a symbol file in the format generated by nm.
25402         * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
25403         - Small bug fix.
25404         - Added direct play ascii interfaces.
25405         - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
25407         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
25408         Fixed FILE_VIEW struct initialisation.
25410         * include/dosexe.h:
25411         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25412         Fixed non-i386 compile.
25414         * graphics/vga.c, msdos/dpmi.c, multimedia/dplay.c, multimedia/mmio.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c:
25415         James Juran <jrj120@psu.edu>
25416         Commented out unused variables to prevent needless compiler warnings.
25418         * include/ddeml.h, misc/ddeml.c:
25419         Keith Matthews <keith_m@sweeney.demon.co.uk>
25420         1st cut implementation of DdeInitialize32W and supporting code.
25422         * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
25423         Matthew Becker <mbecker@glasscity.net>
25424         Documentation standardizations.
25426         * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
25427         Stephane Lussier <stephane@macadamian.com>
25428         - Made the message queue access to be thread safe. (Using two new
25429           functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
25430           instead of GlobalLock16()).
25431         - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
25432           wine-debugger).
25434         * multimedia/dsound.c, multimedia/mmsystem.c, objects/text.c, windows/dialog.c, windows/dinput.c, windows/mdi.c, windows/msgbox.c, windows/win.c, windows/winproc.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, graphics/d3dmaterial.c, graphics/metafiledrv/init.c, if1632/relay.c, include/wincon.h, loader/resource.c, misc/imm.c, misc/lzexpand.c, msdos/int21.c, dlls/comctl32/propsheet.c, dlls/ntdll/rtl.c:
25435         Marcus Meissner <marcus@jet.franken.de>
25436         Fixed a lot of warnings for possible problems.
25438         * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
25439         Fixed typo.
25441         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
25442         Fixed various bugs.
25443         Made newbie mode easier.
25445         * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
25446         Marcus Meissner <marcus@jet.franken.de>
25447         Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
25449         * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
25450         Switch ncurses.h/curses.h include (works better for FreeBSD).
25452         * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
25453         Fixed loading of win32 drivers.
25455 Tue Jan 26 17:29:49 1999  Alexandre Julliard  <julliard@winehq.com>
25457         * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
25459         * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
25460         Temporary #if 0'ed part for builtin modules in MSACM to make it
25461         compile with the patch for loadable drivers.
25463         * include/driver.h, relay32/winmm.spec, windows/driver.c:
25464         Eric Pouech <Eric.Pouech@wanadoo.fr>
25465         Added support for loading drivers in Wine.
25467         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
25468         A perl script to produce a bug report with little hassle.
25470         * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
25471         Added (dummy) Death/Resurrection calls to DisplayDib.
25473         * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
25474         Allocate a DOS handle if we open a normal file with LZOpenFile16.
25476         * graphics/ddraw.c, include/ddraw.h:
25477         Lionel Ulmer <ulmer@directprovider.net>
25478         - added depth conversion routines (only 8bpp -> 16 bpp for now)
25479         - added support of DEPTH_FILL for Blits
25480         - added some flags in GetCaps to get some games working
25482         * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
25483         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25484         Implemented GetIconInfo16 -> call to GetIconInfo32.
25486         * scheduler/client.c: Commented out EXEC_SERVER
25488         * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
25489         3 missing WINAPI added.
25491         * dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc:
25492         Juergen Schmied <juergen.schmied@metronet.de>
25493         Small fixes.
25495         * dlls/comctl32/treeview.c, include/commctrl.h:
25496         Juergen Schmied <juergen.schmied@metronet.de>
25497         Changed some treeview related definitions.
25499         * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
25500         Juergen Schmied <juergen.schmied@metronet.de>
25501         Implemented SHBrowseForFolder() dialog.
25503         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
25504         Fixed typo in type (removed quite a few warnings).
25506         * dlls/advapi32/security.c, relay32/advapi32.spec:
25507         Marcus Meissner <marcus@jet.franken.de>
25508         Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
25509         Return NULL from OpenThreadToken.
25511         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
25512         Do not endlessly loop in CONSOLE_get_input after EOF.
25513         Create xterm even if stdin is not a terminalhandle.
25514         SetConsoleCursorPosition: Only make complex console on row change,
25515         ignore interline positioning (so the cygwin cmdline tools do not
25516         create xterms unnecessary)
25518         * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
25519         Make sure DrvGetPrinterData returns the correct data if cbData <= 1
25521         * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
25522         Stephane Lussier <stephane@macadamian.com>
25523         - Changing MESSAGEQUEUE structure according to Ulrich proposition.
25524         - One message queue for every thread needing it.
25525         - Messages in the message queue are now stored in a linked list
25526         - Messages are allocated in the system heap.
25527         - Messages in the message queue are 32 bits (MSG32).
25528         - All read/write operations regarding messages in the message queue are
25529           thread safe.
25531 Sun Jan 24 19:14:58 1999  Alexandre Julliard  <julliard@winehq.com>
25533         * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/comctl32/propsheet.c, dlls/comctl32/status.c, include/flatsb.h:
25534         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25535         Fixed several bugs and typos.
25537         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25538         Updates and fixes.
25540         * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
25541         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25542         New drag list control.
25544         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25545         Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
25547         * dlls/comctl32/progress.c, include/progress.h:
25548         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25549         Added WM_[G/S]ETFONT handling.
25551         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25552         Added WM_COMMAND and WM_NOTIFY handling.
25554         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25555         Fixed redraw bug for tracking tooltips.
25557         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25558         Added some messages to the rebar control.
25560         * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
25561         Several internal functions won't compile when the conditional
25562         #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
25563         comes out false.  I moved the conditionals around so that
25564         the file would at least compile.  Not sure if it does the
25565         right thing on non-linux/FreeBSD/NetBSD systems.
25567         * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
25568         Moved process.h higher up the include list, to avoid a problem with
25569         "ERR" being redefined in sys/regset.h.
25571         * misc/comm.c: Geoff Clare <gwc@root.co.uk>
25572         The B57600 and B115200 symbols are not defined in Unixware.
25574         * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
25575         Change SW_??? options on list box scrolling so that they match what
25576         Windows does.
25578         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
25579         Moved DOS handle allocation slightly, to fix potential memory
25580         leaks and lost handles. Also removed some useless init code.
25582         * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
25583         Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
25584         Internal PostScript printer driver improvements.
25586         * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
25587         Changed EDIT_EM_CharFromPos to return line number.
25589         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
25590         Free the private data pointer, THEN set it to NULL.
25592         * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
25593         Missing WINAPI.
25595         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
25596         Sylvain St.Germain <sylvain@macadamian.com>
25597         Implementation of the SafeArray family functions.
25599         * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
25600         Guy Albertelli <galberte@neo.lrun.com>
25601         Added stub for SetThreadLocale.
25603         * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
25604         Finished GetTextCharsetInfo routine.
25606         * ole/nls/enu.nls, ole/ole2nls.c:
25607         Guy Albertelli <galberte@neo.lrun.com>
25608         Fixed FIXME in EnumTimeFormats32W
25609         Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
25610         GetLocaleInfo32W.
25612         * documentation/internal-dll, documentation/shell32, documentation/wine.man:
25613         Pascal Cuoq <Pascal.Cuoq@inria.fr>
25614         Fixed typos.
25616         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
25617         Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
25618         searching for DBG and PDB files.
25620         * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
25621         Fix for files which do not contain exports (fg, EXE) to get processed
25622         for debug information.
25624         * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
25625         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25626         Implemented KERNEL.621 (CBClientThunkSLEx).
25628         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
25629         Marcus Meissner <marcus@jet.franken.de>
25630         Allow switching off/on of debugmsgs in the debugger.
25632         * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
25633         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25634         Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
25635         data.
25637 Sat Jan 23 14:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
25639         * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
25640         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25641         Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
25642         DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
25643         WIN16_PeekMessage32 and WIN16_TranslateMessage32.
25645         * dlls/shell32/Makefile.in, dlls/shell32/classes.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/interfaces.h, include/shlguid.h, include/shlobj.h, include/windows.h, misc/shell.c:
25646         Juergen Schmied <juergen.schmied@metronet.de>
25647         - some fixes, cleaned up includes, fixed leaks
25648         - clean DllReferenceCount, better DllMain()
25649         - dynamically linking LookupIconIdFromDirectoryEx32 and
25650           CreateIconFromResourceEx32 to USER32
25651         - moved guid's instances to new file shellguid.c
25652         - implemented  ShellExecuteEx32W
25654         * ole/Makefile.in, ole/compobj.c, ole/guid.c:
25655         Juergen Schmied <juergen.schmied@metronet.de>
25656         Moved the instance creation of GUID's to a new file.
25657         Size of compobj.o goes down to 1/3; should prevent more sig11's.
25659         * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
25660         New file to instantiate GUID's ms-like.
25662         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
25663         Set private data struct to NULL to expose problems in other code
25664         better. Fixes the XUnmapWindow problems reported by replacing them
25665         with NULL ptr dereferences.
25667         * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
25668         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
25669         Fixed typos.
25671         * files/file.c, include/file.h, loader/dos/dosvm.c:
25672         Marcus Meissner <marcus@jet.franken.de>
25673         DOS programs use handles 0-4 without opening/closing any of those
25674         handles first. Split up Init from AllocDosHandle and call it from
25675         the DOSVM.
25677         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
25678         Remove configure.in->configure rule (we might not have autoconf).
25680         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
25681         Added "user-friendly" warning for missing X.
25683         * include/ole.h: Fixed GetObject macro problem.
25685         * documentation/status/direct3D:
25686         Lionel Ulmer <ulmer@directprovider.net>
25687         - updated documentation to be in sync with current code
25689         * graphics/d3dmaterial.c, graphics/d3dviewport.c:
25690         Lionel Ulmer <ulmer@directprovider.net>
25691         - various warning and bug fixes
25693         * graphics/d3ddevices.c, graphics/d3dtexture.c:
25694         Lionel Ulmer <ulmer@directprovider.net>
25695         - added more texture formats using OpenGL's packed pixel formats
25697         * graphics/d3dexecutebuffer.c, include/d3d.h:
25698         Lionel Ulmer <ulmer@directprovider.net>
25699         - better support for ExecuteBuffers
25701         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
25702         - corrected bug in Z Buffer allocation
25703         - put VIDEOMEMORY flag for all primary surfaces
25704         - put something in a surface after a ReleaseDC
25706         * misc/printdrv.c: Morten Welinder <terra@diku.dk>
25707         Missing WINAPI.
25709         * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
25710         Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
25712         * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
25713         Check opened enhmetafile for magic values.
25715         * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
25716         Fixed duplicate sound buffer handling. Updated status.
25718         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
25719         New functions  lmemcpynAtoW and  lmemcpynWtoA for converting
25720         REG_MULTI_SZ (including \0x00)
25721         Better debug output for REG_BINARY and REG_MULTI_SZ
25722         Rewritten RegQueryValueEx32[A|W]
25724         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
25725         Implemented CreateHalftonePalette.
25726         Fixed 3 crashes (1 real, 2 potential).
25728         * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
25729         Marcus Meissner <marcus@jet.franken.de>
25730         Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
25732         * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
25733         Sylvain St.Germain <sylvain@macadamian.com>
25734         DoDragDrop and OleIsCurrentClipboard stub implementation.
25736         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
25737         Make LoadTypeLib stub return failure instead of success.
25739 Fri Jan 22 17:09:46 1999  Alexandre Julliard  <julliard@winehq.com>
25741         * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
25742         Marcus Meissner <marcus@jet.franken.de>
25743         Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
25744         API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
25746 Thu Jan 21 14:05:11 1999  Alexandre Julliard  <julliard@winehq.com>
25748         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
25749         Francis Beaudet <francis@macadamian.com>
25750         There were two copies of the DdeCmpStringHandles (A and W) and that
25751         API does not have 2 versions. Removed the extra version.
25753 Wed Jan 20 14:54:01 1999  Alexandre Julliard  <julliard@winehq.com>
25755         * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
25756         Small patch.
25758         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
25759         Win32 console needs SYNCHRONIZE access.
25761         * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
25762         Marcus Meissner <marcus@jet.franken.de>
25763         autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
25764         fixed includers.
25766         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
25767         LCMapStringA: if dstlen is insufficient, return
25768         ERROR_INSUFFICIENT_BUFFER (verified).
25770         * objects/enhmetafile.c, relay32/gdi32.spec:
25771         Marcus Meissner <marcus@jet.franken.de>
25772         Some small fixes to enhmetafiles.
25774         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
25775         Do not call ownerdraw for invalid items (empty focusrects).
25776         Fixes Eudora 16bit empty Inbox problem.
25778         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
25779         Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
25780         these functions with the same logic as the NC_DrawCloseButton function.
25782         * windows/win.c: Noel Borthwick <noel@macadamian.com>
25783         Reparenting a window with SetParent in Windows should cause the child
25784         window being re-parented to be moved up to the topmost in the z-order,
25785         and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
25787         * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
25788         Use external DirectPlay DLLs by default.
25790         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25791         Allow passing task handles to GetThreadQueue() and SetFastQueue().
25793         * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25794         Handle (console) applications that never created a queue correctly
25795         in USER_AppExit(); call InitThreadInput() in InitApp().
25797         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25798         - Fixed creation of message queue in hook API routines.
25799         - Some preparations for thread-local message queues.
25801         * loader/ne/module.c:
25802         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25803         Check module name length in ModuleNext().
25805         * windows/x11drv/event.c:
25806         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25807         Use Callout to call RedrawWindow32.
25809         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
25810         Clear DOS extended error only for funcs >=0x2f (thanks to Dave
25811         Pickles).
25813         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
25814         Unified palette create, do allocate colorcells on init for DGA.
25816 Tue Jan 19 17:48:25 1999  Alexandre Julliard  <julliard@winehq.com>
25818         * scheduler/synchro.c, scheduler/thread.c, server/console.c, server/file.c, server/process.c, server/request.c, server/thread.c, server/trace.c, win32/console.c, win32/device.c, win32/process.c, include/file.h, include/process.h, include/server.h, include/server/object.h, include/server/request.h, include/server/thread.h, include/thread.h, include/winbase.h, include/windows.h, include/wintypes.h, memory/virtual.c, msdos/int21.c, msdos/vxd.c, relay32/kernel32.spec, scheduler/client.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/process.c, files/change.c, files/dos_fs.c, files/file.c, include/device.h:
25819         Hacked server-side device support
25820         Added user APCs support.
25821         Many changes to the xterm console to make use of the server (not
25822         finished yet).
25823         Moved some other small stuff to the server.
25825         * tools/make_requests: Added long type format.
25827         * server/Makefile.in, server/device.c:
25828         Added server-side device support (only a hack for now).
25830 Sun Jan 17 17:48:48 1999  Alexandre Julliard  <julliard@winehq.com>
25832         * ChangeLog:
25833         Recovered log entries from CVS mailing list.
25835         * relay32/ntdll.spec, dlls/ntdll/rtl.c:
25836         Marcus Meissner <marcus@jet.franken.de>
25837         Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
25839         * files/file.c
25840         Marcus Meissner <marcus@jet.franken.de>
25841         Handle ERROR_WRITE_PROTECT too in readonly fallback open.
25843         * dlls/advapi32/security.c, relay32/advapi32.spec:
25844         Marcus Meissner <marcus@jet.franken.de>
25845         Added GetSecurityDescriptorLength stub for regedt32.exe.
25847         * debugger/Makefile.in, files/Makefile.in:
25848         Marcus Meissner <marcus@jet.franken.de>
25849         Add "" around -D defines for paths with spaces in them.
25851         * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
25852         Lionel Ulmer <ulmer@directprovider.net>
25853         Cleaned up ColorKey handling.
25855         * objects/metafile.c:
25856         Paul Quinn <paulq@COREL.CA>
25857         METARECORD member rdParam should be rdParm (in win32 sdk)
25858         lots of changes in this source file to reflect this change.
25860         * graphics/escape.c, graphics/painting.c, graphics/metafiledrv/init.c, include/commctrl.h, include/commdlg.h, include/gdi.h, include/tchar.h, include/windows.h, include/wingdi.h, include/wintypes.h, include/winuser.h, misc/spooler.c, objects/gdiobj.c,
25861         relay32/gdi32.spec:
25862         Paul Quinn <paulq@COREL.CA>
25863         Fixed bad defines, added a few types 'n defines.
25865         * windows/dinput.c:
25866         Marcus Meissner <marcus@jet.franken.de>
25867         Disable broken callbacks which lead to crashes.
25869         * multimedia/mcistring.c:
25870         Eric Pouech <Eric.Pouech@wanadoo.fr>
25871         Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
25872         internal structures).
25874         * misc/toolhelp.c:
25875         Marcus Meissner <marcus@jet.franken.de>
25876         debug.h needs to be included last since it #undefs ERR for Solaris.
25878         * debugger/debug.l, debugger/memory.c:
25879         Marcus Meissner <marcus@jet.franken.de>
25880         Added /u format to debugger display for UNICODE strings.
25882         * loader/pe_image.c:
25883         Marcus Meissner <marcus@jet.franken.de>
25884         Remove irritating FIXME line no longer needed.
25886         * msdos/int2f.c:
25887         Eric Pouech <Eric.Pouech@wanadoo.fr>
25888         Added missing '\n' in FIXME message.
25890         * graphics/ddraw.c:
25891         Robert Riggs <rriggs@tesser.com>
25892         objbase.h needed for WINE_StringFromCLSID(), fix C function
25893         declarations, install a colormap if we are not managed, release
25894         backbuffers in DGA mode, fix video mode switching logic to avoid
25895         possible NULL pointer dereference.
25897         * msdos/dpmi.c:
25898         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25899         Small fix.
25901         * files/file.c, include/file.h, include/process.h, loader/resource.c, loader/dos/module.c, loader/ne/segment.c, misc/lzexpand.c, msdos/int21.c vxd.c, multimedia/mmio.c, win32/kernel32.c:
25902         Better DOS file handle management.
25904         * documentation/common_controls:
25905         Francis Beaudet <francis@macadamian.com>
25906         This should help prevent duplicate work.
25908         * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
25909         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25910         Implemented Death() and Resurrection(), two functions needed by some
25911         TPWin (?) command line tool.
25913         * windows/winproc.c:
25914         Juergen Schmied <juergen.schmied@metronet.de>
25915         Added 32->16 translation for WM_ACTIVATEAPP.
25917         * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
25918         Juergen Schmied <juergen.schmied@metronet.de>
25919         New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
25920         Implementation for SHGetSpecialFolderPath32[A|W].
25921         Many bugfixes.
25923         * console/xterm.c, misc/port.c, win32/console.c:
25924         Joseph Pranevich <jpranevich@lycos.com>
25925         Change all Wine openpty() implementations to match the "standard" and
25926         then make them both call the same code leaving the option to change
25927         that code to call the "standard" openpty() at a later date.
25929         * relay32/kernel32.spec, scheduler/process.c:
25930         Marcus Meissner <marcus@jet.franken.de>
25931         Added SetProcessAffinityMask stub.
25933         * graphics/ddraw.c, include/ddraw.h:
25934         Marcus Meissner <marcus@jet.franken.de>
25935         Fixed the other union misuse too (one less mem corruption)
25936         Re-added XInstallColormap (or non managed does not change palette)
25938         * if1632/kernel.spec, scheduler/synchro.c:
25939         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25940         Added an implementation for KERNEL.495.
25942         * documentation/status, documentation/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
25943         Lionel Ulmer <ulmer@directprovider.net>
25944         - added bitmask to store which ColorKey structures are valid
25945         - handle many new rendering states, some optimizations in state changes
25946         - 8bit palettized textures now support ColorKeying
25947         - some miscellaneous bug fixes and code rewrite
25949         * controls/menu.c:
25950         Noomen Hamza <noomen@macadamian.com>
25951         Fixed the look of the menu so it would be compliant with Win95: modified
25952         the mouse tracking code so it would change the selection every time the
25953         mouse moved over a menu item.
25955         * documentation/how-to-port:
25956         Mike Castle <dalgoda@shell.rt66.com>
25957         Small fix.
25959         * dlls/comctl32/updown.c:
25960         Noel Borthwick <noel@macadamian.com>
25961         Fixed bugs:
25962         - When an edit control buddy was used single digit values were not
25963         being displayed.
25964         - Comma values were not displayed correctly when thousands separation
25965         was requested.
25967         * win32/newfns.c:
25968         Tom Bech <tomb@ii.uib.no>
25969         While the debug event messages are not implemented, WaitForDebugEvent
25970         should return FALSE.
25972         * if1632/user.spec, objects/bitmap.c:
25973         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25974         Implemented CopyImage16.
25976         * documentation/bugreports 
25977         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
25978         Small fix.
25980         * console/generic.c, msdos/int21.c:
25981         Marcus Meissner <marcus@jet.franken.de>
25982         Changed 0x01 to use generic console, fixed 0x0b.
25983         Fixed CONSOLE_GetCharacter (two args swapped).
25985         * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
25986         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25987         Allow specifying module name for NE dummy module.
25989         * loader/pe_image.c 
25990         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25991         Set module name of dummy module equal to module name of PE module.
25993         * controls/scroll.c, controls/uitools.c:
25994         Marcus Meissner <marcus@jet.franken.de>
25995         Missing include wine/winuser16.h added.
25997         * graphics/vga.c:
25998         Marcus Meissner <marcus@jet.franken.de>
25999         Create an actual primary surface for screenbuffer.
26001 ----------------------------------------------------------------
26002 Sun Jan 10 14:40:34 1999  Alexandre Julliard  <julliard@winehq.com>
26004         * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
26005         Andreas Mohr <a.mohr@mailto.de>
26006         Added config.sys parser.
26008         * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
26009         Small change in LB_SETCURSEL32 handling (the caret should be moved as
26010         well).
26012         * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
26013         Marcus Meissner <marcus@jet.franken.de>
26014         Use autoconf check for presence of sys/file.h.
26016         * dlls/ntdll/rtl.c, relay32/ntdll.spec:
26017         Marcus Meissner <marcus@jet.franken.de>
26018         Implemented DbgPrint, added ultoa.
26020         * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
26021         PeekConsoleInput & ReadConsoleInput need to return 0 records read in
26022         the case of an invalid handle.
26024         * console/ncurses.c, loader/main.c:
26025         Joseph Pranevich <jpranevich@lycos.com>
26026         More verbose debugging output.
26027         Remove compilation warning.
26029         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
26030         Fix up some interrupt calls to return at the data that they are supposed
26031         to. Also increase comment verbosity to help debug things later.
26033         * include/options.h, misc/main.c, misc/version.c:
26034         Andreas Mohr <a.mohr@mailto.de>
26035         Added switch -dosver.
26036         Cleanup for OaBuildVersion().
26038         * libtest/.cvsignore: Added vartest and volinfo
26040         * dlls/shell32/contmenu.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shelllink.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h:
26041         Juergen Schmied <juergen.schmied@metronet.de>
26042         Many bugfixes, code cleanup.
26043         Removed a few glitches from the COM patch.
26045         * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
26046         Only destroy window once.
26048         * graphics/ddraw.c, include/ddraw.h:
26049         Marcus Meissner <marcus@jet.franken.de>
26050         - moved drawable to common since it is used by both DGA and Xlib.
26051           (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
26052         - added BltFast sanity checks.
26054         * windows/queue.c, loader/task.c:
26055         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26056         InitApp() call removed from 32-bit application startup;
26057         create task message queue in InitThreadInput() instead.
26059         * loader/ne/convert.c:
26060         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26061         Added accelerator table PE->NE resource conversion.
26063         * debugger/editline.c:
26064         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26065         Restart read() in case of EINTR in TTYget().
26067         * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
26068         Ptr ref wrong.
26070         * tools/wrc/CHANGES, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
26071         Bertho Stultiens <bertho@panter.soci.aau.dk>
26072         Wrc version 1.0.8. Toolbar resources are now supported. A couple of
26073         other fixes are also included. See file tools/wrc/CHANGES for details.
26075         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
26076         Missing WINAPI.
26078         * include/x11drv.h, loader/dos/module.c, objects/dc.c, relay32/builtin32.c, relay32/relay386.c, scheduler/k32obj.c, files/async.c, if1632/relay.c, include/main.h, include/multimedia.h, include/windows.h:
26079         James Juran <jrj120@psu.edu>
26080         Add missing #includes and prototypes to eliminate some implicit
26081         function declaration warnings and 'extern's in .c files.
26083         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
26084         Ove Kaaven <ovek@arcticnet.no>
26085         Check for resizeterm in ncurses.
26087         * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
26088         Francis Beaudet <francis@macadamian.com>
26089         New test program for VARIANT functions.
26091         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26092         Some debug information (PDB) was not mapped when loading a module,
26093         which caused a core in the debugger when it tried to access it.
26095         * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
26096         Links libwine.so.1.0 to libwine.so in Wine's main directory.
26097         Makes Wine compile with --enable-dll again.
26099 Sat Jan  9 09:12:40 1999  Alexandre Julliard  <julliard@winehq.com>
26101         * relay32/ole32.spec, windows/dinput.c, include/storage.h, include/unknwn.h, include/windows.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/winerror.h, include/wtypes.h, misc/shell.c, multimedia/dplay.c, multimedia/dsound.c, objects/font.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/oledlg.c, ole/oleobj.c, ole/storage.c, ole/typelib.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/vga.c, if1632/compobj.spec, include/compobj.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dsound.h, include/interfaces.h, include/objbase.h, include/objidl.h, include/ole.h, include/ole2.h, include/oleobj.h, include/servprov.h, include/shell.h, include/shlguid.h, include/shlobj.h, dlls/comctl32/imagelist.c, dlls/shell32/contmenu.c:
26102         Francois Gouget <fgouget@multimania.com>
26103         Added a lot of COM interfaces definitions.
26104         Restructured COM header files for better compatibility and clarity.
26106 Fri Jan  8 16:37:03 1999  Alexandre Julliard  <julliard@winehq.com>
26108         * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
26109         Make GetFileType work for all handle types.
26111         * win32/device.c: Avoid crash on NULL dev->info.
26113         * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
26114         Alex Priem <alexp@sci.kun.nl>
26115         Added stubs and defines for the flat scrollbar common control.
26117         * include/commctrl.h, dlls/comctl32/datetime.c:
26118         Alex Priem <alexp@sci.kun.nl>
26119         Added some defines needed for custom draw'ing and datetime common
26120         controls.
26122         * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
26123         Fixed a small bug in function ExtractIconEx32A.
26125         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
26126         HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
26128         * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
26129         Make DeleteFile fail for empty path.
26131         * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
26132         Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
26134         * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
26135         Fixed wrong buffer which caused fixups to fail.
26137         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
26138         Lionel Ulmer <ulmer@directprovider.net>
26139         - added all the Direct3D error codes
26140         - added 8bit palettized texture support
26142         * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
26143         ifdefs for defines not in linux 2.0.
26145         * relay32/winspool.spec, misc/printdrv.c:
26146         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26147         Added two stubs for AddPrinterDriver.
26149         * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
26150         Ove Kaaven <ovek@arcticnet.no>
26151         Queue SIGALRM to reduce the "signal 14 lost" complaints.
26152         Added support for reprogramming the DOS timer, and reading back the
26153         current value.
26155         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
26156         Wine hangs when registry (corrupted) has lone \ at end of file.
26158         * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
26159         Kostya Ivanov <kostya@warmcat.excom.spb.su>
26160         Small patch that enables Clarion for Windows not to trap while
26161         loading.
26163         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
26164         Replace troublesome assignments by memset for whole struct.
26166         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
26167         Added handling of the 'palent' field of the CreatePalette procedure.
26169         * documentation/wine.man:
26170         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26171         Added description about including/excluding functions from relay
26172         trace.
26174         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
26175         Read at least 1 input record in ReadConsoleInputA.
26177         * memory/virtual.c:
26178         Fixed CreateMapping when a mapping with the same name already exists.
26180 Wed Jan  6 10:37:29 1999  Alexandre Julliard  <julliard@winehq.com>
26182         * server/file.c: Fixed file destruction when file has no name.
26184 Tue Jan  5 18:38:59 1999  Alexandre Julliard  <julliard@winehq.com>
26186         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26187         Warns user if multiple -dll switches are used on command line.
26189         * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
26190         Fixed a leftover HeapFree in the trackbar common control.
26192         * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
26193         Alex Priem <alexp@sci.kun.nl>
26194         Fixed some problems with the tab common control (with thanks to Anders
26195         Carlsson <anders.carlsson@linux.nu>).
26197         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
26198         Alex Priem <alexp@sci.kun.nl>
26199         Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
26200         and some missing defines.
26202         * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
26203         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26204         Use MakeCriticalSectionGlobal on all critical sections used across
26205         process boundaries.
26207         * include/winbase.h, include/windows.h:
26208         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26209         Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
26211         * documentation/wine.man:
26212         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26213         Added environment variables in the man page.
26215         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
26216         Fixed args of MZ_CreateProcess.
26218         * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
26219         Andreas Mohr <a.mohr@mailto.de>
26220         Fixed string bug in programs/.
26222         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
26223         Added stupid "action" emulation for hardware timers in ioports.c.
26225         * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
26226         Again a small DOSASPI patch.
26228         * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
26229         Andreas Mohr <a.mohr@mailto.de>
26230         Documentation updates.
26232         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
26233         - check if palette is not null when setting a palette
26234         - check if window handle is valid before getting its 'drawable'
26236         * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26237         Prevent core dump with some TTF (when X11 runs with a true type
26238         server).
26240         * server/console.c: Marcus Meissner <marcus@jet.franken.de>
26241         Use stdout for default console output.
26243 ----------------------------------------------------------------
26244 Sun Jan  3 17:00:20 1999  Alexandre Julliard  <julliard@winehq.com>
26246         * graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h, multimedia/dsound.c, configure, configure.in, documentation/status/direct3D, documentation/status/directdraw, graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c:
26247         Lionel Ulmer <ulmer@directprovider.net>
26248         - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
26249         - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
26250         - added stretching to Blt function
26252         * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
26253         Try to autodetect NT4.
26255         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
26256         0 means success, all else failure for WaitForSingleObject.
26258         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
26259         Do not advance the cursor in certain routines. This cleaned up the
26260         implementation quite a bit.
26262         * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
26263         Set console video mode when loading DOS app. (Eventually, I want to
26264         mimic Windows 9x's behavior by setting the video mode only when non
26265         INT 21 calls are used to allow for arbitrary-sized consoles).
26267         * console/interface.c, console/xterm.c:
26268         Joseph Pranevich <jpranevich@lycos.com>
26269         Xterm driver can now resize the terminal when a mode change is
26270         detected.
26272         * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
26273         Long standing scroll bug fixed!
26275         * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
26276         Joseph Pranevich <jpranevich@lycos.com>
26277         Rewrite of configuration system to support "regular" curses as well as
26278         eliminating the --with-ncurses option. Now, ncurses support will be
26279         built in if a compatible library is detected.
26281         * include/wintypes.h, windows/defdlg.c:
26282         NF Stevens <norman@arcady.u-net.com>
26283         Fix the return type of DLGPROC type and mask out the unset highword of
26284         the return when a 16 bit dialog proc is called.
26286         * include/interfaces.h: Rein Klazes <rklazes@casema.net>
26287         Add interface ID's for upcoming ITypeLib implementation.
26289         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
26290         Bugfix for trailing slashes, repetition of '/' or '\' and
26291         SetLastError() in GetFullPathname.
26293         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, relay32/advapi32.spec, win32/Attic/advapi.c, win32/Attic/security.c, win32/Makefile.in, win32/init.c:
26294         Juergen Schmied <juergen.schmied@metronet.de>
26295         Moved ADVAPI32 files to dlls/advapi32.
26296         Added stubs for eventlog functions.
26298         * relay32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shlobj.h:
26299         Juergen Schmied <juergen.schmied@metronet.de>
26300         New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
26301         Cleanup, some more functions UNICODE ready.
26303         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
26304         SHCloneSpecialIDList implemented.
26305         SHGetDataFromIDListA corrected.
26307         * dlls/shell32/iconcache.c:
26308         Juergen Schmied <juergen.schmied@metronet.de>
26309         Shell_GetCachedImageIndex32[A|W] implemented.
26311         * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
26312         Andreas Mohr <a.mohr@mailto.de>
26313         Implemented raw device access calls for ioctlGenericBlkDevReq()
26314         and therefore moved the core functionality of int2[56].c into files/drive.c.
26316         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
26317         Added automatic CMOS RAM checksum calculation.
26319         * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
26320         Andreas Mohr <a.mohr@mailto.de>
26321         SendASPI32Command32 has to be __cdecl.
26322         Updated documentation/aspi and reverted an ERR back to WARN.
26324         * documentation/bugreports: James Juran <jrj120@psu.edu>
26325         Of course we want the last 100 lines, not the first 100 lines.
26326         Use 'tail' instead of 'head'. Also fix text alignment from
26327         previous patch.
26329         * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
26330         Reading joystick 5 when we only support 4 should fail instead of
26331         hang.
26333         * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
26334         Playing a non-existent CD should fail instead of crash.
26336         * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
26337         Check for necessary configure reruns for Makefile and Make.rules
26338         generation.
26340         * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
26341         Emulates ins/outs correctly for DOS programs.
26343         * ole/storage.c, scheduler/process.c, server/change.c, server/console.c, server/event.c, server/file.c, server/mapping.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c, win32/device.c, win32/file.c, files/dos_fs.c, files/file.c, include/device.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, loader/pe_image.c, misc/crtdll.c, msdos/int21.c, msdos/vxd.c:
26344         Implemented file sharing checks in the server.
26345         Added set file time server request.
26346         Overall clean up of the file handling (DOS device handling is now
26347         broken, should be redone).
26349 Sat Jan  2 08:22:34 1999  Alexandre Julliard  <julliard@winehq.com>
26351         * memory/virtual.c:
26352         Fixed bug in CreateFileMapping when name is not NULL.
26354         * server/request.c: Fixed CHECK_STRING display.
26356 Fri Jan  1 19:51:25 1999  Alexandre Julliard  <julliard@winehq.com>
26358         * if1632/kernel.spec, memory/local.c:
26359         Richard A Lough <ralough.ced@dnet.co.uk>
26360         Put return value of LocalAlloc in CX too.
26362         * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
26363         Protect against multiple includes.
26365         * dlls/shell32/iconcache.c: Use proper system directory.
26367         * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
26369         * windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/driver.c, windows/msgbox.c, windows/painting.c, windows/user.c, windows/winhelp.c, include/wine/winuser16.h, include/winreg.h, include/winuser.h, loader/module.c, misc/comm.c, misc/shell.c, misc/spooler.c, misc/spy.c, misc/winsock.c, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mmsystem.c, objects/clipping.c, ole/oleobj.c, controls/button.c, controls/desktop.c, controls/icontitle.c, controls/static.c, debugger/dbg.y, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, graphics/psdrv/escape.c, if1632/thunk.c, include/callback.h, include/display.h, include/imagelist.h, include/ole.h, include/queue.h, include/shell.h, include/storage.h, include/struct32.h, include/winbase.h, include/windows.h:
26370         Michael Veksler <mveksler@techunix.technion.ac.il>
26371         Moves more stuff from windows.h.
26372         - include/winuser.h - interface relevant to user32.spec
26373         - include/wine/winuser16.h - the old 16 bit interface (internal use)
26374         - include/winbase.h - some minor updates to keep things coherent.
26375         - Lot of other files made to include wine/winuser16.h, which is no
26376           longer included from windows.h
26378         * scheduler/handle.c: Fixed CloseHandle() on global handles.
26380         * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
26381         James Juran <jrj120@psu.edu>
26382         Add some information to the man page and README file.
26383         Make documentation/win95look say [Tweak.Layout] instead of
26384         [Tweaks.Layout].
26385         Fix incorrect command given in documentation/bugreports.
26386         Standard error was not being redirected, so most of the
26387         output was lost.
26389         * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
26390         Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
26392         * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
26393         Initialize lpdwNeeded.
26395         * if1632/snoop.c:
26396         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
26397         Include stuff even if not on __i386__ for debug defines.
26399         * ole/variant.c:
26400         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
26401         Another // comment fixed.
26403         * server/file.c:
26404         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
26405         Need <errno.h> for errno decl. on Solaris.
26407         * include/wingdi.h, include/x11font.h, objects/font.c:
26408         Douglas Ridgway <ridgway@winehq.com>
26409         Implement TranslateCharsetInfo, change charset type to BYTE.
26411         * controls/combo.c, controls/listbox.c, include/combo.h:
26412         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
26413         Better CB_SETCURSEL message handling.
26415         * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
26416         Moved MsgWaitForMultipleObject implementation to USER routines, using
26417         a normal Win32 event.
26419         * tools/make_requests: Send debugging output to stderr.
26421         * files/change.c, files/dos_fs.c, files/file.c, include/file.h, scheduler/client.c, scheduler/event.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, win32/console.c:
26422         Cleaned up and removed some no longer used code.
26424         * memory/virtual.c: Use server file mapping objects.
26426         * include/server/object.h, include/server/request.h, include/server/thread.h, server/Makefile.in, server/console.c, server/file.c, server/main.c, server/mapping.c, server/object.c, server/pipe.c, server/request.c, server/thread.c, server/trace.c, include/server.h:
26427         Added server-side file mapping object support.
26429         * misc/crtdll.c:
26430         Hacked stdio functions to use Win32 file handles. Still needs a proper
26431         stdio emulation.
26433         * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
26434         Use Win32 file handles instead of Unix ones.
26436         * include/module.h, include/pe_image.h, include/process.h, loader/dos/module.c, loader/module.c, loader/pe_image.c, scheduler/process.c, include/dosexe.h:
26437         Take into account handle inheritance flag.
26439 Thu Dec 31 15:55:19 1998  Alexandre Julliard  <julliard@winehq.com>
26441         * debugger/db_disasm.c:
26442         Changed db_task_printsym to always print a full address, no matter
26443         what the operand size is.
26445         * scheduler/critsection.c: Re-implemented using a real semaphore.
26447         * windows/queue.c, files/change.c, files/file.c, include/k32obj.h, include/process.h, include/thread.h, loader/signal.c, memory/virtual.c, misc/toolhelp.c, scheduler/client.c, scheduler/event.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, win32/console.c, win32/device.c:
26448         Removed client-side wait functions; all waiting is now done through
26449         the server.
26451         * server/Makefile.in, server/change.c, server/process.c, server/request.c, server/trace.c, include/server.h, include/server/object.h, include/server/request.h:
26452         Added change notifications.
26453         Added global handle support.
26455 Wed Dec 30 12:11:52 1998  Alexandre Julliard  <julliard@winehq.com>
26457         * include/thread.h, scheduler/synchro.c:
26458         Changed server wait logic a bit.
26460         * win32/console.c:
26461         Hacks to support server-side console. Should be redone properly
26462         some day.
26464         * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
26465         Reimplemented Read/WriteFile to use server file descriptors.
26466         Removed file position hack as it is wrong for Win32 (should be redone
26467         for Win16 only).
26469         * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
26470         Added anonymous pipe support
26472         * include/server.h, include/server/object.h, include/server/request.h, server/Makefile.in, server/console.c, server/event.c, server/file.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c:
26473         Added several file server requests
26474         Added server-side pipes and consoles
26476 Sun Dec 27 15:28:55 1998  Alexandre Julliard  <julliard@winehq.com>
26478         * misc/crtdll.c, msdos/int21.c, scheduler/client.c, scheduler/k32obj.c, server/Makefile.in, server/event.c, server/file.c, server/mutex.c, server/process.c, server/request.c, server/semaphore.c, server/trace.c, tools/make_requests, files/dos_fs.c, files/file.c, include/debug.h, include/debugdefs.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/main.c, memory/virtual.c:
26479         Added beginnings of server-side file handling.
26480         Added -debugmsg +server support.
26481         Better server request dumping for varargs requests.
26483         * windows/x11drv/wnd.c:
26484         Fixed SetFocus that was broken when moved to x11drv.
26486         * include/server/object.h, include/server/thread.h, scheduler/client.c, server/Makefile.in, server/event.c, server/main.c, server/mutex.c, server/process.c, server/select.c, server/semaphore.c, server/socket.c, server/thread.c:
26487         Added add_queue/remove_queue to server object operations.
26488         Moved select() loop functions to select.c.
26490 Sat Dec 26 19:47:00 1998  Alexandre Julliard  <julliard@winehq.com>
26492         * programs/regtest/regtest.c:
26493         Renamed ERR macro to avoid confusing the make_debug script.
26495         * ole/storage.c, ole/typelib.c, include/d3d.h, include/mmsystem.h, include/oleauto.h, include/storage.h, include/winversion.h, ole/compobj.c, ole/ole2.c, ole/ole2nls.c:
26496         Juergen Schmied <juergen.schmied@metronet.de>
26497         Fixed tons of incomplete prototypes, assignment's of pointer with
26498         different signedness, superflous ',' and ';' in structures, wrong
26499         return-types, lose of digits and some small glitches.
26501         * graphics/x11drv/xfont.c, include/x11font.h:
26502         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
26503         Cleaned up font encoding handling. Added 'Ignore#' option to the
26504         [fonts] section. Also, file with cached metrics now has the value of
26505         $DISPLAY appended to the filename.
26507         * programs/clock/language.c, programs/clock/main.c, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/main.c, rc/systest.c, windows/multimon.c, windows/nonclient.c, dlls/shell32/shlview.c, files/profile.c, graphics/path.c, include/commctrl.h, include/d3d.h, include/dplay.h, include/dsound.h, include/ole.h, include/oleobj.h, include/shlobj.h, include/vfw.h, include/winerror.h, include/winioctl.h, misc/main.c, multimedia/audio.c, multimedia/dsound.c, ole/ole2.c, debugger/stabs.c, dlls/comctl32/animate.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c:
26508         Marcus Meissner <marcus@jet.franken.de>
26509         Changed // comments to /* */ so WINE compiles with non-gcc compilers
26510         again.
26512         * windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, debugger/dbg.y, graphics/ddraw.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/init.c, include/clipboard.h, include/ddraw.h, include/display.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/palette.c, windows/dce.c, windows/dinput.c, windows/display.c, windows/input.c, windows/message.c, windows/scroll.c, windows/win.c, windows/winpos.c:
26513         Patrik Stridvall <ps@leissner.se>
26514         Moved more things to the X11 driver.
26516         * include/wingdi.h, objects/brush.c:
26517         Francois Gouget <fgouget@multimania.com>
26518         Fixed the prototype of CreateDIBPatternBrushPt
26520         * include/windows.h: Francois Gouget <fgouget@multimania.com>
26521         Removed the CN_xxx macros since they are not used, do not correspond to
26522         any Windows define and conflict with MFC defines.
26523         windows.h must provide all the definitions contained in winbase.h
26524         Some Xxx32 functions did not have the associated Xxx macro.
26526         * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
26527         Added a typedef for __int64 which is a builtin Visual C++ type
26528         Added a typedef for PUINT
26530         * include/objbase.h: Francois Gouget <fgouget@multimania.com>
26531         REFIID was not defined.
26533         * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
26534         Pavel Roskin <pavel_roskin@geocities.com>
26535         configure first checks whether it is possible to compile IPX code with
26536         Glibc headers. If it fails, next check determines whether direct inclusion
26537         of <linux/ipx.h> works.
26539         * include/tchar.h: Francois Gouget <fgouget@multimania.com>
26540         Provides the mappings. MBCS and Unicode functions are not implemented.
26541         Standard (SBCS) functions may exist or not, with the same or a different
26542         semantics.
26544         * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
26545         Alex Priem <alexp@sci.kun.nl>
26546         IPaddress common control implementation. First try; needs more work to
26547         remove boring bugs.
26549 Fri Dec 25 08:55:15 1998  Alexandre Julliard  <julliard@winehq.com>
26551         * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
26552         Juergen Schmied <juergen.schmied@metronet.de>
26553         Fixed the TEXT redefined warnings.
26555         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
26556         Hook into the (stubbed) resize code in msdos int10.
26558         * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
26559         Joseph Pranevich <jpranevich@lycos.com>
26560         Add support for selection of console mode drivers to use using the
26561         -console option. Currently "tty", "ncurses", and "xterm" are
26562         supported.
26563         Add stubs for resizing the screen on mode changes.
26565         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
26566         Jean-Claude Cote <jean-claude@macadamian.com>
26567         Partial implementation for the following DDE APIs:
26568         DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
26569         DdeQueryString, DdeUninitialize.
26571 Thu Dec 24 16:59:17 1998  Alexandre Julliard  <julliard@winehq.com>
26573         * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
26574         Jean-Claude Cote <jean-claude@macadamian.com>
26575         Added VarDateFromStr API.
26577         * dlls/comctl32/trackbar.c, include/trackbar.h:
26578         Alex Priem <alexp@sci.kun.nl>
26579         - Tooltip support
26580         - Vertical trackbars supported now
26581         - TBS_BOTH support (goes along with partial cleanup of drawing code)
26582         - Use COMCTL32 heap instead of system heap
26584         * graphics/ddraw.c, include/ddraw.h:
26585         Peter Hunnisett <hunnise@nortelnetworks.com>
26586         Added all clipper&3d stubs.
26587         Starting ColorKey support.
26588         Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
26589         Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
26590         Added SurfaceEnum dwFlags.
26592         * include/dplay.h, multimedia/dplay.c:
26593         Peter Hunnisett <hunnise@nortelnetworks.com>
26594         Added macros to header file for easier function calling.
26595         Changed implementation a little bit.
26596         Added stubs for dplay3. Still need to break into A and W versions.
26598         * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
26599         CreateFile32A was only allowing console opens on CONIN$/OUT$. This
26600         has been changed to have a case insensitive compare.
26602         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
26603         Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
26605         * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
26606         Jean-Claude Cote <jean-claude@macadamian.com>
26607         Implemented the GetBinaryType API function.
26609         * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
26610         Ove Kaaven <ovek@arcticnet.no>
26611         Added some new dosmod communication possibilities, including
26612         activating a dosmod-specific setitimer(), and the capture of some
26613         common signals, which is returned to Wine (previously a SIGILL
26614         would just cause a "dosmod sync lost" without explanation, now it
26615         invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
26616         SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
26617         be reported by -debugmsg +relay instead of -debugmsg +int. And
26618         fixed non-i386 compilation of dosmod. (Anything else?!)
26620         * loader/main.c, windows/win.c:
26621         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26622         Desktop window queue handling adapted.
26624         * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
26625         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26626         Queue handling adapted to new queue routines.
26628         * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
26629         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26630         Implemented stub for InitThreadInput.
26631         Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
26633         * loader/task.c, miscemu/main.c:
26634         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26635         Use Callout table instead of direct GetProcAddress.
26636         UserYield moved to USER.
26638         * include/callback.h, misc/callback.c, if1632/thunk.c:
26639         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26640         Callout table (for KERNEL->USER calls) added.
26641         Callbacks->CallPostAppMessageProc removed.
26643         * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
26644         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26645         Handle non-hardware X events correctly with native USER
26646         (removed reference to MESSAGEQUEUE from KERNEL code).
26647         Handle Expose events with native USER.
26649         * misc/crtdll.c:
26650         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
26651         Better _ultoa().
26653         * win32/time.c: Rein Klazes <rklazes@casema.net>
26654         Fix small problem in GetTimeZoneInformation().
26656         * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
26657         Lowest scan code seems to be 1, not zero.
26659         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
26660         Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
26662         * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
26663         Juergen Schmied <juergen.schmied@metronet.de>
26664         New stubs.
26666         * dlls/shell32/iconcache.c:
26667         Juergen Schmied <juergen.schmied@metronet.de>
26668         Fixes crash when running without external shell32.dll.
26670         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
26671         More messages [LB_*,EM_*] translated 32A from/to 32W.
26673         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
26674         Dest buffer was printed out as str.
26676         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
26677         Getting strings with VerQueryValue32W was broken. Complete
26678         reconstruction of the function.
26680         * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
26681         Fix number and type of args in debugging statements.
26683         * ole/storage.c: Marcus Meissner <marcus@mud.de>
26684         IStorage32 vtable was missing 3 stub entries.
26686 Fri Dec 18 17:38:39 1998  Alexandre Julliard  <julliard@winehq.com>
26688         * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
26689         Douglas Ridgway <ridgway@winehq.com>
26690         Documentation for TranslateCharsetInfo.
26692         * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
26693         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
26694         Make the DOSASPI part use the excellent DPMI RMCB implementation done
26695         by Ove Kaaven, which makes the code _much_ cleaner.
26697         * Make.rules.in, Makefile.in, configure, configure.in:
26698         Todd Vierling <tv@pobox.com>
26699         Use -lwine for linking.
26701         * windows/message.c, windows/queue.c:
26702         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26703         Bugfix: always clear QS_... from *both* changeBits and waitBits.
26704         Bugfix: queue->hSendingTask is *queue* handle, not task handle.
26706         * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
26707         François Gouget <gouget@metaintegration.net>
26708         First step to make it possible to call COM interfaces from C++ code in
26709         Winelib.
26711         * dlls/comctl32/treeview.c, include/treeview.h:
26712         Alex Priem <alexp@sci.kun.nl>
26713         Preliminary tooltip support.
26714         WM_SETFONT/GETFONT added.
26715         Some bug fixes.
26716         Use COMCTL32 heap instead of system heap.
26718         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
26719         Implemented PolylineTo.
26721         * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
26722         The Zw... Functions in ntdll.dll are just alternate entry
26723         points for the same functions as the Nt... function of the
26724         same names.  Changed ntdll.spec to match this.
26726         * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
26727         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26728         Reorganized PE module loading to prepare for elf-dll loader.
26729         WINE_MODREF creation moved to one central location.
26730         Bugfix: correctly select native/built-in version if .DLL
26731         extension is missing in LoadLibrary call.
26733         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26734         Changed error values MCI_INTERNAL to their correct values.
26736         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26737         Removed warning.
26739         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26740         No longer sending directly messages to DriverProc but rather go through
26741         MCI layer (required for open/close).
26743         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
26744         Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
26745         for pointing out the bug, see the fix in mcistring.c)
26746         Fixed MCI seeking on CD audio.
26748         * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
26749         Stubs for WaitNamedPipe[A|W].
26751         * dlls/shell32/classes.c, dlls/shell32/dataobject.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h, dlls/shell32/shlfolder.c, include/shell.h, relay32/shell32.spec:
26752         Juergen Schmied <juergen.schmied@metronet.de>
26753         Small fixes.
26755         * dlls/shell32/shellord.c:
26756         Juergen Schmied <juergen.schmied@metronet.de>
26757         Stub Control_FillCache_RunDLL.
26759         * dlls/shell32/shell32_main.c:
26760         Juergen Schmied <juergen.schmied@metronet.de>
26761         SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
26763         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
26764         ILAppend seems to work now.
26766         * relay32/kernel32.spec, win32/kernel32.c:
26767         Juergen Schmied <juergen.schmied@metronet.de>
26768         Stubs for WaitNamedPipe[A|W].
26770 Tue Dec 15 18:04:58 1998  Alexandre Julliard  <julliard@winehq.com>
26772         * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
26773         Fix GetTempPath32 if count=0.
26775         * configure, configure.in, include/config.h.in, include/multimedia.h, multimedia/audio.c, multimedia/dsound.c, multimedia/init.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c:
26776         Todd Vierling <tv@pobox.com>
26777         - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
26778           (run autoconf after this).  Note that the check has been altered to break
26779           out of the AC_CHECK_HEADERS after the first match - this is so
26780           <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
26781           with the emulated ossaudio.
26782         - check for <soundcard.h> along with the other two in a mutually-exclusive
26783           manner in the various *.c files that need it; change include of
26784           "mmsystem.h" to "multimedia.h" so this logic is all in one place
26785         - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
26786           includes:
26787           * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
26788             ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
26789             neither splitting with #-directives nor a two-arg ioctl work;
26790           * changing the #if logic to allow both FreeBSD and NetBSD to share the
26791             appropriate code blocks
26792         - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
26793           (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
26794         Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
26796         * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
26797         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
26798         Set the class hints for managed windows.
26800         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
26801         Bugfix: GetFullPathName sets lpFilePart only when the last element
26802         does not end with '\'.
26804         * windows/message.c, windows/win.c, include/commctrl.h, include/commdlg.h, include/ddeml.h, include/mouse.h, include/shlobj.h, include/winbase.h, include/windows.h, include/winerror.h, include/wingdi.h, include/wintypes.h, misc/ddeml.c, objects/bitmap.c, objects/brush.c, objects/dc.c, objects/font.c, objects/gdiobj.c, relay32/gdi32.spec, relay32/user32.spec, controls/menu.c, dlls/comctl32/commctrl.c, graphics/bitblt.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, if1632/user.spec:
26805         Paul Quinn <paulq@COREL.CA>
26806         Lots of new defines and stubs.
26808         * Make.rules.in, Makefile.in, configure, configure.in:
26809         Todd Vierling <tv@pobox.com>
26810         These patches add support for --enable-dll on NetBSD, and may even do so for
26811         FreeBSD a.out.  Now, NetBSD can use libwine as a shared object.  Thanks to
26812         mycroft@netbsd.org for doing this work!
26814         * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
26815         Global constructors using `.section .ctors' are bogus for NetBSD's
26816         assembler. Use the appropriate `.stabs' when on NetBSD.
26818         * ole/variant.c: Todd Vierling <tv@pobox.com>
26819         Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
26820         Fixed some constants that are too big for a plain `int'.
26822         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
26823         Check for MAXFLOAT if FLT_MAX isn't there.
26825         * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
26826         graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
26827         using --enable-dll.
26829         * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
26830         Veksler Michael <mveksler@techunix.technion.ac.il>
26831         Move declarations from windows.h to wingdi.h and winuser.h.
26833 Mon Dec 14 18:15:11 1998  Alexandre Julliard  <julliard@winehq.com>
26835         * win32/console.c, files/Makefile.in, files/async.c, files/file.c, include/async.h, include/file.h, loader/signal.c, misc/winsock_dns.c:
26836         Marcus Meissner <marcus@jet.franken.de>
26837         Made async IO (SIGIO) stuff from WINSOCK generic useable.
26838         Added async IO support to FILE and CONSOLE objects.
26840         * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
26841         Prevent segfault in setsockopt when optname is SO_LINGER and optval is
26842         null.
26844         * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
26845         Juergen Schmied <juergen.schmied@metronet.de>
26846         Some cleanup.
26848         * dlls/shell32/iconcache.c:
26849         Juergen Schmied <juergen.schmied@metronet.de>
26850         SHMapPIDLToSystemImageListIndex try's to determine and load the exact
26851         icon for files (by type) now.
26853         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
26854         New HCR_GetDefaultIcon (internal).
26856         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
26857         Ove Kaaven <ovek@arcticnet.no>
26858         Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
26859         RMcall shortcuts independent of dosmod. SS had been left out of
26860         the REALMODECALL copy routines for some reason, fixed now. Also
26861         cleaned up a few compiler warnings.
26863         * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
26864         Added ability to specify X fonts used for Helv and Tms Rmn typefaces
26865         with DefaultSerif and DefaultSansSerif INI keys.
26867         * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
26868         Bertho Stultiens <bertho@panter.soci.aau.dk>
26869         - Added a global label for elf-dll linking and a long with the resource
26870           size and a long with the directory size.
26871         - Killed an annoying warning since version 1.0.0 in parser.y about a
26872           var being used before init.
26874         * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
26875         Juergen Schmied <juergen.schmied@metronet.de>
26876         Adds the IPersistFile Interface to IShellLink[W] and gave both own
26877         IClassFactorys.
26879         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
26880         (ReadConsole32A): small and stupid bug fixed
26881         (WriteConsoleOutput): bug fixed (attributes may change within lines)
26882         and enhanced speedwise by using buffering.
26883         (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
26885         * misc/crtdll.c, relay32/crtdll.spec:
26886         Marcus Meissner <marcus@jet.franken.de>
26887         _ultoa implemented.
26889         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
26890         Small hack to get rid of annoying err:resource: message for
26891         MessageBoxes.
26893         * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
26894         Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
26895         the pointer.
26897         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
26898         Save the original video mode before going fullscreen and restore it
26899         when the last DirectDraw_Release is called. Also fix a problem where
26900         the viewport wasn't set to 0,0.
26902         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
26903         Made more cross-platform by changing ->_fileno to fileno().
26905         * windows/win.c: NF Stevens <norman@arcady.u-net.com>
26906         Fix the Z-order of maximized/minimized child windows.
26908         * graphics/x11drv/xfont.c:
26909         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
26910         XLFDs should be well-formed (14 hyphens) to match scalable fonts.
26911         Stop slant field becoming wildcarded too early.
26913         * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
26914         (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
26916         * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
26917         Hack OLE_GetFormat* to return something if datelen = 0.
26918         Remove unnecessary WINAPI's.
26920 ----------------------------------------------------------------
26921 Fri Dec 11 15:04:11 1998  Alexandre Julliard  <julliard@winehq.com>
26923         * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
26924         Patrick Spinler <spinler.patrick@mayo.edu>
26925         Implemented CreateToolhelp32Snapshot, including two of the routines
26926         using snapshots, Process32First and Process32Next.
26928         * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
26929         Justin Bradford <justin@ukans.edu>
26930         Most of the currency variant conversion functions implemented.
26931         Minor bugfixes and header tidying.
26933         * Makefile.in, configure, configure.in, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi.c, include/debug.h, include/debugdefs.h, include/ras.h, include/wintypes.h, relay32/rasapi32.spec:
26934         Marcus Meissner <marcus@jet.franken.de>
26935         Added RasEnumConnections stub.
26937         * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
26938         Juergen Schmied <juergen.schmied@metronet.de>
26939         Bugfix in PathCombine32[A|W].
26940         View menu in explorer and on right mouse button is working now.
26942         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
26943         Implemented  ILGetDisplayName.
26945         * dlls/shell32/classes.c, dlls/shell32/shellord.c:
26946         Juergen Schmied <juergen.schmied@metronet.de>
26947         Started implementation of ShellExecuteEx32A.
26948         Small changes.
26950         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
26951         Juergen Schmied <juergen.schmied@metronet.de>
26952         Moved menu resources to rc-file.
26954         * include/pe_image.h, ole/ole2nls.c, win32/file.c:
26955         Marcus Meissner <marcus@jet.franken.de>
26956         Two debug messages clarified, one useless prototype removed.
26958         * include/oleauto.h, ole/variant.c:
26959         Marcus Meissner <marcus@jet.franken.de>
26960         294 missing WINAPI added.
26962         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
26963         Kill swapped out (wine) processes too and truncate diff after some xxx
26964         lines.
26966         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
26967         Fixed SetLastError with wrong value.
26969         * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
26970         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
26971         Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
26972         misc/printdrv.c and fix a few compile warnings.
26974         * win32/ordinals.c, windows/driver.c, windows/msgbox.c, windows/multimon.c, windows/user.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/ntdll/nt.c, if1632/typelib.spec, include/file.h, loader/dos/module.c, msdos/int21.c, ole/ole2nls.c, ole/typelib.c:
26975         Andreas Mohr <a.mohr@mailto.de>
26976         Fixed a bunch of compiler warnings.
26978         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
26979         Added Win32 synchro to FILEs (useful only for terminal handles).
26981 Thu Dec 10 16:04:51 1998  Alexandre Julliard  <julliard@winehq.com>
26983         * objects/bitmap.c, objects/dc.c, objects/enhmetafile.c, objects/font.c, objects/metafile.c, relay32/comctl32.spec, relay32/gdi32.spec, relay32/kernel32.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/tapi32.spec, relay32/user32.spec, relay32/winspool.spec, win32/console.c, win32/kernel32.c, win32/time.c, windows/input.c, windows/message.c, graphics/metafiledrv/init.c, if1632/ddeml.spec, include/commctrl.h, include/ddeml.h, include/shlobj.h, include/windows.h, include/wintypes.h, memory/string.c, misc/ddeml.c, misc/network.c, misc/printdrv.c, misc/tapi32.c, controls/edit.c, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c, dlls/shell32/shell32_main.c, files/file.c, graphics/painting.c:
26984         Francis Beaudet <francis@macadamian.com>
26985         Sylvain St-Germain <sylvain@macadamian.com>
26986         Thuy Nguyen <thuy@macadamian.com>
26987         Lots of new stubs.
26989         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26990         Let the System_Time_Selector clock tick.
26992         * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
26993         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26994         Adapted to CreateSystemTimer interface change.
26996         * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
26997         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
26998         Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
26999         (NOTE: 16-bit callbacks still don't work!)
27001         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
27002         - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
27003         the child window so that the system menu is set correctly.
27004         - In MDICascade and MDITile use WM_MDIRESTORE message
27005         to restore maximized window so that system menu is
27006         handled correctly.
27008         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
27009         Jean-Claude Cote <jean-claude@macadamian.com>
27010         Added implementation of the VARIANT APIs.
27012         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27013         Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
27015         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
27016         handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
27017         better handling of LPSTR_TEXTCALLBACK32A
27018         TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
27020         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
27021         Warn if two .exes conflict with each other and the second does not
27022         have relocation records.
27024         * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27025         Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
27026         contain '/','\\' or ':'.
27028         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
27029         Fixed a potential crash if a usable video mode is not detected.
27031         * tools/make_authors: Script to generate authors files
27033         * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
27034         Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
27035         as well as AddRef(), GetCapabilites(), EnumObjects(),
27036         GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
27037         and RunControlPanel() for IDirectInputDevice.
27039         * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
27040         Set window focus in  _common_IDirectDraw_SetDisplayMode().
27042         * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
27043         Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
27045         * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
27046         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27047         Removed deferred Expose events handling.
27049         * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27050         Don't clip VisRgn against X desktop.
27052         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27053         LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
27055         * graphics/x11drv/xfont.c:
27056         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27057         Sanity check on font size.
27059         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
27060         Missing parentheses added.
27062 Wed Dec  9 16:37:05 1998  Alexandre Julliard  <julliard@winehq.com>
27064         * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
27065         Marcus Meissner <marcus@jet.franken.de>
27066         Enhanced Win32 Console (XTERM)
27067         - inputhandling enhanced (keys and mouseclicks)
27068         - win32 synchronization (partial)
27069         - lots of enhancements to drawing functions
27070         - simple/complex console (simple-stdin/stdout -> complex-xterm).
27072         * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
27073         Joseph Pranevich <jpranevich@lycos.com>
27074         Add a driver to open up a new xterm window whenever console output is
27075         needed. Derived from console/win32.c but we are not yet ready to merge
27076         the code completely.
27078         * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
27079         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
27080         Improved the handling of font encodings.
27082         * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
27083         Implemented DPMI RMCBs using the DOS subsystem, and a few other
27084         improvements. Also, some special-cased shortcut paths will allow some
27085         common real-mode call/RMCB combinations to work even without calling the
27086         DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
27087         even on platforms that cannot use dosmod.
27089         * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
27090         Marcus Meissner <marcus@jet.franken.de>
27091         Some unnecessary #include and messages removed.
27093         * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27094         Some small corrections to EnumSystemLocales32AW
27096 Tue Dec  8 15:06:39 1998  Alexandre Julliard  <julliard@winehq.com>
27098         * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
27099         Tried another kludge for the Xmd.h problem.
27101         * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86vmode.c, configure, configure.in, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/ts_xf86vmode.h, tools/make_X11wrappers:
27102         Stephen Crowley <crow@debian.org>
27103         Added fullscreen DGA support.
27105         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
27106         Fixed dummy entries in MAIN_ParseLanguageOption().
27108         * include/mmsystem.h, multimedia/mcicda.c:
27109         Brian Gerst <bgerst@quark.vpplus.com>
27110         Properly implement MCI_CDA_STATUS_TYPE_TRACK.
27111         Fix an off-by-one bug with MCI_STATUS_LENGTH.
27113         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
27114         Superflous WINAPI removed.
27116         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
27117         Warn about invalid entrypoints (created by viruses) which result in
27118         Wine crashes.
27120         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
27121         Create X11 palette on DirectDrawSurface::SetPalette, not before (we
27122         might not have an X11 window yet).
27124         * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
27125         Move TWEAK_Init from USER to GDIInit.
27127         * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
27128         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27129         Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
27130         printing functions.
27132         * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27133         Fix includes.
27135         * graphics/x11drv/text.c:
27136         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27137         Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
27138         or charExtra are non-zero.
27140         * include/Attic/graphics.h, misc/shell.c, windows/Attic/graphics.c, windows/Makefile.in, windows/nonclient.c, windows/scroll.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/comctl32/updown.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, graphics/metafiledrv/graphics.c, graphics/x11drv/graphics.c:
27141         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27142         Replace GRAPH_ functions with Win SDK equivalents.
27144 Mon Dec  7 16:23:42 1998  Alexandre Julliard  <julliard@winehq.com>
27146         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
27147         Reverted previous patch.
27149         * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
27150         Don't define MZ_SUPPORTED on non-i386 platforms.
27152         * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
27153         Fixed DPMI_CallRMProc (I think).
27155         * misc/network.c, relay32/mpr.spec:
27156         Marcus Meissner <marcus@jet.franken.de>
27157         Stub for NPSGetProviderHandleA.
27159         * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
27160         The scancode Windows send for extended keys is the scancode of the
27161         unextended equivalent of the key, plus the extended flag.
27163         * dlls/winaspi/winaspi16.c:
27164         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
27165         Fixed a real mode problem.
27167         * loader/ne/module.c:
27168         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
27169         NE_MODULE.stack_size was set to a ridiculously small value of 5.
27170         Windows sets 0x1400 in such cases for programs.
27172         * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27173         We don't yet want the static control to call DestroyIcon.
27175         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
27176         Added case for GCW_ATOM int GetClassLong32A.
27178         * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
27179         Stub for WNetOpenEnum32W.
27181         * multimedia/dsound.c, relay32/dsound.spec:
27182         Robert Riggs <rriggs@tesser.com>
27183         More general code cleanup for readability.
27184         A few more parameter validation checks.
27185         Return DS_OK rather than 0 in a number of functions.
27186         Fixed primary buffer ref count bug in CreateSoundBuffer().
27187         Handle 1-3 byte sound fragments that would cause buffer overruns.
27188         Clear primary buffer with a neutral value instead of always 0
27189         (because 128 is neutral for 8-bit sound).
27190         Fix bug with mixing 8-bit sound into the primary buffer.
27191         Broke out the main block in DSOUND_thread() to another function for
27192         readability.
27193         Handle "no audio" and "audio busy" cases properly when initializing
27194         dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
27196         * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
27197         Made variables optimized into registers accessible.
27199         * relay32/user32.spec:
27200         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27201         The spec definition for MonitorFromWindow was wrong.
27203         * msdos/int21.c: Stefan Leichter <sle@camline.com>
27204         File handle bug fix.
27206         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27207         Added paragraph about different dll versions and structure sizes.
27209         * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27210         Added missing TOOLINFO structure.
27212         * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
27213         Fixed a heap bug.
27215         * loader/task.c, memory/local.c, memory/selector.c, misc/callback.c, msdos/dpmi.c, msdos/int41.c, msdos/vxd.c, if1632/kernel.spec, if1632/thunk.c, include/callback.h, include/ldt.h, include/windows.h:
27216         Andreas Mohr <a.mohr@mailto.de>
27217         - Several kernel.spec return type mismatch fixes
27218         - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
27219         - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
27220         - LocalNotify() basic support
27221         - Fixes for local heap handling with heap handles created by Virtual*()
27223         * graphics/x11drv/xfont.c:
27224         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27225         Bugfix: -microsoft-symbol encoding was not recognized.
27227         * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27228         Bugfix: WIN_ResetQueueWindows would skip some windows.
27230         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27231         Allow recursively reentering CALL32_LargeStack.
27233         * include/ttydrv.h, windows/ttydrv/.cvsignore, windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c, Makefile.in, configure, configure.in:
27234         Patrik Stridvall <ps@leissner.se>
27235         Added the new TTY driver.
27237         * include/clipboard.h, include/keyboard.h, include/message.h, include/win.h, include/x11drv.h, windows/clipboard.c, windows/defwnd.c, windows/dinput.c, windows/display.c, windows/event.c, windows/focus.c, windows/keyboard.c, windows/message.c, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c:
27238         Patrik Stridvall <ps@leissner.se>
27239         Moved more code to the X11 driver.
27241 Thu Dec  3 16:29:56 1998  Alexandre Julliard  <julliard@winehq.com>
27243         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
27244         Joseph Pranevich <jpranevich@lycos.com>
27245         Call the new console driver for some routines. This is not completely
27246         done yet and more for testing purposes.
27248 Wed Dec  2 19:58:09 1998  Alexandre Julliard  <julliard@winehq.com>
27250         * configure.in, console/.cvsignore, console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/acconfig.h, include/config.h.in, include/console.h, include/winnt.h, loader/main.c, misc/main.c, Makefile.in, configure:
27251         Joseph Pranevich <jpranevich@lycos.com>
27252         Added console support.
27254         * graphics/x11drv/oembitmap.c, include/bitmap.h, include/gdi.h, include/x11drv.h, loader/main.c, objects/Attic/oembitmap.c, objects/Makefile.in, objects/bitmap.c, objects/cursoricon.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c:
27255         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27256         Move OEM resources to the x11drv.
27258         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
27259         Opening a file in a directory which doesn't exist returns
27260         ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
27262         * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
27263         Handle atoms "# non number" (oracle client).
27265 Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard@winehq.com>
27267         * if1632/kernel.spec, misc/error.c:
27268         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27269         Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
27270         Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
27271         Added names for some undocumented exports.
27273         * memory/global.c, if1632/thunk.c:
27274         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27275         Implemented GlobalChangeLockCount (KERNEL.365).
27277         * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
27278         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27279         Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
27281         * if1632/gdi.spec, objects/gdiobj.c:
27282         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27283         Implemented GdiFreeResources (GDI.609).
27285         * include/dsound.h, multimedia/dsound.c:
27286         Robert Riggs <rriggs@tesser.com>
27287         Fixed 8-bit WAV format handling (it is unsigned data).
27288         Fixed off-by-one checks for buffer wrap.
27289         Increment ref count for primary buffer in CreateSoundBuffer().
27290         Added DSBPN_OFFSETSTOP support to position notification code.
27291         Lots of minor parameter validation checks.
27292         Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
27293         and IDirectSound_GetSpeakerConfig().
27294         Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
27295         conversion.
27296         Lots of thread locking for DirectSound buffers.
27297         Dealloc primary buffer when dsound is deallocated.
27299         * include/wintypes.h:
27300         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27301         Added the TEXT() and MAKELRESULT() definitions.
27303         * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
27304         Small change.
27306         * Makefile.in: James Juran <jrj120@psu.edu>
27307         Revert misguided change to install_lib that broke -disable-lib
27308         configure option.
27310         * misc/main.c, include/windows.h:
27311         Juergen Schmied <juergen.schmied@metronet.de>
27312         New parameter SPI_GETDRAGFULLWINDOW.
27313         One missing break in SPI_GETDRAGFULLWINDOW.
27315         * dlls/shell32/pidl.c, relay32/shell32.spec:
27316         Juergen Schmied <juergen.schmied@metronet.de>
27317         New functions ILGlobalClone/ILGlobalFree.
27319         * documentation/printing:
27320         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27321         Add a note about WinPrinters.
27323         * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
27324         Marcus Meissner <marcus@jet.franken.de>
27325         Added some stubs, some ptr->str conversions.
27327         * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
27328         Lionel Ulmer <ulmer@directprovider.net>
27329         - added definition of DirectDrawCreateClipper.
27330         - more versatile support of surfaces / better surface description support.
27332         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
27333         Juergen Schmied <juergen.schmied@metronet.de>
27334         Fixed wrong parameter count for SHChangeNotifyDeregister,  SHFreeUnusedLibraries.
27335         New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
27336         Stubs SHWaitForFileToOpen, PathFindOnPath.
27338         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
27339         Small changes to print the strings in the relay-trace.
27341         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
27342         The class name needs to be converted to a getptr.
27344         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27345         Fixed memory/status recovery when error occured in MIDI_mciOpen.
27346         Fixed support for RMID files in MIDI_mciOpen.
27347         Fixed bug for playing MIDI files with tempo changes. Sound output is
27348         now correct, but length of tracks (and therefore of whole file) is not
27349         correct.
27350         Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
27352         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27353         Fixed memory/status recovery when error occured in WAVE_mciOpen.
27354         Changed error values (INTERNAL => INVALID_FILE) when file cannot
27355         be read.
27357         * multimedia/msvideo.c, relay32/msvfw32.spec:
27358         Juergen Schmied <juergen.schmied@metronet.de>
27359         Stubs for MCIWndCreate[A|W].
27361         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
27362         VerQueryValue, bugfix: we cant convert binary data with
27363         HEAP_strdupWtoA (\VarFileInfo\Translation).
27365 Mon Nov 30 17:41:17 1998  Alexandre Julliard  <julliard@winehq.com>
27367         * relay32/advapi32.spec, win32/advapi.c:
27368         Juergen Schmied <juergen.schmied@metronet.de>
27369         Stubs for EnumServiceStatus32, small changes.
27371         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
27372         Load now the first icon from the *.ani file instead of crashing.
27374         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
27375         Fix warnings in miscemu/main.c.
27377         * include/windows.h:
27378         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27379         - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
27380         - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
27381         - added the function definition for StartPage,EndPage,GetCommMask,
27382                 GetCommModemStatus and PurgComm,WaitCommEvent.
27384         * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
27385         Fixed activation/Focus message order problem when creating a new HWND.
27387         * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
27388         Paul Quinn <PaulQ@corel.com>
27389         Implementation of ChildWindowFromPointEx functions.
27391         * misc/registry.c: Gavriel State <gavriels@corel.com>
27392         Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
27394         * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
27395         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27396         GetSystemPaletteEntries returns palette size if entries==NULL.
27397         Use this instead of COLOR_GetSystemPaletteSize.
27399         * relay32/dsound.spec, multimedia/dsound.c:
27400         Marcus Meissner <marcus@jet.franken.de>
27401         Implemented class factory for dsound.
27403         * relay32/kernel32.spec, misc/comm.c:
27404         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27405         - fixed a minimal error in GetCommMask definition.
27406         - adds stubs for GetCommModemStatus and WaitCommEvent.
27408         * include/xmalloc.h, library/winestub.c:
27409         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27410         Fixes for C++ Winelib compilation.
27412         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
27413         Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
27415 Fri Nov 27 16:06:08 1998  Alexandre Julliard  <julliard@winehq.com>
27417         * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
27418         James Juran <jrj120@psu.edu>
27419         Documentation updates.
27421         * Makefile.in: James Juran <jrj120@psu.edu>
27422         Fixed 'make install' to really check for libwine.a before installing
27423         it.
27425         * graphics/ddraw.c, include/options.h, misc/main.c:
27426         Stephen Crowley <crow@debian.org>
27427         Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
27429         * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
27430         Improved GetDiskFreeSpace32A().
27432 Thu Nov 26 16:32:00 1998  Alexandre Julliard  <julliard@winehq.com>
27434         * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27435         Remove included color.h.
27437         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
27438         Remove unnecessary check for entrypoint address (test binary was
27439         infected by a virus which uses invalid PE loading stuff).
27441         * graphics/painting.c, relay32/gdi32.spec:
27442         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
27443         Added stubs for Startpage and EndPage.
27445         * if1632/thunk.c, objects/dc.c:
27446         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27447         Removed some unnecessary FIXME outputs.
27449         * if1632/kernel.spec, loader/task.c:
27450         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27451         Implemented KERNEL.602 and stub for KERNEL.490.
27453         * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27454         Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
27456 Wed Nov 25 18:15:53 1998  Alexandre Julliard  <julliard@winehq.com>
27458         * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
27459         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
27460         Small fixes.
27462         * loader/ne/resource.c, include/module.h, loader/resource.c:
27463         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27464         Moved ...Resource16 routines to loader/resource.c.
27465         Implemented accessing PE-file resources with 16-bit resource routines.
27467         * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
27468         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27469         Implementation of PE->NE resource conversion routines (KERNEL.615-618).
27471         * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
27472         Francis Beaudet <francis@macadamian.com>
27473         Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
27474         and SysStringLen(). Ensure that the BSTR objects were allocated
27475         according to the Windows documentation.
27477         * dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
27478         Juergen Schmied <juergen.schmied@metronet.de>
27479         Moved existing path - functions to shellpatch.c.
27480         New: PathRemoveBlanks32A|W,  PathMatchSpec32A|W,
27481         PathSetDlgItemPath32A|W.
27483         * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
27484         Juergen Schmied <juergen.schmied@metronet.de>
27485         Moved existing IShellLink class. New stubs for IShellLinkW.
27487         * include/bitmap.h, include/color.h, include/gdi.h, include/x11drv.h, include/x11font.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/gdiobj.c, windows/Attic/graphics.c, windows/dce.c, windows/display.c, windows/event.c, windows/input.c, windows/mouse.c, windows/scroll.c, windows/sysmetrics.c, windows/user.c, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
27488         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27489         Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
27491         * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
27492         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27493         Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
27494         registers (used by DeviceIoControl). Adapted all users.
27496         * include/winioctl.h, win32/device.c:
27497         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27498         Implemented (most) VWin32.VxD DeviceIoControl routines.
27500 Tue Nov 24 20:47:17 1998  Alexandre Julliard  <julliard@winehq.com>
27502         * include/thread.h, scheduler/thread.c:
27503         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27504         Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
27506         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27507         Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
27508         for 32-bit queues.
27510         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27511         Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
27512         Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
27514         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27515         Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
27516         Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
27518         * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
27519         Don't match against Symbol or Nil fonts.
27521         * memory/global.c: Stephen Crowley <crow@debian.org>
27522         Return the "buffers" and "cached" memory as free since it is
27523         deallocated when a program needs it anyway.
27525         * windows/dialog.c, include/windows.h:
27526         Juergen Schmied <juergen.schmied@metronet.de>
27527         Bugfix: SetDlgItemText32 returns BOOL not void.
27529         * relay32/user32.spec, windows/user.c:
27530         Juergen Schmied <juergen.schmied@metronet.de>
27531         New stubs GetUserObjectInformationA|W.
27533         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
27534         Removed left over 'show' and useless deadbeef checking which doesn't
27535         work.
27537         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
27538         Adjust broken entrypoint addresses. (win98 notepad.exe)
27540         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
27541         Updated according to development.
27543         * if1632/mmsystem.spec, relay32/winmm.spec:
27544         Eric Pouech <Eric.Pouech@wanadoo.fr>
27545         Some new stubs (midiStreamXXX functions, some mci functions, and
27546         some mmio functions).
27548         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27549         Moved MCI part to mcimidi.c ; added DriverProc.
27551         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27552         Moved MCI part to mciwave.c ; added some error checking ; added
27553         DriverProc
27555         * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
27556         Eric Pouech <Eric.Pouech@wanadoo.fr>
27557         Added mcimidi and mciwave.
27559         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27560         Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
27561         seek command.
27563         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27564         Starting writing MCI part ; fixed bug in MCI_INFO command.
27566         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27567         Added some missing stubs in 32 bit part.
27569         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27570         Made use of new 16/32 MCI message handling in mmsystem.c.
27572         * include/mmsystem.h, include/multimedia.h:
27573         Eric Pouech <Eric.Pouech@wanadoo.fr>
27574         Added some new functions/structures definitions.(I couldn't get all
27575         the manifest constants values that MS was referring to in its specs...
27576         if someone has them...)
27578         * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27579         Added some error checking ; made use of new 16/32 MCI message handling
27580         in mmsystem.c ; fixed bug in MCI_INFO command.
27582         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27583         Added some error checking ; made use of new 16/32 MCI message
27584         handling in mmsystem.c.
27585         Added Win95 command to handle cd-rom with both data and audio ; fixed
27586         bug in MCI_INFO command ; shadowing MCI status for devices that can't
27587         get current status ; fixed status not being updated on cd change.
27589         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
27590         Factorized 16/32 bit MCI function by using  message mapping from 16
27591         to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
27592         mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
27593         yet working. Fixed some issues regarding asynchronous MCI commands ;
27594         fixed MCI_SYSINFO command.
27596         * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
27597         Fixed some quirks.
27599 Sun Nov 22 18:29:50 1998  Alexandre Julliard  <julliard@winehq.com>
27601         * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
27602         Juergen Schmied <juergen.schmied@metronet.de>
27603         Many fixes.
27605         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
27606         New function: _ILGetExtension.
27608         * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
27609         Juergen Schmied <juergen.schmied@metronet.de>
27610         New file. HKEY_CLASSES_ROOT handling.
27612         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27613         Updated.
27615         * dlls/comctl32/header.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/header.h, include/listview.h, include/ole2.h, include/rebar.h, include/status.h, include/toolbar.h, include/tooltips.h:
27616         Eric Kohl <ekohl@abo.rhein-zeitung.de>
27617         Added Unicode support (at least partially).
27619         * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
27620         Eric Kohl <ekohl@abo.rhein-zeitung.de>
27621         Added IOleAdviseHoler interface (still a dummy) and fixed
27622         CreateOleAdviseHolder().
27624         * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
27625         Eric Kohl <ekohl@abo.rhein-zeitung.de>
27626         Added global subclassing atom, used by tooltips and updown (not yet).
27628         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27629         Improved layout code.
27631         * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
27632         Eric Kohl <ekohl@abo.rhein-zeitung.de>
27633         Fixed ImageList_LoadImage().
27635         * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27636         Added CMEM_SETITEM32A and message forwarding to combobox.
27638         * ole/moniker.c, relay32/ole32.spec:
27639         Eric Kohl <ekohl@abo.rhein-zeitung.de>
27640         Added stub for CreateItemMoniker().
27642         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27643         Fixed some undocumented function names and implemented DPA_Merge
27644         partially.
27646         * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27647         Enabled double click for buttons.
27649         * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27650         Added command and return constants used by WM_NOTIFYFORMAT.
27652         * objects/brush.c, objects/dc.c, objects/gdiobj.c, objects/pen.c, windows/Attic/graphics.c, graphics/painting.c, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, include/dc.h, include/x11drv.h:
27653         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27654         Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
27656         * include/options.h, misc/main.c, ole/ole2nls.c:
27657         Juergen Schmied <juergen.schmied@metronet.de>
27658         Small fixes to get the default language to a sensible value.
27659         Thanks to Pablo.
27661         * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
27662         Douglas Ridgway <ridgway@winehq.com>
27663         Miscellaneous small fixes.
27665         * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
27666         Andreas Mohr <a.mohr@mailto.de>
27667         Added Win16 implementation for GetRegionData().
27669         * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
27670         Enhanced OABuildVersion() to return different version values for
27671         different winvers.
27673         * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
27674         Added INT21_ParseFileNameIntoFCB() and some other things to get
27675         COMMAND.COM working.
27677         * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
27678         Added missing entry for GetNumberFormatW.
27680         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
27681         Checking for NULL-pointer.
27683         * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
27684         Robert Pouliot <krynos@clic.net>
27685         Better OLE support in French languages.
27687         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
27688         Implementation of CreateProcess32W.
27690         * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
27691         Queuing of deferred Expose events.
27693         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
27694         LB_GETTEXT: Handle passed NULL buffer.
27696         * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
27697         CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
27698         byte NULL buffer.
27700         * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
27701         Marcus Meissner <marcus@jet.franken.de>
27702         Turn mega double switch into static table (reduces compile time).
27704         * AUTHORS, include/authors.h: Added Robert Riggs.
27706         * include/d3d.h: Robert Riggs <rriggs@tesser.com>
27707         include ddraw.h, questionable fix for questionable struct/union
27708         construct in MS's D3DVECTOR definition.
27710         * include/dsound.h: Robert Riggs <rriggs@tesser.com>
27711         More flags (DirectX 5.2), DirectSound3DListener and
27712         DirectSound3DBuffer structures, include some required files
27713         (windows.h, compobj.h, and d3d.h).
27715         * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
27716         DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
27717         primary buffer is implemented closer to what the SDK docs specify,
27718         other SDK documented behaviour enforced. Completed the devcaps list.
27720         * misc/crtdll.c, relay32/crtdll.spec:
27721         Juergen Schmied <juergen.schmied@metronet.de>
27722         New stubs strdate, strtime.
27724         * memory/selector.c:
27725         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27726         Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
27728         * misc/comm.c: Cliff Wright <cliff@snipe444.org>
27729         Fixed a mask set, and other parity setting bugs for serial ports.
27731         * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
27732         Added BSDI sigcontext definitions.
27734         * windows/class.c: Rein Klazes <rklazes@casema.net>
27735         Fixed typo.
27737         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
27738         Remove now useless RELAY_ShowDebugmsgsRelay check.
27740         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
27741         Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
27742         directory, for they seem to be relocated by the standard relocating
27743         mechanism. (Explicitly checked one program using it)
27745         * dlls/shell32/shellord.c, include/shell.h:
27746         Marcus Meissner <marcus@jet.franken.de>
27747         PathAddBackshlash, PathRemoveBackslash: argument is not constant.
27749         * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
27750         Check wndPtr for NULL.
27752         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
27753         BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
27755         * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
27756         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27757         Takes print spooler functions out of win16drv.
27758         Allows the PostScript driver to go into libwine.
27760         * if1632/gdi.spec, objects/brush.c, objects/palette.c:
27761         Ian Schmidt <irsman@iag.net>
27762         Added stubs for two undocumented GDI routines, SetMagicColors and
27763         SetSolidBrush. This allows Win98 native USER to start up.
27765         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
27766         Fixed the DGA detection code in ddraw. You don't need root access,
27767         having r+w access to /dev/mem is enough.
27769         * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
27770         Marcus Meissner <marcus@jet.franken.de>
27771         DirectDraw status updated.
27772         Use cooperative window for drawing in xlib implementation if possible.
27773         Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
27775         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
27776         Micro patch for AltGr key on german keyboards.
27778         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
27779         Fixes error handling (SetLastError() and return value).
27781         * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
27782         Partially complete GetTextCharsetInfo and corrects return values for
27783         this family of functions.
27785 Sun Nov 15 18:12:12 1998  Alexandre Julliard  <julliard@winehq.com>
27787         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
27788         Bug fix.
27790         * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27791         Fixed retrieval of invalid palette data in GetDIBits().
27793         * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
27794         Allow SWP_HIDEWINDOW to be called on windows that are already hidden
27795         without unmapping them again.
27797         * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
27798         Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
27799         outside desktop window with gtwin.exe (Dutch banking program).
27801         * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
27802         Small atom fixes.
27804         * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
27805         Fixed bug in StretchDIBits32 (wrong origin).
27807         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
27808         Small fixes.
27810         * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
27811         Lionel Ulmer <ulmer@directprovider.net>
27812         Some corrections to the handling of off-screen buffers.
27813         Correction to the EnumDisplayModes function.
27814         Added XShm support to Xlib driver.
27815         Open a DirectX window even when using the DGA driver.
27817         * include/shell.h, include/shlobj.h, misc/shell.c, relay32/shell32.spec, dlls/shell32/Makefile.in, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c:
27818         Juergen Schmied <juergen.schmied@metronet.de>
27819         Cleanup, small fixes, a few new stubs.
27821         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
27822         Handling for listviewstyles, view mode buttons in filedialogs
27823         enabled and handled.
27824         New listview columns Size, Type, Modified for reportview
27825         created and handled.
27827         * dlls/shell32/if_macros.h:
27828         Juergen Schmied <juergen.schmied@metronet.de>
27829         New file, wrapper for IShellBrowser class.
27831         * dlls/shell32/iconcache.c:
27832         Juergen Schmied <juergen.schmied@metronet.de>
27833         New file, some helper functions for icon cache.
27834         Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
27835         Shell_GetImageList in this file.
27837         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
27838         Juergen Schmied <juergen.schmied@metronet.de>
27839         Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
27841         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
27842         LoadLibraryEx: show a warning when called with unimplemented parm.
27844         * miscemu/instr.c: Cleaned up a bit.
27846         * memory/selector.c, miscemu/instr.c, tools/build.c:
27847         Marcus Meissner <marcus@jet.franken.de>
27848         Clean invalid selectors on the pop %xs from the STACKFRAME itself
27849         instead of using linked list hack.
27851         * Makefile.in: Removed gets message.
27853         * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
27854         Added Thai nls-resources.
27856         * ole/nls/README, ole/nls/cze.nls, ole/nls/ese.nls, ole/nls/esg.nls, ole/nls/est.nls, ole/nls/euq.nls, ole/nls/fos.nls, ole/nls/hrv.nls, ole/nls/hun.nls, ole/nls/isl.nls, ole/nls/nor.nls, ole/nls/plk.nls, ole/nls/ptg.nls, ole/nls/rom.nls, ole/nls/slv.nls, ole/nls/sve.nls, ole/ole2nls.c, include/winnls.h:
27857         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
27858         Display the language id for "XXX not supported for your language"
27859         messages.
27860         Added all languages and sublanguages for languages supported in
27861         resources/sysres_Xx.
27863         * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
27864         Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
27866         * ole/moniker.c: Gavriel State <gavriels@corel.com>
27867         Ensure that CreateFileMoniker functions don't return a bogus moniker
27868         object on failure.
27870         * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
27871         Added code to manage Ascii and WideChar class names, and to return the
27872         names in the GetClassInfo functions.
27874         * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
27875         Fix to Linux IPX so compiles on non-linux platforms.
27877         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
27878         Own X11 errorhandler to locate X11 errors. Useful only with -sync.
27880 Sat Nov 14 18:59:30 1998  Alexandre Julliard  <julliard@winehq.com>
27882         * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
27883         Juergen Schmied <juergen.schmied@metronet.de>
27884         Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
27886         * include/cursoricon.h, include/display.h, include/message.h, objects/cursoricon.c, windows/display.c, windows/mouse.c, windows/x11drv/init.c, if1632/display.spec:
27887         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27888         Moved X11 mouse cursor handling to the DISPLAY driver.
27890         * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
27891         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27892         Some fixes to Wine startup/termination sequence with native USER.
27893         Do not call built-in USER signal handler when using native USER.
27895         * debugger/break.c, include/debugger.h, include/task.h:
27896         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27897         Bugfix: -debug didn't work anymore after the last startup sequence patch.
27899         * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
27900         Fixed list insertion bug in CoLoadLibrary().
27902         * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
27903         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27904         Added stubs for several VxDs / interrupts.
27906         * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
27907         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27908         Should get win16drv AbortProc working. Hopefully.
27910         * windows/input.c, windows/keyboard.c:
27911         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
27912         Moved GetKeyboardLayoutName16 to windows/input.c.
27914         * include/imagehlp.h, include/winnt.h, include/wintypes.h:
27915         Patrik Stridvall <ps@leissner.se>
27916         Moved some declarations from imagehlp.h to common include files.
27918         * relay32/kernel32.spec, win32/thread.c:
27919         Rein Klazes <rklazes@casema.net>
27920         Added implementations for InterlockedExchangeAdd() and
27921         InterlockedCompareExchange().
27923         * win32/console.c, objects/dib.c, objects/enhmetafile.c:
27924         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27925         Fixes a few of the many compiler warnings.
27927         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
27928         Emulate "mov cr4,eax" (tombraider 3 demo).
27930         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
27931         Do not enumerate D3D devices we can't handle anyway.
27932         Return bitmasks for hi/truecolor depths in EnumDisplayModes.
27934         * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
27935         Marcus Meissner <marcus@jet.franken.de>
27936         Speed up relay32, snoop16 and snoop32 include/excludes by doing them
27937         just once at creation time.
27939         * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
27940         Pavel Roskin <pavel_roskin@geocities.com>
27941         Added stubs for CoRevokeClassObject and OleSetClipboard.
27943         * windows/win.c: Per Ã…ngström <pang@mind.nu>
27944         EnumTaskWindows16: Basing the selection on a window's task is not only
27945         more straightforward than comparing message queues, it also works
27946         better for Win32 applications.
27948         * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
27949         Changed some of the message classes.
27951         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
27952         Special case handling of : Shift + arrow, shift + home, ...
27953         X returns a char for it, but Windows doesn't. Ignore X char.
27954         Also added some documentation.
27956         * include/winsock.h, misc/winsock.c:
27957         Stephen Langasek <vorlon@dodds.net>
27958         Bugfixes for IPX code and preliminary groundwork for other address
27959         family support.
27961         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
27962         (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
27963         lookup (Registry is case insensitive).
27965         * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
27966         Juergen Schmied <juergen.schmied@metronet.de>
27967         Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
27968         StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
27969         RtlTimeToTimeFields.
27971         * include/windows.h, ole/ole2nls.c:
27972         Juergen Schmied <juergen.schmied@metronet.de>
27973         Stub for GetNumberFormat32W.
27975         * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
27976         gets() fixes.
27978         * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
27979         Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
27980         to be in nominative case.
27982         * windows/queue.c: Per Ã…ngström <pang@mind.nu>
27983         Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
27984         an invalid size parameter.
27986         * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
27987         Added correct implementation of GetCaps, changed Play and Stop handling
27988         of positions indexes, suppressed warnings.
27990         * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
27991         Corrected bug in TRACE function.
27993         * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
27994         Lionel Ulmer <ulmer@directprovider.net>
27995         Corrected bug in DirectDrawSurface creation and handling for driver
27996         based upon Xlilb.
27998         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
27999         Wine keyboard and mouse have now their own UIDs.
28001         * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28002         Fix allocation size in CreateDIBPatternBrush*.
28004 ----------------------------------------------------------------
28005 Sun Nov  8 16:44:41 1998  Alexandre Julliard  <julliard@winehq.com>
28007         * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
28008         Fixed keystroke accelerators in dialogs which have controls containing
28009         other controls as child windows.
28011         * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
28012         Juergen Schmied <juergen.schmied@metronet.de>
28013         Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
28014         16->32 bit conversion.
28016         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
28017         Prevent CreateDIBSection from seg faulting when one dimension of
28018         section is 0.
28020         * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
28021         Stephen Langasek <vorlon@dodds.net>
28022         Support for IPX networking via winsock under Linux.
28024         * relay32/gdi32.spec, graphics/painting.c:
28025         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28026         Added a stub for StartDocA and EndDoc.
28028         * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
28029         James Sutherland <JamesSutherland@gmx.de>
28030         More complete implementation of the SetCtrlHandler() function (and the
28031         related console functions).
28033         * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
28034         Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
28035         updates.
28037         * graphics/vga.c, include/vga.h, msdos/ioports.c:
28038         Ove Kaaven <ovek@arcticnet.no>
28039         Simulate the VGA vertical refresh.
28041         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
28042         Added support of source and destination rectangles in Blit function.
28044         * include/dinput.h, windows/dinput.c:
28045         Lionel Ulmer <ulmer@directprovider.net>
28046         Added device type constants and used them in device enumeration
28047         function.
28049         * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28050         API documentation says that RegEnumKeyEx, RegEnumValue and
28051         RegQueryInfoKey takes the size of the buffers as characters.
28053         * ole/compobj.c: Added missing #include "config.h"
28055         * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
28056         Justin Bradford <justin@ukans.edu>
28057         Replaces CoCreateGuid stub with an implementation of DCE's UUID
28058         specification. Also removes some unnecessary code from StringFromCLSID.
28060         * include/commctrl.h, include/winbase.h, include/wintypes.h:
28061         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28062         Added an extern "C" safeguard.
28064         * include/commdlg.h, include/windows.h, windows/input.c:
28065         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28066         - adds GetExitCodeProcess
28067         - corrects the return-type of GetKeyState
28068         - corrects the winelib definition of IsDialogMessage
28069         - adds winelib definitions for PrintDlg
28071         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
28072         ExtSelectClipRgn fix: RGN_DIFF did not work.
28074         * objects/cursoricon.c, windows/event.c, windows/message.c:
28075         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28076         Adapted to new input event handling.
28078         * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
28079         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28080         USER-side part of input event handling: contains implementation of
28081         keybd_event and mouse_event, and USER-related code removed from
28082         windows/event.c and windows/keyboard.c.
28084         * windows/display.c:
28085         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28086         Stubs for DISPLAY.DRV removed from keyboard.c.
28088         * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
28089         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28090         Implementation of MOUSE.DRV (contains some code taken from
28091         windows/event.c).
28093         * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
28094         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28095         Implementation of KEYBOARD.DRV (code mostly taken from previous
28096         windows/keyboard.c).
28098         * loader/main.c, loader/task.c, miscemu/main.c:
28099         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28100         Bugfix: really *do* switch to the initial task's stack.
28101         CallLargeStack mechanism re-enabled.
28103         * include/debug.h, include/debugdefs.h:
28104         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28105         New Files. Added 'date and time picker' and 'month calendar' control
28106         dummies. They are used by Outlook Express.
28108         * ole/ole2.c, relay32/ole32.spec:
28109         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28110         Added stub for CreateBindCtx() and added missing CoGetClassObject()
28111         to *.spec file. Makes Internet Explorer 4.01 happy ;-)
28113         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
28114         Little improvement.
28116         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
28117         Added preliminary hit testing. Makes regedit.exe happy ;-)
28119         * documentation/common_controls, dlls/comctl32/imagelist.c:
28120         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28121         Improved documentation and fixed typos.
28123         * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
28124         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28125         Added DrawStatusText32AW() and CreateStatusWindow32AW().
28127         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
28128         Improved display and layout code.
28130         * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
28131         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28132         New Files. Added 'date and time picker' and 'month calendar' control
28133         dummies. They are used by Outlook Express.
28135 Sat Nov  7 12:56:32 1998  Alexandre Julliard  <julliard@winehq.com>
28137         * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
28138         Charles Suprin <csuprin@lynx.dac.neu.edu>
28139         Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
28141         * graphics/x11drv/graphics.c:
28142         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28143         Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
28144         which it did if either ellipse dimension was zero.
28146         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28147         Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
28148         is zero.
28150         * relay32/mpr.spec, misc/network.c:
28151         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
28152         Added stub WNetEnumCachedPasswords.
28154         * msdos/int21.c, msdos/int25.c:
28155         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
28156         Made this file DOSMOD friendly.
28158         * loader/ne/segment.c, loader/pe_image.c:
28159         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
28160         Unified "No implementation for..." warnings.
28162         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
28163         monodebg.vxd used by some Origin programs implemented.
28165         * objects/bitmap.c:
28166         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28167         Fail if less then one entire line requested in GetBitmapBits32.
28169         * windows/winproc.c: Rein Klazes <rklazes@casema.net>
28170         Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
28172         * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
28173         John Richardson <jrichard@zealand.mv.com>
28174         Implementation of CoLoadLibrary, CoFreeAllLibraries,
28175         CoFreeUnusedLibraries, CoFreeLibrary.
28176         Fixed misspelling of CoUninitialize.
28178         * programs/clock/ChangeLog, programs/clock/main.c:
28179         Robert Pouliot <krynos@clic.net>
28180         Fixes for other languages.
28182 Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard@winehq.com>
28184         * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
28185         Fix wide character functions to return character count in character
28186         quantities not byte quantities.  Make RegQueryInfoKey and
28187         RegQueryInfoKey behave correctly in win95 mode.
28189         * include/dinput.h, windows/dinput.c:
28190         Lionel Ulmer <ulmer@directprovider.net>
28191         Changed mouse button mapping and check size of return buffer.
28193         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
28194         ExtSelectClipRgn() with RGN_COPY copies the wrong region.
28196         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28197         Fixed an error in the implementation of FILE_ShareDeny.
28199         * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
28200         Marcus Meissner <marcus@jet.franken.de>
28201         Solaris redefines ERR and CS, fixed occurances.
28202         Solaris has TRAPNO in its sigcontext, added to sig_context.h
28204         * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
28205         Eric Pouech <Eric.Pouech@wanadoo.fr>
28206         Made mmioSetBuffer callable from 16 and 32 bit code.
28208         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
28209         Fixed wrong arg type.
28211         * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
28212         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28213         Moved X11 DIB stuff to x11drv.
28215         * win32/code_page.c:
28216         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28217         The API for WideCharToMultiByte says that the src-string has only to be
28218         treated as NULL-terminated if srclen is -1.
28220         * include/win.h, windows/event.c, windows/win.c:
28221         Ove Kaaven <ovek@arcticnet.no>
28222         Made sure ConfigureNotify is processed before Expose, deferring the
28223         Expose event if necessary, thus working around a WM flaw with virtual
28224         desktop scrolling in -managed mode.
28226         * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
28227         Translated in French (not so good anyhow) message for the mark on
28228         system menu.
28230         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
28231         Changed the default from 0 to 0x409 (eng-us).
28233         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
28234         Two missing WINAPIs.
28236         * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
28237         Fixed one wrong parameter.
28239         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
28240         Fixed --disable-lib.
28242 Thu Nov  5 10:33:18 1998  Alexandre Julliard  <julliard@winehq.com>
28244         * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
28245         Constants for controls in common dialogs.
28247 Wed Nov  4 18:08:33 1998  Alexandre Julliard  <julliard@winehq.com>
28249         * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
28250         Fixed some compiler warnings.
28252 Sun Nov  1 19:27:24 1998  Alexandre Julliard  <julliard@winehq.com>
28254         * windows/message.c, windows/nonclient.c, windows/painting.c, windows/winhelp.c, windows/winpos.c, misc/commdlg.c, misc/shell.c, misc/winsock.c, miscemu/instr.c, multimedia/audio.c, multimedia/joystick.c, objects/bitmap.c, objects/clipping.c, objects/color.c, objects/cursoricon.c, objects/dib.c, tools/wrc/dumpres.c, tools/wrc/parser.l, windows/clipboard.c, windows/mdi.c, files/file.c, graphics/x11drv/xfont.c, memory/heap.c:
28255         Jesper Skov <jskov@cygnus.co.uk>
28256         egcs 'ambiguous else' warnings fixes.
28258         * include/toolhelp.h, include/windows.h, scheduler/process.c:
28259         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28260         Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
28261         definition to toolhelp.h.
28263         * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
28264         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28265         Run Winelib applications as 32-bit processes in the initial task.
28266         Simplified/removed several special 'if (__winelib)' cases in
28267         Wine main code obsoleted by that change.
28269         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28270         Call mouse driver callback also if windows are not registered with X
28271         (if using native USER.EXE).
28273         * memory/atom.c, include/atom.h:
28274         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28275         Adapted to separation between KERNEL and USER.
28277         * if1632/builtin.c, include/main.h, loader/main.c, loader/task.c, miscemu/main.c, relay32/gdi32.spec, relay32/kernel32.spec, relay32/user32.spec, scheduler/process.c:
28278         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28279         Implemented new Wine startup sequence, separating startup into
28280         KERNEL/USER/GDI related parts, allowing native replacement.
28281         Implemented initial 'kernel' task.
28283         * include/ole.h, include/winerror.h, ole/compobj.c:
28284         John Richardson <jrichard@zealand.mv.com>
28285         Implementation of InprocServer32 CoGetClassObject.
28287         * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
28288         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28289         More bitmap fixes.
28291         * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
28293         * programs/winhelp/Makefile.in, programs/winver/Makefile.in, windows/win.c, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/init.c, include/config.h.in, include/win.h, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, include/acconfig.h:
28294         Patrik Stridvall <ps@leissner.se>
28295         Started moving some X11 window management code to windows/x11drv.
28297         * if1632/user.spec, windows/dialog.c, windows/winproc.c:
28298         Ove Kaaven <ovek@arcticnet.no>
28299         Fixed IsDialogMessage16.
28301         * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
28302         Tell people to ignore the 'gets' warning. Some will listen.
28304         * graphics/x11drv/bitmap.c, windows/graphics.c:
28305         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28306         A couple of small fixes to my bitmap patch.
28308         * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
28309         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28310         Allow the user to put a mark in the debug log by adding a item in the
28311         SYSMENU. The messages needs implementation in all other languages than
28312         English and German.
28314         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28315         Give tempfile a different name even if they are created in the same
28316         second. Removed some fixmes from the ShareDeny stuff.
28318         * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
28319         Rein Klazes <rklazes@casema.net>
28320         CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
28321         extended style is specified. Also implemented CreateMDIWindow32A()
28322         call - single thread only -.
28324         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
28325         Erred in the bit macros in treeview.c. Shiftcounts were wrong.
28327         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
28328         Detection of the end of imports with Characteristics 0 fail for Borland
28329         programs (which seem to have always characteristics 0). Changed to algorithm
28330         to something a bit more intelligent.
28332         * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
28333         Added CoFreeLibrary stub.
28335         * README: Updated FAQ location.
28337         * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28338         Implement SEGPTR conversion for STARTDOC in Escape32().
28340         * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28341         Bugfix: SetDCState did not reset clipping region to empty.
28343         * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
28344         Fixed small off by one error in GetComputerName32W, always killed the
28345         last character of a hostname.
28347         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
28348         Don't HeapFree() colormap if we didn't allocate one.
28350         * win32/advapi.c, windows/message.c, windows/user.c, dlls/shell32/shellord.c, include/wintypes.h, misc/crtdll.c, misc/printdrv.c, relay32/advapi32.spec, relay32/crtdll.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/user32.spec, relay32/winspool.spec:
28351         Marcus Meissner <marcus@jet.franken.de>
28352         Added stubs for user32,advapi32 functions.
28354         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
28355         Marcus Meissner <marcus@jet.franken.de>
28356         More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
28358         * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
28359         Changed many WARN()s related to internal Wine memory failures to
28360         ERR()s.
28362         * if1632/kernel.spec, scheduler/process.c:
28363         Andreas Mohr <a.mohr@mailto.de>
28364         Added .spec entry for KERNEL.RegisterServiceProcess.
28366         * if1632/display.spec, windows/keyboard.c:
28367         Andreas Mohr <a.mohr@mailto.de>
28368         Added stub for CheckCursor().
28370         * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
28371         Fix for non-modal dialog closing.
28373         * windows/dinput.c: David Faure  <faure@kde.org>
28374         Rewrote the two routines using the vkey->scancode array to use
28375         keyc2vkey for each keycode, instead. Not tested.
28376         Removed unused IDirectInputDeviceA_GetDeviceState.
28377         Fixed warning in TRACE() call.
28379         * windows/keyboard.c: David Faure <faure@kde.org>
28380         Deleted the vkey->sancode array, because QWERTY specific.
28381         Back to using the X keycode instead as the scancode. Tested.
28383         * graphics/psdrv/init.c:
28384         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28385         Print a message if the PostScript driver can't find a PPD file.
28387         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
28388         Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
28389         (DOS apps/games using this mode comes up now, although you can't
28390         really do anything with them (yet?).)
28392         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
28393         Use macro V86_FLAG.
28395         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
28396         Set default video mode to 3 (80x25 color).
28398         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
28399         Ignores a couple of signals.
28401         * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
28402         Ove Kaaven <ovek@arcticnet.no>
28403         Moved VGA-emulating DirectX code from dispdib.c to a separate
28404         file. Made it use a system timer and trap I/O accesses to the VGA
28405         DAC registers to accommodate DisplayDib-using programs that try to
28406         access the VGA hardware directly.
28408         * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
28409         Ove Kaaven <ovek@arcticnet.no>
28410         Indirection for INSTR_EmulateInstruction for use by DOS code.
28411         Added support for a 55Hz system timer, letting DOS apps calibrate
28412         their delay loops and such. Calls INSTR_EmulateInstruction for
28413         instruction emulation (principally I/O port access). Added macro
28414         V86_FLAG.
28416 Sat Oct 31 12:20:56 1998  Alexandre Julliard  <julliard@winehq.com>
28418         * windows/dinput.c, multimedia/dsound.c:
28419         Marcus Meissner <marcus@jet.franken.de>
28420         Small fixes.
28422         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
28423         Removed the FIXME() and moved SetLastError(0) to the end (so that
28424         GetTempFileName et.al. can't overwrite it).
28426         * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
28427         Marcus Meissner <marcus@jet.franken.de>
28428         Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
28429         a bit further.
28431         * windows/mdi.c: Rein Klazes <rklazes@casema.net>
28432         MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
28433         style, should not be shown at creation nor activated unless the
28434         WS_VISIBLE flag is set.
28436         * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
28437         Bugfix for fixup_imports: Enable checking for terminating import
28438         struct with Characteristics bitfield set to 0.
28440         * windows/win.c: Rein Klazes <rklazes@casema.net>
28441         Delay linking newly created window in linked list until after the
28442         WM_NCCREATE message.
28444         * files/file.c: Rein Klazes <rklazes@casema.net>
28445         Small bug in FILE_InUse does not do a release on every acquired file
28446         pointer.
28448         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
28449         lpszName of NULL is handled (removes some warnings).
28451         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
28452         Now allows specification of a start directory on the cmdline.
28454         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
28455         Gets rid of the arch-dependent bit operations (tested on Linux and
28456         Solaris/x86).
28458 Wed Oct 28 14:58:02 1998  Alexandre Julliard  <julliard@winehq.com>
28460         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
28461         A dest buffer was printed out as string.
28463         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
28464         Corrected 2 wrong definitions.
28466         * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
28467         Patrick Spinler <spinler.patrick@mayo.edu>
28468         Added stubs for Process32First/Process32Next.
28470         * include/x11drv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/palette.c, objects/region.c, graphics/escape.c, graphics/metafiledrv/graphics.c, graphics/painting.c, graphics/path.c, graphics/psdrv/graphics.c, graphics/win16drv/graphics.c, graphics/x11drv/graphics.c, include/debugger.h, include/gdi.h, include/metafiledrv.h, include/psdrv.h, include/win16drv.h, include/windows.h, include/wintypes.h, debugger/dbg.y, debugger/msc.c, debugger/stabs.c, debugger/types.c:
28471         François Gouget <gouget@metaintegration.net>
28472         Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
28473         headers prototypes.
28475         * graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/brush.c, objects/dib.c, objects/oembitmap.c, windows/graphics.c, graphics/metafiledrv/init.c:
28476         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28477         Added pBitmapBits and pCreateBitmap to the GDI function table and
28478         moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
28480         * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
28481         Juergen Schmied <juergen.schmied@metronet.de>
28482         New SHGetSimpleIDListFromPath32AW.
28483         Unicode-safe: PathFindFilename32AW.
28485         * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
28486         IExtractIcon had an extra c in a struct definition.
28488         * relay32/dplay.spec:
28489         John Richardson <jrichard@zealand.mv.spamless.com>
28490         Added entry for DirectPlayEnumerate.
28492         * ole/nls/sky.nls, ole/ole2nls.c:
28493         Juergen Schmied <juergen.schmied@metronet.de>
28494         Added Slovak nls-resources.
28496         * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28497         Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
28498         CreateRoundRectRgn.
28500 Tue Oct 27 15:41:54 1998  Alexandre Julliard  <julliard@winehq.com>
28502         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
28503         EnumDisplayModes* returns a static list of modes with all depths
28504         (helps hexen2demo), ChangeDisplaySettings returns true all the time.
28506         * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
28507         Marcus Meissner <marcus@jet.franken.de>
28508         Stub for midiOpenStream (helps hexen2demo).
28510         * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
28511         Robert Pouliot <krynos@clic.net>
28512         Small patch for better French support.
28514         * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28515         Bugfix: memory overwrite bug.
28517 Mon Oct 26 11:04:13 1998  Alexandre Julliard  <julliard@winehq.com>
28519         * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
28520         32-bit clipboard support.
28522         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28523         Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
28524         on the queue.
28526         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
28527         Fixed a minor problem with the menus for mdi child windows.
28529         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
28530         Removed no longer necessary commented out code, destroy old window
28531         when SetDisplayMode is called again, EnumDisplayModes now returns
28532         all possible modes (using a static list).
28534         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
28535         Anon shared mapping fixed for file sharing.
28537 ----------------------------------------------------------------
28538 Sun Oct 25 10:32:23 1998  Alexandre Julliard  <julliard@winehq.com>
28540         * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
28541         Fixes for LANG_NEUTRAL.
28543         * include/task.h:
28544         Added some padding to the PDB for ill-behaving apps (problem reported
28545         by Andreas Mohr).
28547         * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
28548         Jonathan Buzzard <jab@hex.prestel.co.uk>
28549         Added a new debugging channel io to allow read/writes on a port to be
28550         logged to a file.
28552         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
28553         Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
28554         ignored. 0x00 is used for generated key events only.
28556         * windows/message.c, windows/queue.c:
28557         Douglas Ridgway <ridgway@winehq.com>
28558         API Documentation for SendMessage, GetTickCount, PostQuitMessage,
28559         GetMessagePos, GetMessageTime.
28561         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
28562         Delete the filename for the mapping instantly.
28564         * dlls/shell32/shellord.c, relay32/shell32.spec:
28565         Michael Poole <poole@graviton.res.cmu.edu>
28566         Stub for SHSimpleIDListFromPath.
28568         * loader/task.c: Fixed bug in SwitchStackTo.
28570 Sat Oct 24 13:06:16 1998  Alexandre Julliard  <julliard@winehq.com>
28572         * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
28573         Check if scrollbar and parent are visible before redraw.
28575         * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
28576         Kai Morich <kai.morich@darmstadt.netsurf.de>
28577         Added Drag*32 functions.
28579         * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
28580         Added Drag&Drop from KDE app to 16/32 bit Windoze app.
28582         * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
28583         Added FIXME message in PostMessage32x if parameters are truncated
28584         when calling PostMessage16.
28586         * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
28587         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28588         Added support for global handles, implemented ConvertToGlobalHandle.
28589         Allocate startup data and 16-bit stack for initial process.
28591         * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
28592         Small fix.
28594         * programs/progman/.cvsignore, programs/progman/Es.rc, programs/progman/Makefile.in, programs/winhelp/.cvsignore, programs/winhelp/Es.rc, programs/winhelp/Makefile.in, programs/clock/.cvsignore, programs/clock/Es.rc, programs/clock/Makefile.in, programs/notepad/.cvsignore, programs/notepad/Es.rc, programs/notepad/Makefile.in:
28595         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
28596         Added Spanish resources.
28598         * ole/nls/euq.nls, resources/sysres_Es.rc:
28599         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
28600         Small corrections.
28602         * relay32/kernel32.spec, scheduler/process.c:
28603         Marcus Meissner <marcus@jet.franken.de>
28604         LoadLibraryExW spec added (function was there).
28605         SetProcessPriorityBoost stub added.
28607         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
28608         Compile fix for Solaris.
28610         * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
28611         Ove Kaaven <ovek@arcticnet.no>
28612         Implemented DisplayDib.
28614         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
28615         Hack to support integer ids in all static controls.
28617         * include/dinput.h, windows/dinput.c:
28618         Lionel Ulmer <ulmer@directprovider.net>
28619         Beginning of mouse support in DirectInput (only "standard" mouse
28620         configuration supported for now).
28622         * include/*.h, dlls/comctl32/*.c:
28623         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28624         Added xxx_Unregister() functions to all common controls.
28626         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
28627         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28628         Some minor improvements and fixes.
28630         * dlls/comctl32/rebar.c, include/rebar.h:
28631         Eric Kohl <ekohl@abo.rhein-zeitung.de>
28632         Improved the rebar control.
28634         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
28635         Added support for transparent and tracking tooltips.
28637         * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
28638         Fixed a popup menu selection bug.
28640         * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
28641         Fixed DrawCaption16() and DrawCaptionTemp16().
28643         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
28644         Fixed warning.
28646         * graphics/psdrv/Makefile.in, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/gdi.h, include/psdrv.h, objects/dib.c:
28647         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
28648         Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
28649         SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
28650         driver.
28652         * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
28653         Joseph Pranevich <knight@baltimore.wwaves.com>
28654         Added support for int17 and int19.
28656         * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
28657         Stubs for dos mode reboot interrupt.
28659         * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
28660         Some printer stubs for DOS added.
28662         * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
28663         More stubs added. These changes are only partially mine, I just made
28664         them compile.
28666         * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
28667         Added some traces and cleaned up a couple of things.
28669         * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h, include/shlobj.h, memory/string.c, ole/ole2nls.c, relay32/shell32.spec, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c:
28670         Juergen Schmied <juergen.schmied@metronet.de>
28671         Changed some string-shell32 functions to 32AW, parameter are
28672         os depending 32A or 32W (-winver nt351 or nt40), some new functions.
28673         Some fixes in ole2nls.
28674         New OLE2NLS_CheckLocale() to handle Locale_User_Default and
28675         Locale_System_Default.
28676         Shell32 now dynamicly links to DPA_*(), comdlg32 works again
28677         (comctl32 heap alloc patch broke it).
28679         * include/winversion.h, misc/version.c:
28680         Juergen Schmied <juergen.schmied@metronet.de>
28681         Added VERSION_IsOsUnicode().
28683         * scheduler/handle.c:
28684         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28685         More off-by-one errors fixed.
28687         * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
28688         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28689         File sharing fixes.
28691 Fri Oct 23 17:26:44 1998  Alexandre Julliard  <julliard@winehq.com>
28693         * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
28694         Bug fix.
28696         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
28697         Fixed DOS environment passing.
28699         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
28700         Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
28702         * include/font.h, objects/font.c, objects/gdiobj.c:
28703         Juergen Schmied <juergen.schmied@metronet.de>
28704         New FONT_GetObject32W(), GetObject32W().
28706         * relay32/user32.spec, win32/ordinals.c, windows/user.c:
28707         Juergen Schmied <juergen.schmied@metronet.de>
28708         New stub RegisterTaskList.
28709         New function EnumDisplaySettings32W().
28711         * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
28712         More parameter checking in RltCopySid.
28714         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
28715         More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
28717         * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
28718         Ove Kaaven <ovek@arcticnet.no>
28719         Added new dll avifil32.dll.
28721         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
28722         Ove Kaaven <ovek@arcticnet.no>
28723         First shot at DPMI realmode calls.
28725         * loader/module.c:
28726         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
28727         Fixed several bugs with DLL initialization.
28729 Thu Oct 22 17:02:25 1998  Alexandre Julliard  <julliard@winehq.com>
28731         * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
28732         Added ordinal for two syslevel functions.
28734         * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
28735         Another missing WINAPI.
28737         * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
28738         Small corrections in mmio declarations.
28740         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
28741         Take virtual sizes in account for the total vma size.
28743         * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
28744         Add some more NLS definitions for the Romanian language.
28746         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
28747         Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
28748         to work. 'Adjust' caps flags accordingly.
28750         * ole/compobj.c, relay32/ole32.spec:
28751         Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
28752         Stub for CoCreateGuid().
28754         * dlls/comctl32/treeview.c, multimedia/mcicda.c:
28755         Brian Litzinger <brian@litzinger.com>
28756         Fixes for FreeBSD.
28758         * libtest/.cvsignore, libtest/Makefile.in:
28759         Petter Reinholdtsen <pere@minerva.cc.uit.no>
28760         Make sure hello3res.h is generated even if 'make depend' never has
28761         been run.
28763         * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
28764         Fixed moving and sizing of child windows.
28766         * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
28767         Marcus Meissner <marcus@jet.franken.de>
28768         XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
28770 Wed Oct 21 17:20:48 1998  Alexandre Julliard  <julliard@winehq.com>
28772         * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
28773         Ove Kaaven <ovek@arcticnet.no>
28774         Added indirection for ctx_debug to the DOS loader, so Winelib works
28775         again.
28777         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
28778         Support anon shared mappings using temporary files (wont be deleted
28779         yet).
28781         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
28782         Was freeing the incorrect pointers -> crash in mallocs/frees.
28784         * files/dos_fs.c, relay32/kernel32.spec:
28785         Marcus Meissner <marcus@jet.franken.de>
28786         DefineDosDevice stub added.
28788         * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
28789         Added a default program option in wine.conf in section [programs] key
28790         Default.
28792         * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
28793         Better fix for this_is_a_syntax_error.
28795         * ole/nls/*.nls:
28796         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
28797         Added the entries for LOCALE_SISO639LANGNAME and
28798         LOCALE_SISO3166CTRYNAME.
28800         * documentation/wine.man: James Juran <jrj120@psu.edu>
28801         Updated manpage.
28803         * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
28804         Fixed wrong ordinals.
28806         * objects/region.c: NF Stevens <norman@arcady.u-net.com>
28807         Fixed a bug in RectInRegion.
28809 Tue Oct 20 15:26:26 1998  Alexandre Julliard  <julliard@winehq.com>
28811         * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
28812         Removed an incorrect error message.
28814         * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
28815         Make sure the access functions are always used to get label and serial
28816         number.
28818 Mon Oct 19 08:48:24 1998  Alexandre Julliard  <julliard@winehq.com>
28820         * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
28821         Fixed bug on platforms were buffers returned by getenv() shall not be
28822         free()'ed. Added French (default) in locale handling.
28824         * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
28825         Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
28826         compile-time error message make more sense.
28828         * scheduler/handle.c:
28829         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28830         Fixed off by one error in HANDLE_GetObjPtr.
28832 ----------------------------------------------------------------
28833 Sun Oct 18 14:48:31 1998  Alexandre Julliard  <julliard@winehq.com>
28835         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28836         Try to implement the OF_SHARE_XXX options.
28837         Move the mode translations to functions.
28839         * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
28840         Matthew Becker <mbecker@glasscity.net>
28841         Documentation updates.
28843         * ole/compobj.c, relay32/ole32.spec:
28844         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28845         Added stub for CoSetState32.
28847         * miscemu/main.c: Chad Powell <pxpx@usa.net>
28848         Added ability to read a startup program from wine.ini file.
28849         Put it in section [programs] key Startup.
28851         * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
28852         Alex Priem <alexp@sci.kun.nl>
28853         Further improvements.
28855         * include/cursoricon.h, objects/cursoricon.c:
28856         Turchanov Sergey <turchanov@usa.net>
28857         Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
28858         drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
28860         * include/bitmap.h, objects/bitmap.c:
28861         Turchanov Sergey <turchanov@usa.net>
28862         Fixed LoadImage to support almost all LR_ flags.
28864         * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
28865         Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
28866         COLOREFs had red part zeroed) that made plenty of cyan colors, minor
28867         bug fixes, changes to support LR_ flags.
28869         * include/global.h, memory/virtual.c:
28870         Turchanov Sergey <turchanov@usa.net>
28871         Added VIRTUAL_MapFileW to map file to memory in one function call.
28873         * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
28874         Turchanov Sergey <turchanov@usa.net>
28875         Moved Multimonitor API declarations to windows.h.
28877         * if1632/user.spec, include/driver.h, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mmsystem.c, relay32/winmm.spec, windows/driver.c:
28878         Turchanov Sergey <turchanov@usa.net>
28879         Implemented DefDriverProc32 from winmm.dll.
28881         * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
28882         Alex Korobka <korobka@ams.sunysb.edu>
28883         Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
28884         bit.
28886         * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
28887         Juergen Schmied <juergen.schmied@metronet.de>
28888         GetLocaleInfo32A can handle len=0 now, sets LastError and touches
28889         buffer only when necessary.
28890         Updated deu.nls and some LCTYPES in winnls.h.
28892         * if1632/relay.c: Rein Klazes <rklazes@casema.net>
28893         CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
28894         not crash.
28896 Sat Oct 17 13:07:48 1998  Alexandre Julliard  <julliard@winehq.com>
28898         * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
28899         Reduced huge (1GB) heap creation that caused Starcraft to fail.
28901         * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
28902         Patrik Stridvall <ps@leissner.se>
28903         Compile fix for Solaris.
28905         * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
28906         Compile fix for non OSS systems.
28908         * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
28909         Compile fix for non XF86-DGA systems.
28911         * libtest/Makefile.in, libtest/volinfo.c:
28912         Petter Reinholdtsen <pere@td.org.uit.no>
28913         New file to test DRIVE_GetLabel.
28915         * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
28916         Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
28917         32bit cdaudio bit support before it can be removed...
28919         * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
28920         Added a bunch of stubs for ddraw suface routines. All stubs for
28921         surface present now.
28922         Commented out message pump calls. I don't see a reason for them being
28923         there. Everything works fine with -desktop and -managed still has
28924         problems. Disagreements?
28926         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
28927         Fixed GetLocaleInfo32A for other languages than en_uk.
28928         Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
28929         last but not least the first argument lcid where is all about...
28931         * include/syslevel.h, misc/registry.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/mmsystem.c, multimedia/time.c, windows/caret.c, dlls/msacm32/builtin.c:
28932         Marcus Meissner <marcus@jet.franken.de>
28933         Fixed some more missing WINAPIs (hopefully correct).
28935         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
28936         Fixed the = -> == bug.
28938         * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
28939         Shell parameters (config.sys) and ANSI support stubs.
28941         * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
28942         Added int16.c and int29.c.
28944         * include/miscemu.h, msdos/interrupts.c:
28945         Joseph Pranevich <knight@baltimore.wwaves.com>
28946         More interrupts that can be done from DOS mode.
28948         * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
28949         Added int29 (Fast Write to Screen) support.
28951         * msdos/int16.c, include/debug.h, include/debugdefs.h:
28952         Joseph Pranevich <knight@baltimore.wwaves.com>
28953         Added int16 (Keyboard) support, mostly stubs.
28955 Fri Oct 16 15:40:21 1998  Alexandre Julliard  <julliard@winehq.com>
28957         * relay32/shell32.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlobj.h:
28958         Juergen Schmied <juergen.schmied@metronet.de>
28959         Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
28960         SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
28961         SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
28962         SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
28963         SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
28965         * misc/ntdll.c, relay32/ntdll.spec:
28966         Dietmar Kling <dietmar.kling@usa.net>
28967         Added undocumented function RtlOpenCurrentUser.
28969         * objects/cursoricon.c, misc/shell.c, misc/ver.c, misc/version.c, loader/elf.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, include/neexe.h, include/pe_image.h, include/peexe.h, debugger/dbgmain.c, debugger/msc.c:
28970         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
28971         Renamed all LPIMAGE_* types to PIMAGE_*.
28973 Thu Oct 15 13:03:10 1998  Alexandre Julliard  <julliard@winehq.com>
28975         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
28976         Fixed an error when an owned window activates its owner during
28977         creation.
28979         * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
28980         Closing a dialog using the menu bar ("x" or "-" button or windows
28981         menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
28982         normal windows when DestroyWindow() is called.
28984         * dlls/shell32/pidl.c:
28985         Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
28986         Added missing WINAPIs.
28988         * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
28989         Juergen Schmied <juergen.schmied@metronet.de>
28990         New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
28991         RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
28992         GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
28993         SetTaskmanWindow.
28995         * relay32/ntdll.spec, misc/ntdll.c:
28996         Juergen Schmied <juergen.schmied@metronet.de>
28997         New stubs NtQueryInformationThread, NtQueryInformationToken,
28998         RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
29000         * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
29001         Fixed PlaySound to start its thread the right way.
29003 Wed Oct 14 18:40:35 1998  Alexandre Julliard  <julliard@winehq.com>
29005         * controls/combo.c, controls/listbox.c:
29006         Alex Korobka <korobka@ams.sunysb.edu>
29007         CB_SETCURSEL and some other fixes.
29009         * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
29010         Better QUEUE_FlushMessages().
29012         * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
29013         Moshe Vainer <moshev@easybase.com>
29014         Partial implementation of GetOutlineTextMetrics32A.
29015         Added structures for OUTLINETEXTMETRICS.
29017         * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
29018         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29019         Do not clip source rectangle even by visible region for bitblts.
29020         Added field 'totalExtent' to WIN_DC_INFO.
29022         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29023         Added stub for VMM PM API AH=026[de] (never say 'safe mode').
29025         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29026         Bugfix: Local32Free caused free handles list corruption.
29028         * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
29029         Fixed --disable-debug config option.
29031 Tue Oct 13 12:50:04 1998  Alexandre Julliard  <julliard@winehq.com>
29033         * relay32/shell32.spec, dlls/shell32/shellord.c:
29034         Petter Reinholdtsen <pere@td.org.uit.no>
29035         Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
29036         and FileIconInit() needed by Win95 explorer.
29038 Mon Oct 12 07:25:54 1998  Alexandre Julliard  <julliard@winehq.com>
29040         * windows/dialog.c, controls/button.c, controls/menu.c:
29041         Norman Stevens <norman@arcady.u-net.com>
29042         Improving keyboard handling, including accelerator keys in dialog
29043         boxes. Also fixes enter key in Agent32 edit box.
29045 Sun Oct 11 19:37:23 1998  Alexandre Julliard  <julliard@winehq.com>
29047         * misc/commdlg.c: Eric Pouech  <eric.pouech@lemel.fr>
29048         Added support in file dialog boxes handling for filters like
29049         "*.txt;*.bat".
29051         * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
29052         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29053         Implemented new PE DLL initalization code, trying to call the
29054         DllEntryPoint routines always in correct order :-)
29055         Bypass snooping when getting data buffer addresses (thunk buffers,
29056         __GP handlers) and for 32-bit routines directly called from 16-bit
29057         (due to stack address size problems).
29059         * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
29060         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29061         Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
29062         Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
29064         * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
29065         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29066         Implemented (partially) the KERNEL Thunklet API and Callback Client
29067         API (KERNEL.560-568,604-612,619-622).
29068         Added stubs for K228, K237, KERNEL.365, KERNEL.447.
29070         * objects/bitmap.c, if1632/gdi.spec:
29071         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29072         Stubs for CreateUser(Discardable)Bitmap16.
29074         * memory/heap.c, include/winnt.h:
29075         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29076         Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
29078         * memory/global.c, include/windows.h:
29079         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29080         GlobalFix16 is supposed to return selector to the memory area.
29082         * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
29083         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29084         Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
29086         * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
29087         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29088         Use emergency TEB selector to avoid debugger crashes when stepping
29089         through relay stubs (or when FS is invalid otherwise).
29091         * windows/event.c, windows/keyboard.c:
29092         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29093         MOUSE.DRV routines moved to event.c. Call mouse event procedure.
29095         * windows/dce.c, windows/painting.c, windows/scroll.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, include/dc.h, include/windows.h, if1632/gdi.spec, graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, graphics/path.c:
29096         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
29097         Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
29098         coordinates relative to the device, not the DC origin. This is
29099         necessary to correctly implement GetClipRgn16 and InquireVisRgn.
29100         SelectVisRgn also expects region in device-relative coordinates.
29101         Adapted the rest of Wine to this coordinate change.
29102         Implemented ExtSelectClipRgn.
29104         * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
29105         Andreas Mohr <100.30936@germany.net>
29106         Small fix.
29108         * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
29109         Andreas Mohr <100.30936@germany.net>
29110         Yet another small self-loader fix.
29112         * files/drive.c: Andreas Mohr <100.30936@germany.net>
29113         Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
29114         correctly due to current drive being set too late.
29116         * Make.rules.in: Patrik Stridvall <ps@leissner.se>
29117         Use $(AS) instead of $(CC) to compile .s files.
29119         * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, include/debug.h, include/debugdefs.h, include/mmreg.h, if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, dlls/Makefile.in, Makefile.in, configure, configure.in:
29120         Patrik Stridvall <ps@leissner.se>
29121         Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
29123         * include/imagehlp.h, relay32/imagehlp.spec, dlls/imagehlp/.cvsignore, dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c:
29124         Patrik Stridvall <ps@leissner.se>
29125         Started the implementation of IMAGEHLP.DLL.
29127         * include/msacm.h, include/msacmdrv.h, relay32/msacm32.spec, if1632/msacm.spec, dlls/msacm32/.cvsignore, dlls/msacm32/Makefile.in, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/msacm_main.c:
29128         Patrik Stridvall <ps@leissner.se>
29129         Started the implementation of MSACM.DLL and MSACM32.DLL.
29131         * win32/device.c: Patrik Stridvall <ps@leissner.se>
29132         Removed things that were earlier added by mistake.
29134         * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
29135         The implementation of mmioWrite is now called instead of the stub.
29137         * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
29138         Juergen Schmied <juergen.schmied@metronet.de>
29139         Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
29141         * relay32/shell32.spec, dlls/shell32/shell32_main.c:
29142         Juergen Schmied <juergen.schmied@metronet.de>
29143         New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
29144         Implemented: SHGetPathFromIDList32W.
29145         Changed PathCombine.
29147         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
29148         New structures DVASPECT, TYMED, IDLList.
29149         Shell specific clipboard formats.
29151         * relay32/winspool.spec, misc/printdrv.c:
29152         Juergen Schmied <juergen.schmied@metronet.de>
29153         Stub EnumPrintersW.
29155         * dlls/shell32/dataobject.c:
29156         Juergen Schmied <juergen.schmied@metronet.de>
29157         Implemented first functions.
29159         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
29160         Juergen Schmied <juergen.schmied@metronet.de>
29161         New class IDLList "Item ID List List" (internal).
29163         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
29164         Small changes (uses HIWORD/LOWORD).
29166         * windows/dialog.c, relay32/user32.spec:
29167         Sat Oct 10 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
29168         Stub CreateDialogIndirectParamAorW.
29170         * Makefile.in, configure, configure.in:
29171         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
29172         Don't install object files when --disable-lib is selected.
29174         * debugger/hash.c, debugger/msc.c:
29175         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
29176         Don't print name for 32 bit lib multiple times.
29177         Clean up printing in DEBUG_ProcessDeferredDebug.
29179         * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
29180         David Luyer <luyer@ucs.uwa.edu.au>
29181         Small fixes.
29183         * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
29184         Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
29186         * ole/typelib.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/olesvr.c, ole/storage.c, misc/ntdll.c, misc/registry.c:
29187         Matthew Becker <mbecker@glasscity.net>
29188         Documentation corrections/standardizations.
29190         * multimedia/audio.c, multimedia/init.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcistring.c, multimedia/midi.c, multimedia/mmsystem.c, include/mmsystem.h, include/multimedia.h:
29191         Eric Pouech  <eric.pouech@lemel.fr>
29192         Started coding 32 bit MCI handling.
29193         Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
29194         Wrote MCI MIDI support.
29196         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
29197         Yet another improvement to the bezier code.
29199         * windows/message.c: Rein Klazes <rklazes@casema.net>
29200         GetTickCounts() has a granularity in windows of 25 msec's.
29201         Girotel's serial communication appears to depend on it, so I guess
29202         it's a feature...
29204         * misc/comm.c: Rein Klazes <rklazes@casema.net>
29205         Update the modemn status bit that indicates whether the RLSD line is
29206         active in every call to GetCommError(). This is not the proper place,
29207         but since wine doesn't do any event-stuff...
29208         Fixed some TRACE call's faced with non zero terminated strings.
29209         Restore the terminal state at CloseCommt to the state it was at
29210         OpenComm(), so the modem will go off-hook.
29212         * loader/module.c: Alexander Larsson  <alla@lysator.liu.se>
29213         GetModuleFileName32A() returns long filename if app sets osversion >=
29214         4.0. Also moved the long filename hackery to GetLongPathName32A() so
29215         it can be used by win32 programs.
29217         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
29218         GetLongPathName32A() returns dos format long filename instead of unix
29219         format.
29221         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
29222         Small fixes.
29224         * relay32/shell32.spec, dlls/shell32/shellord.c:
29225         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29226         Added SHFlushClipboard.
29228         * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
29229         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29230         Fixed some undocumented functions.
29231         Changed algorithm in DPA_QuickSort().
29232         Fixed heap creation/destruction and control [un]registration in
29233         ComCtl32LibMain().
29235         * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
29236         Fixed a bug.
29238         * include/tooltips.h, dlls/comctl32/tooltips.c:
29239         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29240         Added tracking support and fixed loading of resource strings.
29241         Added unregister code.
29243         * include/debug.h, include/debugdefs.h, include/ipaddress.h, include/nativefont.h, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/ipaddress.c, dlls/comctl32/nativefont.c:
29244         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29245         Added IPAddress and NativeFont controls.
29247         * include/imagelist.h, dlls/comctl32/imagelist.c:
29248         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29249         Some minor improvements.
29251         * include/toolbar.h, dlls/comctl32/toolbar.c:
29252         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29253         Improved drawing and placement code. Explorer style common dialogs are
29254         looking good now.
29256         * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
29257         Fixed bug in DrawIconEx32().
29259         * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
29260         Improved GetSystemInformation32[A/W].
29262         * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
29263         Eric Kohl <ekohl@abo.rhein-zeitung.de>
29264         Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
29265         Fixed handling of WS_EX_TOOLWINDOW.
29267         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
29268         Updated.
29270         * windows/event.c, windows/keyboard.c, include/keyboard.h:
29271         David Faure <faure@kde.org>
29272         Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
29273         activated. Uses the new KEYBOARD_UpdateOneState.
29274         Fixed a problem with menu accelerators (Alt-letter generates a down
29275         arrow event which beeps if not filtered).
29276         Speeded up ToAscii16/32() a little bit.
29278         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
29279         Ove Kaaven <ovek@arcticnet.no>
29280         Made Wine's debugger work satisfactorily with DOS apps.
29281         Perhaps dereferencing work better for Win16 apps too now, but
29282         it appears the debugger core wasn't designed for segmentation.
29284         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
29285         Simulates DPMI memory map by converting lower-MB segment base
29286         addresses as necessary. Implemented allocating/freeing DOS memory
29287         blocks. Added XMS hook. (DPMI remains disabled by default until
29288         someone implements the raw mode switch entry points pkunzip needs.)
29290         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
29291         I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
29292         can't keep working around flaws in it like this (now stdio
29293         was getting closed when programs close handles >=5)
29295         * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
29296         Ove Kaaven <ovek@arcticnet.no>
29297         Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
29298         seems to work fine under Wine.
29300         * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
29301         Ove Kaaven <ovek@arcticnet.no>
29302         Moved some system dependencies to loader/dos/dosvm.c. Implemented
29303         environmental argv[0] passing to DOS apps. Added XMS hooks.
29305         * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
29306         Added a memset() to prevent a debugger segfault caused by
29307         uninitialized pointers in the stabs lookup tables.
29309         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
29310         A few fixes.
29312         * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
29313         Added RtlAllocateAndInitializeSid entry.
29315         * loader/Makefile.in, loader/elf.c, loader/module.c, loader/pe_image.c, include/config.h.in, include/module.h, include/pe_image.h, include/peexe.h, configure, configure.in:
29316         Marcus Meissner <marcus@jet.franken.de>
29317         Generic dynamic dll loader using dl*() API.
29318         Includes: stdcall->cdecl mapping ability, snooping.
29319         (Tested only with glide2x.dll -> libglide2x.so)
29321         * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
29322         Marcus Meissner <marcus@jet.franken.de>
29323         Added win32 enhanced functionality to timer callbacks.
29325         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
29326         Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
29327         does at least a bit of keyboard input.
29329         * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
29330         Should display again.
29332 Sat Oct 10 15:52:46 1998  Alexandre Julliard  <julliard@winehq.com>
29334         * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
29335         Implemented DS_CENTER dialog style.
29337         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
29338         Added function to build the Windows numeric language ID from language,
29339         code, charset and dialect strings, like used by Unix LANG variable.
29341         * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
29342         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
29343         More NLS data.
29345         * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
29346         Fixed a lot of bugs in ddraw.c to make xlib support work.
29347         Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
29349         * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
29350         Added DC object type to the list of valid objects that can be deleted
29351         by DeleteObject32.
29353 Sun Oct  4 18:20:29 1998  Alexandre Julliard  <julliard@winehq.com>
29355         * ChangeLog:
29356         Starting new format changelog (older changes moved to
29357         documentation/ChangeLog.OLD).