Release 20001002.
[wine/multimedia.git] / ChangeLog
blobfc50518f7285ad8138ff5b285396583350f0983b
1 ----------------------------------------------------------------
2 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
4         * memory/global.c:
5         Lawson Whitney <lawson_whitney@juno.com>
6         Protect GlobalHandle() against bad parameters.
8         * debugger/stack.c:
9         Fixed backtrace for apps that never called down to 16-bit code.
11         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
12         Make sure that we skip tasks with missing hInstance.
14         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
15         Introduced a new arena flag called GA_DOSMEM to distinguish between
16         DOSMEM and normal "windows" global mem.
18         * dlls/winmm/mmio.c:
19         Francois Jacques <francoisj@macadamian.com>
20         Bug fixes in mmio, related to buffering in record mode.
22         * 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:
23         Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
24         Fixed a few bugs.
26         * dlls/kernel/kernel32.spec:
27         Forward all large integer functions to ntdll.
29         * ole/ole2nls.c:
30         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
31         GetDateFormatA: Check range and recalculate wDayOfWeek.
32         OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
33         LOCALE_S(ABBREV)DAYNAMEx.
35         * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
36         Patrik Stridvall <ps@leissner.se>
37         Fixed some issues found by winapi_check.
39         * 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:
40         Patrik Stridvall <ps@leissner.se>
41         - Support for stdcall64
42         - Minor API updates.
44         * loader/loadorder.c:
45         Andreas Mohr <a.mohr@mailto.de>
46         Beautified the loadorder array (group DLLs according to functionality,
47         add group header comments, ...), added builtin x11drv and winaspi.
49         * dlls/msacm/internal.c:
50         James Hatheway <james@macadamian.com>
51         Silence unneeded exception to allow easier ACM debugging.
53 2000-10-01  Alexandre Julliard  <julliard@winehq.com>
55         * 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:
56         Converted some of the registry server requests to the new request
57         mechanism.
59         * 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:
60         Implemented a bunch of large integer functions in ntdll.
62         * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
63         Added stdcall64 entry point type to allow correct relay debugging
64         support for functions that return 64-bit values.
66 2000-09-29  Alexandre Julliard  <julliard@winehq.com>
68         * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
69         Make sure we commit enough memory in a new subheap.
71         * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
72         Stefan Leichter <Stefan.Leichter@camline.com>
73         - moved some code from WINSPOOL_GetPrinterDriver into new function
74           WINSPOOL_GetDriverInfoFromReg
75         - bug fix in function GetPrinterDirectoryW: free local variable not
76           the one from function interface
77         - implemented EnumPrinterDriversA|W
79         * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
80         Fixed the default value handling (trailing spaces of the default value
81         are clipped).
82         section == NULL, key_name == NULL undoc. feature is only valid in Win32.
84         * 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:
85         Moved a bunch of routines to kernel32.dll (with the help of
86         Dimitrie O. Paun).
88         * objects/palette.c:
89         Andreas Mohr <a.mohr@mailto.de>
90         GDISelectPalette16 checked GetObjectType() return value for
91         PALETTE_MAGIC instead of OBJ_PAL.
93         * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
94         Francois Gouget <fgouget@codeweavers.com>
95         Moved DLLVERSIONINFO to shlwapi.h.
97         * dlls/shell32/shell.c:
98         Andreas Mohr <a.mohr@mailto.de>
99         Let InternalExtractIcon16 load icons from builtin DLLs.
101         * dlls/comctl32/toolbar.c:
102         Francois Gouget <fgouget@codeweavers.com>
103         Modified the bitmap centering algorithm to take the button's border
104         into account.
106         * windows/timer.c, include/message.h, windows/message.c:
107         Stephane Lussier <stephane@macadamian.com>
108         Before calling the timer window proc, make sure it is valid.
110         * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
111         Removed a few dependencies on kernel32 functions.
113         * 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:
114         Moved critical section implementation to ntdll.
116         * 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:
117         Moved $(MODULE).o rule out of Make.rules into the individual
118         Makefiles.
120         * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
121         Mike McCormack <mike_mccormack@looksmart.com.au>
122         Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
124         * objects/region.c:
125         Sergei Ivanov <sergei@corel.com>
126         Fixed return values of GetRegionData.
128         * dlls/comctl32/toolbar.c:
129         Susan Farley <sfarley@codeweavers.com>
130         Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
131         WM_COMMAND for the button has been sent, rather than before.
133         * dlls/winmm/winmm_res.rc:
134         Francois Jacques <francoisj@macadamian.com>
135         Use waveaudio, not waveform.
137         * dlls/ole32/compobj.c:
138         Huw D M Davies <hdavies@codeweavers.com>
139         Fix a couple of TRACE messages.
141         * debugger/stabs.c:
142         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
143         Added missing cast.
145         * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
146         Francois Gouget <fgouget@codeweavers.com>
147         Fix the return type of mixerMessage16.
149         * include/winver.h:
150         Francois Gouget <fgouget@codeweavers.com>
151         Renamed VS_USER_INFO to VS_USER_DEFINED.
153 2000-09-27  Alexandre Julliard  <julliard@winehq.com>
155         * 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:
156         Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
157         Generate the import table directly in PE format.
158         Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
159         main wine binary.
161         * 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:
162         Added a few missing imports.
164         * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
165         Francois Gouget <fgouget@codeweavers.com>
166         Added various type and macro definitions that are needed to compile
167         the latest MFC.
169         * dlls/winmm/wineoss/midi.c:
170         Eric Pouech <Eric.Pouech@wanadoo.fr>
171         Store a copy of MIDIOPENDESC information instead of pointer.
173         * dlls/winmm/mmsystem.c:
174         Eric Pouech <Eric.Pouech@wanadoo.fr>
175         Unlock win16 crst while thunking up to 32 bit dll.
177         * dlls/wininet/internet.c:
178         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
179         Include <unistd.h> for prototype of select().
181         * server/sock.c:
182         Stephane Lussier <stephane@macadamian.com>
183         Socket returned by accept function of Microsoft API should keep the
184         properties of the listening socket. This is also true for non-blocking
185         property.
187         * windows/winpos.c:
188         Dmitry Timoshkov <dmitry@sloboda.ru>
189         If window was not resized and not moved, repaint only itself excluding
190         parent.
192         * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
193         Generate Win32 dll descriptor structure in the .spec.c file so that we
194         don't need to depend on builtin32.h.
196         * include/Makefile.in, include/mouse.h, include/zmouse.h:
197         Jeremy White <jwhite@codeweavers.com>
198         Created zmouse.h, moved wheel code from mouse.h into it.
200         * dlls/winmm/mcicda/mcicda.c:
201         James Abbatiello <abbeyj@wpi.edu>
202         MCI_STATUS_LENGTH on Windows returns one frame less than the total
203         track length for the last track on a CD.  This also affects queries
204         for the total length of the CD.
206         * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
207         Fixed a few non portable zero-size array declarations.
209         * files/drive.c:
210         Marcus Meissner <marcus@jet.franken.de>
211         Have the UNIX cwd follow the current directory on the current drive.
213         * windows/x11drv/event.c:
214         Stephane Lussier <stephane@macadamian.com>
215         On reception of a FocusOut event, don't deactivate the application if the
216         next window to get the focus is a Wine window.
218 2000-09-26  Alexandre Julliard  <julliard@winehq.com>
220         * 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:
221         Peter Hunnisett <hunnise@nortelnetworks.com>
222         - Remove winmm hack in dplay code
223         - Fix up some missing holes in the code
224         - More message implementation
225         - Status documentation update
227         * Make.rules.in, Makefile.in:
228         Marcus Meissner <Marcus.Meissner@caldera.de>
229         Migrate $LDFLAGS from configure to Makefile and into main wine
230         executable.
232         * relay32/builtin32.c:
233         Andreas Mohr <a.mohr@mailto.de>
234         Display an ERR() in case of undefined symbols.
236         * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
237         Andreas Mohr <a.mohr@mailto.de>
238         Started some basic work on the more or less undocumented SETUPX
239         functions.
241         * dlls/comctl32/toolbar.c:
242         Susan Farley <sfarley@codeweavers.com>
243         Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
244         pressed flags on WM_CAPTURECHANGED.
246         * objects/dc.c:
247         Marcus Meissner <marcus@jet.franken.de>
248         WORD is unsigned, so we need to transalte 0xffff into -1.
250         * 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:
251         Moved all Win16 definitions out of the standard Windows headers.
253         * loader/pe_resource.c:
254         Dmitry Timoshkov <dmitry@sloboda.ru>
255         Avoid crashes if 16-bit module handle was passed to the 32-bit
256         resource enumerator.
258         * 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:
259         Lionel Ulmer <lionel.ulmer@free.fr>
260         Added support for DirectDraw overlays using the XVideo extension.
262         * graphics/x11drv/codepage.c:
263         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
264         Code cleanup.
265         Add checking for invalid DBCS trailer bytes.
267         * include/commctrl.h:
268         Marcus Meissner <marcus@jet.franken.de>
269         Fixed some commctl header issues reported in newsgroup.
271         * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
272         A few includes cleanup.
274         * 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:
275         Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
277 2000-09-25  Alexandre Julliard  <julliard@winehq.com>
279         * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
280         Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
282         * 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:
283         Removed some of the XXX_reg macros now that we are using the standard
284         CONTEXT86 structure everywhere.
286         * 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:
287         Removed inclusion of wine/winestring.h from winbase.h and added it to
288         the C files that need it.
290 2000-09-24  Alexandre Julliard  <julliard@winehq.com>
292         * 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:
293         Moved most global data out of the LPDOSTASK structure.
294         Allocate DPMI real-mode segments globally at startup.
295         Try to allocate DOS memory at address 0.
297         * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
298         Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
299         Farnum).
301         * memory/virtual.c:
302         Gerard Patel <g.patel@wanadoo.fr>
303         Locks the virtual views linked list.
305         * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
306         Rein Klazes <rklazes@casema.net>
307         Make calls to gethostbyname, gethostbyaddr, getservbyname,
308         getservbyport, getprotobyname and getprotobynumber thread-safe.
310         * graphics/x11drv/xfont.c:
311         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
312         Use appropriate charset if facenames of font is known.
313         Use CP_ACP if DEFAULT_CHARSET is requested.
315         * controls/listbox.c:
316         Gerard Patel <g.patel@wanadoo.fr>
317         In WM_DRAWITEM, always calls the app with a valid current focus_item.
319         * 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:
320         Improved support for vm86 mode.
322         * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
323         Added support for exception handling while in vm86 mode.
324         Fixed a couple of bugs in vm86 support.
326         * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
327         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
328         Fixed format strings.
330         * dlls/comctl32/commctrl.c:
331         Francois Gouget <fgouget@free.fr>
332         Added set WS_CHILD and CCS_TOP to the toolbar's style.
333         TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
334         defaults.
336         * dlls/comctl32/toolbar.c:
337         Francois Gouget <fgouget@free.fr>
338         The size of the comctl32 internal bitmaps is 24x24 not 26x26.
339         Fixed minor typos.
341         * tools/wrc/parser.l, tools/wrc/README.wrc:
342         Francois Gouget <fgouget@free.fr>
343         Filenames may contain '/' and '\'.
344         Small typo fixes.
346 2000-09-22  Alexandre Julliard  <julliard@winehq.com>
348         * dlls/comctl32/listview.c:
349         Chris Morgan <cmorgan@codeweavers.com>
350         Paint background before drawing item and subitems.  Paint any area of
351         the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
352         if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
353         has items to draw.
355         * 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:
356         Andreas Mohr <a.mohr@mailto.de>
357         Make GetTickCount not use the whole Unix epoch (since 1970) any more,
358         since that crashed several games or caused problems with them as they
359         aren't used to a high Windows uptime of more than 24.9 days.
361         * scheduler/client.c:
362         Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
363         Added S_ISFIFO check for Solaris.
365         * include/windef.h:
366         Francois Gouget <fgouget@codeweavers.com>
367         Added a macro for _declspec (backward compatibility synonym of
368         __declspec).
369         Removed the dllimport and dllexport macros.
371         * include/objbase.h:
372         Francois Gouget <fgouget@codeweavers.com>
373         Must include 'stdlib.h'.
375         * include/commctrl.h:
376         Francois Gouget <fgouget@codeweavers.com>
377         Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
379         * 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:
380         Huw D M Davies <h.davies1@physics.ox.ac.uk>
381         Paper size and orientation prop sheet for wineps.
383         * dlls/user/text.c:
384         Susan Farley <sfarley@codeweavers.com>
385         Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
386         flags in DrawText.
388         * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
389         Fixed WinExec16 to handle quoted filenames correctly.
391         * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
392         Damyan Ognyanoff <Damyan@rocketmail.com>
393         IErrorInfo is now derived from IUnknown.
395         * dlls/comctl32/listview.c:
396         Aric Stewart <aric@codeweavers.com>
397         Correct some situations with listview selections. Specifically fixed
398         situations where in an OWNERDATA listview the selection ranges become
399         invalid if the number of items is changed. Additional fixes a few
400         problems resulting in loops in RemoveAllSelections.
402         * include/mmsystem.h, include/wingdi.h, include/winuser.h:
403         Francois Gouget <fgouget@free.fr>
404         Added a few missing macros, types and prototypes.
406         * include/winres.h:
407         Francois Gouget <fgouget@free.fr>
408         New file. All RC files generated by VC6 include afxres.h which in turn
409         includes this file.
411         * windows/queue.c, windows/message.c, windows/nonclient.c:
412         Andreas Mohr <a.mohr@mailto.de>
413         Spelling, trace fixes.
415         * memory/environ.c:
416         Andreas Mohr <a.mohr@mailto.de>
417         Added SetLastError() in GetEnvironmentVariableA.
419         * graphics/x11drv/text.c:
420         Damyan Ognyanoff <Damyan@rocketmail.com>
421         Added error correction when using symbol offsets.
423         * dlls/winmm/mciseq/mcimidi.c:
424         Eric Pouech <eric.pouech@voila.fr>
425         Fixed reentrancy issues in play/stop operations.
427         * dlls/commdlg/cdlg_xx.rc:
428         Huw D M Davies <h.davies1@physics.ox.ac.uk>
429         Fix PrintDlg collate icons.  Add orientation icons.
431         * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
432         Huw D M Davies <h.davies1@physics.ox.ac.uk>
433         Stubs for shlwapi.151 and shlwapi.153.
435         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
436         Huw D M Davies <h.davies1@physics.ox.ac.uk>
437         Stub for CoIsOle1Class.
439         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
440         Huw D M Davies <hdavies@codeweavers.com>
441         Set close on exec() flag at times when we leave /dev/dsp and
442         /dev/sequencer open.
444         * dlls/comctl32/tab.c:
445         Susan Farley <sfarley@codeweavers.com>
446         Added support for FLATBUTTON style tabs.
447         Made width of BUTTON style tabs no less than 2x their height.
448         Expanded focus rect to be just inside the border.
450         * dlls/kernel/toolhelp.c:
451         Andreas Mohr <a.mohr@mailto.de>
452         Add FIXMEs for all these nice completely unimplemented TOOLHELP
453         functions.
455         * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
456         fixed the win95 registry loader to have somewhat stricter checking.
458         * dlls/comctl32/toolbar.c:
459         Chris Morgan <cmorgan@codeweavers.com>
460         Fixed button image to be offset to the center of the button horizontally,
461         visible with WinZip and CuteFTP 4.0.  Fixed compile warnings from format type
462         specifiers in two TRACE's.  Removed TRACE in TOOLBAR_GetItemRect().  Added
463         button width to TRACE in TOOLBAR_CalcToolbar().
465         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
466         Chris Morgan <cmorgan@codeweavers.com>
467         Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
468         being called with RDW_UPDATENOW, forcing immediate painting.  Added
469         redrawing logic to STATUSBAR_SetTextW().
471         * dlls/comctl32/treeview.c:
472         Chris Morgan <cmorgan@codeweavers.com>
473         Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge.  Optimize
474         redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
476         * relay32/builtin32.c:
477         Francois Gouget <fgouget@free.fr>
478         Raised MAX_DLLS to 100.
480 2000-09-19  Alexandre Julliard  <julliard@winehq.com>
482         * 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:
483         Peter Hunnisett <hunnise@nortelnetworks.com>
484         - Added some missing WINELIB_NAME_AW definitions, types and messages
485         - Small prototype fixes
487         * relay32/snoop.c:
488         Rein Klazes <rklazes@casema.net>
489         Catch EXCEPTION_PRIV_INSTRUCTION exception too.
491         * dlls/comctl32/listview.c:
492         Stephane Lussier <stephane@macadamian.com>
493         Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
494         should set lParam to a NMLISTVIEW instead of a NMHDR. According to
495         MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
496         the DLL version.
498         * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
499         Fixed window lock problem in SetMenu().
501         * objects/metafile.c: Henning Hoffmann
502         Avoid deadlocks in EnumMetaFile.
504         * dlls/oleaut32/typelib.c:
505         Gerard Patel <g.patel@wanadoo.fr>
506         Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
508 2000-09-18  Alexandre Julliard  <julliard@winehq.com>
510         * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
511         Misc cleanups.
513         * dlls/ntdll/signal_i386.c, include/wine/exception.h:
514         Added preliminary support for switching to vm86 mode with proper
515         exception handling.
517         * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
518         Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
520         * dlls/comctl32/toolbar.c:
521         Chris Morgan <cmorgan@wpi.edu>
522         Change FIXME("Button size set after button in toolbar\n") in
523         SetButtonSize() to WARN as quite a few applications are doing this
524         after adding each button to the toolbar and there is no way we can
525         stop them.
527         * dlls/ddraw/dsurface/dga.c:
528         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
529         Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
531         * misc/comm.c:
532         Mike McCormack <mike_mccormack@looksmart.com.au>
533         - removed redundant functions COMM_Get(Read/Write)Fd
534         - corrected the name of 16bit functions in comments
535         - removed unused static variable
537         * README: Andreas Mohr <a.mohr@mailto.de>
538         - prefer wineinstall
539         - mention debugger setup (temporary)
541         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
542         Mike McCormack <mike_mccormack@looksmart.com.au>
543         Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
544         report an error.
546         * dlls/comctl32/listview.c:
547         Stephane Lussier <stephane@macadamian.com>
548         Sorting items in a listview using LVW_SORTITEMS is only sorting the items
549         and not the subitems. This patch fix this issue. I've remove the temporary
550         Sortlist, it was not necessary to create another list, and it was buggy.
552 2000-09-16  Alexandre Julliard  <julliard@winehq.com>
554         * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
555         Removed a couple of unused functions in the Callout structure.
557         * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
558         Moved Select/RealizePalette implementation to USER and use
559         pfnSelect/RealizePalette function pointers in GDI.
560         Make sure the palette handle is valid in GDISelectPalette16 (thanks to
561         Uwe Bonnes).
563         * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
564         Mike McCormack <mike_mccormack@looksmart.com.au>
565         Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
567         * 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:
568         Andreas Mohr <a.mohr@mailto.de>
569         Added support for non-deletable system brushes and pens created by
570         USER.
572         * dlls/winsock/socket.c:
573         John Gilmore <gnu@toad.com>
574         Cleaned it up so that code paths which have unsupported WS_SO values
575         never actually pass them to Unix system calls.
577         * dlls/kernel/kernel32.spec, memory/virtual.c:
578         Andreas Mohr <a.mohr@mailto.de>
579         Added VirtualAllocEx.
581         * include/winbase.h:
582         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
583         Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
585         * dlls/comctl32/tab.c:
586         Andreas Mohr <a.mohr@mailto.de>
587         Fixed tab control to use HTTRANSPARENT when mouse hits client area,
588         but not tab control buttons.
590         * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
591         Silence some bogus error message.
593         * include/winsock.h:
594         Jeremy White <jwhite@codeweavers.com>
595         Adjusted to allow MFC compilation; prevent definition of struct fd_set
596         which conflicts with the fd_set typedef.
598         * include/winuser.h:
599         Jeremy White <jwhite@codeweavers.com>
600         Added PWNDCLASS definition.
602         * dlls/comctl32/listview.c:
603         Stephane Lussier <stephane@macadamian.com>
604         Allow having a transparent background text color for the listview.
606         * ole/ole2nls.c:
607         Dimitrie O. Paun <dimi@cs.toronto.edu>
608         Use the system local time if lpTime=NULL.
610 2000-09-13  Alexandre Julliard  <julliard@winehq.com>
612         * dlls/kernel/thunk.c:
613         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
614         Update ESP correctly on return from flat thunk routines.
616         * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
617         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
618         Modified CallTo16Register routines to update register context after
619         call returns. Callers adapted.
621         * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
622         Huw D M Davies <hdavies@codeweavers.com>
623         Add some Str* prototypes to shlwapi.h.
625         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
626         Chris Morgan <cmorgan@wpi.edu>
627         Merged main Wine changes into Corel's treeview control rewritten by
628         Serge Ivanov and Andrew Lewycky.  Fixed item focus behavior to match
629         Windows.  Fixed item selection when un/expanding items.  Implemented
630         WM_SETREDRAW.  Added Corel's COMCTL32_CreateToolTip() helper function
631         to commctrl.c.
633         * windows/painting.c, controls/button.c:
634         Serge Ivanov <sergei@corel.ca>
635         (Merged by Marcus Meissner <marcus@jet.franken.de>)
636         Fixed problem with origin for DST_COMPLEX style.
637         Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
639         Added handling of BS_MULTILINE style, label alignment
640         styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
641         pushbuttons for now), and BS_PUSHLIKE.
643         Modified label drawing procedure: now all kinds of buttons
644         use common BUTTON_DrawLabel function. Actual label drawing is
645         performed by DrawStateW function.
647         GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
649         * dlls/ddraw/ddraw/main.c:
650         Lionel Ulmer <lionel.ulmer@free.fr>
651         Upgrade also 15bpp to 16bpp surfaces.
653 2000-09-12  Alexandre Julliard  <julliard@winehq.com>
655         * windows/winpos.c:
656         James Hatheway <james@macadamian.com>
657         KDE 1.x has problems with using XShapeCombineMask when there was no
658         previous region.
660         * controls/scroll.c:
661         Gerard Patel <g.patel@wanadoo.fr>
662         SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
663         maxval) change.
665         * include/wine/unicode.h:
666         Added missing __volatile__.
668         * 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:
669         Andreas Mohr <a.mohr@mailto.de>
670         - fixes debugger output
671         - get rid of wrong comments
672         - fix comments
673         - .spec spelling fix
674         - improve warning message
676         * dlls/kernel/kernel32.spec, win32/time.c:
677         Andreas Mohr <a.mohr@mailto.de>
678         "implemented" GetSystemTimeAdjustment.
680         * windows/class.c:
681         Huw D M Davies <hdavies@codeweavers.com>
682         Don't try to delete a wndclass background brush if it's a COLOR_*
683         constant.
685         * windows/nonclient.c:
686         Mike McCormack <mike_mccormack@looksmart.com.au>
687         Make sure NC_HandleNCCalcSize returns a valid rectangle.
688         Painting fails if the rectangle is invalid.
690         * dlls/comctl32/listview.c:
691         Chris Morgan <cmorgan@wpi.edu>
692         Hide the vertical scrollbar when listview style is LVS_LIST.
694         * include/winuser.h:
695         Jeremy White <jwhite@codeweavers.com>
696         Add WM_USERCHANGED.
698         * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
699         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
700         Use tpXXX instead of tbXXX in tagTHREADENTRY32.
702         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
703         Lionel Ulmer <lionel.ulmer@free.fr>
704         Fixed DGA / DGA 2 palette creation.
706         * graphics/x11drv/text.c:
707         Gerard Patel <g.patel@wanadoo.fr>
708         Fix a memory leak in X11DRV_GetTextExtentPoint.
710 ----------------------------------------------------------------
711 2000-09-10  Alexandre Julliard  <julliard@winehq.com>
713         * scheduler/client.c:
714         Added WINESERVER environment variable to allow overriding the normal
715         server search sequence.
717         * files/directory.c:
718         Removed chdir("/") until we have proper Unix cwd management.
720         * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
721         Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
723         * loader/ne/module.c:
724         Andreas Mohr <a.mohr@mailto.de>
725         Fixed NE_LoadExeHeader error handling.
727         * loader/module.c:
728         Eric Pouech <Eric.Pouech@wanadoo.fr>
729         Fixed loader - broken search for already loaded modules.
731         * objects/dib.c:
732         Eric Pouech <Eric.Pouech@wanadoo.fr>
733         Fixed fallback code for StretchBlt on RLE DIBs with gaps.
735 2000-09-09  Alexandre Julliard  <julliard@winehq.com>
737         * documentation/fonts.sgml:
738         Marcus Meissner <marcus@jet.franken.de>
739         Fixed bdftopcf command.
741         * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
742         Eric Pouech <Eric.Pouech@wanadoo.fr>
743         Added *Filter* functions.
744         Misc bug fixes.
746         * dlls/comctl32/tab.c:
747         Marcus Meissner <marcus@jet.franken.de>
748         Implemented TCM_GETROWCOUNT.
750         * 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:
751         Francois Gouget <fgouget@codeweavers.com>
752         Added the missing library dependencies.
754         * include/Makefile.in, include/cguid.h:
755         Peter Hunnisett <hunnise@nortelnetworks.com>
756         Added cguid.h.
758         * dlls/ddraw/dga.c:
759         Lionel Ulmer <lionel.ulmer@free.fr>
760         Do not support DGA when DirectVideo not present.
762         * windows/defwnd.c:
763         Dmitry Timoshkov <dmitry@sloboda.ru>
764         Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
766         * controls/listbox.c:
767         Mike McCormack <mike_mccormack@looksmart.com.au>
768         Avoid divide by zero when listbox set to zero height.
770         * windows/mdi.c:
771         Dmitry Timoshkov <dmitry@sloboda.ru>
772         Simplify a bit MDI child window creation.
774         * controls/menu.c:
775         Dmitry Timoshkov <dmitry@sloboda.ru>
776         GetMenu might be used to get child window id.
778 2000-09-07  Alexandre Julliard  <julliard@winehq.com>
780         * windows/x11drv/keyboard.c:
781         Giovanni Pancotti <giovanni.pancotti@cedecra.it>
782         Italian keyboard fixes.
784         * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
785         DOSFS_MatchLong ignored several things about file mask matching for
786         long file names.
788         * include/wine/unicode.h:
789         Erik Hofman <erik.hofman@a1.nl>
790         Added missing const to external tables definitions.
792         * 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:
793         Mike McCormack <mike_mccormack@looksmart.com.au>
794         Added serial port object to the server.
796         * dlls/comctl32/tooltips.c:
797         Francois Jacques <francoisj@macadamian.com>
798         - Make sure tooltips are hidden before deleting them.
799         - Glitch happened while moving from a tooltip to another (fixed).
801         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
802         Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
804         * graphics/x11drv/codepage.c:
805         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
806         Added support for cp949.
808 2000-09-06  Alexandre Julliard  <julliard@winehq.com>
810         * memory/atom.c: Fixed cut&paste typo.
812         * 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:
813         Lionel Ulmer <lionel.ulmer@free.fr>
814         Added possibility to use XVideo.
816         * dlls/comctl32/listview.c, include/commctrl.h:
817         Aric Stewart <aric@codeweavers.com>
818         Implemented both customdraw message sending and handling (based off
819         the treeview method) as well as LVS_OWNERDRAWFIXED.
821         * dlls/comctl32/comctl32undoc.c:
822         Mike McCormack <mike_mccormack@looksmart.com.au>
823         Fixed a bug (incorrect size in memmove) that I introduced with an
824         earlier patch. Tested with wordview.
826         * tools/wineinstall:
827         Phil Cole <ukpgc@p.cole.easynet.co.uk>
828         Added two directories to default non-windows install.
830         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
831         Andreas Mohr <a.mohr@mailto.de>
832         Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
833         Better error messages.
835         * dlls/shell32/systray.c:
836         James Hatheway <james@macadamian.com>
837         Systray should keep a copy of its icons.
839         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
840         Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
841         (thanks to Berend Ozceri for finding the problem).
843         * windows/mdi.c: Serge Ivanov
844         Delay destroying menu entry until all messages are sent.
846 2000-09-04  Alexandre Julliard  <julliard@winehq.com>
848         * memory/atom.c:
849         Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
851         * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
852         Patrik Stridvall <ps@leissner.se>
853         Fixed some issues found by winapi_check.
855         * 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:
856         Patrik Stridvall <ps@leissner.se>
857         Minor API files update.
859         * graphics/x11drv/xfont.c:
860         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
861         Add jisx0212 encoding.
862         Remove FIXMEs for implemented DBCS handling.
864         * windows/x11drv/keyboard.c:
865         Mike McCormack <mike_mccormack@looksmart.com.au>
866         Added missing comma.
868         * dlls/comctl32/comctl32undoc.c:
869         Mike McCormack <mike_mccormack@looksmart.com.au>
870         Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
872 2000-09-02  Alexandre Julliard  <julliard@winehq.com>
874         * win32/console.c:
875         Marcus Meissner <marcus@jet.franken.de>
876         Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
878         * scheduler/process.c:
879         Andreas Mohr <a.mohr@mailto.de>
880         Avoid crash on empty command-line.
882         * debugger/stabs.c:
883         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
884         Added two missing casts.
886         * dlls/comctl32/animate.c:
887         Jean-Claude Batista <jcb@macadamian.com>
888         Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
890 2000-09-01  Alexandre Julliard  <julliard@winehq.com>
892         * if1632/builtin.c, relay32/builtin32.c:
893         Avoid buffer overflows in builtin dll loading (with the help of Dmitry
894         Timoshkov).
896         * windows/mdi.c: Henning Hoffmann
897         Augment menu when a mdi window starts maximized.
899         * windows/mdi.c: Francis Beaudet
900         MDI Patch which fixes problems in PR, QP, WP and Paradox.
902         * dlls/dsound/dsound_main.c:
903         James Abbatiello <abbeyj@wpi.edu>
904         Don't use copies of critical sections made by memcpy()
905         Added missing WINAPIs
907         * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
908         James Abbatiello <abbeyj@wpi.edu>
909         Fix for debugger disassembly being off by one byte after using nexti
910         on a "call" instruction.
912         * dlls/winsock/socket.c:
913         Stephane Lussier <stephane@macadamian.com>
914         When checking the socket return by the server request, we should do a
915         "signed" check.
917         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
918         James Hatheway <james@macadamian.com>
919         Implemented CoGetPSClsid().
921 2000-08-31  Alexandre Julliard  <julliard@winehq.com>
923         * tools/wineconf:
924         Phil Cole <ukpgc@p.cole.easynet.co.uk>
925         The Path variable in the created .winerc must be in dos format.
927         * tools/wineinstall:
928         Phil Cole <ukpgc@p.cole.easynet.co.uk>
929         Small fix.
931         * dlls/commdlg/filedlg95.c:
932         Andreas Mohr <a.mohr@mailto.de>
933         Fixed a string buffer overflow.
935         * dlls/comctl32/animate.c:
936         Jean-Claude Batista <jcb@macadamian.com>
937         - improved ACS_TRANSPARENT and ACS_CENTER support
938         - added RLE8 incremental decompression
939         - each animation is now controlled by its own Windows thread
940         - added use of Critical Sections in the WM_PAINT handler.
942         * win32/console.c:
943         Marcus Meissner <Marcus.Meissner@caldera.de>
944         Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
945         MapVirtualKeyA.
947         * 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:
948         Converted a lot of server requests to the new exception handling
949         mechanism.
951 2000-08-30  Alexandre Julliard  <julliard@winehq.com>
953         * dlls/ddraw/dsurface/x11.c:
954         Fixed non-OpenGL compile.
956         * 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:
957         Added exception handling wrapper to a number of server requests.
958         Changed a few requests to use the new vararg mechanism.
960 2000-08-29  Alexandre Julliard  <julliard@winehq.com>
962         * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
963         Andreas Mohr <a.mohr@mailto.de>
964         Fixed verbose CD-ROM serial number warnings and some spelling errors.
966         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
967         Peter Hunnisett <hunnise@nortelnetworks.com>
968         Newbie friendly error message for 3D creation failure.
970         * 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:
971         Peter Hunnisett <hunnise@nortelnetworks.com>
972         - More implementation
973         - Should be able to enumerate sessions anywhere with at least tcp/ip
975         * 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:
976         Added the data structures and macros that will be needed to support
977         reentrant server requests.
979         * windows/message.c, windows/queue.c, windows/input.c:
980         Andreas Mohr <a.mohr@mailto.de>
981         - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
982         - fix a crash in QUEUE_RemoveSMSG()
983         - convert some queue WARN() to ERR()
984         - spaileng fikses
986         * controls/listbox.c, dlls/comctl32/listview.c:
987         Andreas Mohr <a.mohr@mailto.de>
988         Always call LISTVIEW_SetSelection() for an item, even if that item
989         has been selected before, in order to let other items get erased.
991         * graphics/x11drv/text.c:
992         Albert den Haan <albertd@corel.com>
993         Convert the Unicode Character id to a glyph id in
994         X11DRV_GetTextExtentPoint.
996         * graphics/x11drv/xfont.c:
997         Albert den Haan <albertd@corel.com>
998         - enhanced reporting of unsupported X font encodings
999         - added -cp-*- data to font encoding lookup structures
1001 2000-08-28  Alexandre Julliard  <julliard@winehq.com>
1003         * 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:
1004         Peter Ganten <peter@ganten.org>
1005         - Always store the full path name of 32bit modules in WINE_MODREF
1006         - Add the possibility to use path names with the --dll command line
1007           option
1008         - Add the possibility to use the --dll command line option several
1009           times.
1010         - Note: The colon-sign is now exchanged with the plus-sign, as it is
1011           part of dos path names.
1013         * tools/wineinstall:
1014         Andreas Mohr <a.mohr@mailto.de>
1015         Added a wine rpm uninstall section to wineinstall.
1017         * windows/nonclient.c:
1018         Francois Methot <francoism@macadamian.com>
1019         Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
1021         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
1022         Lionel Ulmer <lionel.ulmer@free.fr>
1023         - added ARGB 1555 format
1024         - fixed refcount problem for Add/DeleteAttachedSurface
1026         * server/registry.c:
1027         Albert den Haan <albertd@corel.com>
1028         Fixed typo in HKEY_CURRENT_CONFIG name.
1030         * dlls/kernel/messages/winerr_enu.mc:
1031         Dmitry Timoshkov <dmitry@sloboda.ru>
1032         Add missing message to winerr_enu.mc.
1034         * dlls/kernel/wowthunk.c:
1035         James Abbatiello <abbeyj@wpi.edu>
1036         Increase number of supported args for WOW_CallProc32W16 from 11 to 13
1037         (for CreateService).
1039         * dlls/kernel/wprocs.spec, msdos/vxd.c:
1040         James Abbatiello <abbeyj@wpi.edu>
1041         Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
1043 2000-08-26  Alexandre Julliard  <julliard@winehq.com>
1045         * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
1046         Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
1048         * dlls/ntdll/reg.c, include/ntddk.h:
1049         Simplified root key handling now that the server supports a real root
1050         key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
1052         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
1053         Fixed debugstr_as/us prototypes.
1055         * 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:
1056         Andreas Mohr <a.mohr@mailto.de>
1057         - made the MIDI sequencer error message much better for confused users
1058           to be found on #WineHQ
1059         - use strerror instead of errno at important places
1060         - got rid of HAVE_STRERROR macro
1061         - removed some #include:s (hopefully I didn't break anything)
1063         * dlls/comctl32/imagelist.c:
1064         Andreas Mohr <a.mohr@mailto.de>
1065         Replaced cCurImage by cMaxImage.
1067         * dlls/comctl32/propsheet.c:
1068         Andreas Mohr <a.mohr@mailto.de>
1069         "Fixed" horribly misaligned pages in property sheets of apparently
1070         newer InstallShields.
1072         * dlls/wineps/init.c:
1073         Dmitry Timoshkov <dmitry@sloboda.ru>
1074         Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
1075         "WINEPS.DRV" to allow an easy configuring for users.
1077         * graphics/x11drv/codepage.c:
1078         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1079           implements DrawText for cp932.
1081         * dlls/user/ddeml.c:
1082         Andreas Mohr <a.mohr@mailto.de>
1083         Don't make DDEML mutexes global any more.
1085         * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
1086         Added a real root key and simplified creation of the HKEY_* special root keys.
1087         Do not prefix all keys with the name of the top key when saving to a file.
1088         Try to load $WINEPREFIX/config into the Wine config branch at startup.
1090         * 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:
1091         Eric Pouech <Eric.Pouech@wanadoo.fr>
1092         Implemented most of '*Format*' API.
1093         Improved internal object and messages handling.
1094         Started some '*Filter*' functions.
1095         Fixed standard headers for Winelib.
1096         Fixed acmMetrics.
1098 2000-08-25  Alexandre Julliard  <julliard@winehq.com>
1100         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
1101         Fixed Rtl* string functions for proper MBCS/codepage support. Added a
1102         few more functions.
1104         * dlls/kernel/kernel_main.c, scheduler/process.c:
1105         Moved TASK_Create call to KERNEL initialisation routine.
1106         Clear last error code before calling main entry point (reported by
1107         James Juran).
1109         * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
1110         Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
1111         Marcus Meissner).
1113         * 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:
1114         Peter Hunnisett <hunnise@nortelnetworks.com>
1115         - Implemented loading and initialization of service providers
1116         - Created service provider COM object
1117         - Lots of dplay/dplobby implementation/fixes
1118         - Clean up of ole/guid.c
1120         * objects/dc.c: Backed out font codepage change.
1122         * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
1123         Andreas Mohr <a.mohr@mailto.de>
1124         Minor cosmetic changes.
1126         * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
1127         Cleanup and speedup of init code.
1129         * objects/gdiobj.c:
1130         Gerard Patel <g.patel@wanadoo.fr>
1131         Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
1132         in memory DCs.
1134         * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
1135         Backed out font codepage change.
1137         * dlls/ddraw/helper.c:
1138         Lionel Ulmer <lionel.ulmer@free.fr>
1139         Fixed the displaying of the FOURCC codes in _dump_pixelformat.
1141         * dlls/winmm/wineoss/audio.c:
1142         Eric Pouech <Eric.Pouech@wanadoo.fr>
1143         Fixed recording format settings (16 bit was broken) and reentrancy
1144         issues.
1146         * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
1147         Eric Pouech <Eric.Pouech@wanadoo.fr>
1148         Improved a bit the folder browsing implementation.
1150         * include/winbase.h:
1151         Matthew Lake <MasterR_L@yahoo.com>
1152         Added LHND.
1154         * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
1155         Bertho Stultiens <bertho@akhphd.au.dk>
1156         Fixed a LALR(2) problem while scanning usertype resources which had
1157         identifiers for both name and type.
1159         * misc/wsprintf.c:
1160         Marcus Meissner <Marcus.Meissner@caldera.de>
1161         Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
1162         problem).
1164         * dlls/ddraw/ddraw/main.c:
1165         Lionel Ulmer <lionel.ulmer@free.fr>
1166         Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
1168         * objects/gdiobj.c:
1169         Andreas Mohr <a.mohr@mailto.de>
1170         GetObjectA: unlock the object again even in case of failure.
1172 2000-08-23  Alexandre Julliard  <julliard@winehq.com>
1174         * include/wine/exception.h:
1175         Fixed finally handler name.
1177         * windows/class.c:
1178         Fixed RegisterClass last error code on atom creation failure.
1180         * graphics/x11drv/xfont.c:
1181         Cleaned up major ugliness in __lfCheckSum.
1183         * dlls/comctl32/listview.c:
1184         Susan Farley <sfarley@codeweavers.com>
1185         Large caption icons should end in '...' when they are abbreviated.
1187         * dlls/comctl32/animate.c:
1188         Francois Methot <francoism@macadamian.com>
1189         For the transparency issue, implemented a switch-case for the bitcount
1190         (bit per pixel) of the animation files.
1192         * dlls/comctl32/trackbar.c:
1193         Aric Stewart <aric@codeweavers.com>
1194         Wine was not drawing trackbars with minimum ranges of more than 0
1195         correctly.
1197 2000-08-22  Alexandre Julliard  <julliard@winehq.com>
1199         * dlls/oleaut32/typelib.c:
1200         Francois Jacques <francoisj@macadamian.com>
1201         - removed unnecessary recursion
1202         - upon query failure on main primary lcid and secondary lcid,
1203           attempts a query on system lcid (0)
1205         * dlls/wininet/internet.c, if1632/snoop.c:
1206         Marcus Meissner <marcus@jet.franken.de>
1207         Fixed some warnings.
1209         * msdos/ioports.c:
1210         James Abbatiello <abbeyj@wpi.edu>
1211         Fixes for reading latched values with ports 0x40-0x43.
1213         * dlls/ddraw/dsurface/main.c:
1214         James Abbatiello <abbeyj@wpi.edu>
1215         Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
1216         surface with no attached surfaces.
1218         * dlls/kernel/format_msg.c:
1219         James Abbatiello <abbeyj@wpi.edu>
1220         Allow FormatMessage to load Unicode string resources.
1222         * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
1223         Added APC support in waitable timers.
1225         * graphics/bitblt.c, graphics/x11drv/bitblt.c:
1226         Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
1227         use DC_GetDCUpdate.
1229 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
1231         * ANNOUNCE, ChangeLog, include/version.h:
1232         Release 20000821.
1234 ----------------------------------------------------------------
1235 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
1237         * include/winbase.h, scheduler/process.c:
1238         Andreas Mohr <a.mohr@mailto.de>
1239         - don't return FALSE for system process changes
1240         - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
1242         * dlls/comctl32/listview.c:
1243         Aric Stewart <aric@codeweavers.com>
1244         Beginning of some simple optimization of the listview
1245         drawing. Specifically it reduces flicker when selection changes.
1247         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
1248         Transform every ERR() to WARN() in MakeProcInstance.
1250         * dlls/kernel/kernel_main.c:
1251         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1252         Call WriteOutProfiles16 to make sure that last profile gets written.
1254         * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
1255         Gerard Patel <g.patel@wanadoo.fr>
1256         Disable the owner of a modal dialog box just before creating the
1257         dialog window.
1259         * files/file.c:
1260         Marcus Meissner <marcus@jet.franken.de>
1261         (from IBM TopPage patch) return correct error for already existing
1262         file.
1264         * windows/winproc.c:
1265         Gerard Patel <g.patel@wanadoo.fr>
1266         Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
1268         * windows/winpos.c:
1269         Gerard Patel <g.patel@wanadoo.fr>
1270         Enables showing of hidden windows when the app ask *only* to maximize it.
1272 2000-08-20  Alexandre Julliard  <julliard@winehq.com>
1274         * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
1275         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1276         Handle the codepage of fonts if supported by the graphics driver.
1278         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
1279         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1280         Added internal charsets for supporting DBCS charsets.
1282         * objects/dc.c:
1283         Fixed GDI locking in GetDeviceCaps.
1285         * dlls/shell32/systray.c:
1286         Kai Morich <mail@kai-morich.de>
1287         Fixed bug in repeatedly iconisation, code cleanup.
1289         * graphics/x11drv/init.c:
1290         Marcus Meissner <marcus@jet.franken.de>
1291         Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
1292         startup problem).
1294         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
1295         Chris Morgan <cmorgan@wpi.edu>
1296         Implemented DuplicateIcon().
1298         * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
1299         Stubbed INT 15 function 84h.
1301         * include/win.h, windows/win.c, windows/x11drv/event.c:
1302         Louis Philippe Gagnon <louisphilippe@macadamian.com>
1303         - Separate application calls to ShowOwnedPopups from Wine calls (in
1304           EVENT_MapNotify) by introducing an internal function.
1305         - Fix ShowOwnedPopups so it sends messages with the same parameters as
1306           in Windows.
1308         * dlls/comctl32/treeview.c:
1309         Chris Morgan <cmorgan@wpi.edu>
1310         Removed direct calls to TREEVIEW_Refresh().
1312         * objects/enhmetafile.c:
1313         Huw D M Davies <h.davies1@physics.ox.ac.uk>
1314         Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
1315         EMR_POLYPOLYLINE.
1317         * include/main.h, misc/main.c, ole/ole2nls.c:
1318         Dmitry Timoshkov <dmitry@sloboda.ru>
1319         Added new language detection scheme that uses NLS data base instead of
1320         hard coded values.
1322         * loader/pe_resource.c:
1323         Dusan Lacko <dlacko@codeweavers.com>
1324         Pass the type/name as a C string instead of an
1325         IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
1327 2000-08-19  Alexandre Julliard  <julliard@winehq.com>
1329         * 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:
1330         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1331         Albert den Haan <albertd@corel.com>
1332         Added syslevel locking for GDI operations.
1333         Propagate the changes through the graphics code.
1335         * misc/cdrom.c:
1336         Ed Snow <ed_snow@ttmengineering.com>
1337         Corrected serial number generation for CD's with 1 or 2 tracks.
1339 2000-08-18  Alexandre Julliard  <julliard@winehq.com>
1341         * misc/cdrom.c, files/dos_fs.c:
1342         Stefan Leichter <Stefan.Leichter@camline.com>
1343         Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
1344         Device entry for drive in wine.conf).
1346         * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
1347         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1348         Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
1350         * dlls/comctl32/status.c:
1351         Marcus Meissner <Marcus.Meissner@caldera.de>
1352         Fixed STATUS_GetTextW in regard to NULL pointers.
1354         * graphics/win16drv/prtdrv.c:
1355         Dmitry Timoshkov <dmitry@sloboda.ru>
1356         Append .DRV to name only if no extension present.
1358         * debugger/stabs.c:
1359         Dmitry Timoshkov <dmitry@sloboda.ru>
1360         Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
1362         * dlls/winmm/wineoss/mixer.c:
1363         Ed Snow <ed_snow@ttmengineering.com>
1364         Clean out the hack on BASS/TREBLE and suppress them in the mask as was
1365         recommended oh so long ago.
1367         * dlls/comctl32/toolbar.c:
1368         Chris Morgan <cmorgan@wpi.edu>
1369         - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
1370           determine whether we need to call InvalidateRect() with bErase of TRUE or
1371           FALSE.  Reduces background erases in non-text toolbars by 80-85%.
1372         - Fixed button state not being updated properly when LBUTTONDOWN and cursor
1373           leaves the toolbar.
1374         - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
1375           with a source code comment.
1376         - Removed unecessary call to TOOLBAR_CalcToolbar() in
1377           TOOLBAR_GetItemRect().  Optimized TOOLBAR_CalcStrings(). Fixes very
1378           slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
1379           messages.
1380         - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
1382         * scheduler/synchro.c:
1383         Mike McCormack  <mike_mccormack@looksmart.com.au>
1384         Save GET_APCS data before calling any asynchronous procedure calls, in
1385         case the server is called during the APC.
1387         * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
1388         Gerard Patel <g.patel@wanadoo.fr>
1389         Turns the handling to pure 16 bits, remove references to dialog.h.
1391         * dlls/winspool/info.c:
1392         Albert den Haan <albertd@corel.com>
1393         Remove unused critical section global variable PRINT32_RegistryBlocker.
1395         * dlls/commdlg/filedlg.c:
1396         Gerard Patel <g.patel@wanadoo.fr>
1397         Avoids changing 2 levels when clicking .. in the directory list.
1399         * dlls/kernel/kernel32.spec, win32/console.c:
1400         Chris Morgan <cmorgan@wpi.edu>
1401         Stubbed SetConsoleInputExeNameA/W.
1403         * dlls/comctl32/status.c:
1404         Gerard Patel <g.patel@wanadoo.fr>
1405         WM_GETFONT should return a real font handle instead of NULL.
1407 2000-08-16  Alexandre Julliard  <julliard@winehq.com>
1409         * loader/pe_image.c:
1410         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
1411         WATCOM compiled programs leave VirtualSize to zero which triggers the
1412         virus check. Use SizeOfRawData instead.
1414         * dlls/comctl32/animate.c:
1415         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
1416         Implemented ACS_CENTER for animation controls.
1418         * loader/pe_image.c:
1419         Avoid going past the end of the relocation section. Skip sanity checks
1420         for empty relocation blocks.
1422         * dlls/comctl32/animate.c:
1423         Francois Methot <francoism@macadamian.com>
1424         Implemented background transparency on animation control for avi
1425         composed of 8 bpp(or less) image. I added support for 8 bpp or more,
1426         but it has not been tested.
1428         * dlls/ole32/ole2.c:
1429         Louis Philippe Gagnon <louisphilippe@macadamian.com>
1430         While dragging, catch keyboard messages between WM_KEYFIRST and
1431         WM_KEYLAST, not just WM_KEYFIRST.
1433         * dlls/kernel/wowthunk.c:
1434         Peter Ganten <peter@ganten.org>
1435         If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
1436         anyway, since it might be a builtin module.
1438         * dlls/shell32/shell32_main.c:
1439         Marcus Meissner <marcus@jet.franken.de>
1440         Missed the first character of every argument in CommandLineToArgv.
1442         * dlls/winspool/info.c:
1443         Gerard Patel <g.patel@wanadoo.fr>
1444         Add an error message if devmode structure in registry is invalid;
1445         attempt to provide plausible values.
1447 2000-08-15  Alexandre Julliard  <julliard@winehq.com>
1449         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
1450         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1451         Fixed for DBCS(cp932/cp949) codepage conversion.
1452         Implemented cp932 handling partly(but still incomplete).
1453         Added supporting multiple fonts for DBCS handling.
1455         * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
1456         Eric Pouech <Eric.Pouech@wanadoo.fr>
1457         Enhanced ELF files lookup for symbolic info.
1459         * debugger/break.c:
1460         Eric Pouech <Eric.Pouech@wanadoo.fr>
1461         Fixed regression in break command.
1463 2000-08-14  Alexandre Julliard  <julliard@winehq.com>
1465         * dlls/commdlg/filedlg.c:
1466         Gerard Patel <g.patel@wanadoo.fr>
1467         Fix return value to 16 bits for 16 bit hook; remove leading space for
1468         file specification.
1470         * windows/message.c:
1471         Peter Ganten <peter@ganten.org>
1472         Threads without active or focus window should not receive keyboard
1473         messages.
1475         * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
1476         Implemented SEC_IMAGE mappings and shared PE sections (with the help
1477         of Peter Ganten).
1479         * 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:
1480         Moved CharUpper* and CharLower* functions to dlls/user.
1482         * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
1483         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1484         Added support for special treatments (use 2 or more fonts, codepage
1485         conversion, etc...) for DBCS text.
1487         * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
1488         Dmitry Timoshkov <dmitry@sloboda.ru>
1489         Add "FullWindowDrag" feature for not managed windows.
1491         * controls/combo.c:
1492         Susan Farley <sfarley@codeweavers.com>
1493         Update the edit box before rolling up the listbox, so the
1494         selection isn't lost.
1496         * libtest/Makefile.in:
1497         Marcus Meissner <marcus@jet.franken.de>
1498         Added missing referenced dlls for libtest.
1500         * dlls/comctl32/listview.c:
1501         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
1502         LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
1503         text in its own buffer.
1505         * 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:
1506         Cleaned up a few inter-dll dependencies. Added a few imports.
1508         * 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:
1509         Replaced all lstr* calls from inside Wine code by their str* equivalent.
1511         * msdos/dpmi.c:
1512         Replaced global Callbacks structure by appropriate glue code
1513         generation. Removed a few unused entries in the Callout structure.
1515         * 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:
1516         Replaced VERSION_* calls by exported API equivalents.
1518         * 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:
1519         Replaced global Callbacks structure by appropriate glue code
1520         generation. Removed a few unused entries in the Callout structure.
1522         * winedefault.reg:
1523         Gerard Patel <g.patel@wanadoo.fr>
1524         Added load address for the shared memory of BDE (Borland database
1525         manager).
1527         * scheduler/client.c:
1528         Huw D M Davies <h.davies1@physics.ox.ac.uk>
1529         Fix for starting server from the current directory.
1531         * graphics/x11drv/xfont.c:
1532         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1533         Added checking for broken font cache.
1534         Added supporting for iso10646 encoding.
1536 2000-08-11  Alexandre Julliard  <julliard@winehq.com>
1538         * scheduler/client.c, server/request.c:
1539         Made server startup more robust against races caused by a previous
1540         server terminating at the same time.
1542         * configure, configure.in, tools/c2man.pl:
1543         Mike_McCormack@looksmart.com.au
1544         Created default c2man compatible perl script for generating
1545         documentation, in case c2man isn't installed.
1547         * dlls/comctl32/listview.c:
1548         Aric Stewart <aric@codeweavers.com>
1549         Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
1550         cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
1551         and fixed a problem where sub items where not being properly
1552         associated with their item for virtual list views.
1554         * 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:
1555         Added Unicode ctype support.
1557         * dlls/comctl32/updown.c, include/commctrl.h:
1558         Moved NM_UPDOWN definition to commctrl.h.
1560         * relay32/relay386.c:
1561         Peter Ganten <peter@ganten.org>
1562         The user driver functions might be called with the window lock held.
1564         * include/module.h, loader/pe_resource.c, loader/resource.c:
1565         Dmitry Timoshkov <dmitry@sloboda.ru>
1566         Make FindResource and FindResourceEx fully windows compatible.
1568         * include/tchar.h:
1569         Damyan Ognyanoff <Damyan@rocketmail.com>
1570         Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
1572         * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
1573         Added UTF-8 conversion support.
1575         * windows/x11drv/wnd.c:
1576         Stephane Lussier <stephane@macadamian.com>
1577         Instead of not doing the Z ordering when the application asks to place
1578         the window under a zero-sized window, now the window above the
1579         zero-sized window, is used to do the Z ordering.
1581         * dlls/commdlg/filedlg95.c:
1582         Dmitry Timoshkov <dmitry@sloboda.ru>
1583         Initialize lpstrInitialDir to really bogus value to restore original
1584         value later.
1586         * include/windef.h:
1587         Ove Kaaven <ovek@transgaming.com>
1588         Added a few more anonymous union definitions.
1590         * include/guiddef.h:
1591         Ove Kaaven <ovek@transgaming.com>
1592         Fixed C++ operators return value.
1594         * dlls/crtdll/crtdll_main.c:
1595         Ove Kaaven <ovek@arcticnet.no>
1596         Implemented fopen() append mode, and a really cheesy fscanf()
1597         implementation...
1599         * dlls/shell32/shlfileop.c:
1600         Dmitry Timoshkov <dmitry@sloboda.ru>
1601         1. Make buffer for message large enough to hold very long file names.
1602         2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
1603            implementation specific behaviour.
1604         3. Show actual message to user, not non-formatted one.
1606 2000-08-10  Alexandre Julliard  <julliard@winehq.com>
1608         * 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:
1609         Merged clipboard driver into USER driver.
1610         Moved all ttydrv source files to dlls/ttydrv.
1611         Load functions pointer for the USER driver from the graphics driver
1612         dll with GetProcAddress.
1614 2000-08-09  Alexandre Julliard  <julliard@winehq.com>
1616         * 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:
1617         Removed some unnecessary #includes and dll dependencies.
1619         * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
1620         Make PDB, ENVDB and STARTUPINFO global variables.
1621         Added 'module' field in PDB, and removed Wine-specific fields.
1623         * misc/version.c, scheduler/services.c:
1624         Removed winver and service_table from the PDB and made them static
1625         variables.
1627         * include/file.h, loader/dos/dosvm.c, files/file.c:
1628         Removed the DOS handles table from the PDB and made it a static
1629         variable.
1631         * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
1632         Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
1634         * dlls/oleaut32/typelib.c:
1635         Francois Jacques <francoisj@macadamian.com>
1636         - Avoid null-pointer exceptions by testing listnodes validity before doing
1637           any work with those.
1638         - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
1639           the TLB constructor which initializes TLBContext::length to that
1640           value.
1641         - For non-standard pointed types, td[3] is always 0. I observed that
1642           the type is stored at td[2]/8 and not td[3]/8.
1643         - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
1644           type with no inherited interfaces. If the implemented types linked list
1645           is empty, set pRefType as 0 and return S_OK.
1647         * include/wine/obj_oleaut.h:
1648         James Hatheway <james@macadamian.com>
1649         Fixed typo in the IDispatch_GetTypeInfo macro.
1651         * dlls/comctl32/tooltips.c:
1652         Huw D M Davies <hdavies@codeweavers.com>
1653         Fix some remaining problems with tooltips.
1655         * configure.in, configure:
1656         Marcus Meissner <marcus@jet.franken.de>
1657         Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
1658         fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
1660         * 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:
1661         Moved a few non-standard headers into their respective dlls.
1663         * include/Makefile.in:
1664         Install all standard Windows includes, plus some from the wine subdir.
1666         * 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:
1667         Removed all non-standard common control headers from the include
1668         directory.
1670         * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
1671         Moved struct32.c to windows directory.
1673 2000-08-08  Alexandre Julliard  <julliard@winehq.com>
1675         * relay32/builtin32.c:
1676         Make sure builtin dlls are never freed since we don't support dlclose
1677         properly yet.
1679         * 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:
1680         Small dll interfaces cleanups.
1682         * configure, configure.in, include/wine_gl.h:
1683         Marcus Meissner <marcus@jet.franken.de>
1684         Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
1685         using mesa-3.2 even without glext.h.
1687         * dlls/comctl32/listview.c, include/listview.h:
1688         Aric Stewart <aric@codeweavers.com>
1689         Reworked how selections are kept track of in the list view. Selections
1690         are now listed as a sorted range of paired integers.
1692         * dlls/comctl32/tooltips.c:
1693         Louis Philippe Gagnon <louisphilippe@macadamian.com>
1694         When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
1695         toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
1696         valid window handle).
1698         * documentation/HOWTO-winelib:
1699         Wilbur N. Dale <wilbur.dale@lumin.nl>
1700         Added description of using DLLs with WineLib.
1702         * documentation/*:
1703         John R. Sheets <jsheets@codeweavers.com>
1704         Converted Wine documentation to SGML format.
1706 2000-08-07  Alexandre Julliard  <julliard@winehq.com>
1708         * controls/icontitle.c:
1709         Marcus Meissner <marcus@jet.franken.de>
1710         Initialize 'str' in ICONTITLE_GetTitlePos.
1712         * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
1713         Fixed resource functions to work with 32-bit modules that don't have a
1714         16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
1716         * programs/uninstaller/main.c:
1717         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1718         Add an edit control showing the command line of the currently selected
1719         deinstall item.
1721         * windows/winpos.c:
1722         Huw D M Davies <hdavies@codeweavers.com>
1723         WINPOS_WindowFromPoint should respect hrgnWnd.
1725         * loader/pe_image.c:
1726         Peter Ganten <peter@ganten.org>
1727         Set up exe_modref before loading implicitly linked dlls.
1729         * dlls/kernel/format_msg.c:
1730         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1731         Prevent endless looping in linebreak handling.
1733         * dlls/ddraw/ddraw/x11.c:
1734         Marcus Meissner <marcus@jet.franken.de>
1735         If we are looking for an existing pixmap format, we do not need the
1736         same bitsperpixel (fixes depth 15/bitspixel 16 mode).
1738         * include/dinput.h:
1739         Ove Kaaven <ovek@transgaming.com>
1740         Added a few DirectInput 7 definitions and C++ fixes.
1742         * dlls/kernel/wowthunk.c:
1743         Peter Ganten <peter@ganten.org>
1744         LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
1746         * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
1747         Marcus Meissner <marcus@jet.franken.de>
1748         Removed local variable shadows warnings.
1750         * 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:
1751         - Fixed resource functions to work directly from the HMODULE instead of
1752           requiring a modref.
1753         - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
1754           Eric Pouech and Dusan Lacko).
1755         - Simplified modref structure and handling.
1757         * include/wine/obj_base.h:
1758         Ove Kaaven <ovek@transgaming.com>
1759         Protect the prototypes in here from C++ name mangling...
1761         * dlls/version/install.c:
1762         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1763         VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
1765         * include/vfw.h:
1766         Marcus Meissner <marcus@jet.franken.de>
1767         inline must be first attribute in function definition.
1769         * dlls/user/lstr.c:
1770         Marcus Meissner <marcus@jet.franken.de>
1771         Fixed CharNextW.
1773         * graphics/x11drv/dib.c:
1774         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1775         X11DRV_DIB_SetImageBits_RLE8: break image lines.
1777 2000-08-06  Alexandre Julliard  <julliard@winehq.com>
1779         * 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:
1780         Added imports of kernel32.dll where necessary.
1782         * Makefile.in, dlls/user/Makefile.in:
1783         Link USER resources into libuser.so.
1785         * ole/ole2nls.c:
1786         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1787         Fix for calling ctype functions with Unicode characters.
1789         * dlls/comctl32/toolbar.c:
1790         Chris Morgan <cmorgan@wpi.edu>
1791         Converted all calls to RedrawWindow to InvalidateRect.  Previously
1792         RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
1793         immediate WM_PAINT message.  Moving to InvalidateRect should let
1794         WM_PAINTs occur normally.
1796         * controls/listbox.c:
1797         Susan Farley <sfarley@codeweavers.com>
1798         Avoid resetting the background color when clearing out blank areas, as
1799         it may have been set to something other than COLOR_WINDOW by the
1800         application.
1802         * windows/x11drv/wnd.c:
1803         Stephane Lussier <stephane@macadamian.com>
1804         Top level windows with 0 width or height are created with a size of 1x1 in
1805         the X11 driver. I've added some code to make sure those windows are never
1806         mapped while the size <= 0.
1808         * 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:
1809         Moved most USER string functions to dlls/user.
1810         Cleaned up a few more inter-dll dependencies.
1812         * 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:
1813         Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
1814         to trap exceptions.
1816 2000-08-04  Alexandre Julliard  <julliard@winehq.com>
1818         * 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:
1819         Patrik Stridvall <ps@leissner.se>
1820         - Warn about directories specified in modules.dat that are not used.
1821         - Eliminated the warnings caused by the change above.
1822         - Minor API files update.
1823         - Minor bug fixes.
1825         * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
1826         Patrik Stridvall <ps@leissner.se>
1827         Fixed issues found by winapi_check.
1829         * debugger/stack.c, dlls/comctl32/listview.c:
1830         Patrik Stridvall <ps@leissner.se>
1831         Fixed some warnings.
1833         * 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:
1834         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1835         Added a few missing imports.
1837         * 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:
1838         Moved a bunch of functions out of libwine/kernel/gdi into USER.
1840         * 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:
1841         Removed a few dependencies on GDI internals from USER dll.
1843         * 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:
1844         Added a few missing imports.
1846 2000-08-03  Alexandre Julliard  <julliard@winehq.com>
1848         * 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:
1849         Make USER and GDI separate dlls.
1851         * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
1852         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1853         Fixed the Win16/Win32 structure size/alignment differences of
1854         ws_hostent, ws_protoent, ws_servent, ws_netent.
1856         * dlls/comctl32/tooltips.c, include/tooltips.h:
1857         Huw D M Davies <h.davies@codeweavers.com>
1858         Redo the show/hide logic and add a comment to explain what's going on.
1859         Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
1860         Fix handling of TTDT_AUTOMATIC.
1861         Relayed mouse messages should extract the position from lParam not
1862         msg.pt
1863         SubclassProc now unified with TTM_RELAYEVENT.
1864         Change all lstrcpyxtox to use win32 APIs.
1866         * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
1867         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1868         Changed the AFM metrics structure to use an array instead of a linked
1869         list. This avoids doing two heap allocations for every character, and
1870         reduces the metrics parsing time by approx 25%.
1872         * dlls/wininet/http.c:
1873         John R. Sheets <jsheets@codeweavers.com>
1874         Added "Mime-Version" to standard MIME headers parsed in
1875         HTTP_GetStdHeaderIndex().
1877         * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
1878         Juergen Schmied <juergen.schmied@debitel.net>
1879         Implemented the ErrorInfo interfaces.
1881         * dlls/kernel/Makefile.in:
1882         Added explicit dependency on message files for people who don't run
1883         make depend.
1885         * 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:
1886         Moved GUID definitions to their respective dll.
1888         * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
1889         Fixed IShellLinkA/W definitions.
1891         * 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:
1892         Added guiddef.h and moved a few GUID definitions to the correct file.
1894         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
1895         Fixed IsEqualGUID definition.
1897         * include/winnls.h, ole/ole2nls.c:
1898         Dmitry Timoshkov <dmitry@sloboda.ru>
1899         LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
1900         the registry. Instead, use system default values.
1902         * dlls/comctl32/listview.c:
1903         Aric Stewart <aric@codeweavers.com>
1904         - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
1905         - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
1906           if there is only one column.
1907         - Corrected a bug I introduced with an earlier patch which caused
1908           problems with multiple selections.
1910         * dlls/ddraw/convert.c:
1911         Marcus Meissner <marcus@jet.franken.de>
1912         One of the 24/32 convert color masks was wrong.
1914         * dlls/user/user32.spec:
1915         Marcus Meissner <marcus@jet.franken.de>
1916         GetPropA/W have string args.
1918         * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
1919         Added imports of user32/gdi32/kernel32 wherever necessary.
1921 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
1923         * include/version.h, ANNOUNCE, ChangeLog:
1924         Release 20000801.
1926 ----------------------------------------------------------------
1927 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
1929         * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
1930         Jeremy White <jwhite@codeweavers.com>
1931         Added WM_TCARD and DWORDLONG.
1933         * dlls/kernel/format_msg.c, tools/wmc/write.c:
1934         Marcus Meissner <marcus@jet.franken.de>
1935         PE_MESSAGE_HEADER.Length contains the header itself too.
1937         * memory/virtual.c: Peter Ganten <peter@ganten.org>
1938         Committing a page of a shared mapping in one process lets it appear
1939         committed in other processes, too. To fake this, we commit them as
1940         soon as they are mapped.
1942         * include/winnt.h, memory/heap.c:
1943         Peter Ganten <peter@ganten.org>
1944         Moved Wine private heap creation flags to other values.
1945         Return system heap when a shared heap is requested.
1947         * files/directory.c:
1948         Only set COMSPEC if not defined already.
1950         * dlls/commdlg/filedlg.c, include/wine/unicode.h:
1951         Gerard Patel <g.patel@wanadoo.fr>
1952         Changed the win31 style file dialog to 32 bits structures and
1953         messages.
1955         * dlls/comctl32/treeview.c: Serge Ivanov
1956         Andrew Lewycky
1957         Improved drawing of item text, added SHOWSELALWAYS capability.
1959         * dlls/comctl32/listview.c:
1960         Matthew Lake <MasterR_L@yahoo.com>
1961         Fixed a segfault problem using the standard file open dialog box.
1963         * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
1964         Moved MulDiv() and VGA routines out of GDI.
1966         * 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:
1967         Dave Pickles <davep@cyw.uklinux.net>
1968         Added support for ERRORLEVEL.
1969         Most errors reported via FormatMessage().
1970         COPY command now works correctly if output specifier is a directory.
1972         * dlls/comctl32/treeview.c:
1973         Susan Farley <sfarley@codeweavers.com>
1974         More consistent calculation of line height, scrolls a full item on
1975         line up/down.
1977         * dlls/comctl32/listview.c, include/listview.h:
1978         Aric Stewart <aric@codeweavers.com>
1979         Fixed a few bugs including one with setting extended styles and
1980         editing labels.
1981         Implemented the LVS_EX_FULLROWSELECT extended style.
1982         Begin an implementation of virtual list views (LVS_OWNERDATA style
1983         set).
1985         * include/ddraw.h:
1986         Marcus Meissner <marcus@jet.franken.de>
1987         Removed unnecessary X11 includes from ddraw.h.
1989         * loader/module.c: Peter Ganten <peter@ganten.org>
1990         WinExec16 should not split quoted filenames with spaces.
1992         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
1993         Aric Stewart <aric@codeweavers.com>
1994         Implemented InternetCheckConnectionA.
1996         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
1997         Fixed another non-Linux build failure.
1999         * dlls/crtdll/crtdll.spec:
2000         Marcus Meissner <marcus@jet.franken.de>
2001         Fixed 2 forward entries.
2003         * dlls/comctl32/status.c:
2004         Marcus Meissner <marcus@jet.franken.de>
2005         Removed some flicker by detecting if we set the same value again.
2007         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2008         Change logic of listbox resizing for 16 bits apps for lists without
2009         LBS_NOINTEGRALHEIGHT style.
2011         * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
2012         Fixed CreateDC to work properly when it is called with a device.
2014         * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
2015         Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
2016         - Support whitespace around commands better, and support the @
2017           prefix better
2018         - Enhance the set support to unset, display value error correctly
2019         - Enhance the command line support for parms, and env var expansion
2020         - Enhance the echo command to not loose whitespace, and display
2021           output with % signs better
2023         * 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:
2024         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2025         Added an uninstaller for InstallShield, WISE etc.
2027         * windows/x11drv/wnd.c:
2028         Jean-Claude Batista <jcb@macadamian.com>
2029         Provide position hints for window managers.
2031 2000-07-31  Alexandre Julliard  <julliard@winehq.com>
2033         * 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:
2034         Cleaned up some more USER dependencies.
2036         * include/wingdi.h, include/winuser.h:
2037         Moved system metrics definitions to winuser.h.
2039         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
2040         Tidyed up stack backtrace code a bit, and added a simple special
2041         case for backtracing from a null EIP.
2043         * files/file.c, server/file.c:
2044         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2045         Fix for 64-bit negative seek value.
2047         * include/module.h, msdos/int2f.c:
2048         Ove Kaaven <ovek@arcticnet.no>
2049         Removed DOS task fields from the NE_MODULE structure.
2051         * loader/task.c:
2052         Skip quoted program name when building command line.
2054         * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
2055         DOS binary support has been restored.
2057         * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
2058         Moved toolhelp implementation into kernel32 dll.
2060         * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
2061         Backed out FindResource language patch.
2063         * loader/dos/dosvm.c, msdos/int09.c:
2064         Ove Kaaven <ovek@arcticnet.no>
2065         Fixed a few problems.
2067         * dlls/kernel/messages/winerr_enu.mc:
2068         Dave Pickles <davep@cyw.uklinux.net>
2069         Added text for all messages included in win95 and winNT.
2071         * dlls/kernel/format_msg.c:
2072         Marcus Meissner <marcus@jet.franken.de>
2073         Added { } around stuff in ADD_TO_T macros.
2075         * include/dosexe.h, loader/dos/module.c:
2076         Ove Kaaven <ovek@arcticnet.no>
2077         Convert DOS (MZ) binary loader to the new DOS process model.
2079         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
2080         Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
2081         assembly code a bit, and wrapped it in #ifdef __i386__.
2083 2000-07-30  Alexandre Julliard  <julliard@winehq.com>
2085         * 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:
2086         Cleaned up a few USER dependencies.
2088         * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
2089         Ove Kaaven <ovek@arcticnet.no>
2090         Removed hModule parameter from MZ_AllocDPMITask(), and renamed
2091         MZ_KillModule() to MZ_KillTask().
2093         * configure, configure.in:
2094         Create dll/kernel/messages directory.
2096         * include/miscemu.h, msdos/dosmem.c:
2097         Ove Kaaven <ovek@arcticnet.no>
2098         Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
2099         initialize DOS memory properly in the new process model. Made
2100         DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
2102         * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
2103         Removed usage of obsolete pModule->lpDosTask.
2105 2000-07-29  Alexandre Julliard  <julliard@winehq.com>
2107         * 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:
2108         Removed some unnecessary inclusions of wingdi.h and winuser.h
2110         * 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:
2111         Removed a few external dependencies from ntdll.
2113         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
2114         Marcus Meissner <marcus@jet.franken.de>
2115         Added CreateTypeLib,LHashValOfNameSys stubs.
2116         Check for correct struct magic before reading out of it.
2118         * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
2119         Marcus Meissner <marcus@jet.franken.de>
2120         Implemented SmoothScrollWindow.
2122         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
2123         Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
2124         of pointers from global heap functions.
2126         * dlls/kernel/format_msg.c:
2127         Marcus Meissner <marcus@jet.franken.de>
2128         Get rid of USER32 functions in KERNEL32.
2130         * include/dosexe.h, loader/dos/dosvm.c:
2131         Ove Kaaven <ovek@arcticnet.no>
2132         Added support for the Win32 Console interface to the main DOSVM event
2133         loop. Cleaned up event dispatching code a bit.
2135         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
2136         Make direct console input routines go through int16, rather than
2137         reading directly from the console driver.
2139         * 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:
2140         Francois Gouget <fgouget@psn.net>
2141         ole32 now requires linking with kernel32
2142         shell32 now requires linking with kernel32 and shlwapi
2144         * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
2145         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2146         We always have strerror, so no need to ifdef HAVE_STRERROR.
2148         * windows/win.c:
2149         Huw D M Davies <hdavies@codeweavers.com>
2150         Initialize hrgnWnd.
2152         * configure, configure.in:
2153         Lionel Ulmer <lionel.ulmer@free.fr>
2154         Fix the GLEXT function prototype typedefs detection.
2156         * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
2157         Ove Kaaven <ovek@arcticnet.no>
2158         Let Int09 routines remember a keystroke's ASCII code, if available.
2160         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
2161         Added some int33 function stubs.
2163         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
2164         Changed a few core int10 routines to use the BIOS data segment cursor
2165         positions and the VGA routines, instead of directly accessing the
2166         console driver.
2168         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
2169         Marcus Meissner <marcus@jet.franken.de>
2170         Implemented OleGetAutoConvert.
2172         * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
2173         Dmitry Timoshkov <dmitry@sloboda.ru>
2174         FindResourceExA/W should search for the specified language resource only.
2175         FindResourceA/W should search for any language resource.
2177         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
2178         Marcus Meissner <marcus@jet.franken.de>
2179         No longer crash when running with DirectDraw with a DDClipper in
2180         -desktop mode.
2182         * windows/nonclient.c:
2183         Francois Boisvert <francois@macadamian.com>
2184         NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
2185         clicking on a window having a customize non client area.
2187 2000-07-28  Alexandre Julliard  <julliard@winehq.com>
2189         * graphics/x11drv/dib.c, include/x11drv.h:
2190         Ove Kaaven <ovek@transgaming.com>
2191         Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
2193         * memory/codepage.c:
2194         Wolfgang Schwotzer <woschwot@gmx.net>
2195         Added NULL pointer checks.
2197         * 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:
2198         Francois Jacques <francoisj@macadamian.com>
2199         - implementation of SetWindowsRgn and GetWindowRgn
2200         - X11DRV and TTYDRV updated with new API SetWindowRgn
2202         * 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:
2203         Ove Kaaven <ovek@arcticnet.no>
2204         Removed the hModule parameter from various DOSMEM routines, the DOSMEM
2205         routines now always use the current memory space.
2207         * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
2208         Fixed some warnings.
2210         * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
2211         Patrik Stridvall <ps@leissner.se>
2212         Minor API files update.
2214         * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
2215         Solaris specific fixes.
2217         * windows/x11drv/event.c, windows/defwnd.c:
2218         Stephane Lussier <stephane@macadamian.com>
2219         Now the service thread is no more in charge of erasing the background
2220         of the Window. Service thread is doing the invalidation part, and the
2221         application thread is doing the erasing part. All this has been
2222         implemented using WM_SYNCPAINT message.
2224         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
2225         Dmitry Timoshkov <dmitry@sloboda.ru>
2226         Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
2228         * windows/x11drv/event.c:
2229         Dmitry Timoshkov <dmitry@sloboda.ru>
2230         Do not crash if window was not found.
2232         * windows/dialog.c, windows/painting.c:
2233         Stephane Lussier <stephane@macadamian.com>
2234         - UpdateWindow should refresh all children that have an update region.
2235         - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
2236           a WM_PAINT eventually for the dialog, no need to force a paint right away.
2237         (based on a patch from James Hatheway in the Corel tree)
2239         * msdos/int21.c, msdos/int2f.c:
2240         Ove Kaaven <ovek@arcticnet.no>
2241         Just get DOS task structure from MZ_Current(), instead of (clumsily)
2242         trying to find and read from the current task's module structures.
2244         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
2245         Make a global asm helper function to handle 32-bit RMCB calls, so we
2246         don't need those complex constraints either.
2248         * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
2249         Always get a hardware message from the system queue in PeekMessage,
2250         even if no such wake bits are set, because in a PeekMessage loop,
2251         there's no sleeping, so the necessary wake bits are never set...
2253         * dlls/oleaut32/olefont.c, include/olectl.h:
2254         Huw D M Davies <hdavies@codeweavers.com>
2255         Add Connection Point support to OLE font objects.
2256         Add some more TRACE()s.
2258         * dlls/*/*.spec:
2259         Added 'owner' field to 16-bit spec files to specify the name of the
2260         32-bit dll that contains it.
2262 2000-07-26  Alexandre Julliard  <julliard@winehq.com>
2264         * 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:
2265         Merged setupx.dll into setupapi.dll.
2266         Merged sound.dll into winmm.dll.
2267         Merged stress.dll into kernel32.dll.
2269         * 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:
2270         Added a few empty source files so that each dll has at least one C
2271         file.
2273         * 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:
2274         Eric Pouech <Eric.Pouech@wanadoo.fr>
2275         - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
2276         - upgraded vfw.h content
2278         * msdos/dpmi.c: Avoid clobbering %ebx.
2280         * loader/ne/module.c:
2281         Return the proper error code when a 16-bit task failed to start
2282         (thanks to Peter Ganten).
2284         * documentation/HOWTO-winelib:
2285         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2286         Adapted to the recent winebuild rename.
2288         * loader/module.c:
2289         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2290         Added detection code for very old Windows (1.1, 2.0, ...) binaries to
2291         MODULE_GetBinaryType().
2293         * 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:
2294         Moved shlwapi routines from shell32.dll to shlwapi.dll.
2296 2000-07-25  Alexandre Julliard  <julliard@winehq.com>
2298         * 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:
2299         Make unicode.o into a separate ELF library so that we can use it from
2300         the wineserver too.
2302         * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
2303         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2304         - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
2305           non-existent directory would leave the new drive enabled upon aborting
2306           (fixes CuteFTP install and should fix MANY apps)
2307           This has probably been caused by myself. *brownpaperbag*
2308         - added GetVolumeInformation serial number bug-for-bug compatibility
2309         - corrected Unicode labels (better CD-ROM handling in general)
2310         - moved CD-ROM label detection code to misc/cdrom.c
2311         - possible to use loopback mounted ISO9660 files
2312         - init some uninitialised drive fields
2313         - remove some unnecessary header includes
2315         * windows/winpos.c:
2316         Susan Farley <sfarley@codeweavers.com>
2317         Don't destroy the caret on SWP_HIDEWINDOW.
2319         * 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:
2320         Dave Pickles <davep@cyw.uklinux.net>
2321         Improved FormatMessage:
2322         - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
2323         - Implemented language search as documented
2324         - Illegal combinations of options trapped.
2325         - Message table for system messages added.
2327         * include/winbase.h, include/winuser.h:
2328         Moved FORMAT_MESSAGE flags definition to winbase.h.
2330         * Make.rules.in:
2331         Added rules for message compiler .mc files.
2333         * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
2334         James Hatheway <james@macadamian.com>
2335         Portability fixes.
2337         * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
2338         Patrik Stridvall <ps@leissner.se>
2339         Fixed issues found by winapi_check.
2341         * 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:
2342         Patrik Stridvall <ps@leissner.se>
2343         Minor API files update.
2345         * 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:
2346         Bertho Stultiens <bertho@akhphd.au.dk>
2347         - Implemented a bug-work-around for Berkeley yacc (byacc) which
2348           does not generate proper default transition rules for non-terminals.
2349           See comments in parser.y how the fix works.
2350         - Changed the error-line/char position to make emacs happy parsing
2351           the position of the error.
2352         - Added comments in the documentation in which order the line-numer
2353           and character-position of the error is written.
2355         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
2356         Use lcall opcodes, so all gas-es understand it...
2358         * 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:
2359         Moved thunking functions off to kernel32.dll.
2361         * 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:
2362         Temporarily moved advapi32 registry support back into libwine.so, and
2363         made advapi32 a separate dll.
2365         * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
2366         Eric Pouech <Eric.Pouech@wanadoo.fr>
2367         fixed a number of long standing bugs:
2368             - segmented expressions didn't display correctly
2369             - using dynamic size array for nested types parsing
2370             - correct display of source code after a crash
2371         factorized some code
2373         * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
2374         Merged wing.dll into gdi32.dll.
2376         * dlls/comctl32/listview.c:
2377         Aric Stewart <aric@codeweavers.com>
2378         Prevent the attempt to draw invalid image indexes.
2379         Provide the two pixel buffer between the image and the label.
2381         * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
2382         Huw D M Davies <hdavies@codeweavers.com>
2383         A generic implemention of IConnectionPoint/IEnumConnections.
2385         * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
2386         Dmitry Timoshkov <dmitry@sloboda.ru>
2387         Make fnt2bdf produce correct fonts.
2389         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
2390         Make int16 read from the BIOS keyboard buffer, not directly from the
2391         console driver.
2393         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
2394         Fixed broken assembler. Removed support for old protected-mode hack
2395         for running real-mode code on platforms that don't support vm86; the
2396         current CallRM->RMCB shortcut code should take care of all
2397         Wine-supplied RM APIs (such as DOSASPI) anyway.
2399         * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
2400         Perform NE_InitProcess in the context of the new task.
2402 2000-07-24  Alexandre Julliard  <julliard@winehq.com>
2404         * 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:
2405         Merged msacm and msacm32 dlls.
2406         Merged win87em and windebug into kernel32.dll.
2408 2000-07-23  Alexandre Julliard  <julliard@winehq.com>
2410         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
2411         Francois Gouget <fgouget@psn.net>
2412         Fixed int/HANDLE mismatches revealed by -DSTRICT.
2413         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
2415         * programs/progman/main.c:
2416         Francois Gouget <fgouget@psn.net>
2417         Fixed WinMain's signature.
2418         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
2419         Removed obsolete references to the Languages array.
2421         * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
2422         Francois Gouget <fgouget@psn.net>
2423         Removed obsolete references to the Languages array.
2425         * programs/clock/main.c:
2426         Francois Gouget <fgouget@psn.net>
2427         Fixed WinMain's signature.
2428         Fixed parameter order for the call to CreateWindow.
2430         * 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:
2431         Francois Gouget <fgouget@psn.net>
2432         Fixed WinMain's signature.
2434         * 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:
2435         Francois Gouget <fgouget@psn.net>
2436         Added -DSTRICT.
2437         Added missing libraries comctl32 and rpcrt4.
2439         * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
2440         James Hatheway <james@macadamian.com>
2441         Adds an initial WSAIoctl function with support for only the
2442         SIO_GET_INTERFACE_LIST command.  Adds initial code to WsControl
2443         function to support the WSCNTL_TCPIP_QUERY_INFO command.
2445         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
2446         Eric Pouech <Eric.Pouech@wanadoo.fr>
2447         Compilation fixes for OpenGL.
2449         * Make.rules.in: Mike_McCormack@looksmart.com.au
2450         Corrected c2man flags. It still crashes anyhow :-/
2452         * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
2453         Lionel Ulmer <lionel.ulmer@free.fr>
2454         Detect broken glext.h headers.
2456         * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
2457         Mike_McCormack@looksmart.com.au
2458         Added some basic text display and editing capabilities, cursor
2459         positioning, a bit of scrolling and a text file loader.
2461         * include/tapi.h: Mike_McCormack@looksmart.com.au
2462         Implemented lineGetCountry. (works with HyperTrm.exe)
2464         * 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:
2465         Gerard Patel <g.patel@wanadoo.fr>
2466         Focus handling, visual changes + misc fixes.
2468         * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
2469         Implemented lineGetCountry. (works with HyperTrm.exe)
2471         * include/winbase.h: Francois Gouget <fgouget@psn.net>
2472         Removed duplicate declaration of AddAccessAllowedAce.
2474         * dlls/comctl32/listview.c:
2475         Aric Stewart <aric@codeweavers.com>
2476         Handle the case where the function SetItem is called to select an item
2477         or set its focus.
2479         * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
2480         Ove Kaaven <ovek@transgaming.com>
2481         Added a few C++ operators to Direct3D structures, and made some unions
2482         'nameless'.
2484         * dlls/winsock/async.c:
2485         Eric Pouech <Eric.Pouech@wanadoo.fr>
2486         Insured that all parameters of async functions are copied before
2487         returnig from request.
2489         * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
2490         Ove Kaaven <ovek@arcticnet.no>
2491         Fix a few typos and such.
2493         * include/d3d.h, include/ddraw.h:
2494         Ove Kaaven <ovek@transgaming.com>
2495         Added some DirectDraw7-related definitions.
2497         * configure, configure.in, include/config.h.in:
2498         Marcus Meissner <marcus@jet.franken.de>
2499         Make non-existence of (f)lex an error.
2501         * 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:
2502         Marcus Meissner <marcus@jet.franken.de>
2503         IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
2505         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
2506         Added a few Win32 definitions.
2508         * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
2509         Reduce scope of "Status" #ifdef hack.
2511         * if1632/relay.c, relay32/builtin32.c:
2512         Ove Kaaven <ovek@arcticnet.no>
2513         Say that "No handler" messages as fatal.
2515         * winedefault.reg: Fixed SharedDir location.
2517         * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
2518         Ove Kaaven <ovek@arcticnet.no>
2519         Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
2520         the ugly Dr7 hack.
2522         * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
2523         Eric Pouech <Eric.Pouech@wanadoo.fr>
2524         Fixed first seek on MEM mmio files.
2526         * dlls/commdlg/fontdlg.c:
2527         Gerard Patel <g.patel@wanadoo.fr>
2528         Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
2530         * dlls/wininet/http.c:
2531         John R. Sheets <jsheets@codeweavers.com>
2532         Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
2534         * dlls/wininet/internet.c:
2535         John R. Sheets <jsheets@codeweavers.com>
2536         Put the URL parameter list in with the URL path if the ExtraInfo
2537         buffer isn't specified.
2539         * controls/icontitle.c:
2540         Gerard Patel <g.patel@wanadoo.fr>
2541         Fixed calculation of buffer length after switch of window text to
2542         unicode.
2544         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
2545         Comment out a nonfunctional DOS part of debugger.
2547         * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
2548         Ove Kaaven <ovek@arcticnet.no>
2549         Added stub for RasHangUpA().
2551         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
2552         DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
2553         to documentation.
2555         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
2556         Fixed a few problems.
2558         * dlls/comctl32/toolbar.c:
2559         David Elliott <dfe@infinite-internet.net>
2560         - Changed the temporary buffer for loading resources from 256 to 512
2561         - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
2562           the function
2563         - Use lstrcpynW instead of lstrcpyW
2565 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
2567         * ANNOUNCE, ChangeLog, include/version.h:
2568         Release 20000716.
2570 ----------------------------------------------------------------
2571 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
2573         * windows/winproc.c:
2574         Added assembly wrapper for calling window procedures.
2576         * 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:
2577         Get full path of argv[0] before we change directories.
2578         Make sure process names are long path names.
2579         Cleaned up initialisation a bit.
2581         * server/sock.c:
2582         Stephane Lussier <stephane@macadamian.com>
2583         In set_socket_event, the event should be signaled if there's a pending
2584         network event corresponding to the events the application wanted to be
2585         notified.
2587         * 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:
2588         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2589         Spelling fixes.
2591         * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
2592         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2593         Doc and trace updates.
2595         * include/process.h, loader/module.c, scheduler/process.c:
2596         Marcus Meissner <marcus@jet.franken.de>
2597         Transmit current directory settings to newly created processes.
2599         * documentation/installation-und-konfiguration.german:
2600         Peter Ganten <peter@ganten.org>
2601         Added German installation and configuration manual.
2603         * windows/x11drv/keyboard.c:
2604         Raul Fernandes <rgf@ieg.com.br>
2605         Added Brazilian keyboard.
2607         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2608         Set clipping region to client window before owner-drawn painting.
2610         * winedefault.reg:
2611         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2612         Added the "SharedDir" registry key.
2614         * 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:
2615         Lionel Ulmer <lionel.ulmer@free.fr>
2616         - fix Direct3D support and a lot of warnings
2617         - add support for DDraw in a window (not optimized yet)
2618         - cleans up OpenGL extensions handling for D3D
2620         * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
2621         Background of SS_SIMPLE static control is not filled (unless it has
2622         SS_NOPREFIX too).
2624         * files/directory.c:
2625         Marcus Meissner <marcus@jet.franken.de>
2626         Drop UNIX cwd to / after calculating WINE current directory (to allow
2627         CD unmounts).
2629 2000-07-15  Alexandre Julliard  <julliard@winehq.com>
2631         * graphics/x11drv/dib.c:
2632         Stephane Lussier <stephane@macadamian.com>
2633         New version of the patch from Francois Jacques with a modification of
2634         my own that makes everybody happy :-)
2636         * misc/comm.c, dlls/kernel/kernel32.spec:
2637         Mike McCormack <mike_mccormack@looksmart.com.au>
2638         Hook serialui dll into existing comm functions.
2640         * 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:
2641         Mike McCormack <mike_mccormack@looksmart.com.au>
2642         Implemented serialui dll containing CommConfigDialog,
2643         GetDefaultCommConfig and SetDefaultCommConfig.
2645         * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
2646         Patrik Stridvall <ps@leissner.se>
2647         Fixed some warnings.
2649         * 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:
2650         Patrik Stridvall <ps@leissner.se>
2651         - Minor API files fixes.
2652         - Minor bug fixes and additions.
2654         * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
2655         Patrik Stridvall <ps@leissner.se>
2656         Fixed some issues found by winapi_check.
2658         * controls/button.c:
2659         Dave Hawkes <daveh-wine@cadlink.com>
2660         All standard window controls should have CS_PARENTDC, but should still
2661         clip to the control window.
2663         * windows/message.c:
2664         John R . Sheets <jsheets@codeweavers.com>
2665         We also have to validate the frame to avoid an infinite loop when the
2666         app doesn't call BeginPaint.
2668         * scheduler/handle.c:
2669         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2670         Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
2672         * dlls/winmm/wineoss/mixer.c:
2673         Ed Snow <ed_snow@ttmengineering.com>
2674         Fixes unmuting when unmuted.
2675         Unifies scale reported with scale used for volume control.
2676         Hack for Bass/Treble until better fix is complete.
2678         * graphics/x11drv/xfont.c:
2679         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2680         Added DBCS/unicode encoding templates.
2682         * controls/combo.c:
2683         Susan Farley <sfarley@codeweavers.com>
2684         Don't clear selection when initial entry is not in the list.
2686         * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
2687         Made --language behave the same as setting the LANGUAGE environment
2688         variable.
2690         * 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:
2691         Huw D M Davies <hdavies@codeweavers.com>
2692         Create rpcrt4.dll.
2693         Implement UuidCreate (using existing code from CoCreateGuid).
2694         CoCreateGuid calls UuidCreate.
2696         * memory/heap.c:
2697         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2698         Fix for supporting DBCS.
2700         * dlls/comctl32/toolbar.c:
2701         Rob Farnum <rfarnum@mindspring.com>
2702         Ignore iBitmap width when drawing flat toolbar.
2704         * loader/pe_image.c: Peter Ganten <peter@ganten.org>
2705         Fixed a file descriptor leak in the PE loader.
2707         * windows/winpos.c:
2708         Jean-Claude Batista <jcb@macadamian.com>
2709         Ensure the validity of hOldFocus before calling WIN_GetTopParent.
2711         * graphics/x11drv/xfont.c:
2712         Drew Ronneberg <drew@codon.princeton.edu>
2713         Ignore broken fonts when building cache file.
2715         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
2716         Allow SetWindowLong(... GWL_STYLE) to change visible bit.
2718         * documentation/registry:
2719         Ove Kaaven <ovek@arcticnet.no>D
2720         Text of WWN article "The Registry".
2722         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
2723         David Elliott <dfe@infinite-internet.net>
2724         - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
2725           guessing the command length correctly, and if not, tell's it what's up.
2726         - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
2727           caller to clear the fields.
2728         - Added a new field to HA_Unique content to fix some applications.  Will
2729           fix this for good at a later date.
2730         - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
2731           Linux)
2732         - Added some constants to winescsi.h
2733         (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
2735         * dlls/user/user32.spec, windows/user.c:
2736         Peter Ganten <peter@ganten.org>
2737         Stubs for CreateDesktopA and EnumDesktopWindows.
2739         * loader/loadorder.c:
2740         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2741         Added ws2_32 loadorder.
2743         * tools/winebuild/main.c:
2744         Peter Ganten <peter@ganten.org>
2745         Try to unlink output file before opening it.
2747         * controls/edit.c:
2748         Marcus Meissner <marcus@jet.franken.de>
2749         Replaced %s by %p in EDIT_WM_SetText.
2751         * dlls/winsock/ws2_32.spec:
2752         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2753         Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
2755         * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
2756         Add a warning when the normal load address for a win32 program is not
2757         available.
2759         * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
2760         Huw D M Davies <hdavies@codeweavers.com>
2761         OLE picture object implementation.
2763         * misc/comm.c:
2764         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2765         Fixed an incorrect format string.
2767         * loader/loadorder.c:
2768         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2769         Added loadorder entry for the Linux glide3x library.
2771         * winedefault.reg:
2772         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2773         Added "CommonFilesDir"="C:\Program Files\Common Files".
2775         * debugger/db_disasm.c:
2776         Ian Schmidt <ischmidt@cfl.rr.com>
2777         Added Pentium Pro/2/3/4 conditional move instructions.
2779 2000-07-11  Alexandre Julliard  <julliard@winehq.com>
2781         * dlls/kernel/kernel_main.c, memory/codepage.c:
2782         Set ansi/oem/mac code pages from current locale.
2784         * scheduler/client.c:
2785         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2786         Better error message for really clueless newbies.
2788         * dlls/msacm32/msacm32_main.c:
2789         James Hatheway <james@macadamian.com>
2790         Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
2792         * dlls/ddraw/dsurface/main.c:
2793         Marcus Meissner <marcus@jet.franken.de>
2794         Check for NULL flipchain and just return the current surface if it
2795         happens.
2797         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
2798         Marcus Meissner <marcus@jet.franken.de>
2799         Implemented _vsnprintf by calling wvsnprintfA.
2801         * objects/dib.c:
2802         Stephane Lussier <stephane@macadamian.com>
2803         In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
2804         instead of failing.
2806         * dlls/comctl32/toolbar.c:
2807         Chris Morgan <cmorgan@wpi.edu>
2808         Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
2809         is non-zero.  Better fix than my previous patch.
2811 2000-07-10  Alexandre Julliard  <julliard@winehq.com>
2813         * scheduler/thread.c:
2814         Lazy initialisation of thread locale.
2816         * 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:
2817         Peter Hunnisett <hunnise@nortelnetworks.com>
2818         - Make ref counting a little more efficient
2819         - Correct suspended process resumption
2820         - Don't use sys/queue.h anymore
2821         - Properly initialize the global semaphore across processes
2822         - Create a mapped file for shared data structures
2823         - Change some trace messages
2824         - Allocate dynamic shared data from the mapped file
2825         - Rework setting and retrieving lobby settings from shared memory
2826         - Add infrastructure for syncronization after app launch
2827         - Small documentation update
2828         - Include some stuff missing from header
2829         - Start on dp and dpl message infrastructure
2830         - Unicode versions of player/group commands added
2831         - Combined Connect/ConnectEx and Open/SecureOpen
2832         - More implementation
2834         * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
2835         Dmitry Timoshkov <dmitry@sloboda.ru>
2836         Moved all NLS dependent data to the KERNEL resources.
2838         * scheduler/thread.c:
2839         Juergen Schmied <juergen.schmied@debitel.net>
2840         Moved setting the locale value to the right position.
2842         * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2843         Fixed FormatMessage[A|16] against some buffer overflow cases.
2845         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2846         Removed extraneous trace message.
2848         * debugger/winedbg.c:
2849         Eric Pouech <Eric.Pouech@wanadoo.fr>
2850         Unconditionnally print messages on DLL load breakpoint.
2852         * debugger/break.c:
2853         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2854         Fixed winedbg watchpoints.
2856         * dlls/oleaut32/ole2disp.c:
2857         Francois Jacques <francoisj@macadamian.com>
2858         Prevent SysAllocString and SysAllocString16 to perform any processing
2859         on NULL strings.
2861         * tools/fnt2bdf.c:
2862         Stas Sergeev <stas.orel@mailcity.com>
2863         Make it possible to change the encoding of fonts from the command
2864         line, even if autodetected.
2866         * 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:
2867         Dmitry Timoshkov <dmitry@sloboda.ru>
2868         Convert WND.text field to Unicode.
2869         Add new key to wine.ini in the section [x11drv] - TextCP, which means
2870         code page used for texts passed to X.
2871         Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
2873         * graphics/x11drv/dib.c: Backed out previous patch.
2875         * dlls/user/user32.spec, include/winuser.h, windows/user.c:
2876         Marcus Meissner <marcus@jet.franken.de>
2877         Stub for RegisterDeviceNotificationA.
2879         * dlls/winsock/socket.c:
2880         Gerard Patel <g.patel@wanadoo.fr>
2881         Fakes a negotiation of the winsock version.
2883         * dlls/oleaut32/typelib.c:
2884         Juergen Schmied <juergen.schmied@debitel.net>
2885         - better loading of *.tlb files
2886         - seperated code for loading tlb resource into memory from code for
2887           parsing the tlb resource.
2889         * dlls/ole32/ole2stubs.c:
2890         Juergen Schmied <juergen.schmied@debitel.net>
2891         Implemented OleCreate.
2893 2000-07-09  Alexandre Julliard  <julliard@winehq.com>
2895         * windows/class.c: Noomen Hamza <noomen@macadamian.com>
2896         GetClassInfo should return global classes even if the hInstance
2897         parameter is different from the one passed to the RegisterClass
2898         function.
2900         * misc/comm.c: Stefan Leichter <sle@camline.com>
2901         Fixes the BuildCommDCBA function.
2903         * configure, configure.in, include/config.h.in, misc/port.c:
2904         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2905         Added configure check for libutil.h.
2907         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2908         Make the focus follow the last selected item for multiselect listboxes.
2910         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
2911         Huw D M Davies <h.davies1@physics.ox.ac.uk>
2912         Stub implementation of LHashValOfNameSysA.
2913         Don't crash if we encounter a BSTR with length <= 0.
2914         Fix typos in ITypeLib::GetDocumentation.
2916         * dlls/shell32/shell.c:
2917         Dave Hawkes <daveh-wine@cadlink.com>
2918         With some apps a fault was possible in ExtractAssociatedIcon.
2920         * windows/cursoricon.c:
2921         Dave Hawkes <daveh-wine@cadlink.com>
2922         GetIconInfo did no correctly identify icons from cursors.
2924         * windows/msgbox.c:
2925         Haithem Hmida <haithem@macadamian.com>
2926         Under Windows 95/98/NT, message boxes do not have a default icon.
2928         * misc/registry.c:
2929         Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
2930         Small cleanups.
2932         * 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:
2933         Created separate libraries for dplay, shfolder, shlwapi, wow32 and
2934         wsock32 so that we have at most one Win32 dll in each .so library.
2936 2000-07-08  Alexandre Julliard  <julliard@winehq.com>
2938         * graphics/x11drv/dib.c:
2939         Francois Jacques <francoisj@macadamian.com>
2940         Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
2941         manipulation.
2942         Corrected XGetSubImage arguments order.
2944         * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
2945         Matthew Lake <MLake@sunbelt-plb.com>
2946         Added some missing definitions.
2948         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
2949         Francois Jacques <francoisj@macadamian.com>
2950         Implemented SafeArrayGetVarType.
2951         Added a VT_RECORD variant type definition.
2953         * dlls/kernel/kernel32.spec, misc/comm.c:
2954         Stefan Leichter <sle@camline.com>
2955         Started implementation of the functions GetDefaultCommConfigA/W.
2957         * dlls/ddraw/convert.c:
2958         Marcus Meissner <Marcus.Meissner@caldera.de>
2959         Corrected 24->32 conversion. Still only correct for little endian.
2961         * windows/winpos.c:
2962         Susan Farley <sfarley@codeweavers.com>
2963         Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
2965         * loader/module.c:
2966         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2967         Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
2969         * dlls/comctl32/toolbar.c:
2970         Chris Morgan <cmorgan@wpi.edu>
2971         Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
2972         is non-zero or the default himl, himlDef, is non-zero.  Fixes a bug in
2973         WinZip 8.0 where text is not shifted down by the height of the button
2974         image.
2976         * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
2977         Check the value returned by DIALOG_GetCharSize.
2979         * 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:
2980         Francois Jacques <francoisj@macadamian.com>
2981         Added setupapi shared library and SetupIterateCabinet stub.
2983         * 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:
2984         Bradley Baetz <bbaetz@student.usyd.edu.au>
2985         Implemented a large number of the msvideo dll routines.
2987         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
2988         Gerard Patel <g.patel@wanadoo.fr>
2989         Allow the size of bitmaps to be changed after toolbar buttons have
2990         been added.
2992         * dlls/comctl32/propsheet.c:
2993         Slava Monich <Slava_Monich@cnt.com>
2994         On Windows property sheet has DWL_USER dword pointing to a structure
2995         that starts with HWND and PROPSHEETHEADER fields.
2997         * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
2998         Slava Monich <Slava_Monich@cnt.com>
2999         Implementation of Get/SetThreadPriorityBoost.
3001         * documentation/psdriver:
3002         Stefan Leichter <sle@camline.com>
3003         Added documentation on how to setup wine's Buildin Postscript Driver
3004         working with ghostscript (afmfiles, ppdfile).
3006         * debugger/debugger.h, debugger/expr.c, debugger/types.c:
3007         Peter Hunnisett <hunnise@nortelnetworks.com>
3008         - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
3009           expose further bad code
3010         - Print of pointer used as array now works
3012         * dlls/comctl32/listview.c:
3013         James Hatheway <james@macadamian.com>
3014         Only use the column headers to calculate the width of a
3015         LDS_REPORT-type listbox if it actually has column headers.
3016         (ie. LVS_NOCOLUMNHEADER bit is not set.)
3018         * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
3019         BeginDeferWindowPos should allow zero count.
3021         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
3022         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3023         Added semi-stub.
3025         * dlls/winmm/mci.c:
3026         Bradley Baetz <bbaetz@student.usyd.edu.au>
3027         Handle mciSendString("open <mcitype>",...)
3029         * 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:
3030         Bertho Stultiens <bertho@panter.soci.aau.dk>
3031         - Bugfix: Macro expansion of strings would assert an internal error
3032           or a segfault due to a lacking '\0' in the expansion.
3033         - Bugfix: Prevent buffer overflow in reallocation of macro expansion
3034           buffers.
3035         - Bugfix: Wrc's version information was not passed as numerical to the
3036           preprocessor due to an error in the definition of the macro.
3037         - Relaxed the newline constraint in global LANGUAGE statements, which
3038           was introduced in version 1.1.3, so that some fancy preprocessor
3039           constructs can work.
3040         - Removed the gcc-style #line handling from the resource-parser to the
3041           resource-scanner so that it is possible to include files at any stage
3042           of the source, independent of the parser-state.
3043         - Bugfix: Stringtables were not correctly searched for duplicates
3044           because the language comparison disregarded the sublanguage.
3045         - Eliminated a repetitive warning when writing stringtables with zero
3046           length string entries. These are perfectly valid (but make no sense:-).
3047           Warnings are now only generated during parse in pedantic mode.
3049         * dlls/oleaut32/ole2disp.c:
3050         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3051         Fix SysStringByteLen to really return the length in bytes.
3053         * dlls/comctl32/rsrc.rc:
3054         Slava Monich <Slava_Monich@cnt.com>
3055         Changed the size of property sheet template to be the same as the
3056         original one (was 292x159, now 220x140).
3058         * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
3059         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3060         Implement IDataAdviseHolder.
3062         * dlls/oleaut32/typelib.c:
3063         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3064         Fix typo in ITypeLib::IsName.
3066         * dlls/ole32/hglobalstream.c:
3067         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3068         CreateStreamOnHGlobal should alloc a shared memory block if supplied
3069         handle is 0.
3071         * dlls/commdlg/filedlg95.c:
3072         Dmitry Timoshkov <dmitry@sloboda.ru>
3073         Do not crash if there was no files selected and OK button was pressed.
3075         * dlls/dsound/dsound_main.c:
3076         Ove Kaaven <ovek@transgaming.com>
3077         Fix a couple of problems with underruns and stopping/restarting.
3079         * misc/main.c:
3080         Joerg Mayer <jmayer@telesun2.telemation.de>
3081         Fixed the debugmsg help.
3083         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
3084         David Elliott <dfe@infinite-internet.net>
3085         Map each channel on every host to an ASPI controller number.
3086         Store map in HKEY_DYN_DATA.
3088         * dlls/comctl32/comctl32undoc.c:
3089         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3090         DSA_InsertItem returns nIndex, not nItemCount.
3092         * dlls/comctl32/monthcal.c:
3093         Chris Morgan <cmorgan@wpi.edu>
3094         Fixed background redrawing when control is covered.  Fixed a really
3095         dumb mistake I made with border drawing many patches ago.  Fixed
3096         offset by 1 alignment issues.
3098         * dlls/ddraw/dsurface/main.c:
3099         Marcus Meissner <Marcus.Meissner@caldera.de>
3100         Removed another bad assert and two no longer needed ones.
3102 2000-06-25  Alexandre Julliard  <julliard@winehq.com>
3104         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3105         Fixed bad exception handler chain termination.
3107         * windows/x11drv/wnd.c, windows/win.c:
3108         Lawson Whitney <lawson_whitney@juno.com>
3109         Moved zero-sized window hack to x11drv.
3111         * dlls/ntdll/nt.c:
3112         Marcus Meissner <marcus@jet.franken.de>
3113         Return "no debugger attached" in NtQueryInformationProcess to satisfy
3114         some copy protection mechanisms.
3116         * dlls/commdlg/colordlg.c:
3117         Eric Pouech <Eric.Pouech@wanadoo.fr>
3118         Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
3120         * dlls/ddraw/dsurface/main.c:
3121         Marcus Meissner <marcus@jet.franken.de>
3122         Fixed two asserts in Blt().
3124         * dlls/ddraw/helper.c:
3125         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3126         Properly cast arguments to printf to match the intended output.
3128         * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
3129         Eric Pouech <Eric.Pouech@wanadoo.fr>
3130         Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
3131         Seeking from SEEK_END was wrong.
3132         Seeking on empty buffer was wrong.
3133         Some installed ioProcs had uninitialized fields.
3134         A few more bits for rename functions.
3136         * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
3137         Eric Pouech <Eric.Pouech@wanadoo.fr>
3138         Added BreakOnDllLoad internal var, cleaned up register validation on
3139         exception.
3141         * dlls/comctl32/toolbar.c:
3142         Mike McCormack <Mike_McCormack@looksmart.com.au>
3143         Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
3144         TOOLBAR_SetButtonSize after button added to the toolbar (latter for
3145         WINZIP32.EXE)
3147         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
3148         Set the minimum dropped height to the combo list height if any in
3149         CBDropDown.
3151         * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
3152         If whitespace or dots are appended to the end of any component in a
3153         path then it should be ignored.
3155 2000-06-24  Alexandre Julliard  <julliard@winehq.com>
3157         * loader/module.c, scheduler/process.c, include/process.h:
3158         Make sure the cmdline passed to CreateProcessA is writeable (thanks to
3159         Peter Ganten <peter@ganten.org>).
3161         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
3162         Eric Pouech <Eric.Pouech@wanadoo.fr>
3163         Cleaned up loading/init code in OSS.
3164         Cleaned up getDevCaps in midi part.
3165         Implemented asynchronous waveIn recording using a thread.
3167         * dlls/kernel/kernel32.spec, win32/console.c:
3168         Eric Pouech <Eric.Pouech@wanadoo.fr>
3169         A few missing console stubs.
3171         * dlls/comctl32/animate.c:
3172         Eric Pouech <Eric.Pouech@wanadoo.fr>
3173         Fixed animation loading for RLE encoding.
3175         * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
3176         Juergen Schmied <juergen.schmied@debitel.net>
3177         - removed hack to find the right resource
3178         - updated to use the ICOM macros
3179         - cleaned up use typelib and typelib2 (was mixed up)
3181         * 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:
3182         Juergen Schmied <juergen.schmied@debitel.net>
3183         - fixed reported bugs
3184         - fixed default extensions
3185         - implemented "browse to desktop" button
3187         * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
3188         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3189         GetCommandLine should return non-const strings.
3191         * dlls/kernel/kernel.spec:
3192         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3193         CallProcEx32W should be named _CallProcEx32W.
3195         * files/change.c:
3196         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3197         Added some stuff saying that this is NOT supported.
3199         * relay32/snoop.c:
3200         Juergen Schmied <juergen.schmied@debitel.net>
3201         Avoid calling the exception handler in some cases.
3203         * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
3204         Juergen Schmied <juergen.schmied@debitel.net>
3205         - many new Path* stubs
3206         - many bugfixes
3207         - class functions expanding environments variables now
3209         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
3210         Ove Kaaven <ovek@transgaming.com>
3211         Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
3212         driver, and winmm's interface for DirectSound to access it. It
3213         requires the ability to mmap /dev/dsp, to trigger playback, and
3214         sample-accurate position readouts. (If the soundcard's device driver
3215         does not report these capabilities, wineoss will report the HAL as
3216         unavailable and force DirectSound to use its HEL instead.)
3218         * include/mmsystem.h, dlls/dsound/dsound_main.c:
3219         Ove Kaaven <ovek@transgaming.com>
3220         Implemented the DirectSound HAL mode for DMA primary buffers, with a
3221         10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
3222         a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
3223         DirectSound to use (so drivers like wineoss have some way of knowing
3224         what to prepare itself for).
3226         * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
3227         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3228         Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
3229         2.0 control.exe and paint.exe.
3231         * include/winuser.h:
3232         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3233         Added IDI_WINLOGO.
3235         * debugger/winedbg.c:
3236         Eric Pouech <Eric.Pouech@wanadoo.fr>
3237         Don't block endlessly after last debugged process has exited.
3239         * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3240         Added (back) correct behavior for NULL ptrs in CharToOem funcs.
3242         * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3243         Fixed some OOM conditions in GlobalAlloc.
3245         * dlls/ntdll/misc.c:
3246         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3247         Added missing #include <math.h>.
3249         * include/winresrc.h: Removed MIME garbage.
3251         * dlls/ddraw/ddraw/x11.c:
3252         Marcus Meissner <marcus@jet.franken.de>
3253         Create xlib ddsurfaces with correct reference counts.
3255         * 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:
3256         Split bidi16.c and network.c out of misc/ into their respective dlls.
3258 2000-06-23  Alexandre Julliard  <julliard@winehq.com>
3260         * 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:
3261         Split the build program in several files.
3262         Renamed it 'winebuild' to avoid possible conflicts.
3263         Cleaned up command-line parsing.
3264         Make it understand -fPIC instead of -pic.
3265         Merged call16.s and call32.s generated files.
3267         * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
3268         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3269         Added more ordinals to KERNEL, GDI, USER and system drivers
3270         (Windows 1.1, 2.0).
3272         * dlls/ddraw/ddraw/dga.c:
3273         Peter Ganten <peter@ganten.org>
3274         _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
3275         supported.
3277         * dlls/comctl32/toolbar.c:
3278         Dave Hawkes <daveh-wine@cadlink.com>
3279         Avoid gratuitously changing the ZORDER.
3281         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
3282         Marcus Meissner <marcus@jet.franken.de>
3283         Use correct bpp for the X side of the surface XImages.
3284         Cleaned up Xlib_Surface_Release so it is a bit more readable.
3285         use VirtualAlloc for conversion-programside buffer to simplify
3286         handling.
3288         * loader/resource.c:
3289         Dave Hawkes <daveh-wine@cadlink.com>
3290         GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
3291         should return TRUE on success.
3293         * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
3294         Marcus Meissner <marcus@jet.franken.de>
3295         Dump FourCC correctly, print conversion messages, add reference to
3296         ddraw in DDSurface::GetDDInterface.
3298         * dlls/x11drv/x11drv_main.c:
3299         Marcus Meissner <marcus@jet.franken.de>
3300         Restrict nTimeout to 0-32767, since it is a 16bit value in X.
3302         * dlls/ntdll/signal_i386.c:
3303         Dave Hawkes <daveh-wine@cadlink.com>
3304         Exception handling for SIGFPE must always clear the FPU interrupt
3305         status.
3307         * 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:
3308         Moved shared crtdll/ntdll functions into ntdll.
3309         Made crtdll a separate dll.
3311         * 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:
3312         Cleaned up a few inter-dll dependencies.
3314         * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
3315         Patrik Stridvall <ps@leissner.se>
3316         Fixed some issues found by winapi_check.
3318         * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
3319         Patrik Stridvall <ps@leissner.se>
3320         Fixed some warnings.
3322         * 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:
3323         Patrik Stridvall <ps@leissner.se>
3324         - Minor API files fixes.
3325         - Minor bug fixes and additions.
3327         * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
3328         Ove Kaaven <ovek@transgaming.com>
3329         Restructure DirectSound. Remove dsound thread, use MM timers
3330         instead. Implemented the DirectSound HEL, with the ability to
3331         prebuffer 300ms of sound, while maintaining play latency of 40ms, and
3332         the exact playposition (Starcraft cinematics are lip-synched).  Some
3333         initial HAL support.
3335         * relay32/builtin32.c:
3336         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
3337         Replaced the BUILTIN32_dlopen() ERR() by a WARN().
3339         * include/winresrc.h:
3340         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3341         Added include/winresrc.h for porting with winelib.
3343         * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
3344         Francois Gouget <fgouget@psn.net>
3345         Merged DeviceCapabilities and DeviceCapabilitiesA.
3347         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
3348         Francois Gouget <fgouget@psn.net>
3349         Merged MCIWndCreate and MCIWndCreateA.
3351         * dlls/ole32/compobj.c:
3352         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3353         CLSIDFromString apparently also accepts ProgIDs as an input string.
3355         * include/winuser.h:
3356         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3357         Added SC_ICON/SC_ZOOM (obsolete macros).
3359         * include/wininet.h:
3360         Marcus Meissner <marcus@jet.franken.de>
3361         Added prototypes for new InternetCheckConnection*.
3363 2000-06-20  Alexandre Julliard  <julliard@winehq.com>
3365         * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
3366         Cleaned up a few inter-dll dependencies.
3368         * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
3369         Alexander V. Lukyanov <lav@long.yar.ru>
3370         Fixed problems with compilation/install out of source tree.
3372         * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
3373         Noomen Hamza <noomen@macadamian.com>
3374         OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
3375         the CLSID of the OLE object is not found in the registry. Fixed.
3377         * files/profile.c:
3378         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3379         Make WritePrivateProfileSectionA care for "" and NULL as the
3380         string argument. New function PROFILE_DeleteAllKeys.
3382         * dlls/winmm/wineoss/midi.c:
3383         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3384         Fixed format strings.
3386         * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
3387         Rein Klazes <rklazes@casema.net>
3388         Fix a crash in winhelp caused by hmemcpy16 without prototype.
3389         Fix some compiler warnings.
3391         * dlls/*/Makefile.in:
3392         For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
3394         * dlls/winmm/wineoss/audio.c:
3395         Ove Kaaven <ovek@transgaming.com>
3396         Fixed WHDR_DONE race condition.
3398         * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
3399         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3400         Implemented StrCatBuff.
3402         * include/shlobj.h:
3403         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3404         Added typedef of DROPFILES.
3406         * include/winerror.h:
3407         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3408         Added ResultFromScode/GetScode (obsolete macros).
3410         * graphics/painting.c:
3411         Dave Hawkes <daveh-wine@cadlink.com>
3412         MoveToEx: return TRUE even if there is no driver implementation.
3414         * dlls/comctl32/status.c:
3415         Gerard Patel <g.patel@wanadoo.fr>
3416         Protect against programs creating parts with negative width.
3418 2000-06-18  Alexandre Julliard  <julliard@winehq.com>
3420         * loader/resource.c, msdos/int21.c:
3421         Dmitry Timoshkov <dmitry@sloboda.ru>
3422         Use GetSystemDefaultLangID() instead of WINE_LanguageId.
3424         * 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:
3425         Eric Pouech <Eric.Pouech@wanadoo.fr>
3426         - cleaned-up break handling
3427         - better integration of debugger inner loops (parser & events)
3428         - added attach command
3429         - improved parser so that it can be entered without any process loaded
3430         - added BreakOnFirstChance internal variable
3431         - disabled NE module symbol module (which is broken with ASS)
3432         - misc portability cleanups
3434         * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
3435         Stephane Lussier <stephane@macadamian.com>
3436         - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
3437           function with a SafeArray created with FADF_FIXEDSIZE.
3438         - Added more FADF flags in the .h file.
3439         - FADF flags were defined twice, corrected the situation.
3441         * graphics/x11drv/text.c:
3442         Dmitry Timoshkov <dmitry@sloboda.ru>
3443         Do not assume that double byte font == unicode font.
3445         * 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:
3446         Francois Gouget <fgouget@psn.net>
3447         Added some missing prototypes.
3448         Define the HDRAWDIB handle type.
3450         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
3451         hmemcpy16 is a Win16 API, the macro is hmemcpy.
3453         * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
3454         James Hatheway <james@macadamian.com>
3455         Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
3456         functions already implemented.
3458         * dlls/winmm/mciseq/mcimidi.c:
3459         Eric Pouech <Eric.Pouech@wanadoo.fr>
3460         Fixed port status query.
3462         * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
3463         Added DirectSound device driver header file.
3465         * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
3466         Make the base relocation message a WARN, not a FIXME.
3468         * tools/Makefile.in:
3469         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3470         Distinguish between SUBDIRS and INSTALLSUBDIRS.
3472         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
3473         CB_SETCURSEL should not generate another listbox event after updating
3474         the edit box.
3476         * dlls/comctl32/treeview.c:
3477         Noomen Hamza <noomen@macadamian.com>
3478         WM_PAINT should be processed only by the TREEVIEW_Paint function, so
3479         we don't need to call DefWindowProcA function within TREEVIEW_Paint.
3481         * windows/class.c:
3482         James Hatheway <james@macadamian.com>
3483         We must return the atom of the class in GetClassInfoEx instead of just
3484         TRUE.
3486         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
3487         James Hatheway <james@macadamian.com>
3488         Added a stub for CoCreateFreeThreadedMarshaler().
3490         * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
3491         Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
3492         OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
3494         * controls/menu.c:
3495         Francois Jacques <francoisj@macadamian.com>
3496         GetSystemMenu called with bRevert argument set to TRUE now returns
3497         NULL as specified in Platform SDK.
3499         * graphics/x11drv/dib.c:
3500         Stephane Lussier <stephane@macadamian.com>
3501         Fixed memory access outside of the range for source bits in 24-bit bitmaps.
3503 2000-06-16  Alexandre Julliard  <julliard@winehq.com>
3505         * dlls/ole32/ole32.spec:
3506         Francois Jacques <francoisj@macadamian.com>
3507         Make IIDFromString point to CLSIDFromString.
3509         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
3510         Juergen Schmied <juergen.schmied@debitel.net>
3511         - better error check when importing functions via GetProcAdress
3512         - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
3513         - changed call order when browsing to different folder (crash with native shell)
3514         - removed Move call since IShellview_CreateViewWindow creates it already in
3515           the right rect
3517         * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
3518         Juergen Schmied <juergen.schmied@debitel.net>
3519         - fixed null-pidl from _ILCreateControl
3520         - some more no-name functions in shlwapi
3522         * dlls/shell32/systray.c:
3523         Francois Jacques <francoisj@macadamian.com>
3524         Keep an internal copy of the icon.
3526         * include/objbase.h: Francois Gouget <fgouget@psn.net>
3527         Reorder the __attribute__ directive in the legacy macros for
3528         compatibility with old g++ compilers.
3530         * graphics/x11drv/dib.c:
3531         Ken Coleman <ken_coleman@iname.com>
3532         Fixes to CreateDIBSection and other areas where biSizeImage is
3533         incorrectly assumed to be correct if it non-zero.  This fixes a
3534         crashing problem in Sid Meier's Alpha Centauri.
3536 ----------------------------------------------------------------
3537 2000-06-15  Alexandre Julliard  <julliard@winehq.com>
3539         * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
3540         David Lassonde <davidl@macadamian.com>
3541         Implemented the More Windows... menu item for MDI.
3543         * windows/dialog.c:
3544         Sheri Steeves <sheri@macadamian.com>
3545         Check again for GetNextDlgTabItem after return from WM_INITDIALOG
3546         message in dialog creation.
3548         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
3549         Set clipping region to client window in LISTBOX_Paint.
3551         * server/main.c:
3552         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3553         More verbose error message.
3555         * unicode/mbtowc.c:
3556         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3557         cp_mbstowcs: check functions return zero on success.
3559         * files/dos_fs.c:
3560         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3561         GetFullPathName: get "drive" value too for absolute paths.
3563         * misc/printdrv.c:
3564         Frederic Boulanger <frederic@macadamian.com>
3565         CreateSpoolFile is called with a dos name, we have to make sure that
3566         when we create the spoolfile we use the unix name associated to the
3567         dos file name.
3569         * include/winbase.h, misc/comm.c:
3570         Mike McCormack <mike_mccormack@looksmart.com.au>
3571         - add prototypes for serial API functions
3572         - correct existing serial API prototypes incorrectly using DWORD
3573           instead of HANDLE
3574         - define more structures and values in serial API
3576         * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
3577         Added a NULL pointer check within DCE_AddClipRects function.
3579         * loader/resource.c:
3580         Dmitry Timoshkov <dmitry@sloboda.ru>
3581         Optimized implementation of LoadStringA.
3583         * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
3584         Text of WWN article "The X11 driver".
3586         * documentation/HOWTO-winelib:
3587         Wilbur N. Dale <wilbur.dale@lumin.nl>
3588         WineLib does not support Win16. Removed references to Win16 and Win
3589         3.x in the introduction. Standardized capitalization of Wine and
3590         WineLib. Added documentation for compiling a simple "Hello World"
3591         WineLib program.
3593         * windows/message.c:
3594         Sheri Steeves <sheri@macadamian.com>
3595         Added setting of cursor postition to MSG_PostToQueue.
3597         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
3598         WM_SETREDRAW should repaint the listbox when set to on if something
3599         has been changed.
3601 2000-06-14  Alexandre Julliard  <julliard@winehq.com>
3603         * 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:
3604         Removed @PROGEXT@ (it was broken anyway).
3605         Improved 'make install'.
3606         Cleaned up the main Makefile.
3608         * scheduler/handle.c:
3609         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
3610         ConvertToGlobalHandle: fixed handle leak.
3612         * include/options.h:
3613         Fixed options structure definition.
3615         * windows/winpos.c:
3616         Noomen Hamza <noomen@macadamian.com>
3617         Made SetWindowPos handle the case when inserting a window after itself
3618         (don't need to change the Zorder).
3620         * documentation/opengl:
3621         Lionel Ulmer <lionel.ulmer@free.fr>
3622         Updated OpenGL documentation.
3624         * dlls/olepro32/olepro32.spec:
3625         Gerard Patel <g.patel@wanadoo.fr>
3626         Set the base for the ordinals of olepro32 to 248.
3628         * include/commctrl.h:
3629         Matthew J. Francis <mfrancis@plus.net.uk>
3630         Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
3631         NMUPDOWN.
3633         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
3634         jimregan@litsu.ie
3635         Added difftime function.
3637 2000-06-13  Alexandre Julliard  <julliard@winehq.com>
3639         * 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:
3640         Bertho Stultiens <bertho@panter.soci.aau.dk>
3641         Initial release of the message compiler.
3643         * 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:
3644         Juergen Schmied <juergen.schmied@debitel.net>
3645         - new dll shfolder.dll
3646         - small fixes
3648         * 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:
3649         Bertho Stultiens <bertho@akhphd.au.dk>
3650         - Bugfix: Corrected "off by one" error in the linenumber while parsing
3651           resource.
3652         - Bugfix: A segfault would occur if messagetables were parsed without
3653           memory options attached. Also added buffer-overflow safeguard while
3654           converting between byteorders.
3655         - Finished remapping usertype resources onto standars types by tricking
3656           the parser into accepting a different token. The remapping can be
3657           disabled with a new commandline option '-m'.
3658         - Resolved some warning about chars used as index on SGI O2 machine
3659           (the ctype isXXX() routines are macros there).
3661         * ole/ole2nls.c:
3662         Bertho Stultiens <bertho@panter.soci.aau.dk>
3663         Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
3664         extended search.
3666         * documentation/opengl:
3667         Lionel Ulmer <lionel.ulmer@free.fr>
3668         OpenGL documentation.
3670         * files/drive.c:
3671         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3672         DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
3673         on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
3674         normally returns the "avail" of the corresponding partition.
3675         Cleaned up GetDiskFreeSpaceA.
3677         * windows/x11drv/wnd.c:
3678         Gerard Patel <g.patel@wanadoo.fr>
3679         Do not change the WS_CHILD style in SetParent.
3681         * 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:
3682         Use the Unicode string functions from wine/unicode.h instead of the
3683         crtdll ones.
3685         * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
3686         Added a couple of Unicode string routines.
3688         * 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:
3689         Marcus Meissner <marcus@jet.franken.de>
3690         Added 24->32 packed pixel mapping support to convert.
3691         Slightly rewrote the conversion initialisation.
3693         * files/profile.c:
3694         Marcus Meissner <marcus@jet.franken.de>
3695         Strip whitespace from front of profile values.
3697 2000-06-12  Alexandre Julliard  <julliard@winehq.com>
3699         * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
3700         Juergen Schmied <juergen.schmied@debitel.net>
3701         Implementation for PrivateExtractIcons, PrivateExtractIconEx.
3703         * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
3704         Juergen Schmied <juergen.schmied@debitel.net>
3705         - implemented Get/SetThreadLocale
3706         - added comment about OleErrorInfo field in TEB
3708         * include/ddraw.h:
3709         Marcus Meissner <marcus@jet.franken.de>
3710         Added struct offsets so understanding game disassembly is easier.
3712         * dlls/wineps/brush.c:
3713         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3714         If printer only supports level 1 PostScript then complain rather than
3715         trying to use a pattern color space.  Thanks to David Goodenough.
3717         * include/wine/obj_base.h:
3718         Marcus Meissner <marcus@jet.franken.de>
3719         Corrected IsEqualGUID prototype.
3721         * dlls/ddraw/dga2.c:
3722         Lionel Ulmer <lionel.ulmer@free.fr>
3723         replaced a DPRINTF by a TRACE
3725         * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
3726         Lionel Ulmer <lionel.ulmer@free.fr>
3727         - moved the 'constructor' into a real DLL init function
3728         - make OpenGL32 dependant on the X11 driver
3730         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
3731         hookThunk was not initialized in GetDcState.
3733         * graphics/x11drv/text.c:
3734         Use the font default char for undefined characters when mapping from
3735         Unicode.
3737         * 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:
3738         Lionel Ulmer <lionel.ulmer@free.fr>
3739         New OpenGL thunk generation script.
3741         * dlls/ddraw/dsurface/x11.c:
3742         Lionel Ulmer <lionel.ulmer@free.fr>
3743         Removed the Release in case of error as we do not AddRef anymore.
3745         * misc/version.c:
3746         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3747         Made the DLL version clash error message more verbose.
3749         * 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:
3750         Reimplemented Unicode case mapping in a slightly more efficient way.
3751         Moved case mapping support to the unicode directory.
3752         Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
3754 2000-06-11  Alexandre Julliard  <julliard@winehq.com>
3756         * dlls/comctl32/header.c:
3757         Aric Stewart <aric@codeweavers.com>
3758         We were not properly masking the item that was sent with the message
3759         and also we where not sending the notification at the proper times.
3761         * controls/listbox.c:
3762         Jason Mawdsley <jason@macadamian.com>
3763         Take focus before setting the caret position and selections.
3765         * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
3766         Fix for compiler warning (due to setjmp/longjmp being used for
3767         exception handling).
3769         * controls/button.c:
3770         Sheri Steeves <sheri@macadamian.com>
3771         Added save and reset of SetBKMode values in WM_PAINT.
3772         Added handling of lParam value in BM_SETSTYLE.
3774         * 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:
3775         Francois Gouget <fgouget@psn.net>
3776         Reordered the CALLBACK and WINAPI directives so that it compiles with
3777         old g++ versions.
3779         * include/vfw.h, include/windef.h:
3780         Francois Gouget <fgouget@psn.net>
3781         - Define HIC in this header rather than in windef.h (this is the
3782           correct thing to do although it is unrelated to the C++ issues).
3783         - WINE_HIC is an internal structure and it won't compile in C++ because
3784           it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
3785         - Reordered the CALLBACK and WINAPI directives so that it compiles with
3786           old g++ versions.
3788         * include/winspool.h: Francois Gouget <fgouget@psn.net>
3789         Fixed a typo in the name of FreePrinterNotifyInfo.
3791         * 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:
3792         Ulrich Czekalla <ulrichc@corel.ca>
3793         HTTP protocol now supported, InternetCrackUrl fixed, lots of other
3794         fixes.
3796         * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
3797         Patrik Stridvall <ps@leissner.se>
3798         Fixed some warnings.
3800         * dlls/oleaut32/oleaut32.spec:
3801         Patrik Stridvall <ps@leissner.se>
3802         Fixed some issues found by winapi_check.
3804         * 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:
3805         Patrik Stridvall <ps@leissner.se>
3806         - Minor API files fixes
3807         - Use output prefix instead of high order functions that, for some
3808           reason, leaks memory. The memory usage of winapi_check is now greatly
3809           reduced. :-)
3810         - Turned on argument kind checking of doubles by default
3812         * dlls/commdlg/comdlg32.spec:
3813         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3814         Remove second import of winspool.drv.
3816         * controls/static.c:
3817         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3818         Add support for icons set by STM_SETIMAGE.
3820         * dlls/wineps/bitmap.c:
3821         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3822         Terminate image data with a '>' [The PSLRM is rather vague about this].
3823         Thanks to Bernd Herd.
3825         * graphics/x11drv/xfont.c:
3826         John Elliot <jce@seasip.demon.co.uk>
3827         Some fonts may have no characters at all for some reason, avoid crashes.
3829         * dlls/dsound/dsound_main.c:
3830         James Abbatiello <abbeyj@wpi.edu>
3831         Add a few more flags to those recognized when doing trace+dsound.
3833         * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
3834         Don't print uiLengthDrawn in the FIXME in DrawTextExA.  Its an output
3835         variable, not an input variable.
3837         * graphics/x11drv/dib.c:
3838         James Abbatiello <abbeyj@wpi.edu>
3839         Use XCreateImage/XGetSubImage instead of XGetImage for
3840         X11DRV_DIB_GetImageBits.
3842 2000-06-10  Alexandre Julliard  <julliard@winehq.com>
3844         * 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:
3845         Added support for symbol codepage.
3846         Improved handling of undefined codepage characters.
3848         * loader/ne/module.c:
3849         Make sure GetModuleFileName16 does not return garbage even if the path
3850         is not valid (thanks to Andreas Mohr).
3852         * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
3853         Dmitry Timoshkov <dmitry@sloboda.ru>
3854         Assign codepage for every X11 font suffix, and use it for converting
3855         text to display.
3857         * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
3858         Rewrote codepage support to use the new codepage tables.
3860         * 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:
3861         Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
3862         cp_wcstombs.
3863         Minor cosmetic fixes.
3865         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
3866         Ove Kaaven <ovek@transgaming.com>
3867         Call TSXFlush after setting DGA palette, so it updates immediately.
3869 2000-06-09  Alexandre Julliard  <julliard@winehq.com>
3871         * 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:
3872         Added a bunch of code page tables for multibyte<->wide char
3873         conversions (with the help of Dmitry Timoshkov).
3875 2000-06-08  Alexandre Julliard  <julliard@winehq.com>
3877         * 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:
3878         Dmitry Timoshkov <dmitry@sloboda.ru>
3879         Implement NTDLL.towupper and NTDLL.towlower using already existing
3880         case conversion tables. Replace all direct calls to towupper/towlower
3881         either to NTDLL for core or to CRTDLL if latter already used in the
3882         non core dll.
3884         * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
3885         The implementation of StretchBlt in WINE does not use the foreground and
3886         background color when a bitmap is copied from mono to mono.  This is
3887         not the case in the actual implementation under Windows but MSDN did
3888         not document it.
3890         * dlls/comctl32/status.c:
3891         Aric Stewart <aric@codeweavers.com>
3892         Windows must update the right edge (-1) of the last panel upon drawing
3893         instead of relying on WM_SIZE.
3895         * dlls/comctl32/treeview.c:
3896         Aric Stewart <aric@codeweavers.com>
3897         Properly handle InsertItem with an invalid HTREEITEM. Windows handles
3898         these like a TVI_LAST.
3900         * windows/x11drv/event.c:
3901         Turchanov Sergei <turchanov@otvprim.ru>
3902         DGA compile fix.
3904         * dlls/Makefile.in: Added missing dependency.
3906         * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
3907         Removed the .xcnlnk section hack, and replaced it by another hack in
3908         the debugger CREATE_PROCESS event handling.
3910         * dlls/Makefile.in: Merged mouse dll into USER.
3912         * programs/winhelp/macro.c: Compile fix.
3914         * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
3915         Removed a few unnecessary includes.
3917         * 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:
3918         Merged mouse dll into USER.
3920         * 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:
3921         Simplified wrc flags handling.
3923         * windows/win.c:
3924         Yet another attempt at fixing CW_USEDEFAULT handling.
3926         * loader/module.c:
3927         Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
3929         * debugger/module.c:
3930         Strip path name from dll when adding symbols.
3932         * loader/pe_image.c:
3933         Send full path name and debug information in load_dll event.
3935         * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
3936         Pass the main exe name in the CREATE_PROCESS debug event.
3938         * scheduler/sysdeps.c:
3939         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3940         Make a better guess to find the top of the initial stack.
3941         Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
3943         * windows/cursoricon.c:
3944         Louis-Philippe Gagnon (of Macadamian for Corel)
3945         Search for already loaded CursorIcon was done with the wrong handle,
3946         so it was leaking icons. Fixed.
3948         * 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:
3949         Bertho Stultiens <bertho@akhphd.au.dk>
3950         - Implemented MESSAGETABLE resource type.
3951         - Usertype resources that cause a type-clash with defined resources
3952           are now detected and a warning is generated. Some types should be
3953           rerouted through other code so that they will be (re-)interpreted.
3954         - Bugfix: Line-continuation in strings in resources include a newline.
3955           This `feature' got deleted with the builtin preprocessor, but has been
3956           put back into place (see last changes comment from version 1.1.0).
3957         - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
3958           continuation.
3959         - Bugfix: Assemblers on some platforms do not use 16bit quantities
3960           for `.word'. This directive is now changed into `.short'.
3961         - All types that accept inline data definitions (a la RCDATA) now
3962           also accept a file specification. This unifies the structure a bit.
3964 2000-06-07  Alexandre Julliard  <julliard@winehq.com>
3966         * documentation/dll-overrides:
3967         Ove Kaaven <ovek@arcticnet.no>
3968         Text of WWN article "DLL overrides".
3970         * documentation/HOWTO-winelib:
3971         Wilbur N. Dale <wilbur.dale@lumin.nl>
3972         Added to project. Currently incomplete but will update weekly.
3974         * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
3975         Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
3976         has been sent, to avoid deadlocking the debugger.
3978         * controls/combo.c, include/combo.h:
3979         Serge Ivanov <sergei@corel.ca>
3980         - ComboLBox is always created as child of ComboBox. If ComboBox has style
3981           other than CBS_SIMPLE, parent of listbox is set to desktop.
3982         - In CBDropDown. ComboBox uses only first item to calculate height of
3983           dropped listbox. Also if listbox is empty its height is unmodified
3984           (previously it was set to 0).
3985         - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
3986         - General clean-up. Message order is now more precise (at least
3987           notifications to client); listbox - combobox interaction has slight
3988           differences comparing to Windows.
3990         * controls/edit.c: Serge Ivanov <sergei@corel.ca>
3991         - Removed dependency of edit control from combobox implementation.
3992         - Edit control uses undocumented window style 0x0200 to detect is it a part
3993           of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
3994           window handle (see comments for combo.c below).
3995         - EDIT_CheckCombo - modified for correct handling of keyboard messages.
3996         - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
3997           depends on whether listbox is dropped down. This prevents closing of dialog
3998           if listbox is dropped down and allows combobox to process these keyboard
3999           messages properly.
4001         * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
4002         - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
4003         - When user clicks outside of dropped listbox, original selection must be
4004           restored.
4005         - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
4006           LB_CARETON message before dropping listbox down (but only for
4007           CBS_DROPDOWNLIST - I don't now why).
4009         * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
4010         Well, SetParent doesn't work properly at all, but at least it must preserve
4011         window ID.  In fact it also must preserve window styles, destroy X
4012         counterpart if parent of popup or overlapped window is set to someting
4013         different from Desktop, and lot of other stuff that it must and mustn't do.
4014         But preserving ID is good enough for now.
4016         * include/winuser.h: Serge Ivanov <sergei@corel.ca>
4017         Added undocumented window style.
4019         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
4020         Peter Hunnisett <hunnise@nortelnetworks.com>
4021         - Small update to documentation
4022         - More player/group interface implementation (not tested)
4024         * win32/except.c:
4025         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4026         Don't call MessageBoxA before USER is initialized.
4028         * controls/listbox.c: Stephane Lussier
4029         Sheri Steeves
4030         Haithem Hmida
4031         - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
4032           and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
4033           the size in both cases.
4034         - When the caret index change, items repainting need tp be in this
4035           order
4036           a) Paint old caret item without the focus
4037           b) Paint old caret item without the selection
4038           c) Paint new caret item with the selection
4039           d) Paint new caret item with the focus.
4040         - When repainting the listbox, we should paint all items regarding if
4041           they are slected or not and then paint after the focus item. So focus
4042           item will end out being painted twice. (That's what Windows does).
4044         * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
4045         mmap() fails with ENODEV on NTFS under Linux.
4047         * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
4048         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4049         PathFindNextComponent: return pointer to NULL and not NULL.
4051         * dlls/comctl32/toolbar.c:
4052         Aric Stewart <aric@codeweavers.com>
4053         Added handling of TBSTYLE_AUTOSIZE.
4055         * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
4056         Patrik Stridvall <ps@leissner.se>
4057         Fixed some warnings.
4059         * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
4060         Patrik Stridvall <ps@leissner.se>
4061         Fixed issues found by winapi_check.
4063         * 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:
4064         Patrik Stridvall <ps@leissner.se>
4065         - Minor API files update.
4066         - Turned on calling convention checking for Win32 functions by
4067           default.
4069         * dlls/comctl32/toolbar.c:
4070         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4071         TOOLBAR_DrawString: catch index== -1 (but not yet handled).
4073         * misc/options.c:
4074         Fixed off-by-one error in string allocation.
4076         * windows/win.c:
4077         Alexandre Julliard <julliard@codeweavers.com> for Corel
4078         The window dimensions have to be initialized before sending the
4079         WM_GETMINMAXINFO message.
4081         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
4082         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4083         Removed mis-aligned accesses during BIOS/DOS data initialization.
4085         * tools/build.c:
4086         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4087         Fixed size of pe_header on machines with non-4K pages.
4089         * if1632/snoop.c, relay32/snoop.c:
4090         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4091         Use "CALL" and "RET" in capital letters for distinction.
4093         * dlls/comctl32/propsheet.c:
4094         Noomen Hamza <noomen@macadamian.com>
4095         The active page should be unchanged when removing an active first page
4096         from a property sheets.
4098 2000-06-04  Alexandre Julliard  <julliard@winehq.com>
4100         * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
4101         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4102         Updated support for Solaris/Sparc architecture.
4104         * dlls/comctl32/toolbar.c:
4105         Michael Cardenas <michael_cardenas@deneba.com>
4106         Corrected a potential crash.
4108         * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
4109         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4110         Moved stack switch handling (large stack) to sysdeps.c
4111         Enable exception dispatch while on large stack.
4113         * dlls/comctl32/listview.c:
4114         Chris Morgan <cmorgan@wpi.edu>
4115         Finished the implementation of LISTVIEW_SetColumnWidth.  Tested
4116         against windows thoroughly.  Fixed bug resulting in unsigned values
4117         being passed into LISTVIEW_SetColumnWidth from the listview window
4118         procedure.  Fixed LISTVIEW_GetItemHeight to disregard the height of
4119         icons if no icons exist.
4121         * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
4122         Added defines for LVSCW_AUTOSIZE/_USEHEADER.
4124         * dlls/comctl32/header.c:
4125         Chris Morgan <cmorgan@wpi.edu>
4126         Replaced calls to HEADER_Refresh with InvalidateRect.
4128         * dlls/comctl32/toolbar.c:
4129         Eric Kohl <ekohl@rz-online.de>
4130         Started support for menubar-like toolbars.
4132         * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
4133         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4134         Compile fixes for non-i386 archs.
4136         * controls/button.c, controls/uitools.c:
4137         Susan Farley <sfarley@codeweavers.com>
4138         Attempt to paint the checkbox and radio buttons better.
4140 2000-06-03  Alexandre Julliard  <julliard@winehq.com>
4142         * dlls/ttydrv/ttydrv_main.c: Fixed warning.
4144         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
4145         Eric Kohl <ekohl@rz-online.de>
4146         Updated to dll version 5.81 (IE 5.01).
4148         * dlls/comctl32/treeview.c:
4149         Eric Kohl <ekohl@rz-online.de>
4150         Implemented TVM_GETITEMW.
4152         * dlls/comctl32/listview.c, include/listview.h:
4153         Jason Mawdsley <jason@macadamian.com>
4154         Added support for typing the filename in the listview control and
4155         having the control select it.
4157         * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
4158         Removed MSG_WineStartTicks (does not work for multiple address spaces
4159         anyway).
4161         * graphics/enhmetafiledrv/init.c:
4162         Replaced GetDC by CreateDC.
4164         * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
4165         Moved DIB_FixColorsToLoadflags to cursoricon.c.
4167         * documentation/wine.man.in:
4168         Peter Ganten <peter@ganten.org>
4169         Documented the new wine command line and the environment variable
4170         WINEPREFIX.
4172         * msdos/dpmi.c, dlls/dsound/dsound_main.c:
4173         Patrik Stridvall <ps@leissner.se>
4174         Fixed some warnings.
4176         * 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:
4177         Patrik Stridvall <ps@leissner.se>
4178         API files update.
4180         * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
4181         Delay loading of interrupt table functions until they are needed.
4183         * include/miscemu.h, msdos/ioports.c:
4184         Delay initialization of I/O permissions until they are first used.
4186         * 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:
4187         Moved kernel initialization to kernel_main.c
4189         * 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:
4190         Merged display.dll into USER.
4192         * misc/wsprintf.c:
4193         Juergen Schmied <juergen.schmied@debitel.net>
4194         Fixed crash.
4196         * 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:
4197         Dimitrie O. Paun <dimi@cs.toronto.edu>
4198         Start to separate KERNEL out of libwine.
4200 2000-06-02  Alexandre Julliard  <julliard@winehq.com>
4202         * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
4203         Susan Farley <sfarley@codeweavers.com>
4204         Preserve WM hints that were set during window creation by calling
4205         XGetWMHints prior to XSetWMHints.
4207         * include/commdlg.h:
4208         Michael Cardenas <michael_cardenas@deneba.com>
4209         Added a few message crackers.
4211         * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
4212         Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
4213         statements, to autogenerated wine.conf.
4215         * 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:
4216         Juergen Schmied <juergen.schmied@debitel.net>
4217         - Rewrite of the shell related parts of the dialog to use the already
4218           in shell32implemented functions (ShellFolder/Path*). Eliminated direct
4219           file access.
4220         - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
4221           some dlls per *.spec file
4222         - Most OpenFile Flags (OFN_*) should work properly now
4223         - The edit box should work right with all stuff entered in it like
4224           ..\temp\file.txt or just c: to change a drive
4225         - Optimized DataObject handling
4226         - Some bugs fixed, should work with native shell32 again.
4227         - Stubs for PrintDlgEx
4229 2000-06-01  Alexandre Julliard  <julliard@winehq.com>
4231         * 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:
4232         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4233         Lots of spelling fixes that accumulated in my tree again, made several
4234         error msgs more verbose, doc updates.
4236         * 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:
4237         Juergen Schmied <juergen.schmied@debitel.net>
4238         - New (some stubs): SHGetFolderLocation, PathAddExtension,
4239           PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
4240           SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
4241         - Many string functions implemented
4242         - Some stubs for exports by ordinal
4244         * loader/pe_image.c:
4245         Juergen Schmied <juergen.schmied@debitel.net>
4246         Give a error message if a forwarded export is not resolved.
4248         * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
4249         Juergen Schmied <juergen.schmied@debitel.net>
4250         Implemented FindFirstFileEx, cleaned old implementation up.
4252         * controls/widgets.c:
4253         Louis-Philippe Gagnon (of Macadamian for Corel)
4254         Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
4255         Static window class was registered without the CS_DBLCLKS style (which it
4256         has in Windows).
4258         * scheduler/process.c:
4259         Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
4261         * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
4262         Peter Hunnisett <hunnise@nortelnetworks.com>
4263         - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
4264         - Added some SoundCapture stubs
4265         - Changed REFIID to LPCGUID in a few places as per MS header file
4267         * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
4268         Juergen Schmied <juergen.schmied@debitel.net>
4269         Stub for RtlConvertSidToUnicodeString.
4271         * controls/static.c: Serge Ivanov <sergei@corel.ca>
4272         MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
4273         SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
4275         * dlls/winsock/socket.c:
4276         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4277         Fixed warning.
4279 2000-05-31  Alexandre Julliard  <julliard@winehq.com>
4281         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
4282         Set a default size for windows when CW_USEDEFAULT is used.
4284 2000-05-30  Alexandre Julliard  <julliard@winehq.com>
4286         * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
4287         Zoran Dzelajlija <jelly@srk.fer.hr>
4288         Basic Croatian language support.
4290         * controls/edit.c: Serge Ivanov
4291         Returning DLGC_WANTALLKEYS for multiline edit control was not good because
4292         it breaks navigation in dialogs.
4294         * dlls/dsound/dsound_main.c:
4295         Peter Hunnisett <hunnise@nortelnetworks.com>
4296         - Fixed some initialization/destruction and reference counting
4297         - Added a little more debugging information
4299         * tools/font_convert.sh:
4300         Peter Ganten <peter@ganten.org>
4301         Added a shell-script for easier font-installation.
4303         * 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:
4304         Dimitrie O. Paun <dimi@cs.toronto.edu>
4305         Separate wineps out of Wine's core.
4307         * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
4308         Peter Hunnisett <hunnise@nortelnetworks.com>
4309         - Added a little more dll level debugging and small changes
4310         - Start on group and player interfaces
4312         * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
4313         Peter Hunnisett <hunnise@nortelnetworks.com>
4314         - Add another way to create a 3d listener interface.
4315         - Fix up some reference counting bugs and interface creation bugs
4316         - Add DirectSoundEnumerateW stub
4317         - Add DirectSoundCaptureEnumerate{A,W} stubs
4319         * dlls/comctl32/datetime.c, include/datetime.h:
4320         Chris Morgan <cmorgan@wpi.edu>
4321         Added 3D border around control.  Fixed monthcal control popup.  Added
4322         WM_SIZE support.  Optimized drawing.  Added WM_LBUTTONUP handling.
4323         Handle DTS_RIGHTALIGN style.  Fixed handling of formatting styles,
4324         date is now displayed properly for DTS_SHORTDATEFORMAT.
4326         * dlls/comctl32/monthcal.c:
4327         Chris Morgan <cmorgan@wpi.edu>
4328         Removed all direct calls to MONTHCAL_Refresh() and replaced with
4329         either RedrawWindow or InvalidateRect. Optimized drawing using
4330         RedraWindow and update regions.  Fixed "Today" date bug where year was
4331         only one digit.  Fixed drawing of circle drawn next to "Today".  Fixed
4332         moving to previous or next month by clicking on days belonging to
4333         previous or next months.
4335         * relay32/kernel32.spec, win32/console.c:
4336         Ulrich Czekalla <ulrichc@corel.com>
4337         Add stub for SetConsoleOutputCP.
4339         * tools/wrc/ppy.y:
4340         Marcus Meissner <marcus@jet.franken.de>
4341         Add a ; needed by some YACCs.
4343         * dlls/ddraw/dsurface/x11.c:
4344         Lionel Ulmer <lionel.ulmer@free.fr>
4345         Install the colormap only if it was created.
4347         * msdos/int21.c:
4348         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4349         Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
4351         * dlls/opengl32/wgl.c:
4352         Lionel Ulmer <lionel.ulmer@free.fr>
4353         Implemented wglShareLists and wglGetCurrentDC.
4355         * 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:
4356         Moved idle event handling to the server.
4358         * windows/win.c:
4359         Use GetStartupInfoA() instead of accessing process structure
4360         directly.
4362         * loader/task.c:
4363         Make sure initial task is not marked as 32-bit.
4365         * misc/options.c:
4366         Make child processes inherit command-line options through the
4367         WINEOPTIONS environment variable.
4369         * windows/win.c: Serge Ivanov
4370         SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
4372         * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
4373         Dimitrie O. Paun <dimi@cs.toronto.edu>
4374         Moved DISPDIB out of the kernel into GDI.
4376         * controls/combo.c, include/combo.h:
4377         David Grant <davidgra@corel.ca>
4378         - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
4379         - Edit text must be selected only if CB is in focus.
4380         - If CB has edit control we have to call CBUpdateEdit to update its
4381           contents. Invalidating textRect will not force updating of child
4382           edit control, obviously.
4383         - We have to protect ourselves from changing selection in listbox when
4384           we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
4385           EN_CHANGE will not reselect item in the lisbox.
4387         * dlls/gdi/gdi_main.c:
4388         Dimitrie O. Paun <dimi@cs.toronto.edu>
4389         Add include for LoadLibrary.
4391         * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
4392         Turchanov Sergei <turchanov@otvprim.ru>
4393         Implemented local atoms in the server.
4395         * if1632/builtin.c: Do not load wineps on startup.
4397         * misc/comm.c:
4398         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4399         Fixed warning.
4401         * controls/combo.c: Owen Wang
4402         When you click on an icon to open a combo box, you would expect it to
4403         be enabled so you can choose something in it. In Wine this was not
4404         guaranteed since your default flags could get lost in the process-heap
4405         of the application.
4407 2000-05-29  Alexandre Julliard  <julliard@winehq.com>
4409         * 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:
4410         Exec a separate wine binary for every win32 process so that they run
4411         in separate address spaces.
4412         Run 16-bit tasks as Win32 threads, not processes.
4414 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
4416         * include/version.h, ANNOUNCE, ChangeLog:
4417         Release 20000526.
4419         * controls/listbox.c: Serge Ivanov
4420         - Added handling of WM_MOUSEACTIVATE message
4421         - Added in_focus field to internal listbox's structure. This flag is set on
4422           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
4423           GetFocus function were replaced with checks of this flag.
4424         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
4425           clear
4427         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
4428         Peter Hunnisett <hunnise@nortelnetworks.com>
4429         Started local name server framework.
4431         * 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:
4432         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4433         Add PrintSetup dialog and support for hooks and templates.
4434         Move 16 bit api definitions out of commdlg.h to cdlg.h
4436 ----------------------------------------------------------------
4437 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
4439         * controls/listbox.c: Serge Ivanov
4440         - Added handling of WM_MOUSEACTIVATE message
4441         - Added in_focus field to internal listbox's structure. This flag is set on
4442           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
4443           GetFocus function were replaced with checks of this flag.
4444         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
4445           clear
4447         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
4448         Peter Hunnisett <hunnise@nortelnetworks.com>
4449         Started local name server framework.
4451         * 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:
4452         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4453         Add PrintSetup dialog and support for hooks and templates.
4454         Move 16 bit api definitions out of commdlg.h to cdlg.h
4456         * controls/edit.c: Henning Hoffmann
4457         Don't send EN_CHANGE after painting the edit.
4458         Send it wherever text is changed.
4460         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
4461         Moved the EN_UPDATE notification out of the paint handler. Instead,
4462         the notification is sent when an InvalidateRect is made after
4463         modifying the text.
4465         * dlls/comctl32/tooltips.c:
4466         Francois Methot (Macadamian)
4467         Fixed the blank color palette tooltip bug by triggering a refresh of
4468         the tooltip with UpdateWindow function instead of calling directly the
4469         refresh function.
4471         * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
4472         James Juran <juran@cse.psu.edu>
4473         DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
4475 2000-05-25  Alexandre Julliard  <julliard@winehq.com>
4477         * Make.rules.in:
4478         Do not clear suffixes list (breaks BSD make).
4480         * dlls/winspool/info.c, include/winspool.h:
4481         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4482         Move winspool to unicode.
4483         Minor bug fixes.
4485         * dlls/comctl32/trackbar.c:
4486         Aric Stewart <aric@codeweavers.com>
4487         Reworked the thumb drawing code, thumb calculation code, channel
4488         calculation code, and corrected some bugs in how tics are drawn and
4489         how clicks are handled.
4491         * controls/edit.c:
4492         Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
4493         Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
4495         * dlls/comctl32/toolbar.c:
4496         Chris Morgan <cmorgan@wpi.edu>
4497         Use clipping regions to reduce the amount of processing performed when the
4498         toolbar is repainting.  Reduces processing by approximately 85-95% in most
4499         cases.
4501         * dlls/comctl32/treeview.c:
4502         Gerard Patel <g.patel@wanadoo.fr>
4503         Fixes crash when calling Treeview_EndEditLabelNow and no node is
4504         currently edited.
4506 2000-05-24  Alexandre Julliard  <julliard@winehq.com>
4508         * dlls/comctl32/flatsb.c:
4509         Susan Farley <sfarley@codeweavers.com>
4510         Defer to standard scrolling APIs for non-flatSB specific functions so
4511         that flatSBs show up and behave properly, just not with flat properties.
4513         * graphics/x11drv/dib.c:
4514         Rob Farnum <robf@codeweavers.com>
4515         Separate out the 32bit case from the 24bit case, and copy 3bytes of
4516         source for every 4bytes of input, into the destination for the 24bit
4517         case.
4519         * include/winbase.h, include/winnt.h, win32/file.c:
4520         Francois Gouget <fgouget@psn.net>
4521         Sorted out a few misplaced definitions.
4522         Added some missing definitions related to file handling and virtual
4523         memory manipulation.
4524         Added IsTextUnicode.
4526         * dlls/comctl32/treeview.c:
4527         Aric Stewart <aric@codeweavers.com>
4528         Added handling for TVS_SINGLEEXPAND.
4530         * dlls/comctl32/tab.c:
4531         Aric Stewart <aric@codeweavers.com>
4532         Corrected the problem where a tab control marked multiline but has
4533         only one tab was being justified to fill the whole tab space.
4535         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
4536         Commented out broken __asm__, added comments where it is broken.
4538         * dlls/comctl32/listview.c:
4539         Martin Fuchs <martin-fuchs@gmx.net>
4540         Inserted a missing call to SetWindowPos(). With this change the header
4541         control is visible again in list views with report style.
4543         * Make.rules.in, tools/wrc/Makefile.in:
4544         Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
4546 2000-05-23  Alexandre Julliard  <julliard@winehq.com>
4548         * windows/message.c:
4549         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4550         Send a normal mouse message code in WM_PARENTNOTIFY, even if the
4551         actual message was a non-client one.
4553         * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
4554         Patrik Stridvall <ps@leissner.se>
4555         Fixed issues found by winapi_check.
4557         * 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:
4558         Patrik Stridvall <ps@leissner.se>
4559         - Updated API files
4560         - Better headers and prototype checking
4561         - Prototype checking now called --prototype instead of --headers
4562         - New options --headers-{duplicated,misplaced} for
4563           duplicated/misplaced functions checking of the headers.
4564         - Minor bug fixes.
4566         * Make.rules.in, configure, configure.in:
4567         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4568         If system doesn't have OpenGL, don't refer to libopengl32.so.
4570         * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
4571         Abey George (of Macadamian/Corel)
4572         When you open files with Embedded objects, they were not getting drawn
4573         correctly.  When you paste OLE objects with presentation data, they
4574         were not getting drawn correctly.
4576         * controls/menu.c: Rob Farnum <robf@codeweavers.com>
4577         Post a WM_CANCELMODE message to wake up the internal menu handling
4578         code. This fixes the problem of a menu being orphaned when the parent
4579         window disappears, or if the parent loses focus.
4581         * dlls/winsock/socket.c:
4582         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4583         Fix a mismatch between format string and parameter.
4585         * dlls/comctl32/updown.c:
4586         Susan Farley <sfarley@codeweavers.com>
4587         SetBuddy no longer overwrites its superclass' WndProc property when
4588         the buddy has already been subclassed, eliminating the infinite loop
4589         that resulted.
4591         * configure, configure.in:
4592         John R. Sheets <jsheets@codeweavers.com>
4593         Cleaned up X11 extension tests.
4595         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
4596         Capture ^V,^X,^C and translate it to the corresponding message for
4597         paste, cut, copy.
4599         * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
4600         Lionel Ulmer <lionel.ulmer@free.fr>
4601         - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
4602         - prevent HalfLife from crashing when it frees three times the same
4603           rendering context
4605         * graphics/vga.c, include/vga.h:
4606         Ove Kaaven <ovek@arcticnet.no>
4607         Improved DirectDrawPalette handling (set it on init, not every time it
4608         changes). Added VGA_WriteChars() function.
4610         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
4611         Scale mouse coordinates to default width 640.
4613         * dlls/ddraw/ddraw/main.c:
4614         Ove Kaaven <ovek@arcticnet.no>
4615         Made WINE_DirectDraw a decorationless popup window. Fixes mouse
4616         coordinates previously offset by the invisible decorations.
4618         * include/winnt.h:
4619         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4620         #undef DELETE before (re)defining it.
4622         * dlls/comctl32/tooltips.c:
4623         Chris Morgan <cmorgan@wpi.edu>
4624         Fixed tooltips.
4626         * dlls/comctl32/toolbar.c:
4627         Chris Morgan <cmorgan@wpi.edu>
4628         Reduce toolbar redrawing and flicker by calling RedrawWindow() in
4629         TOOLBAR_MouseMove() only if hot effect applies to the current hot
4630         button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
4631         restore hot effect properly.
4633         * controls/listbox.c: Serge Ivanov
4634         Fixed WM_LBUTTONDBLCLK handling.
4636         * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
4637         Susan Farley <sfarley@codeweavers.com>
4638         Set and retrieve the window icon that is drawn under managed mode
4639         (based on the work of Andrew Lewycky for Corel).
4641         * dlls/comctl32/toolbar.c:
4642         Aric Stewart <aric@codeweavers.com>
4643         Corrected a problem of when oldHit is negative and we try to use it as
4644         an index into the buttons array.
4646         * include/windows.h: Francois Gouget <fgouget@psn.net>
4647         Should include commdlg.h.
4649         * include/windef.h: Francois Gouget <fgouget@psn.net>
4650         Define the _X86_ macro on Intel processors.
4652         * controls/edit.c:
4653         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4654         Some part of EDIT_EM_LineLength code was commented (broken). Restored
4655         the capability to calculate the remaining non-selected chars of a
4656         selection area.
4658         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
4659         Lionel Ulmer <lionel.ulmer@free.fr>
4660         Remove the PRIMARYSURFACE attribute from back buffers.
4662         * dlls/comctl32/listview.c:
4663         Aric Stewart <aric@codeweavers.com>
4664         If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
4665         header like normal but just sets it not visible. This fix lays out
4666         those supposedly nonexistent headers to size 0,0. So that even if they
4667         become visible they are not drawn.
4669         * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
4670         Gerard Patel <g.patel@wanadoo.fr>
4671         Remove the direct call into core (DIALOG_DoDialogBox).
4673         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
4674         Lionel Ulmer <lionel.ulmer@free.fr>
4675         Initialize the back-buffer with the correct VTable.
4677         * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
4678         Lionel Ulmer <lionel.ulmer@free.fr>
4679         - added option to get double-buffered desktop
4680         - implemented wglUseFontBitmapsA and wglDeleteContext
4682         * 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:
4683         Bertho Stultiens <bertho@akhphd.au.dk>
4684         - Implemented animated cursors and icons resource types.
4685         - Added partial support for font resources (user supplied fontdir is
4686           required).
4687         - All resources with inline data (a la RCDATA) now support language,
4688           version and characteristics data.
4689         - Implemented resource name duplicate checks. It is now an error if
4690           two resources of the same type have the same name.
4691         - Bugfix: Language propagation was not correct when .res files were
4692           generated.
4693         - Bugfix: VERSIONINFO now handles memory options.
4694         - Bugfix: resource names and the resource type may be equal (e.g. MENU
4695           MENU {...}). This support was mistakingly deleted in the upgrade to
4696           the builtin preprocessor.
4697           The standalone LANGUAGE setting became context sensitive as a consequence
4698           of this. Now it *must* end with a newline *after* both expressions and
4699           no newlines are allowed within the line (the statement must fit on one
4700           line). This is no practical problem though.
4702         * tools/winapi_check/output.pm:
4703         Francois Gouget <fgouget@psn.net>
4704         Send regular messages to stdout so that they are separate from
4705         progress messages.
4707         * documentation/bugreports:
4708         Gerard Patel <g.patel@wanadoo.fr>
4709         Regression testing using CVS.
4711         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
4712         Peter Hunnisett <hunnise@nortelnetworks.com>
4713         - Small fixes/updates
4714         - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
4716         * documentation/winedbg:
4717         Eric Pouech <Eric.Pouech@wanadoo.fr>
4718         A bit of documentation on new debugging features.
4720         * files/directory.c: James Juran <juran@cse.psu.edu>
4721         SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
4722         it does not find the file.
4724         * scheduler/debugger.c:
4725         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4726         Use WARN() instead of TRACE() in DebugOutputA().
4728         * memory/heap.c:
4729         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4730         HeapFree on a NULL ptr should return TRUE.
4732 2000-05-19  Alexandre Julliard  <julliard@winehq.com>
4734         * dlls/comctl32/listview.c:
4735         Chris Morgan <cmorgan@wpi.edu>
4736         Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
4737         mode and item text is wider than the current nItemWidth.
4739         * loader/task.c:
4740         Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
4741         Fixed initialization of INSTANCEDATA in InitTask().
4743         * dlls/ole32/storage.c:
4744         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4745         StgOpenStorage16: correct arguments to the CreateFile call.
4747         * files/dos_fs.c:
4748         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4749         DOSFS_DoGetFullPathName: terminate string weh called like .\\file
4751         * dlls/icmp/icmp_main.c:
4752         Francois Gouget <fgouget@psn.net>
4753         Replace the calls to malloc by calls to HeapAlloc and friends.
4755         * dlls/comctl32/toolbar.c:
4756         Aric Stewart <aric@codeweavers.com>
4757         Fixes the line of garbage at the bottom of images and the fact that
4758         the buttons in the open dialog box where too tall.
4760         * 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:
4761         Dimitrie O. Paun <dimi@cs.toronto.edu>
4762         Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
4764 2000-05-18  Alexandre Julliard  <julliard@winehq.com>
4766         * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
4767         Peter Hunnisett <hunnise@nortelnetworks.com>
4768         - Added remaining DirectX 3D3 6&7 3D interfaces.
4769         - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
4770           DirectX 7 headers.
4771         - Fixed dsound.h include list (d3d.h->d3dtypes.h).
4773         * programs/regapi/README:
4774         Juergen Lock <nox@jelal.kn-bremen.de>
4775         Minor update.
4777         * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
4778         Fixed issues found by winapi_test.
4780         * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
4781         Patrik Stridvall <ps@leissner.se>
4782         GetRelAbs for some reason takes 2 parameters, even though the second
4783         one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
4785         * controls/edit.c: Sheri Steeves
4786         The edit is now detected correctly if the parent is a combo box. It
4787         wasn't working when the combobox was superclassed.
4789         * windows/nonclient.c: Francois Boisvert
4790         System icons in the small caption bars are displayed with the right size.
4792         * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
4793         Patrik Stridvall <ps@leissner.se>
4794         Fixed issues found by winapi_check.
4796         * 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:
4797         Patrik Stridvall <ps@leissner.se>
4798         Minor bug fixes.
4800         * dlls/comctl32/tab.c:
4801         Francois Gouget <fgouget@psn.net>
4802         Convert C++ comments to regular C comments.
4804         * 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:
4805         Ove Kaaven <ovek@arcticnet.no>
4806         Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
4807         map to point to the IDirectDrawPalette's own depth conversion color map.
4809         * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
4810         Ove Kaaven <ovek@arcticnet.no>
4811         Initialize an identity mapping in CreatePalette if no depth conversion
4812         is necessary. Also fixed a warning.
4814         * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
4815         Made X11DRV_DIB_MapColor map back to the original color index if the
4816         XImage pixel's physical color is still the same.
4818 2000-05-15  Alexandre Julliard  <julliard@winehq.com>
4820         * graphics/x11drv/xfont.c:
4821         Use the correct display for cached metrics file name.
4822         Store metrics in specified config dir.
4824         * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
4825         Make sure all Wine processes share the same X display.
4826         Inherit --managed option across processes.
4827         Add support for specifying display and managed mode in config file.
4829         * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
4830         Use unsigned int instead of unsigned short in DirectDraw
4831         depth-conversion color map.
4833         * controls/listbox.c:
4834         Susan Farley <sfarley@codeweavers.com>
4835         Avoid calls to SetFocus when they are unnecessary.
4837 2000-05-14  Alexandre Julliard  <julliard@winehq.com>
4839         * dlls/comctl32/treeview.c:
4840         David Black <dblack@btinternet.com>
4841         Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
4843         * dlls/winmm/wineoss/midi.c:
4844         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4845         More verbose errors.
4847         * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
4848         Fixed borders of windows while dragging or sizing to match
4849         TWEAK_WineLook setting.
4851         * relay32/builtin32.c:
4852         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4853         #include <sys/types.h> before <sys/mman.h>.
4855         * 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:
4856         Dimitrie O. Paun <dimi@cs.toronto.edu>
4857         Moved DDEML into dlls/user.
4859         * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
4860         Added support for registry values larger than the server buffer.
4861         When loading a registry file, automatically determine overlap between
4862         key name and file contents based on the first key name.
4863         Removed v1 saving code.
4864         Save USER\.Default separately into ~/.wine/userdef.reg.
4866         * 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:
4867         Ove Kaaven <ovek@arcticnet.no>
4868         Improved DIBSection support for IDirectDrawSurface::GetDC.
4870         * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
4871         Lionel Ulmer <lionel.ulmer@free.fr>
4872         - set debug messages after a TRACE_ON test
4873         - prevent crash when making the NULL context current
4875         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
4876         When new menu Id is not found or index > nitems, insert the new menu
4877         at end of current menu.
4879 2000-05-13  Alexandre Julliard  <julliard@winehq.com>
4881         * 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:
4882         Peter Hunnisett <hunnise@nortelnetworks.com>
4883         - Added ability to create 3D3 interfaces for Xlib
4884         - Changed DD_OK to D3D_OK in some places for consistency
4885         - Cleaned up some compiler warnings present without DGA2
4886         - Changed order for DirectDrawEnumerateExA to enumerate at least
4887           what abilities are known rather than bailing on unsupported flags
4888         - Added DirectDrawCreateEx stub
4890 2000-05-12  Alexandre Julliard  <julliard@winehq.com>
4892         * controls/menu.c:
4893         Susan Farley <sfarley@codeweavers.com>
4894         Distinguish RADIOCHECK style menu items from standard checkmark menu
4895         items.
4897         * controls/button.c:
4898         Susan Farley <sfarley@codeweavers.com>
4899         Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
4900         should be sent a BN_CLICKED when it receives the focus.
4902         * files/dos_fs.c:
4903         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4904         GetFullPathname: add missing termination to the string.
4906         * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
4907         Patrik Stridvall <ps@leissner.se>
4908         Fixed byte order on Solaris and FreeBSD.
4910         * 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:
4911         Lionel Ulmer <lionel.ulmer@free.fr>
4912         Added support for OpenGL.
4914         * dlls/shell32/shlfolder.c:
4915         Eric Pouech <Eric.Pouech@wanadoo.fr>
4916         Fixed absolute path to pidl generation.
4918 2000-05-11  Alexandre Julliard  <julliard@winehq.com>
4920         * dlls/shell32/shlfolder.c:
4921         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4922         Fixed buffer overflow.
4924         * 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:
4925         Patrik Stridvall <ps@leissner.se>
4926         Fixed some debug messages.
4928         * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
4929         Patrik Stridvall <ps@leissner.se>
4930         Fixed issues found by winapi_check.
4932         * 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:
4933         Patrik Stridvall <ps@leissner.se>
4934         - Check for missing modules in modules.dat.
4935         - New options --debug-messages for debug message checking (turned off
4936           by default)
4937         - Do not discard the argument name (use in debug message checking)
4938         - Improved parsing
4939         - Minor bug fixes
4941         * graphics/x11drv/dib.c:
4942         Marcus Meissner <Marcus.Meissner@caldera.de>
4943         Fixed asm() constraints.
4945         * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
4946         Eric Pouech <Eric.Pouech@wanadoo.fr>
4947         Fixed %p in printf (now using wsprintf which doesn't support it).
4948         Added ThreadId and ProcessId internal vars.
4949         Allow at startup to pick up a process to debug.
4951         * dlls/winmm/wineoss/audio.c:
4952         Eric Pouech <Eric.Pouech@wanadoo.fr>
4953         Fixed division by zero.
4955         * dlls/comctl32/trackbar.c:
4956         Eric Pouech <Eric.Pouech@wanadoo.fr>
4957         Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
4959         * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
4960         Scroll off-screen controls when scroll rectangle is NULL.
4962         * dlls/comctl32/tab.c, include/tab.h:
4963         Ken Thomases <ken@codeweavers.com>
4964         Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
4965         mouse-over).
4967         * dlls/comctl32/imagelist.c:
4968         Aric Stewart <aric@codeweavers.com>
4969         Remove the background from the new image when it is being replaced
4970         with a ReplaceImage.
4972         * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
4973         Bernd Herd <info@herdsoft.com>
4974         Make sure hInstance is a proper global handle and not a selector
4975         value.
4977         * dlls/commdlg/printdlg.c: Jean-Claude Batista
4978         PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
4980         * dlls/comctl32/treeview.c:
4981         Aric Stewart <aric@codeweavers.com>
4982         Clean up the drawing code after a label update. There were problems if
4983         the new label is shorter that the old label fragments of the old label
4984         were left drawn.
4986         * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
4987         Clear menu handle after destroying menu.
4989         * controls/menu.c:
4990         Guy Albertelli <galberte@neo.lrun.com>
4991         Revalidate menu handle in mt.hTopMenu after DispatchMessage.
4993         * windows/dialog.c: Bernd Herd <info@herdsoft.com>
4994         Pass CTLDATA as SEGPTR for 16-bit programs.
4996         * dlls/version/ver16.c:
4997         Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
4998         Prevent possible NULL pointer access.
5000 2000-05-10  Alexandre Julliard  <julliard@winehq.com>
5002         * controls/menu.c: Aric Stewart <aric@codeweavers.com>
5003         - Wine was passing the wrong hwnd as the owner when processing owner
5004           drawn menubars.
5005         - When doing MENU_CalcItemSize for the menu bar we were not properly
5006           padding the returned rect.
5008         * dlls/comctl32/treeview.c:
5009         Aric Stewart <aric@codeweavers.com>
5010         Allow the user to cancel label editing with esc and confirm with return.
5012         * dlls/comctl32/tab.c:
5013         Ken Thomases <ken@codeweavers.com>
5014         Restore accidentally undone changes.
5016         * dlls/comctl32/treeview.c:
5017         Aric Stewart <aric@codeweavers.com>
5018         - Wine was not properly reporting back the edited label to the
5019           application in a treeview when the label is a callback.
5020         - Because windows applications assume they get a new edit control
5021           every time they often subclass that edit box willy-nilly and do not
5022           clean up. So it is necessary to actually give them a new edit control
5023           each time.
5025         * dlls/comctl32/toolbar.c:
5026         Aric Stewart <aric@codeweavers.com>
5027         - Cleaned up some of the drawing code, specifically dealing with
5028           avoiding trying to draw invalid bitmaps.
5029         - Avoid directly calling drawing functions instead invalidating rects
5030           and relying on WM_PAINT.
5031         - For the dropdown event check the button style as opposed to the
5032           toolbar style.
5034         * dlls/dsound/dsound_main.c:
5035         Eric Pouech <Eric.Pouech@wanadoo.fr>
5036         Make internal buffers size multiple of 4.
5038         * windows/mdi.c:
5039         Guy L. Albertelli <galberte@neo.lrun.com>
5040         Verify the menu handle is non-zero prior to use.
5042         * controls/menu.c: Ken Thomases <ken@codeweavers.com>
5043         Fixed to display popup-menu arrow on owner-drawn popup menus.
5044         Fixed positioning of submenus relative to parent menus.
5046         * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
5047         Specify the service thread timers in ms instead of us.
5049         * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
5050         Reserve space for the PE header at the start of the .so file.
5051         Store the export table inside the data section so that sections can be
5052         properly aligned.
5053         Build the relay function table directly in the .spec.c file.
5054         Moved relay debugging functions to relay386.c.
5056         * 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:
5057         Gerard Patel <g.patel@wanadoo.fr>
5058         Protect against use of comctl32 private control memory after it has
5059         been freed.
5061         * dlls/comctl32/status.c:
5062         Aric Stewart <aric@codeweavers.com>
5063         Some programs switch their status bar back and forth from simple mode
5064         while running. This fix corrects drawing and text setting problems that
5065         result from this behavior.
5067 2000-05-09  Alexandre Julliard  <julliard@winehq.com>
5069         * memory/heap.c:
5070         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5071         Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
5072         Various optimizations.
5074         * dlls/winmm/wineoss/audio.c:
5075         Eric Pouech <Eric.Pouech@wanadoo.fr>
5076         Changed WAVEHDR notification heuristic.
5077         Added preliminary support for loops in WAVEHDRs.
5078         Fixed issues when mixing open and getCaps calls.
5080         * 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:
5081         Bertho Stultiens <bertho@akhphd.au.dk>
5082         - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
5083           address of a pointer instead of its value. This probably slipped in
5084           during the merge of my tree into the winetree.
5085           Lesson learned: always double check.
5086         - Verified most resources so that win16 compile also generates correct
5087           output for reversed endian.
5088         - Implemented byte-ordering for resources. All resources can be forced
5089           to be little-, big- or native endian with command-line option -B.
5090         - Reading resources from .res-files are only accepted in native byte-
5091           ordering so that no additional semantic analysis is required.
5092         - Resource directory is still written in native-only format, including
5093           the strings.
5094         - Wrc is now installed through the makefile with 'make install' and also
5095           uninstalled with 'make uninstall'.
5096         - Wrote a man-page for better reference. The manpage also gets installed
5097           and uninstalled.
5098         - Cleaned up the namespace a bit by more agressive use of static.
5100         * dlls/comctl32/tab.c, include/tab.h:
5101         Aric Stewart <aric@codeweavers.com>
5102         Added the ability to use multiline tab controls to wine.
5104         * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
5105         Marcus Meissner <marcus@jet.franken.de>
5106         Number of surface Lock/Unlocks must NOT match, so do NOT use it for
5107         reference counting.
5109         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5110         Update for new Wine features; use ttydrv instead of x11drv when
5111         running regapi, and set correct winedbg path in the registry.
5113         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
5114         Fixed jump_alias for non-PIC, and disabled it for PIC, since it
5115         doesn't work for PIC right now. This fixes current crashing sigaction
5116         calls.
5118         * debugger/memory.c:
5119         Eric Pouech <Eric.Pouech@wanadoo.fr>
5120         Fixed x /s command.
5122         * dlls/advapi32/registry.c:
5123         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5124         Added some reg temp file clutter check (more than 100 temp files in
5125         ~/.wine).
5127 2000-05-07  Alexandre Julliard  <julliard@winehq.com>
5129         * graphics/x11drv/dib.c:
5130         Marcus Meissner <marcus@jet.franken.de>
5131         SetImageBits_8: added ->15 conversion in optimized assembler.
5133         * 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:
5134         Jean-Claude Batista
5135         Wraps some RichEdit control functionality on an Edit control. It uses
5136         a free implementation of an RTF parser written by Paul DuBois
5137         http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
5138         work with the control.
5140         * windows/winproc.c:
5141         Do not send WM_SIZING to 16-bit windows.
5143         * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
5144         Cleaned up local heap initialisation.
5146         * 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:
5147         Moved Load/FreeLibrary16 definition to winbase16.h.
5149         * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
5150         Dimitrie O. Paun <dimi@cs.toronto.edu>
5151         Separate OLE2NLS out of KERNEL.
5153         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
5154         Patrik Stridvall <ps@leissner.se>
5155         - Check for missing modules in modules.dat.
5156         - Minor bug fixes
5158         * graphics/x11drv/dib.c:
5159         Jean-Claude Batista (Macadamian/Corel)
5160         Top-down images have a negative biHeight, the scanlines of theses
5161         images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
5162         simply changed the sign of lines, the scanlines were correctly handled
5163         afterwards
5165         * debugger/stabs.c:
5166         Marcus Meissner <marcus@jet.franken.de>
5167         Old versions of glibc might not have STN_UNDEF defined.
5169         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
5170         Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
5172         * dlls/comctl32/status.c:
5173         Gerard Patel <g.patel@wanadoo.fr>
5174         Set the itemID member of the DRAWITEMSTRUCT to the number of the
5175         status part painted.
5177         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
5178         Always calls SetMenu in MDISetMenu.
5180         * dlls/tapi32/line.c:
5181         Dimitrie O. Paun <dimi@cs.toronto.edu>
5182         Small debug channel cleanup.
5184         * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
5185         Fixed scrolling bug.
5187         * dlls/comctl32/listview.c, include/listview.h:
5188         Chris Morgan <cmorgan@wpi.edu>
5189         Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
5190         support for the LVS_EX_TRACKSELECT flag.  Added code to delete items
5191         in LISTVIEW_SetItemCount().
5193 2000-05-05  Alexandre Julliard  <julliard@winehq.com>
5195         * include/winuser.h, windows/nonclient.c:
5196         Aric Stewart <aric@codeweavers.com>
5197         Added WM_SIZING message support.
5199         * graphics/path.c: Rob Farnum <robf@twinux.com>
5200         Removed warnings from freeing path in DeleteDC.
5202         * dlls/comctl32/header.c:
5203         Aric Stewart <aric@codeweavers.com>
5204         Fixed a bug with the processing of HitTest.
5206         * controls/edit.c: Susan Farley <susan@codeweavers.com>
5207         Handle ^C, ^V and ^X in an edit control properly.
5209         * misc/registry.c:
5210         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5211         Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
5213         * dlls/comctl32/treeview.c:
5214         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5215         Fixed DC leak.
5217         * loader/pe_resource.c:
5218         Stephane Lussier <stephane@macadamian.com>
5219         If we do not find a resource for both (primary lang|sub lang), we try
5220         just (primary lang) before using the default.
5222         * dlls/comctl32/tooltips.c:
5223         Sheri Steeves <sheri@macadamian.com>
5224         Worked around some tooltips hide problems by checking the current tooltip.
5226         * documentation/distributors:
5227         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
5228         Added a configuration hint for the CD-ROM "unhide" option.
5230         * ole/ole2nls.c:
5231         Henning Hoffmann (of Macadamian for Corel)
5232         Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
5233         as well, because GetLocaleInfo() has to get any values saved by
5234         SetLocaleInfo() in the registry.
5236         * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
5237         Eric Pouech <Eric.Pouech@wanadoo.fr>
5238         Fixed some buffer overflows.
5239         Made stab parsing more robust (now ignores C++ stabs).
5240         Display correct backtrace at first when invoked on unhandled exception.
5241         Loads stabs from .so files when those are loaded.
5243 2000-05-03  Alexandre Julliard  <julliard@winehq.com>
5245         * include/debugdefs.h: Generated again.
5247         * include/pe_image.h, loader/pe_image.c:
5248         PE_LoadImage: removed version parameter, set last error correctly.
5250         * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
5251         Store process file name in startup info.
5252         Fixed exe_file handling.
5254         * dlls/Makefile.in: Fixed typo.
5256         * 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:
5257         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5258         Added stubs for riched32.dll.
5260         * dlls/x11drv/x11drv_main.c:
5261         Lionel Ulmer <lionel.ulmer@free.fr>
5262         Call XOpenIM on the large stack.
5264         * include/winsock.h:
5265         Bang Jun-Young <bangjy@dreamwiz.com>
5266         FreeBSD 3.4 compile fix.
5268         * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
5269         Fixed COORD structure definition.
5270         Fixed GetLargestConsoleWindowSize to not return a structure when
5271         called from the Window binary.
5273         * server/object.c: Small optimization.
5275         * scheduler/thread.c: Fixed default thread stack size.
5277         * objects/text.c: Fixed DrawTextW length handling.
5279         * dlls/ddraw/dsurface/main.c:
5280         Lionel Ulmer <lionel.ulmer@free.fr>
5281         Remove the assertion when there is no source surface.
5283         * include/oleauto.h:
5284         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5285         Add DosDateTimeToVariantTime prototype.
5287         * dlls/shell32/shlwapi.spec:
5288         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5289         Map StrChrA to strchr.  Fix StrChrW arg list.
5291         * include/winuser.h:
5292         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5293         Added HWND_MESSAGE.
5295         * dlls/ole32/stg_stream.c:
5296         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5297         Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
5299         * misc/registry.c:
5300         Bertho Stultiens <bertho@panter.soci.aau.dk>
5301         Mmap does not fail on zero-length files.
5303 2000-05-01  Alexandre Julliard  <julliard@winehq.com>
5305         * include/global.h, memory/virtual.c:
5306         Use exception handling to implement the IsBad* functions.
5307         Removed /proc/self/maps parsing as it is not very useful with .so libs.
5309         * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
5310         Setup the initial thread %fs from a constructor.
5312         * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
5313         Added DECL_GLOBAL_CONSTRUCTOR macro.
5315         * 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:
5316         Bertho Stultiens <bertho@akhphd.au.dk>
5317         - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
5318           old parser has been stripped from the old preprocessor-code which
5319           cleaned up both resource-scanner and -parser.
5320         - Standard defines have been introduced (see README.wrc)
5321         - Both preprocessor- and resource-scanner have been optimized slightly
5322           so that no backing up is required (one char lookahead is enough).
5323         - Filename-scanning has been cleaned up, though not perfect yet.
5324         - User-type resources are compatible now.
5325         - Line-continuation in strings is corrected so that it does not
5326           introduce a newline in the output.
5328         * 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:
5329         Rewrote Unix process launching to allow passing startup information to
5330         Winelib apps. Improved handling of execve() failures.
5332         * files/file.c: Added ENOEXEC error code.
5334         * scheduler/pthread.c: Added atfork support.
5336         * 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:
5337         Lionel Ulmer <lionel.ulmer@free.fr>
5338         Added DGA2 driver to DirectDraw.
5340         * dlls/commdlg/cdlg32.c:
5341         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5342         COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
5343         allocation of Tls for CommDlgExtendedError until it is needed.
5345         * debugger/winedbg.c:
5346         Eric Pouech <Eric.Pouech@wanadoo.fr>
5347         Fixed segv when debugger registry key doesn't exist.
5349         * dlls/icmp/icmp_main.c:
5350         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5351         Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
5353 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
5355         * ANNOUNCE, ChangeLog, include/version.h:
5356         Release 20000430.
5358         * windows/x11drv/wnd.c:
5359         Gerard Patel <g.patel@wanadoo.fr>
5360         X11DRV_SetFocus: really don't mess with focus for managed windows.
5362         * 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:
5363         Dimitrie O. Paun <dimi@cs.toronto.edu>
5364         Removed HEAP_xalloc.
5366         * 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:
5367         Eric Pouech <Eric.Pouech@wanadoo.fr>
5368         - Enhanced internal variables framework (including read/save to
5369           registry and typing)
5370         - Finalized use of Windows' Console I/O interface (instead of Unix std
5371           streams)
5372         - Now handling registers as internal variables (they are no longer
5373           seen as a specific type)
5375         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5376         Insure we always try to launch a debugger.
5378         * relay32/wowthunk.c:
5379         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5380         Use Thread pseudo handle and not Thread Id as argument for the call to
5381         GetThreadSelectorEntry.
5383 ----------------------------------------------------------------
5384 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
5386         * windows/x11drv/wnd.c:
5387         Gerard Patel <g.patel@wanadoo.fr>
5388         X11DRV_SetFocus: really don't mess with focus for managed windows.
5390         * 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:
5391         Dimitrie O. Paun <dimi@cs.toronto.edu>
5392         Removed HEAP_xalloc.
5394         * 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:
5395         Eric Pouech <Eric.Pouech@wanadoo.fr>
5396         - Enhanced internal variables framework (including read/save to
5397           registry and typing)
5398         - Finalized use of Windows' Console I/O interface (instead of Unix std
5399           streams)
5400         - Now handling registers as internal variables (they are no longer
5401           seen as a specific type)
5403         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5404         Insure we always try to launch a debugger.
5406         * relay32/wowthunk.c:
5407         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5408         Use Thread pseudo handle and not Thread Id as argument for the call to
5409         GetThreadSelectorEntry.
5411 2000-04-29  Alexandre Julliard  <julliard@winehq.com>
5413         * loader/pe_image.c:
5414         Clear the remainder of the page when mapping a section whose size on
5415         disk is not a full page multiple.
5416         Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
5418         * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
5419         Lionel Ulmer <lionel.ulmer@free.fr>
5420         - added thread-safety protection to XListPixmapFormats
5421         - moved pixmap / image format matching ERRs to WARNs
5423         * win32/console.c, include/winbase.h:
5424         Eric Pouech <Eric.Pouech@wanadoo.fr>
5425         Fixed GetLargestConsoleWindowSize prototype.
5427         * dlls/wininet/ftp.c:
5428         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5429         FreeBSD compile fix.
5431         * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
5432         Ove Kaaven <ovek@arcticnet.no>
5433         Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
5434         ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
5435         it is a pitch override (specifies bytes per line), and tells to treat
5436         the offset parameter as an already-mapped virtual memory address (if
5437         the section parameter is zero). Fixed a DIB status init bug in
5438         creating DIB sections from file mappings (if created from mapping, the
5439         DIB is *not* really InSync).
5441         * include/winbase.h, memory/virtual.c:
5442         Ove Kaaven <ovek@arcticnet.no>
5443         Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
5444         register external mappings (like video frame buffers).
5446         * configure.in, include/config.h.in, scheduler/pthread.c, configure:
5447         Eric Pouech <Eric.Pouech@wanadoo.fr>
5448         Enhanced libc's pthread configuration detection.
5450         * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
5451         Eric Pouech <Eric.Pouech@wanadoo.fr>
5452         Fixed a few compilation warnings.
5454         * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
5455         Patrik Stridvall <ps@leissner.se>
5456         Fixed some warnings.
5458         * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
5459         Patrik Stridvall <ps@leissner.se>
5460         Fixed issues reported by winapi_check.
5462         * 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:
5463         Patrik Stridvall <ps@leissner.se>
5464         - API files update
5465         - Minor bug fixes.
5466         - Added new option --cross-call-unicode-ascii for checking illegal
5467           Unicode to ASCII calls.
5469         * configure, configure.in, include/config.h.in:
5470         Lionel Ulmer <lionel.ulmer@free.fr>
5471         Added '--enable-opengl' flag to bypass the thread-safety check.
5473         * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
5474         Dimitrie O. Paun <dimi@cs.toronto.edu>
5475         Removed some HEAP_xalloc calls.
5477         * dlls/winmm/mci.c:
5478         Eric Pouech <Eric.Pouech@wanadoo.fr>
5479         Fixed bug when file doesn't exist in MCI_OPEN handling.
5480         Reduced time spent with crit sect locked.
5482         * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5483         Fixed argv handling for cuiexe winelib programs.
5485         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
5486         Made pthread_kill_other_threads_np and pthread_atfork fixmes less
5487         obtrusive.
5489         * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
5490         WinHelp must accept a NULL pointer to the help key string.
5492 2000-04-28  Alexandre Julliard  <julliard@winehq.com>
5494         * dlls/commdlg/finddlg32.c:
5495         Guy L. Albertelli <galberte@neo.lrun.com>
5496         - Correct check for minimum buffer length.
5497         - Correct cases where ShowWindow is done/not done.
5499         * dlls/comctl32/commctrl.c:
5500         Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
5501         Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
5502         TrackMouseEventProc.  Added code to allow addition/cancelation of
5503         tracking flags on existing entries rather than create extra entries.
5504         Fixed timer.  Added check to _TrackMouseEvent to stop timer if the
5505         tracking list is empty.  Fixed TME_CANCEL.  Fixed TME_LEAVE/TME_HOVER
5506         when hwndTrack isn't the current hwnd.
5508         * files/dos_fs.c:
5509         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5510         DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
5512         * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
5513         Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
5514         Added support for memory mapping of 4k aligned PE binaries.  This can
5515         speed up load times significantly for some applications.
5517         * 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:
5518         Juergen Schmied <juergen.schmied@debitel.net>
5519         Complete cleanup, bugfixes.
5520         New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
5521         PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
5522         PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
5523         PathFindNextComponent, PathRemoveFileSpec.
5525         * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
5526         Juergen Schmied <juergen.schmied@debitel.net>
5527         Stubs for IQueryAssociations.
5529         * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
5530         Juergen Schmied <juergen.schmied@debitel.net>
5531         Moved policy related functions to shpolicy.c
5532         Moved dialog related functions to dialogs.c
5534         * dlls/shell32/shell32.spec:
5535         Juergen Schmied <juergen.schmied@debitel.net>
5536         Explicit import user32.dll.
5537         Many corrections, exported some functions by name.
5539         * dlls/shell32/shell.c, dlls/shell32/shellole.c:
5540         Juergen Schmied <juergen.schmied@debitel.net>
5541         Separated 32 bit functions to shellole.c.
5543         * dlls/shell32/pidl.c:
5544         Juergen Schmied <juergen.schmied@debitel.net>
5545         Small fixes.
5547         * dlls/shell32/iconcache.c:
5548         Juergen Schmied <juergen.schmied@debitel.net>
5549         Fixed: extract the icon by resource id.
5551         * dlls/shell32/shlview.c:
5552         Juergen Schmied <juergen.schmied@debitel.net>
5553         Small fixes.
5555         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
5556         Juergen Schmied <juergen.schmied@debitel.net>
5557         Fixes.
5558         Use GetModuleHandleA instead of LoadLibrary for dlls imported by
5559         the spec file.
5561         * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
5562         Make WineLook=Win95 the default setting.
5564         * dlls/dinput/dinput_main.c:
5565         Lionel Ulmer <lionel.ulmer@free.fr>
5566         Added leaving of critical section on all return cases.
5568         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
5569         Removed init_sect. Use Interlocked* functions instead.
5571         * misc/registry.c:
5572         Juergen Schmied <juergen.schmied@debitel.net>
5573         Small fixes, removed asserts.
5575         * 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:
5576         Changed imports of winspool to winspool.drv.
5578         * dlls/Makefile.in, dlls/user/Makefile.in:
5579         Added libkeyboard.so creation.
5581         * dlls/comctl32/header.c, include/header.h:
5582         Martin Fuchs <martin-fuchs@gmx.net>
5583         - Return modified rectangle after layouting header control
5584         - Output text in header control when no other Flag specified
5585         - Delay bounding rectangle calculation for header control items
5587         * dlls/comctl32/toolbar.c:
5588         Chris Morgan <cmorgan@wpi.edu>
5589         Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
5590         Added TrackMouseEvent calls to TOOLBAR_MouseMove.  Hot buttons now
5591         look/behave almost exactly the same as native windows.
5593         * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
5594         Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
5595         SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
5597         * misc/comm.c: Rein Klazes <rklazes@casema.net>
5598         Implement mark and space parity generation. Accept one-and- a-half
5599         stopbits: the most common uarts will generate this automatically when
5600         there are 5 databits.
5602         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
5603         Override fork().
5605         * debugger/debugger.h, include/heap.h, memory/heap.c:
5606         Dimitrie O. Paun <dimi@cs.toronto.edu>
5607         Get rid of HEAP_xrealloc.
5609 2000-04-25  Alexandre Julliard  <julliard@winehq.com>
5611         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
5612         Patrik Stridvall <ps@leissner.se>
5613         Compile fix for --without-x.
5615         * loader/main.c, wine.ini:
5616         Patrik Stridvall <ps@leissner.se>
5617         Added new configuration file option for selecting graphics driver.
5619         * dlls/ttydrv/Makefile.in:
5620         Patrik Stridvall <ps@leissner.se>
5621         Link the TTY driver with the standard libs.
5623         * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
5624         Eric Pouech <Eric.Pouech@wanadoo.fr>
5625         Fixed winspool(.drv) loading.
5627         * 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:
5628         Patrik Stridvall <ps@leissner.se>
5629         Removed X_DISPLAY_MISSING.
5631         * debugger/types.c, debugger/msc.c:
5632         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5633         Improved CodeView type information loader.
5635         * dlls/commdlg/colordlg.c:
5636         Gerard Patel <g.patel@wanadoo.fr>
5637         Don't use the template member unless the corresponding flag is set.
5639 2000-04-24  Alexandre Julliard  <julliard@winehq.com>
5641         * LICENSE, WARRANTY:
5642         Switched to the X11 license.
5644         * server/registry.c, if1632/relay.c, misc/ddeml.c:
5645         Patrik Stridvall <ps@leissner.se>
5646         Fixed some warnings.
5648         * 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:
5649         Patrik Stridvall <ps@leissner.se>
5650         Fixed issues found by winapi_check.
5652         * 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:
5653         Patrik Stridvall <ps@leissner.se>
5654         - Updated API files.
5655         - Improved misplaced function checking.
5656         - Fixed minor bugs.
5658         * include/winnt.h: Francois Gouget <fgouget@psn.net>
5659         Include string.h to make winnt.h self-sufficient.
5661         * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
5662         infoPtr sometimes can be NULL.
5664         * 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:
5665         Gerard Patel <g.patel@wanadoo.fr>
5666         32 bits message processing for color dialog.
5668         * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
5669         Martin Fuchs <martin-fuchs@gmx.net>
5670         Fixed toolbar bitmap size handling.
5672         * configure.in, configure:
5673         Rein Klazes <rklazes@casema.net>
5674         Correct test for linux 2.2 joystick API, which returned true in every
5675         case.
5677         * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
5678         Dimitrie O. Paun <dimi@cs.toronto.edu>
5679         Removed the last xmalloc calls.
5681         * 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:
5682         Implemented on-demand loading of builtin dlls using dlopen().
5684 2000-04-23  Alexandre Julliard  <julliard@winehq.com>
5686         * Makefile.in, dlls/x11drv/Makefile.in:
5687         Build wineclipsrv as part of the x11drv dll.
5689         * 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:
5690         Removed a few inter-dll dependencies.
5692         * windows/painting.c: Rein Klazes <rklazes@casema.net>
5693         Make RDW_ValidateParent() modify the update region of all parents, not
5694         just the direct parent.
5696         * relay32/snoop.c:
5697         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5698         SNOOP_PrintArg: replaced IsBad* functions by exception handler.
5700         * configure, configure.in:
5701         Patrik Stridvall <ps@leissner.se>
5702         Added --without-curses compile option.
5704         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
5705         Added some more pthread overrides.
5707         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
5708         Fixed debugger registry key location.
5710         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
5711         Use DECLARE_HANDLE to declare handles.
5713         * include/windef.h: Francois Gouget <fgouget@psn.net>
5714         DECLARE_HANDLE should not be undef'ed after use.
5716         * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
5717         Fix edit control's WM_GETTEXT behaviour.
5719         * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
5720         Do not initialize dcb in BuildCommDCB[AndTimeouts].
5722         * include/casemap.h, tools/unimap.pl:
5723         Dmitry Timoshkov <dmitry@sloboda.ru>
5724         Adapted unimap.pl script and generated by it casemap.h to the Unicode
5725         Standard, Version 3.0.
5727         * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
5728         Check if dialog is visible before setting the focus.
5730         * windows/defwnd.c:
5731         Dmitry Timoshkov <dmitry@sloboda.ru>
5732         Removed the longstanding hack in response to WM_ACTIVATE message.
5734         * include/winuser.h:
5735         Martin Fuchs <martin-fuchs@gmx.net>
5736         Fixed GetNumberFormat declaration.
5738         * dlls/comctl32/toolbar.c:
5739         Chris Morgan <cmorgan@wpi.edu>
5740         James Abbatiello <abbeyj@wpi.edu>
5741         Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
5742         of the button changes.  Stops flickering in toolbars caused by
5743         excessive redrawing.
5745         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
5746         Gerard Patel <g.patel@wanadoo.fr>
5747         Stub for InternetGetConnectedState.
5749         * include/winbase.h: Francois Gouget <fgouget@psn.net>
5750         Fixed GetProcessHeap() for the STRICT mode.
5752         * dlls/ddraw/main.c:
5753         Marcus Meissner <marcus@jet.franken.de>
5754         Also check for empty GUID in DirectDrawCreate.
5756 2000-04-19  Alexandre Julliard  <julliard@winehq.com>
5758         * 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:
5759         Added some missing import directives.
5761         * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
5762         Removed winmm from import list.
5764         * dlls/comctl32/animate.c, include/animate.h:
5765         Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
5767         * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
5768         Fixed resource loading.
5770         * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
5771         John R. Sheets <jsheets@codeweavers.com>
5772         Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
5773         Added dump for MISC section.
5775         * winedefault.reg:
5776         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5777         Added DirectPlay registry keys to winedefault.reg.
5779         * dlls/comctl32/treeview.c:
5780         Stephane Lussier <stephane@macadamian.com>
5781         Mousewheel support.
5783 2000-04-18  Alexandre Julliard  <julliard@winehq.com>
5785         * 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:
5786         Moved PE header definitions to winnt.h where they belong.
5788         * 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:
5789         Stephane Lussier <stephane@macadamian.com>
5790         Implemented Mousewheel support.
5792         * dlls/winsock/async.c:
5793         Rein Klazes <rklazes@casema.net>
5794         Convert service and protocol names to lowercase before calling
5795         getservby{name|port} and getprotoby{name|port}.
5797         * objects/region.c:
5798         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5799         Fix return value for OffsetRgn if x and y are 0.
5801         * graphics/path.c:
5802         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5803         Implement StrokeAndFillPath.
5804         Call DeleteObject when finished with hrgn in PATH_FillPath.
5806         * include/wininet.h:
5807         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5808         Fixed typo.
5810         * graphics/enhmetafiledrv/objects.c:
5811         Sheri Steeves <sheri@macadamian.com>
5812         EMR_SELECTOBJECT records stock objects with their id as the object
5813         handle and the high bit set.
5815         * objects/enhmetafile.c:
5816         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5817         Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
5819 2000-04-16  Alexandre Julliard  <julliard@winehq.com>
5821         * server/registry.c:
5822         Removed permission checks in create_key and delete_key. It seems
5823         Windows doesn't check anything.
5825         * loader/resource.c:
5826         Richard Cohen <richard@jubjub.demon.co.uk>
5827         Wrap an exception handler around FindResource.
5829         * programs/regtest/regtest.c:
5830         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5831         Corrected WinMain.
5832         Added test case for RegCreateKeyEx showing win95 behaviour.
5834         * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
5835         Implemented 'walk process' and 'walk threads' commands using toolhelp
5836         snapshots.
5838         * 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:
5839         Implemented thread and (partial) module snapshots, based on the work
5840         of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
5842         * 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:
5843         Save the registry on server exit without client intervention.
5844         Removed "alt" registry files since we now have symlinks and
5845         WINEPREFIX to replace them.
5847         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
5848         Stephane Lussier <stephane@macadamian.com>
5849         Support switching the keyboard layout with WINE running.
5851         * dlls/crtdll/crtdll_main.c:
5852         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5853         fgets: Don't swallow \n, treat EOF
5854         feof: Crude implementation
5855         signal: Return error
5857         * winedefault.reg:
5858         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5859         Add missing backslash in the debugger definition.
5861         * win32/time.c: Rein Klazes <rklazes@casema.net>
5862         SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
5863         adjustment of 2 minutes just in case...
5865         * dlls/dsound/dsound_main.c:
5866         Marcus Meissner <marcus@jet.franken.de>
5867         DSOUND_MixerNorm: do not compare unrelated pointers.
5869 2000-04-15  Alexandre Julliard  <julliard@winehq.com>
5871         * loader/module.c:
5872         Rewrote command-line parsing of CreateProcessA to be more compatible.
5874         * 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:
5875         Improved Winelib apps initialisation code. No longer need to link
5876         winestub.o with Winelib apps.
5878         * 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:
5879         Patrik Stridvall <ps@leissner.se>
5880         Fixed some issues reported by winapi_check.
5882         * tools/winapi_check/*:
5883         Patrik Stridvall <ps@leissner.se>
5884         - API files update.
5885         - Add new options --all and --none that enable/disables all check
5886           respectively.
5887         - Fixed and improved stub statistics.
5888         - Fixed bug that prevented checking of the first function in the .spec files.
5889         - Partial implementation of a more advanced misplaced function checking.
5890         - Minor fixes.
5892         * dlls/comctl32/toolbar.c:
5893         Martin Fuchs <martin-fuchs@gmx.net>
5894         Implement CCS_NOMOVEY for tool bars.
5896         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5897         Symlink root's registry to global registry. Minor cleanups.
5899         * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
5900         Added further implementation of WINAPI EnumDateFormats() to support
5901         three more locales: German(standard), French(standard) and French
5902         (canadian). All date formats follow conventions from Windows NT 4.0
5904         * dlls/comctl32/treeview.c:
5905         Serge Ivanov <sergei@corel.ca>
5906         Added proper handling TVIS_OVERLAYMASK flag and allows to display
5907         overlay images. Fixed off by one error with listitem in
5908         TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
5910 2000-04-14  Alexandre Julliard  <julliard@winehq.com>
5912         * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
5913         Ove Kaaven <ovek@arcticnet.no>
5914         POSIX threads emulation, tricks glibc into being threadsafe.
5916         * scheduler/client.c, server/main.c, server/request.c:
5917         Made server launching somewhat cleaner and faster.
5919         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
5920         Marcus Meissner <Marcus.Meissner@caldera.de>
5921         Detypoed X11DRV_EVENT_SetInputMethod.
5923         * windows/x11drv/keyboard.c:
5924         Stephane Lussier <stephane@macadamian.com>
5925         When dealing with XKB extensions, force the AltGr key mask to use the
5926         group index instead of the modifier.
5928         * include/windef.h:
5929         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5930         Define __fastcall.
5932         * include/commctrl.h:
5933         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5934         Added a few toolbar defines.
5936         * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
5937         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5938         A few corrections to bounding boxes.
5940         * graphics/x11drv/graphics.c:
5941         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5942         Don't close groups of polylines.
5944         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
5945         Do not dereference a ptr we just checked being NULL.
5947         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
5948         Francois Gouget <fgouget@psn.net>
5949         Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
5951         * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
5952         Follow symlinks when saving registry.
5954         * debugger/Makefile.in:
5955         Added missing winestub dependency.
5957         * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
5958         Load done event now created by the server.
5960 2000-04-13  Alexandre Julliard  <julliard@winehq.com>
5962         * 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:
5963         Eric Pouech <Eric.Pouech@wanadoo.fr>
5964         Made the winedbg an external and WineLib program.
5965         Centralized output handling (preparation for console usage).
5966         Fixed a few debug information reading options (stabs and sym).
5967         Started a framework to hold debugger's internal variables.
5969         * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
5970         Eric Pouech <Eric.Pouech@wanadoo.fr>
5971         Got rid of -debug wine's option (wine now requires an external debugger).
5973         * win32/except.c, winedefault.reg:
5974         Eric Pouech <Eric.Pouech@wanadoo.fr>
5975         Added launching of a debugger when unhandled exception occurs.
5977         * relay32/builtin32.c:
5978         Eric Pouech <Eric.Pouech@wanadoo.fr>
5979         Added a .xcnlnk section to builtin KERNEL32 PE header.
5981         * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5982         Let CreateProcess launch unix executable without a .exe extension.
5983         Fixed arguments passed when creating a unix process.
5985         * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
5986         Fixed signal stack handling on Linux when sigaltstack is available.
5987         Added a direct sigaltstack syscall to work-around the glibc bug.
5989         * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
5990         Implemented guard pages and stack overflow exceptions.
5992         * include/thread.h, scheduler/process.c, scheduler/thread.c:
5993         Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
5994         the various stacks.
5996         * files/profile.c:
5997         Make sure HKLM\Software\Wine\Wine is a non-volatile key.
5999         * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
6000         Stephane Lussier <stephane@macadamian.com>
6001         Fixed AltGr key handling.
6003         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
6004         Marcus Meissner <Marcus.Meissner@caldera.de>
6005         Make DirectDraw compile with DGA2 present.
6007         * files/file.c:
6008         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6009         FILE_CreateFile()'s read/write-check was broken due to checking of
6010         ERROR_xxx instead of STATUS_xxx.
6012         * objects/enhmetafile.c:
6013         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6014         Fixes and cleans up some of the GetEnhMetaFile* functions.
6015         Fixes scaling of EMFs in playback.  Will probably be right
6016         when World Transforms work properly...
6018         * memory/global.c:
6019         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6020         GlobalReAlloc returns 0 on failure.
6022         * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
6023         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6024         Stub for NtAllocateUuids.
6026         * dlls/comctl32/treeview.c:
6027         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6028         Clear TopRootItem when whole tree is deleted.
6029         Fix off by one lstrcpyn.
6030         Clean up and fix GetNextItem.
6032 2000-04-11  Alexandre Julliard  <julliard@winehq.com>
6034         * documentation/.cvsignore: Ignore all output files.
6036         * 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:
6037         Merged urlmon.dll and wininet.dll from the Corel tree (implementation
6038         by Ulrich Czekalla <ulrichc@corel.ca>)
6040         * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
6041         Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
6042         GetCurrentProcess() inline.
6044         * AUTHORS, include/authors.h:
6045         Marcus Meissner <marcus@jet.franken.de>
6046         Merged in Corel's AUTHORs.
6048         * graphics/x11drv/dib.c:
6049         Marcus Meissner <marcus@jet.franken.de>
6050         Only copy dstwidth*3 bytes in the 24bit case.
6052         * dlls/ddraw/dsurface/x11.c:
6053         Marcus Meissner <marcus@jet.franken.de>
6054         Free private structure in Xlib_DDS_Release.
6056         * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
6057         MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
6059         * dlls/comctl32/treeview.c:
6060         Serge Ivanov <sergei@corel.ca>
6061         TreeView - minor bugfix and optimization:
6062            - GetDC call moved down to avoid possible resource leak.
6063            - Invariant code is moved out of loop.
6065         * dlls/shell32/pidl.c:
6066         Ulrich Czekalla <ulrichc@corel.ca>
6067         _ILGetFileDate should convert the date to local time before generating
6068         the string (_ILGetFileDateTime does not).
6070         * dlls/winmm/mmio.c:
6071         Noomen Hamza <noomen@macadamian.com>
6072         Fixed other bugs within MMIO implementation. Now, it's possible to
6073         copy/cut from PhotoPaint and paste to CorelDraw.
6075 2000-04-10  Alexandre Julliard  <julliard@winehq.com>
6077         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
6078         Marcus Meissner <Marcus.Meissner@caldera.de>
6079         Use d3dexecutebuffer_create only when compiling with MESA.
6081 2000-04-09  Alexandre Julliard  <julliard@winehq.com>
6083         * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
6084         Dimitrie O. Paun <dimi@cs.toronto.edu>
6085         Replaced xmalloc calls with malloc/HeapAlloc calls.
6087         * console/generic.c, console/ncurses.c, console/xterm.c:
6088         Eric Pouech <Eric.Pouech@wanadoo.fr>
6089         Cosmetics.
6091         * memory/heap.c:
6092         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6093         Implemented HeapWalk().
6095         * dlls/ddraw/dsurface/x11.c:
6096         Marcus Meissner <marcus@jet.franken.de>
6097         Two left over HeapValidate assertions removed.
6099         * server/debugger.c:
6100         Eric Pouech <Eric.Pouech@wanadoo.fr>
6101         Clear status for sending exception event.
6103         * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
6104         Added ability to put new-lines in changelog entry.
6105         Added -p to locate destination directory.
6107         * dlls/comctl32/listview.c:
6108         Richard Cohen <richard@jubjub.demon.co.uk>
6109         GetItem was returning the item instead of subitem info.
6111         * programs/winemine/main.c:
6112         Dave Pickles <davep@cyw.uklinux.net>
6113         Registry key used in LoadBoard() was not the same as the one used in
6114         SaveBoard(). Also fixed a typo in the position saving code.
6116         * configure, configure.in:
6117         Create directories that don't contain a Makefile.
6119         * 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:
6120         Improved support for Makefiles that need to recurse in subdirectories.
6122         * 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:
6123         Marcus Meissner <marcus@jet.franken.de>
6124         Restructured DirectDraw. Split into X11 and DGA driver, and multiple
6125         files/dirs for easier maintenance. Cleaned up structs and include
6126         files. Reindented the code. Started the same for Direct3D.  Driver
6127         inclusion now done by using configure/Makefile/ELF constructor tricks.
6129 2000-04-08  Alexandre Julliard  <julliard@winehq.com>
6131         * 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:
6132         Removed a number of global handle allocations and critical section
6133         initializations.
6135         * server/process.c, scheduler/process.c:
6136         Temporary hack to share handles between processes sharing the same
6137         address space.
6139         * include/winbase.h, scheduler/critsection.c:
6140         Added lazy initialization of critical sections, based on a patch by
6141         Andrew Lewycky.
6143         * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
6144         Stephen Mereu
6145         TabCtrl leftmostVisible is not updated properly. It caused the QP
6146         application bar on the bottom fail to bring back the items when there
6147         is no need to scrolling. Also fixed a bug that when an item is inserted,
6148         setItemBounds should be called first, then it's time to invalidate.
6150         * relay32/kernel32.spec, win32/newfns.c:
6151         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6152         Added PeekNamedPipe stub.
6154         * graphics/x11drv/init.c:
6155         Gerard Patel <g.patel@wanadoo.fr>
6156         Fixed pixmap leak with the 1x1 bitmap in memory DCs.
6158         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
6159         wineinstall now properly configures no-windows installs, and should now
6160         be easier to adapt for binary packages too.
6162         * documentation/samples/system.ini:
6163         Ove Kaaven <ovek@arcticnet.no>
6164         Default system.ini (from documentation/status/multimedia).
6166 2000-04-06  Alexandre Julliard  <julliard@winehq.com>
6168         * server/debugger.c, server/thread.c, server/thread.h:
6169         Do not send a debug event for a thread until the previous event for
6170         the same thread has been continued.
6172         * misc/registry.c, wine.ini:
6173         Moved SaveOnlyUpdatedKeys to wine.ini.
6174         Use get_config_dir() instead of hardcoding ~/.wine
6175         Simplified loading and saving routines.
6177         * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
6178         Added support for WINEPREFIX environment variable.
6180         * 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:
6181         Patrik Stridvall <ps@leissner.se>
6182         Fixed some issues reported by winapi_check.
6184         * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
6185         Owen Wang <owenw@corel.ca>
6186         Implemented API EnumTimeFormatsA(). It supports now all different
6187         English locales, as well as German(standard), French(standard) and
6188         French(Canadian).  All time formats follow conventions in Windows NT 4.0
6190         Haithem Hmida (of Macadamian for Corel)
6191         Implemented GetCurrencyFormatA() API:
6192         - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
6193           (as a positive one), then formats the number depending on
6194           NegativeOrder/PositiveOrder fields.
6195         - GetNumberFormatA() has been slightly modified.
6197         * objects/text.c:
6198         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
6199         Added conversion from DBCS lpDx to WCHAR lpDx.
6201         * 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:
6202         Patrik Stridvall <ps@leissner.se>
6203         - Implemented stub statistics. Turned off by default. (Requested by Francois
6204         Gouget).
6205         - Implemented missing prototype checking. Turned off by default (Requested
6206         by Dimitry Timoshkov).
6207         - Implemented .spec file name sanity checking. Turned off by default.
6208         - Implemented documentation width checking. Turned off by default.
6209         - Minor bug fixes.
6211         * dlls/ole32/compobj.c:
6212         Andrew Lewycky <andrewl@corel.ca>
6213         Fix StringFromGUI2 return value as per documentation.
6215         * dlls/dsound/dsound_main.c:
6216         Marcus Meissner <Marcus.Meissner@caldera.de>
6217         Make audiodevice blocking directly after the non-blocking open, since
6218         we use the write(2) also for synchronization.
6220         * dlls/winsock/async.c, dlls/winsock/socket.c:
6221         Rein Klazes <rklazes@casema.net>
6222         Corrected error handling for ws_getprotobyname/number.
6223         Made the Async error returns the same as the normal functions.
6225         * files/dos_fs.c:
6226         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6227         GetShortPathName: always erase characters at the end of the new
6228         string, and return only single backslashes.
6230 2000-04-04  Alexandre Julliard  <julliard@winehq.com>
6232         * 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:
6233         Added a per-drive FailReadOnly flag, and removed the global
6234         --failreadonly option.
6236         * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
6237         Fixed file descriptor leaks.
6239         * misc/registry.c:
6240         Call PROFILE_GetWineIniBool before starting to fill the request
6241         buffer. Made new registry format the default.
6243         * server/ptrace.c:
6244         Increment suspend count before attempting attach in suspend_for_ptrace.
6246         * 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:
6247         Made request tracing more robust against bogus lengths.
6249         * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
6250         Peter Ganten <peter@ganten.org>
6251         Adapted the manual pages to the new long options, updated the
6252         -debugmsg channels and added a small hack to get the @sysconfdir@
6253         stuff in the manual pages right.
6255         * dlls/winmm/mmio.c:
6256         Noomen Hamza <noomen@macadamian.com>
6257         Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
6259         * programs/winemine/main.c, programs/winemine/main.h:
6260         Joshua Thielen <fozey@netzero.com>
6261         Added DestroyBoard function to delete bitmap handles.
6262         Moved SelectObject outside of DrawMine.
6263         Selected old object's back into hMemDC.
6265         * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
6266         Implemented FAT32 function 7302 (Get Extended DPB).
6268         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
6269         Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
6270         Internet Explorer.
6272         * programs/regapi/regapi.c:
6273         Gavriel State <gavriels@corel.ca>
6274         This patch adds the ability for regapi to call the DllRegisterServer or
6275         DllUnregisterServer for a list of DLLs.
6277         * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
6278         OleRegGetUserType did return an unterminated ASCII string instead of an
6279         OLESTR (wide characters).
6281         * 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:
6282         Michael Abd-El-Malek (Corel)
6283         Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
6284         to be more compatible to Windows.
6285         Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
6287         Jeff Tranter <jefft@corel.ca>
6288         The measurement unit for Canadian English should be metric.
6289         LANG_SUB_ENTRY did always return the first language due to missing {}.
6291 2000-03-30  Alexandre Julliard  <julliard@winehq.com>
6293         * documentation/distributors:
6294         Marcus Meissner <marcus@jet.franken.de>
6295         Updated documentation/distributors in regards to shared libraries and
6296         some more windows specific dirs.
6298         * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
6299         Peter Hunnisett <hunnise@nortelnetworks.com>
6300         - Fix painting bug with middle button down when dragging mouse
6301         - Speed up drawing and hence overall speed
6302         - Fix compiler warnings
6303         - Added some optional debugging information
6304         - Added a new known bug to the list
6306         * misc/comm.c: Rein Klazes <rklazes@casema.net>
6307         Added CTS, DSR and RingIndicator states to Window's semi-documented
6308         modem line status register.
6310         * include/wingdi.h, objects/enhmetafile.c:
6311         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6312         Delete objects after use in EnumEnhMetaFile.
6313         Make PlayEnhMetaFile call EnumEnhMetaFile.
6314         Move EnumEnhMetaFile prototype to wingdi.h.
6316         * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
6317         Marcus Meissner <Marcus.Meissner@caldera.de>
6318         open() the OSS sounddevice non-blocking in case another process has it
6319         open already.
6321         * scheduler/process.c:
6322         Commented out exit() call on ExitProcess for now.
6324         * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
6325         Set thread start address to 0 on events generated by
6326         DebugActiveProcess.
6327         Return a correct address in the simulated exception event.
6329         * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
6330         Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
6332 2000-03-28  Alexandre Julliard  <julliard@winehq.com>
6334         * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
6335         Niels Kristian Bech Jensen <nkbj@image.dk>
6336         - Fix some compiler warnings.
6337         - Remove superfluous #include statement.
6339         * include/wine/winnet16.h, misc/network.c:
6340         Ron Gage <rongage@att.net>
6341         Fixed bug reported by winapi_check.
6343         * */*.c:
6344         Patrik Stridvall <ps@leissner.se>
6345         Added/fixed some documentation reported by winapi_check.
6347         * graphics/x11drv/palette.c, objects/palette.c:
6348         Fixed memory allocations.
6350         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
6351         Patrik Stridvall <ps@leissner.se>
6352         - Added/fixed some documentation reported by winapi_check
6353         - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
6354         - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
6356         * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
6357         Patrik Stridvall <ps@leissner.se>
6358         Fixed some warnings.
6360         * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
6361         Patrik Stridvall <ps@leissner.se>
6362         - Updated the API files.
6363         - Minor bug fixes
6365         * dlls/comctl32/animate.c:
6366         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6367         Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
6368         ANIMATE_Destroy.
6370         * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
6371         Minor fix in wrc to support the Solaris preprocessor.
6373         * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
6374         Fixed some ANSI C violations.
6376         * documentation/no-windows:
6377         Ove Kaaven <ovek@arcticnet.no>
6378         Add start menu directories.
6380         * scheduler/sysdeps.c, scheduler/thread.c:
6381         Put CLONE_FILES back in, it is still breaking too many things.
6383         * 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:
6384         Merged DDBitmap and physBitmap into the generic bitmap structure
6385         (suggested by Andrew Lewycky).
6387         * files/dos_fs.c:
6388         Ignore trailing spaces in DOSFS_ToDosFCBFormat.
6390         * dlls/winsock/socket.c:
6391         Fixed small bug in WSOCK32_accept
6393 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
6395         * include/version.h, ANNOUNCE, ChangeLog:
6396         Release 20000326.
6398 ----------------------------------------------------------------
6399 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
6401         * files/dos_fs.c: Stefan Leichter <sle@camline.com>
6402         DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
6404         * 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:
6405         John R. Sheets <jsheets@codeweavers.com>
6406         Added cvdump tool to dump CodeView symbol information.
6408         * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
6409         Ove Kaaven <ovek@arcticnet.no>
6410         Handle POLLHUP better (delay FD_CLOSE notification until all data has
6411         been read). Made WSAEnumNetworkEvents atomic. Convert socket event
6412         error codes properly. Made accept()-ed sockets inherit the listening
6413         socket's WSAAsyncSelect().
6415         * dlls/dsound/dsound_main.c:
6416         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6417         Fixed debug formatting.
6419         * dlls/advapi32/registry.c: Fixed error checking in registry saving.
6421         * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6422         Use strerror in debug output.
6424         * dlls/shell32/changenotify.c:
6425         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6426         SHChangeNotify[A|W]: free only items we allocated.
6428         * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
6429         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6430         Fixes for i18n.
6432         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6433         Now read .so list from debuggee's address space.
6435         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
6436         Added missing macros.
6438         * include/winnt.h, include/winreg.h, server/registry.c:
6439         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6440         Moved some registry definitions to winnt.h.
6442         * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
6443         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6444         Added import of comdlg32.dll in spec file.
6446         * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
6447         Activate a hidden window only when explicitely asked by the
6448         application.
6450         * 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:
6451         Eric Pouech <Eric.Pouech@wanadoo.fr>
6452         improved exception handling
6453         merged all module handling code in new module.c file
6454         reenabled 'walk module' and 'info module' commands
6455         added ability to drive break on thread startup
6457         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
6458         Marcus Meissner <marcus@jet.franken.de>
6459         Stubs for DllRegisterServer/DllUnregisterServer.
6461         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
6462         Fixed return value for SC_GET_DEV_TYPE.
6464 2000-03-25  Alexandre Julliard  <julliard@winehq.com>
6466         * 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:
6467         Francois Gouget <fgouget@psn.net>
6468         Use min/max instead of MIN/MAX.
6470         * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
6471         Handle socket POLLERR/POLLHUP conditions properly.
6472         Clear error field for OOB notifications.
6474         * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6475         Send the correct ODA_ code when deselecting an item.
6477         * 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:
6478         Fixed a couple of file descriptor leaks.
6479         Always call USER signal proc in the right context.
6480         Cleaned up THREAD_Create.
6482         * include/Makefile.in:
6483         Do not erase local files on uninstall if install dir does not exist.
6485         * 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:
6486         Store monitor size and depth in the generic structure.
6487         Merged monitor driver into USER driver.
6489         * 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:
6490         A few simplifications and optimizations in the x11 driver.
6492         * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
6493         Link ttydrv and x11drv objects into their respective dll.
6495         * dlls/user/Makefile.in: Added missing keyboard.spec.
6497 2000-03-24  Alexandre Julliard  <julliard@winehq.com>
6499         * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
6500         Moved FatalAppExit functions to win32/except.c.
6501         Added a few uses of Callout instead of referencing USER functions
6502         directly.
6504         * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
6505         Moved LoadImage and related functions to cursoricon.c.
6507         * 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:
6508         Moved gdi/user thunking functions into their respective dlls.
6509         Moved keyboard.spec into user dll.
6511         * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
6512         Disable OpenGL support if the latter is thread safe.
6514         * 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:
6515         Patrik Stridvall <ps@leissner.se>
6516         Fixed some warnings.
6518         * 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:
6519         Patrik Stridvall <ps@leissner.se>
6520         Made the include files self sufficient.
6522         * 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:
6523         Patrik Stridvall <ps@leissner.se>
6524         Added/fixed some documentation reported by winapi_check.
6526         * 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:
6527         Patrik Stridvall <ps@leissner.se>
6528         Fixed some issues reported by winapi_check.
6530         * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
6531         Patrik Stridvall <ps@leissner.se>
6532         Fixed some ANSI C violations.
6534         * 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:
6535         Patrik Stridvall <ps@leissner.se>
6536         Fixed ANSI C related compile problems.
6538         * 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:
6539         Patrik Stridvall <ps@leissner.se>
6540         - Updated API files
6541         - Don't check the *.spec.c files
6542         - Better parsing of strings
6543         - Better documentation checking
6544         - Minor bug fixes
6546         * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
6547         - added some debug code and cleaned-up the mouse warping code
6548         - be ready once mouse will be reported relatively
6550         * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6551         Fixed copying of the MDI 'Windows' menu items if the items are not of
6552         type MFT_STRING.
6554         * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6555         Set the correct value for the cch element of MENUITEMINFO in
6556         GetMenuItemInfo.
6558         * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6559         Fix spec file entries for EnumFontFamiliesEx*.
6561         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6562         Further code simplifications and interface (consistency) improvements.
6563         Fix selection of the Wine binary which was broken by a recent change.
6565         * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6566         Added proper termination upon failure.
6568         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6569         Fixed basic type evaluation.
6571         * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6572         Ensure that non-NULL terminated stings are saved correctly.
6574         * windows/input.c: Rein Klazes <rklazes@casema.net>
6575         Correct the NotifyCode in the WM_COMMAND message sent by
6576         KBD_translate_accelerator().
6578         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
6579         Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
6580         work around EXEC SCSI commands which do not set the host<->target data
6581         flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
6583         * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
6584         Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
6585         PTRACE_POKEUSR for libc5(?) compile.
6587         * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6588         Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
6589         messages to the parent.
6591         * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
6592         Added (correct) prototype for HeapWalk.
6594         * dlls/ole32/ifs.c, include/wine/obj_base.h:
6595         Francois Gouget <fgouget@psn.net>
6596         - The ICOM_CMETHODxxx cause problems because the 'const' changes the
6597           signature. There's no such thing on Windows anyway (it's a shame) so
6598           just remove them altogether.
6599         - HeapMinimize returns a void, not a 'void*'
6601 2000-03-20  Alexandre Julliard  <julliard@winehq.com>
6603         * 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:
6604         Moved graphics initialisation to the x11drv/ttydrv dll init code.
6605         Merged event, keyboard and mouse drivers into USER driver.
6607 2000-03-19  Alexandre Julliard  <julliard@winehq.com>
6609         * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
6610         Improved CompareStringA performance.
6612         * library/winestub.c: Added missing debugtools.h include.
6614         * 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:
6615         Niels Kristian Bech Jensen <nkbj@image.dk>
6616         Fixed some compiler errors and warnings.
6618         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
6619         Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
6620         function pending a more complete implementation of locales.
6622         * loader/module.c:
6623         Hack: always try builtin module before elf or elfdll to avoid loading
6624         a builtin dll .so file in the wrong mode.
6626         * graphics/x11drv/xfont.c, objects/font.c:
6627         Moved font resource functions out of the X11 driver.
6629         * tools/makedep.c:
6630         Added support for source files stored in subdirectories.
6632         * 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:
6633         Added GetDCOrgEx in graphics device interface and removed X11 code
6634         from dc.c.
6636         * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
6637         Eric Pouech <Eric.Pouech@wanadoo.fr>
6638         Fixed segmented/linear buffers manipulation.
6639         Better IO buffering.
6640         Added some missing prototypes.
6642         * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
6643         Francois Gouget <fgouget@psn.net>
6644         Explicitly use the TVN_xxxA version of the macros.
6646         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
6647         - Added the TVN_xxxA macros
6648         - Added missing TBNOTIFY macros and types
6649         - Added SNDMSG
6651         * include/winuser.h: Francois Gouget <fgouget@psn.net>
6652         Added WM_APP.
6654         * 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:
6655         Dimitrie O. Paun <dimi@cs.toronto.edu>
6656         Removed most calls to xmalloc/xrealloc.
6658         * include/windef.h: Francois Gouget <fgouget@psn.net>
6659         - Added missing definition for GLOBALHANDLE and LOCALHANDLE
6660         - Fixed the prototype of WNDENUMPROC
6662         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
6663         Added some missing defines.
6665         * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
6666         Propagate IsDialogMessage to the parent if the dialog has the
6667         DS_CONTROL flag.
6669         * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6670         Added an exception frame for lstrcpy16.
6672         * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6673         Now attaching imported DLLs of a winelib executable.
6675         * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
6676         IOleItemContainer has OLEGUID(0x11c), not 0x11a.
6678         * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
6679         Fixed memory corruption with CoTaskMemRealloc.
6681         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
6682         Made various changes to tools/genpatch including suggestions from Ove
6683         Kaaven (Place added files last in the patch.  Add a switch that
6684         specifies modified files.)
6686         * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
6687         Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
6689         * include/windows.h: Francois Gouget <fgouget@psn.net>
6690         Should include 'winspool.h'.
6692         * tools/wrc/parser.h, tools/wrc/parser.l:
6693         Francois Gouget <fgouget@psn.net>
6694         - An extern statement finishes with the first closing '}' or the first
6695           outer ';'
6696         - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
6697           'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
6698           co).  But still don't issue an error if '#error' is found when in the
6699           'pp_false' state.
6701         * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
6702         Make the first comma in the control's definition optional.
6704         * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
6705         Support loading any presentation aspect.
6707         * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6708         Avoid a link error from another DLL on FreeBSD.
6710         * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
6711         Eric Pouech <Eric.Pouech@wanadoo.fr>
6712         Fixed joystick ID/deviceID/driver handle/instance ID mixup.
6714         * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
6715         Delete the shm segment as soon as wine and X have attached it.
6717         * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
6718         Corrected handling of proto==NULL in WINSOCK_getservbyname and
6719         WINSOCK_getservbyport.
6721         * 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:
6722         Created separate dlls for user,gdi,ttydrv,x11drv.
6723         Fixed Winelib argc handling (thanks to Eric Pouech).
6725 2000-03-18  Alexandre Julliard  <julliard@winehq.com>
6727         * 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:
6728         Misc small cleanups.
6730         * 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:
6731         Avoid calling the *Rect USER functions from inside GDI.
6732         Moved a few USER functions to a more appropriate location.
6734         * 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:
6735         Moved command-line option handling out of the X11 driver.
6736         Added support for "--" prefix on options.
6737         Replaced a few X11 command-line options by wine.conf parameters.
6739 2000-03-17  Alexandre Julliard  <julliard@winehq.com>
6741         * 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:
6742         Made ddraw and dinput separate dlls.
6744         * 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:
6745         Have threads and processes exit more cleanly whenever possible.
6747         * relay32/builtin32.c:
6748         Include space for resources in the module header instead of doing a
6749         separate allocation.
6751         * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
6752         Made MPR a separate dll.
6754         * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
6755         Andrew Lewycky <andrewl@corel.com>
6756         Rewrite the BIGBLOCKFILE implementation for better performance.
6758         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6759         Further simplify the code and remove some redundant code.
6760         Make the user interface more consistent and appealing.
6762         * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
6763         Avoid a refcount leak in QueryInterface when delegating.
6764         And a couple of minor bugs.
6766 2000-03-15  Alexandre Julliard  <julliard@winehq.com>
6768         * 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:
6769         Eric Pouech <Eric.Pouech@wanadoo.fr>
6770         Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
6771         Added watch (hardware assisted debugging) and whatis (type of expr) commands.
6772         Fixed some issues in local vars handling (stabs parsing & registers optimization).
6774         * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
6775         Karl Lessard <karll@corel.ca>
6776         Update DIB sections in text output and for graphics primitives.
6778         * windows/dce.c, windows/x11drv/event.c:
6779         Michael Abd-El-Malek (on behalf of Corel)
6780         When we were switching to another desktop, the popup windows lost
6781         their WS_VISIBLE flag.
6783         * server/context_i386.c:
6784         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
6785         Fixed context flags handling (thanks to Eric Pouech).
6787         * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
6788         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
6790         * server/debugger.c: Fixed bug in generate_startup_debug_events().
6792         * 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:
6793         Joshua Thielen <fozey@netzero.com>
6794         Added winemine app.
6796         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6797         Improved the visual appearence of the user interface. Made the code
6798         somewhat simpler.
6800 2000-03-12  Alexandre Julliard  <julliard@winehq.com>
6802         * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
6803         Waldek Hebisch <hebisch@math.uni.wroc.pl>
6804         Implemented _read and _lseek.
6806         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
6807         Correct conversion of level parameter if WINSOCK_setsockopt is called
6808         for option WS_SO_DONTLINGER.
6810         * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
6811         Correct rounding of the result in MulDiv16().
6813         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
6814         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6815         Fixed FreeBSD compilation.
6817         * 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:
6818         Peter Hunnisett <hunnise@nortelnetworks.com>
6819         - Make registry usage a little more correct and modern
6820         - Create home for all dplay name server functionality
6821         - Add the framework for EnumSessions
6822         - Documentation update
6824         * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
6825         Dimitrie Paun <dimi@bigfoot.com>
6826         Cleaned up debug channels a bit.
6828         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
6829         Implemented stretched blts for depth 24 (unoptimized).
6831 2000-03-10  Alexandre Julliard  <julliard@winehq.com>
6833         * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
6835         * include/process.h, memory/virtual.c, scheduler/process.c:
6836         Removed PROCESS_IsCurrent().
6838         * 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:
6839         Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
6840         Generate a breakpoint event on process attach.
6841         Misc cleanups in request handling.
6843 2000-03-09  Alexandre Julliard  <julliard@winehq.com>
6845         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
6846         Eric Pouech <Eric.Pouech@wanadoo.fr>
6847         Now relying on exception codes to know when debugger is entered for a
6848         single step trap.
6850         * debugger/winedbg.c, miscemu/main.c:
6851         Eric Pouech <Eric.Pouech@wanadoo.fr>
6852         Added proc to start debugging process from its command line (by launching it).
6854         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6855         Cleanup.
6857         * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6858         Add Black as a valid font weight.
6859         Cope with afm files that do not contain {Family|Full}Name entries.
6861         * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
6862         - Got rid of PROFILE functions.
6863         - Use functionality of aspi.c.
6864         - Automagically read /proc/scsi/scsi (part of aspi.c which is already
6865           in tree).
6867         * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
6868         Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
6870         * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
6871         Added resource.h include.
6873         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
6874         IsRectEmpty also returns true for negative width/heights (verified
6875         against Windows), found by Brad Oliver <bradman@pobox.com>.
6877         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
6878         Take type from referenced variant for VT_BYREF && VT_VARIANT.
6880         * 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:
6881         Store the list of loaded dlls in the server, and generate debug events
6882         internally.
6884 2000-03-08  Alexandre Julliard  <julliard@winehq.com>
6886         * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
6887         Added server protocol version check.
6889         * 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:
6890         David Elliott <dfe@netnitco.net>
6891         - Slightly reworked include files (less messy, more straightforward).
6892         - Moved DOS ASPI functionality to msdos/dosaspi.c.
6893         - Got rid using PROFILE to get SCSI info from wine.conf.
6894         - Read scsi info from /proc/scsi/scsi.
6895         - Added setting of a reasonable timeout when opening a SCSI device (5
6896           minutes, defined in winescsi.h).
6897         - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
6898           behavior).
6900         * 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:
6901         Simen Zamecnik <simen@nextra.sk>
6902         Added Slovak language support.
6904         * 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:
6905         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
6906         Added some Japanese resources.
6908         * 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:
6909         Abey George <abey@macadamian.com>
6910         Implemented OLE clipboard functionality for Embed Source format.
6911         It helps you cut and paste data with Embed Source format between
6912         applications.  It also implements OleCreateFromData and
6913         OleQueryCreateFromData and fixes some bugs in datacache.c.
6915         * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
6916         wm->modname might be invalid at the end of FreeLibrary.
6918         * 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:
6919         Patrik Stridvall <ps@leissner.se>
6920         Removed a lot of unnecessary includes and fixed the compile errors.
6922         * 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:
6923         Patrik Stridvall <ps@leissner.se>
6924         Fixed some warnings.
6926         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
6927         Corrected value for DAYS_IN_ONE_YEAR.
6929         * dlls/crtdll/crtdll_main.c:
6930         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
6931         Cleaned up CRTDLL__unlink.
6933         * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
6934         The static control only needs to invalidate its rect when we SetText.
6936         * include/winuser.h, misc/spy.c:
6937         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6938         Added a few messages for IME.
6940         * 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:
6941         Eric Pouech <Eric.Pouech@wanadoo.fr>
6942         No longer directly accessing debuggee memory.
6943         Execution context (mode, steps...) are now linked to a thread.
6944         Removed some X11 crst hacks.
6945         Rewrote info/walk commands.
6946         Removed direct debugger invocation code (and moved the rest to the new
6947         winedbg.c file).
6949         * 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:
6950         Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
6951         Implemented IsDebuggerPresent().
6953         * 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:
6954         Generate CREATE_PROCESS/THREAD debug events internally in the server.
6956 2000-03-07  Alexandre Julliard  <julliard@winehq.com>
6958         * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
6959         Better implementation of inline functions SetLastError and
6960         GetCurrentThreadId.  Added asm inlines for Interlocked* functions.
6962         * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
6963         Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
6965         * loader/ne/module.c, loader/ne/segment.c:
6966         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6967         Fixed second instance DGROUP loading.
6969         * include/winuser.h, misc/main.c:
6970         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6971         Implement SPI_GETICONMETRICS.
6972         Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
6974         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
6975         Actual write the cached struct in GlobalMemoryStatus.
6977         * documentation/fonts, graphics/x11drv/xfont.c:
6978         Rein Klazes <rklazes@casema.net>
6979         Include in the AddFontResourceA/W fixme message a pointer to the fonts
6980         document. In this document tell the user how to find the needed tools.
6982         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
6983         Add a message and fix error code if __ws_getservbyname() and
6984         __ws_getservbyport() cannot find the requested service.
6985         Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
6987         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
6988         Check for existence if MMIO_EXIST is passed to MMIO_Open.
6990         * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
6991         The pathname was stored in a string of size 100, which was not always
6992         large enough. It should be set to MAX_PATH (255).
6994         * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6995         Several fixes to MakeProcInstance.
6997 2000-03-05  Alexandre Julliard  <julliard@winehq.com>
6999         * 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:
7000         Added support for creating extra symlinks for .so files that contain
7001         multiple dlls.
7003 2000-03-04  Alexandre Julliard  <julliard@winehq.com>
7005         * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
7006         Moved dll-specific make rules to a separate Makedll.rules file.
7008         * misc/registry.c: Fixed error checking in registry saving.
7010         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
7011         WSACleanup should set last error to WSANOTINITIALISED if failing
7012         because Winsock was not initialized...
7014         * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
7015         Marcus Meissner <marcus@jet.franken.de>
7016         CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
7017         Whitney), removed the dllName component of the openDlls.  Added some
7018         debugstr_guid().
7020         * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
7021         Fixed typos in _alldiv() and _allmul().
7023         * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
7024         Added message for missing xpm devel libs for debian/corel.
7026         * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
7027         OleRegGetUserType did query wrong registry key.
7029         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
7030         Some applications call GlobalMemoryStatus() very often. Cache the
7031         results of the call for 1 second (spotted by Corel).
7033         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
7034         GetClipboardData16 might return an invalid global handle (spotted by
7035         Corel).
7037         * objects/enhmetafile.c: Lilia Roumiantseva
7038         cbCountSizeOfEnhMetafile callback function instead of increasing a
7039         contents of the pointer to the size increased the pointer itself.
7041         * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7042         Fix docs to reflect change to .winerc processing.
7044         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
7045         Fixed a couple of config.cache problems.
7047         * dlls/comctl32/trackbar.c: Vahid Pourlotfali
7048         Trackbar contol did not have proper position value in case of
7049         SB_THUMBTRACK notification message: it was always sending 0.
7051         Jim Aston <jima@corel.ca>
7052         Made the slider control a rect.  It had been trying to draw a notched
7053         slider, but the result didn't look right.
7055         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
7056         Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
7058         * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
7059         CURSORICON_IconToCursor: inconsistent Lock/Unlock
7061         * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7062         PROFILE_GetString: only accept NULL for keyname to return the list of
7063         keys as Win95 does.
7065         * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
7066         Fix a sign bug where memcpy was called with negative length.
7068 2000-02-29  Alexandre Julliard  <julliard@winehq.com>
7070         * files/profile.c: Make profile key a global handle.
7072         * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
7073         Renamed libwin32s to use the proper dll name (libw32skrnl).
7075         * 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:
7076         Niels Kristian Bech Jensen <nkbj@image.dk>
7077         Removed superfluous #include statements for header files included twice.
7079         * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
7080         Make updown control work. UpDown control always sends WM_*SCROLL
7081         message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
7083         * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
7084         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
7085         WM_RBUTTONUP.
7087         * dlls/ole32/storage32.c: Murali Pattathe
7089         This is the patch for the OleConvertOLESTREAMToIStorage wine API.
7090         This API calls another function called OLECONVERT_LoadOLE10 which
7091         basically read the OLE stream from the file through the callback
7092         function (this is passed by the application).
7094         The reading format was wrong. Still I am not very sure this is 100 %
7095         correct format. I did some reverse engineering and found the format. I
7096         have tried with different OLE object and its worked in paradox. I
7097         haven't tested with any other apps.
7099         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
7100         Patrik Stridvall <ps@leissner.se>
7101         Moved some stubs and added forwards in order to make both winapi_check
7102         and checklink happy.
7104         * tools/winapi_check/*:
7105         Patrik Stridvall <ps@leissner.se>
7106         Moved the rest of the API specification from the global file to the
7107         local files.
7109 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
7111         * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
7113 ----------------------------------------------------------------
7114 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
7116         * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7117         GetComputerNameA(): added parameter check like Win95 does.
7119         * tools/build.c: Patrik Stridvall <ps@leissner.se>
7120         - Fixed some Solaris specific assembler problems
7121         - Fixed some missing .type @function (helps debugging with dbx)
7122         - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
7123         - Fixed use of zero width arrays (ANSI C violation)
7124         - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
7126         * memory/selector.c, include/selectors.h:
7127         Patrik Stridvall <ps@leissner.se>
7128         Fixed some Solaris specific assembler problems.
7130         * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
7131         Patrik Stridvall <ps@leissner.se>
7132         Fixed some issues found by winapi_check.
7134         * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
7135         Patrik Stridvall <ps@leissner.se>
7136         Updated winapi_check.
7138         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
7139         Added utility that generates patches for submission to
7140         wine-patches@winehq.com.
7142         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
7143         oleaut32 should not import functions from olepro32.
7145         * dlls/comctl32/listview.c, include/listview.h:
7146         Pierre Mageau <pierre@macadamian.com>
7147         Don't display the context menu on a double click.
7149         Ulrich Czekalla <ulrichc@corel.ca>
7150         Set the font on the edit label control to that used by the listview
7151         control. It also uses text metrics to set a more reasonable initial
7152         edit control size.
7154         Pierre Mageau <pierre@macadamian.com>
7155         Handle M_SETREDRAW in ListView.
7156         Fix to EnsureVisible to handle small and large icon correctly.
7157         Add edit label functionnality to the listview and the file open dialog.
7159         Ulrich Czekalla <ulrichc@corel.ca>
7160         RelaseDC in CreateEditLabel.
7162         Pierre Mageau <pierre@macadamian.com>
7163         Add functionnality to create new folder in the open dialog.
7164         Add support for right click menu in common file dialog.
7165         LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
7167         Serge Ivanov <sergei@corel.ca>
7168         LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
7170         Luc Tourangeau <luc@macadamian.com>
7171         Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
7173         Don Kelly
7174         -Implemented the sorting on insert of items into a ListView control
7175          with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
7176         -(helping evil applications): sometimes not so well structured apps
7177          (PFPI90, in this case) will not fully initialize structs.  In the case
7178          of the LVM_GETITEM message the app may have only initialized the mask
7179          and iItem members of the struct.  Added processing of the LVIF_PARAM
7180          mask in the case that iSubItem was set but is invalid/uninitialized.
7182         Pierre Mageau <pierre@macadamian.com>
7183         Fix for handling correctly the cancelling mode of the Edit label.
7184         Fix width calculation of the edit label.
7186         Pascal Lessard <pascal@macadamian.com>
7187         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
7188         WM_RBUTTONUP.
7190         Ulrich Czekalla <ulrichc@corel.ca>
7191         Fixed a painting problem with listview when the view changes and an
7192         edit label is active.
7194         Ulrich Czekalla <ulrichc@corel.ca>
7195         Fixed a notification problem with listview. On creation if the user
7196         specifies an item with focus and/or selection we should send the
7197         proper notification. Insert was preventing LISTVIEW_SetItem from
7198         seeing the changes and sending the notification.
7200         Make the draw item rectangle consistent with the selection
7201         rectangle. This allows us to click on the folders and icons in the
7202         file open dialog box and the item actually gets selected.
7204         * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
7205         - Write serial numbers to the device (FAT)
7206         - DRIVE_ReadSuperblock: better checking for the FAT fs.
7208         * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7209         GetFullPathName fixes.
7211 2000-02-26  Alexandre Julliard  <julliard@winehq.com>
7213         * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
7214         Juergen Schmied <juergen.schmied@debitel.net>
7215         Fixed definition of the RtlMemory functions. Use macros internally and
7216         for Winelib, use real functions for exports from ntdll.
7218         * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
7219         Prototypes OleInitialize, OleUninitialize.
7221         * dlls/commdlg/filedlg95.c:
7222         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7223         ArrangeCtrlPositions: fix for user-defined template with no stc32.
7225         * controls/menu.c, include/menu.h, windows/message.c:
7226         Ulrich Czekalla <ulrichc@corel.com>
7227         Send WM_HELP message when F1 is pressed.
7229         * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
7230         In the listbox, when the last item is selected and deleted, it still
7231         appeared in the window.
7233         Sheri Steeves <sheri@macadamian.com>
7234         In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
7235         style it would just return.  This left the horizontal scroll bar
7236         uninitialized and it was appearing at the bottom of the listbox when
7237         it did not have to.
7239         Serge Ivanov <sergei@corel.com>
7240         LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
7241         (it says it is for column margins). Obviously it is wrong, because
7242         margins must be internal.
7244         * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
7245         ErrorInfo functions need to be in ole32, not oleaut32.
7247         * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
7249         * 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:
7250         Juergen Schmied <juergen.schmied@debitel.net>
7251         Moved file functions to shlfileop.c
7252         New SHELL_DeleteDirectoryA
7253         Use shell notifications.
7254         Enabled file manipulation functions.
7256         * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
7257         Juergen Schmied <juergen.schmied@debitel.net>
7258         Fix for OpenIcon.
7260         * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
7261         Juergen Schmied <juergen.schmied@debitel.net>
7262         Stub PathIsDirectory.
7264         * dlls/shell32/shellord.c:
7265         Juergen Schmied <juergen.schmied@debitel.net>
7266         Fixes for ShellExecuteEx.
7268         * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
7269         Juergen Schmied <juergen.schmied@debitel.net>
7270         Basic implementation of shell notifications.
7272         * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
7273         Updated.
7275         * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
7276         Juergen Schmied <juergen.schmied@debitel.net>
7277         Added Winelib types.
7279         * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
7280         Added icon no 4 (open folder).
7282         * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
7283         Patrik Stridvall <ps@leissner.se>
7284         Added stubs for {Create,Get,Set}ErrorInfo.
7286         * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
7287         Return an error instead of a success code in OleCreate stub function.
7289         * dlls/comctl32/tab.c, include/tab.h: Don Kelly
7290         In Windows Property Sheet can have any mix of icon-less tabs and tabs
7291         with icons.  Adds a check to see if the icon we're adding is non-NULL
7292         (otherwise random junk from memory can be rendered) when the application
7293         has specified the PSP_USEICONID flag is set.  Changes to the Tab control
7294         to only render icons for tabs that have the TCIF_IMAGE flag set
7295         (previously, if the flag was set the entire image list of icons was
7296         rendered).
7298         Stephane Lussier <stephane@macadamian.com>
7299         Fixes for some tab control bugs
7301         Henning Hoffmann
7302         Fixed some width problem with OWNERDRAW tab.
7304         Luc Tourangeau <luc@macadamian.com>
7305         TCM_ADJUSTRECT is now returning consistant compare to Windows.
7307         Serge Ivanov <sergei@corel.ca>
7308         Fixed problem with tab selection. When you select tab it becames first
7309         visible tab. Now leftmost visible tab is calculated properly.
7310         - Added code for correct handling of updown control.
7311         - Forced recalculation of tabs' coordinates when:
7312         a) all items are deleted,
7313         b) window style is canged
7315         * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
7316         Added necessary defines and structures to compile WineLib apps using
7317         MFC 6.0 headers.
7318         Fixed typo in TCM_SETMINTABWIDTH constant.
7320         * controls/button.c: Bill Jin <billj@corel.ca>
7321         Bitmap buttons were not refreshed correctly.
7323         * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
7324         This reverts Matts patch.  The messaging needs double checking.
7326         * 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:
7327         Improved the selector get/set functions.
7328         Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
7330         * 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:
7331         Made winmm a separate shared library.
7333         * 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:
7334         Patrik Stridvall <ps@leissner.se>
7335         Fixed ANSI C violations.
7337         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
7338         Fixed Solaris specific compiler issue.
7340         * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
7341         Fixed some debug message crashes.
7343         * include/dinput.h, windows/dinput.c:
7344         Lionel Ulmer <lionel.ulmer@free.fr>
7345         - implement EnumObjects and GetProperty for Mouse and Joystick drivers
7346         - implement SetDataFormat for the Mouse driver
7348         * 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:
7349         Eric Pouech <Eric.Pouech@wanadoo.fr>
7350         Moved hardware related handling to dlls/winmm/joystick driver.
7351         Got rid of joySendMessages() hack (now implementation with a timer).
7353 2000-02-25  Alexandre Julliard  <julliard@winehq.com>
7355         * misc/debugstr.c:
7356         Release unused space in debug strings to avoid too frequent
7357         wrap-arounds in the circular buffer.
7359         * dlls/oleaut32/Makefile.in: Added import of olepro32.
7361         * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7362         Added OLE entries and comments.
7364         * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7365         Japanese support implemented.
7367         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
7368         Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
7369         order to allow Windows 9x Perl to start.
7371         * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
7372         This patch initializes the return buffer used in GetPrinterDriverA to
7373         zeros. This prevents buffer overruns caused by accessing garbage data.
7374         Some improvements to the NULL check patch.
7376         Gautam Jain
7377         EnumPrinters is not returning the number of printers found in case the
7378         parameter dwLevel is 1.
7380         * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
7381         Do not overwrite the valid ObjectAttributes->RootDirectory.
7382         Perform case insensitive comparison for the registry paths.
7384         * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
7385         Added prototypes for registry functions.
7387         * include/winbase.h, include/winnls.h:
7388         Dmitry Timoshkov <dmitry@sloboda.ru>
7389         Move definition of CPINFO structure from winbase.h to winnls.h
7390         Add definition of CPINFOEX structure to winnls.h
7392         * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
7393         Add prototype for CRTDLL_wcstol.
7395         * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7396         Fix for toolbar button size.
7398         * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7399         Fixed CharNextA/CharNextExA for DBCS.
7401         * 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:
7402         James Abbatiello <abbeyj@WPI.EDU>
7403         Misc. fixes for compiler warnings.
7405         * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
7406         Pierre Mageau <pierre@macadamian.com>
7407         Implementation of OleConvert routines.
7409         Thuy Nguyen <thuy@macadamian.com>
7410         Don't allow to resize stream open in read only mode
7411         Allow write access for stream/storage open with STGM_READWRITE.
7412         StgOpenStorage return values are now more detailed.
7413         Don't rely on STGM_CREATE flag in the Storage constructor.
7414         Preventing to write out of date property.
7416         Owen Wang <owenw@corel.ca>
7417         Allow both positive & negative 32-bit integers as with MFC assumption.
7418         This patch improves the 32bit limit on IStream::*_Seek operations.
7420         John Li <johnl@corel.ca>
7421         When WP opens a linked file, the malloc function in
7422         OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
7423         crash. The actual problem is the function reading a large data length.
7425         * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
7426         Made some local functions static.
7428         * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
7429         Patrik Stridvall <ps@leissner.se>
7430         Fixed some issues found by winapi_check.
7432         * tools/winapi_check/*:
7433         Patrik Stridvall <ps@leissner.se>
7434         Moved some of the API specification from the global file to the local
7435         files.
7437         * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
7438         James Abbatiello <abbeyj@WPI.EDU>
7439         Better thread safety for WarpPointer hack.
7441         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
7442         Juergen Schmied <juergen.schmied@debitel.net>
7443         Added AddAccessAllowedAce.
7445         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
7446         Some more ListView_ macros, winelib fixes.
7448         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
7449         Fixed allocation of 16x16 icons.
7451         * dlls/commdlg/filedlg95.c:
7452         Juergen Schmied <juergen.schmied@debitel.net>
7453         For unicode: give the selected filename back.
7455         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
7456         Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
7457         necessary.
7459         * windows/painting.c: Serge Ivanov <sergei@corel.ca>
7460         We don't need to call LPtoDP in here as far as PatBlt does it internally.
7462         * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
7463         In Windows, if PropertySheet can't create some page it just skips it. This
7464         patch adds similar behaviour to Wine. It also adds some NULL checks.
7466         <yuxi@corel.com>
7467         Fix property sheet initialization bugs.
7469         Matthew Robertson
7470         The template was calling GetActiveIndex which was not being set in the
7471         propsheet code, and the call was moved before we call SetActive -
7472         because that's where we query for the Active Index.
7474         Noomen Hamza
7475         Resize property sheet to the largest dialog size.
7477         Don Kelly
7478         In the WM_INITDIALOG handler for the prop sheet, there is a call to
7479         PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
7480         PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
7481         aligns the sizes of the "largest" prop. sheet dialog template and the tab
7482         control.  The IsTooSmall() call doesn't properly catch this mismatch.
7483         Modified the function to return TRUE if the sizes mismatch and renamed it to
7484         PROPSHEET_SizeMismatch() to reflect its proper use.
7486         * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
7487         We define PathISURLA, so use it.
7489         * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
7490         In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
7491         fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
7492         to improper display of overlay images.
7494         * windows/win.c:
7495         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7496         ATOMs are considered unique, so we don't need to check class
7497         pointers in FindWindow.
7499         * objects/region.c: Serge Ivanov <sergei@corel.com>
7500         Not all region functions updated 'type' field to reflect current
7501         region state.
7503         * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
7504         Eric Williams <ewill@ncal.verio.com>
7505         Minor fixups and tweaking, and a dummy hook.
7507         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
7508         Fixed handling of filedlg flags.
7510 2000-02-20  Alexandre Julliard  <julliard@winehq.com>
7512         * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7513         Added FIXME comment for entry point parameter.
7515         * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
7516         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7517         - stub for OLE32.MkParseDisplayName
7518         - spelling fixes
7520         * windows/dialog.c, windows/win.c:
7521         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7522         - fixed my slightly incorrect EndDialog patch
7523         - cleaned up win.c
7525         * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
7526         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7527         Spelling fixes.
7529         * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
7530         Made the buffer list in the directsound object thread-safe.
7532         * loader/module.c, loader/ne/module.c:
7533         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7534         It seems to be GetModuleFileName16 that checks exe version on whether
7535         to return long or short paths, not GetModuleFileNameA.
7537         * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
7538         Avoid too much refreshing when changing the drive in the 16 bits file
7539         dialog.
7541         * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
7542         GetLongPathName rewrite.
7544         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
7545         Corel merge:
7547         Pierre Mageau
7548         Don't update the combo box selection when closing the dialog only when
7549         clicking on OK button.  Adjust file dialog size when help button isn't
7550         present.
7552         Don Kelly.
7553         Fixes problems with open dialog box filters.
7555         Ulrich Czekalla
7556         Prevents the help button from displaying on OpenFile dialogs unless
7557         the proper flag is set in the OPENFILENAME struct.
7559         Yuxi Zhang
7560         Fixed memory leak.
7562         Jean-Claude Batista
7563         Add tooltips to the file Dialog toolbar.
7565         Sylvain Bouchard, Bill Jin
7566         Three new functions
7567         EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
7568         Instead of passing in a copy of ofn, passing in the pointer of ofn.
7570         David Golding
7571         A "!" was missing in a check against lpstrInitialDir.
7573         Rick Mutzke
7574         Fixed crash: if dialog has no filetypes appearing in the dropdown list.
7576         Matt Robertson, Ulrich Czekalla
7577         Fixed problems occurring with selection of files inside openfiledlg.
7579         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
7580         - activated use of templates
7581         - moved the creating of new folders to the shellview
7583         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
7584         Juergen Schmied <juergen.schmied@debitel.net>
7585         Started with shell-clipboard handling (context menu cut&paste,
7586         drag&drop).
7588         * dlls/shell32/dataobject.c:
7589         Juergen Schmied <juergen.schmied@debitel.net>
7590         Removed ItemIDListList, reorganisation, more formats.
7592         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
7593         - implemented rename, copy and delete file
7594         - "new file" is activating label edit for rename
7595         - implemented IShellView_SelectItem
7597         * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
7598         Juergen Schmied <juergen.schmied@debitel.net>
7599         Better context menus.
7601         * 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:
7602         Juergen Schmied <juergen.schmied@debitel.net>
7603         - new files related to context menu and drag drop file operations
7604         - render functions for clipboardformats
7606         * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
7607         Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
7609         * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
7610         Juergen Schmied <juergen.schmied@debitel.net>
7611         Started implementation of shell notifications.
7613         * dlls/shell32/shlfileop.c:
7614         Juergen Schmied <juergen.schmied@debitel.net>
7615         New file (SHFileOperation).
7617         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
7618         Fixes.
7620         * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
7621         Juergen Schmied <juergen.schmied@debitel.net>
7622         - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
7623         - implemented IPersistFolder2 interface
7625         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
7626         Juergen Schmied <juergen.schmied@debitel.net>
7627         New aPidl handling functions.
7629         * misc/main.c: Avoid crash on usage message.
7631         * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
7633         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
7634         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7635         Added stub for RtlAssert().
7637         * windows/x11drv/keyboard.c:
7638         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7639         Added Japanese jp106 and pc98x1 keyboard layout.
7641         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7642         Got rid of PROFILE_ functions, now accessing Wine config options
7643         through the registry.
7645         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7646         While creating the wine config key, make sure that only Wine's subkeys
7647         are volatile.
7649         * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
7650         Check for NULL ptr in PSDRV_GetDeviceCapabilities.
7652         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
7653         Added a bit magic to CONSOLE_get_input so we don't get single Escapes
7654         from function key escape sequences.
7656 2000-02-19  Alexandre Julliard  <julliard@winehq.com>
7658         * memory/atom.c: Bug fix for native USER.
7660         * loader/loadorder.c, wine.ini:
7661         Hard-coded DllPairs configuration; there is no need for the user to
7662         change it.
7664         * 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:
7665         Store config file contents in the registry so we only have to load it
7666         once per session.
7667         Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
7668         Removed a few unnecessary/unused command-line options.
7670 2000-02-18  Alexandre Julliard  <julliard@winehq.com>
7672         * 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:
7673         Store the handle of the process exe file in the server.
7674         Removed PROCESS_Initial().
7676         * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
7677         Set the type of VarBstrFromDate to dwFlags, instead of lcid.
7679         Ulrich Czekalla  <ulrichc@corel.ca>
7680         Fixed the problem with the date being off by one.
7682         Petar Djukic
7683         VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
7684         with VariantClear.
7685         Coerce function doesn't implement coercion for VT_DISPATCH type.
7687         * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
7688         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7689         Added/corrected ordinals of kernel, gdi, user.
7691         * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
7692         Popup windows will be hidden when minimizing the main frame.
7694         * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
7695         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7696         Changed the loading of typelib files to use a memory mapping instead
7697         of reading the file bit by bit.
7699         * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7700         DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
7701         path component even if a match already occurred.
7703         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7704         Fixed prototype for OleTranslateColor.
7706         * files/file.c: Matthew Cline <matt@nightrealms.com>
7707         Added WARN messages on open errors.
7709         * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7710         The maximum size of the buffer is 1024 bytes in Win32.
7712 2000-02-16  Alexandre Julliard  <julliard@winehq.com>
7714         * 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:
7715         Moved SystemHeap allocations to the process heap.
7717         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
7718         Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
7720         * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
7721         Send WM_HELP message when F1 is pressed.
7723         * 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:
7724         Alastair McKinstry <Alastair.McKinstry@digital.com>
7725         Added support for the following celtic languages: Irish Gaelic, Scots
7726         Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
7728 2000-02-14  Alexandre Julliard  <julliard@winehq.com>
7730         * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
7731         Juergen Schmied <juergen.schmied@debitel.net>
7732         Added stub for CoResumeClassObjects.
7734         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
7735         - added argument printing to stubs
7736         - replaced memcmp by IsEqualGUID
7737         - implemented GetCapabilities for Mouse and Keyboard
7739         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
7740         ioctlsocket() now returns success if the app sets nonblocking mode for
7741         WSAAsyncSelect()-ed sockets.
7743         * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7744         Fixed FreeBSD compile.
7746         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7747         - fixed crash on mci channel tracing
7748         - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
7750 2000-02-13  Alexandre Julliard  <julliard@winehq.com>
7752         * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
7753         Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
7755         * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
7756         Dave Pickles <davep@nugate.demon.co.uk>
7757         Added definition for STILL_ACTIVE.
7759         * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
7760         Juergen Lock <nox@jelal.kn-bremen.de>
7761         Added configure check for the unix domain sockaddr length.
7763         * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
7764         Fixed CDROM_Audio_Seek for non-linux systems.
7766         * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
7767         GetObjectA() now rejects GDI handles which are invalid.
7769         * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
7770         VERSION_GetSystemDLLVersion crashed when being called on a .so.
7772         * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
7773         Display the system popup menu when clicking with the right mouse
7774         button in the window caption.
7776         * dlls/ole32/clipboard.c: Removed check for class existence.
7778         * 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:
7779         Alexandre Julliard <julliard@codeweavers.com>
7780         Removed superfluous GlobalFindAtom calls.
7782         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
7783         Reading of ri blocks.
7784         Better error handling.
7786         * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
7787         Check that ci->hWindowMenu is not zero before using it.
7789         * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
7790         David Howells <David.Howells@nexor.co.uk>
7791         Implemented isw*() wctype.h functions.
7793         * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7794         Better error messages.
7796         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
7797         Fixed off-by-one error.
7799         * 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:
7800         Moved global atoms to the server (based on the work of Sergei
7801         Turchanov <turchanov@otvprim.ru>).
7803 2000-02-12  Alexandre Julliard  <julliard@winehq.com>
7805         * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
7806         Added a PTEXTMETRIC[A|W] definition.
7808         * include/windef.h: Matthew Cline <matt@nightrealms.com>
7809         Added typedefs for PSHORT and PUSHORT.
7811         * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7812         Protect EndDialog() from invalid window handles.
7814         * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
7815         Lionel Ulmer <lionel.ulmer@free.fr>
7816         Replaced fprintfs by proper debug macros and fixed some compilation warnings.
7818 2000-02-10  Alexandre Julliard  <julliard@winehq.com>
7820         * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
7821         Added GUIDs, defines, and structures for DirectX7.
7823         * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
7824         Oleg Korda <oleg@isp.nsc.ru>
7825         Added Russian translation.
7827         * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
7828         Added missing goto in switch statement.
7830         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
7831         Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
7833         * 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:
7834         Optimized debugging API to reduce code size.
7836         * 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:
7837         Removed extra includes from ole.h and wingdi.h.
7839         * */*:
7840         Jeremy White <jwhite@codeweavers.com>
7841         Removed #include of wingdi.h and windef.h from winuser.h (and resolved
7842         the resulting compilation failures).
7844 2000-02-07  Alexandre Julliard  <julliard@winehq.com>
7846         * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
7847         Make CLSIDFromString return a CLSID of zeros instead of crashing when
7848         passed a null pointer.
7850         * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7851         Fixed unconditional use of JOYDEV.
7853         * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
7854         Michael Cardenas <michael_cardenas@deneba.com>
7855         Added a bunch of macros needed for compiling Winelib apps.
7857         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
7858         Added ListView_EditLabel macros.
7860         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
7861         Changed import to ordinal.
7863         * include/wine/obj_shellfolder.h:
7864         Juergen Schmied <juergen.schmied@debitel.net>
7865         Added IPersistFolder2 interface.
7867         * 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:
7868         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7869         - implemented serial numbers for audio CDs and data CDs
7870         - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
7871           naming and such
7872         - split debug channel cdaudio into cdrom and mcicda
7873         - fixed some typos
7875         * dlls/oleaut32/olefont.c, include/olectl.h:
7876         Sean Langley <seanl@corel.ca>
7877         Made OleCreateFontIndirect have the same signature (exactly) as the
7878         header file. Added olepro32 dll stubs.
7880         * 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:
7881         Sean Langley <seanl@corel.ca>
7882         OLEPRO32 stubs.
7884         * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
7885         Added CF_HDROP.
7887         * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
7888         Extended the winmm joystick API calls to support the new Linux
7889         joystick driver.
7891         * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
7892         Added context functions for FreeBSD.
7894         * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
7895         Fix for the system tray, Icon and popup menu's now work.
7897         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
7898         Use window properties instead of window long, also use them to
7899         determine if we really own a window and can destroy it.
7900         The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
7901         Set paintable flag for application passed cooperative/drawing window.
7902         GetDisplayMode: We might have and do support 2 backbuffers.
7904         * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
7905         Running object table are not using 0 as a valid index anymore.
7907         * controls/static.c: Luc Tourangeau <luc@macadamian.com>
7908         Implementation of Static OwnerDraw.
7910         * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
7911         Height calculation was 1 off in ImageList_Read.
7913 2000-02-03  Alexandre Julliard  <julliard@winehq.com>
7915         * 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:
7916         Removed resource.h.
7918         * 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:
7919         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7920         Added .spec files for all libtest/ and programs/ WineLib apps.
7921         Updated all Makefiles to use .spec files and new resource handling.
7923         * 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:
7924         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7925         Added .spec keyword 'mode' to allow creating built-in EXE modules.
7926         Use built-in EXE modules for WineLib apps (instead of ELF modules).
7927         Removed dummy ELF module creation.
7928         Removed LIBRES handling.
7930         * programs/notepad/main.c:
7931         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7932         Fixed memory overwrite bug.
7934         * include/windef.h, include/wine/windef16.h:
7935         Jeremy White <jwhite@codeweavers.com>
7936         Moved definitions such as BOOL16 and INT16 from windef.h into
7937         wine/windef16.h.
7939         * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
7940         GetNumberFormatA implementation added.
7942         * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7943         Save and restore cursor in WriteConsoleOutputA.
7945         * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
7946         Alex Priem <alexp@sci.kun.nl>
7947         - Implementation of WM_SETFORMAT
7948         - Reworked drawing/selection
7949         - Implementation of WM_KEYDOWN
7951         * include/miscemu.h, msdos/int09.c, msdos/int16.c:
7952         Ove Kaaven <ovek@arcticnet.no>
7953         Added INT_Int16ReadChar and made int09 handle special keys.
7955         * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
7956         Added alphanumeric mode to the VGA emulation.
7957         Use service thread for the periodic refresh.
7959         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
7960         Cleanup VGA refresh when terminating.
7962         * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
7963         Handle backspace correctly.
7965 2000-01-31  Alexandre Julliard  <julliard@winehq.com>
7967         * configure, Make.rules.in, */Makefile.in:
7968         Build most dlls as separate shared libraries.
7970 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
7972         * configure.in, include/config.h.in, server/context_i386.c, configure:
7973         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7974         Added configure check for sys/reg.h.
7976         * dlls/comctl32/imagelist.c, include/imagelist.h:
7977         Marcus Meissner <marcus@jet.franken.de>
7978         Overlay indices are signed shorts (-1 means no overlay)
7979         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
7980         (ImageList_Read) We can read a NxM bitmap from the stream and have
7981         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
7982         documentation.
7983         (others) removed some potential operator precendence problems.
7985         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
7986         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
7988         * 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:
7989         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7990         Moved debugger to libwine to make it available to WineLib apps.
7991         Try to invoke external debugger if internal debugger crashes.
7992         Try to handle early invocation of debugger more gracefully.
7994         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
7995         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7996         Mark initial process as 32-bit for WineLib apps.
7997         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
7998         Removed unused thread event.
8000         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8001         - Windows skips the '\t' and ' ' at the beginning and end of section
8002           key names of .INI files.
8003         - Fixed Get/WritePrivateProfileStructA():
8004           - (re-)translate the binary data into ASCII hex chars
8005           - add checksum / checking of it
8007 ----------------------------------------------------------------
8008 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
8010         * configure.in, include/config.h.in, server/context_i386.c, configure:
8011         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8012         Added configure check for sys/reg.h.
8014         * dlls/comctl32/imagelist.c, include/imagelist.h:
8015         Marcus Meissner <marcus@jet.franken.de>
8016         Overlay indices are signed shorts (-1 means no overlay)
8017         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
8018         (ImageList_Read) We can read a NxM bitmap from the stream and have
8019         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
8020         documentation.
8021         (others) removed some potential operator precendence problems.
8023         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
8024         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
8026         * 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:
8027         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8028         Moved debugger to libwine to make it available to WineLib apps.
8029         Try to invoke external debugger if internal debugger crashes.
8030         Try to handle early invocation of debugger more gracefully.
8032         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
8033         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8034         Mark initial process as 32-bit for WineLib apps.
8035         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
8036         Removed unused thread event.
8038         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8039         - Windows skips the '\t' and ' ' at the beginning and end of section
8040           key names of .INI files.
8041         - Fixed Get/WritePrivateProfileStructA():
8042           - (re-)translate the binary data into ASCII hex chars
8043           - add checksum / checking of it
8045         * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
8046         Juergen Schmied <juergen.schmied@debitel.net>
8047         - fixes, loading of settings per user
8048         - autodetecting of windows registry version
8050         * 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:
8051         Francois Gouget <fgouget@psn.net>
8052         The COM virtual tables must use the
8053         'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
8055         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
8056         Made int9 handler add keystroke to BIOS keyboard buffer.
8058         * loader/dos/dosmod.c, loader/dos/dosmod.h:
8059         Ove Kaaven <ovek@arcticnet.no>
8060         dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
8062         * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
8063         Added a couple of prototypes.
8065         * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
8066         Add information about code pages to default registry.
8068         * configure.in, Make.rules.in, configure:
8069         Patrik Stridvall <ps@leissner.se>
8070         - Unixware (Solaris) linker typo fixed
8071         - Solaris (and possibly Unixware) specific linker support for the
8072           GNU:ism --[no-]whole-archive
8073         - Solaris make specific makefile fix
8075         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
8076         Solaris support for {set,get}_thread_context added.
8078 2000-01-29  Alexandre Julliard  <julliard@winehq.com>
8080         * server/context_i386.c:
8081         Added our own user_regs_struct definition for better compatibility.
8083         * controls/button.c, windows/dialog.c:
8084         Dmitry Timoshkov <dmitry@sloboda.ru>
8085         Correct the behaviour of the accelerator keys in dialogs according to
8086         the Windows' one.
8088         * 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:
8089         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8090         Link only a single .rc file with application.
8092         * 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:
8093         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8094         - add some documentation items
8095         - fix some spelling
8096         - fix some warnings
8098         * 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:
8099         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8100         - support for reading labels and serial nums from device
8101         - "reasonable" misc/cdrom.c device handling
8102         - much improved audio CD support
8103         - serial number overwrite bug fix
8104         - spelling fixes
8106         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
8107         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8108         Added SETUPX dll.
8110         * dlls/ole32/ole2.spec, server/process.c:
8111         Patrik Stridvall <ps@leissner.se>
8112         Fixed minor issues found by winapi_check.
8114         * tools/winapi_check/*:
8115         Patrik Stridvall <ps@leissner.se>
8116         - Minor fixes.
8117         - Moved some of the API specifications from the global file to the
8118           local files.
8120         * include/imagelist.h, dlls/comctl32/imagelist.c:
8121         Marcus Meissner <marcus@jet.franken.de>
8122         Implemented ImageList_Read (not 100% correct in regarding to setting
8123         the bitmap).
8124         Filled out unknown members of ILHEAD.
8125         Started reordering IMAGELIST to make it Windows binary compatible.
8127         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
8128         nIconIndex == -1 should return nr of available icons, not 0.
8130         * Makefile.in: Fixed building of dosmod and wineclipsrv.
8132         * misc/debugstr.c:
8133         Bug fix: added temp structure to cope with debug traces during thread
8134         startup.
8136         * 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:
8137         Removed debugstr.h.
8139         * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
8140         Use a per-thread buffer and write(2) for debug traces.
8141         Removed debug_dumpstr.
8143 2000-01-27  Alexandre Julliard  <julliard@winehq.com>
8145         * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
8146         Small fix.
8148         * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
8149         Get HCU name from unix user name.
8151         * 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:
8152         Implemented GetThreadSelectorEntry through the server.
8154 2000-01-26  Alexandre Julliard  <julliard@winehq.com>
8156         * dlls/winmm/lolvldrv.c:
8157         Dynamically load version.dll in MMDRV_GetDescription32.
8159         * dlls/ole32/ole2.c:
8160         Use a linked list instead of a DPA for the hook list.
8162         * windows/x11drv/clipboard.c:
8163         Use a linked list instead of a DPA to manage pixmaps.
8165         * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
8166         Gerard Patel <g.patel@wanadoo.fr>
8167         Returns an error if trying to write to a stream opened for read.
8169         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8170         Add a newbie warning for slashes in the search Path= of wine.conf.
8172         * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
8173         Wait for ShmCompletion during Flip.
8175         * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
8176         Made --enable-dll the default.
8177         Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
8178         Cleaned up install targets in main Makefile.
8180         * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
8182 2000-01-25  Alexandre Julliard  <julliard@winehq.com>
8184         * 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:
8185         Use argv[0] to locate the server executable.
8187         * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
8188         Alexandre Julliard <julliard@codeweavers.com>
8189         Share the system heap between different address spaces. Made process
8190         heap per-address space instead of per-process.
8192         * 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:
8193         Alexandre Julliard <julliard@codeweavers.com>
8194         Made the server listen for new clients on a Unix socket in
8195         $HOME/.wine. Newly started wine processes now attach to an existing
8196         server if one is running.
8198         * files/profile.c, include/options.h:
8199         Added PROFILE_GetConfigDir function.
8201 2000-01-24  Alexandre Julliard  <julliard@winehq.com>
8203         * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
8204         Changed the server to return STATUS_* error codes.
8206         * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
8207         Built a complete translation table for RtlNtStatusToDosError.
8209         * include/winerror.h, include/winnt.h: Added some error codes.
8211         * windows/nonclient.c:
8212         Use GetProcAddress instead of calling ShellAboutA directly.
8214 2000-01-23  Alexandre Julliard  <julliard@winehq.com>
8216         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
8217         Merged dlls/ver into dlls/version.
8219         * 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:
8220         Juergen Schmied <juergen.schmied@debitel.net>
8221         - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
8222           NtAllocateLocallyUniqueId
8223         - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
8224           RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
8225           RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
8226           RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
8227           RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
8228           RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
8229           RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
8230           RtlValidSid, RtlxUnicodeStringToOemSize
8231         - corrected most RtlString* functions, added documentation
8232         - more fixes and partial implementations
8234         * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
8235         Ove Kaaven <ovek@arcticnet.no>
8236         Added -dxgrab command line option, which confines cursor motion to the
8237         DirectX primary surface.
8239         * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
8240         Replaced some weird C constructs (char[]="" ) with more compatible ones.
8241         Added another NULL ptr check in _OnOpen.
8243         * 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:
8244         Moved winsock implementation to dlls/winsock.
8246         * dlls/*/.cvsignore:
8247         Marcus Meissner <marcus@jet.franken.de>
8248         Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
8250         * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
8251         Corrected arguments to VirtualFree().
8253         * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
8254         Dmitry Timoshkov <dmitry@sloboda.ru>
8255         Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
8256         lstrcpynWtoA().
8258         * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
8259         Map WM_MENUSELECT 32->16 bits for closing menu.
8261         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
8262         Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
8264         * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
8265         Implemented (Register|Get|Revoke)ActiveObject from the docs.
8267         * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
8268         Ove Kaaven <ovek@arcticnet.no>
8269         Supercharged XShm implementation for DirectDraw.
8271         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8272         Bugfix: missing NULL pointer checks.
8274         * loader/pe_image.c:
8275         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8276         Check for MZ header before trying to decipher the PE header.
8278         * relay32/kernel32.spec:
8279         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8280         Export GetLongPathName[A|W].
8282         * memory/global.c, memory/heap.c:
8283         Guy Albertelli <galberte@neo.lrun.com>
8284         Fix problems with GlobalHandle and GlobalFree so results match Win98.
8285         Restructure HEAP_ValidateInUseArena, HeapValidate, and add
8286         HEAP_IsRealArena to eliminate *bogus* error messages.
8288         * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8289         Actually print return value of message.
8291         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
8292         Corrected arguments in DIB_DeleteDIBSection.
8294         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
8295         Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
8296         help of James Feeney <james@nurealm.net>.
8298 2000-01-20  Alexandre Julliard  <julliard@winehq.com>
8300         * 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:
8301         Alexandre Julliard <julliard@codeweavers.com>
8302         Added Get/SetThreadContext support through the server.
8304 2000-01-18  Alexandre Julliard  <julliard@winehq.com>
8306         * 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:
8307         Added debugstr_guid function and used it to replace
8308         WINE_StringFromCLSID in all debugging messages.
8310         * dlls/winmm/wineoss/audio.c:
8311         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8312         Always initialize lpWaveHdr->lpNext to NULL.
8313         Don't fail on strange fragment sizes.
8315 2000-01-17  Alexandre Julliard  <julliard@winehq.com>
8317         * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
8318         Add some defines needed for Unicode to Ascii conversions.
8320         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
8321         Better error handling, less keys held open.
8323         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
8324         EnumDisplayModes must pass lPitch.
8326         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
8327         Validate the menu handles.
8329         * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
8330         Rounds to the lowest integer, not the nearest.
8332         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8333         Fixed race between Win16 parent and child for first rescheduling
8334         of child process. This fixes WinExec returning too early.
8336 2000-01-16  Alexandre Julliard  <julliard@winehq.com>
8338         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
8339         Use --whole-archive to force linking all of libwine.a. into wine.
8341         * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
8342         Added automatic registration of built-in DLLs.
8344 2000-01-15  Alexandre Julliard  <julliard@winehq.com>
8346         * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
8347         Fixed IPX detection.
8349         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
8350         New implementation of the win95 registry loader.
8352         * dlls/advapi32/registry.c:
8353         Juergen Schmied <juergen.schmied@debitel.net>
8354         If there is enough space in the buffer and the type is REG_SZ and the
8355         string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
8357         * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
8358         Display the external modules after the internal modules in crash report.
8360         * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
8361         Made SetVolumeLabel report failure on CD-ROM drives.
8363         * documentation/status/directplay:
8364         Peter Hunnisett <hunnise@nortelnetworks.com>
8365         Updated documentation.
8367         * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
8368         Eric Pouech <Eric.Pouech@wanadoo.fr>
8369         Replaced Wine specific DRIVER_GetType by a correct implementation of
8370         GetDriverFlag.
8372         * configure, configure.in, include/wine_gl.h:
8373         Lionel Ulmer <lionel.ulmer@free.fr>
8374         - (ugly) fix for the 'Xmd.h' problem
8375         - fix the detection of DGA 2 in configure script
8377         * include/thread.h, scheduler/thread.c:
8378         Juergen Schmied <juergen.schmied@debitel.net>
8379         - added NT fields to TEB
8380         - moved tls-fields and some wine specific fields to a higher offset
8381         - added some documentation
8382         - initialisation of the UnicodeString
8384         * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
8385         Add HAVE_SOUNDCARD_H to support OpenBSD.
8387         * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
8388         Peter Hunnisett <hunnise@nortelnetworks.com>
8389         - Added some missing EMR record types and updated and fixed others
8390         - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
8391         - Added header for SetICMMode
8392         - Added ability to play more enhanced metafile records
8394         * graphics/enhmetafiledrv/init.c:
8395         Peter Hunnisett <hunnise@nortelnetworks.com>
8396         Store reference hdc size into enhanced metafile header when creating.
8398         * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
8399         Marcus Meissner <marcus@jet.franken.de>
8400         Implemented OleRun.
8402         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
8403         Removed DeleteObject call left over from previous patch.
8405         * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
8406         Fixed bad register constraint in InterlockedCompareExchange.
8408         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
8409         Added prototypes for the NT synchronization functions
8410         InterlockedCompareExchange and InterlockedExchangeAdd.
8412         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8413         Don't access 'wm->modname' after the modref has been flushed.
8415         * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
8416         Added null check in GlobalHandle.
8418 2000-01-12  Alexandre Julliard  <julliard@winehq.com>
8420         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
8421         Removed a dependency between oleaut32 and comctl32.
8423         * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
8424         More STATUS_ codes.
8426         * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
8427         Fixed macro definition of IDirectDrawSurface_Restore.
8428         Added defines for Ddraw's WaitForVerticalDisplay().
8430         * include/dsound.h: Steve Langasek <vorlon@dodds.net>
8431         Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
8432         IDirectSoundBuffer_Unlock.
8434         * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
8435         Missing Winelib declarations for AUXCAPS.
8437         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8438         Fix (harmless) assembler warnings.
8440         * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
8441         Fix problem with initialization (reported by Andreas Mohr).
8443         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
8444         InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
8446 ----------------------------------------------------------------
8447 Sun Jan  9 21:42:42 2000  Alexandre Julliard  <julliard@winehq.com>
8449         * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
8450         Non-Linux compile fix.
8452         * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
8453         DOSFS_DoGetFullPathName would underflow (p would get past the
8454         beginning of buffer) if given the name "//..".
8455         Regrouped the handling of the directory separators.
8456         Directory separators in the returned path are now alway a single "\"
8457         which simplifies the handling of ".." in the name.
8459         * dlls/advapi32/registry.c:
8460         Juergen Schmied <juergen.schmied@debitel.net>
8461         Corrected behaviour of RegOpenKey in case of failure.
8463         * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
8464         Juergen Schmied <juergen.schmied@debitel.net>
8465         - removed copying of HKEY_USERS to HKEY_CURRENT_USER
8466         - HKEY_CURRENT_USER is now subkey of HKEY_USERS
8467         - changed query_key_info_request to return the key name too (NtQueryKey needs this)
8468         - the rootkeys (MACHINE and USER) do have names
8470         * include/gdi.h, objects/dc.c, objects/gdiobj.c:
8471         Gerard Patel <g.patel@wanadoo.fr>
8472         Avoid deleting of the default 1x1 bitmap for memory DCs.
8474         * 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:
8475         Built-in DLLs resources are now specified in spec file.
8476         Removed unnecessary flags in built-in DLLs tables.
8478         * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
8479         Erez Volk <erez@gmx.net>
8480         Added stubs for some BiDi API functions.
8482         * dlls/winmm/mciwave/mciwave.c:
8483         Bradley Baetz <bbaetz@student.usyd.edu.au>
8484         Fixed race condition between app and wine in WAVE_mciPlay.
8486         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
8487         Stop menu tracking when clicking on the menu bar where there is no
8488         menu item.
8490         * win32/newfns.c: Erez Volk <erez@gmx.net>
8491         Better error reporting.
8493 Sat Jan  8 22:27:31 2000  Alexandre Julliard  <julliard@winehq.com>
8495         * graphics/x11drv/xfont.c:
8496         Backed out scalable bitmap change (gives ugly results).
8498         * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
8499         GetMenuString should return itemlength on 0 nMax or NULL str
8500         InsertItem pos=-1, flags = 0 should append item
8501         (thanks to Sander van Leeuwen)
8503         * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
8504         David Elliott <dfe@netnitco.net>
8505         Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
8506         Added critical section around code dealing with global variables.
8507         Added a few comments about how ASPI is supposed to work.
8508         Copy sense info into the correct place (right after the fixed 16-byte CDB).
8509         Now returns target status (many Windows apps won't even look at the
8510         sense are unless they get an error code).
8511         Added SC_ABORT_SRB FIXME.
8512         Added SC_GET_DISK_INFO place holder for clarity.
8513         Updated Linux SG interface structure to include new kernel 2.2
8514         status fields.
8516         * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
8517         Look for our header files first, then for systems headers.
8519         * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
8520         The new filedialog stuff does not handle template. So do not call if
8521         there are any.
8523         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
8524         Avoid problems during changing the Z-order if the window and the
8525         window to insert after are the same.
8527         * libtest/expand.c, libtest/hello5.c:
8528         Marcus Meissner <Marcus.Meissner@caldera.de>
8529         Removed GUI junk from expand.c, so you can use it in commandline mode.
8530         Fixed hello5.c.
8532         * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
8533         Patrik Stridvall <ps@leissner.se>
8534         Fixed some issues found by winapi_check.
8536         * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
8537         Patrik Stridvall <ps@leissner.se>
8538         - Added support for auto allocated ordinals
8539         - Fixed varargs (16 bit) bug
8540         - Minor fixes
8542         * dlls/version/info.c:
8543         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8544         Fixed alignment problem with VERSION_INFO members.
8546 Wed Jan  5 03:24:52 2000  Alexandre Julliard  <julliard@winehq.com>
8548         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
8549         Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
8550         of the $X_EXTRA_LIBS are required.
8552         * windows/defwnd.c, windows/painting.c:
8553         Patrik Stridvall <ps@leissner.se>
8554         - Made FillRect behave like it does on Windows
8555         - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
8556         - Added some comments on how Windows behaves
8558         * windows/winhelp.c: Peter Ganten <peter@ganten.org>
8559         Check if winhelp is already running; use winhlp32.exe or winhelp.exe
8560         depending on the emulated version, relase win16lock before calling
8561         WinHelpA.
8563         * AUTHORS, include/authors.h:
8564         Updated authors list from the Changelog. Please let me know if you
8565         have been left out.
8567         * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
8568         TrueType clarification.
8570         * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
8571         Lionel Ulmer <lionel.ulmer@free.fr>
8572         - detect if the OpenGL implementation defines the paletted texture and
8573           color table extensions
8574         - small warning fixes
8575         - fix the double '-lXxf86dga' when having DGA 2.0
8577         * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
8578         Some comm clean up, much more error messages, only use TIOCOUTQ if
8579         defined [wine-bugs/104], tried implementing SetCommTimeouts.
8581         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
8582         - When processing WM_PAINT messages, the treeview might sometimes use
8583           the wrong hdc. Fixed.
8584         - Better checking for TREEVIEW_INFO *infoPtr=NULL.
8585           Similar to code in toolbar.c
8586         - Other small fixes (subclassed edit control).
8588         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8589         Bugfix: uninitialized pointer caused crashes.
8591         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
8592         Made virus warning a bit more drastic, since some people don't believe us.
8594         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
8595         Some comm clean up, much more error messages, only use TIOCOUTQ if
8596         defined [wine-bugs/104], tried implementing SetCommTimeouts.
8598         * files/profile.c: Rein Klazes <rklazes@casema.net>
8599         Implement WritePrivateProfileSectionA().
8601         * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
8602         Fix for compilers that don't support 'long long' (From Ove Kaaven).
8604 Tue Jan  4 02:40:22 2000  Alexandre Julliard  <julliard@winehq.com>
8606         * scheduler/thread.c, server/thread.c:
8607         Moved allocation of the socket pair for a new thread to the server.
8609         * server/debugger.c: Made debug events and contexts standard objects.
8610         Use sleep_on to wait on debug events.
8612         * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
8613         Made sleep_on usable from all requests.
8615         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
8616         Eric Pouech <Eric.Pouech@wanadoo.fr>
8617         Added more MIDI messages 16<=>32 mapping.
8618         Fixes some bugs in buffers handling and index for MAPPER.
8620         * include/callback.h, if1632/thunk.c:
8621         Eric Pouech <Eric.Pouech@wanadoo.fr>
8622         Removed the obsoleted CallTimeFuncProc, CallDriverProc,
8623         CallDriverCallback.
8625         * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
8626         Eric Pouech <Eric.Pouech@wanadoo.fr>
8627         Put back visible minimum timer resolution to 1 ms.
8628         Decorrelate the service thread resolution from the user required timer
8629         & visible minimum resolutions.
8630         Removed the Callback.TimeFuncProc entry.
8632         * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
8633         Give +0+0 as a default position for the desktop window.
8635         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
8636         Convert mmio to allow the use of 32 bit mmio procedures.
8638         * 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:
8639         Juergen Schmied <juergen.schmied@debitel.net>
8640         Small fixes.
8642         * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
8643         Patrik Stridvall <ps@leissner.se>
8644         Fixed some issues found by winapi_check.
8646         * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
8647         Patrik Stridvall <ps@leissner.se>
8648         Updated winapi_check to handle the new additions.
8650         * dlls/comctl32/monthcal.c, include/monthcal.h:
8651         Chris Morgan <cmorgan@wpi.edu>
8652         James Abbatiello <abbeyj@wpi.edu>
8653         Implemented WM_SIZE message support. Optimized drawing to use
8654         precalculated size values rather than recalculating during each call
8655         of MONTHCAL_Refresh.
8657         * relay32/user32.spec, windows/dialog.c:
8658         Juergen Schmied <juergen.schmied@debitel.net>
8659         Corrected parameter count for DialogBoxIndirectParamAorW.
8661         * controls/scroll.c: Rein Klazes <rklazes@casema.net>
8662         Don't show the scrollbar if SetScrollinfo() is called with only the
8663         SIF_DISABLENOSCROLL flag.
8665         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
8666         Added extra US keymap with the infamous phantom key.
8668         * Makefile.in, dlls/winmm/wineoss/Makefile.in:
8669         Eric Pouech <Eric.Pouech@wanadoo.fr>
8670         Use a uniform naming scheme for driver modules.
8672         * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
8673         Encapsulated Wine internal data into an ifdef __WINE__.
8675         * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
8676         Eric Pouech <Eric.Pouech@wanadoo.fr>
8677         Moved the 16 bit driver functions callout into the dir.
8679         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8680         Added support for WODM_BREAKLOOP message.
8682         * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8683         Removed extraneous ERR message.
8685         * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8686         Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
8688         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8689         Use case insensitive comparison while searching for new modules.
8691         * dlls/ntdll/ntdll.spec:
8692         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8693         Added spec entry for _itoa.
8695         * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
8696         Bertho Stultiens <bertho@panter.soci.aau.dk>
8697         Generated labels of resource names must be unique throughout the
8698         generated code.
8700         * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8701         "resultp" can be NULL in SendMessageTimeout*().
8703         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
8704         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8705         - prevent mem leak of CRTDLL_acmdln_dll
8706         - better argument parsing
8707         - last xargv entry has to be NULL
8708         - return value is environment pointer instead of NULL
8709         - added a spec entry for bsearch()
8711 Sat Jan  1 22:38:21 2000  Alexandre Julliard  <julliard@winehq.com>
8713         * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
8714         Peter Ganten <peter@ganten.org>
8715         Implemented WaitForInputIdle.
8717         * misc/ddeml.c, windows/win.c:
8718         Fixed potential buffer overflows (spotted by Francois Gouget).
8720         * 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:
8721         Make use of automatic ordinal allocation.
8723         * 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:
8724         Moved poll handling to the generic part of the server objects.
8725         Fixed busy waiting on POLLERR events.
8726         Merged struct client into struct thread.
8728 Mon Dec 27 05:26:01 1999  Alexandre Julliard  <julliard@winehq.com>
8730         * 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:
8731         Cosmetics.
8733         * 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:
8734         Francois Gouget <fgouget@psn.net>
8735         Buffer overflows and strncpy fixes.
8737         * loader/pe_image.c:
8738         PE_FindExportedFunction: use a binary search for function names.
8740 Sun Dec 26 23:12:38 1999  Alexandre Julliard  <julliard@winehq.com>
8742         * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
8743         Fixed/commented out duplicate entry point names.
8745         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
8746         Added support for automatic ordinal allocation.
8747         Output list of function names in sorted order.
8748         Added support for nameless (ordinal-only) entry points.
8749         Cleaned up error handling.
8751         * 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:
8752         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8753         Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
8754         Map a few Unicode chars to the first 0xff in psdrv.
8755         Don't expect x11drv to display Unicode chars yet.
8757         * 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:
8758         Francois Gouget <fgouget@psn.net>
8759         Wrapped some strings in a debugstr_* call.
8760         Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
8761         Removed redundant 'L's for Unicode strings.
8762         Tried to harmonize the traces a little bit.
8764         * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
8765         debugstr_w now returns something looking like 'L"xxxx"...'
8767         * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
8768         FILEDLG95_HandleCustomDialogMessages:
8769         - for the three handled messages we must return the required buffer size
8770         - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
8771         - fixed multiple potential buffer overflows.
8772         FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
8773         FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
8774         leading to a buffer overflow.
8776 Sat Dec 25 22:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
8778         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
8779         Added support for playing more record types (still more to come).
8781         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
8782         Better support very long strings by avoiding to copy them in a fixed
8783         size buffer (one exception partly remains: callback strings).
8784         Raise the buffer size to 512 characters.
8785         Merge the handling of item 0 and other items together in GetItemA to
8786         reduce code duplication.
8788         * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8789         Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
8791         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
8792         Cast the unsigned int to signed, or NEAR_MATCH will not work.
8794         * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
8795         Eric Pouech <Eric.Pouech@wanadoo.fr>
8796         Fixed first/last playable frame referencing.
8798         * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
8799         Eric Pouech <Eric.Pouech@wanadoo.fr>
8800         Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
8801         Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
8803         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
8804         Test pointers passed to copyrect for NULL.
8806         * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8807         Restore erroneously deleted lines.
8809         * dlls/comctl32/comctl32undoc.c:
8810         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8811         DPA_DeletePtr was resizing the array to a too small size.
8813         * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8814         Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
8815         client area is less than the icon spacing.
8817         * documentation/linux-fat-permissions:
8818         Steven Elliott <elliotsl@mindspring.com>
8819         Added a document that describes configuring FAT filesystem permissions
8820         for Wine.
8822         * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
8823         NT allocates one page as TEB. Some native NT-dlls are using this.
8825         * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8826         Don't skip usable X fonts. Add support for koi8 fonts.
8828         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
8829         Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
8830         crash if the handle is INVALID_HANDLE_VALUE.
8832         * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
8833         Changed the "this_is_a_syntax_error" error message to a more specific
8834         error message.
8836 Mon Dec 20 04:14:48 1999  Alexandre Julliard  <julliard@winehq.com>
8838         * 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:
8839         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8840         Move Bezier code out of x11drv into commmon GDI code; if any driver
8841         does not implement PolyBezier[To] the curve is approximated to lines
8842         and drawn with Polyline.
8843         Implement many GDI-Path recording functions (at least the win9x subset).
8844         Implement FlattenPath and FillPath.
8846         * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
8847         Fixed ordinal numbering and added new spec stub.
8849         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
8850         Readded Xpm autoconf checks.
8852         * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
8853         EnumSystemLocalesA should look for registry values, not subkeys.
8855         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
8856         Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
8858         * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
8859         Corrected background color and fixed leaking GDI brush.
8861         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
8862         NT loader: don't stop loading a hive when an error occurs.
8864         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8865         PlayMetaFile and EnumMetaFile should work if the hdc is a
8866         (enh)metafile DC.
8868         * README: Juergen Lock <nox@jelal.kn-bremen.de>
8869         Updated the FreeBSD notes, the LDT patch finally made it into -current.
8871         * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
8872         If lpTitle==NULL and cbBuf==0 then we must return the required buffer
8873         size.
8875         * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
8876         Shaun Morris <shaun@blueneptune.com>
8877         Implemented _TrackMouseEvent for the TME_LEAVE flag.
8879         * graphics/ddraw.c, graphics/ddraw_private.h:
8880         Lionel Ulmer <lionel.ulmer@free.fr>
8881         Adds resolution / depth switching with DGA 2.0.
8883 ----------------------------------------------------------------
8884 Sun Dec 12 21:28:44 1999  Alexandre Julliard  <julliard@winehq.com>
8886         * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
8887         Fixed handling of DGA2.0 keyboard events.
8889         * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
8890         Eric Pouech <Eric.Pouech@wanadoo.fr>
8891         Added the ability to open several streams on the same driver.
8892         Added a few acmMetrics options.
8894         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8895         SysStringLen can get a NULL pointer (and shall return 0).
8897         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8898         Now using notification for detecting when a WAVEHDR has been played
8900         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8901         Enhanced synchronization between playback thread and stop/close commands
8902         Now using notification for detecting when a WAVEHDR has been played
8904         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8905         ComboBox should not send bogus messages to edit buddy and to itself.
8907         * files/dos_fs.c: Peter Ganten <peter@ganten.org>
8908         Fixed GetShortPathNameA.
8910         * Makefile.in, configure, configure.in:
8911         Moses DeJong <dejong@cs.umn.edu>
8912         Fixed missing libwine.so symlink during install. Set the runtime
8913         linker path.
8915         * windows/dialog.c: Murali Pattathe
8916         GetNextDlgGroupItem: needs to check the control parent is the main dialog.
8917         GetNextTabItem: make sure this control is visible and not disabled.
8919         * loader/module.c:
8920         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8921         Fixed cmd line length calculation.
8923         * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
8924         Lionel Ulmer <lionel.ulmer@free.fr>
8925         - added support of DGA-2.0 events
8926         - fixed the leaving of DGA-2.0 mode
8928         * controls/menu.c, include/menu.h, windows/winproc.c:
8929         Rein Klazes <rklazes@casema.net>
8930         In win32 a WM_MENUSELECT message should contain the position when the
8931         item refers to a submenu, not the submenu's handle as in win16.
8933         * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8934         Fixed arg types of FIXMEs.
8936         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
8937         Check for passed invalid window handle in DefMDIChildProc*.
8939         * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8940         Fix no. of arguments in a WARN statement.
8942         * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8943         Allows DrawText(16|A|W) to get a NULL string as parameter.
8945         * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
8946         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8947         Fixed compiler warnings.
8949         * controls/listbox.c, misc/registry.c, misc/version.c:
8950         Marcus Meissner <marcus@jet.franken.de>
8951         Removed 2 useless include winversion.h
8952         Do not make autodetected version fix on first calls if it is Win31.
8954         * dlls/shell32/shell32.spec:
8955         Juergen Schmied <juergen.schmied@debitel.net>
8956         Added StrNCpyA, StrNCpyW.
8958         * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
8959         Message translation WM_CREATE fixed.
8961 Sat Dec 11 23:56:47 1999  Alexandre Julliard  <julliard@winehq.com>
8963         * 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:
8964         Xiang Li
8965         Implementation of a proxy ODBC32 dll.
8967         * 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:
8968         Kai Morich <kai.morich@bigfoot.de>
8969         Marcus Meissner <marcus@jet.franken.de>
8970         Added systray support.
8971         Swallow the windows systray icons into kpanel systray if KDE/KWM is
8972         running.
8974         * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
8975         Juergen Schmied <juergen.schmied@debitel.net>
8976         Added loader for NT registry files.
8978         * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
8979         Juergen Schmied <juergen.schmied@debitel.net>
8980         Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
8981         Small fixes.
8983         * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
8984         Peter Hunnisett <hunnise@nortelnetworks.com>
8985         - Implemented GetEnhMetaFilePaletteEntries
8986         - Added fixme stubs for SetMetaRgn and GetMetaRgn
8987         - Added support for playing several enhanced metafile records
8988         - Added beginnings of implementation for playing the rest of the
8989           enhanced metafile records
8991         * 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:
8992         Patrik Stridvall <ps@leissner.se>
8993         Improved the TTY driver.
8995         * files/file.c: Peter Ganten <peter@ganten.org>
8996         Return an error if lpOverlapped is provided to ReadFile / WriteFile.
8998         * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
8999         Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
9001         * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
9002         Bradley Baetz <bbaetz@student.usyd.edu.au>
9003         The wavemap driver wasn't passing the callback type to the
9004         DriverCallback routine correctly.
9006         * files/tape.c: Added missing WINAPIs.
9008         * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
9009         If we have registry entries, use them. Never mind which version we
9010         autodetected.
9012         * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
9013         Patrik Stridvall <ps@leissner.se>
9014         Fixed some issues found by winapi_check.
9016         * 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:
9017         Patrik Stridvall <ps@leissner.se>
9018         Minor fixes and additions.
9020         * loader/ne/resource.c:
9021         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9022         Bugfix: Added missing 'return' statement.
9024         * dlls/commdlg/filedlg95.c:
9025         Juergen Schmied <juergen.schmied@debitel.net>
9026         Small fixes.
9028 Fri Dec 10 03:47:14 1999  Alexandre Julliard  <julliard@winehq.com>
9030         * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
9031         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9032         Perform 16/32A/32W message mapping for posted messages.
9034         * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
9035         Chris Morgan <cmorgan@wpi.edu>
9036         James Abbatiello <abbeyj@wpi.edu>
9037         Added stubs for the WinNT tape backup functions.
9039         * debugger/msc.c, debugger/source.c:
9040         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9041         Parse CodeView type/symbol info with 32-bit type indices.
9042         Added (partial) support for VC 5/6 .PDB files.
9043         Fixed treatment of source file names containing path.
9045         * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
9046         Fixed off-by-one error.
9048         * scheduler/process.c:
9049         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9050         Bugfix: Show main window if CreateProcess was called without the
9051         STARTF_USESHOWWINDOW flag.
9053         * loader/pe_image.c:
9054         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9055         Implemented PE_UnloadLibrary().
9057         * include/dinput.h, windows/dinput.c:
9058         Lionel Ulmer <lionel.ulmer@free.fr>
9059         - do not loose initial auto-repeat status when acquiring the keyboard more
9060           than one time
9061         - support of DirectX 7's DIMOUSESTATE2 structure
9063         * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
9064         Marcus Meissner <Marcus.Meissner@lst.de>
9065         Added NtPowerInformation stub.
9067         * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
9068         Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
9070 Wed Dec  8 03:56:34 1999  Alexandre Julliard  <julliard@winehq.com>
9072         * 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:
9073         Dimitrie O. Paun <dimi@cs.toronto.edu>
9074         Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
9075         Use the default version of FIXME, ERR, WARN, TRACE for the default
9076         channel.
9078         * include/module.h, loader/module.c, scheduler/process.c:
9079         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9080         Delay sending debug events until process initialization is complete.
9082         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
9083         Updated, added chapter on configuration and architecture.
9085         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
9086         - Fix MMIO_{Open,Rename} to check the filename (of the form
9087           file.ext+ABC) for the correct mmio procedure to use.
9088         - mmioStringToFOURCC now converts to uppercase if asked to, and handles
9089           strings of length < 4.
9091         * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9092         Fix problem with EN_UPDATE notification sent by edit control.
9094 Mon Dec  6 01:20:01 1999  Alexandre Julliard  <julliard@winehq.com>
9096         * 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:
9097         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9098         Added .rc file support for Win16 NE modules.
9099         Moved display.c and mouse.c to separate dll directories.
9101         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9102         Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
9104 Sun Dec  5 23:54:04 1999  Alexandre Julliard  <julliard@winehq.com>
9106         * 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:
9107         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9108         Fixes several bugs in gdi path handling.
9109         Adds *Path functions to dc funcs table + add EnhMetaFile recording.
9110         Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
9111         funcs table to enable proper enhmetafile recording.
9112         The current position update in *To functions is now handled by the
9113         main function and not in the drivers.
9114         Move USER functions from graphics/painting.c -> windows/painting.c
9116         * 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:
9117         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9118         - the OLE version returned was too low
9119         - renamed OABuildVersion16 to OaBuildVersion16
9120         - spelling fixes
9122         * files/drive.c: Peter Ganten <peter@ganten.org>
9123         Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
9124         if the buffer size is not large enough.
9126         * controls/button.c, windows/dialog.c:
9127         Dmitry Timoshkov <dmitry@sloboda.ru>
9128         Remove hack for keyboard messages in dialogs.
9130         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
9131         Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
9132         Implementation for VWin32 Int31/DPMI dispatch call.
9133         Fixed "dangling else" compiler warning.
9135         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
9136         Whenever we do an strncpy we should make sure we put a '\0' at the end
9137         of the buffer.
9139         * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
9140         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9141         Added Thread32First/Next stubs.
9143         * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9144         Moved wineserver's buffer & buffer_size at the end of TEB so that IE
9145         doesn't overwrite them.
9147         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9148         Fixed mciInfo.
9150         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9151         Added support for WAVE_FORMAT_QUERY flag in wodOpen.
9153         * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9154         Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
9156         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9157         Fixed MCI_OPEN command for types like "CDAUDIO!H:".
9159         * graphics/ddraw_private.h, graphics/ddraw.c:
9160         Marcus Meissner <marcus@jet.franken.de>
9161         Merged _all_ lpClipper into common_surface.
9162         Add NULL ptr check to SetClipper.
9163         Some more debug output.
9165         * include/config.h.in, misc/port.c, configure, configure.in:
9166         Marcus Meissner <marcus@jet.franken.de>
9167         Use the real glibc openpty if present.
9169         * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9170         Added typedef to insure compilation on all gcc&egcs versions.
9172         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
9173         Fixed _copy_registry().
9175         * 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:
9176         Juergen Schmied <juergen.schmied@debitel.net>
9177         Added some constants for Spanish.
9179         * include/module.h, loader/ne/module.c, loader/ne/segment.c:
9180         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9181         Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
9182         just for the first one.
9183         Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
9185         * if1632/user.spec, windows/user.c:
9186         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9187         Added USER.DllEntryPoint().
9189         * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
9190         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9191         Call 16-bit instead of 32-bit UserSignalProc entry point.
9192         Don't load USER32.DLL unless requested by the program.
9193         Bugfix: Pass the correct thread ID to UserSignalProc.
9195         * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9196         Fixed crash when map fails.
9198         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9199         Show use of undocumented messages.
9201         * 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:
9202         Lionel Ulmer <lionel.ulmer@free.fr>
9203         - removed keyboard auto-repeat when DInput acquires it
9204         - removed some (now) obsolete fixme's
9206         * graphics/ddraw_private.h, graphics/ddraw.c:
9207         Marcus Meissner <marcus@jet.franken.de>
9208         Moved lpClipper into common_directdrawsurface struct
9209         Release old clipper on new set
9211         * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
9212         Eric Pouech <Eric.Pouech@wanadoo.fr>
9213         Fake MIDI_IO_STATUS support in midi in open
9214         Fixed bug in midi in while reading data
9216         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9217         Fixed infinite loop for 0-length wavehdrs.
9219         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9220         Fixed buggy playback for non PCM files
9221         Added support for from & to indexes for playback
9222         Now using double wavehdr for better output
9223         Cleaned-up internal structs and removed last 16 bit API adherence
9225         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9226         Tried to reduce echo in playSound API (using two wavehdr instead of
9227         one).
9229         * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9230         Added callback mechanisms for MIDI IN.
9232         * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
9233         Eric Pouech <Eric.Pouech@wanadoo.fr>
9234         Fixed improper acm streams closing.
9236         * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9237         Debug traces cosmetic fixes.
9239         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
9240         Fixed some errors (thanks to F Gouget for reporting them).
9241         Added some bits on thunking and resources for DLLs.
9243 Sat Dec  4 04:22:04 1999  Alexandre Julliard  <julliard@winehq.com>
9245         * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
9246         Lionel Ulmer <lionel.ulmer@free.fr>
9247         First support of DGA 2.0 for DirectDraw.
9249         * include/winuser.h, relay32/user32.spec, win32/newfns.c:
9250         Erez Volk <erez@gmx.net>
9251         Stubs for Get/SetProcessDefaultLayout.
9253         * files/profile.c, relay32/kernel32.spec:
9254         Marcus Meissner <marcus@jet.franken.de>
9255         Stub for CloseProfileUserMapping.
9257         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
9258         Use DInput's internal mouse event handler to handle the GetDeviceState
9259         function.
9261         * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
9262         waveHdr.lpData was eventually HeapFree()ed uninitialized.
9264         * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
9265         Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
9266         is unknown.
9268         * 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:
9269         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9270         Fixed 32-bit module name handling to conform better to Win9x.
9271         Removed OFSTRUCT passing during process creation sequence.
9272         Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
9274         * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
9275         Michael McCormack <mccormac@aals27.alcatel.com.au>
9276         Added code to some service functions (some untested), fixed
9277         declaration of service main function.
9279         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
9280         Pierre Mageau
9281         Murali Pattathe
9282         Francois Boisvert
9283         Francis Baudet
9284         Henning Hoffmann
9285         Many fixes.
9287         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
9288         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9289         Added stubs for several MRU list functions and documented some others.
9291         * server/file.c: Marcus Meissner <marcus@jet.franken.de>
9292         Flush handle in any access mode.
9294         * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9295         Fixes off by one error in item insertion.
9297         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
9298         Allow 1% deviation from specified sampling rate for some soundcards.
9300         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
9301         Suppressed the inclusion of OpenGL headers.
9303         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
9304         - Added stub for conversion from meta to enhance meta files.
9305         - Implemented GetEnhMetaFileBits for enhanced meta files.
9307         * graphics/ddraw.c, graphics/ddraw_private.h:
9308         Peter Hunnisett <hunnise@nortelnetworks.com>
9309         Improved stubs for the ddraw clipper routines.
9311 Mon Nov 29 02:48:43 1999  Alexandre Julliard  <julliard@winehq.com>
9313         * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
9315         * server/event.c, server/file.c:
9316         Fixed get_event_obj/get_file_obj to use the process parameter (thanks
9317         to Eric Pouech).
9319         * server/process.h, scheduler/process.c, server/process.c:
9320         Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
9322         * 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:
9323         Implemented waitable timers.
9325 Sun Nov 28 21:03:46 1999  Alexandre Julliard  <julliard@winehq.com>
9327         * tools/bin2res.c: Bug fixes.
9329         * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
9330         Serge Ivanov
9331         Pierre Mageau
9332         Thy Nguyen
9333         Don Kelly
9334         Noomen Hamza
9335         Lots of bug fixes and new features in property sheets.
9337         * 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:
9338         Niels Kristian Bech Jensen <nkbj@image.dk>
9339         Compiler warnings fixed.
9341         * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
9342         Give the app back the exact font name it asked for.
9344         * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
9345         Prevent a crash if messages are sent to a toolbar window before
9346         WM_NCCREATE or after WM_DESTROY.
9348         * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
9349         Updated Spanish MM error string translation.
9351         * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
9352         Alex Priem <alexp@sci.kun.nl>
9353         - (final?) update of TreeView_* macro's.
9354         - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
9355         - fixed some typo's
9356         - custom draw enhancements
9357         - implementation of state images
9358         - implementation of TVS_CHECKBOXES
9360         * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9361         Fixed some visual toolbar bugs.
9363         * README: Juergen Lock <nox@jelal.kn-bremen.de>
9364         Added notes about Wine-related FreeBSD kernel patches.
9366         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9367         Use RegQueryInfoKey to count number of printers.
9369         * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
9370         Don't try to call towupper() when there's no wctype.h.
9372         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9373         When combobox selection changes, update its edit box accordingly.
9375         * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9376         Notify parent of listbox if requested.
9378 Thu Nov 25 23:42:54 1999  Alexandre Julliard  <julliard@winehq.com>
9380         * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
9382         * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
9383         Set/use fs/gs from the sigcontext struct, the corresponding kernel
9384         change now finally has been MFC'd to -stable.
9386         * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
9387         Mention free Truetype font servers (Xfstt and xfsft).
9389         * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
9390         Note what to do with the winedefault.reg in the file.
9392         * win32/device.c: Peter Ganten <peter@ganten.org>
9393         Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
9394         _PageChangePermissions() and _PageFree() using the
9395         Virtual*()-Functions (with the great help of Ulrich Weigand).
9397         * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
9398         Removed fixme.
9400         * misc/registry.c: Several bug fixes in save_key().
9402         * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9403         Fixed some bogus error detection for RegEnumValue[AW] and
9404         RegQueryValueEx[AW].
9406         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
9407         Peter Hunnisett <hunnise@nortelnetworks.com>
9408         - Added global data mutual exclusion
9409         - Removed hack for creating processes suspended now that it's implemented
9410         - Fixed ordinal numbering and added spec stubs
9411         - Fixed EnumConnections callback to fill in all parameters with valid data
9412         - Made direct play allocation/deallocation follow the same pattern as
9413           direct play lobby
9415         * dlls/win87em/emulate.c:
9416         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9417         Several improvements.
9419         * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9420         Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
9422         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
9423         Made win16 serial comms less of a CPU hog.
9425         * 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:
9426         Store all object names as Unicode in the server.
9428 Wed Nov 24 19:34:32 1999  Alexandre Julliard  <julliard@winehq.com>
9430         * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
9431         Added wine.conf option for new format registry files.
9432         Added optional periodic saving of the registry.
9434         * misc/registry.c, server/registry.c:
9435         Added support to the server for loading new format (version 2) files.
9437         * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
9439         * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
9440         Added current context to the exception debug event sent to the server.
9442         * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
9443         Fixed handling of debug events on thread/process exit.
9445         * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
9446         Raise an exception when a critical section wait failed.
9448 Tue Nov 23 23:43:29 1999  Alexandre Julliard  <julliard@winehq.com>
9450         * 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:
9451         Patrik Stridvall <ps@leissner.se>
9452         Improved the stubs.
9454         * dlls/comctl32/imagelist.c, include/imagelist.h:
9455         Eric Kohl <ekohl@abo.rhein-zeitung.de>
9456         - first 'dummy' implementation of ImageList_Read
9458         * include/rebar.h, dlls/comctl32/rebar.c:
9459         Eric Kohl <ekohl@abo.rhein-zeitung.de>
9460         - added version messages
9462         * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9463         - implemented LBItemFromPt
9465         * include/commctrl.h, dlls/comctl32/listview.c:
9466         Eric Kohl <ekohl@abo.rhein-zeitung.de>
9467         - implemented simple column order array functionality
9468         - implemented some virtual listview notifications
9470         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
9471         Eric Kohl <ekohl@abo.rhein-zeitung.de>
9472         - minor update to mru list functions
9473         - stubs for COMCTL32_411 to COMCTL32_413
9475         * dlls/comctl32/toolbar.c, include/toolbar.h:
9476         Eric Kohl <ekohl@abo.rhein-zeitung.de>
9477         - added version messages and some simple get/set messages.
9478         - added unicode messages
9480         * 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:
9481         Juergen Schmied <juergen.schmied@debitel.net>
9482         - made IShellFolder a aggregable object
9483         - SHCoCreateInstance can create CSIDL_FSFolder now
9484         - browsing into folders on the desktop implemented
9485         - corrected returnvalue of Ico_ExtractIconEx
9486         - fixed SHGetDataFromIDList to return data of simple pidls
9488         * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
9489         Moses DeJong <dejong@cs.umn.edu>
9490         Added implementation for WSARecvEx function. This is a Microsoft
9491         specific extension to the winsock API.
9493         * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
9494         Juergen Schmied <juergen.schmied@debitel.net>
9495         Corrected wrong parameter counts for WNetCachePassword and
9496         WNetEnumCachedPasswords.
9498         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
9499         Ian Schmidt <ischmidt@cfl.rr.com>
9500         Added stub for DllInstall().
9502         * 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:
9503         Changed to use new server-side registry support.
9505         * 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:
9506         Added registry support to the server.
9508         * tools/make_requests:
9509         Differentiate tracing functions between request and reply.
9510         Added possibility to have dumping functions for specific types.
9512 Sun Nov 21 21:02:06 1999  Alexandre Julliard  <julliard@winehq.com>
9514         * include/server.h, scheduler/client.c:
9515         Added server_call_noerr function that avoids touching the last error.
9517         * include/winerror.h: Added a few registry error codes.
9519         * graphics/x11drv/xfont.c, objects/font.c:
9520         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9521         Removed some unaligned accesses.
9523         * dlls/commdlg/filedlg95.c:
9524         Juergen Schmied <juergen.schmied@debitel.net>
9525         - the fodInfos were used before initialized
9526         - lpTemplateName can be a resource id
9527         - if lpTemplateName is a string don't free the original one
9529         * 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:
9530         Niels Kristian Bech Jensen <nkbj@image.dk>
9531         Removed extra #include statements.
9533         * files/file.c:
9534         Fixed MoveFileExA behavior when target file does not exist.
9536         * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
9537         Gustavo Junior Alves <twinfo@bestway.com.br>
9538         Added Portuguese language support.
9540         * dlls/comctl32/monthcal.c, include/monthcal.h:
9541         Chris Morgan <cmorgan@wpi.edu>
9542         James Abbatiello <abbeyj@wpi.edu>
9543         Implemented current day circling.  Fixed many bugs in the month
9544         calender control including control spacing and alignment.  Fixed
9545         defines monthcal.h.  Optimized control drawing and removed many
9546         extranious redraws.  Improved control behavior.  Fixed inconsistent
9547         formatting in both .c and .h files.
9549         * files/profile.c:
9550         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9551         Flush current profile before using a newly opened one.
9553         * memory/selector.c:
9554         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9555         Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
9557         * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
9558         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9559         Stub for GetFontData16.
9561         * windows/display.c, if1632/display.spec:
9562         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9563         Added some ordinals and GetDriverResourceID().
9565         * server/process.c, server/ptrace.c: Portability fixes.
9567         * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
9569         * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
9570         Fixed compile error.
9572         * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
9573         Implemented StartServiceCtrlDispatcherA according to DispatcherW.
9575         * Makefile.in: Make sure we clean dlls/ too.
9577         * dlls/advapi32/service.c:
9578         Michael McCormack <mccormac@aals27.alcatel.com.au>
9579         Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
9580         of QueryServiceStatus.
9582         * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
9583         Added missing ';'.
9585         * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
9586         Error reporting fix.
9588         * tools/bug_report.pl:
9589         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9590         Changed default relay line number from 100 to 200.
9592         * dlls/comctl32/toolbar.c, include/commctrl.h:
9593         Eric Pouech <Eric.Pouech@wanadoo.fr>
9594         Added undocumented feature to InsertButtonA.
9595         Added dropdown button support.
9597         * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9598         Fixed play back of uncompressed AVI file.
9599         Fixed exiting conditions.
9601         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9602         Fixed a crash in IDirectDrawSurface:BltFast.
9604         * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
9605         Eric Pouech <Eric.Pouech@wanadoo.fr>
9606         Fixed forwarding and handling messages directed to the mappers.
9608         * loader/ne/module.c, loader/ne/segment.c, include/module.h:
9609         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9610         Simplified hInstance creation/handling.
9611         Fixes problems with self-loaders creating DGROUP themselves.
9613         * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
9614         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9615         Add stubs for Get/SetLayout().
9617         * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
9618         Jim Aston <jima@corel.ca>
9619         Added stub for StgSetTimes.
9621         * dlls/shell32/shlmenu.c:
9622         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9623         SHFind_InitMenuPopup is supposed to return a pointer.
9625         * dlls/icmp/icmp_main.c:
9626         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9627         u_int[16|32]_t might not be defined.
9629         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
9630         - fixed crash when adding items with TVI_SORT and wineItem->pszText is
9631           set to LPSTR_TEXTCALLBACK.
9632         - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
9634 ----------------------------------------------------------------
9635 Mon Nov 15 00:46:30 1999  Alexandre Julliard  <julliard@winehq.com>
9637         * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
9639         * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9640         Fixed hash function.
9642 Sun Nov 14 23:59:01 1999  Alexandre Julliard  <julliard@winehq.com>
9644         * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9645         The adwInfo[0] field was no longer used on mmioOpen (may contain file
9646         handle).
9648         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
9649         Eric Pouech <Eric.Pouech@wanadoo.fr>
9650         Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
9651         FreePropVariantArray.
9653         * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9654         Removed suicide code when playback thread's father dies.
9656         * 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:
9657         Juergen Schmied <juergen.schmied@metronet.de>
9658         - the colums in the shellview are now created depending on the
9659           attributes of the folder object shown
9660         - get all attributes from the shellfolder instead directly from the idlist
9661         - header fields localized (only engl. and german till now)
9662         - small fixes
9664         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
9665         Juergen Schmied <juergen.schmied@metronet.de>
9666         - corrected control positions
9667         - use the icons from comctl32 for the buttons
9669         * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
9670         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9671         Bugfix: relay/snoop debugging was broken by last patch ...
9673         * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
9674         Moved ptrace support to ptrace.c. Tried to improve portability.
9676         * server/debugger.c: Bug fixes.
9678         * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9679         Fixed some unresolved externals on non-Intel archs.
9681         * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
9682         Added missing WINAPI attribute to two forward declarations.
9684         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
9685         Removed leftover #undefs.
9687         * dlls/winmm/mcicda/mcicda.c:
9688         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9689         Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
9691         * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
9692         Work around glibc bug, that does not handle latin-1 umlauts.
9694 Sat Nov 13 23:54:05 1999  Alexandre Julliard  <julliard@winehq.com>
9696         * 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:
9697         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9698         Adapted to new register function handling.
9700         * tools/build.c, include/stackframe.h, include/winnt.h:
9701         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9702         Modified Win32 register function handling.
9704         * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
9705         Francois Gouget <fgouget@psn.net>
9706         Use BSD headers for ICMP portability.
9708         * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
9709         Juergen Schmied <juergen.schmied@debitel.net>
9710         - inserted markers for the bin2res tool
9711         - reformated hexdump in shres.rc
9713         * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
9714         Juergen Schmied <juergen.schmied@debitel.net>
9715         New tool to convert the binary resources in *.rc files (hexdumps) from
9716         and to a binary.
9718         * 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:
9719         Patrik Stridvall <ps@leissner.se>
9720         Added better missing function emulation.
9722         * 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:
9723         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9724         Made debugger compile and marginally work on non-Intel archs.
9726         * dlls/ntdll/exception.c, include/winnt.h:
9727         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9728         Moved GET_IP macro to winnt.h
9730         * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
9731         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9732         Move PostScript driver docs to documentation/ .  Add instructions on
9733         how to use regapi to get information into the registry.  Supply sample
9734         input to regapi.
9736         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
9737         Klaas van Gend <klaas@vangend.demon.nl>
9738         Implemented the PrintSetup dialog box for the PrintDlgA.
9740         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
9741         Added validations for page index before using it.
9743         * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
9744         - fixed the index of the item chosen in the filter combo box
9745         - added support for the OFN_OVERWRITEPROMPT flag
9746         - fixed positioning of controls in the user-defined templates
9748         * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
9749         Added support for WriteProcessMemory through the server.
9751         * server/mapping.c, server/object.h: Added get_page_size function.
9753 Fri Nov 12 21:39:15 1999  Alexandre Julliard  <julliard@winehq.com>
9755         * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
9756         Added support for ReadProcessMemory through the server.
9758         * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
9759         Added support for CREATE_SUSPENDED flag in CreateProcess.
9761         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
9762         Implemented VWin32 VxDCall mechanism and 2 calls.
9764         * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
9765         Fixed joystick scaling.
9767         * 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:
9768         Gustavo Junior Alves <twinfo@bestway.com.br>
9769         Use constants IDOK and IDCANCEL in .rc files.
9771         * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9772         Portability fix: renamed PTRACE_* into PT_*.
9774         * relay32/kernel32.spec, win32/device.c:
9775         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9776         Allow for buggy apps that call the wrong VxDCall routine.
9778         * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
9779         Complete stub for RasEnumEntries by saying we have 0 entries.
9781         * include/debugstr.h, misc/debugstr.c:
9782         Jeremy White <jwhite@codeweavers.com>
9783         Add debugstr_hex_dump to allow display hex dumps of data in any
9784         debugging message.
9786         * server/thread.c:
9787         Added use_ptrace flag to disable ptrace usage. Should eventually be
9788         made into an option.
9790         * 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:
9791         Juergen Schmied <juergen.schmied@debitel.net>
9792         Made the buttons in the filedlg change when selecting a different
9793         view type by the context menu, cleanup.
9795         * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
9796         Julio Cesar Gazquez <jgazquez@dld.net>
9797         Added Spanish (pure Castillan) MM error string translation.
9799         * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
9800         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9801         Added signal handling for SPARC / Solaris.
9803         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9804         Comment out explicit call to SHELL_SaveRegistry since winelib programs
9805         now exit properly.  Change several NULLs to '\0's.  Fix some spelling.
9807         * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
9808         Fixed XShm completion event leak.
9810         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9811         Fixed recursion count while calling midiStream(Pause|Restart).
9813         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9814         Fix save_check_tainted to properly scan the tree so that all tainted
9815         branches get saved.
9817         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
9818         Bernd Paysan <bernd.paysan@gmx.de>
9819         Added a stub for setjmp.
9821 Wed Nov 10 20:25:19 1999  Alexandre Julliard  <julliard@winehq.com>
9823         * server/thread.c:
9824         Don't crash when we get a SIGCHLD for a removed thread.
9826         * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
9827         Solaris compile fixes.
9829         * dlls/ntdll/exception.c, include/winnt.h:
9830         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9831         (Preliminary) CONTEXT structure for SPARC added.
9833         * include/process.h, loader/module.c, scheduler/debugger.c:
9834         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9835         Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
9837         * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9838         When decommitting, remap zero pages using MAP_FIXED.
9840         * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
9841         CoGetClassObject should complain about not being able to do
9842         out-of-process servers *only* if the application doesn't include the
9843         in-process options.
9845         * misc/version.c, controls/edit.c, include/winversion.h:
9846         Rein Klazes <rklazes@casema.net>
9847         Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
9848         disabled edit control if the application expects a windows version
9849         before WIN95 and NT40.
9851         * include/winbase.h, relay32/kernel32.spec, files/file.c:
9852         Moshe Vainer <moshev@easybase.com>
9853         Stub for GetOverlappedResult.
9855         * 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:
9856         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9857         Determine expected_version of PE buddies from the SubsystemVersion.
9859         * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
9860         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9861         Bugfix: Exception handlers are *not* WINAPI.
9863 Mon Nov  8 05:31:47 1999  Alexandre Julliard  <julliard@winehq.com>
9865         * server/process.c, server/select.c, server/thread.c, server/thread.h:
9866         Preliminary ptrace support.
9868         * memory/virtual.c:
9869         Remap zero-pages when decomitting a page range (based on a patch by
9870         Gerard Patel).
9872         * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
9873         Install the wine server in $(bindir) and exec it from there.
9875 Sun Nov  7 23:59:08 1999  Alexandre Julliard  <julliard@winehq.com>
9877         * server/debugger.c:
9878         Do not free the handles once they have been sent to the client (thanks
9879         to Jeremy White).
9881         * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9882         Fixed crash when asked to use strings identified by resource id
9883         instead of pointer.
9885         * windows/dce.c: Jim Aston <jima@corel.ca>
9886         When window class has CS_CLASSDC style we should not remove the DC
9887         when destroying the window.
9889         * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
9890         Patrik Stridvall <ps@leissner.se>
9891         Minor fixes.
9893         * 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:
9894         Patrik Stridvall <ps@leissner.se>
9895         Minor fixes and reorganizations.
9897         * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
9898         Patrik Stridvall <ps@leissner.se>
9899         Removed obsolete files no longer in use.
9901         * 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:
9902         Ove Kaaven <ovek@arcticnet.no>
9903         DirectX-XShm now waits for the X server to finish the previous frame
9904         before sending another frame down its pipe, avoiding the X server
9905         overload and resulting slowness that used to be.
9907         * 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:
9908         Juergen Schmied <juergen.schmied@debitel.net>
9909         - unified templates for the open and the save dlg
9910         - replaced buttons with a toolbar
9912         * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
9913         Juergen Schmied <juergen.schmied@debitel.net>
9914         - new interface declaration for IShellfolder2
9915         - added this interface to all shell folders
9916         - small fixes to shellview (crash with native comdlg32)
9918         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
9919         Fixed the relocation hack in PE_InitTls. Added some more for the other
9920         pointerfields in the TLS entry. (With testing help from Jussi
9921         Jumppanen <jussij@zeusedit.com>).
9923         * relay32/user32.spec, windows/user.c, include/winuser.h:
9924         Marcus Meissner <marcus@jet.franken.de>
9925         Added ChangeDisplaySettingsExA stub and some flag defines.
9927         * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
9928         Added the hex triplets to the console color definitions.
9930         * 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:
9931         Lionel Ulmer <lionel.ulmer@free.fr>
9932         Added the possibility to have mouse movements reported relative to
9933         Wine's mouse driver.
9935         * 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:
9936         Francois Gouget <fgouget@psn.net>
9937         Added ICMP DLL implementation.
9939         * 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:
9940         Juergen.Schmied@debitel.net
9941         - Bugfix: Styles were evaluated as expressions. The NOT in combination
9942           with style flags was not overwriting the default styles like WS_VISIBLE.
9943           Solved by introducing own rules for parsing styles.
9945         * controls/combo.c: Jim Aston <jima@corel.ca>
9946         Fixed the height of the ComboBox drop list.
9948         * windows/dialog.c: David Grant <davidgra@corel.ca>
9949         Windows sends WM_GETDLGCODE only in response to keyboard messages
9950         (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
9952         * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
9953         - Added missing __attribute__ ((com_interface)) for IUnknown with.
9954           ICOM_USE_COM_INTERFACE_ATTRIBUTE
9955         - Small addition to comments surrounding
9956           ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
9958         * ole/ole2nls.c, if1632/ole2nls.spec:
9959         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9960         Implementation of RegisterNLSInfoChanged.
9962         * scheduler/critsection.c, windows/queue.c, memory/heap.c:
9963         James Abbatiello <abbeyj@wpi.edu>
9964         Addresses issues with multiple processes accessing non-global critical
9965         sections.
9967         * server/sock.c: Jeremy White <jwhite@codeweavers.com>
9968         Fixed bug in WINSOCK_accept when no event is present.
9970         * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
9971         Rein Klazes <rklazes@casema.net>
9972         Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
9974         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
9975         Ulrich Czekalla <ulrichc@corel.ca>
9976         Implementation of custom dialog messages and notifications.
9978         * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
9979         - Proper initialization of cchTextMax field was added for
9980           TVN_GETDISPINFO notification message.
9981         - TVM_SETITEM should update 'mask' field to synchronize it with
9982           current item state.
9984         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9985         If PageSize/InputSlot entry doesn't contain an options translation
9986         string use the option name instead.
9988         * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9989         Fixed SetTitleA when string resources were to be loaded.
9991         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
9992         - Fixed an error for scrolling in Listview (sometimes a column would
9993           not be visible) due to my last checkin.
9994         - Fixed an error for the header control when the Listview is resized with WM_SIZE
9995         - Fixed the scrolling for small and large icon (this broke because of
9996           the use of SB_PAGE in scrollInfo)
9997         - Added a patch made by Noomen Hamza to update the item width when
9998           adding a new item
10000         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
10001         Handle socket creation errors.
10003         * controls/menu.c: Karl Lessard <karll@corel.com>
10004         When a popupmenu is currently active on the screen, it shouldn't
10005         remove mouse click messages that don't belong to it from the queue.
10007         * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
10008         Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
10009         sockets to it (otherwise windows stay around when wine hangs).
10011 Thu Nov  4 02:51:24 1999  Alexandre Julliard  <julliard@winehq.com>
10013         * loader/main.c: Fixed -debugmsg +server.
10015         * scheduler/handle.c:
10016         Added special handling for the stdio handles in CloseHandle.
10018         * server/handle.c:
10019         Made all handles multiple of 4. Fixed semantics for pseudo-handles.
10021         * server/debugger.c:
10022         Free the handles of the event structure in the right process (thanks
10023         to Jeremy White).
10025         * 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:
10026         Peter Hunnisett <hunnise@nortelnetworks.com>
10027         - Added dplayx LibMain for initialization of all dplayx 'global' data
10028         - Added start for global data manipulation
10029         - TODO list updated
10030         - Added some missing header file definitions
10031         - Added the ansi versions of dplay and dplobby
10032         - Fixed invalid macro for IDirectPlay4
10033         - Cleaned up compiler warnings
10034         - More implementation, bug fixes and critical region protection
10036         * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
10037         Never send a WM_CLOSE message  to a popup window.
10039         * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
10040         Check if the window is managed before trying to give it focus.
10042         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
10043         Enhanced linux joystick api detection slightly.
10045         * windows/x11drv/keyboard.c:
10046         Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
10047         Added Polish keyboard support.
10049         * graphics/win16drv/prtdrv.c:
10050         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10051         Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
10053         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10054         Add `Cassette' to PPD -> windows printer-bin mapping.
10056         * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
10057         Modified lstrcpynWtoA to put terminating null at end of string, not
10058         end of buffer.
10060         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
10061         Removed duplicate macro definitions for the IStorage and IStream COM
10062         interfaces.
10064         * windows/defwnd.c: Karl Lessard <karll@corel.com>
10065         Fixed COLOR_MAX definition for new Win32 values.
10067         * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
10068         Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
10070         * dlls/comctl32/listview.c, include/listview.h:
10071         Ulrich Czekalla <ulrichc@corel.ca>
10072         Set proper item focus on DeleteItem.
10073         Clean up edit label implementation.
10075         * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
10076         Fixed a long standing (and annoying) typo, that prevented
10077         GetDiskFreeSpaceA from working...
10079         * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10080         Enable safe reading of registry file, even if file is broken.
10082         * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
10083         Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
10085 ----------------------------------------------------------------
10086 Sun Oct 31 22:26:35 1999  Alexandre Julliard  <julliard@winehq.com>
10088         * scheduler/client.c: Set close-on-exec flag on server socket.
10090         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
10091         Added explanation on creating a new DLL.
10093         * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
10094         Better version autodetection.
10096         * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
10097         Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
10099         * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
10100         Fail when LPRECT contains negative values.
10102         * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
10103         On ConfigureNotify, find the first visible window above the current one.
10105         * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
10106         Corrected operand sizes for the "enter" instruction.
10108         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
10109         PSM_ADDPAGE returns TRUE or FALSE.
10111         * 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:
10112         Eric Pouech <Eric.Pouech@wanadoo.fr>
10113         Made msacm32 really load ACM drivers.
10115         * graphics/painting.c: Jim Aston <jima@corel.ca>
10116         Prevent FillRgn from using a NULL pointer.
10118         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10119         Fixed a few problems with RegEnumKey*.
10121         * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
10122         Implementation of user defined templates.
10124         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
10125         IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
10127         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
10128         Do not clear the drawing area for etched static controls.
10129         Replaced our own drawing stuff in etched static controls by DrawEdge.
10131         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
10132         In report view mode of the listview control, implemented the
10133         horizontal scrollbar functionality.
10135         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
10136         Fixed a small bug in the behavior of maximized MDI children.
10138         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10139         Rewrite of EnumPrinters.
10141         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
10142         Fill in the hwndFrom field of the NMHDR structure when sending
10143         notifications.
10145         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10146         When reading a profile entry remove trailing quote when there's an
10147         opening one.
10149         * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
10150         Return correct height and width for stock fonts in GetObject.
10152         * programs/avitools/aviplay.c: Compile fix.
10154         * programs/wcmd/.cvsignore: Added wmcdrc.h
10156         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
10157         Added support for the addition and removal of custom I/O preocedures.
10159         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
10160         Abey George<abey@macadamian.com>
10161         Implemented ProgIDFromCLSID.
10163         * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
10164         Thuy Nguyen <thuy@macadamian.com>
10165         Wizard mode property sheets have a tab control.
10167         * 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:
10168         Eric Pouech <Eric.Pouech@wanadoo.fr>
10169         Added built-in msacm.drv and midimap.drv drivers.
10171         * 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:
10172         Patrik Stridvall <ps@leissner.se>
10173         - Minor fixes and reorganizations.
10174         - Added checks for documentation inconsistencies.
10176         * 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:
10177         Patrik Stridvall <ps@leissner.se>
10178         Added missing configuration #if:s and #includes:s.
10180         * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
10181         Patrik Stridvall <ps@leissner.se>
10182         Fixed documentation.
10184         * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
10185         Solaris make doesn't like unnecessary \.
10187         * 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:
10188         Francois Gouget <fgouget@psn.net>
10189         Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
10191         * windows/win.c, windows/x11drv/wineclipsrv.c:
10192         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10193         Fixed a couple of compiler warnings.
10195         * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
10196         A crash would occur if the file type in report mode was empty.
10198         * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
10199         Changed the initialisation of the KeyState array.
10201         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10202         Better handling of newlines in FormatMessage*.
10204         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10205         Fix (some) bad behavior with buffer underrun.
10207         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10208         Fixed PlaySound proc for non PCM content.
10210         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
10211         - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
10212         - Treeview: colors returned by TVM_GET**COLOR are mixed up.
10214         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
10215         Clicking the combo box would cause a crash if it was empty.
10217         * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
10218         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10219         It appears that StartDoc sends the STARTDOC escape with the DOCINFO
10220         structure pointed to with the output data parameter.
10222         * graphics/fontengine.c, if1632/gdi.spec:
10223         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10224         Stub for EngineRealizeFontExt (used by the win98 pscript driver).
10226         * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
10227         Selected button within tab control will be painted with the right
10228         color brush.
10230         * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
10231         Do not send two PSN_KILLACTIVE messages.
10233         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
10234         ini variables do not like ; comments after them (they are not shell
10235         scripts). Fixed a typo in one of the names.
10237 Mon Oct 25 15:43:36 1999  Alexandre Julliard  <julliard@winehq.com>
10239         * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
10240         Francois Gouget <fgouget@psn.net>
10241         Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
10242         a COM interface one never has to name the lpVtbl field explicitly.
10244         * dlls/oleaut32/ole2disp.c:
10245         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10246         SysAllocStringLen16 needs to handle NULL pointers, too.
10248         * memory/local.c:
10249         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10250         Bug fix.
10252         * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
10253         Fixed small typos and slightly outdated comments.
10255         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
10256         Ian Schmidt <ischmidt@cfl.rr.com>
10257         Partial implementation of the Shell32 call Win32DeleteFile(), required
10258         by IE5's Explorer.
10260         * 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:
10261         Added dependency on winestub.o
10263 Sun Oct 24 22:13:55 1999  Alexandre Julliard  <julliard@winehq.com>
10265         * 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:
10266         Patrik Stridvall <ps@leissner.se>
10267         - Added missing configuration #if:s and #includes:s.
10268         - Minor configuration related changes.
10270         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
10271         Made LoadHomeRegistryFiles default to TRUE.
10273         * 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:
10274         Patrik Stridvall <ps@leissner.se>
10275         Made the include files self-sufficient.
10277         * tools/winapi_check/*:
10278         Patrik Stridvall <ps@leissner.se>
10279         - Fixed the long long problem.
10280         - Added configure include consistancy checking.
10281         - Added progress indicator.
10282         - Began splitting up the win16api.dat and win32api.dat files.
10283         - Added various minor checks.
10284         - Minor fixes.
10286         * 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:
10287         Patrik Stridvall <ps@leissner.se>
10288         Added spec file declarations for already implemented functions.
10290         * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
10291         Patrik Stridvall <ps@leissner.se>
10292         Added Win16 variants of existing Win32 functions.
10294         * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
10295         Solaris compile fix.
10297         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
10298         Remove prefixing by a tilde for GetTempFileName 32bits.
10300         * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
10301         Added missing include.
10303         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10304         Warn users to use -the -desktop option together with the native user DLLs.
10306         * loader/resource.c:
10307         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10308         Return the size of the needed resource when buffer is NULL for LoadString().
10310         * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
10311         Francis Beaudet <francis@macadamian.com>
10312         Enabled the persistent clipboard server.
10314         * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
10315         Improved registry isolation possibilities.
10317         * multimedia/*.c:
10318         Eric Pouech <Eric.Pouech@wanadoo.fr>
10319         Split the multimedia/ directory into dlls/ subdirectories.
10321         * 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:
10322         Gustavo Junior Alves <alves@correionet.com.br>
10323         More Portuguese language support.
10325         * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
10326         Fixed top-down DIB handling in StretchDIBits32().
10328         * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
10329         Added macro definitions for memory allocation.
10331         * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
10332         Ulrich Czekalla <ulrichc@corel.ca>
10333         Make sure that all calls use the extended structures which are a
10334         superset of the regular structures.
10336         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
10337         Added the functionality of the thumb track.
10339         * windows/focus.c: Adrian Thurston <adriant@corel.com>
10340         Do not set focus to a disabled window.
10342         * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
10343         Fixed an entry in the keyboard translation table for Ctrl-Break.
10345         * include/debugdefs.h, scheduler/debugger.c:
10346         Ulrich Czekalla <ulrichc@corel.ca>
10347         New channel 'debugstr' used to print OutputDebugString API calls.
10349         * windows/nonclient.c, windows/x11drv/event.c:
10350         Noomen Hamza <noomen@macadamian.com>
10351         Popup windows will be hidden when we minimize a main frame or shown
10352         when we maximize or restore a minimized main frame.
10354 Sat Oct 23 23:59:47 1999  Alexandre Julliard  <julliard@winehq.com>
10356         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
10357         PropertySheet didn't destroy page dialog's window while removing page.
10359         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
10360         Update the item width upon a new column in the header control.
10362         * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
10363         Reorder parameters to fix position of base reg relative to exception
10364         frame.
10366         * documentation/Makefile.in: Fixed typo.
10368         * include/*.h:
10369         Francois Gouget <fgouget@psn.net>
10370         Define the COM macros even in C++.
10372         * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
10373         Fixed loop with WM_SYSCHAR.
10375         * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
10376         Fixed tooltips positioning.
10378         * graphics/x11drv/dib.c: Re-applied lost change.
10380         * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10381         Ignore wrong hInstance.
10383         * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
10384         Robert 'Admiral' Coeyman <admiral@corner.net>
10385         Report non-hercules video. Turned on int 2a.
10387         * include/file.h, include/winbase.h, loader/module.c, files/file.c:
10388         Jim Aston <jima@corel.ca>
10389         Fixed compiling with STRICT.
10391         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
10392         Proper resource support for dialog title.
10394         * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
10395         Fixed some wrong defines.
10397         * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
10398         Copy bitmaps properly.
10400         * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
10401         Eric Pouech <Eric.Pouech@wanadoo.fr>
10402         Allow loading of modules debug information after first invocation of
10403         debugger.
10405         * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
10406         Jim Aston <jima@corel.ca>
10407         Added a few stubs.
10409         * include/listview.h, dlls/comctl32/listview.c:
10410         Ulrich Czekalla <ulrichc@corel.ca>
10411         Implementation of edit labels.
10413         * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
10414         Ove Kaaven <ovek@arcticnet.no>
10415         Fixed some anonymous union accesses.
10417         * controls/listbox.c: Abey George <abey@macadamian.com>
10418         Draw the item text from the top of the item rect.
10420         * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
10421         Pierre Mageau <pierre@macadamian.com>
10422         Fixed the ascending and descending sort order for the File Dialog.
10424         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
10425         - adds calling application defined callback function once PropertSheet
10426           Dialogbox has been initialized just after creating the tab control
10427         - handle the case when pszCaption specifies a resource instead of a string
10429         * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
10430         Juergen Schmied <juergen.schmied@metronet.de>
10431         - removed all unnecessary "winapi" from internal _IL* functions
10432         - better parameter checking for shellfolder
10433         - removed dead code from shv_bg_contextmenu
10435         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
10436         Jim Aston <jima@corel.ca>
10437         Added another anonymous union using the DUMMYUNIONNAME style.
10439         * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
10440         Properly copy text into user supplied buffer.
10442         * 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:
10443         Ove Kaaven <ovek@arcticnet.no>
10444         Winsock rewrite. Sockets are now proper win32 handles.
10445         Internal structures are now really internal.
10447         * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
10448         Tab control doesn't refresh tab area on TCM_SETCURSEL.
10450         * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
10451         Ulrich Czekalla <ulrichc@corel.ca>
10452         Implemented StrRChrA.
10454         * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
10455         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10456         Bugfix: Perform proper process shutdown on 'quit' and error.
10458         * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
10459         Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
10461         * include/winuser.h: Jim Aston <jima@corel.ca>
10462         Fixed a small typo.
10464         * windows/dialog.c: Adrian Thurston <adriant@corel.com>
10465         Protect against wrong return value from WM_INITDIALOG.
10467         * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
10468         Removed an illegal character.
10470         * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
10471         Now inits the policy cache when shell32 is first instantiated.
10472         Matches Windoze behavior.
10474         * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
10475         Ian Schmidt <ischmidt@cfl.rr.com>
10476         Real implementation of SHRestricted(), clarified SHInitRestricted()'s
10477         role a little, added policy data table.
10479         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
10480         Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
10482         * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
10483         Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
10485         * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
10486         The property sheet dialog needs flag WS_VISIBLE.
10488         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
10489         Set the default view button to List in the FileDialog.
10491         * loader/ne/module.c:
10492         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10493         Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
10495         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10496         Fixed potential crash in string variable printing.
10498         * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10499         Added WM_GETFONT support.
10501         * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
10502         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10503         Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
10505         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10506         Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
10507         mmioDescend offset and alignment issues).
10509         * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
10510         We are supposed to delete the palette object with the DeleteObject
10511         function.
10513         * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
10514         Listview items will be drawn with the right item dimensions.
10516         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
10517         Some small corrections to the ExtTextOut function.
10519         * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
10520         Make sure that the drop effect of a DnD operation is set to
10521         DROPEFFECT_NONE if the user cancelled the operation.
10523         * dlls/comctl32/animate.c, include/animate.h:
10524         Eric Pouech <Eric.Pouech@wanadoo.fr>
10525         First working version.
10527         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10528         Added the mute capability to most control lines.
10530         * windows/win.c: Rein Klazes <rklazes@casema.net>
10531         Use the module handle, if CreateWindowEx is called with
10532         hInstance==NULL.
10534         * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
10535         Added missing prototypes for StrRetToBuf(A|W).
10537 Wed Oct 13 16:17:23 1999  Alexandre Julliard  <julliard@winehq.com>
10539         * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
10540         Added Pt.s.
10542         * objects/dib.c: Backed out previous change (breaks with metafiles).
10544         * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
10545         Ove Kaaven <ovek@arcticnet.no>
10546         Added socket interface to wineserver.
10548         * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
10549         Eric Pouech <Eric.Pouech@wanadoo.fr>
10550         Correct filename for kernel module is KRNL386.EXE.
10552         * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
10553         Eric Pouech <Eric.Pouech@wanadoo.fr>
10554         Added missing (and now required) filename directive.
10556         * tools/build.c, include/builtin32.h:
10557         Eric Pouech <Eric.Pouech@wanadoo.fr>
10558         Added filename to 32 bit builtin module descriptors.
10560         * if1632/builtin.c, relay32/builtin32.c:
10561         Eric Pouech <Eric.Pouech@wanadoo.fr>
10562         Fix loading of modules: now search key is module's filename, not
10563         module's name.
10565         * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
10566         Pierre Mageau <pierre@macadamian.com>
10567         When an error occurred in a property sheet because of invalid data,
10568         clicking on another tab, would activate the new tab but keep the
10569         original property sheet.
10571         * 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:
10572         Juergen Schmied <juergen.schmied@metronet.de>
10573         - implemented sorting the listview by clicking on the column header
10574         - implemented the context menu entrys for sorting
10575         - some more functions to gather data form pidls
10577         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
10578         Juergen Schmied <juergen.schmied@metronet.de>
10579         Removed linking by GetProcAddress for StrRetToBuf sinc not all
10580         versions of shlwapi exporting this function.
10582         * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
10583         James Abbatiello <abbeyj@wpi.edu>
10584         Removes extraneous comparison of data pointed to by the relocation
10585         offset when no relocation entries exist.
10587         * if1632/wprocs.spec, loader/ne/module.c:
10588         Marcus Meissner <Marcus.Meissner@lst.de>
10589         WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
10590         BLINKER selfextracting executables).
10592         * windows/dialog.c: Abey George <abey@macadamian.com>
10593         Changed EndDialog to behave like as in Windows.
10594         Call SetWindowPos instead of ShowWindow in EndDialog.
10596         * windows/winpos.c: Abey George <abey@macadamian.com>
10597         Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
10598         Code for activating and setting focus to other windows when a window
10599         is hidden, is moved to ShowWindow from SetWindowPos.
10600         Activate the top level window if it's not active in ShowWindow(SW_SHOW).
10602         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10603         Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
10605         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10606         Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
10607         dimensions are equal).
10609         * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
10610         Gustavo Junior Alves <alves@correionet.com.br>
10611         Added Portuguese language support.
10613         * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
10614         Francois Gouget <fgouget@psn.net>
10615         Use the COM macros rather than directly accessing the lpvtbl field.
10617         * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
10618         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10619         Use LoadString16 for FormatMessage16 and handle
10620         FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
10622         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
10623         Some adjustments to ExtTextOut.
10625         * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
10626         Stephane Lussier <stephane@macadamian.com>
10627         Fixed the clipping for the postscript driver and turned it on (by setting
10628         PSDRV_SetDeviceClipping in the function table).
10630         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10631         Account for the trailing NULL in GetLogicalDriveStringsA.
10633         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
10634         Fixed a typo in a function declaration.
10636         * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
10637         Added Hungarian keyboard support.
10639         * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
10640         We have to activate MDI child windows.
10642         * dlls/commdlg/filedlg.c:
10643         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10644         Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
10645         hWnd.
10647         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
10648         Correct usage of a scratch array in X11DRV_PolyBezier.
10650         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
10651         Make WM_GETTEXTLENGTH return length for dropdownlist combos.
10653         * controls/button.c: Francois Boisvert <francois@macadamian.com>
10654         Removed FillRect in the ownerdrawn button procedure.
10656         * windows/x11drv/event.c: Abey George <abey@macadamian.com>
10657         Make sure the Focus Out window is still the Foreground window before
10658         doing SetForegroundWindow(0) in Event_FocusOut.
10660         * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
10661         James Abbatiello <abbeyj@wpi.edu>
10662         Fixes problems with color drift when switching to/from
10663         logical/physical colors.
10665         * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
10666         Mouse position is signed.
10668         * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
10669         Set the COLOR_3DLIGHT system color to the right window default value.
10671         * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10672         Small hack to check if we need to relocate the TLS directory or not
10673         (some seem to need this pointer relocateable, some already do relocate
10674         it by themselves).
10676         * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
10677         Relink subdirectory objects on Makefile.in/Make.rules.in change.
10679         * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
10680         Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
10682         * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
10683         Don't ref NULL ptrs in debug.
10685         * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
10686         If the joydevice is not present, do not create a DirectInputDevice.
10688         * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
10689         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10690         Map PrintDlg16 to PrintDlgA.
10692         * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
10693         Small fixes.
10695         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
10696         Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
10697         true.
10699         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
10700         Prevent self referencing next pointer during insert.
10702         * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
10703         Added some missing definitions.
10705         * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
10706         Klaas van Gend <klaas@vangend.demon.nl>
10707         Added Dutch to the languages supported by MCI.
10709         * documentation/status/internationalisation:
10710         Klaas van Gend <klaas@vangend.demon.nl>
10711         Updated status of internationalisation.
10713         * loader/pe_image.c:
10714         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10715         Bugfix: *Don't* resolve PE imports if asked not to ...
10717         * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10718         Bugfix: DdeNameService was broken.
10720         * loader/ne/module.c:
10721         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10722         Bugfix: When loading an executable module fails, don't perform module
10723         cleanup before the corresponding task is destroyed.
10725         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
10726         Klaas van Gend <klaas@vangend.demon.nl>
10727         Moved bitmap resource to language-independent resource file.
10729         * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10730         Added warning for future VERSION_GetVersion() (mis-)users and made
10731         OSVERSIONINFO warning more detailed.
10733         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
10734         Marcus Meissner <Marcus.Meissner@caldera.de>
10735         Added stubs for RevokeActiveObject, GetActiveObject, fixed
10736         RegisterActiveObject stub argtypes.
10738         * windows/x11drv/keyboard.c:
10739         Marcus Meissner <Marcus.Meissner@caldera.de>
10740         Added german keyboard layout with "nodeadkeys" option enabled (just to
10741         apostrophes are switched).
10743         * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
10744         Marcus Meissner <Marcus.Meissner@caldera.de>
10745         Stub for VideoCapDriverDescAndVer.
10747         * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10748         Replicate CreateDirectory() LastError workaround for the LFN part.
10750         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10751         Also escape characters >=0x80 within the wineregistry savefile.
10753         * dlls/wnaspi32/winaspi32.c:
10754         Marcus Meissner <Marcus.Meissner@caldera.de>
10755         Don't use malloc/free in winaspi32.
10757         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10758         Use 1 macro for rgbbitdepth -> byte determination.
10759         xshm/image creation now uses 1/8 of the space for every image.
10761         * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
10762         Replaced double ChangeDisplaySettingsA by (Ex)[AW].
10764 Wed Sep 29 12:16:16 1999  Alexandre Julliard  <julliard@winehq.com>
10766         * if1632/builtin.c, loader/module.c, loader/ne/module.c:
10767         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10768         Bugfix: Don't call GetVersionExA too early, to avoid breaking
10769         automatic emulated Windows version detection.
10771         * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
10772         Rein Klazes <rklazes@casema.net>
10773         First implementation of LoadTypeLibEx().
10775         * if1632/mmsystem.spec, multimedia/mmsystem.c:
10776         Marcus Meissner <marcus@jet.franken.de>
10777         Added stub for WMMMIDIRUNONCE called by midimap.drv.
10779         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
10780         Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
10781         following WSACleanup will already free the structures.
10783         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
10784         Create DirectSound object even without sounddevice. Games can be
10785         played without sound, but not without DirectSound object (tested with
10786         Monkey Island 3).
10788         * 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:
10789         Patrik Stridvall <ps@leissner.se>
10790         Fixed some of the issues reported by winapi-check, by adding arguments
10791         to varargs.
10793         * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
10794         Added ability to call winapi_check from the Makefiles.
10796         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
10797         Modification due to problems with winapi-check.
10799         * 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:
10800         Patrik Stridvall <ps@leissner.se>
10801         - Adapted to changes in Wine.
10802         - Minor improvements.
10804 Tue Sep 28 16:40:07 1999  Alexandre Julliard  <julliard@winehq.com>
10806         * server/event.c, server/object.h:
10807         Made event manipulation routines public.
10809         * 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:
10810         Peter Hunnisett <hunnise@nortelnetworks.com>
10811         - Moved dplay and dplayx to a proper home in the dlls directory.
10812         - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
10813         - Implemented a class factory for dplay and dplobby. COM interfaces
10814           now work for dp and dpl.
10815         - Added a few more entries to dplayx.spec files. How do you find the
10816           ordinals? I just guessed :(
10817         - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
10818         - Included some missing header file definitions.
10819         - Implemented the dplay dll in terms of the dplayx dll. I haven't
10820           tested it so it may not work...
10821         - A few bug fixes and a little new implementatioe.n
10822         - Updated document with a more detailed implementation plan.
10824         * windows/win.c: Noomen Hamza <noomen@macadamian.com>
10825         Rewrite the ShowOwnedPopups function with a safety algorithm.
10827         * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
10828         Make ExecFocusedItem return -1 on failure.
10830         * graphics/ddraw.c, multimedia/dsound.c:
10831         Peter Hunnisett <hunnise@nortelnetworks.com>
10832         - Changed return code for failure on *_DllGetClassObject to
10833           CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
10834         - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
10835         - Changed "return 0;" with S_OK or DS_OK as appropriate.
10837         * dlls/ntdll/signal_i386.c:
10838         Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
10840         * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10841         Remember the allocated string to free it.
10843         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
10844         Force recalculation of menu when calling InsertMenuItem.
10846         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
10847         Ian Schmidt <ischmidt@cfl.rr.com>
10848         Implementation of 2 Win98 by-ordinal SHELL32 routines.  Helps Win98
10849         Explorer work better.
10851         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10852         Fixed typo in hDrv for sending message.
10854 Mon Sep 27 13:38:57 1999  Alexandre Julliard  <julliard@winehq.com>
10856         * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
10857         Eric Pouech <Eric.Pouech@wanadoo.fr>
10858         Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
10859         DLLs.
10861         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10862         Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
10863         discrimination.
10864         Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
10866         * multimedia/mixer.c, multimedia/mmaux.c:
10867         Eric Pouech <Eric.Pouech@wanadoo.fr>
10868         Check for OSS driver presence and return error accordingly.
10870         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10871         Got rid of hack on MIDHDR's reserved field for 16/32 bit
10872         discrimination.
10874         * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10875         Fixed crash with mapper loading.
10876         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
10877         discrimination.
10879         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10880         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
10881         discrimination.
10883         * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
10884         Typo correction.
10886         * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
10887         Fix integer based resource id assumption.
10888         Add support for string based type ids.
10890         * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
10891         Added some basic Winsock2 definitions.
10893         * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
10894         Added EXCEPT_EVENT to wineserver select loop.
10896         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
10897         Fix for VFAT_IOCTL_READDIR_BOTH.
10899         * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
10900         Small wing enhancement.
10902         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
10903         Return key should not be ignored in multiline edit even if
10904         ES_WANTRETURN flag isn't set.
10906         * include/gdi.h, objects/gdiobj.c:
10907         Francis Beaudet <francis@macadamian.com>
10908         DPtoLP needs to round the result.
10909         Fixed MulDiv to deal better with negative numbers.
10911         * windows/painting.c: Francis Beaudet <francis@macadamian.com>
10912         rcPaint has to be returned in logical coordinates but was intersected
10913         with a client rectangle in device coordinates.
10915         * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
10916         Fixed GetRandomRgn.
10918         * files/drive.c: Abey George <abey@macadamian.com>
10919         Made GetCurrentDirectory return long name of the current directory.
10921         * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
10922         Use an extra bit in the button status byte to flag whether the
10923         DefButtonWndProc should process the WM_LBUTTONUP message.
10925         * 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:
10926         Moved all signal support to a new platform-specific file.
10927         Make use of the per-thread signal stack (Juergen Lock).
10928         Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
10930 ----------------------------------------------------------------
10931 Thu Sep 23 16:14:44 1999  Alexandre Julliard  <julliard@winehq.com>
10933         * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
10934         Noel Borthwick <noel@macadamian.com>
10935         Added clipboard server.
10937         * 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:
10938         Patrik Stridvall <ps@leissner.se>
10939         Made a new improved version of winapi-check in perl.
10941         * msdos/int21.c:
10942         Implemented uppercasing functions (based on a patch by Robert
10943         'Admiral' Coeyman).
10945         * 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:
10946         Patrik Stridvall <ps@leissner.se>
10947         Fixed some of the issues reported by winapi-check.
10949         * misc/comm.c: Patrik Stridvall <ps@leissner.se>
10950         Modification due to problems with winapi-check.
10952         * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
10953         WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
10954         closed after loosing the focus.
10956         * objects/dib.c: Francois Boisvert <francois@macadamian.com>
10957         CreateDIBitmap creates a monochrome bitmap only when the first color of the
10958         colormap is black followed by white. Otherwise it creates a color bitmap.
10960         * windows/defwnd.c, windows/nonclient.c:
10961         Noomen Hamza <noomen@macadamian.com>
10962         Non active window should be activated when it gets any
10963         client/non-client double/single left/medium/right mouse click(s).
10965 Wed Sep 22 16:53:54 1999  Alexandre Julliard  <julliard@winehq.com>
10967         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10968         Added WINEOSS descriptor.
10970         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10971         MMSYSTEM_GetIData() now dies when no iData is present
10972         Better error recovery when the process attachment fails
10973         PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
10974         Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
10975         Makes use of new lolvldrv.c interfaces
10977         * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
10978         Eric Pouech <Eric.Pouech@wanadoo.fr>
10979         Added lolvldrv.c and oss.c.
10980         Thunks to 16 bit are now generated for the MMSYSTEM module.
10982         * 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:
10983         Eric Pouech <Eric.Pouech@wanadoo.fr>
10984         Added dlls/winmm and dlls/winmm/wineoss directories.
10986         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10987         No longer checking for correct iData in code.
10989         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
10990         Added missing DriverCallBack function.
10992         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
10993         All headers (wave and midi functions) are now seen as segptr.
10994         Added stub for joyGetPosEx16().
10996         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10997         Added some missing defines.
10999         * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11000         Now using the same structs for low-level drivers as Windows do.
11002         * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
11003         Eric Pouech <Eric.Pouech@wanadoo.fr>
11004         Make it (almost) 32 bit only.
11005         Reflected creation of WINEOSS module.
11007         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11008         Make it (almost) 32 bit only.
11009         Reflected creation of WINEOSS module.
11010         No longer using ERR when no MIDI card is present.
11012         * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11013         Added stub for joyGetPosEx16().
11015         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11016         No longer checking for correct iData in code.
11017         Added look-up tables to command tables (speeds up queries).
11019         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11020         Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
11022         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11023         Now using modReset() instead of tweaking MIDI controls.
11025         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11026         Fixed returned type upon open.
11027         Fixed some bogus error checking.
11029         * multimedia/mcianim.c, multimedia/mciavi.c:
11030         Eric Pouech <Eric.Pouech@wanadoo.fr>
11031         Fixed returned type upon open.
11033         * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
11034         Do not set EH_NONCONTINUABLE.
11036         * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
11037         Morten Eriksen <mortene@sim.no>
11038         Added simple console mode example program which lists information
11039         about the version of Windows we're currently running on.
11041         * loader/module.c: Fixed memory allocation bug.
11043         * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
11044         Fix infinite loop with glastXFocusWindow.
11046         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
11047         Allow creation of empty imagelist.
11049         * objects/palette.c, relay32/gdi32.spec:
11050         Ian Schmidt <ischmidt@cfl.rr.com>
11051         Added partial implementation of GetICMProfileA, required by Paint Shop
11052         Pro 5.
11054         * controls/menu.c: Abey George <abey@macadamian.com>
11055         Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
11056         when TPM_NONOTIFY flag is set in TrackPopupMenu.
11058         * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
11059         getpeername() and getsockname() return errors in errno not h_errno.
11061 Mon Sep 20 18:52:06 1999  Alexandre Julliard  <julliard@winehq.com>
11063         * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
11064         Patrik Stridvall <ps@leissner.se>
11065         Fixed ANSI C violations.
11067         * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
11068         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11069         Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
11071         * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
11072         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11073         Don't create thunk for task signal proc, call it directly.
11075         * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
11076         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11077         DC hook proc thunk management simplified.
11079         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11080         System timer proc thunk creation moved out of if1632/thunk.c.
11082         * scheduler/thread.c:
11083         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11084         Don't create thunk for CreateThread16 proc, call it directly.
11086         * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
11087         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11088         Windows hook proc thunk management simplified.
11090         * include/callback.h, if1632/thunk.c:
11091         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11092         Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
11093         Removed persistent thunk creation routines.
11095         * 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:
11096         Lionel Ulmer <lionel.ulmer@free.fr>
11097         Added the possibility to use DGA 2.0.
11099         * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11100         Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
11102         * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
11103         It's no error to send a WM_COMMAND to MenuHelp.
11105         * files/file.c: Francois Boisvert<francois@macadamian.com>
11106         CreateFileA returns HFILE_ERROR when the filename contains a wild card.
11108         * controls/static.c: Francis Beaudet <francis@macadamian.com>
11109         Fixed display bug in the static control.
11111         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
11112         Message removed when menu tracking finish on a WM_LBUTTONDOWN.
11114         * 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:
11115         Noel Borthwick <noel@macadamian.com>
11116         - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
11117           and native Linux applications.
11118         - Respond to the MULTIPLE selection request target when Wine is the
11119           selection owner.
11120         - Relax type checking for TARGETS selection.
11122         * if1632/builtin.c, loader/module.c:
11123         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11124         Set 'expected_version' of built-in and dummy modules according to
11125         emulated Windows version.
11127         * if1632/relay.c, loader/main.c:
11128         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11129         Make CallTo16 return stub segment owned by KERNEL.
11131         * include/wine/winbase16.h, loader/task.c:
11132         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11133         Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
11135         * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
11136         Added some values that were missing in the Swedish nls file.
11138 Sun Sep 19 18:58:16 1999  Alexandre Julliard  <julliard@winehq.com>
11140         * graphics/x11drv/dib.c:
11141         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11142         Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
11144         * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
11145         Added missing export.
11147         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
11148         Fixed crash when loading *.ani files.
11150         * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
11151         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11152         Moved bulk of OLE implementation to dlls/ subdirectories.
11154         * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
11155         Send correct WM_MENUSELECT when menu closes.
11157         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
11158         Francois Boisvert <francois@macadamian.com>
11159         Added small feature in the file dialog.
11161         * 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:
11162         Patrik Stridvall <ps@leissner.se>
11163         Added support for anonymous structs/unions on compilers that implement it.
11165         * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
11166         Peter Ganten <ganten@uni-bremen.de>
11167         Stubs for PolyTextOutA/W.
11169         * graphics/x11drv/dib.c, objects/dib.c:
11170         Karl Lessard <ybicubuk@umail.corel.com>
11171         Some more minor GDI fixes.
11173         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
11174         In ImageList_Draw when drawing the bitmap with the transparent flag
11175         set, background color/foreground color should be set to white/black,
11176         when doing bitblt operation with the bitmap mask.
11178         * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
11179         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11180         Extend DRAWMODE struct to win95 spec.
11181         Add some more Escape -> Escape16 conversions.
11183         * graphics/win16drv/prtdrv.c:
11184         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11185         Stop trashing devmode if in and out devmodes are the same.
11187         * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
11188         The MDIClient class must be registered with the IDC_ARROW cursor.
11190         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
11191         Implemented the disabled state of the combobox.
11193         * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
11194         Protect SetMenu from rogue menu handle.
11195         GetMenu16 can just call GetMenu.
11197         * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
11198         Protect MDISetMenu from rogue menu handles.
11200         * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
11201         Tidy up TRACE etc to use default channel.
11203         * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
11204         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11205         Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
11207         * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
11208         Thuy Nguyen <thuy@macadamian.com>
11209         Added support for wizard property sheets.
11211         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11212         Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
11214         * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
11215         - iSelected should be -1 if no item selected (Gerard Patel)
11216         - some of the checks for invalid items where > when they should have been >=
11217           (Marcus Meissner)
11218         - made InsertItem behave similarly to DeleteItem, ie, if the current item is
11219           after where the item is inserted, increment the selected item (David Luyer)
11221         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11222         Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
11224         * debugger/db_disasm.c:
11225         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11226         Bugfix: (E)IP-relative offsets depend on operand, not address, size.
11228         * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
11229         Marcus Meissner <marcus@jet.franken.de>
11230         Added stub implementation for EnumDisplayDevices*.
11232         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
11233         Added SC_GET_DEVTYPE.
11235         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
11236         Added stub for OLE32.DllGetClassObject.
11238         * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
11239         Juergen Schmied <juergen.schmied@metronet.de>
11240         More support for special pidls in SHGetSpecialFolderLocation.
11242         * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
11243         Luc Tourangeau <luc@macadamian.com>
11244         Implemented invisible pens.
11246         * objects/dib.c, graphics/x11drv/dib.c:
11247         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11248         Small DIB fixes.
11250         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
11251         Added a case for menu handling in win31.
11253 Tue Sep 14 11:51:02 1999  Alexandre Julliard  <julliard@winehq.com>
11255         * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
11256         Karl Lessard <karll@corel.com>
11257         Fixed GetDIBits problems.
11259         * 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:
11260         Patrik Stridvall <ps@leissner.se>
11261         Add support for anonymous struct/unions on compilers that implement it.
11263 Mon Sep 13 16:06:17 1999  Alexandre Julliard  <julliard@winehq.com>
11265         * controls/button.c, controls/uitools.c:
11266         Dennis Bj|rklund <dennisb@cs.chalmers.se>
11267         Fixed win9x look on checkboxes and radiobuttons.
11269         * 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:
11270         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11271         Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
11272         Remove relays for win16drv from CallBack table, instead use build to
11273         generate them directly in graphics/win16drv/prtdrv.c.
11274         If Printer AbortProc is 16bit then allocate thunk and store that as a
11275         32bit proc in DC.  Setting of abortprocs now done in the correct place
11276         (i.e. not in the driver).
11278         * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
11279         Relaxed parameter checking for GetDIBits.
11281         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11282         Fixed last error code when trying to load unknown VxD with CreateFile.
11284         * dlls/shell32/shell32_main.c:
11285         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11286         Pretend successful execution of SHELL_NotifyIcon*().
11288         * controls/menu.c, relay32/user32.spec:
11289         Eric Pouech <Eric.Pouech@wanadoo.fr>
11290         Added MenuItemFromPoint stub.
11292         * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11293         Fixed off by one allocation error (DPA and DSA).
11295         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11296         Fixed crash in PlaySound thread.
11298 Sat Sep 11 16:29:00 1999  Alexandre Julliard  <julliard@winehq.com>
11300         * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
11301         For Win 3.x applications, if they have either horizontal or vertical
11302         scrollbars, enable both.
11304         * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
11305         Patrik Stridvall <ps@leissner.se>
11306         Eliminated warnings.
11308         * controls/combo.c, controls/listbox.c:
11309         Pierre Mageau <pierre@macadamian.com>
11310         Set the mouse capture on the combo listbox.
11312         * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
11313         - fixed the creation of back-buffers in DGA mode
11314         - added a check on the validity of the Locking rectangle
11315         - fixed the enumeration for DX-6.0
11317         * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
11318         Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
11320         * controls/button.c: Abey George <abey@macadamian.com>
11321         Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
11322         BS_CHECKBOX, BS_AUTO* styles.
11324 Fri Sep 10 14:38:20 1999  Alexandre Julliard  <julliard@winehq.com>
11326         * 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:
11327         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11328         Winspool DocumentProperties and DeviceCapabilities should now work on
11329         native 16 bit drivers.
11331         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11332         Fixes DeviceCapabilities for DC_PAPERSIZE.
11333         Various fixes for OpenPrinter and EnumPrinters.
11334         Separation of GetPrinter in preparation for unification with EnumPrinters.
11336         * graphics/psdrv/ppd.c, include/wingdi.h:
11337         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11338         Add support for a large number of different paper sizes to PostScript
11339         driver.
11341         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
11342         Added definitions of COM objects for D3D 6.x support.
11344         * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
11345         If there is not an exact match found for the requested font name,
11346         instead of using the first font defined for the printer, map some
11347         common font families (e.g. Arial -> Helvetica), and search again.
11349         * if1632/kernel.spec, if1632/thunk.c:
11350         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11351         Fixed bug in CBClient routines by storing the SEGPTR in the global
11352         table and translating it on every use.
11354         * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
11355         Changed the pixmap to look like the windows default application icon.
11357         * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
11358         Stop crash in GetDiskFreeSpaceEx.
11360         * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
11361         Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
11362         handled by the window manager.
11364         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
11365         Implemented the behavior around the ES_WANTRETURN style in the edit
11366         control.
11368         * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
11369         Pressing the delete key using an extended keyboard with numlock on is
11370         not generating anymore a WM_CHAR message.
11372         * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
11373         Fixed pattern matching in PathMatchSpecA/W
11375         * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
11376         Tabbing in the listview of the shellview.
11378         * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
11379         Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
11380         LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
11381         column width.
11382         Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
11384         * dlls/shell32/shell32_main.c:
11385         Juergen Schmied <juergen.schmied@metronet.de>
11386         Fixed crash in detach sequence.
11388         * dlls/shell32/shlfolder.c:
11389         Juergen Schmied <juergen.schmied@metronet.de>
11390         Fixed wrong return value.
11392         * dlls/crtdll/crtdll_main.c:
11393         Juergen Schmied <juergen.schmied@metronet.de>
11394         Prevent endless loop in except2.
11396         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
11397         Now works around wine never exiting the debugger.
11398         Should put bug reports in the right place now.
11400         * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
11401         Marcus Meissner <Marcus.Meissner@caldera.de>
11402         Added stub for RegisterActiveObject().
11404         * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
11405         Marcus Meissner <marcus@jet.franken.de>
11406         Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
11408 Sun Sep  5 16:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
11410         * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
11411         Removed __winelib flag.
11413         * 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:
11414         Eric Pouech <Eric.Pouech@wanadoo.fr>
11415         Updated to new MM header organization.
11417         * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
11418         Eric Pouech <Eric.Pouech@wanadoo.fr>
11419         Moved DDK level material to new include/mmddk.h file.
11420         Copied some SDK level material from include/multimedia.h file.
11422         * multimedia/mciwave.c, multimedia/mcimidi.c:
11423         Eric Pouech <Eric.Pouech@wanadoo.fr>
11424         Updated to new MM header organization.
11425         Cleaned-up internal structures (now 32 bit only).
11426         Now using the MMSYSTEM entry points rather than the low level driver
11427         ones directly.
11429         * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
11430         Fix %fs for signal handlers in the FS_sig undefined case (this patch
11431         actually from Ulrich Weigand, I only tested it).
11433         * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
11434         Ron Record <rr@sco.com>
11435         Added support of __thr_errno for reentrance on UnixWare.
11437         * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
11438         No longer needs to calculate its own character size.
11440         * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
11441         Consequential changes to default system font sizes
11443         * graphics/x11drv/xfont.c, include/x11font.h:
11444         Richard Cohen <richard@jubjub.demon.co.uk>
11445         Various fixes for the X11 font mapper, particularly:
11446         - size fonts with negative heights correctly
11447         - calculate average width correctly.
11449         * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
11450         Use a special value in the hotspot coordinate to identify which HICON
11451         are cursors and which are icons.
11453         * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
11454         Modified CBDropDown to find the best height of the listbox.
11456 Sat Sep  4 14:36:03 1999  Alexandre Julliard  <julliard@winehq.com>
11458         * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
11459         Added configure check for str[n]casecmp.
11461         * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11462         Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
11464         * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11465         Added type PWORD.
11467         * dlls/winspool/info.c, include/winspool.h:
11468         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11469         Added loads of types, defines and declarations to winspool.h.
11471         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
11472         Francois Boisvert<francois@macadamian.com>
11473         Fixed the height of items in the lookin combobox of the filedlg95.
11475         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
11476         Initialize the enabling state variable in the edit.
11478         * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
11479         The fast window frame size should be the same as the frame size used
11480         by NC_DrawFrame function.
11482         * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11483         Fixed compiler warnings.
11485         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11486         lstrncmpi isn't a windows API, use strncasecmp instead.
11488         * memory/global.c:
11489         Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
11491         * windows/msgbox.c: Added missing HFONT type.
11493         * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
11494         Pierre Mageau <pierre@macadamian.com>
11495         Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
11496         CURSORICON_FindBestIcon changed to find the correct icon.
11497         ImageList_ReplaceIcon now calls CopyImage internally.
11498         Assign a value for the hIconSm CLASS member (using CopyImage).
11500         * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
11501         Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
11503         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11504         Give applications a copy of the property sheet dialog template as they
11505         might modify it.
11507         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
11508         Relay exclude lists were not working due to some CharUpperA()
11509         somewhere else.
11511         * loader/loadorder.c, wine.ini:
11512         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11513         winspool -> winspool.drv
11515         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
11516         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11517         Implemented StrCmpNIA like the other StrCmpXX functions.
11519         * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
11520         Resolve environment variable when enumerating values.
11522         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
11523         The format rect is recalculated for each font change. MoveEnd &
11524         MoveHome improved.
11526 Fri Sep  3 16:49:17 1999  Alexandre Julliard  <julliard@winehq.com>
11528         * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
11529         Karl Lessard <karll@corel.com>
11530         Ian Ward
11531         Dan Langlois
11532         Speed up conversion between XImages and DIBSections.
11534         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
11535         Francois Boisvert <francois@macadamian.com>
11536         Some <open> features in the file dialog 95.
11538         * include/winnt.h, scheduler/sysdeps.c:
11539         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11540         Removed global variable pCurrentTeb.
11542         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11543         HEAP_Commit/Decommit were assuming a page size of 4KB
11544         unconditionally.
11546         * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11547         A few more DC_ defines from Win2000.
11549         * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11550         Check that lpCreate->lpszName is non-NULL.
11552         * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11553         More restrictive checks, so DIALOG_IsAccelerator don't loop
11554         endlessly.
11556         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
11557         Menu hides when clicked for a second time.
11559         * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
11560         - select the font into the dc before calculating the extent
11561         - make buttonheight correspond to text height + width to caption
11562         - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
11563         - #defines for DlgItemIds
11564         - implement MB_RETRYCANCEL
11566         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
11567         Keep the enable state in the edit structure instead of calling
11568         IsWindowEnabled().
11570         * 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:
11571         Noel Borthwick <noel@macadamian.com>
11572         - Implement interprocess clipboard communication.
11573         - Support for the PRIMARY and CLIPBOARD selection atoms.
11574         - Support for the TARGETS selection format.
11575         - Expose native Windows clipboard formats through X selection targets.
11577         * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
11578         Make stock fonts independent of mapping mode.
11579         System font should only be bold for Win31.
11581         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
11582         Removed truncating errors that happen when converting fom dialog units
11583         to pixels.
11585         * windows/winpos.c: Abey George<abey@macadamian.com>
11586         Check new coordinates received in WM_NCCALCSIZE message.
11588         * controls/button.c: Francis Beaudet <francis@macadamian.com>
11589         Slight 1 pixel adjustment on the position of the radio button bitmap.
11591         * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11592         Fixed off by one allocation errors.
11594         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
11595         The backspace is now handled in the WM_CHAR message.
11597         * windows/mdi.c, windows/nonclient.c:
11598         Francis Beaudet <francis@macadamian.com>
11599         Make sure that all MDI children have the WS_EX_MDICHILD style set.
11601         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
11602         Fixed prototype order.
11604         * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
11605         Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
11607         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11608         Fixed crash.
11610         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
11611         Fixed the support for the close button in the ShellAbout dialogs.
11613         * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
11614         Added Dutch resources for PrintDlg32.
11616         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
11617         Klaas van Gend <klaas@vangend.demon.nl>
11618         Completed PrintDlg32 resource stringtable.
11620         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
11621         Added sanity checks in the cleanup code.
11623         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
11624         Completed GetKeyNameText for non-character keys.
11626         * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
11627         Make directories name appear in the BrowseForFolder dialog.
11629         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11630         Do not remove .drv from filenames.
11632         * controls/button.c: Francis Beaudet <francis@macadamian.com>
11633         Fixed a little positioning bug with the checkbox.
11635         * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
11636         Abey George <abey@macadamian.com>
11637         Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
11638         styles.
11640         * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
11641         Changed snprintf to wsnprintfA to remove unresolved external when
11642         compiling on Solaris/Sun.
11644         * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
11645         Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
11646         equivalents. (WinWord 97, File Open dialog)
11648         * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
11649         Use in GetClassInfoW the same hack for systemclasses as in
11650         GetClassInfoA (winword 97 with native comctl32).
11652         * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
11653         Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
11655         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
11656         Implemented wParam of WM_PAINT msg for edit control.
11658         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11659         Fix off by one error in WINSPOOL_GetOpenedPrinterA.
11661         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
11662         subkey_found did not search for _all_ sub keys.
11664 Sat Aug 21 14:47:29 1999  Alexandre Julliard  <julliard@winehq.com>
11666         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
11667         Francois Boisvert <francois@macadamian.com>
11668         Implemented basic browsing in the file name edit of the filedlg 95.
11670         * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
11671         Avoid changing the activation state in EnableMenuItem.
11673         * include/winnt.h: Fixed #ifdef symbol for PowerPC.
11675         * ole/parsedt.c, ole/parsedt.h:
11676         Eric Pouech <Eric.Pouech@wanadoo.fr>
11677         Only declare DateStyle in a single compilation unit.
11679         * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
11680         Added the case of a user defined icon for the sysbutton hittest.
11682         * ole/typelib.c: Rein Klazes <rklazes@casema.net>
11683         Fixed typelib reading to correctly use the offset of the typelib that
11684         is embedded in for example a dll file.
11686         * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
11687         Fixed CreateDIBSection() called with negative height to set the height
11688         positive in the created DIBSECTION, as per MS knowledgebase Q186586.
11690         * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
11691         The paint rectangle return in the PAINTSTRUCT in BeginPaint should
11692         never be bigger than the client area of the window.
11694         * controls/listbox.c: Rein Klazes <rklazes@casema.net>
11695         Make sure that an empty string never matches a listbox entry in
11696         LISTBOX_FindString().
11698         * dlls/version/info.c:
11699         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11700         Alignment fix.
11702         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11703         Fixed crash when accessing sysmenu.
11705         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11706         Really do a silent backtrace when requested.
11708         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11709         Do not set the address if the symbol is still tagged INVALID.
11711         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11712         Added support for N_BINCL and N_EINCL instructions.
11713         Fixed type parsing (as generated by egcs).
11715 Wed Aug 18 18:40:52 1999  Alexandre Julliard  <julliard@winehq.com>
11717         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11718         Use typedef to work around egcs problem.
11720         * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
11721         Removed unnecessary includes from ole related files.
11723         * ole/compobj.c, multimedia/mmsystem.c:
11724         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11725         Adapted to WOW changes.
11727         * 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:
11728         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11729         Moved implementation of WOW routines to single file.
11730         Added all missing WOW routines, fixed WOWCallback16Ex.
11732         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11733         Fixed internal buffer for 16 bit mmio MEM files.
11735         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11736         - some errors in cleaning up values returned by MCI drivers: this
11737           should solve the issues reported with the CD player/writer
11738         - crash when command was requested with automatic open (note, this
11739           will now gracefully report an error, not do the correct thing).
11741         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11742         Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
11743         flags.
11745         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11746         Bugfix: EFlags were passed incorrectly by CallFrom16Register.
11748         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11749         Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
11751         * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
11752         Bertho Stultiens <bertho@panter.soci.aau.dk>
11753         Wrc did not check any IDs which are only 16 bit. Common dialogs had some
11754         IDs larger and that caused problems. This is now solved (I hope).
11756 ----------------------------------------------------------------
11757 Sun Aug 15 18:52:32 1999  Alexandre Julliard  <julliard@winehq.com>
11759         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
11760         Fixed cursor stretch code.
11762         * memory/selector.c:
11763         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11764         Inhibit wraparound in comparison.
11766         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
11767         Juergen Schmied <juergen.schmied@metronet.de>
11768         New internal dll, exporting already existing path functions.
11770         * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
11771         Francis Beaudet <francis@macadamian.com>
11772         Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
11773         for the MSG_InternalGetMessage() call is a WM_TIMER.
11775         * rc/winerc.c, include/resource.h, include/windef.h:
11776         Patrik Stridvall <ps@leissner.se>
11777         GCC 3.0 has not been released yet, but it is good to be prepared.
11779         * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
11780         Added resolution of LVM messages.
11782         * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
11783         Added protection against possible memory corruption.
11785         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
11786         Fixed cursor selection to find the correct cursor when more than one
11787         available.
11789         * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
11790         Thuy Nguyen <thuy@macadamian.com>
11791         Replaced a static ten element array with a dynamic pointer array.
11793         * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
11794         Fix special case when no printer installed.
11796         * dlls/shell32/shell.c, dlls/shell32/shell.spec:
11797         James Juran <jrj120@psu.edu>
11798         New routine DllEntryPoint for shell.dll.  Loads shell32.dll,
11799         since most shell.dll functions call their 32-bit counterparts.
11801         * dlls/version/info.c:
11802         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11803         Fixed alignment.
11805         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
11806         EM_SETSEL scrolls if outside of the visible range.
11807         "shift+home" selection improved in the edit control.
11809         * ole/parsedt.c: Removed RCS keyword.
11811         * 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:
11812         Juergen Schmied <juergen.schmied@metronet.de>
11813         More use of rc files for strings and menus, fixes. First internal
11814         icons.
11816         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
11817         New interface: DropSource.
11819         * dlls/shell32/shlfolder.c:
11820         Juergen Schmied <juergen.schmied@metronet.de>
11821         Better DropTarget.
11823         * dlls/shell32/shell32_main.c:
11824         Juergen Schmied <juergen.schmied@metronet.de>
11825         Implemented SHGetFileInfo better.
11827         * dlls/shell32/iconcache.c:
11828         Juergen Schmied <juergen.schmied@metronet.de>
11829         Protect cache with critical section.
11830         Removed hack to load icons from external shell32.dll.
11832         * dlls/shell32/dataobject.c:
11833         Juergen Schmied <juergen.schmied@metronet.de>
11834         QueryGetData, EnumFormatEtc implemented.
11836         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
11837         Fixed mapping of file extensions to text.
11839         * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
11840         Fixed ascii/unicode issue for naming of the mutexes.
11841         Made mutex handles global.
11842         Fixed incorrect interpretation of return values of WaitForSingleObject.
11844         * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
11845         First implementation of GetCharacterPlacementA.
11847         * windows/defwnd.c, include/winuser.h:
11848         Thuy Nguyen <thuy@macadamian.com>
11849         Implemented the WM_SETICON and WM_GETICON messages.
11851         * files/drive.c: Morten Eriksen <mortene@sim.no>
11852         FIXME on unimplemented feature made less obtrusive.
11854         * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
11855         Now the conversion in the blt functions round up the result.
11857         * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
11858         Document use of "init" in build-spec.txt, and make build.c print a
11859         warning if someone tries to use "init" in a Win16 spec file.
11861         * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
11862         Make sure we have a dgroup before patching prologs.
11864         * */Makefile.in, */.cvsignore:
11865         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11866         Adapted to glue code generation changes.
11868         * 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:
11869         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11870         Adapted to new-style Wine thunks.
11871         Removed some now unnecessary function pointers.
11873         * include/builtin16.h, include/stackframe.h, tools/build.c:
11874         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11875         CallTo16... / CallFrom16... Wine thunks reorganized:
11876         - Cleaner separation between core and glue code.
11877         - Argument conversion glue code now in C.
11878         - Glue code needed for 16-bit .spec files inlined.
11880 Sat Aug 14 15:53:50 1999  Alexandre Julliard  <julliard@winehq.com>
11882         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11883         - implemented GetCommModemStatus
11884         - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
11885         - added more verbose TRACEing
11887         * misc/version.c: Morten Eriksen <mortene@sim.no>
11888         Made GetVersionEx() behave in accordance with the specification with
11889         regard to error handling.
11891         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
11892         Mark G. Adams <madams@livepage.com>
11893         Added stub for DrawDibClose.
11895         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
11896         Fixed the look of the combobox's drop down button when in Win95 look.
11898         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11899         Added support for icons in property sheet tabs.
11901         * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
11902         Bertho Stultiens <bertho@panter.soci.aau.dk>
11903         Version 1.0.14 of wrc.
11905 Sun Aug  8 18:56:04 1999  Alexandre Julliard  <julliard@winehq.com>
11907         * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
11909         * 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:
11910         Replaced a few calls to lstr* functions by their CRTDLL or libc
11911         equivalent.
11913         * memory/string.c:
11914         Added an exception handler around a few lstr* functions.
11916         * 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:
11917         Reimplemented multi-byte and wide-chars functions to not depend on
11918         lstr* functions; added a few missing ones; fixed a couple of bugs.
11920 Sat Aug  7 14:32:34 1999  Alexandre Julliard  <julliard@winehq.com>
11922         * 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:
11923         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11924         Separated Win16 (USER) and Win32 (MPR) network routines.
11925         Moved implementation of MPR to dlls/mpr/.
11926         Added proper headers and stubs for missing MPR routines.
11928         * misc/registry.c:
11929         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11930         Improved (sort of) RegFlushKey.
11932         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
11933         If the window is already the topmost window in ShowWindow(SW_SHOW), it
11934         must not be activated.
11936         * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
11937         WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
11939         * windows/dce.c, windows/x11drv/wnd.c:
11940         Stephane Lussier <stephane@macadamian.com>
11941         X11drv SetDrawable function modifies the DC origin, this translation
11942         should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
11944         * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
11945         Set focus to the dialog in EndDialog.
11947         * libtest/Makefile.in: James Juran <jrj120@psu.edu>
11948         Make sure we compile winestub.o before trying to build a Winelib test
11949         program.
11951         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11952         Fixed case sensitivity flag.
11954         * include/commdlg.h, dlls/commdlg/printdlg.c:
11955         Klaas van Gend <klaas@vangend.demon.nl>
11956         Implemented the return of hDevModes and hDevNames in the PRINTDLG
11957         structure of PrintDlgA().
11959         * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
11960         Made hardware_event use win32-conformant parameters.
11962         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
11963         Explicitly load shell32.dll.
11965         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
11966         Take into account icons when determining tab size.
11968         * files/drive.c: Morten Eriksen <mortene@sim.no>
11969         Improved GetDiskFreeSpaceEx() implementation a little bit.
11971         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11972         - added some more Baudrates
11973         - fixed a hang in tcsetattr when the input buffer isn't empty
11974         - added more verbosity for debugging
11976         * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
11977         Handle the case when the button is really small.
11979         * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
11980         WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
11981         specify WS_CAPTION.
11983 Wed Aug  4 15:07:57 1999  Alexandre Julliard  <julliard@winehq.com>
11985         * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
11986         Marcus Meissner <marcus@jet.franken.de>
11987         Implemented DirectInput Joystick support (tested with WC:Prophecy).
11989         * relay32/kernel32.spec, win32/time.c:
11990         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11991         Implemented SetLocalTime.
11993         * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
11994         Minor fix to the French Canadian keyboard.
11996         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11997         When flipping backbuffer -> frontbuffer, first exchange surfaces, then
11998         copy XImage, since the palette might only be defined in the frontbuffer.
12000         * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
12001         Create sysconfdir on install.
12003         * dlls/stress/.cvsignore: Fixed typo.
12005         * 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:
12006         Got rid of dsprintf and related macros.
12008         * server/mutex.c:
12009         Remove the mutex from the thread list when destroying it.
12011         * */*:
12012         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12013         Moved various DLLs to dlls/
12015 Sun Aug  1 14:58:02 1999  Alexandre Julliard  <julliard@winehq.com>
12017         * 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:
12018         Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
12019         aliasing optimization problems.
12021         * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
12022         Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
12024         * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
12025         Removed async I/O support.
12027         * include/comm.h, misc/comm.c:
12028         Use the service thread for comm notifications.
12030         * 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:
12031         Made stack manipulation macros into inline functions.
12032         Changed a few accesses to context registers to avoid potential
12033         aliasing optimization problems.
12035         * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
12036         Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
12037         SIGCONTEXT.
12039         * Makefile.in: Remove wine.conf.man on distclean
12041 ----------------------------------------------------------------
12042 Sat Jul 31 19:35:58 1999  Alexandre Julliard  <julliard@winehq.com>
12044         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
12045         Close the right window when clicking on a non active window close
12046         button.
12048         * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
12049         Removed the dependency on "dummy" for wine and wine.sym.
12051         * files/profile.c:
12052         Remove file from cache when flushing it (based on a patch by Ian
12053         Schmidt).
12055         * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
12056         Added CONTEXT for ALPHA and MIPS.
12058         * configure.in, Make.rules.in, Makefile.in, configure:
12059         Patrik Stridvall <ps@leissner.se>
12060         Added support for Solaris Lint.
12062         * 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:
12063         Patrik Stridvall <ps@leissner.se>
12064         Fixed some of the issues reported by Solaris Lint.
12066         * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
12067         Solaris C/C++ compile fix.
12069         * 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:
12070         Patrik Stridvall <ps@leissner.se>
12071         Various ANSI C compability fixes.
12073         * 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:
12074         Patrik Stridvall <ps@leissner.se>
12075         Fixed some of the issues reported by winapi-check.
12077         * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
12078         Actually create the man/ subdirectories before installing.
12080         * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
12081         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12082         Implemented KERNEL.447 (WIN32_OldYield16).
12084         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12085         Suspend WND lock before EVENT_Synchronize.
12087         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12088         Create VxD handle only for known VxDs.
12090         * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
12091         Made compilation of *.spec.c files use -fno-builtin regardless of
12092         where they are.
12094         * 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:
12095         Patrik Stridvall <ps@leissner.se>
12096         Fixed/added missing/wrong function prototypes and made internal
12097         functions static.
12099         * 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:
12100         Patrik Stridvall <ps@leissner.se>
12101         Fixed missing prototypes and made it work with Solaris X11.
12103         * 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:
12104         Patrik Stridvall <ps@leissner.se>
12105         Eliminated warnings.
12107         * loader/ne/segment.c:
12108         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12109         Fixed the DSEG value in the SEGTABLEENTRY struct.
12111         * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
12112         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12113         Added builtin toolbar bitmaps.
12115         * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
12116         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12117         Some more messages.
12119         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
12120         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12121         Added stub for CryptSetKeyParams().
12123         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
12124         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12125         Added stubs for DAD_SetDragImage() and PathCleanupSpec().
12127         * misc/crtdll.c, relay32/crtdll.spec:
12128         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12129         Added stub for _except_handler2().
12131         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12132         Improved GetRandomRegion().
12134         * controls/menu.c, windows/nonclient.c:
12135         Pascal Lessard <pascal@macadamian.com>
12136         Implemented the system button behavior and associated it to the system
12137         menu in win95. Also permit the SC_CLOSE item to be disabled.
12139         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
12140         Bugfixes and a fake GETBASEIRQ.
12142         * files/async.c: Ove Kaaven <ovek@arcticnet.no>
12143         Made async fds nonblocking.
12145         * windows/mdi.c: Dan Langlois <daniell@corel.com>
12146         Removed an inappropriate if statement from MDI_ChildActivate that
12147         prevented the activation code from executing.
12149         * dlls/comctl32/monthcal.c, include/monthcal.h:
12150         Alex Priem <alexp@sci.kun.nl>
12151         Bugfixes & further updates for the month calendar common control.
12153         * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
12154         Alex Priem <alexp@sci.kun.nl>
12155         Started implementing date/time common control.
12157         * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
12158         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12159         PSDRV_WriteArc shouldn't write a newpath.
12161         * controls/button.c: Rein Klazes <rklazes@casema.net>
12162         Fix handling of WM_LBUTTONDCLICK message for buttons with certain
12163         styles.
12165         * windows/dce.c: Abey George <abey@macadamian.com>
12166         Bug fix for updating the clipping region in nested GetDCEx calls.
12168         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
12169         Tried to fix the code for SetWindowPos to erase the background
12170         properly.
12172 Fri Jul 30 18:10:21 1999  Alexandre Julliard  <julliard@winehq.com>
12174         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
12175         Klaas van Gend <klaas@vangend.demon.nl>
12176         - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
12177           don't display yet).
12178         - added status strings.
12179         - added string table for internationalisation of several internal
12180           message boxes.
12182         * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
12183         Removed duplicated defines in winuser.h and commctrl.h. Also corrected
12184         a typo for SW_MAX value.
12186         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
12187         Francis Beaudet <francis@macadamian.com>
12188         Fixed a memory leak in the file dialog.
12190         * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12191         Strip .drv extensions to MODULE_GetLoadOrder.
12193         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
12194         Fixed a memory leak.
12196         * scheduler/process.c, loader/task.c:
12197         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12198         Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
12200         * graphics/psdrv/ps.c, include/psdrv.h:
12201         Luc Tourangeau <luc@macadamian.com>
12202         Added a call to the newpath operator immediately before the arc
12203         operator.
12205         * controls/button.c: Pierre Mageau <pierre@macadamian.com>
12206         Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
12207         icon needed to be centered when the button is smaller than the bitmap.
12209         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
12210         Fixed a memory leak that occurs when we maximize/minimize an MDI
12211         child.
12213         * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
12214         Added more support for buddy windows in the updown control.
12216         * controls/edit.c: Francis Beaudet <francis@macadamian.com>
12217         Implemented proper win95 support for the WS_BORDER style.
12219         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
12220         Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
12221         listbox control.
12223         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
12224         Fixed the border for the listbox created by the simple combobox.
12226         * ole/compobj.c, if1632/compobj.spec:
12227         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12228         Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
12230         * loader/ne/module.c:
12231         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12232         GetModuleHandle16: treat Win32 modules correctly.
12234 Wed Jul 28 16:38:45 1999  Alexandre Julliard  <julliard@winehq.com>
12236         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
12237         Juergen Schmied <juergen.schmied@metronet.de>
12238         Fixed use of StrRetToStrN.
12240         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
12241         Juergen Schmied <juergen.schmied@metronet.de>
12242         StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
12244         * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
12245         Added explanation of the current DLL support.
12247         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12248         Bugfix: fixed freshly introduced bug in GlobalLock16.
12250         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
12251         Ian Schmidt <ischmidt@cfl.rr.com>
12252         Added stubs for InitMUILanguage and COMCTL32.410.
12253         Fixed some compiler warnings.
12255 Tue Jul 27 17:10:06 1999  Alexandre Julliard  <julliard@winehq.com>
12257         * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
12258         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12259         Added FinalUserInit16/FinalGdiInit16 stubs.
12260         Call out to FinalUserInit in MAIN_EmulatorRun.
12262         * if1632/kernel.spec, memory/selector.c:
12263         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12264         Added IsBadFlatReadWritePtr16().
12266         * controls/edit.c: Abey George <abey@macadamian.com>
12267         Fixed incorrect edit control behaviour in mouse message handling.
12269         * windows/message.c: Abey George <abey@macadamian.com>
12270         Send normal mouse messages to WM_SETCURSOR when non-client mouse
12271         messages occur.
12273         * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
12274         Check if the window has the WS_CLIPSIBLINGS style before using the
12275         DCX_CLIPSIBLINGS flag.
12277         * 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:
12278         Francois Boisvert <francois@macadamian.com>
12279         Implemented the Win95 file open/save dialogs.
12281         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
12282         Do tools/ before any of the other subdirectories, even when doing
12283         parallel makes.
12285         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12286         Bugfix: Return selector also in CX from GlobalLock16().
12288         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12289         More gcc bug workarounds.
12291         * graphics/psdrv/ppd.c, include/wingdi.h:
12292         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12293         Added more paper sizes and bin names to PPD parser.
12295         * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
12296         Actually return the number of events in Mouse_GetDeviceData (fixes
12297         Wing Commander Prophecy). Added timestamp and sequence generation,
12298         critical section for mousedata. Disabled mouse warping in
12299         GetDeviceData for now (generates excess mouse events).
12301 Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard@winehq.com>
12303         * */*.spec:
12304         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12305         Moved .spec files to corresponding dlls/ directory.
12307         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
12308         Several focus and selection problems in listboxes.
12310         * windows/dce.c: Francis Beaudet <francis@macadamian.com>
12311         Retrieve the clipping region before setting the drawable and reset the
12312         clipping region after.
12314         * 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:
12315         Juergen Schmied <juergen.schmied@metronet.de>
12316         Many fixes/reimplementations.
12318         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
12319         Removed experimental/unused code.
12320         Use ShellFolder to get ViewObjects.
12321         Started cleanup of the contextmenu code.
12323         * dlls/shell32/shlfolder.c:
12324         Juergen Schmied <juergen.schmied@metronet.de>
12325         Complete redesign, split into 3 implementations (Desktop, MyComputer
12326         and filesystem folders). All parsing and binding is done recursive.
12328         * dlls/shell32/shellpath.c:
12329         Juergen Schmied <juergen.schmied@metronet.de>
12330         Implemented SHGetSpecialFolderPathA.
12332         * dlls/shell32/shellord.c:
12333         Juergen Schmied <juergen.schmied@metronet.de>
12334         Implemented SHCreateShellFolderViewEx.
12336         * dlls/shell32/shellole.c:
12337         Juergen Schmied <juergen.schmied@metronet.de>
12338         Removed special CoCreateClassObject and use ole functions instead.
12339         SHCreateDefClassObject implemented.
12341         * dlls/shell32/shelllink.c:
12342         Juergen Schmied <juergen.schmied@metronet.de>
12343         Implemented access to lnk's to a IStream interface.
12345         * dlls/shell32/iconcache.c:
12346         Juergen Schmied <juergen.schmied@metronet.de>
12347         Fixed icon background (was black).
12349         * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
12350         Fixed getting icons from filetypes.
12352         * dlls/shell32/enumidlist.c:
12353         Juergen Schmied <juergen.schmied@metronet.de>
12354         Implemented enumeration of shell extensions, seperated enum stuff for
12355         the 3 seperate shellfolder implementations.
12357         * dlls/shell32/dataobject.c:
12358         Juergen Schmied <juergen.schmied@metronet.de>
12359         Rewrote GetData so support multiple selections.
12361         * dlls/shell32/contmenu.c:
12362         Juergen Schmied <juergen.schmied@metronet.de>
12363         Separated stuff for shv background contextmenu to separate file.
12365         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
12366         New functions to access attributes in HCR.
12368         * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
12369         Juergen Schmied <juergen.schmied@metronet.de>
12370         New file. Seperate implementation of the shellview background
12371         contextmenu.
12373         * include/wine/undocshell.h:
12374         Juergen Schmied <juergen.schmied@metronet.de>
12375         New file. Contains functions not in the official headers but widely
12376         used from other dlls.
12378         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
12379         Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
12381         * Makefile.in: Make sure we build tools first.
12383         * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
12384         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12385         Relay code for Win16 register functions converts arguments.
12386         New 'interrupt' keyword added (for Win16 interrupt handlers).
12387         Adapted .spec files and implementations of register routines.
12389         * 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:
12390         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12391         {Start|End}{Doc|Page} go through DCfuncs.
12392         Implement these in the PostScript driver.
12393         Change PSDRV_Escape to use them.
12395         * loader/dos/dosvm.c:
12396         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12397         Work around 'local extern declaration with attribute' gcc bug.
12399         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
12400         Implementation of SetEventNotification for the mouse driver.
12402         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
12403         Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
12405         * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
12406         Fixed incomplete proto.
12408         * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
12409         New keys nessesary for running the new shell32.
12411         * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12412         Use GDI APIs to access bitmap info.
12414         * graphics/psdrv/clipping.c:
12415         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12416         Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
12418 Sat Jul 24 12:20:25 1999  Alexandre Julliard  <julliard@winehq.com>
12420         * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
12421         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12422         Unify startup sequence for Wine and WineLib.
12424         * windows/clipboard.c, include/clipboard.h, memory/global.c:
12425         Noel Borthwick <noel@macadamian.com>
12426         Fix bug with pasting Wine clipboard content to external applications,
12427         by storing clipboard data on the shared system heap.
12429         * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
12430         Draw an additional white bit for each invert bit of a cursor.
12432         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
12433         While handling the X FocusIn message in managed mode, if the window
12434         has been disabled revert the X focus back to the last focus window.
12436         * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
12437         Francois Boisvert<francois@macadamian.com>
12438         Implemented TREEVIEW_InsertItemW.
12440         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12441         Implemented ExtEscape.
12443         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
12444         Trying to fix parallel make by doing direct subdir/subdir.o rules.
12446         * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
12447         Sylvain St-Germain <sylvain@macadamian.com>
12448         Fixed inconsistency in conditions that determines if a window requires
12449         a WM border.
12451         * graphics/x11drv/xfont.c, include/x11font.h:
12452         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12453         For large font sizes call XLoadQueryFont with a 100 pixel high font
12454         and rescale the metrics.
12456         * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
12457         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12458         Implement handling of 32 bit AbortProc.
12460         * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
12461         Lionel Ulmer <lionel.ulmer@free.fr>
12462         Suppressed compiler warning by using the 'unused' attribute.
12464         * debugger/Makefile.in, debugger/external.c:
12465         Kevin Holbrook <kwh@neosoft.com>
12466         Added utility function to invoke external debugger.
12468         * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
12469         Eric Pouech <Eric.Pouech@wanadoo.fr>
12470         Added WINMM resources.
12472         * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
12473         Eric Pouech <Eric.Pouech@wanadoo.fr>
12474         Removed obsoleted mcistring.c.
12475         Added support for resources.
12477         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
12478         Eric Pouech <Eric.Pouech@wanadoo.fr>
12479         Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
12480         MCI_STATUS) for mciSendString.
12482         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12483         Spread the use of MM crit sect.
12485         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12486         Moved some MCI functions to mci.c.
12487         Now loads error messages from string table.
12488         Spread the use of MM crit sect.
12490         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12491         Added parsing & storing of command tables.
12492         Merged some MCI functions from mmsystem.c.
12494         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12495         Removed some no longer used prototypes.
12496         Added command tables to MCI structure.
12498         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12499         Fixed buggy prototype.
12501         * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
12502         Avoid crashing on a bad symbol address of 0x0000.
12504         * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
12506         * 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:
12507         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12508         Removed MODULE_GetWndProcEntry16().
12509         Use 32-bit window procedures in COMMDLG instead.
12511         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
12512         Fixed cut&paste bug.
12514         * 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:
12515         Paul Quinn <paulq@corel.ca>
12516         Add a few stubs, some C++ compatibility, and fix a few types.
12518         * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
12519         Declare only one instance of GUID_NULL.
12521         * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
12522         Fixed various problem with ImageList_Draw.
12524         * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
12525         Re-enable the owner window in the EndDialog().
12527         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
12528         Fixed notifications.
12530         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12531         Always retrieve Callout routines using GetProcAddress().
12533         * windows/defwnd.c: Abey George <abey@macadamian.com>
12534         Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
12536         * windows/x11drv/keyboard.c:
12537         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12538         Fixed compiler warning.
12540         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12541         Let through more flags to EnumPrinters.
12542         Fixes for GetPrinter/GetPrinterDriver.
12544         * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
12545         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12546         Fix stupid `rubbish at end of %%Title' bug.
12547         Don't complain about palette relative RGBs.
12548         If output param to CreateDC is NULL default to `LPT1:' - Hack.
12550 Fri Jul 23 19:33:24 1999  Alexandre Julliard  <julliard@winehq.com>
12552         * configure, configure.in, include/config.h.in, include/wine_gl.h:
12553         Lionel Ulmer <lionel.ulmer@free.fr>
12554         Better detection of OpenGL.
12556         * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
12557         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12558         Bugfix: Reverted CallTo16 routines to STDCALL convention.
12560         * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12561         String to GetTextExtentPoint is not necessarily 0 terminated.
12562         Fix function name `32's in comments - API naming madness makes this
12563         worthwhile.
12565         * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
12566         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12567         EnumJobs stub.
12568         Update graphics/psdrv/README.
12569         Add warnings to DRIVER_GetDriverName.
12571         * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12572         Fixed some bad ptr occurrence in this class WndProc.
12574         * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
12575         Lionel Ulmer <lionel.ulmer@free.fr>
12576         - Added a new option 'noxshm'
12577         - Added a 16bpp -> 32 bpp conversion function
12579         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
12580         Change color gray text to 128 128 128 for win9x look.
12582 Tue Jul 20 15:13:20 1999  Alexandre Julliard  <julliard@winehq.com>
12584         * scheduler/debugger.c:
12585         Do not output text in OutputDebugStrAW when not being debugged
12587         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
12588         MDIDestroyChild: MDI window menu item was deleted only if the current
12589         destroyed child was active.
12591         * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
12592         Reset disabled style for the dialog boxes set on property pages.
12594         * 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:
12595         Bertho Stultiens <bertho@akhphd.au.dk>
12596         - Generalized the distinction between 2 and 4 byte integers slightly through
12597           a new parser state. The is now a warning when a 2 byte integer is larger
12598           than 16 bit (and is truncated).
12599         - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
12600           this type will work as expected.
12601         - Added generalized language/version/characteristics support to the DLGINIT
12602           resource type.
12604         Ulrich Czekalla <ulrichc@corel.ca>
12605         - Added support for DLGINIT resource-type.
12606         - Added string continuation and embedded quoting.
12607         - Added numeric IDs for icons in controls.
12609         Eric Pouech <Eric.Pouech@wanadoo.fr>
12610         - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
12612 Sun Jul 18 18:42:29 1999  Alexandre Julliard  <julliard@winehq.com>
12614         * misc/Attic/string.c, misc/Makefile.in:
12615         Albert den Haan <albertd@corel.ca>
12616         Remove string.c because all of its functions were moved to crtdll.c
12617         where they belonged.
12619         * 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:
12620         Patrik Stridvall <ps@leissner.se>
12621         Make it possible to compile with GNU C's -I- option.
12623         * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12624         Work around gcc sig11 fault.
12626         * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
12627         Fixed rounding in MulDiv.
12629         * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
12630         Luc Tourangeau <luc@macadamian.com>
12631         - implementation of SetDeviceClipping
12632         - coordinate system origin fix
12634         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12635         Work-around for compiler bug.
12637         * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
12638         Alex Priem <alexp@sci.kun.nl>
12639         - Implementation of simple comctl32 v5.0 changes.
12640         - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
12642         * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
12643         Added pointer validation and additional sanity check to IsValidSid().
12645         * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
12646         Small fix in UITOOLS95_DrawRectEdge().
12647         Also a fix to draw scrollbar-buttons more like in win9x.
12649         * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12650         In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
12651         afterwards, but a copy of it.
12653         * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12654         Check better that handles are actual handles to a region.
12656         * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
12657         Stop DCE_GetVisRect dereferencing a null wndPtr.
12659         * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
12660         James Juran <jrj120@psu.edu>
12661         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12662         Updated README and man page.
12663         Split documentation for wine.conf into new wine.conf(5) manpage.
12665         * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
12666         Noel Borthwick <noel@macadamian.com>
12667         Implemented the OLE Clipboard API.
12669         * windows/winpos.c: Abey George <abey@macadamian.com>
12670         Validate the parent with the child window client rectangle when the
12671         parent's update region is not empty.
12673         * include/win.h, windows/painting.c:
12674         Francis Beaudet <francis@macadamian.com>
12675         Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
12677         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
12678         Fixed fake WM_LBUTTONUP message.
12680         * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
12681         Added version information for Win98.
12683         * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
12684         Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
12686         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12687         debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
12688         are now stored uppercase.
12690         * controls/button.c: Francis Beaudet <francis@macadamian.com>
12691         Implemented the BS_ICON style.
12693         * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
12694         CreateDialogParamA should not call CreateDialogParamW, because
12695         that'd create a dialog box with a Unicode dialog procedure...
12697         * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
12698         Win9x look & feel on scrollbars.
12700         * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
12701         Thuy Nguyen <thuy@macadamian.com>
12702         Introduced a [psdrv] section in wine.conf with a ppdfile value
12703         specifying the path and name of the PPD file.
12705         * dlls/comctl32/updown.c, include/updown.h:
12706         Sylvain St-Germain <sylvain@macadamian.com>
12707         Implementation of the updown buddy windproc subclassing for the
12708         handling of keyboard up and down arrow.
12710         * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
12711         Updated documentation to reflect renamed header.
12713         * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
12714         Added missing include netinet/tcp.h, for TCP_NODELAY.
12716         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
12717         GetIcon bug fix.
12719 Thu Jul 15 16:09:05 1999  Alexandre Julliard  <julliard@winehq.com>
12721         * include/module.h, loader/ne/module.c:
12722         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12723         Add WINAPI for EntryAddrProc.
12725         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
12726         Minor bug fixes in DdeNameService, also changes to move towards
12727         process-safe code.
12729         * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
12730         Win9x look & feel on buttons and a fix for ownerdrawn buttons
12731         (background set to COLOR_BTNFACE).
12733         * if1632/kernel.spec:
12734         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12735         GlobalSmartPageUnlock() stub added.
12737         * 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:
12738         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12739         Use position-independent code in assembly glue when building .so.
12740         Include if1632/ and graphics/win16drv/ into WineLib.
12741         Move miscemu/emulate.c into dlls/win87em/.
12743         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12744         Changed way of allocation open mci drivers (array => list); this list
12745         is now stored on a per process basis.
12747         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
12748         Eric Pouech <Eric.Pouech@wanadoo.fr>
12749         Removed fixed size array to store specific data (now using
12750         mci(Set|Get)DriverData to store specific data).
12751         Make use of default debugtools.h channel.
12752         Added CALLBACK attribute to DriverProc.
12754         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12755         Changed way of allocation open mci drivers (array => list).
12756         First valid ID for mci devices is now 1 (some progs were testing this
12757         value).
12758         Started implementing mci command table resources.
12759         Handled closing on MCI_ALL.
12761         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12762         Removed fixed size array to store specific data (now using
12763         mci(Set|Get)DriverData to store specific data).
12764         Deferred opening of low-level device until play is requested.
12766         * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12767         Fixed return value for 'open' command.
12768         Changed way of allocation open mci drivers (array => list).
12770         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12771         Removed fixed size array to store specific data (now using
12772         mci(Set|Get)DriverData to store specific data).
12773         Fixed mmio chunk lookup on odd size 'fmt ' chunks.
12775         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12776         Uniformized use of fd to midi device.
12777         Now allocating memory on system heap.
12778         Fixed bug when stopping all notes.
12780         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12781         Cosmetic fixes.
12782         Changed way of allocation open mci drivers (array => list).
12783         Started implementing mci command table resources.
12785         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12786         No longer calling mm timers callbacks with mm timer crit sect locked.
12788         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
12789         ERROR_MORE_DATA requires to write the needed number of bytes into the
12790         lpcchX value (verified against NT3.51 advapi32.dll).
12792         * include/winnt.h, win32/device.c:
12793         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12794         Fixed some CONTEXT86 vs. CONTEXT mismatches.
12796         * include/neexe.h, loader/ne/segment.c:
12797         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12798         Added support for 32-bit NE code segments.
12800         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12801         Fix a hang when we process WM_STYLECHANGED.
12802         Small optimization in TREEVIEW_DrawItem.
12803         Fix debugging crash in TREEVIEW_Expand.
12805 Mon Jul 12 13:46:38 1999  Alexandre Julliard  <julliard@winehq.com>
12807         * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
12808         Added missing prototype for ILFindChild().
12810         * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
12811         Eric Pouech <Eric.Pouech@wanadoo.fr>
12812         Compiler warnings fix.
12814         * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12815         Dumb fixes.
12817         * if1632/kernel.spec, loader/task.c:
12818         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12819         Fixed bugs introduced by 'register' and 'return' function changes.
12821         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
12822         Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
12823         level physical surfaces (verified for XLIB with WC Prophecy).
12825 Sun Jul 11 17:20:06 1999  Alexandre Julliard  <julliard@winehq.com>
12827         * 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:
12828         Take advantage of the new registers saved in the STACK16FRAME to turn
12829         some 'register' functions into normal functions.
12830         Removed the few remaining 'return' functions to simplify relay
12831         handling.
12833         * 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:
12834         Marcus Meissner <marcus@jet.franken.de>
12835         Removed the old, historical and no longer working IPC support.
12837         * 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:
12838         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12839         Modularized CallFrom/To16 routines.  Adapted dependent routines,
12840         16-bit snoop/relay debugging, and make rules.
12842         * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
12843         Revert last change in window activation on mouse click.
12845         * memory/global.c: Rein Klazes <rklazes@casema.net>
12846         Fixed a case when GlobalSize did not return zero after an error.
12848 Sat Jul 10 13:16:56 1999  Alexandre Julliard  <julliard@winehq.com>
12850         * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
12851         Renamed static global variable 'iovec' to 'myiovec'.
12853         * 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:
12854         Howard Abrams <howard@cs.nps.navy.mil>
12855         Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
12857         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12858         Create dialog window using CreateWindowEx16/W depending on template
12859         type, not dialog procedure type.
12861         * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
12862         Made IShellFolder::fnParseDisplayName return a relative pidl.
12864         * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
12865         Alex Priem <alexp@sci.kun.nl>
12866         First try at the month calendar common control. Main features
12867         basically OK.
12869         * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
12870         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12871         Implemented GetPrinterA and GetPrinterDriverA.
12873         * controls/button.c: Luc Tourangeau <luc@macadamian.com>
12874         Added BN_CLICKED notification in WM_SETFOCUS.
12876         * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
12877         Juergen Schmied <juergen.schmied@metronet.de>
12878         Small fixes.
12880         * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
12881         Juergen Schmied <juergen.schmied@metronet.de>
12882         Implemented StrToOleStrN.
12883         Fixed crash in ShellExecuteEx.
12884         Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
12885         Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
12887         * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
12888         Juergen Schmied <juergen.schmied@metronet.de>
12889         IStream interface for file access.
12891         * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
12892         Juergen Schmied <juergen.schmied@metronet.de>
12893         Fixed crash during second DLL_PROCESS_DETACH if the dll
12894         refcount reached zero after the second one (memory freed twice).
12896         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
12897         Juergen Schmied <juergen.schmied@metronet.de>
12898         Some more pidl-types.
12899         Implementation of ILIsParent.
12901         * dlls/shell32/shelllink.c:
12902         Juergen Schmied <juergen.schmied@metronet.de>
12903         Completely rewritten. IPersistStream interface implemented.
12905         * dlls/shell32/shellole.c:
12906         Juergen Schmied <juergen.schmied@metronet.de>
12907         DLLGetClassObject/Classfactory: create objects by CLSID not IID.
12909         * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12910         Bugfix: exit() replaced by ExitProcess().
12912         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12913         Bugfix: correctly cope with end > 0xfffe.
12915         * library/winestub.c:
12916         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12917         Call ExitProcess() after WinMain() returns.
12919         * loader/ne/module.c:
12920         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12921         Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
12922         Don't try to call WEP of dummy modules in FreeLibrary16().
12924         * include/winreg.h, misc/registry.c:
12925         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12926         Added `const's to some registry API functions.
12928         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
12929         Added a couple of DirectX CLSID entries. This makes Unreal completely
12930         independent of a windows installation.
12932         * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
12933         GetTimeFormat() should return LocalTime not SystemTime.
12935         * 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:
12936         Dave Pickles <davep@nugate.demon.co.uk>
12937         FOR and IF commands added.
12938         MOVE command added, but no wildcard support.
12939         Redirection added.
12940         Fixed TIME (was reporting in GMT).
12941         More help text.
12943         * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
12944         Sometimes the text on a tab control got truncated.
12946         * controls/combo.c: Abey George <abey@macadamian.com>
12947         Fixed the height of the dropped list when there are few items in the
12948         list.
12950         * 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:
12951         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12952         Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
12953         calling XFlush() instead.
12955         * 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:
12956         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12957         Added patterned brushes (level 2 PostScript only).
12958         Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
12960         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12961         Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
12962         to use the same code path.
12964         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12965         Fix InitTask() to work if DGROUP was manually resized.
12967         * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
12968         Ian Schmidt <irsman@iag.net>
12969         Added stub for SetThreadToken(), required by Office 2000.
12971         * include/commdlg.h:
12972         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12973         Bugfix: COMMDLG hook procedures were not CALLBACK.
12975         * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
12976         It is possible for a stream to have both small block and big block
12977         chain as NULL.
12979         * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
12980         Made string compare case insensitive in GetModuleHandle16() as a
12981         quick fix for WinWord 6.
12983         * misc/network.c, relay32/mpr.spec:
12984         Juergen Schmied <juergen.schmied@metronet.de>
12985         Added stub for WNetGetUniversalName[A|W].
12987         * graphics/x11drv/palette.c:
12988         Juergen Schmied <juergen.schmied@metronet.de>
12989         Fixed crash due to invalid GDI_Obj.
12991         * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
12992         Fixed crash due to invalid pointer.
12994 ----------------------------------------------------------------
12995 Sun Jul  4 16:09:20 1999  Alexandre Julliard  <julliard@winehq.com>
12997         * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
12998         Converted to the new debug interface, using script written by Patrik
12999         Stridvall.
13001         * 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:
13002         Patrik Stridvall <ps@leissner.se>
13003         Started on an implementation of Win64 for use on 64 bit platforms.
13005         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
13006         Windows should be activated in these cases:
13007         1- when we click on non active window.
13008         2- when we cancel a moving or resizing of a non active window.
13010         * documentation/distributors:
13011         Marcus Meissner <Marcus.Meissner@caldera.de>
13012         Added sample wine.conf.
13014         * 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:
13015         Patrik Stridvall <ps@leissner.se>
13016         Moved code to the X11 driver.
13018         * include/winuser.h, loader/resource.c, relay32/user32.spec:
13019         Joshua Thielen <thielen@netperson.net>
13020         Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
13022         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13023         WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
13025         * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
13026         Fixed check for whether to call SetWindowPos when showing a window
13027         scroll bar.
13029         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
13030         Check for complete lcid or just the primary language id in the
13031         registry lookups (fixes one FirstClassClient 32 problem).
13033         * windows/message.c: Per Ã…ngström <pang@mbox304.swipnet.se>
13034         Fixed a problem with apps that override the default behaviour on
13035         WM_MOUSEACTIVATE message (main window was not activated).
13037         * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
13038         When enumerating resource, only use the lower 31 bit of the name as
13039         the offset (for the highest bit is '1'). Should fix wine-net/257.
13041         * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
13042         Patrik Stridvall <ps@leissner.se>
13043         Fixes for compile on non-Intel platforms.
13045         * 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:
13046         Patrik Stridvall <ps@leissner.se>
13047         Fixed/moved/added missing/wrong function prototypes.
13049         * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
13050         Henrik Olsen <henrik@iaeste.dk>
13051         Cleanup of the Danish support.
13053         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
13054         Fix a bug in SetWindowPos to prevent parent from erasing its child
13055         painting area when parent window and child window don't have
13056         WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
13058         * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
13059         Make defwndproc erase the correct location.
13061 Sat Jul  3 16:01:44 1999  Alexandre Julliard  <julliard@winehq.com>
13063         * 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:
13064         Marcus Meissner <marcus@jet.franken.de>
13065         some small include fixes, some checks for NULL ptrs,
13066         loader/elf.c: fixed the "lib" insertion
13067         crtdll: added fsopen()
13068         dinput: return that we are attached.
13070         * controls/button.c: Reverted previous change.
13072         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
13073         Cancel pending notifications when EM_SETMODIFY is called.
13075         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
13076         Fix a crash when doing sorted inserts at top level.
13078         * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
13079         Reworked nonclient drawing code. Win31 look now works more like real
13080         Win31, so apps like Delphi 1.0 no longer go into infinite recursion
13081         etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
13082         (e.g. WS_EX_WINDOWEDGE is still not handled).
13084         * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
13085         SM_C[XY]FRAME is BorderWidth + 1.
13087         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13088         Bugfix: LocalInit with start == 0 always places heap at end of segment.
13090         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13091         Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
13093         * 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:
13094         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13095         On NE process creation, move major part of NE EXE module loading and
13096         NE instance creation into the child process.
13098         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
13099         Window style updates.
13101         * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
13102         Some enhancements, and removal of C++ constructs.
13104         * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
13105         Marcus Meissner <marcus@jet.franken.de>
13106         Implemented chains of surfaces. This allows an unlimited number
13107         of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
13108         whatever).
13110         * files/file.c, relay32/kernel32.spec:
13111         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13112         Added UnlockFileEx stub.
13114         * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
13115         Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
13116         Added missing 61762 entry on system resources in Spanish and
13117         Catalonian languages.
13119         * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
13120         Make GetScrollInfo return scroll pos when program requests thumb pos
13121         outside drag operation.
13123 Sun Jun 27 15:40:44 1999  Alexandre Julliard  <julliard@winehq.com>
13125         * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13126         Converted to the new debug interface.
13128         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
13129         ReadConsoleA: use ir as pointer to (req+1).
13131         * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
13132         Remove the  validated child area from the update region of parent for
13133         windows without WS_CLIPCHILDREN style.
13135         * debugger/db_disasm.c:
13136         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13137         Bugfix: Grp8 instructions have *byte* BitOffset operand.
13139         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13140         Bugfix: missing WINAPIs added.
13142         * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
13143         OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
13145         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
13146         Return ERROR_DISK_FULL for WriteFile.
13148         * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
13149         Fixed missing return after about dialog.
13151 Sat Jun 26 19:09:11 1999  Alexandre Julliard  <julliard@winehq.com>
13153         * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
13154         Converted to the new debug interface, using script written by Patrik
13155         Stridvall.
13157         * 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:
13158         Changed CONTEXT into CONTEXT86 everywhere we really want an i386
13159         context.
13160         Added #ifdef __i386__ around accesses to 386 registers in the generic
13161         CONTEXT structure.
13163         * include/winnt.h: Added CONTEXT86 definition.
13164         Added PowerPC context as an example (not tested).
13166         * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
13167         Fixes for non-i386 compiling.
13169         * */*:
13170         Patrik Stridvall <ps@leissner.se>
13171         ANSI C fixes.
13172         Removed warnings.
13173         Made the include files self-sufficient.
13174         Some Solaris fixes.
13176         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
13177         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13178         Fixed DPA_LoadStream and improved DPA_Merge.
13180         * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13181         Added check for invalid parent item.
13183         * dlls/shell32/shellord.c, relay32/shell32.spec:
13184         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13185         Added SHDoDragDrop() stub.
13187         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13188         Improved GetRandomRegion().
13190         * misc/network.c, relay32/mpr.spec:
13191         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13192         Added WNetRemoveCachedPassword() stub.
13194         * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13195         Store buddy window.
13197         * include/tooltips.h, dlls/comctl32/tooltips.c:
13198         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13199         Started WM_NOTIFYFORMAT support.
13201         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13202         Better ComboBoxEx placement.
13204         * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
13205         Ensure that the command-line passed to the various *CreateProcess
13206         functions contains the path to the program being invoked.
13208         * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
13209         Prevent bad window X error.
13211         * windows/mdi.c, windows/sysmetrics.c:
13212         Abey George <abey@macadamian.com>
13213         The system menu icon on a MDI child window was corrupted when the
13214         child frame window is maximized within the main frame when the wine
13215         look is Windows 95.
13217         * controls/scroll.c, windows/defwnd.c:
13218         Slava Monich <Slava.Monich@netmanage.com>
13219         In case if scrollbar has the same background color as the window
13220         it belongs to, it needs to be filled with 0x55aa bitmap brush.
13222         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
13223         Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
13225         * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
13226         Fix (well kludge around) FreeBSD's `Invalid address' errors.
13228         * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
13229         James Abbatiello <abbeyj@wpi.edu>
13230         Draw a 3D border around edit controls when not in WIN31_LOOK.
13232         * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
13233         James Abbatiello <abbeyj@wpi.edu>
13234         Only draw a black border around normal buttons when in WIN31_LOOK.
13236         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13237         Fixed alignment and position when looking for mmio chunks.
13239         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13240         No longer using global vars (shared data) for mm timers, but a
13241         specific structure for each attached process.
13242         Fixed alignment and position when looking for mmio chunks.
13243         Fixed WAVE mapper handling in waveGetCaps.
13245         * include/multimedia.h, multimedia/time.c:
13246         Eric Pouech <Eric.Pouech@wanadoo.fr>
13247         No longer using global vars (shared data) for mm timers, but a
13248         specific structure for each attached process.
13250         * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
13251         Wrote a small document on how to package WINE for distributors.
13253         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
13254         SetCursorPos() function was called with a window coordinates
13255         parameter.
13257         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13258         Fixed null ptr deref introduced in last patch.
13260         * if1632/ole2.spec, ole/ole2.c:
13261         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13262         Kind of implemented OleMetaFilePictFromIconAndLabel.
13264         * include/toolbar.h, dlls/comctl32/toolbar.c:
13265         Chris Morgan <cmorgan@wpi.edu>
13266         James Abbatiello <abbeyj@wpi.edu>
13267         Fixed various problems related to bitmaps and flat toolbars.
13269         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
13270         James Abbatiello <abbeyj@wpi.edu>
13271         Fixed problems with disappearing text.
13273         * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
13274         James Abbatiello <abbeyj@wpi.edu>
13275         Complete rewrite of messaging code to implement/fix all input behaviors.
13276         Fixed a few fixmes.
13278         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
13279         Dave Pickles <davep@nugate.demon.co.uk>
13280         Added more batch functionality, including the CALL GOTO and SHIFT
13281         commands plus batch command arguments.
13283         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
13284         Updated to reflect current status.
13286         * loader/ne/module.c:
13287         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13288         NE_LoadFileModule: Free module when NE_LoadDLLs fails.
13290         * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
13291         Thuy Nguyen <thuy@macadamian.com>
13292         Implemented the underline and strikeout text attributes for the Wine
13293         PostScript driver.
13295         * windows/win.c: Pascal Lessard <pascal@macadamian.com>
13296         EnableWindow doesn't release the capture of a child window.
13298         * Makefile.in: James Juran <jrj120@psu.edu>
13299         Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
13300         non-blank.
13302         * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
13303         Remove the WM_LBUTTONUP message from the queue after selecting a mouse
13304         menu item.
13306         * 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:
13307         Further server optimizations:
13308         - merged request and reply structures
13309         - build requests directly into the buffer to avoid a copy
13311 Tue Jun 22 19:14:41 1999  Alexandre Julliard  <julliard@winehq.com>
13313         * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
13314         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
13315         Standard dialog boxes resources and OLE strings are now in cp1251 encoding
13316         Font mapper does not anymore use fonts in -koi8-r encoding
13317         Font mapper now recognises fonts in -windows-* encodings (these are
13318         provided by xfstt TrueType server)
13319         Font mapper now sees max 16384 fonts (was 2048)
13321         * relay32/builtin32.c:
13322         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13323         Share the HMODULE of built-in modules over all processes.
13324         Use the cached HMODULE to speed up relay debugging.
13325         Display the multi-instantiation warning only for 'dangerous' DLLs.
13327         * scheduler/process.c:
13328         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13329         Load USER32.DLL before calling UserSignalProc.
13331         * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13332         Use separate service for each windows timer.
13334         * if1632/compobj.spec, ole/compobj.c:
13335         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13336         Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
13338         * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
13339         Eric Pouech <Eric.Pouech@wanadoo.fr>
13340         Thou shalt not use C++ comments.
13342         * include/driver.h, windows/driver.c:
13343         Eric Pouech <Eric.Pouech@wanadoo.fr>
13344         Moved to new trace interface.
13345         Fixed driver closing.
13347         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13348         Better handling of double quotes in MCI string commands.
13350         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13351         Fixed memory leak in mci structures.
13353         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13354         Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
13356         * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13357         Added missing GDI heap unlock.
13358         Moved to new debug interface.
13360         * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13361         Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
13362         OFN_EXPLORER bits set.
13364         * dlls/comctl32/imagelist.c:
13365         Francois Boisvert <francois@macadamian.com>
13366         Modified ImageList_LoadImageA to check the case where cx is set to zero.
13368         * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
13369         Added Swiss french keyboard layout.
13371         * server/select.c: Dump server objects on SIGHUP.
13373         * 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:
13374         Made server communication faster by using a shared memory block.
13375         A few other optimizations in request processing in the server.
13376         Moved automatically generated request definitions to server.h and
13377         removed include/server/request.h.
13379         * 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:
13380         Merged THDB and TEB structures.
13381         Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
13383         * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
13384         Added Wa.s
13386 Sun Jun 20 15:09:32 1999  Alexandre Julliard  <julliard@winehq.com>
13388         * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
13389         Fixed Winelib compilation.
13391 Fri Jun 18 18:29:04 1999  Alexandre Julliard  <julliard@winehq.com>
13393         * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
13394         Include instruction emulation in Winelib.
13396         * include/wine/exception.h, win32/except.c: A few optimizations.
13398         * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
13400         * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
13401         Added DebugBreak.
13403         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
13404         Debugger is now called by exception handling.
13405         Added 'pass' command to pass exceptions to the app.
13407         * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
13408         Moved signal handling to exception.c, generate exceptions on signals.
13409         Added hook for debugger in exception handling (temporary).
13411         * 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:
13412         Pablo Saratxaga <srtxg@ping.be>
13413         Walloon language update.
13415         * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
13416         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13417         - Do not call XConfigureWindow if SetWindowPos was called due to a
13418           received ConfigureNotify event (to avoid recursion).
13419         - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
13420           walking the tree.
13421         - Set XSizeHint.win_gravity to StaticGravity for managed windows.
13423         * misc/version.c:
13424         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13425         Bug fix.
13427         * loader/pe_image.c:
13428         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13429         Fix compiler warning.
13431         * documentation/Makefile.in, Makefile.in:
13432         Alexander V. Lukyanov <lav@long.yar.ru>
13433         Install wine.man from current directory.
13434         Remove wine.man on distclean, not on clean.
13436 ----------------------------------------------------------------
13437 Sun Jun 13 08:49:47 1999  Alexandre Julliard  <julliard@winehq.com>
13439         * dlls/comctl32/listview.c, include/listview.h:
13440         Chris Morgan <cmorgan@wpi.edu>
13441         James Abbatiello <abbeyj@wpi.edu>
13442         Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
13444         * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
13445         James Abbatiello <abbeyj@wpi.edu>
13446         Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
13448         * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
13449         James Abbatiello <abbeyj@wpi.edu>
13450         Adds some undocumented behavior to TREEVIEW_GetItemA().
13452         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
13453         Fixed ambigous else/brace problem, moved "name" computation in
13454         CreateProcess _before_ outputting it in the FIXME_()s.
13456         * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
13457         Do not reuse a passed CONST RECT * pointer.
13459         * windows/x11drv/mouse.c:
13460         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13461         Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
13462         used with native USER ...
13464         * loader/pe_image.c, scheduler/process.c:
13465         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13466         Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
13467         replaced it by a somewhat less broken hack :-/
13469         * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
13470         Fixed small memory corruption.
13472 Sat Jun 12 18:36:55 1999  Alexandre Julliard  <julliard@winehq.com>
13474         * include/*.h:
13475         Patrik Stridvall <ps@leissner.se>
13476         Mad the include files idempotent using a consistent macro naming
13477         scheme.
13479         * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
13480         Avoid painting destroyed windows.
13482         * dlls/*.c, if1632/*.c, loader/*.c:
13483         Converted to the new debug interface, using script written by Patrik
13484         Stridvall.
13486         * 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:
13487         Patrik Stridvall <ps@leissner.se>
13488         Added missing/wrong includes.
13490         * 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:
13491         Patrik Stridvall <ps@leissner.se>
13492         Removed direct references to CLASS internals.
13494         * include/process.h, misc/version.c, scheduler/process.c:
13495         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13496         Rearrange winver detection code and cache the winver value we
13497         determined in the PDB to speed up.
13499         * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
13500         Draws a border around windows with old win31 style (only ws_border) in
13501         win95 look.
13503         * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
13504         Patrik Stridvall <ps@leissner.se>
13505         Added CINTERFACE and NONAMELESSUNION support.
13507         * include/*.h:
13508         Patrik Stridvall <ps@leissner.se>
13509         Added extern "C" if __cplusplus is defined.
13511         * include/combo.h, controls/combo.c, controls/listbox.c:
13512         Francis Beaudet <francis@macadamian.com>
13513         Fixed a few behaviors of the combobox that were broken.
13515         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
13516         Guy Albertelli <galberte@neo.lrun.com>
13517         Add new "walk" command options to list processes and modref's.
13519         * graphics/x11drv/dib.c:
13520         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13521         X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
13522         and negative lines.
13524         * 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:
13525         Patrik Stridvall <ps@leissner.se>
13526         Changed xxx(VOID) to xxx(void).
13528         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13529         - simplified internal data
13530         - thread safe access to internal structures
13531         - fixed bug on ONE_SHOT timers
13532         - deferred service thread call until really needed (no longer on WINMM
13533           or MMSYSTEM attachement)
13535         * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
13536         Eric Pouech <Eric.Pouech@wanadoo.fr>
13537         Made the service thread instanciable in every process.
13539         * Make.rules.in, Makefile.in, configure, configure.in:
13540         James Juran <jrj120@psu.edu>
13541         Use Autoconf to find path to ldconfig.
13543         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
13544         Fixed a problem with the LoadTypeLib method.
13546         * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
13547         Use @sysconfdir@ for the default registries in misc/registry.c too.
13549         * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
13550         Added generic pixel converter for 8->24.
13552         * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
13553         DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
13554         were expanded to WORD incorrectly.
13556         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
13557         Ove Kaaven <ovek@arcticnet.no>
13558         Various DPMI fixes and preliminary DPMI raw mode switch handler.
13560         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
13561         Fixed imprecision in the MDI tiling functionality.
13563         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13564         Open files with more appropriate sharing mode.
13566         * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13567         Small fixes for EnhMetaFile playback.
13569         * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
13570         Fixed an error and an off-by-one bug in DSA_SetItem().  This
13571         eliminates some crashes with Win98 native SHELL32.
13573         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
13574         Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
13575         with caps1==NULL.
13577         * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
13578         dwDataSize needs to be reset before each RegQueryValueEx() call.
13580         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
13581         Don't ignore application-requested primary buffer flags.
13583         * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
13584         Clear high word of %esp when returning from CallFrom16.
13586         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13587         Implementation of EV_RXFLAG.
13589         * windows/winpos.c, windows/x11drv/event.c:
13590         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13591         Better implementation of [GS]etForegroundWindow.
13592         Fixed focus handling on inter-thread activation.
13593         Adapted FocusIn/Out event handling to per-queue focus.
13595         * loader/ne/module.c:
13596         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13597         Release Win16Lock during PROCESS_Create.
13599         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
13600         ImageList_GetIcon bug fix.
13602         * win32/time.c: Rein Klazes <rklazes@casema.net>
13603         Corrected a problem in GetTimeZoneInformation() due a change to
13604         mktime() in glibc-2.1.1 when daylight saving time is in effect.
13606         * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
13607         Changed K&R C function definition to ANSI C.
13609         * graphics/psdrv/bitmap.c, include/psdrv.h:
13610         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13611         PSDRV_StretchDIBits should use logical co-ords.
13612         Some versions of ghostscript seem to eat one too many characters of
13613         image data. Add a '%' to the output file to work around this.
13615         * relay32/wnaspi32.spec:
13616         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13617         Fixed WNASPI32 ordinals.
13619         * include/winbase.h:
13620         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13621         Added the function definitions of GetStartupInfo*().
13623         * documentation/status/dde, misc/ddeml.c:
13624         Keith Matthews <keith_m@sweeney.demon.co.uk>
13625         1st cut implementation of DdeNameService (omits monitor callback)
13626         1st cut implementation of DdeKeepStringHandle (probably complete)
13627         DdeInitializeW - minor changes to initialise service names structure
13628         DdeGetLastError - start of proper last error retrieval
13629         DdeCreateStringHandle16 - added code for default codepage where not
13630         supplied.
13631         Various documentary/comment corrections.
13633 Fri Jun 11 18:33:46 1999  Alexandre Julliard  <julliard@winehq.com>
13635         * include/process.h, memory/environ.c, scheduler/process.c:
13636         Use the normal environment routines to build the env db of the initial
13637         process.
13639         * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
13640         Return console handles in alloc_console request.
13641         Fixed read_console_input parameters to conform to the reply structure
13642         declaration.
13644 Mon Jun  7 17:46:39 1999  Alexandre Julliard  <julliard@winehq.com>
13646         * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13647         Fixed CreateCompatibleBitmap when called with 0 width or height.
13649         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13650         Fixed mmioDescend when called with a parent chunk.
13652         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
13653         Trying to fix sigaltstack() problem reported by Debian users.
13654         SIGTRAP might be undefined (beos).
13656         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
13657         Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
13658         Fixed TLB_FindTlb (strstr on binary data will not work).
13660         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
13661         Fixed >> and * operator precedence problem.
13663         * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13664         Fixed order for entering critical sections (X11 vs. WndLock) when
13665         calling X11DRV_MOUSE_SetCursor.
13667         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13668         Consult ne.operating_system field for NE files in GetBinaryType().
13670         * server/process.c: Fixed initial process refcount.
13672 Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard@winehq.com>
13674         * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
13675         Forced commit to get rid of the vendor branch
13677         * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
13679         * programs/regapi/regapi.c:
13680         Avoid use of strncmpi (reported by Ron Cemer).
13682         * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
13683         Moved inclusion of winestring.h to winebase.h.
13684         Added Winelib macros for lstrncmp functions.
13686         * controls/scroll.c: Ron Cemer <roncemer@gte.net>
13687         Fixes for several bugs in which portions of the scrollbar were not
13688         being redrawn correctly, the focus rectangle was not being correctly
13689         removed from the thumb before redrawing, etc.; added complete Win9x
13690         and WinNT look and feel support.
13692         * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
13693         Fixes for Win9x and WinNT look and feel.
13695         * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
13696         James Abbatiello <abbeyj@wpi.edu>
13697         Fixed response of GetFullPathNameA when buffer==NULL.
13699         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13700         CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
13702         * 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:
13703         Dave Pickles <davep@nugate.demon.co.uk>
13704         Added Wine command-line interpreter.
13706         * if1632/thunk.c, include/callback.h, misc/callback.c:
13707         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13708         Removed Callback.CallTaskRescheduleProc().
13710         * include/main.h, miscemu/main.c, tools/build.c:
13711         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13712         Switch stacks in CALL32_Init().
13714         * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
13715         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13716         16-bit scheduler reorganized: run all tasks in their own thread.
13717         Process creation sequence adapted to new scheduler.
13719         * include/services.h, loader/main.c, scheduler/services.c:
13720         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13721         Removed SERVICE_Exit().
13723         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13724         Release WND lock before calling PostEvent16().
13726         * include/wnaspi32.h:
13727         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13728         Add some defines.
13730         * dlls/wnaspi32/winaspi32.c:
13731         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13732         ASPI_ExecScsiCmd: better return value and verbose error when no device
13733         found.
13735         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
13736         Use SearchPath to test for existance of programs in lpCmdLine
13737         processing. For lpApplName do not append ".exe" and use
13738         DOSFS_GetFullName to locate the program. Move module find process
13739         after flag testing and provide quick exit if not found.
13741         * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
13742         Implemented dialog units -> pixels conversion very close to how it's
13743         actually done by Windows.
13745 Sat Jun  5 15:23:20 1999  Alexandre Julliard  <julliard@winehq.com>
13747         * 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:
13748         Paul Quinn <paulq@corel.ca>
13749         Some non-threatening fixes to some headers, as well as some casting
13750         changes that make winelib more win32 code compatible.
13752         * files/drive.c, include/winbase.h, relay32/kernel32.spec:
13753         <davep@nugate.demon.co.uk>
13754         Stub for SetVolumeLabel().
13756         * windows/message.c:
13757         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13758         Add back lost treatment of HWND_TOPMOST.
13760         * windows/x11drv/event.c:
13761         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13762         Try to improve ConfigureNotify event processing.
13764         * objects/pen.c: Joshua Thielen <thielen@netperson.net>
13765         Allow pens with styles greater than PS_INSIDEFRAME to be created with
13766         ExtCreatePen.
13768         * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
13769         Rein Klazes <rklazes@casema.net>
13770         Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
13771         ITypeLib2 and ITypeInfo2 methods.
13773         * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
13774         Allow NULL as argument to SysFreeString in accordance with SDK.
13776         * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
13777         - more up-to-date description of source tree
13778         - better example of required comments for an API implementation
13779         - replacement of WINE_PACKED by "pshpack1.h", etc.
13780         - naming conventions for non-api calls and types
13781         - location conventions for non-api header files and prototypes
13783         * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
13784         Robert W Hall <bobh@n-cantrell.demon.co.uk>
13785         Added 2 stubs.
13787         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13788         Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
13790         * windows/x11drv/event.c, windows/x11drv/wnd.c:
13791         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13792         Fixed potential memory corruption in EVENT_QueryZOrder.
13793         Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
13795         * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
13796         Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
13798         * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
13799         o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
13800         o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
13801           CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
13802           parameter to ShowWindow(). Some apps (CALC.EXE for Win98
13803           is one of them) use this undocumented feature to create
13804           hidden window with WS_VISIBLE style set.
13806         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
13807         Ian Schmidt <irsman@iag.net>
13808         Added partial implementation for DPA_LoadStream and stub for
13809         DPA_SaveStream.  Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
13810         the partial implementation and parameter information.
13812         * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
13813         Make it possible to link Wine statically (at least on RedHat 6.0).
13815         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13816         When looking into sys menu, check if items are present before
13817         dereferencing.
13819         * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
13820         Autoconfigure the directories in the manpage.
13822         * 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:
13823         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13824         Removed DummyMotionNotify EVENT driver routine.
13826         * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
13827         Marcus Meissner <marcus@jet.franken.de>
13828         Autoconfigure the directories in the manpage.
13830         * files/file.c, include/winbase.h, relay32/kernel32.spec:
13831         James Juran <jrj120@psu.edu>
13832         Add stub for LockFileEx (KERNEL32.513).
13834         * documentation/status/internationalisation:
13835         Klaas van Gend <klaas@vangend.demon.nl>
13836         Current status of Wine on internationalisation.
13838         * controls/button.c: Rein Klazes <rklazes@casema.net>
13839         Do not process WM_LBUTTONUP message in ButtonWndProc()
13840         when the mouse is not captured.
13842         * graphics/psdrv/init.c, objects/dc.c:
13843         Noel Borthwick <noel@macadamian.com>
13844         From CreateCompatibleDC, pass the device name associated with the
13845         source DC in order to allow PSDRV_CreateDC to locate the printer info
13846         for the device.
13848         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13849         Added some digital video interface
13850         Fixed a few bugs (device names are no longer converted to upper case,
13851         added call back window, all structures moved to 32 bit...).
13853         * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13854         Workaroung gcc 2.7.2.x sig 11 issue.
13856         * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
13857         Eric Pouech <Eric.Pouech@wanadoo.fr>
13858         Added (still incomplete) handling of MCI_BREAK command.
13860         * documentation/no-windows: James Juran <jrj120@psu.edu>
13861         Updated documentation/no-windows.
13863         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
13864         Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
13865         using a faster generic routine and some inline assembly for i386
13866         (cleanups by Ove).
13868 Fri Jun  4 19:49:54 1999  Alexandre Julliard  <julliard@winehq.com>
13870         * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
13871         Made handle table a separate object.
13872         Global handle table is no longer bound to a process.
13873         Removed special handling of the initial process.
13875         * server/main.c, server/object.c, server/object.h:
13876         Added optional debugging code in object management.
13878 Sat May 29 14:27:27 1999  Alexandre Julliard  <julliard@winehq.com>
13880         * 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:
13881         Got rid of THREAD_InitDone.
13882         Made THREAD_Current() inline.
13883         Moved server tid into TEB.
13885         * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
13886         Reimplemented the CheckRadioButton function.
13888         * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
13889         James Abbatiello <abbeyj@wpi.edu>
13890         Fixed incorrect lookup of background color.
13892         * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
13893         Chris Morgan <cmorgan@wpi.edu>
13894         James Abbatiello <abbeyj@wpi.edu>
13895         Fixed problems when using multiple style flags together.
13897         * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
13898         James Abbatiello <abbeyj@wpi.edu>
13899         Fixed a problem when using string resources as tooltext.
13901         * windows/win.c: Francis Beaudet <francis@macadamian.com>
13902         Fixed a behavior of the focus when a parent window is disabled.
13904         * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
13905         Fixed a bug which causes the PolyBezier to not be updated on redraw
13906         (when you want them to be).
13908         * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
13909         Remove unnecessary warning in TranslateAccelator.
13911         * server/handle.c:
13912         Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
13913         Meissner).
13915         * 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:
13916         Paul Quinn <paulq@corel.ca>
13917         ver.h is a legacy header. winver.h should be used instead.
13919         * dlls/tapi32/phone.c, misc/crtdll.c:
13920         Marcus Meissner <marcus@jet.franken.de>
13921         Fixed some warnings.
13923         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
13924         Luc Tourangeau <luc@macadamian.com>
13925         - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
13926         - Implemented LVM_FINDITEM message.
13927         - Added some new window styles.
13928         - Fixed some bugs and extended a number of existing functions.
13929         - Modified selection functions to support area selection (for group
13930           selection in LVS_ICON and LVS_SMALLICON).
13932         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13933         Fixed a couple of missing event notifications. Some more debugging
13934         messages.
13936         * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
13937         Icelandic keyboard support.
13939         * graphics/ddraw_private.h, graphics/ddraw.c:
13940         Lionel Ulmer <ulmer@directprovider.net>
13941         - better debug output for surface creation
13942         - added (experimental) DIBSection implementation of GetDC / ReleaseDC
13944         * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
13945         Corrected warning.
13947         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
13948         Support TPM_RETURNCMD in TrackPopupMenu.
13950         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
13951         Fix <return> key (somehow we get a control keystate).
13953         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13954         Fixed compilation erros on non-Linux systems.
13956         * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13957         Added missing TRACE define when NO_DEBUG_MSGS was defined.
13959         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
13960         Added missing WINAPI for SHValidateUNC.
13962         * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
13963         Adapted to the new dll resource handling by Bertho Stultiens.
13965 Mon May 24 15:02:18 1999  Alexandre Julliard  <julliard@winehq.com>
13967         * misc/shell.c: Release the Win16Lock before calling WinExec.
13969         * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
13970         Removed process argument to PROCESS_CallUserSignalProc.
13972         * scheduler/process.c:
13973         Moved remaining initialisations to the new process context.
13974         Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
13975         Changed PROCESS_CallUserSignalProc to avoid accessing another process
13976         address space.
13978         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
13979         Added support for dumping variable-size data of server replies.
13980         Added cmd_line and cmd_show in new_process request.
13982         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13983         fixed builtin mmsystem.dll init sequence
13985         * multimedia/Attic/init.c, multimedia/Makefile.in:
13986         Eric Pouech <Eric.Pouech@wanadoo.fr>
13987         removed obsoleted init.c source file
13989         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13990         removed unnecessary MCI drivers entry point
13991         added undocumented mmsystem functions
13993         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13994         moved to new trace interface
13995         now calling time init function from mmsystem and/or winmm entry point
13997         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13998         included DLL init sequence (from obsoleted init.c)
13999         fixed builtin mmsystem.dll init sequence
14000         fixed PlaySound when used with an asynchronous audio driver
14001         fixed midiStream functions for Stop/Pause/Restart functions
14002         fixed error handling in waveOutOpen with QUERY_FORMAT flag
14004         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14005         included midi init sequence (from obsoleted init.c)
14006         moved to new trace interface
14007         simplified code with using new configuration constant (HAVE_OSS_MIDI)
14008         fixed erroneous warnings
14010         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14011         included mci init sequence (from obsoleted init.c)
14012         moved to new trace interface
14014         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14015         output: better internal thread interface (orthogonalization of states and events)
14016         output: removed use of DSP_IOCTL_GETOSPACE
14017         output: fixed latency in reset messages handling
14018         output: replaced some polling mechanisms with blocking ones
14019         output: fixed get/set volume functions
14021         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14022         moved to the new debug interface
14023         fixed bugs in pause/play/stop functions
14024         fixed signature of driver entry point
14026         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14027         moved to the new debug interface
14028         fixed bugs in pause/play functions
14029         fixed signature of driver entry point
14031         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14032         Updated traces.
14034         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14035         Remove extraneous winuser16.h.
14037         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14038         Changed printf into TRACE.
14040         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14041         Fixed a few typos.
14043         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14044         Check when backtracking the stack if frames are correct (readable).
14046         * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
14047         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14048         Moved WINSOCK network IO event handling to special thread.
14049         Removed EVENT_WaitNetEvent, introduced a global scheduler event.
14051         * miscemu/main.c, scheduler/process.c:
14052         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14053         Wait until child initialized before returning from PROCESS_Create.
14055         * relay32/kernel32.spec, win32/kernel32.c:
14056         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14057         Use register functions with arguments for LogApiThk...
14059         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14060         James Abbatiello <abbeyj@wpi.edu>
14061         Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem.  Removed unused
14062         variable in LISTVIEW_GetNextItem.
14064 Sun May 23 20:02:05 1999  Alexandre Julliard  <julliard@winehq.com>
14066         * 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:
14067         Use the new debug functions to send debug events at appropriate places.
14068         Pass the process creation flags to PROCESS_Create.
14070         * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
14071         Implemented the Win32 debug API functions.
14073         * 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:
14074         Added debug events support.
14076 ----------------------------------------------------------------
14077 Sun May 23 10:25:26 1999  Alexandre Julliard  <julliard@winehq.com>
14079         * 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:
14080         Converted to the new debug interface, using script written by Patrik
14081         Stridvall.
14083         * scheduler/process.c:
14084         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14085         Bugfix: dwFlags must describe target process in UserSignalProc.
14087         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
14088         Added missing WINAPI to SHELL32_654 stub.  Fixes crash in Win98
14089         Explorer.
14091         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14092         James Abbatiello <abbeyj@wpi.edu>
14093         LISTVIEW_KeyDown: Invalidate the listview window only when the
14094         selected item changes.
14096         * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
14097         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14098         Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
14099         (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
14100         and SSConfirmSmallStack (KERNEL.704).
14102         * if1632/display.spec, windows/display.c:
14103         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14104         Fix typo (wrong DISPLAY.CheckCursor ordinal).
14105         Superfluous FIXME converted to TRACE in CheckCursor.
14107         * relay32/relay386.c:
14108         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14109         Bugfix: syslevel relay check was too strict.
14111         * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
14112         Do not use pagesize aligned size_low to grow mapped file, but original
14113         size_low. (fixes Heises Index Register)
14115 Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard@winehq.com>
14117         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14118         - added some more debug output
14119         - corrected a slight bug in DGA DirectDraw creation
14121         * windows/win.c: Francis Beaudet <francis@macadamian.com>
14122         Fixed a major memory leak in the window management code.
14124         * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14125         In SetWindowPos if changing Z order and child window not yet in its
14126         parent list, do not link it in WINPOS_ShowIconTitle, check for retval
14127         of WIN_FindWndPtr.
14129         * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
14130         Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
14131         colormap is used.
14133         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14134         Don't freeze other thread while it may hold the X critical section.
14136         * include/display.h, loader/main.c, windows/display.c:
14137         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14138         Added UserRepaintDisable16().
14140         * windows/dinput.c, windows/message.c:
14141         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14142         Removed EVENT_WaitNetEvent() calls.
14144         * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14145         Added IsUserIdle16().
14147         * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
14148         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14149         Adapted to EVENT_ driver changes.
14151         * loader/task.c, scheduler/synchro.c:
14152         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14153         Adapted to event synchronization changes.
14155         * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
14156         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14157         Moved X input event handling out of EVENT_WaitNetEvent and into
14158         service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
14159         driver.  Changed winContext to hold HWND instead of WND *.
14161         * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14162         Don't change Z-order of child windows when activating.
14164         * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
14165         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14166         Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
14167         Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
14169         * configure, configure.in, include/acconfig.h, include/config.h.in:
14170         Eric Pouech <Eric.Pouech@wanadoo.fr>
14171         Create a new configuration manifest constant HAVE_OSS_MIDI.
14173         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
14174         Fixed silly EINTR bug with starting dosmod.
14176         * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
14177         Should compare to X11 constant "None" since a colormap is an X
14178         Resource ID and not a pointer.
14180         * controls/listbox.c: Paul Quinn <paulq@corel.ca>
14181         Stop a listbox bug that causes a div by zero when the item height
14182         is zero. Doesn't solve the root of the problem though.
14184         * dlls/shell32/shell32_Pt.rc:
14185         Andre Malafaya Baptista <Malafaya@milenio3.pt>
14186         About dialog translated to Portuguese.
14188         * if1632/thunk.c: James Juran <jrj120@psu.edu>
14189         task.h was included twice.  Removing one fixed a sig11 in gcc-2.7.2.3.
14191         * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14192         Check if dc has been created before using it.
14194         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14195         Add a few more 32->16 Escape conversions.
14197         * relay32/relay386.c, if1632/relay.c:
14198         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14199         Check for syslevel violations while relay debugging.
14201         * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
14202         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14203         Improved syslevel handling, store currently held syslevels in thread
14204         database, WIN_CritSection converted to syslevel.
14206         * include/windows.h: Joshua Thielen <thielen@netperson.net>
14207         Added mmsystem.h include.
14209         * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
14210         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14211         Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
14212         MapProcessHandle; stub for BUNNY_351.
14214         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14215         Handle proc == NULL in THUNK_SetDCHook correctly.
14217         * files/profile.c:
14218         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14219         Added support for the undocumented combination
14220         GetPrivateProfileStringA(section == NULL, entry == NULL, ...
14222         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
14223         James Abbatiello <abbeyj@wpi.edu>
14224         Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
14226         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14227         James Abbatiello <abbeyj@wpi.edu>
14228         Implemented GetNextItem for the Listview control.
14230         * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
14231         Expire timers on expiry time too, not just after.
14233         * 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:
14234         Paul Quinn <paulq@corel.ca>
14235         Microsoft com vtable compatibility workaround for g++.  Basically adds
14236         an optional 8 bytes padding to COM objects where the RTTI would be.
14238         * 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:
14239         Marcus Meissner <marcus@jet.franken.de>
14240         Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
14241         GetSystemMetrics(SM_xx), removed no longer needed includes of
14242         sysmetrics.h.
14244         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
14245         Added INT_Int16AddChar.
14247         * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14248         Bugfix: Prevent null-pointer dereference in TRACE argument list in
14249         RES_FindResource
14251         * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14252         Fixed wrong NE module registration so that resources work.
14254         * if1632/thunk.c, tools/build.c, win32/kernel32.c:
14255         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14256         Set %ebx to point to real 16-bit stack in CBClientThunkSL.
14257         Pass %esi back-and-forth in CBClientThunkSL(Ex).
14258         Copy modified buffers back after return from FT_Thunk.
14259         Fix broken recognition of LS thunklets.
14261         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
14262         Marcus Meissner <marcus@jet.franken.de>
14263         Removed use of win.h, sysmetrics.h and associated WINE USER internal
14264         variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
14266         * 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:
14267         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14268         Toolbar customization dialog (take one).
14270         * windows/win.c: Francis Beaudet <francis@macadamian.com>
14271         Fixed GetTopWindow so it will correctly handle the NULL parameter.
14273         * include/process.h, loader/module.c:
14274         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14275         Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
14276         Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
14277         FreeLibrary calls.
14279         * if1632/mmsystem.spec, multimedia/mmsystem.c:
14280         Marcus Meissner <marcus@jet.franken.de>
14281         Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
14283         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
14284         Ove Kaaven <ovek@arcticnet.no>
14285         Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
14286         on the correct address space. Added DOSMEM_MovePointers() that
14287         relocates selectors when the DOS address space changes (i.e. when
14288         dosmod is spawned, particularly from Win16 apps that uses DPMI to
14289         execute real-mode code). More complete DOS device implementation.
14291         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
14292         Ove Kaaven <ovek@arcticnet.no>
14293         Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
14294         (DOSVM idle message loop), and fields hConInput and hConOutput.
14296         * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
14297         Add some null checking in the Get/SetBitmapBits functions.
14299         * misc/crtdll.c, relay32/crtdll.spec:
14300         Marcus Meissner <marcus@jet.franken.de>
14301         Added init function for CRTDLL, allocate stdio/stderr/stdout on
14302         DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
14303         needs 1.3KB).
14305         * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
14306         Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
14308         * misc/winsock.c: James Juran <jrj120@psu.edu>
14309         Print a more effective (and visible) error message when an application
14310         can't create a socket with type == SOCK_RAW.
14312         * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14313         Some more defines for multimedia.
14315         * msdos/vxd.c, win32/device.c:
14316         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
14317         Some stubs for pccard vxd to debug the native shell32.
14319         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
14320         Use service thread for "true" multimedia timers.
14321         Removed implementation of fake multimedia timers.
14322         Set minimum resolution to 10 ms (the timing resolution of the Linux
14323         kernel). Fixed a couple of flaws.
14325         * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
14326         Implemented printing out of some structures.
14328 Thu May 20 16:40:23 1999  Alexandre Julliard  <julliard@winehq.com>
14330         * server/select.c, server/socket.c:
14331         Set only the client socket in non-blocking mode instead of all fds;
14332         should avoid problems with stdio handles.
14334 Mon May 17 16:20:53 1999  Alexandre Julliard  <julliard@winehq.com>
14336         * 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:
14337         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14338         Implement DocumentProperties, DeviceCapabilities, beginnings of
14339         Open/Get/ClosePrinter.  Additions to PSDRV_DeviceCapabilities.
14340         Split off WINSPOOL into its own directory.
14341         Several functions added to DC_Funcs.
14342         Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
14344         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
14345         glide2x loadorder is "so,native".
14347         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
14348         Improved shortcuts - follows jumps in trying to avoid switching to
14349         real mode unnecessarily.
14351         * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
14352         Updated and improved instructions.
14354         * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
14355         Made "Wine-dbg>set *seg:off = val" work (previously only
14356         "Wine-dbg>set *off = val" worked).
14358         * multimedia/mcimidi.c, multimedia/mciwave.c:
14359         Jukka Kangas <jtkangas@nic.fi>
14360         When opening the file we don't need MMIO_EXCLUSIVE
14361         rights. MMIO_DENYWRITE should be sufficient.
14363         * dlls/shell32/shellpath.c:
14364         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
14365         Prevent crash in stub of SheGetDirW.
14367         * dlls/shell32/shlmenu.c:
14368         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
14369         Further implementation of the FileMenu.
14371         * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
14372         Set the default menu item of the window menu
14374         * wine.ini: James Juran <jrj120@psu.edu>
14375         Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
14376         accordance with Linux 2.2 Changes file.
14378         * if1632/kernel.spec, loader/module.c:
14379         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14380         Release Win16Lock when calling LoadLibrary32 from 16-bit code.
14382         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14383         Fixed THUNK_SetDCHook when using native USER.
14385         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14386         Bugfix: FT_PrologPrime was broken due to relay changes.
14388         * misc/network.c, relay32/mpr.spec:
14389         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14390         Some stubs added.
14392         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14393         Suspend window locks before calling hook procedure.
14395         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14396         Fixed window refcount handling in GetNextDlgGroupItem.
14398         * controls/button.c:
14399         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14400         Removed superfluous WIN_ReleaseWndPtr.
14402         * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
14403         Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
14404         previous one. (reported by Ove)
14406 Sun May 16 17:11:58 1999  Alexandre Julliard  <julliard@winehq.com>
14408         * include/winbase.h, include/winnt.h:
14409         Added a few missing debug event definitions.
14411         * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
14412         Adapted to new select interface.
14413         Fixed bug in *_signaled routines that could cause busy-waiting in the
14414         select loop.
14416         * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
14417         Changed select interface, separated timeouts from file descriptors.
14419         * server/handle.c, server/handle.h, server/process.c, server/process.h:
14420         Moved process structure definition to process.h.
14421         Added suspend/resume_process.
14422         Moved handle table back into the process structure.
14424         * scheduler/client.c, server/trace.c, include/server.h:
14425         Added TEB in init_thread request.
14427 Sat May 15 10:52:56 1999  Alexandre Julliard  <julliard@winehq.com>
14429         * miscemu/instr.c:
14430         Tried to add an error message when crashing on a selector load because
14431         of missing LDT sharing between threads (untested).
14433         * 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:
14434         Server reorganization:
14435         - moved request handlers to the specific C files
14436         - moved handle management to handle.c
14437         - moved server private includes to server/ instead of include/server/
14439         * Make.rules.in: Get include files from the current directory first.
14441 Fri May 14 18:39:37 1999  Alexandre Julliard  <julliard@winehq.com>
14443         * 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:
14444         Marcus Meissner <marcus@jet.franken.de>
14445         Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
14446         removed unnecessary win.h includes, added syslevel.h to queue.c.
14448         * controls/combo.c: Francois Boisvert <francois@macadamian.com>
14449         Changed CBGetDroppedControlRect to be compliant with Windows API.
14451         * include/wine/exception.h, win32/except.c:
14452         Fixed a few bugs, and improved the exception macros (based on
14453         suggestions by Sergei Turchanov).
14455         * 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:
14456         Converted to the new debug interface, using script written by Patrik
14457         Stridvall.
14459         * 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:
14460         Converted to the new debug interface.
14462         * windows/painting.c:
14463         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14464         Fixed invalid window refcount handling in RDW_Paint().
14466         * windows/message.c: Noel Borthwick <noel@macadamian.com>
14467         Fix a deadlock with the system message queue by ensuring the system message
14468         queue is unlocked while the actual message is being processed.
14470         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14471         Check if in depth-conversion mode before returning an error message
14472         in IDirectDrawPaletteImpl_GetEntries.
14474 Thu May 13 18:53:05 1999  Alexandre Julliard  <julliard@winehq.com>
14476         * 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:
14477         Lionel Ulmer <ulmer@directprovider.net>
14478         Replaced all the Mesa specific code by GLX code. Should work now on
14479         any OpenGL implementation.
14481         * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
14482         Added Italian keyboard support.
14484         * graphics/enhmetafiledrv/graphics.c:
14485         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14486         Fixed a couple of memcpy errors.
14488         * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14489         Small fix to help native win95 PrintDlg on the way.
14491         * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
14492         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14493         Implemented InsertInASPIChain and fixed minor things.
14495         * windows/x11drv/mouse.c:
14496         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14497         Fixed quite ill window locking code.
14499         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
14500         Fixed an infinite loop in ChildWindowFromPointEx.
14502         * controls/menu.c:
14503         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
14504         - prevent crash when GetMenuDefaultItem is called on empty menu
14505         - set default item on system menu
14507         * 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:
14508         Adapted for new register functions support (ESP_reg in register
14509         functions now points after the arguments).
14511         * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
14512         Win32 register functions can now have arguments.
14513         Simplified relay debugging for register functions.
14515         * relay32/kernel32.spec, win32/device.c:
14516         VxDCall functions do not need to be 'register'.
14518 Wed May 12 16:10:53 1999  Alexandre Julliard  <julliard@winehq.com>
14520         * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
14522         * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
14523         Added macros and definitions for using exception inside Wine or
14524         Winelib code.
14526         * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
14527         Moved some exception definitions to winnt.h and ntddk.h.
14529         * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
14530         Added missing WINAPI for the callback procs.
14532         * include/sig_context.h: Added ERROR_sig.
14534         * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
14535         Bug fix.
14537         * misc/winsock.c, include/winsock.h:
14538         Marcus Meissner <marcus@jet.franken.de>
14539         WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
14540         replaced all pwsi->err references.
14542         * loader/pe_image.c: Changed some error handling a bit.
14544         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
14545         Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
14547         * relay32/kernel32.spec, relay32/ntdll.spec:
14548         Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
14549         the ntdll one.
14551         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
14552         Added import declaration for Win32 built-ins.
14554 Mon May 10 14:44:48 1999  Alexandre Julliard  <julliard@winehq.com>
14556         * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
14557         Added support for forwarded ordinals in built-in dlls.
14559 Sun May  9 16:15:28 1999  Alexandre Julliard  <julliard@winehq.com>
14561         * win32/console.c:
14562         Fixed request size for alloc_console and free_console.
14564         * 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:
14565         Improved exception handling.
14566         Based on the work of Sergey Turchanov <turchanov@usa.net>.
14568         * loader/module.c:
14569         Use OpenFile() to test for file existence, so that the path gets
14570         searched.
14572         * server/select.c: Ove Kaaven <ovek@arcticnet.no>
14573         Restart interrupted select() (happens with -pg).
14575         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
14576         Fixed off-by-one bug in memory access check.
14578         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
14579         More debug output for RegQueryInfoKey.
14581         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
14582         Fixed a couple of bugs (silent backtrace not totally silent, crashes
14583         when the stack is corrupted or similar).
14585 ----------------------------------------------------------------
14586 Sat May  8 18:39:05 1999  Alexandre Julliard  <julliard@winehq.com>
14588         * 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:
14589         Jean-Louis Thirot <thirot@univ-brest.fr>
14590         Added graphical configuration tool wineconf.tcl.
14592         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
14593         Ignore ESC[%dc reports generated by 8bit control codes.
14594         Open console even if we already have one in the process.
14596         * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
14597         Fixed off by 1 error in section code (did not return len-2 on buffer
14598         overflow in some cases, but len-1).
14600         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
14601         Fixed warning.
14603         * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
14604         Fixed palette handling for true/high-color X11.
14606         * loader/ne/module.c:
14607         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14608         Fixed extension handling in LoadLibrary16.
14610         * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
14611         Alex Korobka <alex@aikea.ams.sunysb.edu>
14612         Rearranged PAINT_RedrawWindow() so that it first recursively updates
14613         invalid regions and only then starts sending out messages. This should
14614         help with reentrancy during message processing and now it needs just
14615         one (or none) scratch region for all there is to do. Also, small fixes
14616         for SetWindowPos().
14618         * configure, configure.in: Added check for missing __i386__ definition.
14620         * 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:
14621         Patrik Stridvall <ps@leissner.se>
14622         ANSI C fixes.
14624         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
14625         Pass PROPSHEETPAGE to propertypage dialog as lParam.
14627         * 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:
14628         Patrik Stridvall <ps@leissner.se>
14629         ANSI C fixes.
14631         * 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:
14632         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14633         Split off wingdi16.h from wingdi.h.  Add many more #defines/typedefs
14634         to bring wingdi.h almost upto a complete NT4.0 interface.
14635         Fix return value of SetRectRgn().
14637         * 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:
14638         Michael Veksler <mveksler@techunix.technion.ac.il>
14639         Removed #include "wine/winuser16.h" and use "struct tag????" instead.
14641         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
14642         Improved Wine debugger backtrace. New features:
14643         - Displays ebp, in case you want to check stackframes manually
14644         - Detects far calls even when windows apps don't mark them
14645         - Tracks CallFrom16/CallTo16 relaying (thunking)
14647         * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
14648         Bugfix: get_sobasename was off by one pointer increment.
14650         * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
14651         Fixed implicit type warning.
14653         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
14654         Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
14656         * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
14657         Francis Beaudet <francis@macadamian.com>
14658         Second part of the OLE datacache implementation.
14660         * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
14661         Ove Kaaven <ovek@arcticnet.no>
14662         Moved DOS List of Lists initialization, and added the beginnings of
14663         the DOS device structures.
14665         * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
14666         Noomen Hamza <noomen@macadamian.com>
14667         Bug fixes.
14669         * ole/hglobalstream.c, relay32/ole32.spec:
14670         Thuy Nguyen <thuy@macadamian.com>
14671         Implemented GetHGlobalFromStream.
14673         * include/thread.h, scheduler/thread.c:
14674         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14675         Call THREAD_FreeTHDB as service thread callback.
14677         * include/message.h, loader/task.c, windows/timer.c:
14678         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14679         Removed TIMER_SwitchQueue.
14681         * debugger/memory.c:
14682         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14683         Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
14684         chars.
14686         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
14687         Stop winelib programs on fault instead of endless faultlooping.
14689         * Makefile.in: James Juran <jrj120@psu.edu>
14690         Run ldconfig in make install if using --enable-dll.
14691         Cleaned up uninstall_lib as well.
14693         * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
14694         Thuy Nguyen <thuy@macadamian.com>
14695         Implementation of IStorage supported by an implementation of
14696         ILockBytes on top of an HGLOBAL.
14698         * files/profile.c, relay32/kernel32.spec:
14699         Marcus Meissner <marcus@jet.franken.de>
14700         Return the correct value from GetPrivateProfileSectionA.
14701         Copy/convert back the buffer in GetPrivateProfileSectionW.
14702         Replace some output pointers str/wstr->ptr in kernel32.spec.
14704         * loader/task.c, scheduler/process.c:
14705         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14706         Some initialization sequence bugfixes:
14707         - Initialize process crst for 16-bit processes.
14708         - Don't crash due to uninitialized stack frames in WineLib.
14709         - Map system DLLs before calling UserSignalProc.
14710         - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
14712         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14713         Call Callout routines directly when using builtin USER.
14715         * loader/pe_image.c:
14716         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14717         Bugfix: all PE modules were marked 'internal'.
14719         * include/dce.h, objects/dc.c, windows/dce.c:
14720         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14721         Check for busy DCE moved to DCHook16().
14723         * include/win.h, loader/main.c, windows/win.c:
14724         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14725         Initialize WIN_CritSection earlier.
14727         * dlls/comctl32/trackbar.c, include/trackbar.h:
14728         Luc Tourangeau <luc@macadamian.com>
14729         Removed the timer that was used to queue TRACKBAR_Refresh calls.
14730         Removed all direct calls to TRACKBAR_Refresh (except from within the
14731         WM_PAINT handling section) and replaced them by calls to
14732         InvalidateRect.
14733         Fixed a bug in the TRACKBAR_SetPos function.
14734         Fixed the behavior for different types of mouse input.
14736         * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
14737         Implemented toolbar multirow button layout.
14739         * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
14740         Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
14742         * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
14743         Implemented OleTranslateColor.
14745         * include/winuser.h, windows/input.c:
14746         Francis Beaudet <francis@macadamian.com>
14747         Changed the return value of GetKeyboardState and SetKeyboardState from
14748         VOID to BOOL.
14750         * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
14751         Prevented LISTBOX_RepaintItem from repainting a non visible item.
14753         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14754         Fixed typo.
14756         * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14757         Bugfix for TRACE in UnregisterClass.
14759 Wed May  5 13:20:50 1999  Alexandre Julliard  <julliard@winehq.com>
14761         * include/Attic/propsheet.h: No longer necessary.
14763 Tue May  4 16:55:23 1999  Alexandre Julliard  <julliard@winehq.com>
14765         * objects/dc.c, windows/dce.c, include/dce.h:
14766         Francis Beaudet <francis@macadamian.com>
14767         Check if DC is busy before deleting it.
14769         * win32/newfns.c:
14770         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14771         GetMailslotInfo is supposed to check for pointer validity.
14773         * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14774         Possible crash in select_loop() fixed.
14776         * include/services.h, loader/task.c, scheduler/services.c:
14777         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14778         Fixed various stupid bugs in services thread routines.
14779         Added SERVICE_Exit routine to kill the services thread.
14781         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14782         Inverted class/channel in __(SET|GET)_DEBUGGING macros.
14784         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14785         Correct implementation of GetWindowThreadProcessId().
14787         * if1632/mmsystem.spec, multimedia/mmsystem.c:
14788         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14789         Added PlaySound16, sndPlaySound16.
14791         * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
14792         Fixes winproc deadlock for win16.
14794 Mon May  3 09:44:57 1999  Alexandre Julliard  <julliard@winehq.com>
14796         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14797         Fixed some deadlock(s) in message sending.
14799         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14800         cleaned up debug channels to use default one (mmsys)
14801         more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
14802         fixed callback bug in midiStream functions
14803         fixed compilation bug with egcs
14804         changed to the new debug channel interface
14806         * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14807         small range fixes for OSS driver
14808         changed to the new debug channel interface
14810         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14811         first (working) shot at OSS mixer low level interface
14812         changed to the new debug channel interface
14814         * misc/network.c, relay32/mpr.spec:
14815         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14816         Fixed off-by-one ordinals in MPR.
14817         Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
14819         * loader/module.c, if1632/relay.c:
14820         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14821         Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
14823         * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14824         Load system DLLs into WineLib applications.
14826         * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14827         Small update to the PostScript encoding vector.
14829         * loader/module.c, loader/task.c: Bug fixes.
14831 Sun May  2 19:10:57 1999  Alexandre Julliard  <julliard@winehq.com>
14833         * scheduler/process.c:
14834         Moved a few more initialisations to the new process context.
14836         * loader/task.c: Don't initialise the stacks for 32-bit processes.
14838         * miscemu/main.c: Only check number of tasks after first message.
14839         Use a 16-bit module for creating the initial task.
14841         * include/authors.h, AUTHORS:
14842         Updated authors list from the Changelog. Please let me know if you
14843         have been left out.
14845         * loader/task.c, scheduler/process.c:
14846         Converted to the new debugging interface (done with the help of the
14847         script written by Patrik Stridvall).
14848         Some changes to the initialisation sequence for 32-bit processes.
14850         * */*.c:
14851         Converted to the new debugging interface (done with the help of the
14852         script written by Patrik Stridvall).
14854         * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
14855         Misc fixes and improvements.
14857         * include/config.h.in, configure, configure.in:
14858         Added check for -lmmap for OS/2.
14860         * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
14861         Francis Beaudet <francis@macadamian.com>
14862         Fixed a few bugs in the OLE storage implementation, added a new set of
14863         trace statements for the OLE storage related methods and introduced a
14864         new debug channel for the storage subsystem.
14866         * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
14867         Michael Veksler <mveksler@techunix.technion.ac.il>
14868         Removed redundant include of winbase.h from winuser16.h.
14869         Moved types from winbase.h to winuser16.h .
14871         * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
14872         - default item handling
14873         - small drawing fixes
14875         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
14876         Klaas van Gend <klaas@vangend.demon.nl>
14877         More implementation of PrintDlgA.
14878         Conversion of resource identifiers of Print32 window to comply to the
14879         M$ numbering.
14881         * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14882         Don't crash if queuing an APC on a thread that doesn't wait.
14884         * windows/timer.c, windows/x11drv/event.c, include/message.h:
14885         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14886         Use SERVICES callback to implement Windows timers.
14887         Timer expiration handling removed from EVENT_WaitNetEvent loop.
14889         * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14890         Call SetLastError in HeapCompact().
14892         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
14893         Added prototype for TryEnterCriticalSection.
14895         * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
14896         Make all structures packed and removal of some WINE_PACKED.
14898         * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
14899         Pushbuttons should only be rounded in Win31 look.
14901         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
14902         - default item handling
14903         - small drawing fixes
14905         * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
14906         Fixed an unbalanced windows lock/unlock sequence in
14907         WINPOS_ActivateOtherWindow.
14909         * include/debugdefs.h: enhmetafile added
14911         * 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:
14912         Eric Pouech <Eric.Pouech@wanadoo.fr>
14913         - got rid of all the internal MM tweaks to load builtin MCI
14914           drivers. They are all seen as drivers, loaded as DLLs and standard
14915           module loadorder is used to know which type to use (builtin vs
14916           native).
14917         - first full working implementation of mmThread??? functions (to
14918           support gracefully native MCI drivers).
14919         - support of mmShowMMCPLPropertySheet.
14920         - fix of some heap validate bugs (thanks to Ulrich for reporting them).
14922         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
14923         Fix CreateProcessA to implement correct actions on ambiguous command
14924         line names (try longer and longer strings).
14926         * 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:
14927         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14928         Started implementing Enhanced MetaFile driver.
14930         * 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:
14931         Francis Beaudet <francis@macadamian.com>
14932         Implemented the OLE object default handler and data cache.
14934         * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
14935         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14936         Several improvements to Enhanced MetaFile playback.
14938         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14939         Only try to append ".dll" if a library is loaded implicitely.
14941         * dlls/shell32/shellord.c:
14942         Michael Veksler <mveksler@techunix.technion.ac.il>
14943         Fix TRACE formatting warnings.
14945         * dlls/shell32/shlfolder.c:
14946         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14947         Fixed a small syntax problem.
14949         * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
14950         - better stubs for Get/Set special (Progman/Taskman) window functions
14952         * relay32/user32.spec, windows/message.c:
14953         Juergen Schmied <juergen.schmied@metronet.de>
14954         - new SendMessageCallbackW
14955         - some fixme's for missing A<->W conversion
14957         * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
14958         Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
14960         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
14961         Bugfix for EnumPrinters level 2.
14963         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
14964         Correct logic in GetKeyNameText.
14966         * documentation/bugreports:
14967         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14968         Removed +snoop from documentation/bugreports.
14970 Sat May  1 10:41:02 1999  Alexandre Julliard  <julliard@winehq.com>
14972         * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
14973         LoadImageW fixed for hicolor displays.
14975         * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
14976         Marcus Meissner <marcus@jet.franken.de>
14977         MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
14979         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
14980         James Abbatiello <abbeyj@wpi.edu>
14981         Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
14982         to handle wide character strings properly.  Fix of our previous patch
14983         for null pointer checking.
14985         * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
14986         Thuy Nguyen <thuy@macadamian.com>
14987         Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
14988         the ILockBytes interface based on an HGLOBAL.
14990         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
14991         Fixed a bug in CoRegisterClassObject.
14993         * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
14994         Removed some flickering when inserting or deleting buttons.
14996         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14997         James Abbatiello <abbeyj@wpi.edu>
14998         Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
14999         between lpItem and lpLVItem.  Now compares the pszText string of the
15000         lpItem and lpLVItem structs.  Fixes a bug where the old and new item
15001         have the same attributes but their text differs and GetItemChanges()
15002         compares them as equal.
15004         * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
15005         Thuy Nguyen <thuy@macadamian.com>
15006         Added support for adding and removing pages dynamically from a
15007         property sheet.
15009         * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
15010         Marcus Meissner <marcus@jet.franken.de>
15011         Removed the gotos from the WndProcs, always use a small wrapper that
15012         locks the window, calls the real wndproc, unlocks the window.
15014         * dlls/shell32/contmenu.c:
15015         Juergen Schmied <juergen.schmied@metronet.de>
15016         Fixed default menu item.
15018         * win32/code_page.c, misc/ddeml.c:
15019         Juergen Schmied <juergen.schmied@metronet.de>
15020         Fixed typo.
15022         * windows/queue.c:
15023         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15024         Added a missing LeaveCriticalSection.
15026         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
15027         Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
15028         TranslateMDISysAccel16.
15030         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
15031         Fixed off-by-one bug in async output buffers.
15033         * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
15034         Fixed a little Drag and Drop bug.
15036 ----------------------------------------------------------------
15037 Mon Apr 26 14:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
15039         * include/config.h.in, configure, configure.in:
15040         Marcus Meissner <marcus@jet.franken.de>
15041         Added autoconf check for "inline". You can now use it, it will be
15042         defined to (empty) for compilers that do not have it.
15044         * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15045         Don't include alloca.h.
15047         * README, documentation/wine.man: James Juran <jrj120@psu.edu>
15048         Update to reflect recent changes and discussions.
15050         * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15051         The load order parser should not always complain about extensions.
15053         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
15054         - align magic buttons right
15055         - shortcuts alignment working again
15057         * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15058         Fixed loading of native NE dlls.
15060 Sun Apr 25 19:04:42 1999  Alexandre Julliard  <julliard@winehq.com>
15062         * memory/heap.c: Fixed __builtin_return_address arg.
15064         * */*:
15065         Patrik Stridvall <ps@leissner.se>
15066         Fixed ANSI compabillity.
15068         * */*:
15069         Bertho Stultiens <bertho@panter.soci.aau.dk>
15070         Built-in dlls now have resources attached via the PE-header like
15071         normal dlls. This enables the use of the resource API.
15073         * misc/registry.c:
15074         Use $HOME instead of getpwuid for user's home directory.
15075         Fixed messed up indentation.
15077         * graphics/x11drv/xfont.c:
15078         Use $HOME instead of getpwuid for user's home directory.
15080         * */*.h:
15081         Patrik Stridvall <ps@leissner.se>
15082         #pragma pack(?) changed to #include "*pack*.h"
15084         * 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:
15085         Jim Aston <jima@corel.ca>
15086         Added some missing #defines I've run across.
15088         * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15089         Ignore trailing dots on file names.
15091         * 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:
15092         Ove Kaaven <ovek@arcticnet.no>
15093         Added a possibility to let the internal debugger use a separate
15094         heap. Not enabled by default, change #if in include/debugger.h to use
15095         this (the heap allocator is very slow).
15097         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15098         wine.conf should not overrule content of burned in data in
15099         loadorder.c.
15101         * graphics/mapping.c: Karl Lessard <karll@corel.com>
15102         SetMapMode should not reset the window and viewport origins to 0.
15104         * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
15105         Allow to automatically copy part of wine.ini into generated file.
15106         Small perl enhancement (work in strict mode).
15107         Small updates in heuristics.
15109         * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
15110         Upgraded to have a decent multimedia DLLs configuration.
15112         * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
15113         Bertho Stultiens <bertho@akhphd.au.dk>
15114         - Fixed a counting bug in the win32 count and sort routine.
15115         - Fixed sort order of resources (must be name before ordinal).
15116         - Shuffled a couple of global variables so that built-in dlls now can
15117           load resources through the proper PE interface.
15119         * include/windef.h, include/winreg.h:
15120         Adrian Thurston <adriant@corel.ca>
15121         Added support for strict handles. Only works on machines where
15122         sizeof(UINT) == sizeof(void*).
15124         * scheduler/process.c:
15125         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15126         Initialize process critical section in the correct process context.
15128         * scheduler/critsection.c:
15129         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15130         Warn if wrong process tries to enter critical section.
15131         Better implementation of Reinitialize/UninitializeCriticalSection
15132         (still not quite correct).
15134         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
15135         debug.h must be last in list of includes.
15137         * loader/ne/module.c:
15138         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15139         Return 32-bit module in GetModuleHandle16() if appropriate.
15141         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15142         Fixed crash when status was read with cd-rom tray open.
15144         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15145         Fixed a bug in msg conversion.
15147         * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15148         Prevent crash when nMinRange > nMaxRange.
15150         * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15151         Added some missing manifest constants for Queue Status functions (QS_????).
15153         * controls/button.c, controls/edit.c, windows/mdi.c:
15154         Eric Pouech <Eric.Pouech@wanadoo.fr>
15155         Added missing WIN_ReleaseWndPtr.
15157         * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
15158         James Abbatiello <abbeyj@wpi.edu>
15159         More appropriate default size for fonts with invalid sizes.
15161         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
15162         James Abbatiello <abbeyj@wpi.edu>
15163         Implemented SetColumnWidth for ListView control.
15165         * documentation/config: Adam Sacarny <magicbox@bestweb.net>
15166         Added new documentation for the configuration file.
15168         * misc/version.c:
15169         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15170         Improved VERSION_GetVersion.
15172         * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
15173         Added Swedish keyboard layout.
15175         * 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:
15176         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15177         General tidy up of the MetaFile driver - make sure that everything
15178         goes through the DCFuncs table.
15180         * misc/toolhelp.c, if1632/kernel.spec:
15181         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15182         Add a stub for GlobalMasterHandle.
15184         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
15185         Much nicer way to select wine's location.
15186         Option to disable creation of debugging output.
15187         Debugging output is now created in directory script was started in.
15189         * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
15190         Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
15191         style were appearing with a title bar. According to the docs for
15192         WS_DLGFRAME a window with this style cannot have a title bar.
15194         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
15195         Use DllOverrides from wine.ini as defaults also in
15196         loadorder.c (merged in some MM dlls lines from Eric Poeuch).
15198         * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15199         Fixed some bogus infinite expiration time.
15201         * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
15202         - consolidate both cases of !pending in WaitNetEvent
15203         - select() returns -1 not 0 on error in WaitNetEvent
15205         * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
15206         Made HeapValidate threadsafe, and added some macros to track callerEIP
15207         a little better.
15208         Added HEAP_xrealloc.
15210 Sat Apr 24 12:02:15 1999  Alexandre Julliard  <julliard@winehq.com>
15212         * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
15213         Marcus Meissner <marcus@jet.franken.de>
15214         autoconf fixes and cleanups (check for dlopen() in libc too).
15216         * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
15217         Francis Beaudet <francis@macadamian.com>
15218         Implemented CreateStreamOnHGLOBAL.
15220         * ole/compobj.c:
15221         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15222         Let CoSetState() accept state == NULL.
15224         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
15225         Juergen Schmied <juergen.schmied@metronet.de>
15226         Made internal format more compatible.
15228         * dlls/shell32/shlfolder.c:
15229         Juergen Schmied <juergen.schmied@metronet.de>
15230         Small fixes.
15232         * windows/class.c, windows/dce.c, controls/combo.c:
15233         Guy Albertelli <galberte@neo.lrun.com>
15234         Fix locking with proper calls to WIN_ReleaseWndPtr.
15236         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
15237         Don't malloc/free for every mixing operation, use the same buffer over
15238         instead...
15240         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
15241         James Abbatiello <abbejy@wpi.edu>
15242         HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
15243         text strings as null strings, as Windows does.  Fixes wine crash on
15244         startup of CuteFTP.
15246         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
15247         Set (when registry loaded) data to "\0" and length to 2 in empty
15248         string value case, in place of setting data to NULL and length to 0,
15249         and this is without initializing output buffer parameter of
15250         RegQueryValue*.
15252         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15253         Added Panose defines and EXTLOGFONT[A|W].
15255 Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard@winehq.com>
15257         * */*:
15258         Patrik Stridvall <ps@leissner.se>
15259         Fixed ANSI compabillity.
15261         * 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:
15262         Michael Veksler <mveksler@techunix.technion.ac.il>
15263         Removed some includes of 16 bit API.
15265         * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
15266         Adrian Thurston <adriant@corel.ca>
15267         ICOMization of remaining interfaces.
15269         * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
15270         Fixed bug with tooltips stealing focus whenever a tooltip was created,
15271         shown, hidden or tracked. The SetWindowPos calls needed to have the
15272         SWP_NOACTIVATE flag set additionally.
15274         * objects/clipping.c: Karl Lessard <karll@corel.com>
15275         Fixed coordinates conversion in OffsetClipRgn.
15277         * include/objbase.h: Adrian Thurston <adriant@corel.ca>
15278         Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
15280         * relay32/kernel32.spec, scheduler/handle.c:
15281         Marcus Meissner <marcus@jet.franken.de>
15282         CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
15284         * 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:
15285         Juergen Schmied <juergen.schmied@metronet.de>
15286         Moved stuff to the right place.
15288         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
15289         Fixed syscolors for win 3.1.
15291         * files/profile.c, if1632/kernel.spec:
15292         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15293         Added missing profile KERNEL routines (call 32-bit versions).
15295         * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15296         Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
15297         entry table layout.
15299         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15300         Add Enhanced MetaFile record structures.
15302         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
15303         Thuy Nguyen <thuy@macadamian.com>
15304         First patch implementing property sheets.
15306         * relay32/gdi32.spec:
15307         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15308         Bugfix: GDI32.100-104 are ordinal-only routines.
15309         Added stubs for some Win98 GDI32 routine.
15310         Re-numbered all named exports (lexicographically).
15312         * graphics/driver.c:
15313         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15314         Added prototypes (stubs) for GDI32.100-104.
15316         * 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:
15317         Juergen Schmied <juergen.schmied@metronet.de>
15318         - more checks for valid pidl formats
15320         * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
15321         Juergen Schmied <juergen.schmied@metronet.de>
15322         - corrected parameter count for SHGetSettings
15323         - stub SHValidateUNC
15325         * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15326         #else branch compile fix.
15328         * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
15329         Bertho Stultiens <bertho@panter.soci.aau.dk>
15330         Change wine's dlopen search-patch strategy not using the environment
15331         and added #if:s to seperate the code out if libdl isn't availble.
15333         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
15334         Added a check for a NULL pointer in CoFreeUnusedLibraries.
15336         * relay32/builtin32.c:
15337         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
15338         Include debug.h last (ERR() macro problem on Solaris).
15340         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
15341         Fixed a sizing bug in the combobox control.
15343         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15344         Bugfix: Internal NE entry point tables were bad (one huge bundle).
15346         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
15347         Initialize the output buffer parameters to 0 in RegQueryValue*
15348         functions. This is important specially when there's no data to return.
15350         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15351         Do not increment module refCount if self is loaded from within
15352         DllEntryPoint during the attach notification.
15354 Wed Apr 21 14:27:37 1999  Alexandre Julliard  <julliard@winehq.com>
15356         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
15357         - protect TRACE against NULL-ptr
15358         - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
15360         * dlls/comctl32/toolbar.c:
15361         Juergen Schmied <juergen.schmied@metronet.de>
15362         Fixed typo.
15364         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15365         Reimplementation of GetModuleHandle16 according to how win95 handles
15366         it (thanks to Marcus Meissner <marcus@jet.franken.de>).
15368         * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15369         Corrected wrong return values of built-in loader to work with the
15370         loadorder stuff.
15372 Mon Apr 19 16:45:24 1999  Alexandre Julliard  <julliard@winehq.com>
15374         * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
15375         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15376         Implemented recording of StretchDIBits and SetDIBitsToDevice and
15377         playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
15379         * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
15380         Bertho Stultiens <bertho@panter.soci.aau.dk>
15381         Removed non-portable hacks and replaced them with more general
15382         versions.
15384         * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
15385         Code added to re-evaluate stale DC information in DCE cache.
15387         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15388         Attach notifications must be send after all recursive dependencies are
15389         loaded and not before.
15391         * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
15392         Fixed typo.
15394         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15395         Fixed playing position when required by track number.
15397         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
15398         Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
15400         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
15401         Native toolhelp will not work (missing GLOBALMASTERHANDLE).
15403         * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
15404         Updated.
15406         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
15407         Test for static was reversed.
15409         * */*:
15410         Patrik Stridvall <ps@leissner.se>
15411         New debug scheme with explicit debug channels declaration.
15413 Sun Apr 18 14:44:26 1999  Alexandre Julliard  <julliard@winehq.com>
15415         * loader/ne/module.c: Removed extra call to TASK_StartTask.
15417         * include/acconfig.h, include/config.h.in, configure, configure.in:
15418         Removed check for union semun; cleaned up a bit.
15420         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
15421         Added env ptr to new_process request
15423         * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
15424         Juergen Schmied <juergen.schmied@metronet.de>
15425         - use fonts/fontsizes given by SystemParametersInfo
15426         - drawing/alignment fixes, win98 style for menubar
15427         - ownerdrawn menus are working now for the first time
15428         - complete constants magic items
15429         - use right owner for popupmenus
15430         - new: Get/SetMenuInfo
15431         - implemented: Get/SetMenuContextHelpId
15432         - more flags for Get/SetMenuItemInfo
15434         * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
15435         Make DOSFS_MatchLong match a search string ending in '*.' to a zero
15436         extension file name, allowing Mathcad to run.
15438         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15439         Fixed memory freeing.
15441         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
15442         Renamed cmdlgr.h to cmdlgtst.h.
15444         * scheduler/critsection.c: Added timeout to critical section waiting.
15446         * include/thread.h, scheduler/sysdeps.c:
15447         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15448         Merged Linux/FreeBSD reentrant errno handler, added Solaris.
15449         Preliminary support for Solaris low-level threads (LWPs) added.
15451         * configure, configure.in, include/acconfig.h, include/config.h.in:
15452         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15453         Reentrant libc check for Solaris added.
15454         Fixed reentrant X11 check for FreeBSD and Solaris.
15455         Added check for Solaris low-level thread routines.
15457         * loader/ne/module.c:
15458         Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
15459         Stultiens).
15461         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
15462         Automatic install script, which automatically configures and compiles
15463         wine and regapi, runs tools/wineconf to generate a configuration file
15464         if one does not already exist, and uses regapi to install the default
15465         registry.
15467         * documentation/gui, windows/win.c, windows/winpos.c:
15468         Eric Pouech <Eric.Pouech@wanadoo.fr>
15469         Properly handling cases like calling SetWindowPos while processing
15470         WM_NCCREATE.
15472         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15473         Fixed a few bugs (typos from cut & paste & invalid heap block
15474         freeing).
15476         * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15477         Bug fix in GetLen.
15479         * 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:
15480         Bertho Stultiens <bertho@panter.soci.aau.dk>
15481         Reorganization of the loader to correctly load and free libraries and
15482         implementation of load order to load different types of libraries.
15484         * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
15485         Updated commandline changes of -dll option and wine.conf entries.
15487         * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
15488         Updated the example with the new configuration entries.
15490         * dlls/shell32/shell32_main.c:
15491         Bertho Stultiens <bertho@panter.soci.aau.dk>
15492         Bugfix: free loaded library not before exit.
15494         * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
15495         Bertho Stultiens <bertho@panter.soci.aau.dk>
15496         New files to support load order and partial stubs for elfdlls.
15498         * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
15499         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15500         Fixes for upside-down DIBs.
15502         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15503         Changed 'GetDisplayMode' to return the mode previously set by
15504         'SetDisplayMode' (and not the current monitor mode).
15506         * include/tab.h, dlls/comctl32/tab.c:
15507         Luc Tourangeau <luc@macadamian.com>
15508         -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
15509         TCM_SETITEMSIZE and TCM_DELETEITEM.
15511         * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
15512         LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
15513         returns 0, it is interpreted as if it were 256.
15515         * loader/module.c, scheduler/process.c:
15516         Kevin Holbrook <kwh@neosoft.com>
15517         Fix ambiguous else warning.
15519         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
15520         Loading color values from the registry fixed.
15522         * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
15523         - Removed all floating point math.
15524         - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
15525         - Implemented source and dest color-keying for 8, 16, and 32 bit color.
15526         - Implemented some trivial raster operations.
15527         - Minimized inner loops for maximum speed.
15528         - Use memcpy whenever possible.
15530         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15531         Reduced fragment size.
15532         Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
15533         Fixed buffer underrun recovery.
15534         Fixed bug in wodReset()/wodClose().
15536         * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15537         Simplify propertyNameCmp() and fix a warning in the way by removing
15538         CRTDLL__wcsupr() calls.
15540         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
15541         DdeNameService: expansion of stub to trap unused instanceids at start of run.
15542         DdeGetLastError: catch 'not initialized' situation and return correct response.
15543         DdeFreeStringHandle: complete test for error set by previous call of
15544         something and ignore it, also release handle table mutex on normal exit.
15545         DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
15546         handle table mutex on normal exit.
15548         * include/wnet.h, misc/network.c:
15549         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15550         Don't announce the WNetDirectoryNotify capability WNetGetConnection.
15551         Change the return value for local files.
15553         * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15554         Add "win.h" to fix implicit function declaration warnings.
15556         * console/interface.c, include/console.h:
15557         Marcus Meissner <marcus@jet.franken.de>
15558         Only declare console "driver" once, use external refs elsewhere.
15560         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
15561         When the vertical scrollbar is removed, the background was not
15562         properly repainted.
15564         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
15565         Disable AC bit on receiving alignment exceptions.
15567         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
15568         SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
15570         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
15571         While handling the WM_DELETEWINDOW client message check if a window
15572         has been disabled and if so prevent an SC_CLOSE message from being
15573         sent.
15575         * windows/dce.c: Noel Borthwick <noel@macadamian.com>
15576         Make access to the DCE list thread safe by ensuring we have acquired
15577         the Windows lock before using it.
15579 Fri Apr 16 15:19:14 1999  Alexandre Julliard  <julliard@winehq.com>
15581         * resources/.cvsignore: Changed for renamed files
15583         * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
15584         Michael Veksler <mveksler@techunix.technion.ac.il>
15585         Fixed warnings.
15587         * 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:
15588         Pablo Saratxaga <pablo.sarachaga@ping.be>
15589         Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
15590         -> Pt; to conform to standard names for those languages).
15592         * configure, configure.in, relay32/Makefile.in:
15593         Marcus Meissner <marcus@jet.franken.de>
15594         Add -fno-builtin when compiling with gcc in relay32/ subdir.
15596         * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
15597         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15598         - Implemented proper ("real", compressed) Win16 entry tables.
15599         - Fixed MyAlloc (AKA NE_AllocateSegment).
15600         - Implemented PatchCodeHandle16.
15602         * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
15603         Robert Pouliot <krynos@clic.net>
15604         A few patches to help Wine to compile on OS/2.
15606 Thu Apr 15 16:46:51 1999  Alexandre Julliard  <julliard@winehq.com>
15608         * 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:
15609         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15610         Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
15611         global memory handles).  Fixed disk-based MetaFiles.  Better
15612         separation between MetaFile playback and the metafiledrv.
15614         * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
15615         _CIpow argument order was confirmed with Starcraft v1.05.
15617         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
15618         Clarified a few points.
15620         * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15621         Added IOCTL function 0x440d/0x72.
15623         * relay32/kernel32.spec, scheduler/critsection.c:
15624         Bertho Stultiens <bertho@panter.soci.aau.dk>
15625         UnitializeCriticalSection partial stub implementation.
15627         * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15628         Added missing proto for GetExitCodeThread.
15630         * include/driver.h, include/wine/keyboard16.h:
15631         Michael Veksler <mveksler@techunix.technion.ac.il>
15632         Added missing windef.h includes.
15634         * windows/input.c, include/winuser.h:
15635         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15636         ReleaseCapture() is supposed to return a BOOL value.
15638         * configure, configure.in, include/config.h.in, loader/signal.c:
15639         Marcus Meissner <marcus@jet.franken.de>
15640         FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
15641         reentrant concerning errno. Revert unneeded FreeBSD hack to
15642         loader/signal.c from last patch.
15644         * windows/x11drv/keyboard.c:
15645         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15646         index == 3 corresponds to Alt-Gr + Shift.
15648         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
15649         More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
15650         and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
15651         DdeCreateStringHandleA.
15653         * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
15654         Pavel Roskin <pavel_roskin@geocities.com>
15655         Fixed ugly disabled controls and black background in Write and Lotus
15656         Notes.
15658         * controls/button.c, include/button.h, include/winuser.h:
15659         Pascal Lessard <pascal@macadamian.com>
15660         Implement the button with bitmaps.
15662         * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
15663         Stephane Lussier <stephane@macadamian.com>
15664         Implementation of IStorage::CopyTo and IStream::CopyTo.
15666         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15667         Bugfix: Always release the Win16Lock in TASK_Reschedule.
15669         * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
15670         Solved a deadlock between global lock and wnd lock in event.c.
15672         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
15673         Typo that broke Solaris compile fixed.
15675         * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
15676         Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
15678         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
15679         Fix scancodes for NumLock and Num-/.
15680         Fix MapVirtualKey() (maptype=2) to return proper ascii code.
15681         Reworked GetKeyNameText() again.
15683         * graphics/psdrv/font.c:
15684         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15685         Limit lastChar to 0xff in PSDRV_GetCharWidth.
15687         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
15688         Missing WINAPI for RegisterSystemThread.
15690 Sun Apr 11 18:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
15692         * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15693         Fixed "Display Combination" call.
15695         * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15696         Fixed a crash due to invalid OpenComm return value for busy comm port.
15697         Cleaned up/fixed several things.
15699         * windows/win.c: Francois Boisvert<francois@macadamian.com>
15700         Enabled thread safeness for wnd structure code.
15702         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15703         Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
15705         * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
15706         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15707         Added new CLIENT_DebuggerRequest routine, implemented support for
15708         DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
15709         Run wine server in the main wine process.
15710         Bugfix: never free initial thread!
15712         * scheduler/process.c, include/process.h:
15713         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15714         Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
15716         * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
15717         Teached TIMER_GetNextExpiration that a timer that has already expired
15718         (but not processed yet) HAS already expired...
15720         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
15721         Default values for registry.
15723         * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
15724         Optimized code for SetImageBits_X, making bitmap creation faster.
15726         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
15727         The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
15729         * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
15730         Marcus Meissner <marcus@jet.franken.de>
15731         - Started multithreading for FreeBSD (incomplete, but some
15732           applications now at least start up again).
15733         - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
15734         - CR2 on pagefault gets passed in sc_err (some kind of kludge in
15735           FreeBSD owns fault handling we can use)
15737         * include/selectors.h, memory/global.c, memory/selector.c:
15738         Made SELECTOR_ReallocBlock preserve the current selector access rights
15739         (problem reported by Andreas Mohr).
15741         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15742         Use services thread instead of timer signals.
15744         * server/thread.c, scheduler/synchro.c:
15745         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15746         Allow user APCs with NULL 'func' (just wake up the thread).
15748         * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
15749         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15750         Implemented 'kernel services thread'.
15752         * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
15753         Klaas van Gend <klaas@vangend.demon.nl>
15754         Added stub for PrinterProperties.
15756         * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
15757         Juergen Schmied <juergen.schmied@metronet.de>
15758         Implemented NtTerminateProcess and NtDisplayString.
15760         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15761         FreeLibrary partial implementation.
15763         * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
15764         Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
15765         Wars) now works perfectly with Wine's crtdll. Wrote a test
15766         implementation of _CIpow too, which those who do have Brood Wars can
15767         report on, so it can be implemented correctly.
15769         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
15770         Partial implementation for GetKeyNameText for new keyboard structure.
15772         * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
15773         Fixed warning.
15775         * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
15776         Added missing ReadClassStg prototype.
15778         * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15779         - Fix comments after the big renaming (xxxx32y --> xxxxy).
15780         - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
15781           Avoid ugly type casting, and fix compilation warnings of wsprintf.c
15783         * documentation/status/dde:
15784         Keith Matthews <keith_m@sweeney.demon.co.uk>
15785         Status document for DDE/Ddeml.
15787         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15788         Added event callback mechanism.
15789         Introduction of MCI yield procs.
15790         Updated (prepare|unprepare)header functions (wave, midi) to allow
15791         correct callback mechanisms.
15792         Made midiStreamXXX functions working.
15793         First try at mmThreadXXX functions.
15795         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15796         Updated (prepare|unprepare)header functions to allow correct callback
15797         mechanisms.
15799         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15800         Small enhancement.
15802         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15803         New method for structure conversion (16 <-> 32).
15804         More MCI structures correctly mapped.
15805         Introduction of MCI yield proc and break facility.
15807         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15808         Updated (prepare|unprepare)header functions to allow correct callback
15809         mechanisms.  Implemented waveOut playback as asynchronous.
15811         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15812         Started implementation of mmThreadXXX functions.
15814         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15815         Added a few missing defines (MIDI, WAVE, callbacks).
15816         Structures for midiStreamXXX functions.
15818         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
15819         Updated (prepare|unprepare)header functions (wave, midi) to allow
15820         correct callback mechanisms. Added wine specific entry for mmThreadXXX
15821         functions thread starting point.
15823         * include/wine/obj_storage.h:
15824         Michael Veksler <mveksler@techunix.technion.ac.il>
15825         Introduce STATSTG16 - a 16 bit variant of STATSTG.
15827         * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15828         Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
15830         * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
15831         Fixed menu type setting in SetMenuItemInfo32_common().
15833         * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
15834         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15835         Send USIG_PROCESS_CREATE signal.
15836         Bugfix: GetProcessDword offset -8 should return parent process ID.
15838         * relay32/user32.spec, windows/user.c:
15839         Bertho Stultiens <bertho@panter.soci.aau.dk>
15840         Added RegisterSystemThread stub.
15842         * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
15843         Francis Beaudet <francis@macadamian.com>
15844         Implemented the CoCreateInstanceEx method.
15846         * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
15847         Fixed crash due to a value of name length 0, value length 0 at the end
15848         of the registry.
15850         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
15851         Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
15852         QUEUE_Lock.
15854         * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
15855         - updated because of the splitting of interface/implementation
15856         - updated to use ICOM_THIS
15858         * include/dplay.h, include/dplobby.h, ole/guid.c:
15859         Francois Gouget <fgouget@psn.net>
15860         - use the latest ICOM macros
15861         - moved the IDirectPlayLobby interface to dplobby.h
15862         - removed all the implementation aspects since they need to be
15863         separate
15865         * include/dsound.h, multimedia/dsound.c:
15866         Francois Gouget <fgouget@psn.net>
15867         ICOMisation of the DirectSound API.
15869         * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
15870         Juergen Schmied <juergen.schmied@metronet.de>
15871         - reorganised icon extracing from files
15872         - made extracting from ne and ico files working
15873         - IPersistFile interface for IExtractIcon
15875         * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
15876         Fixed buffer overrun.
15878         * include/cursoricon.h, objects/cursoricon.c:
15879         Juergen Schmied <juergen.schmied@metronet.de>
15880         Changed ressource dir structures.
15881         Adapted FindBestIccon/FindBestCursor.
15883         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
15884         Loading the color schema for registry.
15886 Sat Apr 10 16:58:55 1999  Alexandre Julliard  <julliard@winehq.com>
15888         * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
15889         Marcus Meissner <marcus@jet.franken.de>
15890         Reimplemented winsock asynchronous DNS services. No longer use a
15891         fork()ed process, but either a service thread or inline blocking calls
15892         for non-threading architectures. (Makes Free Agent16 work again.)
15894         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
15895         <ewill@ncal.verio.com>
15896         - color and font dialogs now actually do something interesting,
15897           and force a redraw when successful.  Background color is adjustable.
15898           Text color is also adjustable, but the user has to set the CF_EFFECTS
15899           flag first.
15900         - text is output left-right centered, baseline, at the middle
15901           of the window, and moves with the window.  Text font is adjustable.
15902         - Success and failure MessageBox calls for Color, Font, Open,
15903           and Save have been removed or suppressed.  They annoyed me after
15904           awhile, and I suspect they annoyed others, too.  Use my tool! :-)
15905         - cmdlgtst now has the full pathname in the upper left corner; which may
15906           assist in debugging certain problems -- or it may not. :-)
15907         - usage dialog added
15909         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
15910         Corrected debug output.
15912         * windows/driver.c, relay32/winmm.spec:
15913         Eric Pouech <Eric.Pouech@wanadoo.fr>
15914         Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
15915         bit drivers.
15916         Added stub for GetDriverFlags.
15918         * windows/user.c, relay32/user32.spec:
15919         Sergey Turchanov <turchanov@usa.net>
15920         Stubs for CloseDesktop and CloseWindowStation.
15922         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15923         GetModuleFromPath now checks for loaded modules via filenames which
15924         were specified without a path.
15926         * misc/registry.c, include/winreg.h:
15927         Sylvain St.Germain <sylvain@macadamian.com>
15928         Implementation of HKU key saving and loading. Add new supported data
15929         type in debug_print_value.
15931         * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
15932         Juergen Schmied <juergen.schmied@metronet.de>
15933         New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
15934         Small change how to get icons for listview.
15936         * include/shlobj.h, relay32/shell32.spec:
15937         Juergen Schmied <juergen.schmied@metronet.de>
15938         ILLoadFromString and SHGetSettings implemented.
15940         * dlls/shell32/shellord.c:
15941         Juergen Schmied <juergen.schmied@metronet.de>
15942         SHGetSettings implemented.
15943         ExitWindowsDialog() simulated by Messagebox.
15945         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
15946         ILLoadFromString implemented.
15948         * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
15949         Richard Mortimer <remitrom@my-dejanews.com>
15950         Added missing *IsDark entries into PALETTE_Driver instance
15951         initialisation.
15953         * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
15954         Fixed X11DRV_MOUSE_WarpPointer initial value.
15956         * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
15957         Ensure that the bitmap is properly initialized when created with the
15958         LR_CREATEDIBSECTION flag.
15960         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
15961         Fixed the messaging problem of the edit box for node label edition.
15962         Substituted WM_PAINT for InvalidateRect.
15963         Some graphical fixes.
15965         * misc/main.c: James Juran <jrj120@psu.edu>
15966         Check for drivers==NULL before trying to delete them at exit.  This
15967         could happen if the emulator initialization failed for some reason and
15968         the drivers hadn't been initialized yet.
15970         * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
15971         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15972         Call InitApp16 (using Callout) for initial process.
15974         * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15975         Clear invalid selectors also in CallTo16 relay code.
15977         * programs/notepad/Es.rc:
15978         Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
15979         Revised Spanish resources.
15981         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
15982         Fixed window locking bug in CalcChildScroll.
15984         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
15985         Fixed fake multimedia timers. Grim Fandango is now able to start up
15986         when under favorable conditions. The preview movie on the Brood Wars
15987         disc now plays, too.
15989         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
15990         Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
15991         instead of returning the right buffersize.
15993 Tue Apr  6 07:14:09 1999  Alexandre Julliard  <julliard@winehq.com>
15995         * files/directory.c: galberte <galberte@neo.rr.com>
15996         Fixed SearchPathA return value.
15998         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
15999         Lionel Ulmer <ulmer@directprovider.net>
16000         - clean-up of texture 'loading'
16001         - added SetColorKey callback for already loaded textures
16003         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
16004         Fixed a problem pointed out by Kevin Holbrook.
16006         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
16007         commctrl.h must include prsht.h.
16009         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
16010         Warning fix.
16012         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
16013         Added a new implementation of the ICOM macros that use Microsoft style
16014         virtual methods to implement the COM interfaces in C++.
16016         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
16017         Correction of Mutex handling in DdeInitializeW for cases other than
16018         1st call. Addition of instance handling to DdeCreateStringHandleA,
16019         DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes.  1st
16020         cut implementation of DdeUnitialize, move of internal structure defs
16021         in from ddeml.h. Removed non-ANSI comment.
16023         * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
16024         Moved internal structures to ddeml.c, also removed non-ANSI comments,
16025         and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
16027         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
16028         James Abbatiello <abbeyj@wpi.edu>
16029         Fixed memory leaks in mixerOpen16/mixerClose,
16030         midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
16031         midiInOpen16/midiInClose16.
16033         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
16034         Added sanity check for whitespace in file names, various other fixups.
16036 Sun Apr  4 12:48:21 1999  Alexandre Julliard  <julliard@winehq.com>
16038         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
16039         WM_MOUSEMOVE implementation bug fix.
16041         * windows/x11drv/keyboard.c:
16042         José Marcos López <jose.lopez@upcnet.upc.es>
16043         Added Spanish keyboard layout.
16045         * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
16046         Fixed the modem control part of EscapeCommFunction16.
16048         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
16049         Added missing goto.
16051         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
16052         Marcus Meissner <marcus@jet.franken.de>
16053         EnumCalendarInfoA stub.
16055 Sat Apr  3 16:27:54 1999  Alexandre Julliard  <julliard@winehq.com>
16057         * windows/mouse.c, windows/keyboard.c:
16058         Francois Boisvert <francois@macadamian.com>
16059         Suspend the window locks before DefKeybEventProc and
16060         DefMouseEventProc.
16062         * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
16063         Joerg Mayer <jmayer@telesun2.telemation.de>
16064         More #pragma fixes (idea Ove Kaaven, mistakes are mine).
16066         * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16067         No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
16068         WM_CREATE messages.
16070         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
16071         Added some SetLastError()s in GetProcAddress() and LoadLibrary().
16073         * misc/crtdll.c, relay32/crtdll.spec:
16074         Christian Schlaile <up9n@rz.uni-karlsruhe.de>
16075         Implemented makepath, rand() returns correct range, fixed fputc.
16077         * files/file.c, include/file.h, msdos/int21.c:
16078         Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
16079         Moved _lcreat16_uniq to int21.c
16081         * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
16082         Pavel Roskin <pavel_roskin@geocities.com>
16083         Casts to (SEGPTR) removed. They did nothing anyway.
16084         Includes added or removed where necessary.
16085         Win16 functions replaced with their Win32 counterparts. Comments added
16086         where it was impossible.
16087         CALLBACK added where necessary. Some declarations fixed.
16088         Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
16089         DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
16090         Listbox enabled in hello3.
16092         * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16093         Updated French keyboard.
16095         * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
16096         Fancier version of hello.c courtesy of Huw Davies.
16098         * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
16099         Fixed compilation of the Control panel.
16101         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
16102         'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
16103         the dead key mapping stuff to the actual mapping code too.  Prettied
16104         up the fixme message. Added a check where if the keys of two layouts
16105         match exactly, the one with the best-matching keycode order is chosen,
16106         so that the QWERTY and Dvorak layouts can be distinguished.
16108         * win32/device.c, relay32/kernel32.spec:
16109         Eric Pouech <Eric.Pouech@wanadoo.fr>
16110         Added (empty) stub for OpenVxDHandle.
16112         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16113         mmioOpen() now handles correctly MMIO_PARSE flag.
16115         * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
16116         Background color fix when disabled or read only.
16118         * windows/win.c: Francois Boisvert <francois@macadamian.com>
16119         Transfered the window struct memory release from WIN_DestroyWindow to
16120         WIN_ReleaseWndPtr.
16122         * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
16123         DLGITEMTEMPLATE structure had one too many member.
16125         * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16126         Prevent crash in debugger.
16128 Fri Apr  2 10:37:42 1999  Alexandre Julliard  <julliard@winehq.com>
16130         * controls/combo.c, controls/listbox.c, include/combo.h:
16131         Francis Beaudet <francis@macadamian.com>
16132         Implemented the Win95 look and feel.
16134         * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
16135         Wrote a basic implementation of the WM_PRINT message.
16137         * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
16138         Francois Boisvert <francois@macadamian.com>
16139         Suspend all windows locks before the control is passed to the
16140         application.
16141         Also fixed some bugs in dce.c
16143         * Make.rules.in, Makefile.in:
16144         Joerg Mayer <jmayer@telesun2.telemation.de>
16145         - Remove some old rc make stuff
16146         - "make clean" omitted some include subdirs
16148         * relay32/ddraw.spec, graphics/ddraw.c:
16149         Lionel Ulmer <ulmer@directprovider.net>
16150         Added DllClassFactory to DirectDraw.
16152 Thu Apr  1 12:05:44 1999  Alexandre Julliard  <julliard@winehq.com>
16154         * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
16155         Split off keysym/deadchar -> char mapping, use it in DetectLayout.
16157         * 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:
16158         Alex Korobka <alex@aikea.ams.sunysb.edu>
16159         Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
16160         mode go through window manager, small bugfixes for menu and window
16161         code, extended clipboard driver model to handle formats other than
16162         text.
16164         * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
16165         EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
16166         true for multiline controls too, as my tests show.
16168         * dlls/comctl32/listview.c, include/listview.h:
16169         Luc Tourangeau <luc@macadamian.com>
16170         Added support for icon and smallicon views.
16172         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
16173         Made DOSVM_GetTimer survive EAGAIN errors...
16175         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
16176         Implemented async comm buffers (but probably not bugfree), and along
16177         with them, the functionality of async event notifications, mong them
16178         EnableCommNotification. Removed a previous hack that was faking the
16179         buffers, since we now have real buffers...
16181         * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
16182         Added CN_* flags used in WM_COMMNOTIFY.
16184         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16185         Implement the EnumAttachedSurface method.
16187         * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
16188         Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
16189         OleDestroyMenuDescriptor along with a bunch of internally used methods
16190         and data structures.
16192         * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
16193         Adrian Thurston <adriant@corel.ca>
16194         initguid.h should only contain the macro that defines the guids.
16195         Added olectl.h to guid.c so some needed guids get defined.
16196         Made GUID_NULL an actual guid set to 0,0,0...
16198         * if1632/gdi.spec, objects/gdiobj.c:
16199         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16200         Added GdiSignalProc() stub.
16202         * 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:
16203         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16204         Added USER32.UserSignalProc to Callout table.
16205         Implemented built-in UserSignalProc().
16206         Don't announce Win3.1-style USER handler any more.
16208         * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
16209         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16210         Implemented PROCESS_CallUserSignalProc().
16211         Send USER signals at various appropriate places.
16212         Moved [GS]etProcessDword() to scheduler/process.c.
16214         * 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:
16215         Juergen Schmied <juergen.schmied@metronet.de>
16216         All 19 FileMenu_* functions, some as stubs, some implemented.
16218         * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
16219         Juergen Schmied <juergen.schmied@metronet.de>
16220         SHCLSIDFromString, StrToOleStr implemented.
16221         RLBuildListOfPaths stub.
16223         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
16224         Juergen Schmied <juergen.schmied@metronet.de>
16225         DllGetVersion (not yet exported).
16226         Small change to SHAppBarMessage.
16228         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
16229         Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
16231         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
16232         Added StackEnter() and StackLeave() stubs
16234         * multimedia/mci.c, multimedia/mmsystem.c:
16235         Eric Pouech <Eric.Pouech@wanadoo.fr>
16236         Starting implementation of MCI creator tasks
16237         Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
16238         Better implementation of mmTaskCreate16
16240         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16241         Added creator task to MCI struct.
16243         * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
16244         Replaced 0xC000 by symbolic constants.
16246         * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
16247         Fixed small ==, != mixup.
16249         * windows/defdlg.c, windows/defwnd.c:
16250         Luc Tourangeau <luc@macadamian.com>
16251         Implemented WM_NOTIFYFORMAT.
16253         * loader/elf.c: Marcus Meissner <marcus@mud.de>
16254         "foo" was not translated to "foo.so" in elf loader.
16256         * include/bitmap.h, objects/bitmap.c:
16257         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16258         LoadBitmap16()/LoadImage16() calling sequence simplified.
16260         * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
16261         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16262         Allow NULL NE resource handler; call the default handler directly.
16263         Removed WPROCS / Callbacks support for WineLib resource handlers.
16265         * include/process.h, relay32/utthunk.c:
16266         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16267         Made Universal Thunk list per-process, not system global.
16269         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
16270         Additional macro definitions.
16272         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
16273         Implemented TCM_ADJUSTRECT.
16275         * msdos/int09.c, msdos/ioports.c:
16276         Michael Veksler <mveksler@techunix.technion.ac.il>
16277         Removed "implicit declaration" warnings.
16279         * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
16280         Fixed OpenGL devices implementation.
16282         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16283         In UserYield16, when current thread is a 32 bit one which hold the
16284         Win16Lock, must take care of a LockCount > 1.
16286         * */*.c:
16287         Patrik Stridvall <ps@leissner.se>
16288         More code moved to the X11 driver (bitmap and palette and misc).
16290 ----------------------------------------------------------------
16291 Sun Mar 28 15:20:00 1999  Alexandre Julliard  <julliard@winehq.com>
16293         * include/winbase.h, include/wingdi.h:
16294         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16295         Move DM* defines from winbase.h -> wingdi.h.
16297         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16298         Fixed QueryInterface functions for IDirect3D 1 and 2.
16300         * ole/nls/Attic/dnk.nls: Apparently no longer needed.
16302         * 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:
16303         Dimitrie O. Paun <dimi@cs.toronto.edu>
16304         Changed some debug messages from one channel to another, to clean up a
16305         bit the debug channel usage.
16307         * loader/module.c: Jess Haas <paranoid07@hotmail.com>
16308         Fixed CreateProcessA so it can handle commandlines with arguments and
16309         no .exe.
16311         * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
16312         Fixed GetModuleHandle16.
16314         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
16315         Added Russian keyboard support.
16317         * include/winuser.h, relay32/user32.spec, windows/user.c:
16318         Lionel Ulmer <ulmer@directprovider.net>
16319         Added stub for SetSystemCursor.
16321         * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
16322         SetFileAttributesA: "implemented" setting of directory flag as test of
16323         compatibility.
16325         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
16326         Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
16327         keyboard support.
16329         * 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:
16330         Paul Quinn <paulq@corel.ca>
16331         Aaron Barnes <aaronb@corel.ca>
16332         Adrian Thurston <adriant@corel.ca>
16333         Bundle of new stubs.
16335         * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
16336         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16337         Added missing WINAPIs.
16339         * relay32/kernel32.spec, win32/newfns.c:
16340         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16341         Added CreateIoCompletionPort stub.
16343         * windows/queue.c, windows/message.c:
16344         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16345         Call EVENT_Pending() to flush X11 output queue before blocking in
16346         MsgWaitForMultipleObjects().
16347         Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
16348         Protect system queue access in hardware_event().
16350         * 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:
16351         Francois Boisvert<francois@macadamian.com>
16352         Fixed some bugs in thread safeness for wnd struct.
16354         * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
16355         Pavel Roskin <pavel_roskin@geocities.com>
16356         Made libtest/hello3 work again, now with Windows-compatible resource
16357         loading.
16359         * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
16360         Jiuming Luo <jiuming_luo@yahoo.com>
16361         Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
16362         then deleted the duplicated typedefs (in imm.h and mmsystem.h).
16364         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
16365         Rewrote EnumPrintersA, added CriticalSection around Registry reads and
16366         implemented PRINTER_INFO_2 request.
16368         * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
16369         Added Swiss German keyboard layout.
16371         * 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:
16372         Juergen Schmied <juergen.schmied@metronet.de>
16373         - adjusted printing of refcounts to be equal
16374         - cleaning up icon cache on PROCESS_DETACH
16375         - fixed ascii/unicode use in SH/ILCreateFromPath
16376         - fixed small memory leak in shellview
16378         * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
16379         Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
16381         * programs/cmdlgtst/cmdlgtst.c:
16382         Pavel Roskin <pavel_roskin@geocities.com>
16383         Fixed warnings.
16385         * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
16386         Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
16388         * 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:
16389         Alex Korobka <alex@aikea.ams.sunysb.edu>
16390         Moved hrgnUpdate from client to window coordinates, made nonclient
16391         painting depend on the update region, reworked SetWindowPos() and
16392         RedrawWindow() to speed up update region calculation, made -desktop
16393         work properly, added WM_CANCELMODE here and there, fixed several
16394         window activation bugs that crept in since the last time.
16396         * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
16397         Fixed occasional loss of SendMessage() return value.
16399         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16400         Added initialisation of the pixmap_depth field in
16401         Xlib_DirectDrawCreate.
16403         * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
16404         Fixed a warning.
16406         * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
16407         Added stub for int2f 4b.
16409         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
16410         James Abbatiello <abbeyj@wpi.edu>
16411         Fixed memory leak in waveOutOpen/waveOutClose.
16413         * graphics/psdrv/escape.c:
16414         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16415         More Escapes for the PostScript driver.
16417 Sat Mar 27 16:56:13 1999  Alexandre Julliard  <julliard@winehq.com>
16419         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
16420         Francois Gouget <fgouget@psn.net>
16421         Adapted to the interface/implementation separation.
16422         Now uses ICOM_THIS to access the implementation structures.
16423         Replaced 'this' with 'This' for ICOM_THIS.
16424         Direct access to the virtual table has been eliminated too.
16426         * graphics/d3d_private.h, graphics/ddraw_private.h:
16427         Francois Gouget <fgouget@psn.net>
16428         Updated to include all the implementation aspects that were previously
16429         in the public includes.
16431         * graphics/vga.c: Francois Gouget <fgouget@psn.net>
16432         Removed direct access to the virtual table
16434         * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
16435         Removed all implementation aspects.
16436         Modified to use the latest ICOM macros.
16437         Added the macros for use in C.
16438         Added the method parameter names (when I had them).
16440         * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
16441         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16442         Fixed sequence of DLL_PROCESS_DETACH notification calls.
16443         Moved PE_MODREF flags to WINE_MODREF level.
16444         Better handling of LoadLibraryEx flags.
16445         PE_InitTls() changed to work only on the current thread.
16447         * include/server.h, scheduler/process.c, server/trace.c:
16448         Added cmd line in new_process request.
16450         * scheduler/thread.c:
16451         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16452         All threads created with CreateThread are 32-bit threads.
16454         * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
16455         Juergen Schmied <juergen.schmied@metronet.de>
16456         Reading of binary streams implemented (SHOpenRegStream).
16458         * msdos/int25.c, msdos/int26.c:
16459         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16460         Fixed int25 & int26 error code.
16462         * loader/task.c, windows/queue.c:
16463         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16464         Allow UserYield16 to be called from 32-bit thread.
16466         * include/oledlg.h, include/winbase.h:
16467         Albert Den Hann <albertd@corel.ca>
16468         Additional macro definitions.
16470         * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
16471         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16472         Fixed {S|G}etBitmapBits in x11drv.  Removed BITMAP_GetPadding.
16474         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16475         Fixed metafile recording of CreatePatternBrush.
16477 Thu Mar 25 16:42:28 1999  Alexandre Julliard  <julliard@winehq.com>
16479         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
16480         Pascal Lessard <pascal@macadamian.com>
16481         Change the AddBitmap function. Implement flat toolbar. Change
16482         CreateToolbarEx. Implement partially the hot buttons for toolbar.
16484         * msdos/int16.c:
16485         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16486         Implemented Get Shift Flags function.
16488         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
16489         Missing WINAPI.
16491         * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
16492         Changed stdlib.h to string.h.
16494         * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
16495         Added string.h.
16497         * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
16498         David Luyer <luyer@ucs.uwa.edu.au>
16499         Changed "strings.h" to "string.h".
16501         * graphics/x11drv/bitblt.c, windows/nonclient.c:
16502         Randy Weems <rweems@home.com>
16503         Fixed off-by-one error if bitblt width or height is negative.
16505         * dlls/comctl32/tab.c, include/tab.h:
16506         Francis Beaudet <francis@macadamian.com>
16507         Implemented:
16508         - showing the selected tab as highlighted
16509         - support for drawing the focus rectangle
16510         - basic keyboard support
16511         - support for a tab with horizontal scrolling.
16513         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16514         Thread-safe implementation of profile functions (Windows and Wine).
16516         * include/message.h, loader/main.c, windows/timer.c:
16517         Stephane Lussier <stephane@macadamian.com>
16518         Made the timer code thread safe.
16520         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
16521         Fixed possible endless loop.
16523         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
16524         Fixed LB_GETCURSEL message to return LB_ERR on empty list.
16526         * 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:
16527         Juergen Schmied <juergen.schmied@metronet.de>
16528         Use the new header for COM definitions.
16530         * dlls/shell32/shellord.c, relay32/shell32.spec:
16531         Juergen Schmied <juergen.schmied@metronet.de>
16532         New stub shell_654.
16534         * include/treeview.h, dlls/comctl32/treeview.c:
16535         Sylvain St.Germain <sylvain@macadamian.com>
16536         Implementation of TVM_SORTCHILDRENCB.
16537         Implementation of TVI_SORT insertion.
16538         Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
16539         Fix problems related to TVIS_EXPANDEDONCE.
16541         * dlls/comctl32/comctl32undoc.c:
16542         Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
16543         Fix problem in DPA_QuickSort where the sort order was inverted.
16545         * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
16546         Ove Kaaven <ovek@arcticnet.no>
16547         Added infrastructure and definitions for general-purpose event and IRQ
16548         handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
16549         event message loop, message handling, CLI/STI handling, and minimal
16550         PIC support.
16552         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
16553         Added handling of SIGUSR2 for the new event interruption handling,
16554         bumping up the protocol revision. Made some debug messages not be
16555         output when it's not necessary.
16557         * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
16558         Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
16560         * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
16561         Ove Kaaven <ovek@arcticnet.no>
16562         Added int 0x09 and int 0x33.
16564         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
16565         Implemented a int 0x33 handler, with a minimal implementation of the
16566         mouse routines, including callbacks.
16568         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
16569         Implemented a int 0x09 handler, and a scancode queue that simulates
16570         IRQ 1 in the dos box.
16572         * include/docobj.h: Paul Quinn <paulq@corel.ca>
16573         Creation of docobj.h.
16575         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16576         Allow depth of DIB to differ from depth of bitmap in GetDIBits.
16578 Wed Mar 24 15:07:20 1999  Alexandre Julliard  <julliard@winehq.com>
16580         * debugger/editline.c: Abort on input error.
16582         * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
16583         Population of oledlg.
16585         * windows/x11drv/event.c, windows/painting.c:
16586         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16587         Add IsWindow() checks after SendMessage() returns.
16589         * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
16590         Fixed a small bug in int10.
16592         * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
16593         COMBO_Size: maintain the height of the RectCombo when the window is
16594         resized.
16596         * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
16597         Paul Quinn <paulq@corel.ca>
16598         Added various definitions.
16599         Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
16601         * include/windef.h: Jim Aston <jima@corel.ca>
16602         Added a few empty macros.
16604         * include/cursoricon.h, objects/cursoricon.c:
16605         Marcus Meissner <marcus@jet.franken.de>
16606         CURSORICON_Destroy: missing WINAPI added.
16608         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
16609         Added translation for SO_RCVTIMEO (as seen by IE4).
16611 Tue Mar 23 17:04:10 1999  Alexandre Julliard  <julliard@winehq.com>
16613         * server/process.c: Create startup info for the initial process.
16615         * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
16616         Added server pid and tid in init_thread request, and use them in
16617         CLIENT_InitThread.
16619         * 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:
16620         Noomen Hamza <noomen@macadamian.com>
16621         Implemented:
16622         - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
16623           GenericCompositeMoniker
16624         - IRunningObjectTable interface, and
16625         - IBindCtx interface.
16627         * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
16628         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16629         Added StretchDIBits for the PostScript driver.
16631         * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
16632         Added missing ending pragma pack.
16634         * misc/comm.c: Rein Klazes <rklazes@casema.net>
16635         Corrected small bug in GetCommState16. Parity check can be disabled
16636         even when a parity bit is used. SetCommState16() can override baudrate
16637         setting in wine.conf.
16639 Mon Mar 22 17:47:36 1999  Alexandre Julliard  <julliard@winehq.com>
16641         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16642         Bugfix: cope with quoted arguments for CreateProcess().
16644         * loader/resource.c:
16645         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16646         Fixed typo in SizeofResource().
16648         * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16649         lstrcpyA can't use strcpy.
16651         * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
16652         Marcus Meissner <marcus@jet.franken.de>
16653         Added -dll option for winelib programs. (Note: will not print warnings
16654         on failure currently).
16656         * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16657         Added strlwr.
16659         * loader/pe_image.c, msdos/int21.c:
16660         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16661         Cosmetics.
16663         * if1632/mmsystem.spec, relay32/winmm.spec:
16664         Eric Pouech <Eric.Pouech@wanadoo.fr>
16665         Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
16667         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16668         Started calling mixer as a 32 bit low level driver (no longer 16 bit)
16669         Added support for yield proc in mci struct
16670         Added mmTaskXXX16 and mmThreadXXX16 functions
16671         Refreshed implementation of 16 bit native & asynchronous MCI driver
16672         command (through mmtask.tsk).
16674         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16675         Fixed a few bugs. Started implementing mixerMessage as a 32 bit
16676         function (no longer 16 bit).
16678         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16679         Implemented mciExecute.
16681         * include/multimedia.h, multimedia/mci.c:
16682         Eric Pouech <Eric.Pouech@wanadoo.fr>
16683         Added yield proc members to mci struct.
16685         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16686         Added mixer specfic error codes, fixed type in function name.
16688         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16689         Fixed return codes for default driver proc.
16691         * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
16692         Made LB_GETCURSEL return focus_item if no item has been selected.
16694         * windows/x11drv/keyboard.c:
16695         Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
16696         Added Finnish keyboard layout.
16698         * 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:
16699         Veksler Michael <mveksler@techunix.technion.ac.il>
16700         Removed winuser16.h from x11drv.h.
16702         * include/winspool.h, misc/printdrv.c:
16703         Klaas van Gend <klaas@vangend.demon.nl>
16704         Implementation of EnumPrintersA, info level 4 and 5.
16706         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
16707         Check if the build is stripped, and die if it is.
16708         Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
16709         (thanks Ryan Cumming!).
16711         * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
16712         Fixed "reached end of non void..." warnings.
16714         * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
16715         MessageBox32A -> MessageBoxA
16717         * loader/module.c, relay32/kernel32.spec:
16718         Sergey Turchanov <turchanov@usa.net>
16719         Implementation for FreeLibraryAndExitThread.
16720         Made GetBinaryType = GetBinaryTypeA.
16722         * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
16723         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16724         Run Win32 processes in their own threads.
16725         Process exit sequence adapted.
16727 Sun Mar 21 19:26:26 1999  Alexandre Julliard  <julliard@winehq.com>
16729         * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
16730         Changed process initialisation to use the new server requests.
16731         Started to move the process init to the right context, not finished yet.
16733         * 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:
16734         Added new_process and init_process request.
16735         Split out process creation from thread creation.
16736         Changed server initialisation to ensure that we always have a current
16737         thread.
16739         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
16740         One small error corrected and the 102th key...
16742         * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
16743         Made commerror and eventmask local to each port (for win16), made the
16744         win16 routines use port indices instead of UNIX fds (this should make
16745         some Visual Basic stuff and similar garbage start working), moved some
16746         stuff around (win16 routines at top of file, win32 routines at
16747         bottom), made a couple of win32 routines use win32 handles, and added
16748         a few hints as to how to implement asynchronous buffers, based on
16749         which EnableCommNotification can eventually be implemented.
16751         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
16752         Fixed prototypes of a couple of comm routines.
16754         * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16755         Fixed typo.
16757         * windows/win.c: Francis Beaudet <francis@macadamian.com>
16758         Clear update region before WM_NCDESTROY.
16760         * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
16761         Got rid of SYSTEM_LOCK macros.
16763 Sat Mar 20 07:18:26 1999  Alexandre Julliard  <julliard@winehq.com>
16765         * misc/main.c: No longer need to delete system heap critical section.
16767 Fri Mar 19 17:04:25 1999  Alexandre Julliard  <julliard@winehq.com>
16769         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
16770         Added a check for desktop in SHGetFileInfo.
16772         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16773         Fixed some bugs in MCI message mapping (32A => 16).
16775         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
16776         Fixed WIN_SendDestroyMsg.
16778         * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
16779         Removed definitions for FIONREAD and FIONBIO.
16781         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16782         Fixes some return values for DefDriverProc.
16784         * programs/regapi/regFixer.pl:
16785         Sylvain St.Germain <sylvain@macadamian.com>
16786         Removed the chop command that was there to get rid of dos ^M.
16787         The script now process only unix file format.
16789         * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16790         Hide dialog windows created by CreateDialog* in EndDialog just as
16791         Windows does.
16793         * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
16794         Set type of destination variant in VariantChangeTypeEx function.
16796         * windows/x11drv/keyboard.c:
16797         Bertho Stultiens <bertho@panter.soci.aau.dk>
16798         Fixed Danish keyboard layout.
16800 Thu Mar 18 17:39:58 1999  Alexandre Julliard  <julliard@winehq.com>
16802         * 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:
16803         Marcus Meissner <marcus@jet.franken.de>
16804         Lots of warning fixed, one missing WINAPI in ddraw.c added.
16806         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
16807         Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
16809         * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
16810         msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
16812         * relay32/kernel32.spec, misc/toolhelp.c:
16813         Marcus Meissner <marcus@jet.franken.de>
16814         Added Module32* stubs.
16816 Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard@winehq.com>
16818         * windows/x11drv/keyboard.c:
16819         Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
16820         Added Portuguese keytable.
16822         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
16823         Added Canadian French keyboard layout.
16825         * windows/x11drv/keyboard.c:
16826         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16827         Added UK keyboard layout.
16829         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
16830         <paranoid07@hotmail.com>
16831         Fixed/implemented various interrupt functions.
16833         * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
16834         Marcus Meissner <marcus@jet.franken.de>
16835         Fixed some warnings. removed some unneccessary includes, removed one
16836         direct WND* access in controls/menu.c.
16838         * windows/win.c: Francis Beaudet <francis@macadamian.com>
16839         Implemented a more defensive version of WIN_SendDestroyMsg.
16841         * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
16842         Install headers from $(SRCDIR).
16844         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
16845         Removed the obsolete ICOM macros.
16847         * include/vfw.h: Francois Gouget <fgouget@psn.net>
16848         Moved the APIs closer to the corresponding COM interface, removed two
16849         duplicates and added 2-3 macros for A/W APIs.
16851         * msdos/int15.c: <paranoid07@hotmail.com>
16852         Added some stubs for int15 functions.
16854         * windows/message.c, windows/queue.c:
16855         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16856         Inter-thread SendMessage() bugfixes:
16857         - Insert new message to be received at the *end* of the SM_PENDING_LIST.
16858         - Do *not* process received messages in ReplyMessage().
16859         - Clear the QS_SMRESULT flag only immediatedly before waiting.
16861         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
16862         Return error if not a valid OLE compound file.
16864         * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
16865         Fix crash if lpuCurDirLen or lpuDestDirLen==0.
16867         * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
16868         Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
16869         strange).
16871 Tue Mar 16 16:29:26 1999  Alexandre Julliard  <julliard@winehq.com>
16873         * 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:
16874         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16875         Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
16877         * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
16878         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16879         Pass new arguments (suspend/inherit) to the server.
16881         * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
16882         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16883         Handle suspend/resume_thread requests in phase STARTING correctly.
16884         Set initial suspend count for threads created with CREATE_SUSPENDED.
16885         Set 'inheritable' flag for process/thread handles.
16887         * 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:
16888         Marcus Meissner <marcus@jet.franken.de>
16889         Removed no longer necessary win.h include, added now necessary other
16890         includes (win.h used only by UPDOWN now).
16892         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
16893         debug.h must be last, or we get ERR() macro problems again.
16895         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
16896         Fixed a slight bug that was included in the change from WND ptr to
16897         hwnd last week.
16899         * loader/main.c, misc/callback.c:
16900         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16901         Fix compiler warnings.
16903         * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
16904         Sylvain St.Germain <sylvain@macadamian.com>
16905         Fixed some graphical problems of the treeview and added support LMB
16906         click on +/- sign to open and close.
16907         Fixed a bug in imagelist where the last image could not be displayed.
16909         * windows/x11drv/event.c:
16910         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16911         Avoid unnecessary error messages.
16913         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16914         Ignore HIWORD of boolean return values of 16-bit hook procedures, to
16915         match buggy Windows behaviour.
16917         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16918         Corrected bug in enumeration function.
16920         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
16921         Fixed bug introduced in WIN_FindWindow.
16923         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
16924         0 is a valid index for a tab item.
16925         CreateSolidBrush takes a COLORREF as a parameter.
16926         Tab controls were always displayed in the top left corner.
16928 Mon Mar 15 16:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
16930         * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
16931         Francois Gouget <fgouget@psn.net>
16932         Updated the interfaces to use the latest ICOM macros.
16934         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
16935         Updated.
16937         * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
16938         Eric Pouech <Eric.Pouech@wanadoo.fr>
16939         Moved all MCI internal functions/variables/macros to mci.c.
16940         Changed some interface names.
16942         * include/digitalv.h, multimedia/mciavi.c:
16943         Eric Pouech <Eric.Pouech@wanadoo.fr>
16944         Make use of digitalv.h file.
16946         * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16947         Changed how list of loadable MCI drivers is obtained.
16949         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
16950         Describes in newbie terms how to add new keyboard layouts.
16952         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
16953         Better comments, and added ANSI codepages in table.
16954         US keyboard contributed by Uwe Bonnes.
16955         French keyboard contributed by Eric Pouech.
16956         German keyboard contributed by Ulrich Weigand.
16957         Danish keyboard contributed by Bertho Stultiens.
16959         * 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:
16960         Klaas van Gend <klaas@vangend.demon.nl>
16961         - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
16962         - Some header inclusion cleanup.
16964         * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
16965         Eric Pouech <Eric.Pouech@wanadoo.fr>
16966         Cosmetic fixes.
16968         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16969         Makes use of new CDAUDIO_Seek() function.
16971         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16972         Various fixes for MSCDEX traps.
16974         * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16975         Added new function CDAUDIO_Seek().
16977         * include/driver.h, windows/driver.c:
16978         Eric Pouech <Eric.Pouech@wanadoo.fr>
16979         Better 16/32 bit driver messages mapping and handling.
16980         Better protection against bad handles.
16982         * include/peexe.h, loader/resource.c:
16983         Marcus Meissner <marcus@jet.franken.de>
16984         Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
16985         code.
16987         * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
16988         Fixed make install.
16990 ----------------------------------------------------------------
16991 Sun Mar 14 17:25:33 1999  Alexandre Julliard  <julliard@winehq.com>
16993         * 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:
16994         Francois Boisvert <francois@macadamian.com>
16995         Made access to the wnd struct thread-safe.
16997         * */*: Jim Aston <asto0001@algonquinc.on.ca>
16998         Renamed wintypes.h to windef.h.
17000         * memory/heap.c: Make the system heap critical section global.
17002         * Make.rules.in:
17003         Fixed Makefile up-to-date check to avoid relinking all the object
17004         files.
17006         * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
17007         Reimplemented some code without using X11.
17009         * graphics/ddraw.c, relay32/ddraw.spec:
17010         Patrik Stridvall <ps@leissner.se>
17011         Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
17013         * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
17014         Added tracing for delayed imports and removed the fixme.
17016         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
17017         Better implementation of GetShortPathNameA/W.
17019         * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
17020         Allow the file names and paths for the registry files (user.reg and
17021         system.reg) to be specified in a [Registry] section of wine.ini or
17022         other config file.
17024         * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
17025         Fix OemToAnsiBuff for real Win31 behavior.
17027         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
17028         First attempt at supporting different keyboard layouts with their
17029         correct scancode mapping.
17031         * 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:
17032         Sylvain St.Germain <sylvain@macadamian.com>
17033         Added command line tool to access the registry.
17035         * rc/winerc.c: Fixed compilation.
17037         * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
17038         Ignore generated files.
17040         * programs/notepad/lcc.h: Fixed make depend.
17042         * 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:
17043         Paul Quinn <paulq@linuxmaster.hungrycats.org>
17044         Many new defines, and structs to help compile MFC. As well as a few
17045         OLE corrections from earlier.
17047         * loader/ne/module.c:
17048         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17049         Make GetModuleHandle16 only look for module names, not path names.
17051         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
17052         Added some more vga video modes.
17054         * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
17055         Prevent X11 errors when XCreateWindow is called with zero width or
17056         height.
17058         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
17059         Added metafile support for ExtFloodFill.
17061         * controls/button.c:
17062         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
17063         Paint gray text on gray background in checkboxes/radiobuttons by
17064         stippling. Also changed the brush used in this case to give better
17065         readability with X fonts.
17067         * 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:
17068         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17069         Implemented (nearly) all TAPI functions as stubs.
17071         * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
17072         Michael McCormack <Michael.McCormack@alcatel.com.au>
17073         Basic support for WIN32 serial communications API.
17074         Modify DOSFS_OpenDevice to allow opening of COM ports.
17075         Change Win32 comm functions to accept file handle.
17076         Add declaration of COMSTAT32 structure.
17078         * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
17079         Fixed a silly VGA-emulation palette bug.
17081         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
17082         Fixed a couple of ugly warnings (caused by ugly errors).
17084         * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17085         Bug fix.
17087         * 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:
17088         Juergen Schmied <juergen.schmied@metronet.de>
17089         - IShellFolder and IEnumIDList are using the new COM headers
17090         - fixed sort order for folders and drives
17092         * README: Ove Kaaven <ovek@arcticnet.no>
17093         Corrected location of FAQ.
17095         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
17096         Fully implemented Direct Console Input.
17098 Sat Mar 13 18:20:27 1999  Alexandre Julliard  <julliard@winehq.com>
17100         * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
17101         Marcus Meissner <marcus@jet.franken.de>
17102         Fixed newly introduced and some leftover warnings.
17104         * include/wingdi.h: Francois Gouget <fgouget@psn.net>
17105         It is now possible to use the standard macros for GetTextExtentPoint
17106         and GetTextExtentPoint32.
17108         * include/prsht.h: Francois Gouget <fgouget@psn.net>
17109         Fixed some SendMessage32A that escaped the renaming.
17111         * include/ole2.h: Francois Gouget <fgouget@psn.net>
17112         On windows ole2.h includes oleauto.h and some programs depend on this.
17114         * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
17115         Fixes in the SysAllocString functions prototypes. It's mostly 'const'
17116         problems that prevent regular code from compiling.
17118         * 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:
17119         Pavel Roskin <pavel_roskin@geocities.com>
17120         File open dialog now uses icons instead of bitmaps.
17122         * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
17123         Updated AVI* class interface to new ICOM_ methods.
17125         * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
17126         Some fixes and additions.
17128         * 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:
17129         Marcus Meissner <marcus@jet.franken.de>
17130         Started on avifil32 implementation (only stubs currently).
17132         * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
17133         Reimplemented DrawFocusRect without using X11.
17135         * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
17136         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17137         Implemented mode setting things as well as VESA additions and other
17138         things. Cleaned up DOSMEM_BiosData handling.
17140         * include/wine/obj_olefont.h, ole/olefont.c:
17141         Francis Beaudet <francis@macadamian.com>
17142         Implemented the IPersistStream interface on the OLE font object.
17144         * miscemu/emulate.c:
17145         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17146         Make function BX=6 round ST0 to integer.
17148         * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
17149         Adrian Thurston <adriant@corel.ca>
17150         - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
17151                   LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
17152         - Added some missing structures and definitions to wingdi.h
17153         - Added proper defines for GetCharWidthsXXX
17154         - Added c++ protection to wingdi.h
17156         * 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:
17157         Juergen Schmied <juergen.schmied@metronet.de>
17158         - mostly cleanup after the renaming
17159         - implemented SHILCreateFromPath
17160         - small changed to SHGetFileInfo
17162         * include/prsht.h, include/winuser.h:
17163         Bertho Stultiens <bertho@panter.soci.aau.dk>
17164         Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
17165         structure for compatibility.
17167         * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
17168         Bertho Stultiens <bertho@panter.soci.aau.dk>
17169         Moved error codes to cderr.h.
17171         * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
17172         Fix CreateProcess to handle lpCommandline better.
17174         * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
17175         Change GetStartupInfoA/W to return the real StartupInfo.
17177         * windows/mdi.c: Guy Albertelli  <<galberte@neo.lrun.com>>
17178         Handle null wndPtr for mdi window.
17180         * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
17181         Fixed a couple of missing #defines for Win32 API functions with
17182         ASCII/Unicode versions.
17184         * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
17185         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17186         Implemented UTRegister and UTUnRegister.
17188         * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
17189         <keith_m@sweeney.demon.co.uk>
17190         Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
17191         bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
17192         DdeSetQualityOfService, DdeSetUserHandle.
17193         Corrected heap handling in DdeInitializeW, refined CreateMutex error
17194         handling.
17195         General tidying.
17197         * if1632/olecli.spec, include/ole.h, ole/olecli.c:
17198         Pavel Roskin <pavel_roskin@geocities.com>
17199         Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
17200         OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
17201         OleRevertClientDoc, OleEnumObjects.
17203         * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
17204         Definition for OleCreateLinkFromClip was incorrect.
17206         * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
17207         Mask out the upper 12 bits from the resourceid, just like win95 does.
17209         * BUGS: Ove Kaaven <ovek@arcticnet.no>
17210         Updated bug list by my knowledge of them.
17212         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
17213         StgCreateDocfile accepts NULL as a file name.
17215         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
17216         Added support for alternate DIBBITBLT layout.
17218         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
17219         Buffer size bug in LocateDebugInfoFile.
17221         * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17222         Improved "error" message readability.
17224         * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
17226         * dlls/comctl32/listview.c: Fixed make depend
17228 Fri Mar 12 17:42:50 1999  Alexandre Julliard  <julliard@winehq.com>
17230         * 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:
17231         Eric Kohl <ekohl@abo.rhein-zeitung.de>
17232         Replaced direct access to the WND structure by corresponding calls to
17233         Win32 functions.
17235         * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
17236         Eric Kohl <ekohl@abo.rhein-zeitung.de>
17237         Fixed some bugs introduced by the automated renaming.
17239         * resources/.cvsignore: Added sysres_Ru.s
17241         * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
17242         Luc Tourangeau <luc@macadamian.com>
17243         Changed the listview control to add the report view and fix some bugs
17244         for the list view.
17246         * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
17247         Removed use of WND struct.
17249         * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
17250         Added #ifdef HAVE_WCTYPE_H.
17252         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
17253         Removed direct access to the WND struct.
17255         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
17256         Message translation for WM_WININICHANGE.
17258         * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
17259         obm_closed_95 should not be drawn inverted.
17261         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
17262         Removed direct access to the WND struct.
17264         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
17265         Thuy Nguyen <thuy@macadamian.com>
17266         Improved performance.
17268         * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
17269         Create a new DC in GetDCEx when none are available.
17271         * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
17272         Stephane Lussier <stephane@macadamian.com>
17273         Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
17275         * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
17276         Changed the button state to "up" as soon as it is known that the
17277         selection has been cancelled, so the button is redrawn in the "up"
17278         state.
17280         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
17281         Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
17283 Wed Mar 10 18:03:54 1999  Alexandre Julliard  <julliard@winehq.com>
17285         * 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:
17286         Paul Quinn <paulq@corel.ca>
17287         Added a lot of new OLE interfaces.
17289         * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
17290         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
17291         Added support for Russian language.
17293         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17294         Temporary fix: Activate 16-bit system timer callback routines, but
17295         skip calling them if timer signal occured while current thread was
17296         holding the Win16Lock (to prevent 16-bit stack corruption).
17298         * include/syslevel.h, scheduler/syslevel.c:
17299         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17300         Implemented _ConfirmWin16Lock (KERNEL32.96).
17302         * graphics/ddraw.c, include/ddraw.h:
17303         Lionel Ulmer <ulmer@directprovider.net>
17304         - some clean up in handling of depth
17305         - more depth conversion routines for X11 (15, 16 and 32 -> 8)
17307         * include/queue.h, windows/message.c, windows/queue.c:
17308         Stephane Lussier <stephane@macadamian.com>
17309         Implemented SendMessageTimeout() functions.
17311         * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
17312         Marcel Baur <mbaur@g26.ethz.ch>
17313         Added Boyer-Moore text search.
17315         * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
17316         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17317         Added USER.DestroyIcon32 to Callout struct.
17319         * include/module.h, loader/ne/convert.c:
17320         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17321         Deleted NE_FreePEResource().
17323         * include/user.h, loader/main.c, loader/module.c, windows/user.c:
17324         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17325         Adapted to cursor/icon handling changes.
17327         * loader/ne/resource.c, loader/resource.c:
17328         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17329         Allow accessing both NE and PE resources with both 16- and 32-bit API.
17330         Hook cursor/icon destruction into FreeResource (like Win95).
17332         * include/cursoricon.h, objects/cursoricon.c:
17333         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17334         Implemented Win95-style shared cursor/icon cache.
17335         Merged NE and PE resource handling.
17337         * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
17338         Pavel Roskin <pavel_roskin@geocities.com>
17339         Fixed folder bitmap colors for 8bpp.
17341         * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
17342         Windows doesnt allow dashed and dotted lines > 1.
17344         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
17345         Fixed a reference-counting problem in the external lock mechanism.
17347         * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
17348         Fixed a simple bug in the implementation of the ShellView objects.
17350         * dlls/shell32/shell32_main.c, include/shell.h:
17351         Sergey Turchanov <turchanov@usa.net>
17352         Added some extra CSIDLs.
17354         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17355         Bugfix: Allow lpCommandLine == NULL in CreateProcess().
17357         * windows/x11drv/keyboard.c:
17358         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17359         Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
17361         * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
17362         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17363         Avoid unnecessary GraphicsExpose events.
17365         * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
17366         Fixed index calculations of the upper and lower bounds of a safearray.
17367         Fixed a wrong initialization of the VT sizes array.
17369         * ole/ole2.c, relay32/ole32.spec:
17370         Francis Beaudet <francis@macadamian.com>
17371         Implementation of the ReleaseStgMedium method.
17373 Tue Mar  9 17:47:51 1999  Alexandre Julliard  <julliard@winehq.com>
17375         * 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:
17376         Juergen Schmied <juergen.schmied@metronet.de>
17377         - sorted API by groups
17378         - new stubs:  NtQueryDirectoryFile,  ZwQueryDirectoryFile
17379         - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
17380           RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
17381         - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
17382           RtlTimeFieldsToTime
17384         * include/ntddk.h, include/ntdef.h, include/winnt.h:
17385         Juergen Schmied <juergen.schmied@metronet.de>
17386         Many new prototypes.
17388         * loader/resource.c, include/module.h:
17389         Juergen Schmied <juergen.schmied@metronet.de>
17390         Fix use of wrong prototype from ntdll.h.
17392         * dlls/advapi32/security.c:
17393         Juergen Schmied <juergen.schmied@metronet.de>
17394         Make more functions just calling down to ntdll.
17395         New: GetSecurityDescriptorSacl.
17397         * graphics/psdrv/afm.c:
17398         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17399         Accept "Normal" as a valid AFM weight.
17401         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
17402         Smarter way of searching for a free block.
17404         * windows/message.c:
17405         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17406         Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
17408         * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
17409         Corrected cast so hello5 compiles again.
17411         * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
17412         Don't copy lpstrFileTitle if given NULL pointer for this.
17413         Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
17415         * misc/winsock.c, include/winsock.h:
17416         Marcus Meissner <marcus@jet.franken.de>
17417         Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
17419         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
17420         __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
17421         removed additional "eax" from clobber list, so egcs-current likes it.
17423         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
17424         CreateFileMapping SetLastError(0)s on newly created mappings.
17426 Sun Feb 28 20:05:12 1999  Alexandre Julliard  <julliard@winehq.com>
17428         * 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:
17429         Klaas van Gend <Klaas@vangend.demon.nl>
17430         Create a new subdirectory for the common dialog box DLL and move all
17431         code from /misc/commdlg.c to this directory.  Also made a start in
17432         documenting the API calls.
17434         * 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:
17435         Marcus Meissner <marcus@jet.franken.de>
17436         More include optimizations.
17438         * 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:
17439         Marcus Meissner <marcus@jet.franken.de>
17440         Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
17441         additional {}. Rewrote GetCreationModeFromSTGM so we don't get
17442         "possible use of uninitialized variable".
17444         * include/mmsystem.h, include/multimedia.h:
17445         Marcus Meissner <marcus@jet.franken.de>
17446         MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
17448         * files/directory.c, msdos/int21.c:
17449         Marcus Meissner <marcus@jet.franken.de>
17450         Changed CreateDirectory LastError returns to match Win32 (found out by
17451         experiment). Adapted int21 CreateDirectory call to still return the
17452         correct DOS error codes according to Ralph Brown.
17454         * graphics/ddraw.c, relay32/ddraw.spec:
17455         Lionel Ulmer <ulmer@directprovider.net>
17456         - added function DirectDrawEnumerateEx
17457         - added (or corrected) check for the return value of the enumeration functions
17459         * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
17460         Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
17462         * multimedia/mcicda.c:
17463         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
17464         Added missing <sys/types.h>.
17466         * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
17467         Added the button states as returned by IsDlgButtonChecked().
17469         * loader/module.c:
17470         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17471         Added support for quoted file names in CreateProcess().
17473         * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
17474         CLIENT_WaitReply: don't clear last error on success; fixed callers
17475         accordingly (based on a patch by Juergen Schmied).
17477         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
17478         Added some support and stubs for VESA to msdos/int10.c.
17480         * 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:
17481         Marcus Meissner <marcus@jet.franken.de>
17482         More include optimisations and fixes.
17484         * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
17485         open_object should return ERROR_FILE_NOT_FOUND when the named object
17486         is not found.
17488         * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17489         Better error message.
17491         * 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:
17492         Use server handles directly for Win32 handles. Removed use of K32OBJ.
17494         * 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:
17495         David Luyer <luyer@ucs.uwa.edu.au>
17496         - fixed missing stdlib.h and string.h includes everywhere
17497         - removed a couple of unneeded stdlib.h and stdio.h includes
17499         * 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:
17500         Process and thread id now use the server-side id instead of an
17501         obfuscated pointer.
17503         * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
17504         Ove Kaaven <ovek@arcticnet.no>
17505         The Windows GUI behaviour tester used on the Windows computer.  It was
17506         used with Borland C++ 4.52, but should be easy to adapt to Winelib by
17507         whoever feels like it; I haven't, I just released this useful test app
17508         in case it would benefit other developers.
17510         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
17511         This file details the results (message traces) the GUI behaviour
17512         tester app gave under real Windows for various events. It was useful
17513         for some of my debugging at least, perhaps it could be of some use to
17514         other Wine GUI debuggers as well.
17516         * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
17517         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
17518         Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
17519         needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
17520         defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
17521         needs "winuser.h".
17523         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17524         GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
17525         and .PIF files.
17527         * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
17528         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17529         Adapted to CreateProcess changes.
17531         * loader/ne/module.c:
17532         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17533         NE modules adapted to CreateProcess changes.
17534         LoadModule16/LoadLibrary16 reorganization.
17536         * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
17537         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17538         Process creation sequence reorganized:
17539         - Removed instance data segment for all but NE modules.
17540         - Check binary type in CreateProcess before loading module.
17541         - Unix process creation moved from WinExec to CreateProcess.
17542         - Bugfix: fill in thdb->teb.htask16 member correctly.
17544         * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
17545         - Code to return default language code as keyboard layout.
17546         - Implemented other stubs associated with keyboard layout:
17547           GetKeyboardLayoutNameA, ActivateKeyboardLayout,
17548           LoadKeyboardLayout[AW], GetKeyboardLayoutList.
17550         * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
17551         Klaas van Gend <klaas@vangend.demon.nl>
17552         Preliminary implementation of the PrintDlgA stub.
17554         * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
17555         Now compliant to the Dutch standards.
17557         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
17558         FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
17560         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
17561         Fixed a couple of dosmem block resize bugs.
17563         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17564         - no more 3D capabilities if Direct3D support is not compiled in
17565         - some debug messages clean-up (replaced fprintfs by DUMPs)
17567         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
17568         We got passed a NULL Dialect ptr and accessed it unprotected.
17570         * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
17571         Added support for mappings with no associated file.
17573         * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
17574         Removed dst_handle in duplicate_handle request.
17575         Added inherit flag in create_mapping request.
17577         * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
17578         Francis Beaudet <francis@macadamian.com>
17579         Implemented support for arrays and safe arrays in VARIANT data
17580         structures. Also moved the SAFEARRAY definition (yet again) to the
17581         obj_oleaut.h file.
17583         * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17584         Fixed Filesystem documentation.
17586         * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
17587         Pavel Roskin <pavel_roskin@geocities.com>
17588         Made folder icons gray-yellow instead of blue.
17590         * windows/message.c: Francis Beaudet <francis@macadamian.com>
17591         Order of send message processing was not respected and the message
17592         stacked last finished after the message stacked first.
17594         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
17595         Added checks to guard against NULL active window.
17597         * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
17598         Don't check children of disabled or invisible controls for dialog
17599         keyboard accelerators. Fixes problems with dialogs with tab boxes.
17601         * ole/compobj.c, relay32/ole32.spec:
17602         Francis Beaudet <francis@macadamian.com>
17603         Implemented the CoTaskMemRealloc API. Also clean-up around that API
17604         call.
17606         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
17607         Added a missing Release.
17608         STGM_CREATE should translate to CREATE_ALWAYS.
17610 ----------------------------------------------------------------
17611 Fri Feb 26 12:33:21 1999  Alexandre Julliard  <julliard@winehq.com>
17613         * DEVELOPERS-HINTS: Updated for new naming conventions.
17615         * */*: Large-scale renaming of all Win32 functions and types to
17616         use the standard Windows names.
17618 ----------------------------------------------------------------
17619 Thu Feb 25 18:11:40 1999  Alexandre Julliard  <julliard@winehq.com>
17621         * misc/main.c: Albert den Haan <albertd@corel.ca>
17622         For various reasons some of our libwine executables must have a "." in
17623         their file names. The "." causes trouble when the file name is used as
17624         the class name for an X resource as wine does for command line parsing
17625         under X.
17627         * windows/win.c:
17628         Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
17629         GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
17631         * include/gdi.h, include/heap.h, include/wintypes.h:
17632         David Luyer <luyer@ucs.uwa.edu.au>
17633         Added __attribute__ ((unused)) on static inline functions declared in
17634         header files.
17636         * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
17637         Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
17638         which uses my bug_report.pl script.
17639         Added info on a command that can be run on all shells to print debug
17640         msgs to a file and not to xterm.
17642         * msdos/dpmi.c:
17643         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
17644         Needs thread.h for non-Linux.
17646         * include/win.h, windows/win.c:
17647         Francois Boisvert <francois@macadamian.com>
17648         Adding of new functions to make the wnd struct thread safe. Adding of
17649         irefCount in wnd struct.
17651         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
17652         Michael Veksler <mveksler@techunix.technion.ac.il>
17653         Added configure check for getbkgd and define HAVE_GETBKGD.
17655         * 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:
17656         Paul Quinn <paulq@corel.ca>
17657         Many interface declarations that originated from oleidl.h, oaidl.h and
17658         ocidl.h separated into somewhat relevant obj_* files.
17660         * files/drive.c, ole/compobj.c, resources/sysres.c:
17661         Michael Veksler <mveksler@techunix.technion.ac.il>
17662         Fixed warning and compilation errors.
17664         * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
17665         Removed includes of wine/* headers.
17667         * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
17668         Made message "Resource not found" WARN.
17670         * dlls/shell32/contmenu.c, include/shlobj.h:
17671         Adrian Thurston <adriant@COREL.CA>
17672         - Use the new COM definition macros in the header.
17673         - Put the implementation of the object in the contmenu.c.
17674         - Make appropriate name changes in contmenu.c.
17676         * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
17677         Zygo Blaxell <zygob@corel.ca>
17678         Modifies parameter list of a couple of functions to comply with SDK.
17680         * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
17681         ScrollDC32 modified to return rect in logical coordinate.
17683         * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
17684         Adds C++ nameless union support to tagVARIANT.
17686         * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
17687         Adrian Thurston <adriant@COREL.CA>
17688         Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
17689         Removed a redundant include.
17690         Added some c++ protection.
17692 Wed Feb 24 15:58:51 1999  Alexandre Julliard  <julliard@winehq.com>
17694         * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
17695         Juergen Schmied <juergen.schmied@metronet.de>
17696         Changed pidl structure to match the pidl's used in lnk-files.
17698         * dlls/shell32/shelllink.c:
17699         Juergen Schmied <juergen.schmied@metronet.de>
17700         Implemented reading of *.lnk-files.
17702         * include/wine/obj_shelllink.h:
17703         Juergen Schmied <juergen.schmied@metronet.de>
17704         new file, including the IShellLink definition.
17706         * 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:
17707         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17708         Modified process creation sequence: call PE_CreateModule in the
17709         context of the new process (in TASK_CallToStart).
17710         Changed all PE/Module routines so as to always operate on the current
17711         process; adapted all callers.
17713         * 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:
17714         Marcus Meissner <marcus@jet.franken.de>
17715         Optimized away more includes, readded some #includes for necessary
17716         prototypes.
17718         * msdos/int2f.c: <smil@mechatronika.hu>
17719         Added low-level Netware installation check.
17721         * include/console.h, console/interface.c, console/ncurses.c:
17722         Joseph Pranevich <jpranevich@lycos.com>
17723         Added GetBackgroundColor call to the console struct. Will be used
17724         later.
17726         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17727         Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
17728         (Interrupt list did not have correct.)
17730         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
17731         Added stubs for two missing methods of DInput.
17733         * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
17734         Fixed a bug.
17736         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
17737         Added support for larger files.
17739         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17740         Fixes buffer overrun problems with GetDIBits.
17742         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
17743         Fixed some SendMessage bugs.
17745         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
17746         Fix COM_ExternalLockFreeList to do not fail with an empty list.
17748 Mon Feb 22 10:21:56 1999  Alexandre Julliard  <julliard@winehq.com>
17750         * misc/Makefile.in, misc/string.c:
17751         Zygo Blaxell <zblaxell@furryterror.org>
17752         Implemented some CRTDLL string functions.
17754         * 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:
17755         Marcus Meissner <marcus@jet.franken.de>
17756         Some more recursive include fixes/optimizations.
17758         * 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:
17759         Juergen Schmied <juergen.schmied@metronet.de>
17760         - eliminated one element of the pidl struct (dwSFGAO)
17761         - changed some superflous FIXME
17763         * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
17764         Juergen Schmied <juergen.schmied@metronet.de>
17765         - header uses the last macros now
17766         - rewrote IDropTarget according to the new COM headers
17767           (was local declared not using the already written prototypes)
17768         - corrected Drop method (wrong parameter count)
17770         * windows/dinput.c: Francois Gouget <fgouget@psn.net>
17771         Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
17772         Added the interface implementation structures.
17773         I remembered from an email that even when asked for a
17774         IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
17775         considered that we would only implement the latter. The
17776         IDirectInputDeviceA_xxx methods have been renamed to
17777         IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
17778         implementation as before.
17779         Renamed the implementation structures to XxxImpl.
17781         * include/dinput.h: Francois Gouget <fgouget@psn.net>
17782         Use latest COM macros
17783         Defined the IDirectInputDeviceA interface independently from
17784         IDirectInputDevice2A.
17785         Removed the 32 suffix of the interfaces. Hopefully this will not
17786         cause any problem with the renaming.
17787         Moved the implementation specific stuff to dinput.c (well, the
17788         interfaces at least).
17790 Sun Feb 21 18:35:28 1999  Alexandre Julliard  <julliard@winehq.com>
17792         * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
17793         Changed initial process creation to avoid memory allocations.
17794         Removed a few unused fields in PDB and THDB.
17796         * scheduler/client.c, scheduler/thread.c:
17797         Removed thread queue functions.
17798         Changed initial thread creation to avoid memory allocations.
17799         Moved server startup to THREAD_CreateInitialThread.
17801         * scheduler/synchro.c:
17802         Removed use of per-thread wait_struct, cleaned up a bit.
17804         * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
17806         * include/winnt.h: Added a few exception codes.
17808         * 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:
17809         Michael Veksler <mveksler@techunix.technion.ac.il>
17810         - Fix headers to include less or smaller header files.
17811         - Fix header and source files to include missing header files to avoid
17812           warnings and errors.
17814         * loader/signal.c, memory/ldt.c, misc/port.c:
17815         Marcus Meissner <marcus@jet.franken.de>
17816         Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
17817         wine_sigaction __PIC__ cases, since "g" will not work with
17818         -fomit-frame-pointer ("g" is referenced using %esp which was
17819         invalidated before). Bug found and (other) fix suggested by
17820         <daniel@mat.utfsm.cl> Daniel Serpell.
17822         * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
17823         Added missing WINAPIs.
17825         * 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:
17826         Stephane Lussier <stephane@macadamian.com>
17827         Fix problem where you need mouse activity to unlock some 16 bits
17828         thread with multi-threaded apps.
17830 Sat Feb 20 16:48:54 1999  Alexandre Julliard  <julliard@winehq.com>
17832         * 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:
17833         Francis Beaudet <francis@macadamian.com>
17834         Implemented the OleCreateFontIndirect method and the associated COM
17835         object. That object supports the IFont and IDispatch interfaces.
17837         * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
17838         Marcus Meissner <marcus@jet.franken.de>
17839         Problems reported by Donald Page, PR 105-107.
17841         * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
17842         More commenting, better debugging of color problems, and support for
17843         the new TerminalType option in wine.ini. This allows us to select
17844         which terminal type we are really using so that we can, for example,
17845         use its color capabilities.
17847         * console/interface.c, include/console.h:
17848         Joseph Pranevich <jpranevich@lycos.com>
17849         Support for the new InitialRows andf InitialColumns options in wine.ini
17850         (Generic replacement for XtermResolution option...)
17852         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17853         Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
17855         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
17856         Removal of obsolete XtermResolution option.
17858         * documentation/console, wine.ini:
17859         Joseph Pranevich <jpranevich@lycos.com>
17860         Add information about the new wine.conf options.
17862         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17863         Fixed backtrack issue on 16bit code.
17865         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17866         Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
17868         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17869         Fixed comment for Wine documentation.
17871         * include/server.h, include/server/request.h, server/request.c, server/trace.c:
17872         Added get/set_handle_info request.
17874         * graphics/x11drv/dib.c:
17875         Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
17877         * 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:
17878         Bertho Stultiens <bertho@panter.soci.aau.dk>
17879         Fix a couple of 64bit platform problems and speed up compilation. See
17880         tools/wrc/CHANGES for details.
17882         * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
17883         mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
17884         correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
17886         * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
17887         Added a check for the existence of wine.sym before installing it.
17889         * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
17890         Francis Beaudet <francis@macadamian.com>
17891         Added some new stubs for the OLE menu descriptor methods.
17893 Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard@winehq.com>
17895         * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
17896         Fixed message filtering check.
17898         * 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:
17899         Juergen Schmied <juergen.schmied@metronet.de>
17900         - made the security functions consistent. advapi calls down to ntdll now
17901         - new SetSecurityDescriptorGroup,  SetSecurityDescriptorOwner,
17902           SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
17903         - nt-header cleanup
17905         * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
17906         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17907         Fixed a few broken includes.
17909         * windows/nonclient.c: Reverted broken close button change.
17911         * 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:
17912         Jeff Garzik <jgarzik@pobox.com>
17913         Added missing string.h include.
17915         * loader/ne/module.c:
17916         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17917         Only append .dll if no extension yet.
17919         * windows/message.c: Francis Beaudet <francis@macadamian.com>
17920         Temporary fix suggested by Ulrich to allow the
17921         MsgWaitForMultipleObject method to be called from 16 bit threads.
17923         * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
17924         Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
17925         case it's sent to a window that doesn't handle it (i.e. not MDI
17926         client).
17928         * include/dce.h, windows/dce.c, windows/winpos.c:
17929         Ove Kaaven <ovek@arcticnet.no>
17930         Added extra child arguments to DCE_GetVisRgn() to be able to handle
17931         PARENTDC class style combined with CLIPCHILDREN window style, to
17932         prevent mis-redraws in Free Agent 16-bit.
17934         * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
17935         Don't hang on the last child if it's not wanted.
17937         * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
17938         Partial stub implementation of undocumented KERNEL routine PK16FNF,
17939         needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
17941         * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
17942         Fix redraw problems for ChooseColor dialog.
17944         * */*.c: Marcus Meissner <marcus@jet.franken.de>
17945         Removed a lot of occurences of windows.h (and added necessary other
17946         includes).
17948         * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
17949         Francois Gouget <fgouget@psn.net>
17950         Small fixes.
17952         * include/dsound.h, multimedia/dsound.c:
17953         Francois Gouget <fgouget@psn.net>
17954         Changed the first parameter from LPGUID (Windows headers) to REFGUID.
17955         This makes it a 'const GUID*' which means DirectSoundCreate must not
17956         change it.
17958         * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
17959         Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
17960         include/wine/obj_base.h)
17962 Thu Feb 18 17:34:10 1999  Alexandre Julliard  <julliard@winehq.com>
17964         * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
17965         Stephane Lussier <stephane@macadamian.com>
17966         - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
17967           to support thread-safeness, and nested SendMessage.
17968         - Addition of ReplyMessage32.
17970         * windows/x11drv/wnd.c:
17971         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17972         Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
17974         * misc/commdlg.c, resources/sysres_En.rc:
17975         Pascal Lessard <pascal@macadamian.com>
17976         Applied the changes of the resulting color of the choose color dialog.
17977         Initialize values in the choose color dialog.
17979         * include/wine/obj_base.h, include/wine/obj_marshal.h:
17980         Francois Gouget <fgouget@psn.net>
17981         Removed references to ICOM_INHERITS.
17983         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
17984         Thuy Nguyen <thuy@macadamian.com>
17985         Fixed bug with read-only files.
17987         * multimedia/mciavi.c, multimedia/mcimidi.c:
17988         Marcus Meissner <marcus@jet.franken.de>
17989         Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
17991         * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
17992         dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
17994         * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
17995         Francois Gouget <fgouget@psn.net>
17996         Modified so that they do not use the VTABLE_FUNC macros that performed
17997         casts of all methods put in the jump table. I find it too risky to use
17998         such macros because nothing guarantees that you actually put the right
17999         method at the right place or that the prototype is right.
18001         * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
18002         Francois Gouget <fgouget@psn.net>
18003         Updated to use the latest COM macros. Defined more interfaces and API
18004         functions.
18006         * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
18007         Francois Boisvert<francois@macadamian.com>
18008         Implementation of the pushed close button.
18010 Wed Feb 17 17:45:54 1999  Alexandre Julliard  <julliard@winehq.com>
18012         * 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:
18013         Francois Gouget <fgouget@psn.net>
18014         Moved some definitions to their proper include file.
18016         * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
18017         Francois Gouget <fgouget@psn.net>
18018         Fixed some ICOM_INHERIT stuff and added new related API functions.
18020         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
18021         Added new API. Part of it was in 'include/objbase.h' before and part
18022         of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
18023         perfect but it's better than having it in 'include/objbase.h'.
18025         * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
18026         Francois Gouget <fgouget@psn.net>
18027         Fixed a number of warnings concerning the matching of the printf
18028         format string and the associated parameters (actually it's mostly
18029         TRACE and FIXMEs).
18031         * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
18032         Marcus Meissner <marcus@jet.franken.de>
18033         mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
18034         mciLoadCommandResource32: second arg is wide string
18035         mciGetDriverData: spec has just one long argument
18037         * 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:
18038         Francois Gouget <fgouget@psn.net>
18039         Changed ICOM_THIS definition.
18041         * dlls/version/info.c, include/ver.h:
18042         Bertho Stultiens <bertho@panter.soci.aau.dk>
18043         Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
18044         The VS_VERSION_INFO is a simple define and would cause confusion.
18045         Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
18047         * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
18048         "Configure finished" message suggests to call make when make depend
18049         was successful.
18051         * */*: Marcus Meissner <marcus@jet.franken.de>
18052         Optimized include/*.h: (recursively) include all headers needed by
18053         this .h file, but only those. Necessary fixes to a lot of .c files,
18054         started optimizing "windows.h" away from some of them. Moved
18055         GetCurrentTask prototype to wine/winbase16.h.
18057         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
18058         Luc Tourangeau <luc@macadamian.com>
18059         Preliminary listview control implementation.
18061         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
18062         Give the context menu its proper behaviour and modify TrackPopupMenu
18063         to comply with windows API.
18065         * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
18066         GetUpdateRect should return client coordinates unless the window was
18067         created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
18068         in which case the result should be in logical coordinates.
18070         * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
18071         Added the actual definitions of the interfaces.
18073         * include/servprov.h: Francois Gouget <fgouget@psn.net>
18074         Converted to the new COM declaration 'standard' for better
18075         compatibility with C code implementating that interface.
18077         * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
18078         Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
18079         able to modify it.
18081         * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
18082         Defined IDropTarget for ShellFolder.  Implemented the Constructor,
18083         Destructor, AddRef, Release and QueryInterface methods.
18085         * memory/selector.c, if1632/kernel.spec:
18086         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18087         Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
18089 Mon Feb 15 15:24:20 1999  Alexandre Julliard  <julliard@winehq.com>
18091         * include/msacm.h, include/winuser.h:
18092         Douglas Ridgway <ridgway@winehq.com>
18093         c2man doesn't like extra semicolons.
18095         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
18096         Resetting X focus should not be done with SetFocus32. Called
18097         the windowing (X11) driver's SetFocus routine directly instead.
18098         This apparently fixes a big heap of user interface problems.
18100 ----------------------------------------------------------------
18101 Sun Feb 14 14:09:42 1999  Alexandre Julliard  <julliard@winehq.com>
18103         * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
18104         Eric Pouech <Eric.Pouech@wanadoo.fr>
18105         Changed some functions prototypes (were returning void).
18107         * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
18108         Fixed some Winelib names.
18110         * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
18111         Juergen Schmied <juergen.schmied@metronet.de>
18112         Corrected prototypes func() ->func(void).
18114         * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
18115         Brian Joseph Czapiga <root@glacid.com>
18116         Fixed a few #ifdefs.
18118         * windows/scroll.c, windows/x11drv/wnd.c:
18119         Jerome Vouillon <vouillon@claranet.fr>
18120         Make a correct use of clipping rectangles.
18122         * include/bitmaps/ocr_cross:
18123         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18124         Added white border.
18126         * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
18127         Implemented better output for indirect calls.
18129         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
18130         Fixed typo in winmm.spec.
18132         * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
18133         Gavriel State <gavriels@COREL.CA>
18134         A few non-x86 Winelib fixes.
18136         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
18137         Do not print 'wine: no executeable found' if we did execute something.
18139         * programs/notepad/*:
18140         Marcel Baur <mbaur@g26.ethz.ch>
18141         - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
18142         - Improved printing support (not yet complete)
18143         - Improved file drag and drop (should now work)
18144         - General code cleanup
18146         * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
18147         Eric Pouech <Eric.Pouech@wanadoo.fr>
18148         Fixed bugs on MCI notification (callback info are copied before
18149         asynchronous return) - make use of it in MCI wave and midi.
18150         Implemented mci(Set|Get)DeviceID(16|32) functions.
18152         * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
18153         Since SetParent now hides/shows, explicitly invalidating DCs in the
18154         parent change operation should no longer be necessary.
18156         * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
18157         Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
18159         * msdos/ioports.c:
18160         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18161         Moved VGA port access check at the beginning in order to improve
18162         performance a little bit.
18164         * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
18165         Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
18167         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
18168         Added comments. Think I've fixed INT 10/08 (Get Character and
18169         Attribute at Cursor).
18171         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
18172         Added configuration options XtermProgram and XtermResolution.
18173         Fixed a warning.
18175         * documentation/console, wine.ini:
18176         Joseph Pranevich <jpranevich@lycos.com>
18177         New examples/documentation for console configuration options.
18179         * 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:
18180         Joseph Pranevich <jpranevich@lycos.com>
18181         Moved initialization until later. Also moved around code a bit to be
18182         consistant.
18184         * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
18185         Added possibility to load .stabs/.stabstr sections from PE dlls.
18186         Unfortunately my samples use currently typedefs which wine-dbg does
18187         not understand, so no actual parsing.
18189         * 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:
18190         Bertho Stultiens <bertho@panter.soci.aau.dk>
18191         Change a couple of names that would conflict after all 32[AW] suffixes
18192         are removed. Structures defined in both mmreg.h and mmsystem.h are
18193         protected with #ifdef:s as in MS' headers.
18195         * misc/imm.c: Patrik Stridvall <ps@leissner.se>
18196         Fixed wrong typecasts.
18198         * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
18199         Compilation fix.
18201         * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
18202         Fix for X11 includes detection.
18204         * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
18205         Marcus Meissner <marcus@jet.franken.de>
18206         Added possibility to load .stabs/.stabstr sections from PE dlls.
18207         Unfortunately my samples use currently typedefs which wine-dbg does
18208         not understand, so no actual parsing.
18210         * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
18211         Marcus Meissner <marcus@jet.franken.de>
18212         Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
18214         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
18215         Juergen Schmied <juergen.schmied@metronet.de>
18216         Implementation of ConvertDefaultLocale32.
18218         * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18219         WIN31 Look still needs a close button on the left of the menu bar.
18221         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
18222         Changed SetWindowPos32 to force the update of the non-client area.
18224 Sat Feb 13 17:56:28 1999  Alexandre Julliard  <julliard@winehq.com>
18226         * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
18227         Bertho Stultiens <bertho@panter.soci.aau.dk>
18228         Fixed a couple of faulty names used in wine and typos so that it will
18229         compile again after conversion from 32[AW] naming to [AW] naming.
18231         * 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:
18232         Marcus Meissner <marcus@jet.franken.de>
18233         Moved the if1632/signal.c stuff into loader/signal.c, adapted function
18234         pointers for wine_debug and INSTR_EmulateInstruction.
18236         * ole/compobj.c: Francois Gouget <fgouget@psn.net>
18237         All guid 'REFxxx' types already have a 'const' inside them.
18239         * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
18240         Marcus Meissner <marcus@jet.franken.de>
18241         Some warnings fixed, one useless VERSION warning removed (winelib).
18243         * misc/registry.c:
18244         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18245         RegFlushKey: wrong error code.
18247         * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18248         Adds a warning message if permissions not sufficient.
18250         * 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:
18251         Eric Pouech <Eric.Pouech@wanadoo.fr>
18252         Added support for MCI AVI driver
18253         Added some fixes mixer functions
18254         Fixed MCI string comparison (thanks to Lionel ULMER)
18255         No longer using 16 bit USER functions (use their 32 bit counter part)
18256         Reindenting.
18257         Added function sndPlaySound32W
18259         * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
18260         Francois Gouget <fgouget@psn.net>
18261         Added the actual interface definitions to the obj_marshal.h skeleton
18262         file. Also defined the associated C API.
18264         * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
18265         Use global synchronization objects, to be able to use it in different
18266         processes (not only the process which create the synchro object).
18268         * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
18269         Set hwndActiveChild when maximizing a mdi child window because it is
18270         not set when maximizing a window other than the active child.
18272         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
18273         Change the GetMenuItemRect to comply with windows API.
18275         * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
18276         James Juran <jrj120@psu.edu>
18277         Created include/Makefile.in to separate header file installation from
18278         the top-level Makefile.
18280         * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
18281         Thuy Nguyen <thuy@macadamian.com>
18282         - Fixed a small block depot bug.
18283         - Implemented converting from small blocks to big blocks.
18284         - Validated file attributes and flags.
18285         - Fixed a bug for larger files.
18287         * resources/.cvsignore: added sysres_Nl
18289         * 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:
18290         Francis Beaudet <francis@macadamian.com>
18291         Implemented the OLE Drag and Drop target registration mechanism and
18292         the DoDragDrop loop to perform the DnD operation.
18294         * windows/mdi.c, controls/menu.c, include/menu.h:
18295         Francois Boisvert <francois@macadamian.com>
18296         Implemented the WIN31 Look mdi buttons and also some defines for the
18297         magic menu items.
18299         * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
18300         Ian Schmidt <irsman@iag.net>
18301         Added entries for most Crypt* calls.
18302         Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
18303         to get farther.
18305         * controls/edit.c:
18306         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18307         An app left junk in the undo buffer of an edit control upon creation.
18309         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
18310         Changed SetParent32 to adhere to Windows behaviour (mostly),
18311         which should also keep it from leaving garbage around.
18313         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
18314         Implementation of a simple linked list (static) that stores and counts
18315         references to COM objects.
18317         * include/objbase.h, include/wtypes.h:
18318         Francois Gouget <fgouget@psn.net>
18319         Make the REFxxx types const even in C. Also add FMTID.
18321         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
18322         Don't call EVENT_DummyMotionNotify for hidden windows.
18324         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
18325         Fix some thread-safeness problem when accessing the system message
18326         queue.
18328         * windows/input.c, include/winuser.h, relay32/user32.spec:
18329         Marcus Meissner <marcus@jet.franken.de>
18330         Implemented MapVirtualKeyEx (ticket 21).
18331         Ignore keyboard layout for now.
18333         * include/objidl.h, include/wine/obj_clientserver.h:
18334         Francois Gouget <fgouget@psn.net>
18335         Added the actual interface definitions to the obj_clientserver.h
18336         skeleton file.
18338         * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
18339         Juergen Schmied <juergen.schmied@metronet.de>
18340         - documented most of the undocumented functions in nt.c
18341         - implemented RtlGetDaclSecurityDescriptor
18342         - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
18343         - stubs for NtRaiseException, RtlRaiseException (this both will crash)
18345 Fri Feb 12 17:47:07 1999  Alexandre Julliard  <julliard@winehq.com>
18347         * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
18348         Juergen Schmied <juergen.schmied@metronet.de>
18349         Small fixes to compile with the headers (mostly nt-security).
18351         * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
18352         Juergen Schmied <juergen.schmied@metronet.de>
18353         Made nt-related types compatible, throw out wine-specific types.
18355         * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18356         Use MONITOR_... instead of DESKTOP_... routines to get screen
18357         dimensions; these work also with native USER.
18359         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
18360         WM_ACTIVATE default processing should set window focus.
18361         Should fix focus problems in non-managed mode.
18363 Thu Feb 11 16:32:17 1999  Alexandre Julliard  <julliard@winehq.com>
18365         * 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:
18366         Klaas van Gend <klaas@vangend.demon.nl>
18367         Added support for the Dutch language.
18369         * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
18370         Adrian Thurston <adriant@corel.ca>
18371         Zygo Blaxell <zblaxell@corel.ca>
18372         Move property sheets from commctrl.h into into prsht.h.
18374         * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
18375         Lionel Ulmer <ulmer@directprovider.net>
18376         Added 'objbase.h' to prevent compiler warnings.
18378         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18379         Better detection of XShm errors (should now run on remote displays).
18381         * multimedia/mmsystem.c:
18382         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18383         Fixes mixerGetID16/32 problems/errors.
18385         * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
18386         IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
18387         declarations must surrender or prepare to be met with deadly force :-)
18389         * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
18390         Added new functions (from Win98)
18391         Added comments with the parameter types for future use with dllglue
18393         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18394         Set the flags for GetVolumeInformation32A.
18396         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
18397         FindWindow failed for 32 bit windows with style != WS_CHILD.
18399 Wed Feb 10 06:52:58 1999  Alexandre Julliard  <julliard@winehq.com>
18401         * 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:
18402         Paul Quinn <paulq@corel.ca>
18403         Albert Den Haan <albertd@corel.ca>
18404         Moves files from print.h to winspool.h for better SDK header compliance
18405         for Winelib programs.
18407         * 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:
18408         Albert Den Haan <albertd@corel.ca>
18409         Adrian Thurston <athursto@corel.ca>
18410         Paul Quinn <paulq@corel.ca>
18411         Zygo Blaxell <zygob@corel.ca>
18412         Miscellaneous patches to header files.  All of these are supposedly there
18413         to help build Winelib applications.
18415         * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
18416         Adrian Thurston <athursto@corel.ca>
18417         Paul Quinn <paulq@corel.ca>
18418         Zygo Blaxell <zygob@corel.ca>
18419         More types we need for compiling Winelib/MFC applications.
18421         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
18422         Adrian Thurston <adriant@corel.ca>
18423         More types for common controls.  Needed for Winelib.
18425         * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
18426         Francois Gouget <fgouget@psn.net>
18427         Better set of macros for defining the COM interfaces.
18429         * dlls/advapi32/security.c, relay32/advapi32.spec:
18430         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18431         Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
18433         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18434         Fixed debug output to follow '-debugmsg' flags.
18436 Tue Feb  9 15:49:39 1999  Alexandre Julliard  <julliard@winehq.com>
18438         * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
18439         Michael Veksler <mveksler@techunix.technion.ac.il>
18440         Added missing includes to avoid warnings/errors.
18442         * 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:
18443         Michael Veksler <mveksler@techunix.technion.ac.il>
18444         Moved everything out of windows.h.
18446         * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
18447         Brad Pepers <brad@linuxcanada.com>
18448         WinG fixes.
18450         * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
18451         Stephane Lussier <stephane@macadamian.com>
18452         -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
18453         So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
18454         with this patch. Unicode version of those functions is currently only
18455         calling the ASCII version.
18456         -Fixed queue signaling using a new EVENT object in the queue for 32 bits
18457         thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
18458         right EVENT.
18460         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18461         GetMetaFileBitsEx should work in bytes not words.
18463         * include/shlobj.h: Francois Gouget <fgouget@psn.net>
18464         DllGetClassObject should take a REFCLSID not an LPCLSID.
18466         * objects/dib.c, include/global.h, memory/virtual.c:
18467         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18468         Change fault handler 'addr' argument to LPCVOID.
18470         * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18471         Call VIRTUAL_HandleFault if read/write returns EFAULT.
18473         * dlls/comctl32/treeview.c:
18474         Bertho Stultiens <bertho@panter.soci.aau.dk>
18475         Fix typo to map GetTextExtentPoint to the correct 32A version.
18477         * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
18478         Marcus Meissner <marcus@jet.franken.de>
18479         Some small bugfixes, added more PE relocation types (for WinCE mostly),
18480         some console prototypes, -dll is useful for winelib too, regtest
18481         compile fixed.
18483         * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
18484         Paul Quinn <paulq@corel.ca>
18485         GetCursorPos is actually a BOOL.
18487         * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
18488         Adrian Thurston <adriant@corel.ca>
18489         More types, C++ protection, and a typo correction for mmsystem.h.
18491         * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18492         Move the #define of DUMMYUNIONNAME* to before they are used.
18493         Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
18494         Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
18495         Define "TV_ITEM" to agree with you-know-who's documentation.
18497         * dlls/version/info.c:
18498         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18499         NULL is a valid argument as handle for GetFileVersionInfoSize32A.
18501         * include/dinput.h, windows/dinput.c:
18502         Lionel Ulmer <ulmer@directprovider.net>
18503         Added buffered device access for DInput's mouse driver.
18505         * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
18506         Wrong access on server handle was demanded (GENERIC_READ instead of
18507         GENERIC_WRITE).
18509         * dlls/shell32/shellord.c:
18510         Juergen Schmied <juergen.schmied@metronet.de>
18511         Better implementation (takes strings or res-id's now).
18513         * dlls/version/resource.c:
18514         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18515         Bugfix: NULL pointer check for output parameters.
18517         * dlls/shell32/brsfolder.c:
18518         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18519         Fixed two pointer/integer mismatch warnings.
18521         * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18522         Spelling fixes.
18524         * console/xterm.c, win32/console.c:
18525         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18526         wine_openpty is not properly declared (either missing or mismatched
18527         declarations) in both places where it is used.
18529         * include/wingdi.h, objects/dib.c:
18530         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18531         Fix types of GetDIBits functions (LPSTR should be LPVOID).
18533         * graphics/x11drv/dib.c:
18534         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18535         Fixes several problems with SetDIBitsToDevice if xSrc != 0.
18536         Thanks to Ian Schmidt for the logs.
18538         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
18539         The systems buttons (minimize/restore/close) now appear on the menu
18540         bar of mdi application.
18542         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
18543         Implemented the magic menu items id's used by windows when inserting
18544         the minimize/maximize/close buttons in the menu bar of an application.
18546         * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
18547         Adds support for EMR_STRETCHDIBITS in EMFs.
18549         * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
18550         Fixed image size and line size, added 8bit color/palette handling.
18552         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
18553         Fixed formatting of code
18554         Now changes to directory of program to be run before starting wine
18556         * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
18557         Stephane Lussier <stephane@macadamian.com>
18558         - Cleaned up the message queue when a thread exit (but not the process).
18559         - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
18560           queue link list is corrupted.
18562         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
18563         Sounds were cut off due to integer overflow. Fixed.
18565         * include/windowsx.h: Paul Quinn <paulq@corel.ca>
18566         Added windowsx.h for Winelib.
18568 Fri Feb  5 17:40:47 1999  Alexandre Julliard  <julliard@winehq.com>
18570         * 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:
18571         <ewill@ncal.verio.com>
18572         Added common dialogs test program.
18574         * 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:
18575         Noel Borthwick <noel@macadamian.com>
18576         Added management and allocation of the PERQUEUEDATA structure.
18578         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
18579         Lionel Ulmer <ulmer@directprovider.net>
18580         - added a dump of the palette creation flags
18581         - changed palette creation code in vga.c to prevent useless error
18582           message
18584         * documentation/wine.man, files/drive.c, wine.ini:
18585         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18586         Use vfat/win95 as default.
18588         * 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:
18589         Marcus Meissner <marcus@jet.franken.de>
18590         Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
18591         aviinfo and aviplay programs.
18593         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
18594         Continued hack to win32/console.c, so that the IDA Pro Disassembler
18595         works again. Needs much more work however.
18597         * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
18598         Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
18599         problems).
18601         * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
18602         Added missing ULONG to static const OFFSET_xx.
18604 Thu Feb  4 16:45:40 1999  Alexandre Julliard  <julliard@winehq.com>
18606         * documentation/wine.man: James Juran <jrj120@psu.edu>
18607         Various manpage updates, including the incorrect statement about glibc
18608         and clone().
18610         * documentation/debugging: James Juran <jrj120@psu.edu>
18611         Fix pointer to the Windows Disassembler 32.  Thanks to Herbert
18612         Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
18614         * dlls/msacm32/driver.c:
18615         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18616         Another usage of non-portable functions...
18618         * msdos/dosmem.c:
18619         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18620         Some values of pBiosData added/fixed.
18622         * 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:
18623         Patrik Stridvall <ps@leissner.se>
18624         Moved some more code to the X11 driver.
18626         * 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:
18627         Patrik Stridvall <ps@leissner.se>
18628         TTY driver changes.
18630         * 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:
18631         Patrik Stridvall <ps@leissner.se>
18632         X11 driver changes.
18634         * 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:
18635         Patrik Stridvall <ps@leissner.se>
18636         Non-X11 compile fix for generated code.
18638         * include/monitor.h, windows/multimon.c:
18639         Patrik Stridvall <ps@leissner.se>
18640         Implementation of the new monitor abstraction.
18642         * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
18643         Patrik Stridvall <ps@leissner.se>
18644         New TTY driver for GDI.
18646         * configure, configure.in, include/acconfig.h, include/config.h.in:
18647         Patrik Stridvall <ps@leissner.se>
18648         - Added the graphics/ttydrv directory.
18649         - Don't search for reentrant X when X doesn't exist.
18650         - Added config options HAVE_LIBXXPM
18651         - Added checks if the header files also exist for some libraries
18653 Tue Feb  2 16:14:23 1999  Alexandre Julliard  <julliard@winehq.com>
18655         * 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:
18656         Francois Gouget <fgouget@psn.net>
18657         Replaced references to interfaces.h by wine/obj_xxx.h headers instead
18658         since these headers already provide the necessary definitions.
18660         * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
18661         Eric Pouech <Eric.Pouech@wanadoo.fr>
18662         Removed references to obsolete msdos/cdrom.c file.
18663         Make use of new Wine internal CD ROM interface.
18665         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18666         Fixed tracks indexing in mcicda.c
18667         Make use of new Wine internal CD ROM interface.
18669         * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
18670         Eric Pouech <Eric.Pouech@wanadoo.fr>
18671         New Wine internal interface for handling CD Rom (especially audio CD
18672         ROM).
18674         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
18675         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18676         Change a few types to match you-know-who's declarations.
18677         HTREEITEM is a struct _TREEITEM FAR*
18678         GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
18679         Adjustment of Wine C code to match the new types included.
18681         * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18682         Fixed GET_LZ_STATE macro.
18684         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
18685         Lionel Ulmer <ulmer@directprovider.net>
18686         Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
18688         * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
18689         Albert den Haan <albertd@corel.ca>
18690         Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
18692         * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
18693         reslen could be used uninitialised in GetFileResource32 (fixes some
18694         strange VerQueryValue crashes).
18696         * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
18697         Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
18698         LOCALE_IINTLCURRDIGITS.
18700         * memory/selector.c, relay32/kernel32.spec:
18701         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18702         Bugfix: Preserve EAX in UnMapSLFixArray().
18704         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18705         Fixes little pointer bug in DPA_DeletePtr().
18707         * if1632/kernel.spec, memory/string.c:
18708         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18709         Implemented KERNEL.434 (UnicodeToAnsi).
18711         * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18712         GetDiskFreeSpaceEx32A can get null pointers and still not crash.
18714         * graphics/psdrv/driver.c:
18715         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18716         Clear up args to PSDRV_AdvancedSetupDialog.
18718         * graphics/x11drv/xfont.c:
18719         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18720         Reduce MAX_FONT_SIZE to 1000.
18722 Sun Jan 31 19:04:31 1999  Alexandre Julliard  <julliard@winehq.com>
18724         * 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:
18725         Added input queue to server-side console object,
18726         read/write_console_input requests, and use them for
18727         Read/WriteConsoleInput.
18729         * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
18730         Fix to allow for recvmsg() returning less data than is needed.
18732         * include/toolhelp.h, include/windows.h:
18733         Attempt at fixing the MAX_PATH multiple definition problem.
18735 ----------------------------------------------------------------
18736 Sun Jan 31 10:13:44 1999  Alexandre Julliard  <julliard@winehq.com>
18738         * include/module.h, loader/ne/resource.c:
18739         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18740         Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
18741         usable by the VERSION code.
18743         * include/pe_image.h, loader/pe_resource.c:
18744         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18745         Added GetResDirEntryA for use by the VERSION code.
18747         * misc/Attic/ver.c, misc/Makefile.in:
18748         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18749         Removed old VER.DLL code.
18751         * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
18752         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18753         Implementation of VERSION.DLL. Based on old misc/ver.c.
18754         - Accessing PE version info resources should work correctly now.
18755         - Fixed memory leaks.
18756         - Clean separation of 16- and 32-bit parts.
18757         - Minor bugfixes.
18759         * Makefile.in, configure, configure.in, dlls/Makefile.in:
18760         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18761         Add new subdirectories dlls/ver and dlls/version.
18763         * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
18764         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18765         Implementation of VER.DLL. Thunks up to VERSION.DLL.
18767         * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
18768         IsCharAlpha32A: use look-up table from ole2nls.c.
18770         * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
18771         LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
18772         NORM_IGNORESYMBOLS in string mapping mode.
18774         * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
18775         Create X window for child windows reparented to be top level windows.
18777         * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
18778         Juergen Schmied <juergen.schmied@metronet.de>
18779         Stub for PathQualify32[A|W].
18781         * graphics/d3dmaterial.c, graphics/ddraw.c:
18782         Lionel Ulmer <ulmer@directprovider.net>
18783         Babrian Viktor <v@ulysses.sch.bme.hu>
18784         - added support for ColorKeying during blits
18785         - miscellaneous fixes
18787         * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
18788         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
18789         Added an implementation of MRSW locks.
18791         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
18792         Added missing includes (the PSP handling was incorrect, as the
18793         MZ_SUPPORTED definition was missing). Added a simple handler for
18794         direct console input, which needs to be improved.
18796         * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
18797         Small fix.
18799         * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
18800         List handles WaitForMultipleObjects is waiting for when running with
18801         -debugmsg +win32.
18803         * dlls/advapi32/security.c, relay32/advapi32.spec:
18804         Juergen Schmied <juergen.schmied@metronet.de>
18805         Stub for GetSecurityDescriptorControl.
18807         * relay32/user32.spec, windows/user.c:
18808         Juergen Schmied <juergen.schmied@metronet.de>
18809         Stub for GetUserObjectSecurity.
18811         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
18812         Implemented handling of REG_MULTI_SZ and fixed small bug in
18813         RegSetValue.
18815         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18816         Every EM_GETLINE send between a 32W to a 32A window returned
18817         incomplete values before (the first 2 chars where cut away).
18819         * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18820         Fix typo in SetWindowPos32.
18822 Sat Jan 30 15:55:28 1999  Alexandre Julliard  <julliard@winehq.com>
18824         * include/builtin32.h, misc/main.c, relay32/builtin32.c:
18825         Marcus Meissner <marcus@jet.franken.de>
18826         Enable/disable relay32 debugging on the fly. Start app with
18827         -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
18829         * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
18830         Lionel Ulmer <ulmer@directprovider.net>
18831         Added check for the presence of Mesa's header files.
18833         * multimedia/audio.c, multimedia/dsound.c:
18834         Andreas Mohr <a.mohr@mailto.de>
18835         Fixed error messages.
18837         * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
18838         Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
18840         * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
18841         SetParent should link the window at the start of the list.
18843         * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
18844         In Window SetWindowPos with SWP_HIDEWINDOW does not remove
18845         the focus from the focus window; ShowWindow with SW_HIDE does.
18846         So move the code that does this from SetWindowPos to ShowWindow.
18848         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
18849         Check for NULL in lstrcpy* (Windows uses real exception handlers).
18851         * Makefile.in: James Juran <juran@cse.psu.edu>
18852         Don't install include files when --disable-lib is used.
18854         * relay32/winmm.spec:
18855         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18856         Added WINMM joy* .spec entries.
18858         * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18859         XMS fix.
18861         * msdos/dosmem.c:
18862         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18863         Spelling fix.
18865         * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18866         Doc update.
18868         * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
18869         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18870         Some interrupt enhancements.
18872         * msdos/ioports.c:
18873         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18874         implemented timer latching
18875         trace message fix
18876         temporary "fix" for Linux's coarse timer resolution
18878         * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
18879         Francis Beaudet <francis@macadamian.com>
18880         Implemented the startup-shutdown mechanism for the COM subsystem.
18881         Implemented the Class object registration mechanism.
18883         * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
18885         * 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:
18886         Francis Beaudet <francis@macadamian.com>
18887         Added an implementation of the OLE structured storage. The main
18888         features of this implementation are:
18889         - Can open storages created in Windows.
18890         - Can create new storages that the windows libraries can
18891           read.
18892         - Provides all the functionality to create/open/remove and
18893           rename streams and storages inside the main storage object.
18895         * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
18896         Ove Kaaven <ovek@arcticnet.no>
18897         Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
18898         through a function pointer instead. Added a few traces. Fixed the
18899         "Memory corruption !" message in DGA mode. Commented out an
18900         unnecessary TSXF86VidModeSetViewPort that caused my X server to
18901         act up, relying on TSXF86DGASetViewPort instead.
18903         * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
18904         Marcus Meissner <marcus@jet.franken.de>
18905         Some more warnings and bugs fixed.
18907         * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
18908         Small update.
18910         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
18911         Alex Priem <alexp@sci.kun.nl>
18912         - The usual bugfixes.
18913         - Better unicode support (only defines, currently)
18914         - Drag & drop implemented.
18915         - LPSTR_TEXTCALLBACK should work now.
18916         - First start at custom draw code.
18918         * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
18919         Make sure that the keystate received by the WM_XBUTTONUP and
18920         WM_XBUTTONDOWN matches the message. In X, the keystate is changed
18921         after the message is processed.  In Windows, it is changed before.
18923         * dlls/advapi32/security.c, dlls/advapi32/service.c:
18924         Matthew Becker <mbecker@glasscity.net>
18925         Doc updates.
18927         * win32/file.c: Berend Reitsma <berend at asset-control.com>
18928         SetFileAttributes32A changed to make file writeable when
18929         FILE_ATTRIBUTE_READONLY is not set.
18931         * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
18932         Joseph Pranevich <jpranevich@lycos.com>
18933         Preliminary color console support.
18935         * 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:
18936         Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
18937         Updated Finnish language support.
18939 Fri Jan 29 15:12:11 1999  Alexandre Julliard  <julliard@winehq.com>
18941         * 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:
18942         Marcus Meissner <marcus@jet.franken.de>
18943         Updated msvideo. New program 'icinfo [-about] [-configure]' to
18944         query installed (win32) compressors. Started on AVIFILE support.
18946 Thu Jan 28 17:56:14 1999  Alexandre Julliard  <julliard@winehq.com>
18948         * 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:
18949         Noomen Hamza <noomen@macadamian.com>
18950         Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
18951         classes.
18953         * debugger/dbg.y, debugger/debug.l:
18954         NF Stevens <norman@arcady.u-net.com>
18955         Implemented the symbolfile command (as mentioned by the help
18956         command). This reads a symbol file in the format generated by nm.
18958         * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
18959         - Small bug fix.
18960         - Added direct play ascii interfaces.
18961         - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
18963         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18964         Fixed FILE_VIEW struct initialisation.
18966         * include/dosexe.h:
18967         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18968         Fixed non-i386 compile.
18970         * 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:
18971         James Juran <jrj120@psu.edu>
18972         Commented out unused variables to prevent needless compiler warnings.
18974         * include/ddeml.h, misc/ddeml.c:
18975         Keith Matthews <keith_m@sweeney.demon.co.uk>
18976         1st cut implementation of DdeInitialize32W and supporting code.
18978         * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
18979         Matthew Becker <mbecker@glasscity.net>
18980         Documentation standardizations.
18982         * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
18983         Stephane Lussier <stephane@macadamian.com>
18984         - Made the message queue access to be thread safe. (Using two new
18985           functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
18986           instead of GlobalLock16()).
18987         - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
18988           wine-debugger).
18990         * 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:
18991         Marcus Meissner <marcus@jet.franken.de>
18992         Fixed a lot of warnings for possible problems.
18994         * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
18995         Fixed typo.
18997         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
18998         Fixed various bugs.
18999         Made newbie mode easier.
19001         * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
19002         Marcus Meissner <marcus@jet.franken.de>
19003         Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
19005         * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
19006         Switch ncurses.h/curses.h include (works better for FreeBSD).
19008         * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
19009         Fixed loading of win32 drivers.
19011 Tue Jan 26 17:29:49 1999  Alexandre Julliard  <julliard@winehq.com>
19013         * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
19015         * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19016         Temporary #if 0'ed part for builtin modules in MSACM to make it
19017         compile with the patch for loadable drivers.
19019         * include/driver.h, relay32/winmm.spec, windows/driver.c:
19020         Eric Pouech <Eric.Pouech@wanadoo.fr>
19021         Added support for loading drivers in Wine.
19023         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
19024         A perl script to produce a bug report with little hassle.
19026         * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
19027         Added (dummy) Death/Resurrection calls to DisplayDib.
19029         * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
19030         Allocate a DOS handle if we open a normal file with LZOpenFile16.
19032         * graphics/ddraw.c, include/ddraw.h:
19033         Lionel Ulmer <ulmer@directprovider.net>
19034         - added depth conversion routines (only 8bpp -> 16 bpp for now)
19035         - added support of DEPTH_FILL for Blits
19036         - added some flags in GetCaps to get some games working
19038         * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
19039         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19040         Implemented GetIconInfo16 -> call to GetIconInfo32.
19042         * scheduler/client.c: Commented out EXEC_SERVER
19044         * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
19045         3 missing WINAPI added.
19047         * 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:
19048         Juergen Schmied <juergen.schmied@metronet.de>
19049         Small fixes.
19051         * dlls/comctl32/treeview.c, include/commctrl.h:
19052         Juergen Schmied <juergen.schmied@metronet.de>
19053         Changed some treeview related definitions.
19055         * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
19056         Juergen Schmied <juergen.schmied@metronet.de>
19057         Implemented SHBrowseForFolder() dialog.
19059         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19060         Fixed typo in type (removed quite a few warnings).
19062         * dlls/advapi32/security.c, relay32/advapi32.spec:
19063         Marcus Meissner <marcus@jet.franken.de>
19064         Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
19065         Return NULL from OpenThreadToken.
19067         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19068         Do not endlessly loop in CONSOLE_get_input after EOF.
19069         Create xterm even if stdin is not a terminalhandle.
19070         SetConsoleCursorPosition: Only make complex console on row change,
19071         ignore interline positioning (so the cygwin cmdline tools do not
19072         create xterms unnecessary)
19074         * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19075         Make sure DrvGetPrinterData returns the correct data if cbData <= 1
19077         * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
19078         Stephane Lussier <stephane@macadamian.com>
19079         - Changing MESSAGEQUEUE structure according to Ulrich proposition.
19080         - One message queue for every thread needing it.
19081         - Messages in the message queue are now stored in a linked list
19082         - Messages are allocated in the system heap.
19083         - Messages in the message queue are 32 bits (MSG32).
19084         - All read/write operations regarding messages in the message queue are
19085           thread safe.
19087 Sun Jan 24 19:14:58 1999  Alexandre Julliard  <julliard@winehq.com>
19089         * 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:
19090         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19091         Fixed several bugs and typos.
19093         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19094         Updates and fixes.
19096         * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
19097         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19098         New drag list control.
19100         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19101         Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
19103         * dlls/comctl32/progress.c, include/progress.h:
19104         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19105         Added WM_[G/S]ETFONT handling.
19107         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19108         Added WM_COMMAND and WM_NOTIFY handling.
19110         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19111         Fixed redraw bug for tracking tooltips.
19113         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19114         Added some messages to the rebar control.
19116         * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
19117         Several internal functions won't compile when the conditional
19118         #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
19119         comes out false.  I moved the conditionals around so that
19120         the file would at least compile.  Not sure if it does the
19121         right thing on non-linux/FreeBSD/NetBSD systems.
19123         * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
19124         Moved process.h higher up the include list, to avoid a problem with
19125         "ERR" being redefined in sys/regset.h.
19127         * misc/comm.c: Geoff Clare <gwc@root.co.uk>
19128         The B57600 and B115200 symbols are not defined in Unixware.
19130         * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
19131         Change SW_??? options on list box scrolling so that they match what
19132         Windows does.
19134         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
19135         Moved DOS handle allocation slightly, to fix potential memory
19136         leaks and lost handles. Also removed some useless init code.
19138         * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
19139         Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
19140         Internal PostScript printer driver improvements.
19142         * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
19143         Changed EDIT_EM_CharFromPos to return line number.
19145         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
19146         Free the private data pointer, THEN set it to NULL.
19148         * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
19149         Missing WINAPI.
19151         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
19152         Sylvain St.Germain <sylvain@macadamian.com>
19153         Implementation of the SafeArray family functions.
19155         * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
19156         Guy Albertelli <galberte@neo.lrun.com>
19157         Added stub for SetThreadLocale.
19159         * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
19160         Finished GetTextCharsetInfo routine.
19162         * ole/nls/enu.nls, ole/ole2nls.c:
19163         Guy Albertelli <galberte@neo.lrun.com>
19164         Fixed FIXME in EnumTimeFormats32W
19165         Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
19166         GetLocaleInfo32W.
19168         * documentation/internal-dll, documentation/shell32, documentation/wine.man:
19169         Pascal Cuoq <Pascal.Cuoq@inria.fr>
19170         Fixed typos.
19172         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
19173         Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
19174         searching for DBG and PDB files.
19176         * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
19177         Fix for files which do not contain exports (fg, EXE) to get processed
19178         for debug information.
19180         * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
19181         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19182         Implemented KERNEL.621 (CBClientThunkSLEx).
19184         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
19185         Marcus Meissner <marcus@jet.franken.de>
19186         Allow switching off/on of debugmsgs in the debugger.
19188         * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
19189         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19190         Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
19191         data.
19193 Sat Jan 23 14:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
19195         * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
19196         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19197         Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
19198         DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
19199         WIN16_PeekMessage32 and WIN16_TranslateMessage32.
19201         * 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:
19202         Juergen Schmied <juergen.schmied@metronet.de>
19203         - some fixes, cleaned up includes, fixed leaks
19204         - clean DllReferenceCount, better DllMain()
19205         - dynamically linking LookupIconIdFromDirectoryEx32 and
19206           CreateIconFromResourceEx32 to USER32
19207         - moved guid's instances to new file shellguid.c
19208         - implemented  ShellExecuteEx32W
19210         * ole/Makefile.in, ole/compobj.c, ole/guid.c:
19211         Juergen Schmied <juergen.schmied@metronet.de>
19212         Moved the instance creation of GUID's to a new file.
19213         Size of compobj.o goes down to 1/3; should prevent more sig11's.
19215         * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
19216         New file to instantiate GUID's ms-like.
19218         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
19219         Set private data struct to NULL to expose problems in other code
19220         better. Fixes the XUnmapWindow problems reported by replacing them
19221         with NULL ptr dereferences.
19223         * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
19224         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19225         Fixed typos.
19227         * files/file.c, include/file.h, loader/dos/dosvm.c:
19228         Marcus Meissner <marcus@jet.franken.de>
19229         DOS programs use handles 0-4 without opening/closing any of those
19230         handles first. Split up Init from AllocDosHandle and call it from
19231         the DOSVM.
19233         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
19234         Remove configure.in->configure rule (we might not have autoconf).
19236         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
19237         Added "user-friendly" warning for missing X.
19239         * include/ole.h: Fixed GetObject macro problem.
19241         * documentation/status/direct3D:
19242         Lionel Ulmer <ulmer@directprovider.net>
19243         - updated documentation to be in sync with current code
19245         * graphics/d3dmaterial.c, graphics/d3dviewport.c:
19246         Lionel Ulmer <ulmer@directprovider.net>
19247         - various warning and bug fixes
19249         * graphics/d3ddevices.c, graphics/d3dtexture.c:
19250         Lionel Ulmer <ulmer@directprovider.net>
19251         - added more texture formats using OpenGL's packed pixel formats
19253         * graphics/d3dexecutebuffer.c, include/d3d.h:
19254         Lionel Ulmer <ulmer@directprovider.net>
19255         - better support for ExecuteBuffers
19257         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19258         - corrected bug in Z Buffer allocation
19259         - put VIDEOMEMORY flag for all primary surfaces
19260         - put something in a surface after a ReleaseDC
19262         * misc/printdrv.c: Morten Welinder <terra@diku.dk>
19263         Missing WINAPI.
19265         * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
19266         Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
19268         * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
19269         Check opened enhmetafile for magic values.
19271         * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
19272         Fixed duplicate sound buffer handling. Updated status.
19274         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
19275         New functions  lmemcpynAtoW and  lmemcpynWtoA for converting
19276         REG_MULTI_SZ (including \0x00)
19277         Better debug output for REG_BINARY and REG_MULTI_SZ
19278         Rewritten RegQueryValueEx32[A|W]
19280         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
19281         Implemented CreateHalftonePalette.
19282         Fixed 3 crashes (1 real, 2 potential).
19284         * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
19285         Marcus Meissner <marcus@jet.franken.de>
19286         Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
19288         * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
19289         Sylvain St.Germain <sylvain@macadamian.com>
19290         DoDragDrop and OleIsCurrentClipboard stub implementation.
19292         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
19293         Make LoadTypeLib stub return failure instead of success.
19295 Fri Jan 22 17:09:46 1999  Alexandre Julliard  <julliard@winehq.com>
19297         * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
19298         Marcus Meissner <marcus@jet.franken.de>
19299         Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
19300         API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
19302 Thu Jan 21 14:05:11 1999  Alexandre Julliard  <julliard@winehq.com>
19304         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
19305         Francis Beaudet <francis@macadamian.com>
19306         There were two copies of the DdeCmpStringHandles (A and W) and that
19307         API does not have 2 versions. Removed the extra version.
19309 Wed Jan 20 14:54:01 1999  Alexandre Julliard  <julliard@winehq.com>
19311         * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
19312         Small patch.
19314         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19315         Win32 console needs SYNCHRONIZE access.
19317         * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
19318         Marcus Meissner <marcus@jet.franken.de>
19319         autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
19320         fixed includers.
19322         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
19323         LCMapStringA: if dstlen is insufficient, return
19324         ERROR_INSUFFICIENT_BUFFER (verified).
19326         * objects/enhmetafile.c, relay32/gdi32.spec:
19327         Marcus Meissner <marcus@jet.franken.de>
19328         Some small fixes to enhmetafiles.
19330         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
19331         Do not call ownerdraw for invalid items (empty focusrects).
19332         Fixes Eudora 16bit empty Inbox problem.
19334         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
19335         Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
19336         these functions with the same logic as the NC_DrawCloseButton function.
19338         * windows/win.c: Noel Borthwick <noel@macadamian.com>
19339         Reparenting a window with SetParent in Windows should cause the child
19340         window being re-parented to be moved up to the topmost in the z-order,
19341         and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
19343         * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
19344         Use external DirectPlay DLLs by default.
19346         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19347         Allow passing task handles to GetThreadQueue() and SetFastQueue().
19349         * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19350         Handle (console) applications that never created a queue correctly
19351         in USER_AppExit(); call InitThreadInput() in InitApp().
19353         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19354         - Fixed creation of message queue in hook API routines.
19355         - Some preparations for thread-local message queues.
19357         * loader/ne/module.c:
19358         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19359         Check module name length in ModuleNext().
19361         * windows/x11drv/event.c:
19362         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19363         Use Callout to call RedrawWindow32.
19365         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
19366         Clear DOS extended error only for funcs >=0x2f (thanks to Dave
19367         Pickles).
19369         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19370         Unified palette create, do allocate colorcells on init for DGA.
19372 Tue Jan 19 17:48:25 1999  Alexandre Julliard  <julliard@winehq.com>
19374         * 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:
19375         Hacked server-side device support
19376         Added user APCs support.
19377         Many changes to the xterm console to make use of the server (not
19378         finished yet).
19379         Moved some other small stuff to the server.
19381         * tools/make_requests: Added long type format.
19383         * server/Makefile.in, server/device.c:
19384         Added server-side device support (only a hack for now).
19386 Sun Jan 17 17:48:48 1999  Alexandre Julliard  <julliard@winehq.com>
19388         * ChangeLog:
19389         Recovered log entries from CVS mailing list.
19391         * relay32/ntdll.spec, dlls/ntdll/rtl.c:
19392         Marcus Meissner <marcus@jet.franken.de>
19393         Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
19395         * files/file.c
19396         Marcus Meissner <marcus@jet.franken.de>
19397         Handle ERROR_WRITE_PROTECT too in readonly fallback open.
19399         * dlls/advapi32/security.c, relay32/advapi32.spec:
19400         Marcus Meissner <marcus@jet.franken.de>
19401         Added GetSecurityDescriptorLength stub for regedt32.exe.
19403         * debugger/Makefile.in, files/Makefile.in:
19404         Marcus Meissner <marcus@jet.franken.de>
19405         Add "" around -D defines for paths with spaces in them.
19407         * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
19408         Lionel Ulmer <ulmer@directprovider.net>
19409         Cleaned up ColorKey handling.
19411         * objects/metafile.c:
19412         Paul Quinn <paulq@COREL.CA>
19413         METARECORD member rdParam should be rdParm (in win32 sdk)
19414         lots of changes in this source file to reflect this change.
19416         * 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,
19417         relay32/gdi32.spec:
19418         Paul Quinn <paulq@COREL.CA>
19419         Fixed bad defines, added a few types 'n defines.
19421         * windows/dinput.c:
19422         Marcus Meissner <marcus@jet.franken.de>
19423         Disable broken callbacks which lead to crashes.
19425         * multimedia/mcistring.c:
19426         Eric Pouech <Eric.Pouech@wanadoo.fr>
19427         Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
19428         internal structures).
19430         * misc/toolhelp.c:
19431         Marcus Meissner <marcus@jet.franken.de>
19432         debug.h needs to be included last since it #undefs ERR for Solaris.
19434         * debugger/debug.l, debugger/memory.c:
19435         Marcus Meissner <marcus@jet.franken.de>
19436         Added /u format to debugger display for UNICODE strings.
19438         * loader/pe_image.c:
19439         Marcus Meissner <marcus@jet.franken.de>
19440         Remove irritating FIXME line no longer needed.
19442         * msdos/int2f.c:
19443         Eric Pouech <Eric.Pouech@wanadoo.fr>
19444         Added missing '\n' in FIXME message.
19446         * graphics/ddraw.c:
19447         Robert Riggs <rriggs@tesser.com>
19448         objbase.h needed for WINE_StringFromCLSID(), fix C function
19449         declarations, install a colormap if we are not managed, release
19450         backbuffers in DGA mode, fix video mode switching logic to avoid
19451         possible NULL pointer dereference.
19453         * msdos/dpmi.c:
19454         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19455         Small fix.
19457         * 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:
19458         Better DOS file handle management.
19460         * documentation/common_controls:
19461         Francis Beaudet <francis@macadamian.com>
19462         This should help prevent duplicate work.
19464         * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
19465         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19466         Implemented Death() and Resurrection(), two functions needed by some
19467         TPWin (?) command line tool.
19469         * windows/winproc.c:
19470         Juergen Schmied <juergen.schmied@metronet.de>
19471         Added 32->16 translation for WM_ACTIVATEAPP.
19473         * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
19474         Juergen Schmied <juergen.schmied@metronet.de>
19475         New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
19476         Implementation for SHGetSpecialFolderPath32[A|W].
19477         Many bugfixes.
19479         * console/xterm.c, misc/port.c, win32/console.c:
19480         Joseph Pranevich <jpranevich@lycos.com>
19481         Change all Wine openpty() implementations to match the "standard" and
19482         then make them both call the same code leaving the option to change
19483         that code to call the "standard" openpty() at a later date.
19485         * relay32/kernel32.spec, scheduler/process.c:
19486         Marcus Meissner <marcus@jet.franken.de>
19487         Added SetProcessAffinityMask stub.
19489         * graphics/ddraw.c, include/ddraw.h:
19490         Marcus Meissner <marcus@jet.franken.de>
19491         Fixed the other union misuse too (one less mem corruption)
19492         Re-added XInstallColormap (or non managed does not change palette)
19494         * if1632/kernel.spec, scheduler/synchro.c:
19495         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19496         Added an implementation for KERNEL.495.
19498         * 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:
19499         Lionel Ulmer <ulmer@directprovider.net>
19500         - added bitmask to store which ColorKey structures are valid
19501         - handle many new rendering states, some optimizations in state changes
19502         - 8bit palettized textures now support ColorKeying
19503         - some miscellaneous bug fixes and code rewrite
19505         * controls/menu.c:
19506         Noomen Hamza <noomen@macadamian.com>
19507         Fixed the look of the menu so it would be compliant with Win95: modified
19508         the mouse tracking code so it would change the selection every time the
19509         mouse moved over a menu item.
19511         * documentation/how-to-port:
19512         Mike Castle <dalgoda@shell.rt66.com>
19513         Small fix.
19515         * dlls/comctl32/updown.c:
19516         Noel Borthwick <noel@macadamian.com>
19517         Fixed bugs:
19518         - When an edit control buddy was used single digit values were not
19519         being displayed.
19520         - Comma values were not displayed correctly when thousands separation
19521         was requested.
19523         * win32/newfns.c:
19524         Tom Bech <tomb@ii.uib.no>
19525         While the debug event messages are not implemented, WaitForDebugEvent
19526         should return FALSE.
19528         * if1632/user.spec, objects/bitmap.c:
19529         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19530         Implemented CopyImage16.
19532         * documentation/bugreports 
19533         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19534         Small fix.
19536         * console/generic.c, msdos/int21.c:
19537         Marcus Meissner <marcus@jet.franken.de>
19538         Changed 0x01 to use generic console, fixed 0x0b.
19539         Fixed CONSOLE_GetCharacter (two args swapped).
19541         * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
19542         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19543         Allow specifying module name for NE dummy module.
19545         * loader/pe_image.c 
19546         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19547         Set module name of dummy module equal to module name of PE module.
19549         * controls/scroll.c, controls/uitools.c:
19550         Marcus Meissner <marcus@jet.franken.de>
19551         Missing include wine/winuser16.h added.
19553         * graphics/vga.c:
19554         Marcus Meissner <marcus@jet.franken.de>
19555         Create an actual primary surface for screenbuffer.
19557 ----------------------------------------------------------------
19558 Sun Jan 10 14:40:34 1999  Alexandre Julliard  <julliard@winehq.com>
19560         * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
19561         Andreas Mohr <a.mohr@mailto.de>
19562         Added config.sys parser.
19564         * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
19565         Small change in LB_SETCURSEL32 handling (the caret should be moved as
19566         well).
19568         * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
19569         Marcus Meissner <marcus@jet.franken.de>
19570         Use autoconf check for presence of sys/file.h.
19572         * dlls/ntdll/rtl.c, relay32/ntdll.spec:
19573         Marcus Meissner <marcus@jet.franken.de>
19574         Implemented DbgPrint, added ultoa.
19576         * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
19577         PeekConsoleInput & ReadConsoleInput need to return 0 records read in
19578         the case of an invalid handle.
19580         * console/ncurses.c, loader/main.c:
19581         Joseph Pranevich <jpranevich@lycos.com>
19582         More verbose debugging output.
19583         Remove compilation warning.
19585         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
19586         Fix up some interrupt calls to return at the data that they are supposed
19587         to. Also increase comment verbosity to help debug things later.
19589         * include/options.h, misc/main.c, misc/version.c:
19590         Andreas Mohr <a.mohr@mailto.de>
19591         Added switch -dosver.
19592         Cleanup for OaBuildVersion().
19594         * libtest/.cvsignore: Added vartest and volinfo
19596         * 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:
19597         Juergen Schmied <juergen.schmied@metronet.de>
19598         Many bugfixes, code cleanup.
19599         Removed a few glitches from the COM patch.
19601         * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
19602         Only destroy window once.
19604         * graphics/ddraw.c, include/ddraw.h:
19605         Marcus Meissner <marcus@jet.franken.de>
19606         - moved drawable to common since it is used by both DGA and Xlib.
19607           (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
19608         - added BltFast sanity checks.
19610         * windows/queue.c, loader/task.c:
19611         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19612         InitApp() call removed from 32-bit application startup;
19613         create task message queue in InitThreadInput() instead.
19615         * loader/ne/convert.c:
19616         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19617         Added accelerator table PE->NE resource conversion.
19619         * debugger/editline.c:
19620         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19621         Restart read() in case of EINTR in TTYget().
19623         * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
19624         Ptr ref wrong.
19626         * 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:
19627         Bertho Stultiens <bertho@panter.soci.aau.dk>
19628         Wrc version 1.0.8. Toolbar resources are now supported. A couple of
19629         other fixes are also included. See file tools/wrc/CHANGES for details.
19631         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
19632         Missing WINAPI.
19634         * 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:
19635         James Juran <jrj120@psu.edu>
19636         Add missing #includes and prototypes to eliminate some implicit
19637         function declaration warnings and 'extern's in .c files.
19639         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
19640         Ove Kaaven <ovek@arcticnet.no>
19641         Check for resizeterm in ncurses.
19643         * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
19644         Francis Beaudet <francis@macadamian.com>
19645         New test program for VARIANT functions.
19647         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19648         Some debug information (PDB) was not mapped when loading a module,
19649         which caused a core in the debugger when it tried to access it.
19651         * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
19652         Links libwine.so.1.0 to libwine.so in Wine's main directory.
19653         Makes Wine compile with --enable-dll again.
19655 Sat Jan  9 09:12:40 1999  Alexandre Julliard  <julliard@winehq.com>
19657         * 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:
19658         Francois Gouget <fgouget@multimania.com>
19659         Added a lot of COM interfaces definitions.
19660         Restructured COM header files for better compatibility and clarity.
19662 Fri Jan  8 16:37:03 1999  Alexandre Julliard  <julliard@winehq.com>
19664         * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
19665         Make GetFileType work for all handle types.
19667         * win32/device.c: Avoid crash on NULL dev->info.
19669         * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
19670         Alex Priem <alexp@sci.kun.nl>
19671         Added stubs and defines for the flat scrollbar common control.
19673         * include/commctrl.h, dlls/comctl32/datetime.c:
19674         Alex Priem <alexp@sci.kun.nl>
19675         Added some defines needed for custom draw'ing and datetime common
19676         controls.
19678         * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
19679         Fixed a small bug in function ExtractIconEx32A.
19681         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
19682         HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
19684         * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
19685         Make DeleteFile fail for empty path.
19687         * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19688         Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
19690         * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
19691         Fixed wrong buffer which caused fixups to fail.
19693         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
19694         Lionel Ulmer <ulmer@directprovider.net>
19695         - added all the Direct3D error codes
19696         - added 8bit palettized texture support
19698         * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
19699         ifdefs for defines not in linux 2.0.
19701         * relay32/winspool.spec, misc/printdrv.c:
19702         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19703         Added two stubs for AddPrinterDriver.
19705         * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
19706         Ove Kaaven <ovek@arcticnet.no>
19707         Queue SIGALRM to reduce the "signal 14 lost" complaints.
19708         Added support for reprogramming the DOS timer, and reading back the
19709         current value.
19711         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
19712         Wine hangs when registry (corrupted) has lone \ at end of file.
19714         * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
19715         Kostya Ivanov <kostya@warmcat.excom.spb.su>
19716         Small patch that enables Clarion for Windows not to trap while
19717         loading.
19719         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
19720         Replace troublesome assignments by memset for whole struct.
19722         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19723         Added handling of the 'palent' field of the CreatePalette procedure.
19725         * documentation/wine.man:
19726         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19727         Added description about including/excluding functions from relay
19728         trace.
19730         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19731         Read at least 1 input record in ReadConsoleInputA.
19733         * memory/virtual.c:
19734         Fixed CreateMapping when a mapping with the same name already exists.
19736 Wed Jan  6 10:37:29 1999  Alexandre Julliard  <julliard@winehq.com>
19738         * server/file.c: Fixed file destruction when file has no name.
19740 Tue Jan  5 18:38:59 1999  Alexandre Julliard  <julliard@winehq.com>
19742         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19743         Warns user if multiple -dll switches are used on command line.
19745         * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
19746         Fixed a leftover HeapFree in the trackbar common control.
19748         * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
19749         Alex Priem <alexp@sci.kun.nl>
19750         Fixed some problems with the tab common control (with thanks to Anders
19751         Carlsson <anders.carlsson@linux.nu>).
19753         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
19754         Alex Priem <alexp@sci.kun.nl>
19755         Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
19756         and some missing defines.
19758         * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
19759         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19760         Use MakeCriticalSectionGlobal on all critical sections used across
19761         process boundaries.
19763         * include/winbase.h, include/windows.h:
19764         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19765         Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
19767         * documentation/wine.man:
19768         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19769         Added environment variables in the man page.
19771         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19772         Fixed args of MZ_CreateProcess.
19774         * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
19775         Andreas Mohr <a.mohr@mailto.de>
19776         Fixed string bug in programs/.
19778         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
19779         Added stupid "action" emulation for hardware timers in ioports.c.
19781         * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
19782         Again a small DOSASPI patch.
19784         * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
19785         Andreas Mohr <a.mohr@mailto.de>
19786         Documentation updates.
19788         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19789         - check if palette is not null when setting a palette
19790         - check if window handle is valid before getting its 'drawable'
19792         * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19793         Prevent core dump with some TTF (when X11 runs with a true type
19794         server).
19796         * server/console.c: Marcus Meissner <marcus@jet.franken.de>
19797         Use stdout for default console output.
19799 ----------------------------------------------------------------
19800 Sun Jan  3 17:00:20 1999  Alexandre Julliard  <julliard@winehq.com>
19802         * 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:
19803         Lionel Ulmer <ulmer@directprovider.net>
19804         - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
19805         - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
19806         - added stretching to Blt function
19808         * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
19809         Try to autodetect NT4.
19811         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19812         0 means success, all else failure for WaitForSingleObject.
19814         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
19815         Do not advance the cursor in certain routines. This cleaned up the
19816         implementation quite a bit.
19818         * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
19819         Set console video mode when loading DOS app. (Eventually, I want to
19820         mimic Windows 9x's behavior by setting the video mode only when non
19821         INT 21 calls are used to allow for arbitrary-sized consoles).
19823         * console/interface.c, console/xterm.c:
19824         Joseph Pranevich <jpranevich@lycos.com>
19825         Xterm driver can now resize the terminal when a mode change is
19826         detected.
19828         * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
19829         Long standing scroll bug fixed!
19831         * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
19832         Joseph Pranevich <jpranevich@lycos.com>
19833         Rewrite of configuration system to support "regular" curses as well as
19834         eliminating the --with-ncurses option. Now, ncurses support will be
19835         built in if a compatible library is detected.
19837         * include/wintypes.h, windows/defdlg.c:
19838         NF Stevens <norman@arcady.u-net.com>
19839         Fix the return type of DLGPROC type and mask out the unset highword of
19840         the return when a 16 bit dialog proc is called.
19842         * include/interfaces.h: Rein Klazes <rklazes@casema.net>
19843         Add interface ID's for upcoming ITypeLib implementation.
19845         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
19846         Bugfix for trailing slashes, repetition of '/' or '\' and
19847         SetLastError() in GetFullPathname.
19849         * 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:
19850         Juergen Schmied <juergen.schmied@metronet.de>
19851         Moved ADVAPI32 files to dlls/advapi32.
19852         Added stubs for eventlog functions.
19854         * 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:
19855         Juergen Schmied <juergen.schmied@metronet.de>
19856         New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
19857         Cleanup, some more functions UNICODE ready.
19859         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
19860         SHCloneSpecialIDList implemented.
19861         SHGetDataFromIDListA corrected.
19863         * dlls/shell32/iconcache.c:
19864         Juergen Schmied <juergen.schmied@metronet.de>
19865         Shell_GetCachedImageIndex32[A|W] implemented.
19867         * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
19868         Andreas Mohr <a.mohr@mailto.de>
19869         Implemented raw device access calls for ioctlGenericBlkDevReq()
19870         and therefore moved the core functionality of int2[56].c into files/drive.c.
19872         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
19873         Added automatic CMOS RAM checksum calculation.
19875         * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
19876         Andreas Mohr <a.mohr@mailto.de>
19877         SendASPI32Command32 has to be __cdecl.
19878         Updated documentation/aspi and reverted an ERR back to WARN.
19880         * documentation/bugreports: James Juran <jrj120@psu.edu>
19881         Of course we want the last 100 lines, not the first 100 lines.
19882         Use 'tail' instead of 'head'. Also fix text alignment from
19883         previous patch.
19885         * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
19886         Reading joystick 5 when we only support 4 should fail instead of
19887         hang.
19889         * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
19890         Playing a non-existent CD should fail instead of crash.
19892         * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
19893         Check for necessary configure reruns for Makefile and Make.rules
19894         generation.
19896         * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
19897         Emulates ins/outs correctly for DOS programs.
19899         * 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:
19900         Implemented file sharing checks in the server.
19901         Added set file time server request.
19902         Overall clean up of the file handling (DOS device handling is now
19903         broken, should be redone).
19905 Sat Jan  2 08:22:34 1999  Alexandre Julliard  <julliard@winehq.com>
19907         * memory/virtual.c:
19908         Fixed bug in CreateFileMapping when name is not NULL.
19910         * server/request.c: Fixed CHECK_STRING display.
19912 Fri Jan  1 19:51:25 1999  Alexandre Julliard  <julliard@winehq.com>
19914         * if1632/kernel.spec, memory/local.c:
19915         Richard A Lough <ralough.ced@dnet.co.uk>
19916         Put return value of LocalAlloc in CX too.
19918         * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
19919         Protect against multiple includes.
19921         * dlls/shell32/iconcache.c: Use proper system directory.
19923         * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
19925         * 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:
19926         Michael Veksler <mveksler@techunix.technion.ac.il>
19927         Moves more stuff from windows.h.
19928         - include/winuser.h - interface relevant to user32.spec
19929         - include/wine/winuser16.h - the old 16 bit interface (internal use)
19930         - include/winbase.h - some minor updates to keep things coherent.
19931         - Lot of other files made to include wine/winuser16.h, which is no
19932           longer included from windows.h
19934         * scheduler/handle.c: Fixed CloseHandle() on global handles.
19936         * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
19937         James Juran <jrj120@psu.edu>
19938         Add some information to the man page and README file.
19939         Make documentation/win95look say [Tweak.Layout] instead of
19940         [Tweaks.Layout].
19941         Fix incorrect command given in documentation/bugreports.
19942         Standard error was not being redirected, so most of the
19943         output was lost.
19945         * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
19946         Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
19948         * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
19949         Initialize lpdwNeeded.
19951         * if1632/snoop.c:
19952         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
19953         Include stuff even if not on __i386__ for debug defines.
19955         * ole/variant.c:
19956         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
19957         Another // comment fixed.
19959         * server/file.c:
19960         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
19961         Need <errno.h> for errno decl. on Solaris.
19963         * include/wingdi.h, include/x11font.h, objects/font.c:
19964         Douglas Ridgway <ridgway@winehq.com>
19965         Implement TranslateCharsetInfo, change charset type to BYTE.
19967         * controls/combo.c, controls/listbox.c, include/combo.h:
19968         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
19969         Better CB_SETCURSEL message handling.
19971         * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
19972         Moved MsgWaitForMultipleObject implementation to USER routines, using
19973         a normal Win32 event.
19975         * tools/make_requests: Send debugging output to stderr.
19977         * 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:
19978         Cleaned up and removed some no longer used code.
19980         * memory/virtual.c: Use server file mapping objects.
19982         * 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:
19983         Added server-side file mapping object support.
19985         * misc/crtdll.c:
19986         Hacked stdio functions to use Win32 file handles. Still needs a proper
19987         stdio emulation.
19989         * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
19990         Use Win32 file handles instead of Unix ones.
19992         * 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:
19993         Take into account handle inheritance flag.
19995 Thu Dec 31 15:55:19 1998  Alexandre Julliard  <julliard@winehq.com>
19997         * debugger/db_disasm.c:
19998         Changed db_task_printsym to always print a full address, no matter
19999         what the operand size is.
20001         * scheduler/critsection.c: Re-implemented using a real semaphore.
20003         * 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:
20004         Removed client-side wait functions; all waiting is now done through
20005         the server.
20007         * 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:
20008         Added change notifications.
20009         Added global handle support.
20011 Wed Dec 30 12:11:52 1998  Alexandre Julliard  <julliard@winehq.com>
20013         * include/thread.h, scheduler/synchro.c:
20014         Changed server wait logic a bit.
20016         * win32/console.c:
20017         Hacks to support server-side console. Should be redone properly
20018         some day.
20020         * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
20021         Reimplemented Read/WriteFile to use server file descriptors.
20022         Removed file position hack as it is wrong for Win32 (should be redone
20023         for Win16 only).
20025         * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
20026         Added anonymous pipe support
20028         * 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:
20029         Added several file server requests
20030         Added server-side pipes and consoles
20032 Sun Dec 27 15:28:55 1998  Alexandre Julliard  <julliard@winehq.com>
20034         * 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:
20035         Added beginnings of server-side file handling.
20036         Added -debugmsg +server support.
20037         Better server request dumping for varargs requests.
20039         * windows/x11drv/wnd.c:
20040         Fixed SetFocus that was broken when moved to x11drv.
20042         * 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:
20043         Added add_queue/remove_queue to server object operations.
20044         Moved select() loop functions to select.c.
20046 Sat Dec 26 19:47:00 1998  Alexandre Julliard  <julliard@winehq.com>
20048         * programs/regtest/regtest.c:
20049         Renamed ERR macro to avoid confusing the make_debug script.
20051         * 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:
20052         Juergen Schmied <juergen.schmied@metronet.de>
20053         Fixed tons of incomplete prototypes, assignment's of pointer with
20054         different signedness, superflous ',' and ';' in structures, wrong
20055         return-types, lose of digits and some small glitches.
20057         * graphics/x11drv/xfont.c, include/x11font.h:
20058         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
20059         Cleaned up font encoding handling. Added 'Ignore#' option to the
20060         [fonts] section. Also, file with cached metrics now has the value of
20061         $DISPLAY appended to the filename.
20063         * 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:
20064         Marcus Meissner <marcus@jet.franken.de>
20065         Changed // comments to /* */ so WINE compiles with non-gcc compilers
20066         again.
20068         * 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:
20069         Patrik Stridvall <ps@leissner.se>
20070         Moved more things to the X11 driver.
20072         * include/wingdi.h, objects/brush.c:
20073         Francois Gouget <fgouget@multimania.com>
20074         Fixed the prototype of CreateDIBPatternBrushPt
20076         * include/windows.h: Francois Gouget <fgouget@multimania.com>
20077         Removed the CN_xxx macros since they are not used, do not correspond to
20078         any Windows define and conflict with MFC defines.
20079         windows.h must provide all the definitions contained in winbase.h
20080         Some Xxx32 functions did not have the associated Xxx macro.
20082         * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
20083         Added a typedef for __int64 which is a builtin Visual C++ type
20084         Added a typedef for PUINT
20086         * include/objbase.h: Francois Gouget <fgouget@multimania.com>
20087         REFIID was not defined.
20089         * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
20090         Pavel Roskin <pavel_roskin@geocities.com>
20091         configure first checks whether it is possible to compile IPX code with
20092         Glibc headers. If it fails, next check determines whether direct inclusion
20093         of <linux/ipx.h> works.
20095         * include/tchar.h: Francois Gouget <fgouget@multimania.com>
20096         Provides the mappings. MBCS and Unicode functions are not implemented.
20097         Standard (SBCS) functions may exist or not, with the same or a different
20098         semantics.
20100         * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
20101         Alex Priem <alexp@sci.kun.nl>
20102         IPaddress common control implementation. First try; needs more work to
20103         remove boring bugs.
20105 Fri Dec 25 08:55:15 1998  Alexandre Julliard  <julliard@winehq.com>
20107         * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
20108         Juergen Schmied <juergen.schmied@metronet.de>
20109         Fixed the TEXT redefined warnings.
20111         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
20112         Hook into the (stubbed) resize code in msdos int10.
20114         * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
20115         Joseph Pranevich <jpranevich@lycos.com>
20116         Add support for selection of console mode drivers to use using the
20117         -console option. Currently "tty", "ncurses", and "xterm" are
20118         supported.
20119         Add stubs for resizing the screen on mode changes.
20121         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
20122         Jean-Claude Cote <jean-claude@macadamian.com>
20123         Partial implementation for the following DDE APIs:
20124         DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
20125         DdeQueryString, DdeUninitialize.
20127 Thu Dec 24 16:59:17 1998  Alexandre Julliard  <julliard@winehq.com>
20129         * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
20130         Jean-Claude Cote <jean-claude@macadamian.com>
20131         Added VarDateFromStr API.
20133         * dlls/comctl32/trackbar.c, include/trackbar.h:
20134         Alex Priem <alexp@sci.kun.nl>
20135         - Tooltip support
20136         - Vertical trackbars supported now
20137         - TBS_BOTH support (goes along with partial cleanup of drawing code)
20138         - Use COMCTL32 heap instead of system heap
20140         * graphics/ddraw.c, include/ddraw.h:
20141         Peter Hunnisett <hunnise@nortelnetworks.com>
20142         Added all clipper&3d stubs.
20143         Starting ColorKey support.
20144         Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
20145         Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
20146         Added SurfaceEnum dwFlags.
20148         * include/dplay.h, multimedia/dplay.c:
20149         Peter Hunnisett <hunnise@nortelnetworks.com>
20150         Added macros to header file for easier function calling.
20151         Changed implementation a little bit.
20152         Added stubs for dplay3. Still need to break into A and W versions.
20154         * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
20155         CreateFile32A was only allowing console opens on CONIN$/OUT$. This
20156         has been changed to have a case insensitive compare.
20158         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
20159         Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
20161         * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
20162         Jean-Claude Cote <jean-claude@macadamian.com>
20163         Implemented the GetBinaryType API function.
20165         * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
20166         Ove Kaaven <ovek@arcticnet.no>
20167         Added some new dosmod communication possibilities, including
20168         activating a dosmod-specific setitimer(), and the capture of some
20169         common signals, which is returned to Wine (previously a SIGILL
20170         would just cause a "dosmod sync lost" without explanation, now it
20171         invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
20172         SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
20173         be reported by -debugmsg +relay instead of -debugmsg +int. And
20174         fixed non-i386 compilation of dosmod. (Anything else?!)
20176         * loader/main.c, windows/win.c:
20177         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20178         Desktop window queue handling adapted.
20180         * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
20181         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20182         Queue handling adapted to new queue routines.
20184         * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
20185         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20186         Implemented stub for InitThreadInput.
20187         Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
20189         * loader/task.c, miscemu/main.c:
20190         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20191         Use Callout table instead of direct GetProcAddress.
20192         UserYield moved to USER.
20194         * include/callback.h, misc/callback.c, if1632/thunk.c:
20195         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20196         Callout table (for KERNEL->USER calls) added.
20197         Callbacks->CallPostAppMessageProc removed.
20199         * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
20200         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20201         Handle non-hardware X events correctly with native USER
20202         (removed reference to MESSAGEQUEUE from KERNEL code).
20203         Handle Expose events with native USER.
20205         * misc/crtdll.c:
20206         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20207         Better _ultoa().
20209         * win32/time.c: Rein Klazes <rklazes@casema.net>
20210         Fix small problem in GetTimeZoneInformation().
20212         * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
20213         Lowest scan code seems to be 1, not zero.
20215         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20216         Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
20218         * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
20219         Juergen Schmied <juergen.schmied@metronet.de>
20220         New stubs.
20222         * dlls/shell32/iconcache.c:
20223         Juergen Schmied <juergen.schmied@metronet.de>
20224         Fixes crash when running without external shell32.dll.
20226         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
20227         More messages [LB_*,EM_*] translated 32A from/to 32W.
20229         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
20230         Dest buffer was printed out as str.
20232         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
20233         Getting strings with VerQueryValue32W was broken. Complete
20234         reconstruction of the function.
20236         * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20237         Fix number and type of args in debugging statements.
20239         * ole/storage.c: Marcus Meissner <marcus@mud.de>
20240         IStorage32 vtable was missing 3 stub entries.
20242 Fri Dec 18 17:38:39 1998  Alexandre Julliard  <julliard@winehq.com>
20244         * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
20245         Douglas Ridgway <ridgway@winehq.com>
20246         Documentation for TranslateCharsetInfo.
20248         * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
20249         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20250         Make the DOSASPI part use the excellent DPMI RMCB implementation done
20251         by Ove Kaaven, which makes the code _much_ cleaner.
20253         * Make.rules.in, Makefile.in, configure, configure.in:
20254         Todd Vierling <tv@pobox.com>
20255         Use -lwine for linking.
20257         * windows/message.c, windows/queue.c:
20258         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20259         Bugfix: always clear QS_... from *both* changeBits and waitBits.
20260         Bugfix: queue->hSendingTask is *queue* handle, not task handle.
20262         * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
20263         François Gouget <gouget@metaintegration.net>
20264         First step to make it possible to call COM interfaces from C++ code in
20265         Winelib.
20267         * dlls/comctl32/treeview.c, include/treeview.h:
20268         Alex Priem <alexp@sci.kun.nl>
20269         Preliminary tooltip support.
20270         WM_SETFONT/GETFONT added.
20271         Some bug fixes.
20272         Use COMCTL32 heap instead of system heap.
20274         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20275         Implemented PolylineTo.
20277         * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
20278         The Zw... Functions in ntdll.dll are just alternate entry
20279         points for the same functions as the Nt... function of the
20280         same names.  Changed ntdll.spec to match this.
20282         * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
20283         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20284         Reorganized PE module loading to prepare for elf-dll loader.
20285         WINE_MODREF creation moved to one central location.
20286         Bugfix: correctly select native/built-in version if .DLL
20287         extension is missing in LoadLibrary call.
20289         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20290         Changed error values MCI_INTERNAL to their correct values.
20292         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20293         Removed warning.
20295         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20296         No longer sending directly messages to DriverProc but rather go through
20297         MCI layer (required for open/close).
20299         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20300         Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
20301         for pointing out the bug, see the fix in mcistring.c)
20302         Fixed MCI seeking on CD audio.
20304         * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
20305         Stubs for WaitNamedPipe[A|W].
20307         * 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:
20308         Juergen Schmied <juergen.schmied@metronet.de>
20309         Small fixes.
20311         * dlls/shell32/shellord.c:
20312         Juergen Schmied <juergen.schmied@metronet.de>
20313         Stub Control_FillCache_RunDLL.
20315         * dlls/shell32/shell32_main.c:
20316         Juergen Schmied <juergen.schmied@metronet.de>
20317         SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
20319         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
20320         ILAppend seems to work now.
20322         * relay32/kernel32.spec, win32/kernel32.c:
20323         Juergen Schmied <juergen.schmied@metronet.de>
20324         Stubs for WaitNamedPipe[A|W].
20326 Tue Dec 15 18:04:58 1998  Alexandre Julliard  <julliard@winehq.com>
20328         * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20329         Fix GetTempPath32 if count=0.
20331         * 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:
20332         Todd Vierling <tv@pobox.com>
20333         - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
20334           (run autoconf after this).  Note that the check has been altered to break
20335           out of the AC_CHECK_HEADERS after the first match - this is so
20336           <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
20337           with the emulated ossaudio.
20338         - check for <soundcard.h> along with the other two in a mutually-exclusive
20339           manner in the various *.c files that need it; change include of
20340           "mmsystem.h" to "multimedia.h" so this logic is all in one place
20341         - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
20342           includes:
20343           * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
20344             ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
20345             neither splitting with #-directives nor a two-arg ioctl work;
20346           * changing the #if logic to allow both FreeBSD and NetBSD to share the
20347             appropriate code blocks
20348         - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
20349           (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
20350         Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
20352         * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
20353         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
20354         Set the class hints for managed windows.
20356         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
20357         Bugfix: GetFullPathName sets lpFilePart only when the last element
20358         does not end with '\'.
20360         * 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:
20361         Paul Quinn <paulq@COREL.CA>
20362         Lots of new defines and stubs.
20364         * Make.rules.in, Makefile.in, configure, configure.in:
20365         Todd Vierling <tv@pobox.com>
20366         These patches add support for --enable-dll on NetBSD, and may even do so for
20367         FreeBSD a.out.  Now, NetBSD can use libwine as a shared object.  Thanks to
20368         mycroft@netbsd.org for doing this work!
20370         * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
20371         Global constructors using `.section .ctors' are bogus for NetBSD's
20372         assembler. Use the appropriate `.stabs' when on NetBSD.
20374         * ole/variant.c: Todd Vierling <tv@pobox.com>
20375         Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
20376         Fixed some constants that are too big for a plain `int'.
20378         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
20379         Check for MAXFLOAT if FLT_MAX isn't there.
20381         * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
20382         graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
20383         using --enable-dll.
20385         * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
20386         Veksler Michael <mveksler@techunix.technion.ac.il>
20387         Move declarations from windows.h to wingdi.h and winuser.h.
20389 Mon Dec 14 18:15:11 1998  Alexandre Julliard  <julliard@winehq.com>
20391         * 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:
20392         Marcus Meissner <marcus@jet.franken.de>
20393         Made async IO (SIGIO) stuff from WINSOCK generic useable.
20394         Added async IO support to FILE and CONSOLE objects.
20396         * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
20397         Prevent segfault in setsockopt when optname is SO_LINGER and optval is
20398         null.
20400         * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
20401         Juergen Schmied <juergen.schmied@metronet.de>
20402         Some cleanup.
20404         * dlls/shell32/iconcache.c:
20405         Juergen Schmied <juergen.schmied@metronet.de>
20406         SHMapPIDLToSystemImageListIndex try's to determine and load the exact
20407         icon for files (by type) now.
20409         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
20410         New HCR_GetDefaultIcon (internal).
20412         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
20413         Ove Kaaven <ovek@arcticnet.no>
20414         Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
20415         RMcall shortcuts independent of dosmod. SS had been left out of
20416         the REALMODECALL copy routines for some reason, fixed now. Also
20417         cleaned up a few compiler warnings.
20419         * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
20420         Added ability to specify X fonts used for Helv and Tms Rmn typefaces
20421         with DefaultSerif and DefaultSansSerif INI keys.
20423         * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
20424         Bertho Stultiens <bertho@panter.soci.aau.dk>
20425         - Added a global label for elf-dll linking and a long with the resource
20426           size and a long with the directory size.
20427         - Killed an annoying warning since version 1.0.0 in parser.y about a
20428           var being used before init.
20430         * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
20431         Juergen Schmied <juergen.schmied@metronet.de>
20432         Adds the IPersistFile Interface to IShellLink[W] and gave both own
20433         IClassFactorys.
20435         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20436         (ReadConsole32A): small and stupid bug fixed
20437         (WriteConsoleOutput): bug fixed (attributes may change within lines)
20438         and enhanced speedwise by using buffering.
20439         (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
20441         * misc/crtdll.c, relay32/crtdll.spec:
20442         Marcus Meissner <marcus@jet.franken.de>
20443         _ultoa implemented.
20445         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
20446         Small hack to get rid of annoying err:resource: message for
20447         MessageBoxes.
20449         * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
20450         Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
20451         the pointer.
20453         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
20454         Save the original video mode before going fullscreen and restore it
20455         when the last DirectDraw_Release is called. Also fix a problem where
20456         the viewport wasn't set to 0,0.
20458         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
20459         Made more cross-platform by changing ->_fileno to fileno().
20461         * windows/win.c: NF Stevens <norman@arcady.u-net.com>
20462         Fix the Z-order of maximized/minimized child windows.
20464         * graphics/x11drv/xfont.c:
20465         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20466         XLFDs should be well-formed (14 hyphens) to match scalable fonts.
20467         Stop slant field becoming wildcarded too early.
20469         * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
20470         (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
20472         * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20473         Hack OLE_GetFormat* to return something if datelen = 0.
20474         Remove unnecessary WINAPI's.
20476 ----------------------------------------------------------------
20477 Fri Dec 11 15:04:11 1998  Alexandre Julliard  <julliard@winehq.com>
20479         * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
20480         Patrick Spinler <spinler.patrick@mayo.edu>
20481         Implemented CreateToolhelp32Snapshot, including two of the routines
20482         using snapshots, Process32First and Process32Next.
20484         * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
20485         Justin Bradford <justin@ukans.edu>
20486         Most of the currency variant conversion functions implemented.
20487         Minor bugfixes and header tidying.
20489         * 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:
20490         Marcus Meissner <marcus@jet.franken.de>
20491         Added RasEnumConnections stub.
20493         * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
20494         Juergen Schmied <juergen.schmied@metronet.de>
20495         Bugfix in PathCombine32[A|W].
20496         View menu in explorer and on right mouse button is working now.
20498         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
20499         Implemented  ILGetDisplayName.
20501         * dlls/shell32/classes.c, dlls/shell32/shellord.c:
20502         Juergen Schmied <juergen.schmied@metronet.de>
20503         Started implementation of ShellExecuteEx32A.
20504         Small changes.
20506         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
20507         Juergen Schmied <juergen.schmied@metronet.de>
20508         Moved menu resources to rc-file.
20510         * include/pe_image.h, ole/ole2nls.c, win32/file.c:
20511         Marcus Meissner <marcus@jet.franken.de>
20512         Two debug messages clarified, one useless prototype removed.
20514         * include/oleauto.h, ole/variant.c:
20515         Marcus Meissner <marcus@jet.franken.de>
20516         294 missing WINAPI added.
20518         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
20519         Kill swapped out (wine) processes too and truncate diff after some xxx
20520         lines.
20522         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
20523         Fixed SetLastError with wrong value.
20525         * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
20526         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20527         Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
20528         misc/printdrv.c and fix a few compile warnings.
20530         * 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:
20531         Andreas Mohr <a.mohr@mailto.de>
20532         Fixed a bunch of compiler warnings.
20534         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
20535         Added Win32 synchro to FILEs (useful only for terminal handles).
20537 Thu Dec 10 16:04:51 1998  Alexandre Julliard  <julliard@winehq.com>
20539         * 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:
20540         Francis Beaudet <francis@macadamian.com>
20541         Sylvain St-Germain <sylvain@macadamian.com>
20542         Thuy Nguyen <thuy@macadamian.com>
20543         Lots of new stubs.
20545         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20546         Let the System_Time_Selector clock tick.
20548         * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
20549         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20550         Adapted to CreateSystemTimer interface change.
20552         * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
20553         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20554         Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
20555         (NOTE: 16-bit callbacks still don't work!)
20557         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
20558         - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
20559         the child window so that the system menu is set correctly.
20560         - In MDICascade and MDITile use WM_MDIRESTORE message
20561         to restore maximized window so that system menu is
20562         handled correctly.
20564         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
20565         Jean-Claude Cote <jean-claude@macadamian.com>
20566         Added implementation of the VARIANT APIs.
20568         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20569         Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
20571         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
20572         handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
20573         better handling of LPSTR_TEXTCALLBACK32A
20574         TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
20576         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20577         Warn if two .exes conflict with each other and the second does not
20578         have relocation records.
20580         * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20581         Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
20582         contain '/','\\' or ':'.
20584         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
20585         Fixed a potential crash if a usable video mode is not detected.
20587         * tools/make_authors: Script to generate authors files
20589         * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
20590         Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
20591         as well as AddRef(), GetCapabilites(), EnumObjects(),
20592         GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
20593         and RunControlPanel() for IDirectInputDevice.
20595         * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
20596         Set window focus in  _common_IDirectDraw_SetDisplayMode().
20598         * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
20599         Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
20601         * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
20602         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20603         Removed deferred Expose events handling.
20605         * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20606         Don't clip VisRgn against X desktop.
20608         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20609         LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
20611         * graphics/x11drv/xfont.c:
20612         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20613         Sanity check on font size.
20615         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
20616         Missing parentheses added.
20618 Wed Dec  9 16:37:05 1998  Alexandre Julliard  <julliard@winehq.com>
20620         * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
20621         Marcus Meissner <marcus@jet.franken.de>
20622         Enhanced Win32 Console (XTERM)
20623         - inputhandling enhanced (keys and mouseclicks)
20624         - win32 synchronization (partial)
20625         - lots of enhancements to drawing functions
20626         - simple/complex console (simple-stdin/stdout -> complex-xterm).
20628         * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
20629         Joseph Pranevich <jpranevich@lycos.com>
20630         Add a driver to open up a new xterm window whenever console output is
20631         needed. Derived from console/win32.c but we are not yet ready to merge
20632         the code completely.
20634         * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
20635         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20636         Improved the handling of font encodings.
20638         * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
20639         Implemented DPMI RMCBs using the DOS subsystem, and a few other
20640         improvements. Also, some special-cased shortcut paths will allow some
20641         common real-mode call/RMCB combinations to work even without calling the
20642         DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
20643         even on platforms that cannot use dosmod.
20645         * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
20646         Marcus Meissner <marcus@jet.franken.de>
20647         Some unnecessary #include and messages removed.
20649         * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20650         Some small corrections to EnumSystemLocales32AW
20652 Tue Dec  8 15:06:39 1998  Alexandre Julliard  <julliard@winehq.com>
20654         * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
20655         Tried another kludge for the Xmd.h problem.
20657         * 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:
20658         Stephen Crowley <crow@debian.org>
20659         Added fullscreen DGA support.
20661         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20662         Fixed dummy entries in MAIN_ParseLanguageOption().
20664         * include/mmsystem.h, multimedia/mcicda.c:
20665         Brian Gerst <bgerst@quark.vpplus.com>
20666         Properly implement MCI_CDA_STATUS_TYPE_TRACK.
20667         Fix an off-by-one bug with MCI_STATUS_LENGTH.
20669         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
20670         Superflous WINAPI removed.
20672         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20673         Warn about invalid entrypoints (created by viruses) which result in
20674         Wine crashes.
20676         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20677         Create X11 palette on DirectDrawSurface::SetPalette, not before (we
20678         might not have an X11 window yet).
20680         * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
20681         Move TWEAK_Init from USER to GDIInit.
20683         * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
20684         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20685         Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
20686         printing functions.
20688         * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20689         Fix includes.
20691         * graphics/x11drv/text.c:
20692         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20693         Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
20694         or charExtra are non-zero.
20696         * 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:
20697         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20698         Replace GRAPH_ functions with Win SDK equivalents.
20700 Mon Dec  7 16:23:42 1998  Alexandre Julliard  <julliard@winehq.com>
20702         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
20703         Reverted previous patch.
20705         * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
20706         Don't define MZ_SUPPORTED on non-i386 platforms.
20708         * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
20709         Fixed DPMI_CallRMProc (I think).
20711         * misc/network.c, relay32/mpr.spec:
20712         Marcus Meissner <marcus@jet.franken.de>
20713         Stub for NPSGetProviderHandleA.
20715         * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
20716         The scancode Windows send for extended keys is the scancode of the
20717         unextended equivalent of the key, plus the extended flag.
20719         * dlls/winaspi/winaspi16.c:
20720         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20721         Fixed a real mode problem.
20723         * loader/ne/module.c:
20724         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20725         NE_MODULE.stack_size was set to a ridiculously small value of 5.
20726         Windows sets 0x1400 in such cases for programs.
20728         * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20729         We don't yet want the static control to call DestroyIcon.
20731         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
20732         Added case for GCW_ATOM int GetClassLong32A.
20734         * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
20735         Stub for WNetOpenEnum32W.
20737         * multimedia/dsound.c, relay32/dsound.spec:
20738         Robert Riggs <rriggs@tesser.com>
20739         More general code cleanup for readability.
20740         A few more parameter validation checks.
20741         Return DS_OK rather than 0 in a number of functions.
20742         Fixed primary buffer ref count bug in CreateSoundBuffer().
20743         Handle 1-3 byte sound fragments that would cause buffer overruns.
20744         Clear primary buffer with a neutral value instead of always 0
20745         (because 128 is neutral for 8-bit sound).
20746         Fix bug with mixing 8-bit sound into the primary buffer.
20747         Broke out the main block in DSOUND_thread() to another function for
20748         readability.
20749         Handle "no audio" and "audio busy" cases properly when initializing
20750         dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
20752         * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
20753         Made variables optimized into registers accessible.
20755         * relay32/user32.spec:
20756         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20757         The spec definition for MonitorFromWindow was wrong.
20759         * msdos/int21.c: Stefan Leichter <sle@camline.com>
20760         File handle bug fix.
20762         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20763         Added paragraph about different dll versions and structure sizes.
20765         * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20766         Added missing TOOLINFO structure.
20768         * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
20769         Fixed a heap bug.
20771         * 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:
20772         Andreas Mohr <a.mohr@mailto.de>
20773         - Several kernel.spec return type mismatch fixes
20774         - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
20775         - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
20776         - LocalNotify() basic support
20777         - Fixes for local heap handling with heap handles created by Virtual*()
20779         * graphics/x11drv/xfont.c:
20780         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20781         Bugfix: -microsoft-symbol encoding was not recognized.
20783         * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20784         Bugfix: WIN_ResetQueueWindows would skip some windows.
20786         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20787         Allow recursively reentering CALL32_LargeStack.
20789         * 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:
20790         Patrik Stridvall <ps@leissner.se>
20791         Added the new TTY driver.
20793         * 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:
20794         Patrik Stridvall <ps@leissner.se>
20795         Moved more code to the X11 driver.
20797 Thu Dec  3 16:29:56 1998  Alexandre Julliard  <julliard@winehq.com>
20799         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
20800         Joseph Pranevich <jpranevich@lycos.com>
20801         Call the new console driver for some routines. This is not completely
20802         done yet and more for testing purposes.
20804 Wed Dec  2 19:58:09 1998  Alexandre Julliard  <julliard@winehq.com>
20806         * 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:
20807         Joseph Pranevich <jpranevich@lycos.com>
20808         Added console support.
20810         * 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:
20811         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20812         Move OEM resources to the x11drv.
20814         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
20815         Opening a file in a directory which doesn't exist returns
20816         ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
20818         * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
20819         Handle atoms "# non number" (oracle client).
20821 Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard@winehq.com>
20823         * if1632/kernel.spec, misc/error.c:
20824         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20825         Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
20826         Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
20827         Added names for some undocumented exports.
20829         * memory/global.c, if1632/thunk.c:
20830         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20831         Implemented GlobalChangeLockCount (KERNEL.365).
20833         * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
20834         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20835         Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
20837         * if1632/gdi.spec, objects/gdiobj.c:
20838         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20839         Implemented GdiFreeResources (GDI.609).
20841         * include/dsound.h, multimedia/dsound.c:
20842         Robert Riggs <rriggs@tesser.com>
20843         Fixed 8-bit WAV format handling (it is unsigned data).
20844         Fixed off-by-one checks for buffer wrap.
20845         Increment ref count for primary buffer in CreateSoundBuffer().
20846         Added DSBPN_OFFSETSTOP support to position notification code.
20847         Lots of minor parameter validation checks.
20848         Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
20849         and IDirectSound_GetSpeakerConfig().
20850         Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
20851         conversion.
20852         Lots of thread locking for DirectSound buffers.
20853         Dealloc primary buffer when dsound is deallocated.
20855         * include/wintypes.h:
20856         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20857         Added the TEXT() and MAKELRESULT() definitions.
20859         * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
20860         Small change.
20862         * Makefile.in: James Juran <jrj120@psu.edu>
20863         Revert misguided change to install_lib that broke -disable-lib
20864         configure option.
20866         * misc/main.c, include/windows.h:
20867         Juergen Schmied <juergen.schmied@metronet.de>
20868         New parameter SPI_GETDRAGFULLWINDOW.
20869         One missing break in SPI_GETDRAGFULLWINDOW.
20871         * dlls/shell32/pidl.c, relay32/shell32.spec:
20872         Juergen Schmied <juergen.schmied@metronet.de>
20873         New functions ILGlobalClone/ILGlobalFree.
20875         * documentation/printing:
20876         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20877         Add a note about WinPrinters.
20879         * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
20880         Marcus Meissner <marcus@jet.franken.de>
20881         Added some stubs, some ptr->str conversions.
20883         * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
20884         Lionel Ulmer <ulmer@directprovider.net>
20885         - added definition of DirectDrawCreateClipper.
20886         - more versatile support of surfaces / better surface description support.
20888         * 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:
20889         Juergen Schmied <juergen.schmied@metronet.de>
20890         Fixed wrong parameter count for SHChangeNotifyDeregister,  SHFreeUnusedLibraries.
20891         New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
20892         Stubs SHWaitForFileToOpen, PathFindOnPath.
20894         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
20895         Small changes to print the strings in the relay-trace.
20897         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
20898         The class name needs to be converted to a getptr.
20900         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20901         Fixed memory/status recovery when error occured in MIDI_mciOpen.
20902         Fixed support for RMID files in MIDI_mciOpen.
20903         Fixed bug for playing MIDI files with tempo changes. Sound output is
20904         now correct, but length of tracks (and therefore of whole file) is not
20905         correct.
20906         Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
20908         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20909         Fixed memory/status recovery when error occured in WAVE_mciOpen.
20910         Changed error values (INTERNAL => INVALID_FILE) when file cannot
20911         be read.
20913         * multimedia/msvideo.c, relay32/msvfw32.spec:
20914         Juergen Schmied <juergen.schmied@metronet.de>
20915         Stubs for MCIWndCreate[A|W].
20917         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
20918         VerQueryValue, bugfix: we cant convert binary data with
20919         HEAP_strdupWtoA (\VarFileInfo\Translation).
20921 Mon Nov 30 17:41:17 1998  Alexandre Julliard  <julliard@winehq.com>
20923         * relay32/advapi32.spec, win32/advapi.c:
20924         Juergen Schmied <juergen.schmied@metronet.de>
20925         Stubs for EnumServiceStatus32, small changes.
20927         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
20928         Load now the first icon from the *.ani file instead of crashing.
20930         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
20931         Fix warnings in miscemu/main.c.
20933         * include/windows.h:
20934         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20935         - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
20936         - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
20937         - added the function definition for StartPage,EndPage,GetCommMask,
20938                 GetCommModemStatus and PurgComm,WaitCommEvent.
20940         * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
20941         Fixed activation/Focus message order problem when creating a new HWND.
20943         * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
20944         Paul Quinn <PaulQ@corel.com>
20945         Implementation of ChildWindowFromPointEx functions.
20947         * misc/registry.c: Gavriel State <gavriels@corel.com>
20948         Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
20950         * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
20951         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20952         GetSystemPaletteEntries returns palette size if entries==NULL.
20953         Use this instead of COLOR_GetSystemPaletteSize.
20955         * relay32/dsound.spec, multimedia/dsound.c:
20956         Marcus Meissner <marcus@jet.franken.de>
20957         Implemented class factory for dsound.
20959         * relay32/kernel32.spec, misc/comm.c:
20960         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20961         - fixed a minimal error in GetCommMask definition.
20962         - adds stubs for GetCommModemStatus and WaitCommEvent.
20964         * include/xmalloc.h, library/winestub.c:
20965         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20966         Fixes for C++ Winelib compilation.
20968         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
20969         Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
20971 Fri Nov 27 16:06:08 1998  Alexandre Julliard  <julliard@winehq.com>
20973         * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
20974         James Juran <jrj120@psu.edu>
20975         Documentation updates.
20977         * Makefile.in: James Juran <jrj120@psu.edu>
20978         Fixed 'make install' to really check for libwine.a before installing
20979         it.
20981         * graphics/ddraw.c, include/options.h, misc/main.c:
20982         Stephen Crowley <crow@debian.org>
20983         Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
20985         * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
20986         Improved GetDiskFreeSpace32A().
20988 Thu Nov 26 16:32:00 1998  Alexandre Julliard  <julliard@winehq.com>
20990         * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20991         Remove included color.h.
20993         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20994         Remove unnecessary check for entrypoint address (test binary was
20995         infected by a virus which uses invalid PE loading stuff).
20997         * graphics/painting.c, relay32/gdi32.spec:
20998         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20999         Added stubs for Startpage and EndPage.
21001         * if1632/thunk.c, objects/dc.c:
21002         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21003         Removed some unnecessary FIXME outputs.
21005         * if1632/kernel.spec, loader/task.c:
21006         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21007         Implemented KERNEL.602 and stub for KERNEL.490.
21009         * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21010         Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
21012 Wed Nov 25 18:15:53 1998  Alexandre Julliard  <julliard@winehq.com>
21014         * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
21015         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21016         Small fixes.
21018         * loader/ne/resource.c, include/module.h, loader/resource.c:
21019         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21020         Moved ...Resource16 routines to loader/resource.c.
21021         Implemented accessing PE-file resources with 16-bit resource routines.
21023         * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
21024         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21025         Implementation of PE->NE resource conversion routines (KERNEL.615-618).
21027         * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
21028         Francis Beaudet <francis@macadamian.com>
21029         Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
21030         and SysStringLen(). Ensure that the BSTR objects were allocated
21031         according to the Windows documentation.
21033         * 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:
21034         Juergen Schmied <juergen.schmied@metronet.de>
21035         Moved existing path - functions to shellpatch.c.
21036         New: PathRemoveBlanks32A|W,  PathMatchSpec32A|W,
21037         PathSetDlgItemPath32A|W.
21039         * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
21040         Juergen Schmied <juergen.schmied@metronet.de>
21041         Moved existing IShellLink class. New stubs for IShellLinkW.
21043         * 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:
21044         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21045         Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
21047         * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
21048         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21049         Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
21050         registers (used by DeviceIoControl). Adapted all users.
21052         * include/winioctl.h, win32/device.c:
21053         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21054         Implemented (most) VWin32.VxD DeviceIoControl routines.
21056 Tue Nov 24 20:47:17 1998  Alexandre Julliard  <julliard@winehq.com>
21058         * include/thread.h, scheduler/thread.c:
21059         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21060         Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
21062         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21063         Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
21064         for 32-bit queues.
21066         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21067         Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
21068         Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
21070         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21071         Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
21072         Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
21074         * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
21075         Don't match against Symbol or Nil fonts.
21077         * memory/global.c: Stephen Crowley <crow@debian.org>
21078         Return the "buffers" and "cached" memory as free since it is
21079         deallocated when a program needs it anyway.
21081         * windows/dialog.c, include/windows.h:
21082         Juergen Schmied <juergen.schmied@metronet.de>
21083         Bugfix: SetDlgItemText32 returns BOOL not void.
21085         * relay32/user32.spec, windows/user.c:
21086         Juergen Schmied <juergen.schmied@metronet.de>
21087         New stubs GetUserObjectInformationA|W.
21089         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
21090         Removed left over 'show' and useless deadbeef checking which doesn't
21091         work.
21093         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21094         Adjust broken entrypoint addresses. (win98 notepad.exe)
21096         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
21097         Updated according to development.
21099         * if1632/mmsystem.spec, relay32/winmm.spec:
21100         Eric Pouech <Eric.Pouech@wanadoo.fr>
21101         Some new stubs (midiStreamXXX functions, some mci functions, and
21102         some mmio functions).
21104         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21105         Moved MCI part to mcimidi.c ; added DriverProc.
21107         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21108         Moved MCI part to mciwave.c ; added some error checking ; added
21109         DriverProc
21111         * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
21112         Eric Pouech <Eric.Pouech@wanadoo.fr>
21113         Added mcimidi and mciwave.
21115         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21116         Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
21117         seek command.
21119         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21120         Starting writing MCI part ; fixed bug in MCI_INFO command.
21122         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21123         Added some missing stubs in 32 bit part.
21125         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21126         Made use of new 16/32 MCI message handling in mmsystem.c.
21128         * include/mmsystem.h, include/multimedia.h:
21129         Eric Pouech <Eric.Pouech@wanadoo.fr>
21130         Added some new functions/structures definitions.(I couldn't get all
21131         the manifest constants values that MS was referring to in its specs...
21132         if someone has them...)
21134         * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21135         Added some error checking ; made use of new 16/32 MCI message handling
21136         in mmsystem.c ; fixed bug in MCI_INFO command.
21138         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21139         Added some error checking ; made use of new 16/32 MCI message
21140         handling in mmsystem.c.
21141         Added Win95 command to handle cd-rom with both data and audio ; fixed
21142         bug in MCI_INFO command ; shadowing MCI status for devices that can't
21143         get current status ; fixed status not being updated on cd change.
21145         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21146         Factorized 16/32 bit MCI function by using  message mapping from 16
21147         to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
21148         mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
21149         yet working. Fixed some issues regarding asynchronous MCI commands ;
21150         fixed MCI_SYSINFO command.
21152         * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
21153         Fixed some quirks.
21155 Sun Nov 22 18:29:50 1998  Alexandre Julliard  <julliard@winehq.com>
21157         * 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:
21158         Juergen Schmied <juergen.schmied@metronet.de>
21159         Many fixes.
21161         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
21162         New function: _ILGetExtension.
21164         * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
21165         Juergen Schmied <juergen.schmied@metronet.de>
21166         New file. HKEY_CLASSES_ROOT handling.
21168         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21169         Updated.
21171         * 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:
21172         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21173         Added Unicode support (at least partially).
21175         * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
21176         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21177         Added IOleAdviseHoler interface (still a dummy) and fixed
21178         CreateOleAdviseHolder().
21180         * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
21181         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21182         Added global subclassing atom, used by tooltips and updown (not yet).
21184         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21185         Improved layout code.
21187         * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
21188         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21189         Fixed ImageList_LoadImage().
21191         * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21192         Added CMEM_SETITEM32A and message forwarding to combobox.
21194         * ole/moniker.c, relay32/ole32.spec:
21195         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21196         Added stub for CreateItemMoniker().
21198         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21199         Fixed some undocumented function names and implemented DPA_Merge
21200         partially.
21202         * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21203         Enabled double click for buttons.
21205         * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21206         Added command and return constants used by WM_NOTIFYFORMAT.
21208         * 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:
21209         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21210         Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
21212         * include/options.h, misc/main.c, ole/ole2nls.c:
21213         Juergen Schmied <juergen.schmied@metronet.de>
21214         Small fixes to get the default language to a sensible value.
21215         Thanks to Pablo.
21217         * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
21218         Douglas Ridgway <ridgway@winehq.com>
21219         Miscellaneous small fixes.
21221         * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
21222         Andreas Mohr <a.mohr@mailto.de>
21223         Added Win16 implementation for GetRegionData().
21225         * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
21226         Enhanced OABuildVersion() to return different version values for
21227         different winvers.
21229         * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
21230         Added INT21_ParseFileNameIntoFCB() and some other things to get
21231         COMMAND.COM working.
21233         * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
21234         Added missing entry for GetNumberFormatW.
21236         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
21237         Checking for NULL-pointer.
21239         * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
21240         Robert Pouliot <krynos@clic.net>
21241         Better OLE support in French languages.
21243         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
21244         Implementation of CreateProcess32W.
21246         * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
21247         Queuing of deferred Expose events.
21249         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
21250         LB_GETTEXT: Handle passed NULL buffer.
21252         * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
21253         CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
21254         byte NULL buffer.
21256         * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
21257         Marcus Meissner <marcus@jet.franken.de>
21258         Turn mega double switch into static table (reduces compile time).
21260         * AUTHORS, include/authors.h: Added Robert Riggs.
21262         * include/d3d.h: Robert Riggs <rriggs@tesser.com>
21263         include ddraw.h, questionable fix for questionable struct/union
21264         construct in MS's D3DVECTOR definition.
21266         * include/dsound.h: Robert Riggs <rriggs@tesser.com>
21267         More flags (DirectX 5.2), DirectSound3DListener and
21268         DirectSound3DBuffer structures, include some required files
21269         (windows.h, compobj.h, and d3d.h).
21271         * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
21272         DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
21273         primary buffer is implemented closer to what the SDK docs specify,
21274         other SDK documented behaviour enforced. Completed the devcaps list.
21276         * misc/crtdll.c, relay32/crtdll.spec:
21277         Juergen Schmied <juergen.schmied@metronet.de>
21278         New stubs strdate, strtime.
21280         * memory/selector.c:
21281         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21282         Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
21284         * misc/comm.c: Cliff Wright <cliff@snipe444.org>
21285         Fixed a mask set, and other parity setting bugs for serial ports.
21287         * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
21288         Added BSDI sigcontext definitions.
21290         * windows/class.c: Rein Klazes <rklazes@casema.net>
21291         Fixed typo.
21293         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
21294         Remove now useless RELAY_ShowDebugmsgsRelay check.
21296         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21297         Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
21298         directory, for they seem to be relocated by the standard relocating
21299         mechanism. (Explicitly checked one program using it)
21301         * dlls/shell32/shellord.c, include/shell.h:
21302         Marcus Meissner <marcus@jet.franken.de>
21303         PathAddBackshlash, PathRemoveBackslash: argument is not constant.
21305         * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
21306         Check wndPtr for NULL.
21308         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
21309         BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
21311         * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
21312         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21313         Takes print spooler functions out of win16drv.
21314         Allows the PostScript driver to go into libwine.
21316         * if1632/gdi.spec, objects/brush.c, objects/palette.c:
21317         Ian Schmidt <irsman@iag.net>
21318         Added stubs for two undocumented GDI routines, SetMagicColors and
21319         SetSolidBrush. This allows Win98 native USER to start up.
21321         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
21322         Fixed the DGA detection code in ddraw. You don't need root access,
21323         having r+w access to /dev/mem is enough.
21325         * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
21326         Marcus Meissner <marcus@jet.franken.de>
21327         DirectDraw status updated.
21328         Use cooperative window for drawing in xlib implementation if possible.
21329         Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
21331         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
21332         Micro patch for AltGr key on german keyboards.
21334         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
21335         Fixes error handling (SetLastError() and return value).
21337         * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
21338         Partially complete GetTextCharsetInfo and corrects return values for
21339         this family of functions.
21341 Sun Nov 15 18:12:12 1998  Alexandre Julliard  <julliard@winehq.com>
21343         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
21344         Bug fix.
21346         * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21347         Fixed retrieval of invalid palette data in GetDIBits().
21349         * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
21350         Allow SWP_HIDEWINDOW to be called on windows that are already hidden
21351         without unmapping them again.
21353         * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
21354         Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
21355         outside desktop window with gtwin.exe (Dutch banking program).
21357         * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
21358         Small atom fixes.
21360         * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
21361         Fixed bug in StretchDIBits32 (wrong origin).
21363         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
21364         Small fixes.
21366         * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
21367         Lionel Ulmer <ulmer@directprovider.net>
21368         Some corrections to the handling of off-screen buffers.
21369         Correction to the EnumDisplayModes function.
21370         Added XShm support to Xlib driver.
21371         Open a DirectX window even when using the DGA driver.
21373         * 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:
21374         Juergen Schmied <juergen.schmied@metronet.de>
21375         Cleanup, small fixes, a few new stubs.
21377         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
21378         Handling for listviewstyles, view mode buttons in filedialogs
21379         enabled and handled.
21380         New listview columns Size, Type, Modified for reportview
21381         created and handled.
21383         * dlls/shell32/if_macros.h:
21384         Juergen Schmied <juergen.schmied@metronet.de>
21385         New file, wrapper for IShellBrowser class.
21387         * dlls/shell32/iconcache.c:
21388         Juergen Schmied <juergen.schmied@metronet.de>
21389         New file, some helper functions for icon cache.
21390         Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
21391         Shell_GetImageList in this file.
21393         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
21394         Juergen Schmied <juergen.schmied@metronet.de>
21395         Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
21397         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
21398         LoadLibraryEx: show a warning when called with unimplemented parm.
21400         * miscemu/instr.c: Cleaned up a bit.
21402         * memory/selector.c, miscemu/instr.c, tools/build.c:
21403         Marcus Meissner <marcus@jet.franken.de>
21404         Clean invalid selectors on the pop %xs from the STACKFRAME itself
21405         instead of using linked list hack.
21407         * Makefile.in: Removed gets message.
21409         * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
21410         Added Thai nls-resources.
21412         * 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:
21413         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21414         Display the language id for "XXX not supported for your language"
21415         messages.
21416         Added all languages and sublanguages for languages supported in
21417         resources/sysres_Xx.
21419         * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
21420         Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
21422         * ole/moniker.c: Gavriel State <gavriels@corel.com>
21423         Ensure that CreateFileMoniker functions don't return a bogus moniker
21424         object on failure.
21426         * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
21427         Added code to manage Ascii and WideChar class names, and to return the
21428         names in the GetClassInfo functions.
21430         * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
21431         Fix to Linux IPX so compiles on non-linux platforms.
21433         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
21434         Own X11 errorhandler to locate X11 errors. Useful only with -sync.
21436 Sat Nov 14 18:59:30 1998  Alexandre Julliard  <julliard@winehq.com>
21438         * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
21439         Juergen Schmied <juergen.schmied@metronet.de>
21440         Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
21442         * 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:
21443         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21444         Moved X11 mouse cursor handling to the DISPLAY driver.
21446         * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
21447         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21448         Some fixes to Wine startup/termination sequence with native USER.
21449         Do not call built-in USER signal handler when using native USER.
21451         * debugger/break.c, include/debugger.h, include/task.h:
21452         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21453         Bugfix: -debug didn't work anymore after the last startup sequence patch.
21455         * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21456         Fixed list insertion bug in CoLoadLibrary().
21458         * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
21459         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21460         Added stubs for several VxDs / interrupts.
21462         * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
21463         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21464         Should get win16drv AbortProc working. Hopefully.
21466         * windows/input.c, windows/keyboard.c:
21467         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21468         Moved GetKeyboardLayoutName16 to windows/input.c.
21470         * include/imagehlp.h, include/winnt.h, include/wintypes.h:
21471         Patrik Stridvall <ps@leissner.se>
21472         Moved some declarations from imagehlp.h to common include files.
21474         * relay32/kernel32.spec, win32/thread.c:
21475         Rein Klazes <rklazes@casema.net>
21476         Added implementations for InterlockedExchangeAdd() and
21477         InterlockedCompareExchange().
21479         * win32/console.c, objects/dib.c, objects/enhmetafile.c:
21480         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21481         Fixes a few of the many compiler warnings.
21483         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
21484         Emulate "mov cr4,eax" (tombraider 3 demo).
21486         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
21487         Do not enumerate D3D devices we can't handle anyway.
21488         Return bitmasks for hi/truecolor depths in EnumDisplayModes.
21490         * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
21491         Marcus Meissner <marcus@jet.franken.de>
21492         Speed up relay32, snoop16 and snoop32 include/excludes by doing them
21493         just once at creation time.
21495         * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
21496         Pavel Roskin <pavel_roskin@geocities.com>
21497         Added stubs for CoRevokeClassObject and OleSetClipboard.
21499         * windows/win.c: Per Ã…ngström <pang@mind.nu>
21500         EnumTaskWindows16: Basing the selection on a window's task is not only
21501         more straightforward than comparing message queues, it also works
21502         better for Win32 applications.
21504         * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21505         Changed some of the message classes.
21507         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
21508         Special case handling of : Shift + arrow, shift + home, ...
21509         X returns a char for it, but Windows doesn't. Ignore X char.
21510         Also added some documentation.
21512         * include/winsock.h, misc/winsock.c:
21513         Stephen Langasek <vorlon@dodds.net>
21514         Bugfixes for IPX code and preliminary groundwork for other address
21515         family support.
21517         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
21518         (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
21519         lookup (Registry is case insensitive).
21521         * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
21522         Juergen Schmied <juergen.schmied@metronet.de>
21523         Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
21524         StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
21525         RtlTimeToTimeFields.
21527         * include/windows.h, ole/ole2nls.c:
21528         Juergen Schmied <juergen.schmied@metronet.de>
21529         Stub for GetNumberFormat32W.
21531         * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
21532         gets() fixes.
21534         * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
21535         Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
21536         to be in nominative case.
21538         * windows/queue.c: Per Ã…ngström <pang@mind.nu>
21539         Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
21540         an invalid size parameter.
21542         * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
21543         Added correct implementation of GetCaps, changed Play and Stop handling
21544         of positions indexes, suppressed warnings.
21546         * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
21547         Corrected bug in TRACE function.
21549         * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
21550         Lionel Ulmer <ulmer@directprovider.net>
21551         Corrected bug in DirectDrawSurface creation and handling for driver
21552         based upon Xlilb.
21554         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
21555         Wine keyboard and mouse have now their own UIDs.
21557         * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21558         Fix allocation size in CreateDIBPatternBrush*.
21560 ----------------------------------------------------------------
21561 Sun Nov  8 16:44:41 1998  Alexandre Julliard  <julliard@winehq.com>
21563         * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
21564         Fixed keystroke accelerators in dialogs which have controls containing
21565         other controls as child windows.
21567         * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
21568         Juergen Schmied <juergen.schmied@metronet.de>
21569         Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
21570         16->32 bit conversion.
21572         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21573         Prevent CreateDIBSection from seg faulting when one dimension of
21574         section is 0.
21576         * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
21577         Stephen Langasek <vorlon@dodds.net>
21578         Support for IPX networking via winsock under Linux.
21580         * relay32/gdi32.spec, graphics/painting.c:
21581         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21582         Added a stub for StartDocA and EndDoc.
21584         * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
21585         James Sutherland <JamesSutherland@gmx.de>
21586         More complete implementation of the SetCtrlHandler() function (and the
21587         related console functions).
21589         * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
21590         Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
21591         updates.
21593         * graphics/vga.c, include/vga.h, msdos/ioports.c:
21594         Ove Kaaven <ovek@arcticnet.no>
21595         Simulate the VGA vertical refresh.
21597         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
21598         Added support of source and destination rectangles in Blit function.
21600         * include/dinput.h, windows/dinput.c:
21601         Lionel Ulmer <ulmer@directprovider.net>
21602         Added device type constants and used them in device enumeration
21603         function.
21605         * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21606         API documentation says that RegEnumKeyEx, RegEnumValue and
21607         RegQueryInfoKey takes the size of the buffers as characters.
21609         * ole/compobj.c: Added missing #include "config.h"
21611         * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
21612         Justin Bradford <justin@ukans.edu>
21613         Replaces CoCreateGuid stub with an implementation of DCE's UUID
21614         specification. Also removes some unnecessary code from StringFromCLSID.
21616         * include/commctrl.h, include/winbase.h, include/wintypes.h:
21617         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21618         Added an extern "C" safeguard.
21620         * include/commdlg.h, include/windows.h, windows/input.c:
21621         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21622         - adds GetExitCodeProcess
21623         - corrects the return-type of GetKeyState
21624         - corrects the winelib definition of IsDialogMessage
21625         - adds winelib definitions for PrintDlg
21627         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
21628         ExtSelectClipRgn fix: RGN_DIFF did not work.
21630         * objects/cursoricon.c, windows/event.c, windows/message.c:
21631         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21632         Adapted to new input event handling.
21634         * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
21635         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21636         USER-side part of input event handling: contains implementation of
21637         keybd_event and mouse_event, and USER-related code removed from
21638         windows/event.c and windows/keyboard.c.
21640         * windows/display.c:
21641         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21642         Stubs for DISPLAY.DRV removed from keyboard.c.
21644         * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
21645         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21646         Implementation of MOUSE.DRV (contains some code taken from
21647         windows/event.c).
21649         * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
21650         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21651         Implementation of KEYBOARD.DRV (code mostly taken from previous
21652         windows/keyboard.c).
21654         * loader/main.c, loader/task.c, miscemu/main.c:
21655         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21656         Bugfix: really *do* switch to the initial task's stack.
21657         CallLargeStack mechanism re-enabled.
21659         * include/debug.h, include/debugdefs.h:
21660         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21661         New Files. Added 'date and time picker' and 'month calendar' control
21662         dummies. They are used by Outlook Express.
21664         * ole/ole2.c, relay32/ole32.spec:
21665         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21666         Added stub for CreateBindCtx() and added missing CoGetClassObject()
21667         to *.spec file. Makes Internet Explorer 4.01 happy ;-)
21669         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21670         Little improvement.
21672         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21673         Added preliminary hit testing. Makes regedit.exe happy ;-)
21675         * documentation/common_controls, dlls/comctl32/imagelist.c:
21676         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21677         Improved documentation and fixed typos.
21679         * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
21680         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21681         Added DrawStatusText32AW() and CreateStatusWindow32AW().
21683         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21684         Improved display and layout code.
21686         * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
21687         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21688         New Files. Added 'date and time picker' and 'month calendar' control
21689         dummies. They are used by Outlook Express.
21691 Sat Nov  7 12:56:32 1998  Alexandre Julliard  <julliard@winehq.com>
21693         * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
21694         Charles Suprin <csuprin@lynx.dac.neu.edu>
21695         Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
21697         * graphics/x11drv/graphics.c:
21698         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21699         Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
21700         which it did if either ellipse dimension was zero.
21702         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21703         Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
21704         is zero.
21706         * relay32/mpr.spec, misc/network.c:
21707         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21708         Added stub WNetEnumCachedPasswords.
21710         * msdos/int21.c, msdos/int25.c:
21711         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21712         Made this file DOSMOD friendly.
21714         * loader/ne/segment.c, loader/pe_image.c:
21715         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21716         Unified "No implementation for..." warnings.
21718         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
21719         monodebg.vxd used by some Origin programs implemented.
21721         * objects/bitmap.c:
21722         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21723         Fail if less then one entire line requested in GetBitmapBits32.
21725         * windows/winproc.c: Rein Klazes <rklazes@casema.net>
21726         Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
21728         * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
21729         John Richardson <jrichard@zealand.mv.com>
21730         Implementation of CoLoadLibrary, CoFreeAllLibraries,
21731         CoFreeUnusedLibraries, CoFreeLibrary.
21732         Fixed misspelling of CoUninitialize.
21734         * programs/clock/ChangeLog, programs/clock/main.c:
21735         Robert Pouliot <krynos@clic.net>
21736         Fixes for other languages.
21738 Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard@winehq.com>
21740         * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
21741         Fix wide character functions to return character count in character
21742         quantities not byte quantities.  Make RegQueryInfoKey and
21743         RegQueryInfoKey behave correctly in win95 mode.
21745         * include/dinput.h, windows/dinput.c:
21746         Lionel Ulmer <ulmer@directprovider.net>
21747         Changed mouse button mapping and check size of return buffer.
21749         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
21750         ExtSelectClipRgn() with RGN_COPY copies the wrong region.
21752         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21753         Fixed an error in the implementation of FILE_ShareDeny.
21755         * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
21756         Marcus Meissner <marcus@jet.franken.de>
21757         Solaris redefines ERR and CS, fixed occurances.
21758         Solaris has TRAPNO in its sigcontext, added to sig_context.h
21760         * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
21761         Eric Pouech <Eric.Pouech@wanadoo.fr>
21762         Made mmioSetBuffer callable from 16 and 32 bit code.
21764         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
21765         Fixed wrong arg type.
21767         * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
21768         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21769         Moved X11 DIB stuff to x11drv.
21771         * win32/code_page.c:
21772         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21773         The API for WideCharToMultiByte says that the src-string has only to be
21774         treated as NULL-terminated if srclen is -1.
21776         * include/win.h, windows/event.c, windows/win.c:
21777         Ove Kaaven <ovek@arcticnet.no>
21778         Made sure ConfigureNotify is processed before Expose, deferring the
21779         Expose event if necessary, thus working around a WM flaw with virtual
21780         desktop scrolling in -managed mode.
21782         * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
21783         Translated in French (not so good anyhow) message for the mark on
21784         system menu.
21786         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
21787         Changed the default from 0 to 0x409 (eng-us).
21789         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
21790         Two missing WINAPIs.
21792         * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
21793         Fixed one wrong parameter.
21795         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
21796         Fixed --disable-lib.
21798 Thu Nov  5 10:33:18 1998  Alexandre Julliard  <julliard@winehq.com>
21800         * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
21801         Constants for controls in common dialogs.
21803 Wed Nov  4 18:08:33 1998  Alexandre Julliard  <julliard@winehq.com>
21805         * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
21806         Fixed some compiler warnings.
21808 Sun Nov  1 19:27:24 1998  Alexandre Julliard  <julliard@winehq.com>
21810         * 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:
21811         Jesper Skov <jskov@cygnus.co.uk>
21812         egcs 'ambiguous else' warnings fixes.
21814         * include/toolhelp.h, include/windows.h, scheduler/process.c:
21815         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21816         Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
21817         definition to toolhelp.h.
21819         * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
21820         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21821         Run Winelib applications as 32-bit processes in the initial task.
21822         Simplified/removed several special 'if (__winelib)' cases in
21823         Wine main code obsoleted by that change.
21825         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21826         Call mouse driver callback also if windows are not registered with X
21827         (if using native USER.EXE).
21829         * memory/atom.c, include/atom.h:
21830         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21831         Adapted to separation between KERNEL and USER.
21833         * 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:
21834         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21835         Implemented new Wine startup sequence, separating startup into
21836         KERNEL/USER/GDI related parts, allowing native replacement.
21837         Implemented initial 'kernel' task.
21839         * include/ole.h, include/winerror.h, ole/compobj.c:
21840         John Richardson <jrichard@zealand.mv.com>
21841         Implementation of InprocServer32 CoGetClassObject.
21843         * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
21844         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21845         More bitmap fixes.
21847         * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
21849         * 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:
21850         Patrik Stridvall <ps@leissner.se>
21851         Started moving some X11 window management code to windows/x11drv.
21853         * if1632/user.spec, windows/dialog.c, windows/winproc.c:
21854         Ove Kaaven <ovek@arcticnet.no>
21855         Fixed IsDialogMessage16.
21857         * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
21858         Tell people to ignore the 'gets' warning. Some will listen.
21860         * graphics/x11drv/bitmap.c, windows/graphics.c:
21861         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21862         A couple of small fixes to my bitmap patch.
21864         * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
21865         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21866         Allow the user to put a mark in the debug log by adding a item in the
21867         SYSMENU. The messages needs implementation in all other languages than
21868         English and German.
21870         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21871         Give tempfile a different name even if they are created in the same
21872         second. Removed some fixmes from the ShareDeny stuff.
21874         * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
21875         Rein Klazes <rklazes@casema.net>
21876         CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
21877         extended style is specified. Also implemented CreateMDIWindow32A()
21878         call - single thread only -.
21880         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
21881         Erred in the bit macros in treeview.c. Shiftcounts were wrong.
21883         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21884         Detection of the end of imports with Characteristics 0 fail for Borland
21885         programs (which seem to have always characteristics 0). Changed to algorithm
21886         to something a bit more intelligent.
21888         * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
21889         Added CoFreeLibrary stub.
21891         * README: Updated FAQ location.
21893         * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21894         Implement SEGPTR conversion for STARTDOC in Escape32().
21896         * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21897         Bugfix: SetDCState did not reset clipping region to empty.
21899         * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
21900         Fixed small off by one error in GetComputerName32W, always killed the
21901         last character of a hostname.
21903         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
21904         Don't HeapFree() colormap if we didn't allocate one.
21906         * 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:
21907         Marcus Meissner <marcus@jet.franken.de>
21908         Added stubs for user32,advapi32 functions.
21910         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
21911         Marcus Meissner <marcus@jet.franken.de>
21912         More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
21914         * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
21915         Changed many WARN()s related to internal Wine memory failures to
21916         ERR()s.
21918         * if1632/kernel.spec, scheduler/process.c:
21919         Andreas Mohr <a.mohr@mailto.de>
21920         Added .spec entry for KERNEL.RegisterServiceProcess.
21922         * if1632/display.spec, windows/keyboard.c:
21923         Andreas Mohr <a.mohr@mailto.de>
21924         Added stub for CheckCursor().
21926         * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
21927         Fix for non-modal dialog closing.
21929         * windows/dinput.c: David Faure  <faure@kde.org>
21930         Rewrote the two routines using the vkey->scancode array to use
21931         keyc2vkey for each keycode, instead. Not tested.
21932         Removed unused IDirectInputDeviceA_GetDeviceState.
21933         Fixed warning in TRACE() call.
21935         * windows/keyboard.c: David Faure <faure@kde.org>
21936         Deleted the vkey->sancode array, because QWERTY specific.
21937         Back to using the X keycode instead as the scancode. Tested.
21939         * graphics/psdrv/init.c:
21940         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21941         Print a message if the PostScript driver can't find a PPD file.
21943         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
21944         Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
21945         (DOS apps/games using this mode comes up now, although you can't
21946         really do anything with them (yet?).)
21948         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
21949         Use macro V86_FLAG.
21951         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
21952         Set default video mode to 3 (80x25 color).
21954         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
21955         Ignores a couple of signals.
21957         * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
21958         Ove Kaaven <ovek@arcticnet.no>
21959         Moved VGA-emulating DirectX code from dispdib.c to a separate
21960         file. Made it use a system timer and trap I/O accesses to the VGA
21961         DAC registers to accommodate DisplayDib-using programs that try to
21962         access the VGA hardware directly.
21964         * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
21965         Ove Kaaven <ovek@arcticnet.no>
21966         Indirection for INSTR_EmulateInstruction for use by DOS code.
21967         Added support for a 55Hz system timer, letting DOS apps calibrate
21968         their delay loops and such. Calls INSTR_EmulateInstruction for
21969         instruction emulation (principally I/O port access). Added macro
21970         V86_FLAG.
21972 Sat Oct 31 12:20:56 1998  Alexandre Julliard  <julliard@winehq.com>
21974         * windows/dinput.c, multimedia/dsound.c:
21975         Marcus Meissner <marcus@jet.franken.de>
21976         Small fixes.
21978         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21979         Removed the FIXME() and moved SetLastError(0) to the end (so that
21980         GetTempFileName et.al. can't overwrite it).
21982         * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
21983         Marcus Meissner <marcus@jet.franken.de>
21984         Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
21985         a bit further.
21987         * windows/mdi.c: Rein Klazes <rklazes@casema.net>
21988         MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
21989         style, should not be shown at creation nor activated unless the
21990         WS_VISIBLE flag is set.
21992         * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
21993         Bugfix for fixup_imports: Enable checking for terminating import
21994         struct with Characteristics bitfield set to 0.
21996         * windows/win.c: Rein Klazes <rklazes@casema.net>
21997         Delay linking newly created window in linked list until after the
21998         WM_NCCREATE message.
22000         * files/file.c: Rein Klazes <rklazes@casema.net>
22001         Small bug in FILE_InUse does not do a release on every acquired file
22002         pointer.
22004         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
22005         lpszName of NULL is handled (removes some warnings).
22007         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
22008         Now allows specification of a start directory on the cmdline.
22010         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
22011         Gets rid of the arch-dependent bit operations (tested on Linux and
22012         Solaris/x86).
22014 Wed Oct 28 14:58:02 1998  Alexandre Julliard  <julliard@winehq.com>
22016         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
22017         A dest buffer was printed out as string.
22019         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
22020         Corrected 2 wrong definitions.
22022         * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
22023         Patrick Spinler <spinler.patrick@mayo.edu>
22024         Added stubs for Process32First/Process32Next.
22026         * 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:
22027         François Gouget <gouget@metaintegration.net>
22028         Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
22029         headers prototypes.
22031         * 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:
22032         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22033         Added pBitmapBits and pCreateBitmap to the GDI function table and
22034         moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
22036         * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
22037         Juergen Schmied <juergen.schmied@metronet.de>
22038         New SHGetSimpleIDListFromPath32AW.
22039         Unicode-safe: PathFindFilename32AW.
22041         * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
22042         IExtractIcon had an extra c in a struct definition.
22044         * relay32/dplay.spec:
22045         John Richardson <jrichard@zealand.mv.spamless.com>
22046         Added entry for DirectPlayEnumerate.
22048         * ole/nls/sky.nls, ole/ole2nls.c:
22049         Juergen Schmied <juergen.schmied@metronet.de>
22050         Added Slovak nls-resources.
22052         * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22053         Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
22054         CreateRoundRectRgn.
22056 Tue Oct 27 15:41:54 1998  Alexandre Julliard  <julliard@winehq.com>
22058         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
22059         EnumDisplayModes* returns a static list of modes with all depths
22060         (helps hexen2demo), ChangeDisplaySettings returns true all the time.
22062         * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
22063         Marcus Meissner <marcus@jet.franken.de>
22064         Stub for midiOpenStream (helps hexen2demo).
22066         * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
22067         Robert Pouliot <krynos@clic.net>
22068         Small patch for better French support.
22070         * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22071         Bugfix: memory overwrite bug.
22073 Mon Oct 26 11:04:13 1998  Alexandre Julliard  <julliard@winehq.com>
22075         * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
22076         32-bit clipboard support.
22078         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22079         Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
22080         on the queue.
22082         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
22083         Fixed a minor problem with the menus for mdi child windows.
22085         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22086         Removed no longer necessary commented out code, destroy old window
22087         when SetDisplayMode is called again, EnumDisplayModes now returns
22088         all possible modes (using a static list).
22090         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
22091         Anon shared mapping fixed for file sharing.
22093 ----------------------------------------------------------------
22094 Sun Oct 25 10:32:23 1998  Alexandre Julliard  <julliard@winehq.com>
22096         * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
22097         Fixes for LANG_NEUTRAL.
22099         * include/task.h:
22100         Added some padding to the PDB for ill-behaving apps (problem reported
22101         by Andreas Mohr).
22103         * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
22104         Jonathan Buzzard <jab@hex.prestel.co.uk>
22105         Added a new debugging channel io to allow read/writes on a port to be
22106         logged to a file.
22108         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
22109         Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
22110         ignored. 0x00 is used for generated key events only.
22112         * windows/message.c, windows/queue.c:
22113         Douglas Ridgway <ridgway@winehq.com>
22114         API Documentation for SendMessage, GetTickCount, PostQuitMessage,
22115         GetMessagePos, GetMessageTime.
22117         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
22118         Delete the filename for the mapping instantly.
22120         * dlls/shell32/shellord.c, relay32/shell32.spec:
22121         Michael Poole <poole@graviton.res.cmu.edu>
22122         Stub for SHSimpleIDListFromPath.
22124         * loader/task.c: Fixed bug in SwitchStackTo.
22126 Sat Oct 24 13:06:16 1998  Alexandre Julliard  <julliard@winehq.com>
22128         * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
22129         Check if scrollbar and parent are visible before redraw.
22131         * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
22132         Kai Morich <kai.morich@darmstadt.netsurf.de>
22133         Added Drag*32 functions.
22135         * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
22136         Added Drag&Drop from KDE app to 16/32 bit Windoze app.
22138         * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
22139         Added FIXME message in PostMessage32x if parameters are truncated
22140         when calling PostMessage16.
22142         * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
22143         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22144         Added support for global handles, implemented ConvertToGlobalHandle.
22145         Allocate startup data and 16-bit stack for initial process.
22147         * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
22148         Small fix.
22150         * 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:
22151         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22152         Added Spanish resources.
22154         * ole/nls/euq.nls, resources/sysres_Es.rc:
22155         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22156         Small corrections.
22158         * relay32/kernel32.spec, scheduler/process.c:
22159         Marcus Meissner <marcus@jet.franken.de>
22160         LoadLibraryExW spec added (function was there).
22161         SetProcessPriorityBoost stub added.
22163         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
22164         Compile fix for Solaris.
22166         * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
22167         Ove Kaaven <ovek@arcticnet.no>
22168         Implemented DisplayDib.
22170         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
22171         Hack to support integer ids in all static controls.
22173         * include/dinput.h, windows/dinput.c:
22174         Lionel Ulmer <ulmer@directprovider.net>
22175         Beginning of mouse support in DirectInput (only "standard" mouse
22176         configuration supported for now).
22178         * include/*.h, dlls/comctl32/*.c:
22179         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22180         Added xxx_Unregister() functions to all common controls.
22182         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
22183         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22184         Some minor improvements and fixes.
22186         * dlls/comctl32/rebar.c, include/rebar.h:
22187         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22188         Improved the rebar control.
22190         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22191         Added support for transparent and tracking tooltips.
22193         * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22194         Fixed a popup menu selection bug.
22196         * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22197         Fixed DrawCaption16() and DrawCaptionTemp16().
22199         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
22200         Fixed warning.
22202         * 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:
22203         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22204         Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
22205         SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
22206         driver.
22208         * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
22209         Joseph Pranevich <knight@baltimore.wwaves.com>
22210         Added support for int17 and int19.
22212         * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
22213         Stubs for dos mode reboot interrupt.
22215         * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
22216         Some printer stubs for DOS added.
22218         * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
22219         More stubs added. These changes are only partially mine, I just made
22220         them compile.
22222         * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
22223         Added some traces and cleaned up a couple of things.
22225         * 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:
22226         Juergen Schmied <juergen.schmied@metronet.de>
22227         Changed some string-shell32 functions to 32AW, parameter are
22228         os depending 32A or 32W (-winver nt351 or nt40), some new functions.
22229         Some fixes in ole2nls.
22230         New OLE2NLS_CheckLocale() to handle Locale_User_Default and
22231         Locale_System_Default.
22232         Shell32 now dynamicly links to DPA_*(), comdlg32 works again
22233         (comctl32 heap alloc patch broke it).
22235         * include/winversion.h, misc/version.c:
22236         Juergen Schmied <juergen.schmied@metronet.de>
22237         Added VERSION_IsOsUnicode().
22239         * scheduler/handle.c:
22240         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22241         More off-by-one errors fixed.
22243         * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
22244         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22245         File sharing fixes.
22247 Fri Oct 23 17:26:44 1998  Alexandre Julliard  <julliard@winehq.com>
22249         * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
22250         Bug fix.
22252         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
22253         Fixed DOS environment passing.
22255         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
22256         Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
22258         * include/font.h, objects/font.c, objects/gdiobj.c:
22259         Juergen Schmied <juergen.schmied@metronet.de>
22260         New FONT_GetObject32W(), GetObject32W().
22262         * relay32/user32.spec, win32/ordinals.c, windows/user.c:
22263         Juergen Schmied <juergen.schmied@metronet.de>
22264         New stub RegisterTaskList.
22265         New function EnumDisplaySettings32W().
22267         * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
22268         More parameter checking in RltCopySid.
22270         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
22271         More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
22273         * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
22274         Ove Kaaven <ovek@arcticnet.no>
22275         Added new dll avifil32.dll.
22277         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
22278         Ove Kaaven <ovek@arcticnet.no>
22279         First shot at DPMI realmode calls.
22281         * loader/module.c:
22282         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22283         Fixed several bugs with DLL initialization.
22285 Thu Oct 22 17:02:25 1998  Alexandre Julliard  <julliard@winehq.com>
22287         * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
22288         Added ordinal for two syslevel functions.
22290         * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
22291         Another missing WINAPI.
22293         * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
22294         Small corrections in mmio declarations.
22296         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
22297         Take virtual sizes in account for the total vma size.
22299         * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
22300         Add some more NLS definitions for the Romanian language.
22302         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
22303         Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
22304         to work. 'Adjust' caps flags accordingly.
22306         * ole/compobj.c, relay32/ole32.spec:
22307         Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
22308         Stub for CoCreateGuid().
22310         * dlls/comctl32/treeview.c, multimedia/mcicda.c:
22311         Brian Litzinger <brian@litzinger.com>
22312         Fixes for FreeBSD.
22314         * libtest/.cvsignore, libtest/Makefile.in:
22315         Petter Reinholdtsen <pere@minerva.cc.uit.no>
22316         Make sure hello3res.h is generated even if 'make depend' never has
22317         been run.
22319         * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
22320         Fixed moving and sizing of child windows.
22322         * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
22323         Marcus Meissner <marcus@jet.franken.de>
22324         XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
22326 Wed Oct 21 17:20:48 1998  Alexandre Julliard  <julliard@winehq.com>
22328         * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
22329         Ove Kaaven <ovek@arcticnet.no>
22330         Added indirection for ctx_debug to the DOS loader, so Winelib works
22331         again.
22333         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
22334         Support anon shared mappings using temporary files (wont be deleted
22335         yet).
22337         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
22338         Was freeing the incorrect pointers -> crash in mallocs/frees.
22340         * files/dos_fs.c, relay32/kernel32.spec:
22341         Marcus Meissner <marcus@jet.franken.de>
22342         DefineDosDevice stub added.
22344         * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
22345         Added a default program option in wine.conf in section [programs] key
22346         Default.
22348         * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
22349         Better fix for this_is_a_syntax_error.
22351         * ole/nls/*.nls:
22352         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22353         Added the entries for LOCALE_SISO639LANGNAME and
22354         LOCALE_SISO3166CTRYNAME.
22356         * documentation/wine.man: James Juran <jrj120@psu.edu>
22357         Updated manpage.
22359         * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
22360         Fixed wrong ordinals.
22362         * objects/region.c: NF Stevens <norman@arcady.u-net.com>
22363         Fixed a bug in RectInRegion.
22365 Tue Oct 20 15:26:26 1998  Alexandre Julliard  <julliard@winehq.com>
22367         * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
22368         Removed an incorrect error message.
22370         * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
22371         Make sure the access functions are always used to get label and serial
22372         number.
22374 Mon Oct 19 08:48:24 1998  Alexandre Julliard  <julliard@winehq.com>
22376         * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
22377         Fixed bug on platforms were buffers returned by getenv() shall not be
22378         free()'ed. Added French (default) in locale handling.
22380         * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
22381         Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
22382         compile-time error message make more sense.
22384         * scheduler/handle.c:
22385         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22386         Fixed off by one error in HANDLE_GetObjPtr.
22388 ----------------------------------------------------------------
22389 Sun Oct 18 14:48:31 1998  Alexandre Julliard  <julliard@winehq.com>
22391         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22392         Try to implement the OF_SHARE_XXX options.
22393         Move the mode translations to functions.
22395         * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
22396         Matthew Becker <mbecker@glasscity.net>
22397         Documentation updates.
22399         * ole/compobj.c, relay32/ole32.spec:
22400         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22401         Added stub for CoSetState32.
22403         * miscemu/main.c: Chad Powell <pxpx@usa.net>
22404         Added ability to read a startup program from wine.ini file.
22405         Put it in section [programs] key Startup.
22407         * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
22408         Alex Priem <alexp@sci.kun.nl>
22409         Further improvements.
22411         * include/cursoricon.h, objects/cursoricon.c:
22412         Turchanov Sergey <turchanov@usa.net>
22413         Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
22414         drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
22416         * include/bitmap.h, objects/bitmap.c:
22417         Turchanov Sergey <turchanov@usa.net>
22418         Fixed LoadImage to support almost all LR_ flags.
22420         * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
22421         Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
22422         COLOREFs had red part zeroed) that made plenty of cyan colors, minor
22423         bug fixes, changes to support LR_ flags.
22425         * include/global.h, memory/virtual.c:
22426         Turchanov Sergey <turchanov@usa.net>
22427         Added VIRTUAL_MapFileW to map file to memory in one function call.
22429         * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
22430         Turchanov Sergey <turchanov@usa.net>
22431         Moved Multimonitor API declarations to windows.h.
22433         * 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:
22434         Turchanov Sergey <turchanov@usa.net>
22435         Implemented DefDriverProc32 from winmm.dll.
22437         * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
22438         Alex Korobka <korobka@ams.sunysb.edu>
22439         Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
22440         bit.
22442         * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
22443         Juergen Schmied <juergen.schmied@metronet.de>
22444         GetLocaleInfo32A can handle len=0 now, sets LastError and touches
22445         buffer only when necessary.
22446         Updated deu.nls and some LCTYPES in winnls.h.
22448         * if1632/relay.c: Rein Klazes <rklazes@casema.net>
22449         CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
22450         not crash.
22452 Sat Oct 17 13:07:48 1998  Alexandre Julliard  <julliard@winehq.com>
22454         * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
22455         Reduced huge (1GB) heap creation that caused Starcraft to fail.
22457         * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
22458         Patrik Stridvall <ps@leissner.se>
22459         Compile fix for Solaris.
22461         * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
22462         Compile fix for non OSS systems.
22464         * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
22465         Compile fix for non XF86-DGA systems.
22467         * libtest/Makefile.in, libtest/volinfo.c:
22468         Petter Reinholdtsen <pere@td.org.uit.no>
22469         New file to test DRIVE_GetLabel.
22471         * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
22472         Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
22473         32bit cdaudio bit support before it can be removed...
22475         * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
22476         Added a bunch of stubs for ddraw suface routines. All stubs for
22477         surface present now.
22478         Commented out message pump calls. I don't see a reason for them being
22479         there. Everything works fine with -desktop and -managed still has
22480         problems. Disagreements?
22482         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
22483         Fixed GetLocaleInfo32A for other languages than en_uk.
22484         Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
22485         last but not least the first argument lcid where is all about...
22487         * 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:
22488         Marcus Meissner <marcus@jet.franken.de>
22489         Fixed some more missing WINAPIs (hopefully correct).
22491         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
22492         Fixed the = -> == bug.
22494         * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
22495         Shell parameters (config.sys) and ANSI support stubs.
22497         * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
22498         Added int16.c and int29.c.
22500         * include/miscemu.h, msdos/interrupts.c:
22501         Joseph Pranevich <knight@baltimore.wwaves.com>
22502         More interrupts that can be done from DOS mode.
22504         * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
22505         Added int29 (Fast Write to Screen) support.
22507         * msdos/int16.c, include/debug.h, include/debugdefs.h:
22508         Joseph Pranevich <knight@baltimore.wwaves.com>
22509         Added int16 (Keyboard) support, mostly stubs.
22511 Fri Oct 16 15:40:21 1998  Alexandre Julliard  <julliard@winehq.com>
22513         * 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:
22514         Juergen Schmied <juergen.schmied@metronet.de>
22515         Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
22516         SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
22517         SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
22518         SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
22519         SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
22521         * misc/ntdll.c, relay32/ntdll.spec:
22522         Dietmar Kling <dietmar.kling@usa.net>
22523         Added undocumented function RtlOpenCurrentUser.
22525         * 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:
22526         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22527         Renamed all LPIMAGE_* types to PIMAGE_*.
22529 Thu Oct 15 13:03:10 1998  Alexandre Julliard  <julliard@winehq.com>
22531         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
22532         Fixed an error when an owned window activates its owner during
22533         creation.
22535         * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
22536         Closing a dialog using the menu bar ("x" or "-" button or windows
22537         menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
22538         normal windows when DestroyWindow() is called.
22540         * dlls/shell32/pidl.c:
22541         Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
22542         Added missing WINAPIs.
22544         * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
22545         Juergen Schmied <juergen.schmied@metronet.de>
22546         New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
22547         RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
22548         GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
22549         SetTaskmanWindow.
22551         * relay32/ntdll.spec, misc/ntdll.c:
22552         Juergen Schmied <juergen.schmied@metronet.de>
22553         New stubs NtQueryInformationThread, NtQueryInformationToken,
22554         RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
22556         * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
22557         Fixed PlaySound to start its thread the right way.
22559 Wed Oct 14 18:40:35 1998  Alexandre Julliard  <julliard@winehq.com>
22561         * controls/combo.c, controls/listbox.c:
22562         Alex Korobka <korobka@ams.sunysb.edu>
22563         CB_SETCURSEL and some other fixes.
22565         * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
22566         Better QUEUE_FlushMessages().
22568         * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
22569         Moshe Vainer <moshev@easybase.com>
22570         Partial implementation of GetOutlineTextMetrics32A.
22571         Added structures for OUTLINETEXTMETRICS.
22573         * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
22574         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22575         Do not clip source rectangle even by visible region for bitblts.
22576         Added field 'totalExtent' to WIN_DC_INFO.
22578         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22579         Added stub for VMM PM API AH=026[de] (never say 'safe mode').
22581         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22582         Bugfix: Local32Free caused free handles list corruption.
22584         * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
22585         Fixed --disable-debug config option.
22587 Tue Oct 13 12:50:04 1998  Alexandre Julliard  <julliard@winehq.com>
22589         * relay32/shell32.spec, dlls/shell32/shellord.c:
22590         Petter Reinholdtsen <pere@td.org.uit.no>
22591         Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
22592         and FileIconInit() needed by Win95 explorer.
22594 Mon Oct 12 07:25:54 1998  Alexandre Julliard  <julliard@winehq.com>
22596         * windows/dialog.c, controls/button.c, controls/menu.c:
22597         Norman Stevens <norman@arcady.u-net.com>
22598         Improving keyboard handling, including accelerator keys in dialog
22599         boxes. Also fixes enter key in Agent32 edit box.
22601 Sun Oct 11 19:37:23 1998  Alexandre Julliard  <julliard@winehq.com>
22603         * misc/commdlg.c: Eric Pouech  <eric.pouech@lemel.fr>
22604         Added support in file dialog boxes handling for filters like
22605         "*.txt;*.bat".
22607         * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
22608         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22609         Implemented new PE DLL initalization code, trying to call the
22610         DllEntryPoint routines always in correct order :-)
22611         Bypass snooping when getting data buffer addresses (thunk buffers,
22612         __GP handlers) and for 32-bit routines directly called from 16-bit
22613         (due to stack address size problems).
22615         * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
22616         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22617         Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
22618         Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
22620         * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
22621         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22622         Implemented (partially) the KERNEL Thunklet API and Callback Client
22623         API (KERNEL.560-568,604-612,619-622).
22624         Added stubs for K228, K237, KERNEL.365, KERNEL.447.
22626         * objects/bitmap.c, if1632/gdi.spec:
22627         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22628         Stubs for CreateUser(Discardable)Bitmap16.
22630         * memory/heap.c, include/winnt.h:
22631         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22632         Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
22634         * memory/global.c, include/windows.h:
22635         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22636         GlobalFix16 is supposed to return selector to the memory area.
22638         * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
22639         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22640         Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
22642         * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
22643         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22644         Use emergency TEB selector to avoid debugger crashes when stepping
22645         through relay stubs (or when FS is invalid otherwise).
22647         * windows/event.c, windows/keyboard.c:
22648         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22649         MOUSE.DRV routines moved to event.c. Call mouse event procedure.
22651         * 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:
22652         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22653         Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
22654         coordinates relative to the device, not the DC origin. This is
22655         necessary to correctly implement GetClipRgn16 and InquireVisRgn.
22656         SelectVisRgn also expects region in device-relative coordinates.
22657         Adapted the rest of Wine to this coordinate change.
22658         Implemented ExtSelectClipRgn.
22660         * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
22661         Andreas Mohr <100.30936@germany.net>
22662         Small fix.
22664         * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
22665         Andreas Mohr <100.30936@germany.net>
22666         Yet another small self-loader fix.
22668         * files/drive.c: Andreas Mohr <100.30936@germany.net>
22669         Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
22670         correctly due to current drive being set too late.
22672         * Make.rules.in: Patrik Stridvall <ps@leissner.se>
22673         Use $(AS) instead of $(CC) to compile .s files.
22675         * 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:
22676         Patrik Stridvall <ps@leissner.se>
22677         Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
22679         * 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:
22680         Patrik Stridvall <ps@leissner.se>
22681         Started the implementation of IMAGEHLP.DLL.
22683         * 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:
22684         Patrik Stridvall <ps@leissner.se>
22685         Started the implementation of MSACM.DLL and MSACM32.DLL.
22687         * win32/device.c: Patrik Stridvall <ps@leissner.se>
22688         Removed things that were earlier added by mistake.
22690         * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
22691         The implementation of mmioWrite is now called instead of the stub.
22693         * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
22694         Juergen Schmied <juergen.schmied@metronet.de>
22695         Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
22697         * relay32/shell32.spec, dlls/shell32/shell32_main.c:
22698         Juergen Schmied <juergen.schmied@metronet.de>
22699         New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
22700         Implemented: SHGetPathFromIDList32W.
22701         Changed PathCombine.
22703         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
22704         New structures DVASPECT, TYMED, IDLList.
22705         Shell specific clipboard formats.
22707         * relay32/winspool.spec, misc/printdrv.c:
22708         Juergen Schmied <juergen.schmied@metronet.de>
22709         Stub EnumPrintersW.
22711         * dlls/shell32/dataobject.c:
22712         Juergen Schmied <juergen.schmied@metronet.de>
22713         Implemented first functions.
22715         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
22716         Juergen Schmied <juergen.schmied@metronet.de>
22717         New class IDLList "Item ID List List" (internal).
22719         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
22720         Small changes (uses HIWORD/LOWORD).
22722         * windows/dialog.c, relay32/user32.spec:
22723         Sat Oct 10 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
22724         Stub CreateDialogIndirectParamAorW.
22726         * Makefile.in, configure, configure.in:
22727         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
22728         Don't install object files when --disable-lib is selected.
22730         * debugger/hash.c, debugger/msc.c:
22731         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
22732         Don't print name for 32 bit lib multiple times.
22733         Clean up printing in DEBUG_ProcessDeferredDebug.
22735         * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
22736         David Luyer <luyer@ucs.uwa.edu.au>
22737         Small fixes.
22739         * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
22740         Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
22742         * 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:
22743         Matthew Becker <mbecker@glasscity.net>
22744         Documentation corrections/standardizations.
22746         * 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:
22747         Eric Pouech  <eric.pouech@lemel.fr>
22748         Started coding 32 bit MCI handling.
22749         Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
22750         Wrote MCI MIDI support.
22752         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
22753         Yet another improvement to the bezier code.
22755         * windows/message.c: Rein Klazes <rklazes@casema.net>
22756         GetTickCounts() has a granularity in windows of 25 msec's.
22757         Girotel's serial communication appears to depend on it, so I guess
22758         it's a feature...
22760         * misc/comm.c: Rein Klazes <rklazes@casema.net>
22761         Update the modemn status bit that indicates whether the RLSD line is
22762         active in every call to GetCommError(). This is not the proper place,
22763         but since wine doesn't do any event-stuff...
22764         Fixed some TRACE call's faced with non zero terminated strings.
22765         Restore the terminal state at CloseCommt to the state it was at
22766         OpenComm(), so the modem will go off-hook.
22768         * loader/module.c: Alexander Larsson  <alla@lysator.liu.se>
22769         GetModuleFileName32A() returns long filename if app sets osversion >=
22770         4.0. Also moved the long filename hackery to GetLongPathName32A() so
22771         it can be used by win32 programs.
22773         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
22774         GetLongPathName32A() returns dos format long filename instead of unix
22775         format.
22777         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22778         Small fixes.
22780         * relay32/shell32.spec, dlls/shell32/shellord.c:
22781         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22782         Added SHFlushClipboard.
22784         * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
22785         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22786         Fixed some undocumented functions.
22787         Changed algorithm in DPA_QuickSort().
22788         Fixed heap creation/destruction and control [un]registration in
22789         ComCtl32LibMain().
22791         * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22792         Fixed a bug.
22794         * include/tooltips.h, dlls/comctl32/tooltips.c:
22795         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22796         Added tracking support and fixed loading of resource strings.
22797         Added unregister code.
22799         * 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:
22800         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22801         Added IPAddress and NativeFont controls.
22803         * include/imagelist.h, dlls/comctl32/imagelist.c:
22804         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22805         Some minor improvements.
22807         * include/toolbar.h, dlls/comctl32/toolbar.c:
22808         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22809         Improved drawing and placement code. Explorer style common dialogs are
22810         looking good now.
22812         * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22813         Fixed bug in DrawIconEx32().
22815         * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22816         Improved GetSystemInformation32[A/W].
22818         * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
22819         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22820         Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
22821         Fixed handling of WS_EX_TOOLWINDOW.
22823         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22824         Updated.
22826         * windows/event.c, windows/keyboard.c, include/keyboard.h:
22827         David Faure <faure@kde.org>
22828         Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
22829         activated. Uses the new KEYBOARD_UpdateOneState.
22830         Fixed a problem with menu accelerators (Alt-letter generates a down
22831         arrow event which beeps if not filtered).
22832         Speeded up ToAscii16/32() a little bit.
22834         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
22835         Ove Kaaven <ovek@arcticnet.no>
22836         Made Wine's debugger work satisfactorily with DOS apps.
22837         Perhaps dereferencing work better for Win16 apps too now, but
22838         it appears the debugger core wasn't designed for segmentation.
22840         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
22841         Simulates DPMI memory map by converting lower-MB segment base
22842         addresses as necessary. Implemented allocating/freeing DOS memory
22843         blocks. Added XMS hook. (DPMI remains disabled by default until
22844         someone implements the raw mode switch entry points pkunzip needs.)
22846         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
22847         I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
22848         can't keep working around flaws in it like this (now stdio
22849         was getting closed when programs close handles >=5)
22851         * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
22852         Ove Kaaven <ovek@arcticnet.no>
22853         Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
22854         seems to work fine under Wine.
22856         * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
22857         Ove Kaaven <ovek@arcticnet.no>
22858         Moved some system dependencies to loader/dos/dosvm.c. Implemented
22859         environmental argv[0] passing to DOS apps. Added XMS hooks.
22861         * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
22862         Added a memset() to prevent a debugger segfault caused by
22863         uninitialized pointers in the stabs lookup tables.
22865         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22866         A few fixes.
22868         * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
22869         Added RtlAllocateAndInitializeSid entry.
22871         * 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:
22872         Marcus Meissner <marcus@jet.franken.de>
22873         Generic dynamic dll loader using dl*() API.
22874         Includes: stdcall->cdecl mapping ability, snooping.
22875         (Tested only with glide2x.dll -> libglide2x.so)
22877         * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
22878         Marcus Meissner <marcus@jet.franken.de>
22879         Added win32 enhanced functionality to timer callbacks.
22881         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22882         Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
22883         does at least a bit of keyboard input.
22885         * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
22886         Should display again.
22888 Sat Oct 10 15:52:46 1998  Alexandre Julliard  <julliard@winehq.com>
22890         * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
22891         Implemented DS_CENTER dialog style.
22893         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22894         Added function to build the Windows numeric language ID from language,
22895         code, charset and dialect strings, like used by Unix LANG variable.
22897         * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
22898         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22899         More NLS data.
22901         * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
22902         Fixed a lot of bugs in ddraw.c to make xlib support work.
22903         Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
22905         * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
22906         Added DC object type to the list of valid objects that can be deleted
22907         by DeleteObject32.
22909 Sun Oct  4 18:20:29 1998  Alexandre Julliard  <julliard@winehq.com>
22911         * ChangeLog:
22912         Starting new format changelog (older changes moved to
22913         documentation/ChangeLog.OLD).