-----------------------------------------------------------------------
-Sat Nov 2 12:50:40 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
-
- * [files/dos_fs.c]
- Added long file name mask in DOSFS_FindNext().
+----------------------------------------------------------------
+2000-07-16 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winproc.c:
+ Added assembly wrapper for calling window procedures.
+
+ * 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:
+ Get full path of argv[0] before we change directories.
+ Make sure process names are long path names.
+ Cleaned up initialisation a bit.
+
+ * server/sock.c:
+ Stephane Lussier <stephane@macadamian.com>
+ In set_socket_event, the event should be signaled if there's a pending
+ network event corresponding to the events the application wanted to be
+ notified.
+
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Spelling fixes.
+
+ * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Doc and trace updates.
+
+ * include/process.h, loader/module.c, scheduler/process.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Transmit current directory settings to newly created processes.
+
+ * documentation/installation-und-konfiguration.german:
+ Peter Ganten <peter@ganten.org>
+ Added German installation and configuration manual.
+
+ * windows/x11drv/keyboard.c:
+ Raul Fernandes <rgf@ieg.com.br>
+ Added Brazilian keyboard.
+
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Set clipping region to client window before owner-drawn painting.
+
+ * winedefault.reg:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added the "SharedDir" registry key.
+
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix Direct3D support and a lot of warnings
+ - add support for DDraw in a window (not optimized yet)
+ - cleans up OpenGL extensions handling for D3D
+
+ * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
+ Background of SS_SIMPLE static control is not filled (unless it has
+ SS_NOPREFIX too).
+
+ * files/directory.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop UNIX cwd to / after calculating WINE current directory (to allow
+ CD unmounts).
+
+2000-07-15 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Stephane Lussier <stephane@macadamian.com>
+ New version of the patch from Francois Jacques with a modification of
+ my own that makes everybody happy :-)
+
+ * misc/comm.c, dlls/kernel/kernel32.spec:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Hook serialui dll into existing comm functions.
+
+ * 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:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented serialui dll containing CommConfigDialog,
+ GetDefaultCommConfig and SetDefaultCommConfig.
+
+ * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files fixes.
+ - Minor bug fixes and additions.
+
+ * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * controls/button.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ All standard window controls should have CS_PARENTDC, but should still
+ clip to the control window.
+
+ * windows/message.c:
+ John R . Sheets <jsheets@codeweavers.com>
+ We also have to validate the frame to avoid an infinite loop when the
+ app doesn't call BeginPaint.
+
+ * scheduler/handle.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Ed Snow <ed_snow@ttmengineering.com>
+ Fixes unmuting when unmuted.
+ Unifies scale reported with scale used for volume control.
+ Hack for Bass/Treble until better fix is complete.
+
+ * graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added DBCS/unicode encoding templates.
+
+ * controls/combo.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Don't clear selection when initial entry is not in the list.
+
+ * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
+ Made --language behave the same as setting the LANGUAGE environment
+ variable.
+
+ * 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:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Create rpcrt4.dll.
+ Implement UuidCreate (using existing code from CoCreateGuid).
+ CoCreateGuid calls UuidCreate.
+
+ * memory/heap.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for supporting DBCS.
+
+ * dlls/comctl32/toolbar.c:
+ Rob Farnum <rfarnum@mindspring.com>
+ Ignore iBitmap width when drawing flat toolbar.
+
+ * loader/pe_image.c: Peter Ganten <peter@ganten.org>
+ Fixed a file descriptor leak in the PE loader.
+
+ * windows/winpos.c:
+ Jean-Claude Batista <jcb@macadamian.com>
+ Ensure the validity of hOldFocus before calling WIN_GetTopParent.
+
+ * graphics/x11drv/xfont.c:
+ Drew Ronneberg <drew@codon.princeton.edu>
+ Ignore broken fonts when building cache file.
+
+ * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+ Allow SetWindowLong(... GWL_STYLE) to change visible bit.
+
+ * documentation/registry:
+ Ove Kaaven <ovek@arcticnet.no>D
+ Text of WWN article "The Registry".
+
+ * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
+ David Elliott <dfe@infinite-internet.net>
+ - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
+ guessing the command length correctly, and if not, tell's it what's up.
+ - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
+ caller to clear the fields.
+ - Added a new field to HA_Unique content to fix some applications. Will
+ fix this for good at a later date.
+ - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
+ Linux)
+ - Added some constants to winescsi.h
+ (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
+
+ * dlls/user/user32.spec, windows/user.c:
+ Peter Ganten <peter@ganten.org>
+ Stubs for CreateDesktopA and EnumDesktopWindows.
+
+ * loader/loadorder.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added ws2_32 loadorder.
+
+ * tools/winebuild/main.c:
+ Peter Ganten <peter@ganten.org>
+ Try to unlink output file before opening it.
+
+ * controls/edit.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Replaced %s by %p in EDIT_WM_SetText.
+
+ * dlls/winsock/ws2_32.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
+
+ * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
+ Add a warning when the normal load address for a win32 program is not
+ available.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ OLE picture object implementation.
+
+ * misc/comm.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed an incorrect format string.
+
+ * loader/loadorder.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added loadorder entry for the Linux glide3x library.
+
+ * winedefault.reg:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added "CommonFilesDir"="C:\Program Files\Common Files".
+
+ * debugger/db_disasm.c:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Added Pentium Pro/2/3/4 conditional move instructions.
+
+2000-07-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel_main.c, memory/codepage.c:
+ Set ansi/oem/mac code pages from current locale.
+
+ * scheduler/client.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Better error message for really clueless newbies.
+
+ * dlls/msacm32/msacm32_main.c:
+ James Hatheway <james@macadamian.com>
+ Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
+
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for NULL flipchain and just return the current surface if it
+ happens.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented _vsnprintf by calling wvsnprintfA.
+
+ * objects/dib.c:
+ Stephane Lussier <stephane@macadamian.com>
+ In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
+ instead of failing.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
+ is non-zero. Better fix than my previous patch.
+
+2000-07-10 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/thread.c:
+ Lazy initialisation of thread locale.
+
+ * 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:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Make ref counting a little more efficient
+ - Correct suspended process resumption
+ - Don't use sys/queue.h anymore
+ - Properly initialize the global semaphore across processes
+ - Create a mapped file for shared data structures
+ - Change some trace messages
+ - Allocate dynamic shared data from the mapped file
+ - Rework setting and retrieving lobby settings from shared memory
+ - Add infrastructure for syncronization after app launch
+ - Small documentation update
+ - Include some stuff missing from header
+ - Start on dp and dpl message infrastructure
+ - Unicode versions of player/group commands added
+ - Combined Connect/ConnectEx and Open/SecureOpen
+ - More implementation
+
+ * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Moved all NLS dependent data to the KERNEL resources.
+
+ * scheduler/thread.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Moved setting the locale value to the right position.
+
+ * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed FormatMessage[A|16] against some buffer overflow cases.
+
+ * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed extraneous trace message.
+
+ * debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Unconditionnally print messages on DLL load breakpoint.
+
+ * debugger/break.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed winedbg watchpoints.
+
+ * dlls/oleaut32/ole2disp.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Prevent SysAllocString and SysAllocString16 to perform any processing
+ on NULL strings.
+
+ * tools/fnt2bdf.c:
+ Stas Sergeev <stas.orel@mailcity.com>
+ Make it possible to change the encoding of fonts from the command
+ line, even if autodetected.
+
+ * 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:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Convert WND.text field to Unicode.
+ Add new key to wine.ini in the section [x11drv] - TextCP, which means
+ code page used for texts passed to X.
+ Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
+
+ * graphics/x11drv/dib.c: Backed out previous patch.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/user.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for RegisterDeviceNotificationA.
+
+ * dlls/winsock/socket.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fakes a negotiation of the winsock version.
+
+ * dlls/oleaut32/typelib.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - better loading of *.tlb files
+ - seperated code for loading tlb resource into memory from code for
+ parsing the tlb resource.
+
+ * dlls/ole32/ole2stubs.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Implemented OleCreate.
+
+2000-07-09 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c: Noomen Hamza <noomen@macadamian.com>
+ GetClassInfo should return global classes even if the hInstance
+ parameter is different from the one passed to the RegisterClass
+ function.
+
+ * misc/comm.c: Stefan Leichter <sle@camline.com>
+ Fixes the BuildCommDCBA function.
+
+ * configure, configure.in, include/config.h.in, misc/port.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added configure check for libutil.h.
+
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Make the focus follow the last selected item for multiselect listboxes.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stub implementation of LHashValOfNameSysA.
+ Don't crash if we encounter a BSTR with length <= 0.
+ Fix typos in ITypeLib::GetDocumentation.
+
+ * dlls/shell32/shell.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ With some apps a fault was possible in ExtractAssociatedIcon.
+
+ * windows/cursoricon.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ GetIconInfo did no correctly identify icons from cursors.
+
+ * windows/msgbox.c:
+ Haithem Hmida <haithem@macadamian.com>
+ Under Windows 95/98/NT, message boxes do not have a default icon.
+
+ * misc/registry.c:
+ Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
+ Small cleanups.
+
+ * 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:
+ Created separate libraries for dplay, shfolder, shlwapi, wow32 and
+ wsock32 so that we have at most one Win32 dll in each .so library.
+
+2000-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
+ manipulation.
+ Corrected XGetSubImage arguments order.
+
+ * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
+ Matthew Lake <MLake@sunbelt-plb.com>
+ Added some missing definitions.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
+ Francois Jacques <francoisj@macadamian.com>
+ Implemented SafeArrayGetVarType.
+ Added a VT_RECORD variant type definition.
+
+ * dlls/kernel/kernel32.spec, misc/comm.c:
+ Stefan Leichter <sle@camline.com>
+ Started implementation of the functions GetDefaultCommConfigA/W.
+
+ * dlls/ddraw/convert.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Corrected 24->32 conversion. Still only correct for little endian.
+
+ * windows/winpos.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
+
+ * loader/module.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
+ is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in
+ WinZip 8.0 where text is not shifted down by the height of the button
+ image.
+
+ * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
+ Check the value returned by DIALOG_GetCharSize.
+
+ * 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:
+ Francois Jacques <francoisj@macadamian.com>
+ Added setupapi shared library and SetupIterateCabinet stub.
+
+ * 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:
+ Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Implemented a large number of the msvideo dll routines.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Allow the size of bitmaps to be changed after toolbar buttons have
+ been added.
+
+ * dlls/comctl32/propsheet.c:
+ Slava Monich <Slava_Monich@cnt.com>
+ On Windows property sheet has DWL_USER dword pointing to a structure
+ that starts with HWND and PROPSHEETHEADER fields.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
+ Slava Monich <Slava_Monich@cnt.com>
+ Implementation of Get/SetThreadPriorityBoost.
+
+ * documentation/psdriver:
+ Stefan Leichter <sle@camline.com>
+ Added documentation on how to setup wine's Buildin Postscript Driver
+ working with ghostscript (afmfiles, ppdfile).
+
+ * debugger/debugger.h, debugger/expr.c, debugger/types.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
+ expose further bad code
+ - Print of pointer used as array now works
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Only use the column headers to calculate the width of a
+ LDS_REPORT-type listbox if it actually has column headers.
+ (ie. LVS_NOCOLUMNHEADER bit is not set.)
+
+ * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
+ BeginDeferWindowPos should allow zero count.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added semi-stub.
+
+ * dlls/winmm/mci.c:
+ Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Handle mciSendString("open <mcitype>",...)
+
+ * 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:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ - Bugfix: Macro expansion of strings would assert an internal error
+ or a segfault due to a lacking '\0' in the expansion.
+ - Bugfix: Prevent buffer overflow in reallocation of macro expansion
+ buffers.
+ - Bugfix: Wrc's version information was not passed as numerical to the
+ preprocessor due to an error in the definition of the macro.
+ - Relaxed the newline constraint in global LANGUAGE statements, which
+ was introduced in version 1.1.3, so that some fancy preprocessor
+ constructs can work.
+ - Removed the gcc-style #line handling from the resource-parser to the
+ resource-scanner so that it is possible to include files at any stage
+ of the source, independent of the parser-state.
+ - Bugfix: Stringtables were not correctly searched for duplicates
+ because the language comparison disregarded the sublanguage.
+ - Eliminated a repetitive warning when writing stringtables with zero
+ length string entries. These are perfectly valid (but make no sense:-).
+ Warnings are now only generated during parse in pedantic mode.
+
+ * dlls/oleaut32/ole2disp.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix SysStringByteLen to really return the length in bytes.
+
+ * dlls/comctl32/rsrc.rc:
+ Slava Monich <Slava_Monich@cnt.com>
+ Changed the size of property sheet template to be the same as the
+ original one (was 292x159, now 220x140).
+
+ * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implement IDataAdviseHolder.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix typo in ITypeLib::IsName.
+
+ * dlls/ole32/hglobalstream.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ CreateStreamOnHGlobal should alloc a shared memory block if supplied
+ handle is 0.
+
+ * dlls/commdlg/filedlg95.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not crash if there was no files selected and OK button was pressed.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix a couple of problems with underruns and stopping/restarting.
+
+ * misc/main.c:
+ Joerg Mayer <jmayer@telesun2.telemation.de>
+ Fixed the debugmsg help.
+
+ * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
+ David Elliott <dfe@infinite-internet.net>
+ Map each channel on every host to an ASPI controller number.
+ Store map in HKEY_DYN_DATA.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ DSA_InsertItem returns nIndex, not nItemCount.
+
+ * dlls/comctl32/monthcal.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Fixed background redrawing when control is covered. Fixed a really
+ dumb mistake I made with border drawing many patches ago. Fixed
+ offset by 1 alignment issues.
+
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Removed another bad assert and two no longer needed ones.
+
+2000-06-25 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bad exception handler chain termination.
+
+ * windows/x11drv/wnd.c, windows/win.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Moved zero-sized window hack to x11drv.
+
+ * dlls/ntdll/nt.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Return "no debugger attached" in NtQueryInformationProcess to satisfy
+ some copy protection mechanisms.
+
+ * dlls/commdlg/colordlg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
+
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed two asserts in Blt().
+
+ * dlls/ddraw/helper.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Properly cast arguments to printf to match the intended output.
+
+ * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
+ Seeking from SEEK_END was wrong.
+ Seeking on empty buffer was wrong.
+ Some installed ioProcs had uninitialized fields.
+ A few more bits for rename functions.
+
+ * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added BreakOnDllLoad internal var, cleaned up register validation on
+ exception.
+
+ * dlls/comctl32/toolbar.c:
+ Mike McCormack <Mike_McCormack@looksmart.com.au>
+ Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
+ TOOLBAR_SetButtonSize after button added to the toolbar (latter for
+ WINZIP32.EXE)
+
+ * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+ Set the minimum dropped height to the combo list height if any in
+ CBDropDown.
+
+ * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
+ If whitespace or dots are appended to the end of any component in a
+ path then it should be ignored.
+
+2000-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/module.c, scheduler/process.c, include/process.h:
+ Make sure the cmdline passed to CreateProcessA is writeable (thanks to
+ Peter Ganten <peter@ganten.org>).
+
+ * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleaned up loading/init code in OSS.
+ Cleaned up getDevCaps in midi part.
+ Implemented asynchronous waveIn recording using a thread.
+
+ * dlls/kernel/kernel32.spec, win32/console.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ A few missing console stubs.
+
+ * dlls/comctl32/animate.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed animation loading for RLE encoding.
+
+ * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - removed hack to find the right resource
+ - updated to use the ICOM macros
+ - cleaned up use typelib and typelib2 (was mixed up)
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - fixed reported bugs
+ - fixed default extensions
+ - implemented "browse to desktop" button
+
+ * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ GetCommandLine should return non-const strings.
+
+ * dlls/kernel/kernel.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ CallProcEx32W should be named _CallProcEx32W.
+
+ * files/change.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added some stuff saying that this is NOT supported.
+
+ * relay32/snoop.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Avoid calling the exception handler in some cases.
+
+ * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - many new Path* stubs
+ - many bugfixes
+ - class functions expanding environments variables now
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
+ driver, and winmm's interface for DirectSound to access it. It
+ requires the ability to mmap /dev/dsp, to trigger playback, and
+ sample-accurate position readouts. (If the soundcard's device driver
+ does not report these capabilities, wineoss will report the HAL as
+ unavailable and force DirectSound to use its HEL instead.)
+
+ * include/mmsystem.h, dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the DirectSound HAL mode for DMA primary buffers, with a
+ 10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
+ a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
+ DirectSound to use (so drivers like wineoss have some way of knowing
+ what to prepare itself for).
+
+ * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
+ 2.0 control.exe and paint.exe.
+
+ * include/winuser.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added IDI_WINLOGO.
+
+ * debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Don't block endlessly after last debugged process has exited.
+
+ * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added (back) correct behavior for NULL ptrs in CharToOem funcs.
+
+ * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some OOM conditions in GlobalAlloc.
+
+ * dlls/ntdll/misc.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Added missing #include <math.h>.
+
+ * include/winresrc.h: Removed MIME garbage.
+
+ * dlls/ddraw/ddraw/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Create xlib ddsurfaces with correct reference counts.
+
+ * 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:
+ Split bidi16.c and network.c out of misc/ into their respective dlls.
+
+2000-06-23 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Split the build program in several files.
+ Renamed it 'winebuild' to avoid possible conflicts.
+ Cleaned up command-line parsing.
+ Make it understand -fPIC instead of -pic.
+ Merged call16.s and call32.s generated files.
+
+ * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added more ordinals to KERNEL, GDI, USER and system drivers
+ (Windows 1.1, 2.0).
+
+ * dlls/ddraw/ddraw/dga.c:
+ Peter Ganten <peter@ganten.org>
+ _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
+ supported.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Avoid gratuitously changing the ZORDER.
+
+ * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use correct bpp for the X side of the surface XImages.
+ Cleaned up Xlib_Surface_Release so it is a bit more readable.
+ use VirtualAlloc for conversion-programside buffer to simplify
+ handling.
- * [loader/pe_image.c] [loader/task.c]
- Moved Win32 task startup into TASK_CallToStart().
+ * loader/resource.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
+ should return TRUE on success.
+
+ * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Dump FourCC correctly, print conversion messages, add reference to
+ ddraw in DDSurface::GetDDInterface.
- * [objects/dc.c]
- Fixed SetDCState() for memory DC (thanks to Constantine
- Sapuntzakis for spotting this one).
+ * dlls/x11drv/x11drv_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Restrict nTimeout to 0-32767, since it is a 16bit value in X.
- * [windows/winpos.c]
- Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
+ * dlls/ntdll/signal_i386.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Exception handling for SIGFPE must always clear the FPU interrupt
+ status.
+
+ * 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:
+ Moved shared crtdll/ntdll functions into ntdll.
+ Made crtdll a separate dll.
+
+ * 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:
+ Cleaned up a few inter-dll dependencies.
- * [*/*]
- Added Win32 version for many graphics functions.
+ * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
-Thu Oct 31 10:00:18 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
- * [controls/button.c]
- BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files fixes.
+ - Minor bug fixes and additions.
+
+ * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Restructure DirectSound. Remove dsound thread, use MM timers
+ instead. Implemented the DirectSound HEL, with the ability to
+ prebuffer 300ms of sound, while maintaining play latency of 40ms, and
+ the exact playposition (Starcraft cinematics are lip-synched). Some
+ initial HAL support.
+
+ * relay32/builtin32.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Replaced the BUILTIN32_dlopen() ERR() by a WARN().
+
+ * include/winresrc.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added include/winresrc.h for porting with winelib.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Francois Gouget <fgouget@psn.net>
+ Merged DeviceCapabilities and DeviceCapabilitiesA.
+
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
+ Francois Gouget <fgouget@psn.net>
+ Merged MCIWndCreate and MCIWndCreateA.
+
+ * dlls/ole32/compobj.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ CLSIDFromString apparently also accepts ProgIDs as an input string.
+
+ * include/winuser.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added SC_ICON/SC_ZOOM (obsolete macros).
+
+ * include/wininet.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added prototypes for new InternetCheckConnection*.
+
+2000-06-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
+ Cleaned up a few inter-dll dependencies.
+
+ * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
+ Alexander V. Lukyanov <lav@long.yar.ru>
+ Fixed problems with compilation/install out of source tree.
+
+ * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
+ Noomen Hamza <noomen@macadamian.com>
+ OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
+ the CLSID of the OLE object is not found in the registry. Fixed.
+
+ * files/profile.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make WritePrivateProfileSectionA care for "" and NULL as the
+ string argument. New function PROFILE_DeleteAllKeys.
+
+ * dlls/winmm/wineoss/midi.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed format strings.
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
+ Rein Klazes <rklazes@casema.net>
+ Fix a crash in winhelp caused by hmemcpy16 without prototype.
+ Fix some compiler warnings.
+
+ * dlls/*/Makefile.in:
+ For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
+
+ * dlls/winmm/wineoss/audio.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed WHDR_DONE race condition.
+
+ * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implemented StrCatBuff.
+
+ * include/shlobj.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added typedef of DROPFILES.
+
+ * include/winerror.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added ResultFromScode/GetScode (obsolete macros).
+
+ * graphics/painting.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ MoveToEx: return TRUE even if there is no driver implementation.
+
+ * dlls/comctl32/status.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Protect against programs creating parts with negative width.
+
+2000-06-18 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/resource.c, msdos/int21.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Use GetSystemDefaultLangID() instead of WINE_LanguageId.
+
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - cleaned-up break handling
+ - better integration of debugger inner loops (parser & events)
+ - added attach command
+ - improved parser so that it can be entered without any process loaded
+ - added BreakOnFirstChance internal variable
+ - disabled NE module symbol module (which is broken with ASS)
+ - misc portability cleanups
+
+ * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
+ Stephane Lussier <stephane@macadamian.com>
+ - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
+ function with a SafeArray created with FADF_FIXEDSIZE.
+ - Added more FADF flags in the .h file.
+ - FADF flags were defined twice, corrected the situation.
+
+ * graphics/x11drv/text.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not assume that double byte font == unicode font.
+
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Added some missing prototypes.
+ Define the HDRAWDIB handle type.
+
+ * include/windowsx.h: Francois Gouget <fgouget@psn.net>
+ hmemcpy16 is a Win16 API, the macro is hmemcpy.
+
+ * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ James Hatheway <james@macadamian.com>
+ Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
+ functions already implemented.
+
+ * dlls/winmm/mciseq/mcimidi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed port status query.
+
+ * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
+ Added DirectSound device driver header file.
+
+ * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
+ Make the base relocation message a WARN, not a FIXME.
+
+ * tools/Makefile.in:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Distinguish between SUBDIRS and INSTALLSUBDIRS.
+
+ * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+ CB_SETCURSEL should not generate another listbox event after updating
+ the edit box.
+
+ * dlls/comctl32/treeview.c:
+ Noomen Hamza <noomen@macadamian.com>
+ WM_PAINT should be processed only by the TREEVIEW_Paint function, so
+ we don't need to call DefWindowProcA function within TREEVIEW_Paint.
+
+ * windows/class.c:
+ James Hatheway <james@macadamian.com>
+ We must return the atom of the class in GetClassInfoEx instead of just
+ TRUE.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ James Hatheway <james@macadamian.com>
+ Added a stub for CoCreateFreeThreadedMarshaler().
+
+ * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
+ OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
+
+ * controls/menu.c:
+ Francois Jacques <francoisj@macadamian.com>
+ GetSystemMenu called with bRevert argument set to TRUE now returns
+ NULL as specified in Platform SDK.
+
+ * graphics/x11drv/dib.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Fixed memory access outside of the range for source bits in 24-bit bitmaps.
+
+2000-06-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/ole32.spec:
+ Francois Jacques <francoisj@macadamian.com>
+ Make IIDFromString point to CLSIDFromString.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - better error check when importing functions via GetProcAdress
+ - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
+ - changed call order when browsing to different folder (crash with native shell)
+ - removed Move call since IShellview_CreateViewWindow creates it already in
+ the right rect
+
+ * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - fixed null-pidl from _ILCreateControl
+ - some more no-name functions in shlwapi
+
+ * dlls/shell32/systray.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Keep an internal copy of the icon.
+
+ * include/objbase.h: Francois Gouget <fgouget@psn.net>
+ Reorder the __attribute__ directive in the legacy macros for
+ compatibility with old g++ compilers.
+
+ * graphics/x11drv/dib.c:
+ Ken Coleman <ken_coleman@iname.com>
+ Fixes to CreateDIBSection and other areas where biSizeImage is
+ incorrectly assumed to be correct if it non-zero. This fixes a
+ crashing problem in Sid Meier's Alpha Centauri.
+
+----------------------------------------------------------------
+2000-06-15 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
+ David Lassonde <davidl@macadamian.com>
+ Implemented the More Windows... menu item for MDI.
+
+ * windows/dialog.c:
+ Sheri Steeves <sheri@macadamian.com>
+ Check again for GetNextDlgTabItem after return from WM_INITDIALOG
+ message in dialog creation.
+
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Set clipping region to client window in LISTBOX_Paint.
+
+ * server/main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ More verbose error message.
+
+ * unicode/mbtowc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ cp_mbstowcs: check functions return zero on success.
+
+ * files/dos_fs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetFullPathName: get "drive" value too for absolute paths.
+
+ * misc/printdrv.c:
+ Frederic Boulanger <frederic@macadamian.com>
+ CreateSpoolFile is called with a dos name, we have to make sure that
+ when we create the spoolfile we use the unix name associated to the
+ dos file name.
+
+ * include/winbase.h, misc/comm.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ - add prototypes for serial API functions
+ - correct existing serial API prototypes incorrectly using DWORD
+ instead of HANDLE
+ - define more structures and values in serial API
+
+ * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
+ Added a NULL pointer check within DCE_AddClipRects function.
+
+ * loader/resource.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Optimized implementation of LoadStringA.
+
+ * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
+ Text of WWN article "The X11 driver".
+
+ * documentation/HOWTO-winelib:
+ Wilbur N. Dale <wilbur.dale@lumin.nl>
+ WineLib does not support Win16. Removed references to Win16 and Win
+ 3.x in the introduction. Standardized capitalization of Wine and
+ WineLib. Added documentation for compiling a simple "Hello World"
+ WineLib program.
+
+ * windows/message.c:
+ Sheri Steeves <sheri@macadamian.com>
+ Added setting of cursor postition to MSG_PostToQueue.
+
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ WM_SETREDRAW should repaint the listbox when set to on if something
+ has been changed.
+
+2000-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Removed @PROGEXT@ (it was broken anyway).
+ Improved 'make install'.
+ Cleaned up the main Makefile.
+
+ * scheduler/handle.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ ConvertToGlobalHandle: fixed handle leak.
+
+ * include/options.h:
+ Fixed options structure definition.
+
+ * windows/winpos.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Made SetWindowPos handle the case when inserting a window after itself
+ (don't need to change the Zorder).
+
+ * documentation/opengl:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Updated OpenGL documentation.
+
+ * dlls/olepro32/olepro32.spec:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Set the base for the ordinals of olepro32 to 248.
+
+ * include/commctrl.h:
+ Matthew J. Francis <mfrancis@plus.net.uk>
+ Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
+ NMUPDOWN.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ jimregan@litsu.ie
+ Added difftime function.
+
+2000-06-13 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Initial release of the message compiler.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - new dll shfolder.dll
+ - small fixes
+
+ * 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:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Bugfix: Corrected "off by one" error in the linenumber while parsing
+ resource.
+ - Bugfix: A segfault would occur if messagetables were parsed without
+ memory options attached. Also added buffer-overflow safeguard while
+ converting between byteorders.
+ - Finished remapping usertype resources onto standars types by tricking
+ the parser into accepting a different token. The remapping can be
+ disabled with a new commandline option '-m'.
+ - Resolved some warning about chars used as index on SGI O2 machine
+ (the ctype isXXX() routines are macros there).
+
+ * ole/ole2nls.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
+ extended search.
+
+ * documentation/opengl:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ OpenGL documentation.
+
+ * files/drive.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
+ on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
+ normally returns the "avail" of the corresponding partition.
+ Cleaned up GetDiskFreeSpaceA.
+
+ * windows/x11drv/wnd.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Do not change the WS_CHILD style in SetParent.
+
+ * 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:
+ Use the Unicode string functions from wine/unicode.h instead of the
+ crtdll ones.
+
+ * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
+ Added a couple of Unicode string routines.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added 24->32 packed pixel mapping support to convert.
+ Slightly rewrote the conversion initialisation.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Strip whitespace from front of profile values.
+
+2000-06-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Implementation for PrivateExtractIcons, PrivateExtractIconEx.
+
+ * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - implemented Get/SetThreadLocale
+ - added comment about OleErrorInfo field in TEB
+
+ * include/ddraw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added struct offsets so understanding game disassembly is easier.
+
+ * dlls/wineps/brush.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ If printer only supports level 1 PostScript then complain rather than
+ trying to use a pattern color space. Thanks to David Goodenough.
+
+ * include/wine/obj_base.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Corrected IsEqualGUID prototype.
+
+ * dlls/ddraw/dga2.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ replaced a DPRINTF by a TRACE
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - moved the 'constructor' into a real DLL init function
+ - make OpenGL32 dependant on the X11 driver
+
+ * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
+ hookThunk was not initialized in GetDcState.
+
+ * graphics/x11drv/text.c:
+ Use the font default char for undefined characters when mapping from
+ Unicode.
+
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ New OpenGL thunk generation script.
+
+ * dlls/ddraw/dsurface/x11.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Removed the Release in case of error as we do not AddRef anymore.
+
+ * misc/version.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Made the DLL version clash error message more verbose.
+
+ * 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:
+ Reimplemented Unicode case mapping in a slightly more efficient way.
+ Moved case mapping support to the unicode directory.
+ Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
+
+2000-06-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/header.c:
+ Aric Stewart <aric@codeweavers.com>
+ We were not properly masking the item that was sent with the message
+ and also we where not sending the notification at the proper times.
+
+ * controls/listbox.c:
+ Jason Mawdsley <jason@macadamian.com>
+ Take focus before setting the caret position and selections.
+
+ * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
+ Fix for compiler warning (due to setjmp/longjmp being used for
+ exception handling).
+
+ * controls/button.c:
+ Sheri Steeves <sheri@macadamian.com>
+ Added save and reset of SetBKMode values in WM_PAINT.
+ Added handling of lParam value in BM_SETSTYLE.
+
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Reordered the CALLBACK and WINAPI directives so that it compiles with
+ old g++ versions.
+
+ * include/vfw.h, include/windef.h:
+ Francois Gouget <fgouget@psn.net>
+ - Define HIC in this header rather than in windef.h (this is the
+ correct thing to do although it is unrelated to the C++ issues).
+ - WINE_HIC is an internal structure and it won't compile in C++ because
+ it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
+ - Reordered the CALLBACK and WINAPI directives so that it compiles with
+ old g++ versions.
+
+ * include/winspool.h: Francois Gouget <fgouget@psn.net>
+ Fixed a typo in the name of FreePrinterNotifyInfo.
+
+ * 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:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ HTTP protocol now supported, InternetCrackUrl fixed, lots of other
+ fixes.
- * [controls/edit.c]
- EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
- EDIT_EM_GetSel() renamed to EDIT_GetSel().
+ * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * dlls/oleaut32/oleaut32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files fixes
+ - Use output prefix instead of high order functions that, for some
+ reason, leaks memory. The memory usage of winapi_check is now greatly
+ reduced. :-)
+ - Turned on argument kind checking of doubles by default
- * [windows/dialog.c]
- DS_LOCALEDIT is a dialog style not an edit style.
+ * dlls/commdlg/comdlg32.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Remove second import of winspool.drv.
- * [windows/winproc.c]
- Stop stack trashing when wndPtr->text == NULL.
+ * controls/static.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add support for icons set by STM_SETIMAGE.
-Tue Oct 29 23:35:04 1996 Constantine P Sapuntzakis <csapuntz@mit.edu>
+ * dlls/wineps/bitmap.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Terminate image data with a '>' [The PSLRM is rather vague about this].
+ Thanks to Bernd Herd.
- * [windows/dce.c]
- GetDCEx32 - The determination of whether to use the DC cache or
- not should be independent of DCX_USESTYLE.
+ * graphics/x11drv/xfont.c:
+ John Elliot <jce@seasip.demon.co.uk>
+ Some fonts may have no characters at all for some reason, avoid crashes.
-Sat Oct 26 17:31:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * dlls/dsound/dsound_main.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Add a few more flags to those recognized when doing trace+dsound.
- * [files/directory.c]
- Added errno.h to #includes
+ * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
+ Don't print uiLengthDrawn in the FIXME in DrawTextExA. Its an output
+ variable, not an input variable.
- * [tools/makedep.c]
- Close files once they have been processed.
+ * graphics/x11drv/dib.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Use XCreateImage/XGetSubImage instead of XGetImage for
+ X11DRV_DIB_GetImageBits.
-----------------------------------------------------------------------
-Tue Oct 22 20:09:52 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+2000-06-10 Alexandre Julliard <julliard@winehq.com>
- * [*/Makefile.in] [tools/makedep.c]
- New program to generate dependencies; should be faster and more
- portable than 'gcc -MM'.
+ * 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:
+ Added support for symbol codepage.
+ Improved handling of undefined codepage characters.
- * [*/*]
- Replaced WPARAM and HDC by explicitly-sized types.
+ * loader/ne/module.c:
+ Make sure GetModuleFileName16 does not return garbage even if the path
+ is not valid (thanks to Andreas Mohr).
- * [windows/hook.c]
- Fixed bug in HOOK_GetHook16 function.
+ * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Assign codepage for every X11 font suffix, and use it for converting
+ text to display.
-Thu Oct 17 09:13:50 1996 John Harvey <john@division.co.uk>
+ * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
+ Rewrote codepage support to use the new codepage tables.
+
+ * 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:
+ Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
+ cp_wcstombs.
+ Minor cosmetic fixes.
+
+ * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Call TSXFlush after setting DGA palette, so it updates immediately.
+
+2000-06-09 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Added a bunch of code page tables for multibyte<->wide char
+ conversions (with the help of Dmitry Timoshkov).
+
+2000-06-08 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Implement NTDLL.towupper and NTDLL.towlower using already existing
+ case conversion tables. Replace all direct calls to towupper/towlower
+ either to NTDLL for core or to CRTDLL if latter already used in the
+ non core dll.
+
+ * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
+ The implementation of StretchBlt in WINE does not use the foreground and
+ background color when a bitmap is copied from mono to mono. This is
+ not the case in the actual implementation under Windows but MSDN did
+ not document it.
+
+ * dlls/comctl32/status.c:
+ Aric Stewart <aric@codeweavers.com>
+ Windows must update the right edge (-1) of the last panel upon drawing
+ instead of relying on WM_SIZE.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Properly handle InsertItem with an invalid HTREEITEM. Windows handles
+ these like a TVI_LAST.
+
+ * windows/x11drv/event.c:
+ Turchanov Sergei <turchanov@otvprim.ru>
+ DGA compile fix.
+
+ * dlls/Makefile.in: Added missing dependency.
+
+ * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
+ Removed the .xcnlnk section hack, and replaced it by another hack in
+ the debugger CREATE_PROCESS event handling.
+
+ * dlls/Makefile.in: Merged mouse dll into USER.
+
+ * programs/winhelp/macro.c: Compile fix.
+
+ * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
+ Removed a few unnecessary includes.
+
+ * 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:
+ Merged mouse dll into USER.
+
+ * 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:
+ Simplified wrc flags handling.
+
+ * windows/win.c:
+ Yet another attempt at fixing CW_USEDEFAULT handling.
+
+ * loader/module.c:
+ Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
+
+ * debugger/module.c:
+ Strip path name from dll when adding symbols.
+
+ * loader/pe_image.c:
+ Send full path name and debug information in load_dll event.
+
+ * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
+ Pass the main exe name in the CREATE_PROCESS debug event.
+
+ * scheduler/sysdeps.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Make a better guess to find the top of the initial stack.
+ Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
+
+ * windows/cursoricon.c:
+ Louis-Philippe Gagnon (of Macadamian for Corel)
+ Search for already loaded CursorIcon was done with the wrong handle,
+ so it was leaking icons. Fixed.
+
+ * 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:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Implemented MESSAGETABLE resource type.
+ - Usertype resources that cause a type-clash with defined resources
+ are now detected and a warning is generated. Some types should be
+ rerouted through other code so that they will be (re-)interpreted.
+ - Bugfix: Line-continuation in strings in resources include a newline.
+ This `feature' got deleted with the builtin preprocessor, but has been
+ put back into place (see last changes comment from version 1.1.0).
+ - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
+ continuation.
+ - Bugfix: Assemblers on some platforms do not use 16bit quantities
+ for `.word'. This directive is now changed into `.short'.
+ - All types that accept inline data definitions (a la RCDATA) now
+ also accept a file specification. This unifies the structure a bit.
+
+2000-06-07 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/dll-overrides:
+ Ove Kaaven <ovek@arcticnet.no>
+ Text of WWN article "DLL overrides".
+
+ * documentation/HOWTO-winelib:
+ Wilbur N. Dale <wilbur.dale@lumin.nl>
+ Added to project. Currently incomplete but will update weekly.
+
+ * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
+ Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
+ has been sent, to avoid deadlocking the debugger.
+
+ * controls/combo.c, include/combo.h:
+ Serge Ivanov <sergei@corel.ca>
+ - ComboLBox is always created as child of ComboBox. If ComboBox has style
+ other than CBS_SIMPLE, parent of listbox is set to desktop.
+ - In CBDropDown. ComboBox uses only first item to calculate height of
+ dropped listbox. Also if listbox is empty its height is unmodified
+ (previously it was set to 0).
+ - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
+ - General clean-up. Message order is now more precise (at least
+ notifications to client); listbox - combobox interaction has slight
+ differences comparing to Windows.
+
+ * controls/edit.c: Serge Ivanov <sergei@corel.ca>
+ - Removed dependency of edit control from combobox implementation.
+ - Edit control uses undocumented window style 0x0200 to detect is it a part
+ of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
+ window handle (see comments for combo.c below).
+ - EDIT_CheckCombo - modified for correct handling of keyboard messages.
+ - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
+ depends on whether listbox is dropped down. This prevents closing of dialog
+ if listbox is dropped down and allows combobox to process these keyboard
+ messages properly.
+
+ * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
+ - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
+ - When user clicks outside of dropped listbox, original selection must be
+ restored.
+ - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
+ LB_CARETON message before dropping listbox down (but only for
+ CBS_DROPDOWNLIST - I don't now why).
+
+ * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
+ Well, SetParent doesn't work properly at all, but at least it must preserve
+ window ID. In fact it also must preserve window styles, destroy X
+ counterpart if parent of popup or overlapped window is set to someting
+ different from Desktop, and lot of other stuff that it must and mustn't do.
+ But preserving ID is good enough for now.
+
+ * include/winuser.h: Serge Ivanov <sergei@corel.ca>
+ Added undocumented window style.
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Small update to documentation
+ - More player/group interface implementation (not tested)
+
+ * win32/except.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't call MessageBoxA before USER is initialized.
+
+ * controls/listbox.c: Stephane Lussier
+ Sheri Steeves
+ Haithem Hmida
+ - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
+ and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
+ the size in both cases.
+ - When the caret index change, items repainting need tp be in this
+ order
+ a) Paint old caret item without the focus
+ b) Paint old caret item without the selection
+ c) Paint new caret item with the selection
+ d) Paint new caret item with the focus.
+ - When repainting the listbox, we should paint all items regarding if
+ they are slected or not and then paint after the focus item. So focus
+ item will end out being painted twice. (That's what Windows does).
+
+ * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
+ mmap() fails with ENODEV on NTFS under Linux.
+
+ * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ PathFindNextComponent: return pointer to NULL and not NULL.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added handling of TBSTYLE_AUTOSIZE.
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update.
+ - Turned on calling convention checking for Win32 functions by
+ default.
+
+ * dlls/comctl32/toolbar.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ TOOLBAR_DrawString: catch index== -1 (but not yet handled).
+
+ * misc/options.c:
+ Fixed off-by-one error in string allocation.
+
+ * windows/win.c:
+ Alexandre Julliard <julliard@codeweavers.com> for Corel
+ The window dimensions have to be initialized before sending the
+ WM_GETMINMAXINFO message.
+
+ * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed mis-aligned accesses during BIOS/DOS data initialization.
+
+ * tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed size of pe_header on machines with non-4K pages.
+
+ * if1632/snoop.c, relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use "CALL" and "RET" in capital letters for distinction.
+
+ * dlls/comctl32/propsheet.c:
+ Noomen Hamza <noomen@macadamian.com>
+ The active page should be unchanged when removing an active first page
+ from a property sheets.
+
+2000-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Updated support for Solaris/Sparc architecture.
+
+ * dlls/comctl32/toolbar.c:
+ Michael Cardenas <michael_cardenas@deneba.com>
+ Corrected a potential crash.
+
+ * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved stack switch handling (large stack) to sysdeps.c
+ Enable exception dispatch while on large stack.
+
+ * dlls/comctl32/listview.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Finished the implementation of LISTVIEW_SetColumnWidth. Tested
+ against windows thoroughly. Fixed bug resulting in unsigned values
+ being passed into LISTVIEW_SetColumnWidth from the listview window
+ procedure. Fixed LISTVIEW_GetItemHeight to disregard the height of
+ icons if no icons exist.
+
+ * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
+ Added defines for LVSCW_AUTOSIZE/_USEHEADER.
+
+ * dlls/comctl32/header.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Replaced calls to HEADER_Refresh with InvalidateRect.
+
+ * dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@rz-online.de>
+ Started support for menubar-like toolbars.
+
+ * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Compile fixes for non-i386 archs.
+
+ * controls/button.c, controls/uitools.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Attempt to paint the checkbox and radio buttons better.
+
+2000-06-03 Alexandre Julliard <julliard@winehq.com>
- * [include/debug.h] [include/stddebug.h]
- Added debug option for win16drv (-debugmsg +win16drv)
+ * dlls/ttydrv/ttydrv_main.c: Fixed warning.
- * [graphics/win16drv/init.c]
- Only enable CreateDC if printer=on specified in wine section of
- wine.conf.
- printfs changed to dprintf_win16drv.
- Some tidying up.
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
+ Eric Kohl <ekohl@rz-online.de>
+ Updated to dll version 5.81 (IE 5.01).
+
+ * dlls/comctl32/treeview.c:
+ Eric Kohl <ekohl@rz-online.de>
+ Implemented TVM_GETITEMW.
+
+ * dlls/comctl32/listview.c, include/listview.h:
+ Jason Mawdsley <jason@macadamian.com>
+ Added support for typing the filename in the listview control and
+ having the control select it.
- * [include/gdi.h] [graphics/x11drv/clipping.c]
- [graphics/x11drv/Makefile.in]
- Moved SetDeviceClipping into drivers.
+ * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
+ Removed MSG_WineStartTicks (does not work for multiple address spaces
+ anyway).
-----------------------------------------------------------------------
-Sun Oct 13 15:32:32 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * graphics/enhmetafiledrv/init.c:
+ Replaced GetDC by CreateDC.
+
+ * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
+ Moved DIB_FixColorsToLoadflags to cursoricon.c.
+
+ * documentation/wine.man.in:
+ Peter Ganten <peter@ganten.org>
+ Documented the new wine command line and the environment variable
+ WINEPREFIX.
+
+ * msdos/dpmi.c, dlls/dsound/dsound_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
+ Delay loading of interrupt table functions until they are needed.
+
+ * include/miscemu.h, msdos/ioports.c:
+ Delay initialization of I/O permissions until they are first used.
- * [Make.rules.in] [*/Makefile.in]
- Made it possible to compile from a directory other than the source
- directory.
+ * 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:
+ Moved kernel initialization to kernel_main.c
+
+ * 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:
+ Merged display.dll into USER.
+
+ * misc/wsprintf.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed crash.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Start to separate KERNEL out of libwine.
+
+2000-06-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Preserve WM hints that were set during window creation by calling
+ XGetWMHints prior to XSetWMHints.
- * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
- [objects/metafile.c] [objects/dc.c]
- New graphics driver for metafiles.
+ * include/commdlg.h:
+ Michael Cardenas <michael_cardenas@deneba.com>
+ Added a few message crackers.
+
+ * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
+ Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
+ statements, to autogenerated wine.conf.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - Rewrite of the shell related parts of the dialog to use the already
+ in shell32implemented functions (ShellFolder/Path*). Eliminated direct
+ file access.
+ - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
+ some dlls per *.spec file
+ - Most OpenFile Flags (OFN_*) should work properly now
+ - The edit box should work right with all stuff entered in it like
+ ..\temp\file.txt or just c: to change a drive
+ - Optimized DataObject handling
+ - Some bugs fixed, should work with native shell32 again.
+ - Stubs for PrintDlgEx
+
+2000-06-01 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Lots of spelling fixes that accumulated in my tree again, made several
+ error msgs more verbose, doc updates.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - New (some stubs): SHGetFolderLocation, PathAddExtension,
+ PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
+ SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
+ - Many string functions implemented
+ - Some stubs for exports by ordinal
+
+ * loader/pe_image.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Give a error message if a forwarded export is not resolved.
+
+ * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Implemented FindFirstFileEx, cleaned old implementation up.
+
+ * controls/widgets.c:
+ Louis-Philippe Gagnon (of Macadamian for Corel)
+ Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
+ Static window class was registered without the CS_DBLCLKS style (which it
+ has in Windows).
+
+ * scheduler/process.c:
+ Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
+
+ * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
+ - Added some SoundCapture stubs
+ - Changed REFIID to LPCGUID in a few places as per MS header file
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Stub for RtlConvertSidToUnicodeString.
+
+ * controls/static.c: Serge Ivanov <sergei@corel.ca>
+ MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
+ SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
+
+ * dlls/winsock/socket.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed warning.
+
+2000-05-31 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+ Set a default size for windows when CW_USEDEFAULT is used.
+
+2000-05-30 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
+ Zoran Dzelajlija <jelly@srk.fer.hr>
+ Basic Croatian language support.
+
+ * controls/edit.c: Serge Ivanov
+ Returning DLGC_WANTALLKEYS for multiline edit control was not good because
+ it breaks navigation in dialogs.
+
+ * dlls/dsound/dsound_main.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Fixed some initialization/destruction and reference counting
+ - Added a little more debugging information
+
+ * tools/font_convert.sh:
+ Peter Ganten <peter@ganten.org>
+ Added a shell-script for easier font-installation.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Separate wineps out of Wine's core.
+
+ * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added a little more dll level debugging and small changes
+ - Start on group and player interfaces
+
+ * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Add another way to create a 3d listener interface.
+ - Fix up some reference counting bugs and interface creation bugs
+ - Add DirectSoundEnumerateW stub
+ - Add DirectSoundCaptureEnumerate{A,W} stubs
+
+ * dlls/comctl32/datetime.c, include/datetime.h:
+ Chris Morgan <cmorgan@wpi.edu>
+ Added 3D border around control. Fixed monthcal control popup. Added
+ WM_SIZE support. Optimized drawing. Added WM_LBUTTONUP handling.
+ Handle DTS_RIGHTALIGN style. Fixed handling of formatting styles,
+ date is now displayed properly for DTS_SHORTDATEFORMAT.
+
+ * dlls/comctl32/monthcal.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Removed all direct calls to MONTHCAL_Refresh() and replaced with
+ either RedrawWindow or InvalidateRect. Optimized drawing using
+ RedraWindow and update regions. Fixed "Today" date bug where year was
+ only one digit. Fixed drawing of circle drawn next to "Today". Fixed
+ moving to previous or next month by clicking on days belonging to
+ previous or next months.
+
+ * relay32/kernel32.spec, win32/console.c:
+ Ulrich Czekalla <ulrichc@corel.com>
+ Add stub for SetConsoleOutputCP.
+
+ * tools/wrc/ppy.y:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add a ; needed by some YACCs.
+
+ * dlls/ddraw/dsurface/x11.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Install the colormap only if it was created.
+
+ * msdos/int21.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
+
+ * dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implemented wglShareLists and wglGetCurrentDC.
+
+ * 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:
+ Moved idle event handling to the server.
+
+ * windows/win.c:
+ Use GetStartupInfoA() instead of accessing process structure
+ directly.
- * [if1632/thunk.c]
- Added thunks for SetWindowsHook and SetDCHook.
+ * loader/task.c:
+ Make sure initial task is not marked as 32-bit.
+
+ * misc/options.c:
+ Make child processes inherit command-line options through the
+ WINEOPTIONS environment variable.
+
+ * windows/win.c: Serge Ivanov
+ SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
+
+ * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Moved DISPDIB out of the kernel into GDI.
+
+ * controls/combo.c, include/combo.h:
+ David Grant <davidgra@corel.ca>
+ - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
+ - Edit text must be selected only if CB is in focus.
+ - If CB has edit control we have to call CBUpdateEdit to update its
+ contents. Invalidating textRect will not force updating of child
+ edit control, obviously.
+ - We have to protect ourselves from changing selection in listbox when
+ we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
+ EN_CHANGE will not reselect item in the lisbox.
+
+ * dlls/gdi/gdi_main.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Add include for LoadLibrary.
+
+ * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
+ Turchanov Sergei <turchanov@otvprim.ru>
+ Implemented local atoms in the server.
+
+ * if1632/builtin.c: Do not load wineps on startup.
+
+ * misc/comm.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed warning.
+
+ * controls/combo.c: Owen Wang
+ When you click on an icon to open a combo box, you would expect it to
+ be enabled so you can choose something in it. In Wine this was not
+ guaranteed since your default flags could get lost in the process-heap
+ of the application.
+
+2000-05-29 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Exec a separate wine binary for every win32 process so that they run
+ in separate address spaces.
+ Run 16-bit tasks as Win32 threads, not processes.
+
+2000-05-26 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20000526.
+
+ * controls/listbox.c: Serge Ivanov
+ - Added handling of WM_MOUSEACTIVATE message
+ - Added in_focus field to internal listbox's structure. This flag is set on
+ receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
+ GetFocus function were replaced with checks of this flag.
+ - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
+ clear
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Started local name server framework.
+
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add PrintSetup dialog and support for hooks and templates.
+ Move 16 bit api definitions out of commdlg.h to cdlg.h
+
+----------------------------------------------------------------
+2000-05-26 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/listbox.c: Serge Ivanov
+ - Added handling of WM_MOUSEACTIVATE message
+ - Added in_focus field to internal listbox's structure. This flag is set on
+ receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
+ GetFocus function were replaced with checks of this flag.
+ - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
+ clear
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Started local name server framework.
+
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add PrintSetup dialog and support for hooks and templates.
+ Move 16 bit api definitions out of commdlg.h to cdlg.h
+
+ * controls/edit.c: Henning Hoffmann
+ Don't send EN_CHANGE after painting the edit.
+ Send it wherever text is changed.
+
+ * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
+ Moved the EN_UPDATE notification out of the paint handler. Instead,
+ the notification is sent when an InvalidateRect is made after
+ modifying the text.
+
+ * dlls/comctl32/tooltips.c:
+ Francois Methot (Macadamian)
+ Fixed the blank color palette tooltip bug by triggering a refresh of
+ the tooltip with UpdateWindow function instead of calling directly the
+ refresh function.
+
+ * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
+ James Juran <juran@cse.psu.edu>
+ DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
+
+2000-05-25 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in:
+ Do not clear suffixes list (breaks BSD make).
+
+ * dlls/winspool/info.c, include/winspool.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Move winspool to unicode.
+ Minor bug fixes.
+
+ * dlls/comctl32/trackbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Reworked the thumb drawing code, thumb calculation code, channel
+ calculation code, and corrected some bugs in how tics are drawn and
+ how clicks are handled.
+
+ * controls/edit.c:
+ Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
+ Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Use clipping regions to reduce the amount of processing performed when the
+ toolbar is repainting. Reduces processing by approximately 85-95% in most
+ cases.
- * [windows/dialog.c]
- Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fixes crash when calling Treeview_EndEditLabelNow and no node is
+ currently edited.
+
+2000-05-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/flatsb.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Defer to standard scrolling APIs for non-flatSB specific functions so
+ that flatSBs show up and behave properly, just not with flat properties.
+
+ * graphics/x11drv/dib.c:
+ Rob Farnum <robf@codeweavers.com>
+ Separate out the 32bit case from the 24bit case, and copy 3bytes of
+ source for every 4bytes of input, into the destination for the 24bit
+ case.
+
+ * include/winbase.h, include/winnt.h, win32/file.c:
+ Francois Gouget <fgouget@psn.net>
+ Sorted out a few misplaced definitions.
+ Added some missing definitions related to file handling and virtual
+ memory manipulation.
+ Added IsTextUnicode.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added handling for TVS_SINGLEEXPAND.
+
+ * dlls/comctl32/tab.c:
+ Aric Stewart <aric@codeweavers.com>
+ Corrected the problem where a tab control marked multiline but has
+ only one tab was being justified to fill the whole tab space.
+
+ * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
+ Commented out broken __asm__, added comments where it is broken.
+
+ * dlls/comctl32/listview.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Inserted a missing call to SetWindowPos(). With this change the header
+ control is visible again in list views with report style.
+
+ * Make.rules.in, tools/wrc/Makefile.in:
+ Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
+
+2000-05-23 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/message.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Send a normal mouse message code in WM_PARENTNOTIFY, even if the
+ actual message was a non-client one.
+
+ * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Updated API files
+ - Better headers and prototype checking
+ - Prototype checking now called --prototype instead of --headers
+ - New options --headers-{duplicated,misplaced} for
+ duplicated/misplaced functions checking of the headers.
+ - Minor bug fixes.
+
+ * Make.rules.in, configure, configure.in:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ If system doesn't have OpenGL, don't refer to libopengl32.so.
+
+ * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
+ Abey George (of Macadamian/Corel)
+ When you open files with Embedded objects, they were not getting drawn
+ correctly. When you paste OLE objects with presentation data, they
+ were not getting drawn correctly.
+
+ * controls/menu.c: Rob Farnum <robf@codeweavers.com>
+ Post a WM_CANCELMODE message to wake up the internal menu handling
+ code. This fixes the problem of a menu being orphaned when the parent
+ window disappears, or if the parent loses focus.
+
+ * dlls/winsock/socket.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix a mismatch between format string and parameter.
+
+ * dlls/comctl32/updown.c:
+ Susan Farley <sfarley@codeweavers.com>
+ SetBuddy no longer overwrites its superclass' WndProc property when
+ the buddy has already been subclassed, eliminating the infinite loop
+ that resulted.
+
+ * configure, configure.in:
+ John R. Sheets <jsheets@codeweavers.com>
+ Cleaned up X11 extension tests.
+
+ * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
+ Capture ^V,^X,^C and translate it to the corresponding message for
+ paste, cut, copy.
+
+ * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
+ - prevent HalfLife from crashing when it frees three times the same
+ rendering context
+
+ * graphics/vga.c, include/vga.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Improved DirectDrawPalette handling (set it on init, not every time it
+ changes). Added VGA_WriteChars() function.
+
+ * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
+ Scale mouse coordinates to default width 640.
+
+ * dlls/ddraw/ddraw/main.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made WINE_DirectDraw a decorationless popup window. Fixes mouse
+ coordinates previously offset by the invisible decorations.
+
+ * include/winnt.h:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #undef DELETE before (re)defining it.
+
+ * dlls/comctl32/tooltips.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Fixed tooltips.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Reduce toolbar redrawing and flicker by calling RedrawWindow() in
+ TOOLBAR_MouseMove() only if hot effect applies to the current hot
+ button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
+ restore hot effect properly.
+
+ * controls/listbox.c: Serge Ivanov
+ Fixed WM_LBUTTONDBLCLK handling.
+
+ * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Set and retrieve the window icon that is drawn under managed mode
+ (based on the work of Andrew Lewycky for Corel).
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Corrected a problem of when oldHit is negative and we try to use it as
+ an index into the buttons array.
+
+ * include/windows.h: Francois Gouget <fgouget@psn.net>
+ Should include commdlg.h.
+
+ * include/windef.h: Francois Gouget <fgouget@psn.net>
+ Define the _X86_ macro on Intel processors.
+
+ * controls/edit.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Some part of EDIT_EM_LineLength code was commented (broken). Restored
+ the capability to calculate the remaining non-selected chars of a
+ selection area.
+
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Remove the PRIMARYSURFACE attribute from back buffers.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
+ header like normal but just sets it not visible. This fix lays out
+ those supposedly nonexistent headers to size 0,0. So that even if they
+ become visible they are not drawn.
+
+ * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Remove the direct call into core (DIALOG_DoDialogBox).
+
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Initialize the back-buffer with the correct VTable.
+
+ * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added option to get double-buffered desktop
+ - implemented wglUseFontBitmapsA and wglDeleteContext
+
+ * 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:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Implemented animated cursors and icons resource types.
+ - Added partial support for font resources (user supplied fontdir is
+ required).
+ - All resources with inline data (a la RCDATA) now support language,
+ version and characteristics data.
+ - Implemented resource name duplicate checks. It is now an error if
+ two resources of the same type have the same name.
+ - Bugfix: Language propagation was not correct when .res files were
+ generated.
+ - Bugfix: VERSIONINFO now handles memory options.
+ - Bugfix: resource names and the resource type may be equal (e.g. MENU
+ MENU {...}). This support was mistakingly deleted in the upgrade to
+ the builtin preprocessor.
+ The standalone LANGUAGE setting became context sensitive as a consequence
+ of this. Now it *must* end with a newline *after* both expressions and
+ no newlines are allowed within the line (the statement must fit on one
+ line). This is no practical problem though.
+
+ * tools/winapi_check/output.pm:
+ Francois Gouget <fgouget@psn.net>
+ Send regular messages to stdout so that they are separate from
+ progress messages.
+
+ * documentation/bugreports:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Regression testing using CVS.
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Small fixes/updates
+ - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
+
+ * documentation/winedbg:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ A bit of documentation on new debugging features.
+
+ * files/directory.c: James Juran <juran@cse.psu.edu>
+ SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
+ it does not find the file.
+
+ * scheduler/debugger.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Use WARN() instead of TRACE() in DebugOutputA().
+
+ * memory/heap.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ HeapFree on a NULL ptr should return TRUE.
+
+2000-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
+ mode and item text is wider than the current nItemWidth.
+
+ * loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
+ Fixed initialization of INSTANCEDATA in InitTask().
+
+ * dlls/ole32/storage.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ StgOpenStorage16: correct arguments to the CreateFile call.
+
+ * files/dos_fs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DOSFS_DoGetFullPathName: terminate string weh called like .\\file
+
+ * dlls/icmp/icmp_main.c:
+ Francois Gouget <fgouget@psn.net>
+ Replace the calls to malloc by calls to HeapAlloc and friends.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixes the line of garbage at the bottom of images and the fact that
+ the buttons in the open dialog box where too tall.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
+
+2000-05-18 Alexandre Julliard <julliard@winehq.com>
+
+ * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added remaining DirectX 3D3 6&7 3D interfaces.
+ - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
+ DirectX 7 headers.
+ - Fixed dsound.h include list (d3d.h->d3dtypes.h).
+
+ * programs/regapi/README:
+ Juergen Lock <nox@jelal.kn-bremen.de>
+ Minor update.
+
+ * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_test.
+
+ * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
+ Patrik Stridvall <ps@leissner.se>
+ GetRelAbs for some reason takes 2 parameters, even though the second
+ one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
+
+ * controls/edit.c: Sheri Steeves
+ The edit is now detected correctly if the parent is a combo box. It
+ wasn't working when the combobox was superclassed.
+
+ * windows/nonclient.c: Francois Boisvert
+ System icons in the small caption bars are displayed with the right size.
+
+ * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Minor bug fixes.
+
+ * dlls/comctl32/tab.c:
+ Francois Gouget <fgouget@psn.net>
+ Convert C++ comments to regular C comments.
+
+ * 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:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
+ map to point to the IDirectDrawPalette's own depth conversion color map.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Initialize an identity mapping in CreatePalette if no depth conversion
+ is necessary. Also fixed a warning.
+
+ * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
+ Made X11DRV_DIB_MapColor map back to the original color index if the
+ XImage pixel's physical color is still the same.
+
+2000-05-15 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/xfont.c:
+ Use the correct display for cached metrics file name.
+ Store metrics in specified config dir.
+
+ * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
+ Make sure all Wine processes share the same X display.
+ Inherit --managed option across processes.
+ Add support for specifying display and managed mode in config file.
+
+ * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
+ Use unsigned int instead of unsigned short in DirectDraw
+ depth-conversion color map.
+
+ * controls/listbox.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Avoid calls to SetFocus when they are unnecessary.
+
+2000-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/treeview.c:
+ David Black <dblack@btinternet.com>
+ Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
+
+ * dlls/winmm/wineoss/midi.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ More verbose errors.
+
+ * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
+ Fixed borders of windows while dragging or sizing to match
+ TWEAK_WineLook setting.
+
+ * relay32/builtin32.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #include <sys/types.h> before <sys/mman.h>.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Moved DDEML into dlls/user.
+
+ * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
+ Added support for registry values larger than the server buffer.
+ When loading a registry file, automatically determine overlap between
+ key name and file contents based on the first key name.
+ Removed v1 saving code.
+ Save USER\.Default separately into ~/.wine/userdef.reg.
+
+ * 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:
+ Ove Kaaven <ovek@arcticnet.no>
+ Improved DIBSection support for IDirectDrawSurface::GetDC.
+
+ * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - set debug messages after a TRACE_ON test
+ - prevent crash when making the NULL context current
+
+ * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
+ When new menu Id is not found or index > nitems, insert the new menu
+ at end of current menu.
+
+2000-05-13 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added ability to create 3D3 interfaces for Xlib
+ - Changed DD_OK to D3D_OK in some places for consistency
+ - Cleaned up some compiler warnings present without DGA2
+ - Changed order for DirectDrawEnumerateExA to enumerate at least
+ what abilities are known rather than bailing on unsupported flags
+ - Added DirectDrawCreateEx stub
+
+2000-05-12 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Distinguish RADIOCHECK style menu items from standard checkmark menu
items.
- * [*/*]
- Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
- HINSTANCE, HMENU, HRGN and HTASK.
+ * controls/button.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
+ should be sent a BN_CLICKED when it receives the focus.
-Wed Oct 9 14:59:45 1996 Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
+ * files/dos_fs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetFullPathname: add missing termination to the string.
+
+ * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed byte order on Solaris and FreeBSD.
+
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added support for OpenGL.
+
+ * dlls/shell32/shlfolder.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed absolute path to pidl generation.
+
+2000-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlfolder.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Fixed buffer overflow.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some debug messages.
+
+ * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Check for missing modules in modules.dat.
+ - New options --debug-messages for debug message checking (turned off
+ by default)
+ - Do not discard the argument name (use in debug message checking)
+ - Improved parsing
+ - Minor bug fixes
+
+ * graphics/x11drv/dib.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Fixed asm() constraints.
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed %p in printf (now using wsprintf which doesn't support it).
+ Added ThreadId and ProcessId internal vars.
+ Allow at startup to pick up a process to debug.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed division by zero.
+
+ * dlls/comctl32/trackbar.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
+
+ * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
+ Scroll off-screen controls when scroll rectangle is NULL.
+
+ * dlls/comctl32/tab.c, include/tab.h:
+ Ken Thomases <ken@codeweavers.com>
+ Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
+ mouse-over).
+
+ * dlls/comctl32/imagelist.c:
+ Aric Stewart <aric@codeweavers.com>
+ Remove the background from the new image when it is being replaced
+ with a ReplaceImage.
+
+ * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
+ Bernd Herd <info@herdsoft.com>
+ Make sure hInstance is a proper global handle and not a selector
+ value.
+
+ * dlls/commdlg/printdlg.c: Jean-Claude Batista
+ PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Clean up the drawing code after a label update. There were problems if
+ the new label is shorter that the old label fragments of the old label
+ were left drawn.
+
+ * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
+ Clear menu handle after destroying menu.
+
+ * controls/menu.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Revalidate menu handle in mt.hTopMenu after DispatchMessage.
+
+ * windows/dialog.c: Bernd Herd <info@herdsoft.com>
+ Pass CTLDATA as SEGPTR for 16-bit programs.
+
+ * dlls/version/ver16.c:
+ Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
+ Prevent possible NULL pointer access.
+
+2000-05-10 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c: Aric Stewart <aric@codeweavers.com>
+ - Wine was passing the wrong hwnd as the owner when processing owner
+ drawn menubars.
+ - When doing MENU_CalcItemSize for the menu bar we were not properly
+ padding the returned rect.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Allow the user to cancel label editing with esc and confirm with return.
+
+ * dlls/comctl32/tab.c:
+ Ken Thomases <ken@codeweavers.com>
+ Restore accidentally undone changes.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ - Wine was not properly reporting back the edited label to the
+ application in a treeview when the label is a callback.
+ - Because windows applications assume they get a new edit control
+ every time they often subclass that edit box willy-nilly and do not
+ clean up. So it is necessary to actually give them a new edit control
+ each time.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ - Cleaned up some of the drawing code, specifically dealing with
+ avoiding trying to draw invalid bitmaps.
+ - Avoid directly calling drawing functions instead invalidating rects
+ and relying on WM_PAINT.
+ - For the dropdown event check the button style as opposed to the
+ toolbar style.
+
+ * dlls/dsound/dsound_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make internal buffers size multiple of 4.
+
+ * windows/mdi.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Verify the menu handle is non-zero prior to use.
+
+ * controls/menu.c: Ken Thomases <ken@codeweavers.com>
+ Fixed to display popup-menu arrow on owner-drawn popup menus.
+ Fixed positioning of submenus relative to parent menus.
+
+ * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
+ Specify the service thread timers in ms instead of us.
+
+ * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
+ Reserve space for the PE header at the start of the .so file.
+ Store the export table inside the data section so that sections can be
+ properly aligned.
+ Build the relay function table directly in the .spec.c file.
+ Moved relay debugging functions to relay386.c.
+
+ * 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:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Protect against use of comctl32 private control memory after it has
+ been freed.
+
+ * dlls/comctl32/status.c:
+ Aric Stewart <aric@codeweavers.com>
+ Some programs switch their status bar back and forth from simple mode
+ while running. This fix corrects drawing and text setting problems that
+ result from this behavior.
+
+2000-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/heap.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
+ Various optimizations.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed WAVEHDR notification heuristic.
+ Added preliminary support for loops in WAVEHDRs.
+ Fixed issues when mixing open and getCaps calls.
+
+ * 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:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
+ address of a pointer instead of its value. This probably slipped in
+ during the merge of my tree into the winetree.
+ Lesson learned: always double check.
+ - Verified most resources so that win16 compile also generates correct
+ output for reversed endian.
+ - Implemented byte-ordering for resources. All resources can be forced
+ to be little-, big- or native endian with command-line option -B.
+ - Reading resources from .res-files are only accepted in native byte-
+ ordering so that no additional semantic analysis is required.
+ - Resource directory is still written in native-only format, including
+ the strings.
+ - Wrc is now installed through the makefile with 'make install' and also
+ uninstalled with 'make uninstall'.
+ - Wrote a man-page for better reference. The manpage also gets installed
+ and uninstalled.
+ - Cleaned up the namespace a bit by more agressive use of static.
+
+ * dlls/comctl32/tab.c, include/tab.h:
+ Aric Stewart <aric@codeweavers.com>
+ Added the ability to use multiline tab controls to wine.
+
+ * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Number of surface Lock/Unlocks must NOT match, so do NOT use it for
+ reference counting.
+
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Update for new Wine features; use ttydrv instead of x11drv when
+ running regapi, and set correct winedbg path in the registry.
+
+ * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed jump_alias for non-PIC, and disabled it for PIC, since it
+ doesn't work for PIC right now. This fixes current crashing sigaction
+ calls.
+
+ * debugger/memory.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed x /s command.
+
+ * dlls/advapi32/registry.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added some reg temp file clutter check (more than 100 temp files in
+ ~/.wine).
+
+2000-05-07 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ SetImageBits_8: added ->15 conversion in optimized assembler.
+
+ * 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:
+ Jean-Claude Batista
+ Wraps some RichEdit control functionality on an Edit control. It uses
+ a free implementation of an RTF parser written by Paul DuBois
+ http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
+ work with the control.
+
+ * windows/winproc.c:
+ Do not send WM_SIZING to 16-bit windows.
+
+ * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
+ Cleaned up local heap initialisation.
+
+ * 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:
+ Moved Load/FreeLibrary16 definition to winbase16.h.
+
+ * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Separate OLE2NLS out of KERNEL.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Check for missing modules in modules.dat.
+ - Minor bug fixes
+
+ * graphics/x11drv/dib.c:
+ Jean-Claude Batista (Macadamian/Corel)
+ Top-down images have a negative biHeight, the scanlines of theses
+ images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
+ simply changed the sign of lines, the scanlines were correctly handled
+ afterwards
+
+ * debugger/stabs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Old versions of glibc might not have STN_UNDEF defined.
+
+ * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
+ Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
+
+ * dlls/comctl32/status.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Set the itemID member of the DRAWITEMSTRUCT to the number of the
+ status part painted.
+
+ * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
+ Always calls SetMenu in MDISetMenu.
+
+ * dlls/tapi32/line.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Small debug channel cleanup.
+
+ * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
+ Fixed scrolling bug.
+
+ * dlls/comctl32/listview.c, include/listview.h:
+ Chris Morgan <cmorgan@wpi.edu>
+ Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
+ support for the LVS_EX_TRACKSELECT flag. Added code to delete items
+ in LISTVIEW_SetItemCount().
- * [controls/edit.c]
- Fixed EditWndProc() to fall back to DefWndProc() when the
- edit state structure is not available.
+2000-05-05 Alexandre Julliard <julliard@winehq.com>
-Wed Oct 2 14:00:34 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * include/winuser.h, windows/nonclient.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added WM_SIZING message support.
- * [windows/nonclient.c] [windows/mdi.c]
- AdjustWindowRectEx16() should only take notice of the styles
- WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
- WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
+ * graphics/path.c: Rob Farnum <robf@twinux.com>
+ Removed warnings from freeing path in DeleteDC.
- * [controls/scroll.c]
- Fixed typo in ShowScrollBar32().
+ * dlls/comctl32/header.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a bug with the processing of HitTest.
-Sun Aug 25 20:18:56 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * controls/edit.c: Susan Farley <susan@codeweavers.com>
+ Handle ^C, ^V and ^X in an edit control properly.
- * [if1632/user32.spec] [if1632/winmm.spec]
- Added SetParent and sndPlaySoundA.
-
-----------------------------------------------------------------------
-Fri Sep 27 14:18:42 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * misc/registry.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
- * [controls/button.c]
- Fixed focus rectangle size and clipping.
+ * dlls/comctl32/treeview.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed DC leak.
- * [controls/scroll.c]
- Converted to Win32 and added support for scroll page.
- Completed SetScrollInfo() and implemented other Win32 functions.
+ * loader/pe_resource.c:
+ Stephane Lussier <stephane@macadamian.com>
+ If we do not find a resource for both (primary lang|sub lang), we try
+ just (primary lang) before using the default.
- * [files/file.c]
- Removed FILE_Read() (use _lread32 instead).
+ * dlls/comctl32/tooltips.c:
+ Sheri Steeves <sheri@macadamian.com>
+ Worked around some tooltips hide problems by checking the current tooltip.
- * [objects/dce.c] [include/dce.h]
- Allocate DCE on the Win32 heap, and use pointers instead of
- handles.
- Implemented Win32 version of DC functions.
+ * documentation/distributors:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added a configuration hint for the CD-ROM "unhide" option.
- * [windows/painting.c]
- Attempt to make CS_PARENTDC style work again.
+ * ole/ole2nls.c:
+ Henning Hoffmann (of Macadamian for Corel)
+ Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
+ as well, because GetLocaleInfo() has to get any values saved by
+ SetLocaleInfo() in the registry.
-Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some buffer overflows.
+ Made stab parsing more robust (now ignores C++ stabs).
+ Display correct backtrace at first when invoked on unhandled exception.
+ Loads stabs from .so files when those are loaded.
- * [windows/dce.c] [windows/winpos.c]
- Override SaveUnder attribute when painting took place
- in a window below. Force X to raise activated window
- in seamless mode.
+2000-05-03 Alexandre Julliard <julliard@winehq.com>
- * [misc/clipboard.c] [windows/event.c]
- Translation between DOS and Unix text formats and several
- other fixes for the sudden selection loss.
+ * include/debugdefs.h: Generated again.
- * [windows/message.c]
- Apply "first" and "last" when checking for WM_QUIT in
- MSG_PeekMessage().
+ * include/pe_image.h, loader/pe_image.c:
+ PE_LoadImage: removed version parameter, set last error correctly.
- * [windows/win.c]
- Rearranged DestroyWindow() to fit "Windows Internals"
- description.
+ * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
+ Store process file name in startup info.
+ Fixed exe_file handling.
- * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
- Misc. fixes to CBT hook calls.
+ * dlls/Makefile.in: Fixed typo.
- * [controls/menu.c] [misc/user.c]
- Fixup resident popup menu window so that it doesn't get
- destroyed by USER_AppExit().
+ * 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:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for riched32.dll.
- * [loader/module.c] [loader/task.c] [windows/event.c]
- Process "unsafe" X events outside the scheduler to prevent
- deadlocks.
+ * dlls/x11drv/x11drv_main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Call XOpenIM on the large stack.
- * [windows/message.c] [windows/queue.c] [windows/winpos.c]
- Lots of fixes for better Win16 multitasking.
+ * include/winsock.h:
+ Bang Jun-Young <bangjy@dreamwiz.com>
+ FreeBSD 3.4 compile fix.
-Wed Sep 25 20:36:30 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
+ Fixed COORD structure definition.
+ Fixed GetLargestConsoleWindowSize to not return a structure when
+ called from the Window binary.
- * [include/windows.h]
- Added some missing HOOK defines.
+ * server/object.c: Small optimization.
- * [misc/shell.c][if1632/shell32.spec][include/shell.h]
- SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
+ * scheduler/thread.c: Fixed default thread stack size.
- * [win32/console.c][include/wincon.h]
- GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
+ * objects/text.c: Fixed DrawTextW length handling.
- * [misc/registry.c]
- Some null ptr fixes.
+ * dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Remove the assertion when there is no source surface.
- * [loader/pe_image.c]
- Fixed exported function lookup. (msvcrt20.dll)
- Add debugsyms for entrypoint, exported functions and sections.
+ * include/oleauto.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add DosDateTimeToVariantTime prototype.
- * [multimedia/mmsystem.c]
- MCIOpen: support for element opens (mplayer.exe /play bla.avi).
+ * dlls/shell32/shlwapi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Map StrChrA to strchr. Fix StrChrW arg list.
- * [several]
- Added several missing things/stubs/simple thunks from win32
- to win16 code.
+ * include/winuser.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added HWND_MESSAGE.
-Sat Sep 21 17:27:44 1996 O.Flebbe <flebbe@science-computing.uni-tuebingen.de>
+ * dlls/ole32/stg_stream.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
- * [windows/property.c]
- Fixed debugging of 16 Bit RemoveProp().
+ * misc/registry.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Mmap does not fail on zero-length files.
- * [debugger/memory.c]
- Added DEBUG_checkmap_bad() for linux.
+2000-05-01 Alexandre Julliard <julliard@winehq.com>
-Thu Sep 19 20:48:31 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * include/global.h, memory/virtual.c:
+ Use exception handling to implement the IsBad* functions.
+ Removed /proc/self/maps parsing as it is not very useful with .so libs.
- * [windows/event.c] [windows/hook.c]
- Use EnableHardwareInput() for JournalPlayback hook.
+ * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
+ Setup the initial thread %fs from a constructor.
- * [controls/listbox.c]
- Changed handling of LB_GETITEMRECT in empty listboxes.
+ * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
+ Added DECL_GLOBAL_CONSTRUCTOR macro.
-Thu Sep 19 13:34:35 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * 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:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
+ old parser has been stripped from the old preprocessor-code which
+ cleaned up both resource-scanner and -parser.
+ - Standard defines have been introduced (see README.wrc)
+ - Both preprocessor- and resource-scanner have been optimized slightly
+ so that no backing up is required (one char lookahead is enough).
+ - Filename-scanning has been cleaned up, though not perfect yet.
+ - User-type resources are compatible now.
+ - Line-continuation in strings is corrected so that it does not
+ introduce a newline in the output.
- * [misc/main.c]
- Fixes to X resources handling.
+ * 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:
+ Rewrote Unix process launching to allow passing startup information to
+ Winelib apps. Improved handling of execve() failures.
-Wed Sep 18 00:31:15 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * files/file.c: Added ENOEXEC error code.
- * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
- Individual handle table created for each metafile. Fixed
- GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
+ * scheduler/pthread.c: Added atfork support.
- * [windows/graphics.c] [objects/dc.c]
- Rectangle() changed to work better with wide pens and PS_NULL.
- Use JoinMiter.
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added DGA2 driver to DirectDraw.
+
+ * dlls/commdlg/cdlg32.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
+ allocation of Tls for CommDlgExtendedError until it is needed.
+
+ * debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed segv when debugger registry key doesn't exist.
+
+ * dlls/icmp/icmp_main.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
+
+2000-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20000430.
+
+ * windows/x11drv/wnd.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ X11DRV_SetFocus: really don't mess with focus for managed windows.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Removed HEAP_xalloc.
+
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - Enhanced internal variables framework (including read/save to
+ registry and typing)
+ - Finalized use of Windows' Console I/O interface (instead of Unix std
+ streams)
+ - Now handling registers as internal variables (they are no longer
+ seen as a specific type)
+
+ * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Insure we always try to launch a debugger.
+
+ * relay32/wowthunk.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use Thread pseudo handle and not Thread Id as argument for the call to
+ GetThreadSelectorEntry.
+
+----------------------------------------------------------------
+2000-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/wnd.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ X11DRV_SetFocus: really don't mess with focus for managed windows.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Removed HEAP_xalloc.
+
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - Enhanced internal variables framework (including read/save to
+ registry and typing)
+ - Finalized use of Windows' Console I/O interface (instead of Unix std
+ streams)
+ - Now handling registers as internal variables (they are no longer
+ seen as a specific type)
+
+ * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Insure we always try to launch a debugger.
+
+ * relay32/wowthunk.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use Thread pseudo handle and not Thread Id as argument for the call to
+ GetThreadSelectorEntry.
+
+2000-04-29 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c:
+ Clear the remainder of the page when mapping a section whose size on
+ disk is not a full page multiple.
+ Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
+
+ * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added thread-safety protection to XListPixmapFormats
+ - moved pixmap / image format matching ERRs to WARNs
+
+ * win32/console.c, include/winbase.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed GetLargestConsoleWindowSize prototype.
+
+ * dlls/wininet/ftp.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ FreeBSD compile fix.
+
+ * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
+ ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
+ it is a pitch override (specifies bytes per line), and tells to treat
+ the offset parameter as an already-mapped virtual memory address (if
+ the section parameter is zero). Fixed a DIB status init bug in
+ creating DIB sections from file mappings (if created from mapping, the
+ DIB is *not* really InSync).
+
+ * include/winbase.h, memory/virtual.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
+ register external mappings (like video frame buffers).
+
+ * configure.in, include/config.h.in, scheduler/pthread.c, configure:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Enhanced libc's pthread configuration detection.
+
+ * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few compilation warnings.
+
+ * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues reported by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update
+ - Minor bug fixes.
+ - Added new option --cross-call-unicode-ascii for checking illegal
+ Unicode to ASCII calls.
+
+ * configure, configure.in, include/config.h.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added '--enable-opengl' flag to bypass the thread-safety check.
+
+ * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Removed some HEAP_xalloc calls.
+
+ * dlls/winmm/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bug when file doesn't exist in MCI_OPEN handling.
+ Reduced time spent with crit sect locked.
+
+ * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed argv handling for cuiexe winelib programs.
+
+ * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+ Made pthread_kill_other_threads_np and pthread_atfork fixmes less
+ obtrusive.
+
+ * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
+ WinHelp must accept a NULL pointer to the help key string.
+
+2000-04-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/finddlg32.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct check for minimum buffer length.
+ - Correct cases where ShowWindow is done/not done.
+
+ * dlls/comctl32/commctrl.c:
+ Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
+ Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
+ TrackMouseEventProc. Added code to allow addition/cancelation of
+ tracking flags on existing entries rather than create extra entries.
+ Fixed timer. Added check to _TrackMouseEvent to stop timer if the
+ tracking list is empty. Fixed TME_CANCEL. Fixed TME_LEAVE/TME_HOVER
+ when hwndTrack isn't the current hwnd.
+
+ * files/dos_fs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
+
+ * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
+ Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
+ Added support for memory mapping of 4k aligned PE binaries. This can
+ speed up load times significantly for some applications.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Complete cleanup, bugfixes.
+ New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
+ PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
+ PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
+ PathFindNextComponent, PathRemoveFileSpec.
+
+ * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Stubs for IQueryAssociations.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Moved policy related functions to shpolicy.c
+ Moved dialog related functions to dialogs.c
+
+ * dlls/shell32/shell32.spec:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Explicit import user32.dll.
+ Many corrections, exported some functions by name.
+
+ * dlls/shell32/shell.c, dlls/shell32/shellole.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Separated 32 bit functions to shellole.c.
+
+ * dlls/shell32/pidl.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Small fixes.
+
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed: extract the icon by resource id.
+
+ * dlls/shell32/shlview.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Small fixes.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixes.
+ Use GetModuleHandleA instead of LoadLibrary for dlls imported by
+ the spec file.
+
+ * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Make WineLook=Win95 the default setting.
+
+ * dlls/dinput/dinput_main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added leaving of critical section on all return cases.
+
+ * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+ Removed init_sect. Use Interlocked* functions instead.
+
+ * misc/registry.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Small fixes, removed asserts.
+
+ * 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:
+ Changed imports of winspool to winspool.drv.
+
+ * dlls/Makefile.in, dlls/user/Makefile.in:
+ Added libkeyboard.so creation.
+
+ * dlls/comctl32/header.c, include/header.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - Return modified rectangle after layouting header control
+ - Output text in header control when no other Flag specified
+ - Delay bounding rectangle calculation for header control items
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
+ Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
+ look/behave almost exactly the same as native windows.
+
+ * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
+ Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
+ SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
+
+ * misc/comm.c: Rein Klazes <rklazes@casema.net>
+ Implement mark and space parity generation. Accept one-and- a-half
+ stopbits: the most common uarts will generate this automatically when
+ there are 5 databits.
+
+ * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+ Override fork().
- * [windows/winpos.c]
- Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
- is set.
+ * debugger/debugger.h, include/heap.h, memory/heap.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Get rid of HEAP_xrealloc.
- * [windows/nonclient.c]
- AdjustWindowRectEx() should perform calculations even if the
- window is minimized.
+2000-04-25 Alexandre Julliard <julliard@winehq.com>
- * [windows/mdi.c]
- Better handling of system button painting. Maximized windows can
- contain scroll bars. Icons now maximize properly.
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Compile fix for --without-x.
- * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
- Improved greying of items in system menu. WM_INITMEMUPOPUP no
- longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
- menu.c.
+ * loader/main.c, wine.ini:
+ Patrik Stridvall <ps@leissner.se>
+ Added new configuration file option for selecting graphics driver.
-Mon Sep 16 21:30:00 1996 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * dlls/ttydrv/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Link the TTY driver with the standard libs.
- * [several files]
- Fix missing includes and wrong printing arguments.
+ * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed winspool(.drv) loading.
- * [controls/listbox.c]
- Don't sort drives in ListBoxDirectory().
-
-Sat Sep 14 09:05:47 1996 Petri Tuomola <ptuomola@xs4all.nl>
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Removed X_DISPLAY_MISSING.
- * [windows/dialog.c]
- Fixed handling of Shift-TAB in dialogs.
+ * debugger/types.c, debugger/msc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Improved CodeView type information loader.
-Thu Sep 12 18:31:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * dlls/commdlg/colordlg.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Don't use the template member unless the corresponding flag is set.
- * [if1632/gdi32.spec]
- Added SelectClipRgn - call win16 version.
+2000-04-24 Alexandre Julliard <julliard@winehq.com>
- * [if1632/user32.spec]
- Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
+ * LICENSE, WARRANTY:
+ Switched to the X11 license.
- * [include/wincon.h]
- Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
- out of #if 0 protected portion of file.
+ * server/registry.c, if1632/relay.c, misc/ddeml.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
- * [loader/pe_image.c]
- PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
- programs now work better)
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
- * [win32/console.c]
- Added stub functions for GetConsoleScreenBufferInfo and
- GetLargestConsoleWindowSize
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Updated API files.
+ - Improved misplaced function checking.
+ - Fixed minor bugs.
- * [win32/findfile.c]
- FindFirstFile32A() - removed erroneous strcpy
+ * include/winnt.h: Francois Gouget <fgouget@psn.net>
+ Include string.h to make winnt.h self-sufficient.
- * [windows/keyboard.c]
- GetAsyncKeyState() - bug fix - now returns value as per Microsoft
- specification. NB - I still have doubts about some other functions
- in this file.
+ * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
+ infoPtr sometimes can be NULL.
-----------------------------------------------------------------------
-Wed Sep 11 18:08:30 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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:
+ Gerard Patel <g.patel@wanadoo.fr>
+ 32 bits message processing for color dialog.
- * [windows/event.c]
- Minor improvements in setting event time in MSG struct.
+ * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed toolbar bitmap size handling.
- * [windows/hook.c]
- Removed an useless 'unimplemented hook' message.
+ * configure.in, configure:
+ Rein Klazes <rklazes@casema.net>
+ Correct test for linux 2.2 joystick API, which returned true in every
+ case.
- * [windows/win.c]
- Added a WH_CBT hook call during window creation: good for CTL3D.DLL
+ * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Removed the last xmalloc calls.
-Wed Sep 11 11:19:56 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
- * [loader/pe_image.c]
- Fixed imports with no name/ordinal list (MFC30.DLL).
- Added borland style - ordinal import (wsock32.dll).
+ * 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:
+ Implemented on-demand loading of builtin dlls using dlopen().
- * [files/file.c] [win32/file.c] [if1632/kernel.spec]
- [if1632/kernel32.spec] [include/windows.h]
- Win32 and Win16 code use the same filehandles/HFILEs.
- Added SetEndOfFile, MoveFile*, diverse *W functions.
+2000-04-23 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- Fixed argument 2 to DllEntry.
+ * Makefile.in, dlls/x11drv/Makefile.in:
+ Build wineclipsrv as part of the x11drv dll.
- * [misc/comm.c]
- Adapt to filehandling changes, win32 code still broken.
+ * 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:
+ Removed a few inter-dll dependencies.
- * [misc/registry.c]
- Use Wine filehandling.
- StartupRegistry to add startup-detected registry entries.
+ * windows/painting.c: Rein Klazes <rklazes@casema.net>
+ Make RDW_ValidateParent() modify the update region of all parents, not
+ just the direct parent.
- * [miscemu/dpmi.c] [miscemu/int21.c]
- Some missing interrupt-functions added.
+ * relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_PrintArg: replaced IsBad* functions by exception handler.
- * [if1632/gdi32.spec][if1632/user32.spec]
- Some thunks to 16 bit equivalent functions added.
+ * configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Added --without-curses compile option.
-Sat Sep 7 11:36:57 EDT 1996 Matthew Ghio <ghio@netcom.com>
+ * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+ Added some more pthread overrides.
- * [misc/winsocket.c]
- Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
- Windows fd_set structs.
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Fixed debugger registry key location.
- * [if1632/winsock.spec]
- Corrected arguments to select().
+ * include/ddeml.h: Francois Gouget <fgouget@psn.net>
+ Use DECLARE_HANDLE to declare handles.
-----------------------------------------------------------------------
-Sun Sep 1 19:22:46 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * include/windef.h: Francois Gouget <fgouget@psn.net>
+ DECLARE_HANDLE should not be undef'ed after use.
- * [misc/commdlg.c] [if1632/commdlg.spec]
- Fixed some SEGPTR problems.
+ * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
+ Fix edit control's WM_GETTEXT behaviour.
- * [windows/winproc.c]
- Added message translation for WM_COMPAREITEM, WM_DELETEITEM
- and WM_MEASUREITEM
- Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
+ * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
+ Do not initialize dcb in BuildCommDCB[AndTimeouts].
-Fri Aug 30 13:39:00 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
- * [files/drive.c]
- GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
+ * include/casemap.h, tools/unimap.pl:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Adapted unimap.pl script and generated by it casemap.h to the Unicode
+ Standard, Version 3.0.
- * [multimedia/audio.c]
- The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
- below 4096 bytes.
+ * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
+ Check if dialog is visible before setting the focus.
- * [multimedia/mcistring.c]
- Segptr string handling fixed & enhanced.
+ * windows/defwnd.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Removed the longstanding hack in response to WM_ACTIVATE message.
- * [if1632/crtdll.spec][misc/crtdll.c]
- malloc,free,_strupr,_stricmp,_strcmpi added.
+ * include/winuser.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed GetNumberFormat declaration.
- * [if1632/wsock32.spec][misc/winsock.c]
- More direct thunks into unix libc and WsControl-stub added.
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
+ of the button changes. Stops flickering in toolbars caused by
+ excessive redrawing.
-Thu Aug 29 23:54:25 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Stub for InternetGetConnectedState.
- * [objects/metafile.c]
- Bug fixes to both recording and playback of ExtTextOut().
+ * include/winbase.h: Francois Gouget <fgouget@psn.net>
+ Fixed GetProcessHeap() for the STRICT mode.
-Tue Aug 27 15:43:21 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Also check for empty GUID in DirectDrawCreate.
- * [multimedia/audio.c] [multimedia/mcianim.c]
- [multimedia/mcicda.c] [multimedia/midi.c]
- Made cdaudio, audio and midi work for FreeBSD.
+2000-04-19 Alexandre Julliard <julliard@winehq.com>
-Sun Aug 25 20:18:56 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * 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:
+ Added some missing import directives.
- * [misc/crtdll.c] [if1632/crtdll.spec]
- Added a lot of functions.
+ * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
+ Removed winmm from import list.
- * [misc/ole2nls.c]
- Added ID values for all languages in GetUserDefaultLCID().
-
-Fri Aug 24 21:02:28 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/comctl32/animate.c, include/animate.h:
+ Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
- * [windows/event.c] [windows/message.c]
- First attempt at hook WH_JOURNALPLAYBACK.
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
+ Fixed resource loading.
-----------------------------------------------------------------------
-Sat Aug 24 13:57:01 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
+ John R. Sheets <jsheets@codeweavers.com>
+ Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
+ Added dump for MISC section.
- * [controls/scroll.c]
- Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
+ * winedefault.reg:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added DirectPlay registry keys to winedefault.reg.
- * [graphics/driver.c] [include/x11drv.h]
- New files for graphics driver handling.
+ * dlls/comctl32/treeview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Mousewheel support.
- * [if1632/relay.c] [include/registers.h] [tools/build.c]
- Implemented Win32 register functions. Not really tested yet.
+2000-04-18 Alexandre Julliard <julliard@winehq.com>
- * [include/gdi.h]
- Added a lot of functions to the DC func table.
+ * 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:
+ Moved PE header definitions to winnt.h where they belong.
- * [loader/pe_image.c]
- Initialise %fs before calling out to 32-bit code.
+ * 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:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented Mousewheel support.
- * [windows/hook.c]
- Fixed bug in HOOK_GetHook().
+ * dlls/winsock/async.c:
+ Rein Klazes <rklazes@casema.net>
+ Convert service and protocol names to lowercase before calling
+ getservby{name|port} and getprotoby{name|port}.
- * [windows/win.c]
- Fixed FindWindow to return an error if the class name doesn't exist.
+ * objects/region.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix return value for OffsetRgn if x and y are 0.
-Wed Aug 21 15:15:53 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * graphics/path.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implement StrokeAndFillPath.
+ Call DeleteObject when finished with hrgn in PATH_FillPath.
- * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
- mpr.dll specs added.
+ * include/wininet.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed typo.
- * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
- QueryPerformanceCounter(), GlobalMemoryStatus() added.
+ * graphics/enhmetafiledrv/objects.c:
+ Sheri Steeves <sheri@macadamian.com>
+ EMR_SELECTOBJECT records stock objects with their id as the object
+ handle and the high bit set.
- * [if1632/user32.spec] [win32/error.c]
- SetLastErrorEx() added.
+ * objects/enhmetafile.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
- * [misc/commdlg.c]
- lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
+2000-04-16 Alexandre Julliard <julliard@winehq.com>
- * [misc/registry.c]
- Some missing NULL ptr checks added, misc clean up.
+ * server/registry.c:
+ Removed permission checks in create_key and delete_key. It seems
+ Windows doesn't check anything.
-Tue Aug 20 21:00:00 1996 Alex Korobka <alex@pharm.sunysb.edu>
+ * loader/resource.c:
+ Richard Cohen <richard@jubjub.demon.co.uk>
+ Wrap an exception handler around FindResource.
- * [controls/menu.c]
- Adjust popup menu coordinates so that it always stays within
- the desktop.
+ * programs/regtest/regtest.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Corrected WinMain.
+ Added test case for RegCreateKeyEx showing win95 behaviour.
- * [misc/main.c]
- Fixed GetEnvironment() return value for lpEnv == NULL case.
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
+ Implemented 'walk process' and 'walk threads' commands using toolhelp
+ snapshots.
-Mon Aug 19 22:48:36 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * 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:
+ Implemented thread and (partial) module snapshots, based on the work
+ of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
- * [misc/crtdll.c] [if1632/crtdll.spec]
- Added some is* functions, strlen and tolower.
-
-Mon Aug 19 13:33:13 1996 Stephen Simmons <ssimmons@vitsemi.com>
+ * 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:
+ Save the registry on server exit without client intervention.
+ Removed "alt" registry files since we now have symlinks and
+ WINEPREFIX to replace them.
- * [tools/wineconf]
- New perl script to generate the wine.conf file.
+ * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Support switching the keyboard layout with WINE running.
-Fri Aug 16 15:31:44 1996 John Harvey <john@division.co.uk>
+ * dlls/crtdll/crtdll_main.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ fgets: Don't swallow \n, treat EOF
+ feof: Crude implementation
+ signal: Return error
- * [if1632/gdi.spec]
- Lots of printer functions.
-
- * [include/callback.h]
- New functions for printer driver support.
+ * winedefault.reg:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add missing backslash in the debugger definition.
- * [include/gdi.h]
- New/changed structures to support printer driver.
+ * win32/time.c: Rein Klazes <rklazes@casema.net>
+ SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
+ adjustment of 2 minutes just in case...
- * [misc/escape.c]
- New version that uses function table in DC structure.
+ * dlls/dsound/dsound_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DSOUND_MixerNorm: do not compare unrelated pointers.
- * [objects/dc.c]
- CreateDC copes with things other than Display.
- X code for CreateDC moved to graphics/x11drv directory.
- CreateCompatibleDC copies func table from original DC.
+2000-04-15 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/module.c:
+ Rewrote command-line parsing of CreateProcessA to be more compatible.
- * [objects/font.c]
- GetTextExtentPoint32A,GetTextMetrics16 use function table in
- DC and code moved to drivers directory.
+ * 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:
+ Improved Winelib apps initialisation code. No longer need to link
+ winestub.o with Winelib apps.
- * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
- New files for printer support.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues reported by winapi_check.
-Fri Aug 16 12:33:00 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Add new options --all and --none that enable/disables all check
+ respectively.
+ - Fixed and improved stub statistics.
+ - Fixed bug that prevented checking of the first function in the .spec files.
+ - Partial implementation of a more advanced misplaced function checking.
+ - Minor fixes.
- * [controls/scroll.c]
- Added SetScrollInfo32 and GetScrollInfo32. These just call existing
- code. There are a few options in which I'm probably the wrong person
- for the job (page size and disable bar). There are comments in the
- code as to what they should do.
+ * dlls/comctl32/toolbar.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Implement CCS_NOMOVEY for tool bars.
- * [objects/gdiobj.c] [objects/font.c] [include/font.h]
- Added 32 bit version of FONT_GetObject.
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Symlink root's registry to global registry. Minor cleanups.
-----------------------------------------------------------------------
-Sun Aug 18 12:17:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
+ Added further implementation of WINAPI EnumDateFormats() to support
+ three more locales: German(standard), French(standard) and French
+ (canadian). All date formats follow conventions from Windows NT 4.0
- * [files/drive.c]
- Added 'Filesystem' option in drives configuration.
+ * dlls/comctl32/treeview.c:
+ Serge Ivanov <sergei@corel.ca>
+ Added proper handling TVIS_OVERLAYMASK flag and allows to display
+ overlay images. Fixed off by one error with listitem in
+ TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
- * [files/dos_fs.c]
- Added handling of case-insensitive filesystems.
+2000-04-14 Alexandre Julliard <julliard@winehq.com>
- * [memory/selector.c] [include/stackframe.h]
- Removed MAKE_SEGPTR.
+ * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ POSIX threads emulation, tricks glibc into being threadsafe.
+
+ * scheduler/client.c, server/main.c, server/request.c:
+ Made server launching somewhat cleaner and faster.
- * [misc/commdlg.c] [multimedia/mcistring.c]
- Replaced MAKE_SEGPTR by the SEGPTR_* macros.
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Detypoed X11DRV_EVENT_SetInputMethod.
+
+ * windows/x11drv/keyboard.c:
+ Stephane Lussier <stephane@macadamian.com>
+ When dealing with XKB extensions, force the AltGr key mask to use the
+ group index instead of the modifier.
+
+ * include/windef.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Define __fastcall.
+
+ * include/commctrl.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added a few toolbar defines.
- * [objects/bitblt.c] [windows/graphics.c]
- Use an intermediary pixmap to avoid some BadMatch errors on
- XGetImage().
+ * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ A few corrections to bounding boxes.
-Sun Aug 18 09:21:27 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * graphics/x11drv/graphics.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Don't close groups of polylines.
- * [windows/message.c]
- Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
+ * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not dereference a ptr we just checked being NULL.
- * [misc/ver.c]
- Fixed a bad string result in VerQueryValue[16|32A|32W].
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
+ Francois Gouget <fgouget@psn.net>
+ Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
-Fri Aug 16 19:55:04 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
+ Follow symlinks when saving registry.
- * [if1632/crtdll.spec] [misc/crtdll.c]
- More additions to get win95 programs further down the road.
+ * debugger/Makefile.in:
+ Added missing winestub dependency.
- * [if1632/kernel.spec] [loader/module.c]
- GetModuleName() added.
- LoadModule(): params->showCmd can be NULL.
+ * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
+ Load done event now created by the server.
- * [if1632/kernel32.spec] [if1632/thunk.c]
- ThunkConnect32() stub added.
+2000-04-13 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c]
- Entries include lastentry.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made the winedbg an external and WineLib program.
+ Centralized output handling (preparation for console usage).
+ Fixed a few debug information reading options (stabs and sym).
+ Started a framework to hold debugger's internal variables.
- * [misc/shell.c] [files/file.c]
- Made progman work again.
+ * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of -debug wine's option (wine now requires an external debugger).
+
+ * win32/except.c, winedefault.reg:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added launching of a debugger when unhandled exception occurs.
-Fri Aug 16 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
-
- * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
- Icon painting fixes.
+ * relay32/builtin32.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a .xcnlnk section to builtin KERNEL32 PE header.
- * [windows/winpos.c] [windows/painting.c]
- Enforce and follow hrgnUpdate more closely to cut down on
- redundant RedrawWindow() calls.
+ * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Let CreateProcess launch unix executable without a .exe extension.
+ Fixed arguments passed when creating a unix process.
- * [windows/event.c]
- Process ConfigureNotify only for managed windows.
+ * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
+ Fixed signal stack handling on Linux when sigaltstack is available.
+ Added a direct sigaltstack syscall to work-around the glibc bug.
- * [windows/winpos.c]
- Do not redraw parent if the window was hidden before SetWindowPos().
+ * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
+ Implemented guard pages and stack overflow exceptions.
- * [windows/nonclient.c]
- Omit some nonclient decoration painting for managed windows.
+ * include/thread.h, scheduler/process.c, scheduler/thread.c:
+ Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
+ the various stacks.
- * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
- Implemented WM_NEXTMENU.
+ * files/profile.c:
+ Make sure HKLM\Software\Wine\Wine is a non-volatile key.
- * [controls/listbox.c]
- Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
+ * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Fixed AltGr key handling.
- * [misc/shell.c]
- Added .ICO file handling to ExtractIcon().
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Make DirectDraw compile with DGA2 present.
-----------------------------------------------------------------------
-Sun Aug 11 13:00:20 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * files/file.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ FILE_CreateFile()'s read/write-check was broken due to checking of
+ ERROR_xxx instead of STATUS_xxx.
- * [configure.in] [include/acconfig.h] [tools/build.c]
- Added check for underscore on external symbols.
+ * objects/enhmetafile.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixes and cleans up some of the GetEnhMetaFile* functions.
+ Fixes scaling of EMFs in playback. Will probably be right
+ when World Transforms work properly...
- * [memory/selector.c] [memory/global.c]
- Fixed FreeSelector() to free only one selector.
- Added SELECTOR_FreeBlock() to free an array of selectors.
+ * memory/global.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ GlobalReAlloc returns 0 on failure.
- * [objects/color.c]
- Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
- hi-color displays.
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Stub for NtAllocateUuids.
- * [tools/build.c] [if1632/crtdll.spec]
- Added 'extern' type, used for external variables or functions.
+ * dlls/comctl32/treeview.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Clear TopRootItem when whole tree is deleted.
+ Fix off by one lstrcpyn.
+ Clean up and fix GetNextItem.
- * [windows/winpos.c]
- Allow de-activating a window in WINPOS_ChangeActiveWindow().
+2000-04-11 Alexandre Julliard <julliard@winehq.com>
- * [windows/winproc.c]
- Added 32-to-16 translation for button messages.
- Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
- happen to be valid SEGPTRs.
+ * documentation/.cvsignore: Ignore all output files.
-Sat Aug 10 18:22:25 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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:
+ Merged urlmon.dll and wininet.dll from the Corel tree (implementation
+ by Ulrich Czekalla <ulrichc@corel.ca>)
- * [windows/message.c]
- Removed a FIXME in MSG_PeekHardwareMsg(): produces correct
- data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
+ * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
+ Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
+ GetCurrentProcess() inline.
- * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
- Introduced undocumented API function IsValidMetaFile(), plus a
- minor fix in last patch of CopyMetaFile().
+ * AUTHORS, include/authors.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged in Corel's AUTHORs.
- * [objects/gdiobj.c]
- Removed a FIXME in IsGDIObject(): added magic word check.
+ * graphics/x11drv/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Only copy dstwidth*3 bytes in the 24bit case.
-Sun Aug 10 18:10:10 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * dlls/ddraw/dsurface/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Free private structure in Xlib_DDS_Release.
- * [controls/statuswin.c]
- First pass at implementing the StatusWindow class.
+ * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
+ MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
- * [include/commctrl.h]
- Header file for common controls.
+ * dlls/comctl32/treeview.c:
+ Serge Ivanov <sergei@corel.ca>
+ TreeView - minor bugfix and optimization:
+ - GetDC call moved down to avoid possible resource leak.
+ - Invariant code is moved out of loop.
+
+ * dlls/shell32/pidl.c:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ _ILGetFileDate should convert the date to local time before generating
+ the string (_ILGetFileDateTime does not).
- * [controls/widgets.c]
- Added InitCommonControls().
+ * dlls/winmm/mmio.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Fixed other bugs within MMIO implementation. Now, it's possible to
+ copy/cut from PhotoPaint and paste to CorelDraw.
- * [if1632/comctl32.spec]
- Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
+2000-04-10 Alexandre Julliard <julliard@winehq.com>
- * [win32/findfile.c] [if1632/kernel32.spec]
- Add FindNextFile32A, FindClose.
- Modified FindFirstFile32A so it works with FindNextFile32A.
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Use d3dexecutebuffer_create only when compiling with MESA.
- * [include/winbase.h]
- Fixed WIN32_FIND_DATA structure member names.
+2000-04-09 Alexandre Julliard <julliard@winehq.com>
-Sat Aug 10 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Replaced xmalloc calls with malloc/HeapAlloc calls.
- * [windows/scroll.c]
- Changed scrolling routines to benefit from DCE code update.
+ * console/generic.c, console/ncurses.c, console/xterm.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cosmetics.
-Thu Aug 8 18:05:09 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * memory/heap.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Implemented HeapWalk().
+
+ * dlls/ddraw/dsurface/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Two left over HeapValidate assertions removed.
+
+ * server/debugger.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Clear status for sending exception event.
+
+ * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added ability to put new-lines in changelog entry.
+ Added -p to locate destination directory.
+
+ * dlls/comctl32/listview.c:
+ Richard Cohen <richard@jubjub.demon.co.uk>
+ GetItem was returning the item instead of subitem info.
+
+ * programs/winemine/main.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Registry key used in LoadBoard() was not the same as the one used in
+ SaveBoard(). Also fixed a typo in the position saving code.
+
+ * configure, configure.in:
+ Create directories that don't contain a Makefile.
+
+ * 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:
+ Improved support for Makefiles that need to recurse in subdirectories.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Restructured DirectDraw. Split into X11 and DGA driver, and multiple
+ files/dirs for easier maintenance. Cleaned up structs and include
+ files. Reindented the code. Started the same for Direct3D. Driver
+ inclusion now done by using configure/Makefile/ELF constructor tricks.
+
+2000-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Removed a number of global handle allocations and critical section
+ initializations.
+
+ * server/process.c, scheduler/process.c:
+ Temporary hack to share handles between processes sharing the same
+ address space.
+
+ * include/winbase.h, scheduler/critsection.c:
+ Added lazy initialization of critical sections, based on a patch by
+ Andrew Lewycky.
+
+ * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
+ Stephen Mereu
+ TabCtrl leftmostVisible is not updated properly. It caused the QP
+ application bar on the bottom fail to bring back the items when there
+ is no need to scrolling. Also fixed a bug that when an item is inserted,
+ setItemBounds should be called first, then it's time to invalidate.
+
+ * relay32/kernel32.spec, win32/newfns.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added PeekNamedPipe stub.
+
+ * graphics/x11drv/init.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fixed pixmap leak with the 1x1 bitmap in memory DCs.
+
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ wineinstall now properly configures no-windows installs, and should now
+ be easier to adapt for binary packages too.
+
+ * documentation/samples/system.ini:
+ Ove Kaaven <ovek@arcticnet.no>
+ Default system.ini (from documentation/status/multimedia).
+
+2000-04-06 Alexandre Julliard <julliard@winehq.com>
+
+ * server/debugger.c, server/thread.c, server/thread.h:
+ Do not send a debug event for a thread until the previous event for
+ the same thread has been continued.
+
+ * misc/registry.c, wine.ini:
+ Moved SaveOnlyUpdatedKeys to wine.ini.
+ Use get_config_dir() instead of hardcoding ~/.wine
+ Simplified loading and saving routines.
+
+ * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
+ Added support for WINEPREFIX environment variable.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues reported by winapi_check.
+
+ * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
+ Owen Wang <owenw@corel.ca>
+ Implemented API EnumTimeFormatsA(). It supports now all different
+ English locales, as well as German(standard), French(standard) and
+ French(Canadian). All time formats follow conventions in Windows NT 4.0
+
+ Haithem Hmida (of Macadamian for Corel)
+ Implemented GetCurrencyFormatA() API:
+ - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
+ (as a positive one), then formats the number depending on
+ NegativeOrder/PositiveOrder fields.
+ - GetNumberFormatA() has been slightly modified.
+
+ * objects/text.c:
+ Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
+ Added conversion from DBCS lpDx to WCHAR lpDx.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Implemented stub statistics. Turned off by default. (Requested by Francois
+ Gouget).
+ - Implemented missing prototype checking. Turned off by default (Requested
+ by Dimitry Timoshkov).
+ - Implemented .spec file name sanity checking. Turned off by default.
+ - Implemented documentation width checking. Turned off by default.
+ - Minor bug fixes.
+
+ * dlls/ole32/compobj.c:
+ Andrew Lewycky <andrewl@corel.ca>
+ Fix StringFromGUI2 return value as per documentation.
+
+ * dlls/dsound/dsound_main.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Make audiodevice blocking directly after the non-blocking open, since
+ we use the write(2) also for synchronization.
+
+ * dlls/winsock/async.c, dlls/winsock/socket.c:
+ Rein Klazes <rklazes@casema.net>
+ Corrected error handling for ws_getprotobyname/number.
+ Made the Async error returns the same as the normal functions.
+
+ * files/dos_fs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetShortPathName: always erase characters at the end of the new
+ string, and return only single backslashes.
+
+2000-04-04 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Added a per-drive FailReadOnly flag, and removed the global
+ --failreadonly option.
+
+ * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
+ Fixed file descriptor leaks.
+
+ * misc/registry.c:
+ Call PROFILE_GetWineIniBool before starting to fill the request
+ buffer. Made new registry format the default.
+
+ * server/ptrace.c:
+ Increment suspend count before attempting attach in suspend_for_ptrace.
+
+ * 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:
+ Made request tracing more robust against bogus lengths.
+
+ * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
+ Peter Ganten <peter@ganten.org>
+ Adapted the manual pages to the new long options, updated the
+ -debugmsg channels and added a small hack to get the @sysconfdir@
+ stuff in the manual pages right.
+
+ * dlls/winmm/mmio.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
+
+ * programs/winemine/main.c, programs/winemine/main.h:
+ Joshua Thielen <fozey@netzero.com>
+ Added DestroyBoard function to delete bitmap handles.
+ Moved SelectObject outside of DrawMine.
+ Selected old object's back into hMemDC.
+
+ * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Implemented FAT32 function 7302 (Get Extended DPB).
+
+ * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
+ Internet Explorer.
+
+ * programs/regapi/regapi.c:
+ Gavriel State <gavriels@corel.ca>
+ This patch adds the ability for regapi to call the DllRegisterServer or
+ DllUnregisterServer for a list of DLLs.
+
+ * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
+ OleRegGetUserType did return an unterminated ASCII string instead of an
+ OLESTR (wide characters).
+
+ * 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:
+ Michael Abd-El-Malek (Corel)
+ Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
+ to be more compatible to Windows.
+ Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
+
+ Jeff Tranter <jefft@corel.ca>
+ The measurement unit for Canadian English should be metric.
+ LANG_SUB_ENTRY did always return the first language due to missing {}.
+
+2000-03-30 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/distributors:
+ Marcus Meissner <marcus@jet.franken.de>
+ Updated documentation/distributors in regards to shared libraries and
+ some more windows specific dirs.
+
+ * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Fix painting bug with middle button down when dragging mouse
+ - Speed up drawing and hence overall speed
+ - Fix compiler warnings
+ - Added some optional debugging information
+ - Added a new known bug to the list
+
+ * misc/comm.c: Rein Klazes <rklazes@casema.net>
+ Added CTS, DSR and RingIndicator states to Window's semi-documented
+ modem line status register.
- * [files/file.c]
- SearchPath* could get NULL for lastpart argument.
+ * include/wingdi.h, objects/enhmetafile.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Delete objects after use in EnumEnhMetaFile.
+ Make PlayEnhMetaFile call EnumEnhMetaFile.
+ Move EnumEnhMetaFile prototype to wingdi.h.
+
+ * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ open() the OSS sounddevice non-blocking in case another process has it
+ open already.
- * [if1632/build-spec.txt] [documentation/debugging]
- Varargs documentation added, debugging hints updated.
+ * scheduler/process.c:
+ Commented out exit() call on ExitProcess for now.
- * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
- Started to implement CRTDLL.
+ * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
+ Set thread start address to 0 on events generated by
+ DebugActiveProcess.
+ Return a correct address in the simulated exception event.
- * [if1632/wsock32.spec]
- Some thunks to standard libc functions (structures have the same
- elements, but perhaps wrong offset due to packing).
+ * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
+ Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
- * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
- Merged kernel32.h into windows.h.
+2000-03-28 Alexandre Julliard <julliard@winehq.com>
- * [misc/lstr.c]
- Enhanced FormatMessage().
+ * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
+ Niels Kristian Bech Jensen <nkbj@image.dk>
+ - Fix some compiler warnings.
+ - Remove superfluous #include statement.
- * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
- GetVersion() updated to new naming standard.
- Changed language handling to support language ids.
+ * include/wine/winnet16.h, misc/network.c:
+ Ron Gage <rongage@att.net>
+ Fixed bug reported by winapi_check.
- * [misc/shell.c]
- Enhanced FindExecutable, so it finds files in the search path too.
+ * */*.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added/fixed some documentation reported by winapi_check.
- * [win32/environment.c]
- GetCommandLine* updated.
+ * graphics/x11drv/palette.c, objects/palette.c:
+ Fixed memory allocations.
- * [loader/resource.c] [loader/pe_resource.c]
- FindResourceEx32* added.
- Loading of messagetables added.
- Language handling now uses Wine default language id.
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Added/fixed some documentation reported by winapi_check
+ - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
+ - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
+
+ * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Updated the API files.
+ - Minor bug fixes
-----------------------------------------------------------------------
-Sun Aug 4 18:18:48 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/animate.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
+ ANIMATE_Destroy.
- * [controls/scroll.c]
- Attempted to implement undocumented scroll-bar messages.
+ * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
+ Minor fix in wrc to support the Solaris preprocessor.
- * [tools/build.c] [include/callback.h] [windows/winproc.c]
- CallTo16_* functions now get DS from the previous 16-bit stackframe.
+ * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
+ Fixed some ANSI C violations.
- * [if1632/thunk.c] [include/callback.h]
- Added thunks to implement callbacks for the emulator. Now all the
- Enum* functions always take a real function pointer even in the
- emulator.
-
- * [loader/builtin.c]
- Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
- work with NULL entry points. Using linear search now.
+ * documentation/no-windows:
+ Ove Kaaven <ovek@arcticnet.no>
+ Add start menu directories.
- * [loader/module.c]
- Implemented IsSharedSelector().
+ * scheduler/sysdeps.c, scheduler/thread.c:
+ Put CLONE_FILES back in, it is still breaking too many things.
- * [loader/task.c]
- Changed SwitchStackTo/Back to use the instance data to store the
- previous stack instead of the TDB. Also copy the local variables
- onto the new stack.
- Added GetExeVersion() and SetTackSignalProc().
- Implemented SetSigHandler().
+ * 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:
+ Merged DDBitmap and physBitmap into the generic bitmap structure
+ (suggested by Andrew Lewycky).
-Sat Aug 3 22:19:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * files/dos_fs.c:
+ Ignore trailing spaces in DOSFS_ToDosFCBFormat.
- * [controls/menu.c]
- "Fixed" problem in deleting menus where win32 could get into an
- endless loop when it crashed. I think I've fixed the symptoms, not
- the original problem so it might be worth further investigation.
+ * dlls/winsock/socket.c:
+ Fixed small bug in WSOCK32_accept
- * [debugger/registers.c]
- Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
- compile wine properly.
+2000-03-26 Alexandre Julliard <julliard@winehq.com>
- * [files/dos_fs.c]
- Made DOSFS_Hash and DOSFS_Match non-static so they can be called
- from win32/findfile.c (q.v.).
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20000326.
- * [if1632/gdi32.spec]
- Added SetMapMode (call existing function)
+----------------------------------------------------------------
+2000-03-26 Alexandre Julliard <julliard@winehq.com>
- * [if1632/kernel32.spec]
- Added FindFirstFileA and SetFileAttributesA.
+ * files/dos_fs.c: Stefan Leichter <sle@camline.com>
+ DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
- * [if1632/user32.spec]
- Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
- IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
- UnhookWindowsHookEx.
+ * 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:
+ John R. Sheets <jsheets@codeweavers.com>
+ Added cvdump tool to dump CodeView symbol information.
- * [win32/file.c]
- Added stub function SetFileAttributes32A. It's a stub because I
- can't really work out what this function should do with most
- attributes in a Unix environment. Anyone care to expand it?
+ * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Handle POLLHUP better (delay FD_CLOSE notification until all data has
+ been read). Made WSAEnumNetworkEvents atomic. Convert socket event
+ error codes properly. Made accept()-ed sockets inherit the listening
+ socket's WSAAsyncSelect().
- * [win32/findfile.c]
- New file. Initial stab at FindFirstFile. This doesn't work as
- specified yet, though a lot of the groundwork is there. I haven't
- time to work on this for the next month, so if anyone wants to pick
- it up and run with it please do.
+ * dlls/dsound/dsound_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed debug formatting.
- * [win32/memory.c]
- Removed malloc.h from includes (covered by stdlib.h include, and
- gets rid of a warning in FreeBSD).
+ * dlls/advapi32/registry.c: Fixed error checking in registry saving.
- * [win32/newfns.c]
- UnhookWindowsHookEx32A stub added.
+ * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use strerror in debug output.
- * [win32/user32.c]
- Added implementation of IsDialogMessage32A.
+ * dlls/shell32/changenotify.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SHChangeNotify[A|W]: free only items we allocated.
- * [windows/dialog.c]
- IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
- SendDlgItemMessage16.
+ * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixes for i18n.
-Sat Aug 3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now read .so list from debuggee's address space.
- * [windows/graphics.c]
- Removed rectangle checking (conflicted with nonstandard
- mapping modes).
+ * include/windowsx.h: Francois Gouget <fgouget@psn.net>
+ Added missing macros.
- * [windows/dialog.c]
- Added check for child-style dialogs to DS_ABSALIGN
- coordinate conversion.
+ * include/winnt.h, include/winreg.h, server/registry.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Moved some registry definitions to winnt.h.
- * [objects/color.c]
- Cleaned up misc. bits
+ * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added import of comdlg32.dll in spec file.
-Thu Aug 1 10:51:45 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+ * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
+ Activate a hidden window only when explicitely asked by the
+ application.
- * [windows/focus.c] [windows/event.c] [windows/win.c]
- [windows/defdlg.c]
- Fixes to focusing and activation.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ improved exception handling
+ merged all module handling code in new module.c file
+ reenabled 'walk module' and 'info module' commands
+ added ability to drive break on thread startup
- * [windows/defdlg.c]
- Properly(?) handle DM_GETDEFID.
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stubs for DllRegisterServer/DllUnregisterServer.
- * [controls/combo.c]
- Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
- CBCheckSize: Adjust edit position.
+ * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed return value for SC_GET_DEV_TYPE.
-Tue Jul 30 09:46:36 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+2000-03-25 Alexandre Julliard <julliard@winehq.com>
- * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
- Pass HFILEs instead of unix-fds to self-loader code.
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Use min/max instead of MIN/MAX.
-Mon Jul 29 21:48:25 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
+ Handle socket POLLERR/POLLHUP conditions properly.
+ Clear error field for OOB notifications.
- * [include/metafile.h] [objects/metafile.c] [objects/text.c]
- Implemented handling of some new metafile records (META_...)
- in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
- Added functions like MF_StretchBlt() for usage in metafiles.
- Minor bugfix in CopyMetafile().
+ * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Send the correct ODA_ code when deselecting an item.
- * [objects/bitmap.c][objects/dib.c]
- Added check for metafile-DC in Bitmap and DIB functions:
- CreateCompatibleBitmap() etc.
+ * 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:
+ Fixed a couple of file descriptor leaks.
+ Always call USER signal proc in the right context.
+ Cleaned up THREAD_Create.
-----------------------------------------------------------------------
-Sun Jul 28 17:57:19 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * include/Makefile.in:
+ Do not erase local files on uninstall if install dir does not exist.
- * [loader/task.c] [include/task.h]
- Implemented SwitchStackTo()/SwitchStackBack().
+ * 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:
+ Store monitor size and depth in the generic structure.
+ Merged monitor driver into USER driver.
- * [include/wintypes.h] [loader/main.c]
- Added __winelib variable to distinguish between emulator and
- library at run-time. Later on, this should avoid some
- recompilations when building Winelib.
+ * 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:
+ A few simplifications and optimizations in the x11 driver.
- * [windows/property.c]
- Implemented Win32 functions for window properties.
+ * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
+ Link ttydrv and x11drv objects into their respective dll.
-Fri Jul 26 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * dlls/user/Makefile.in: Added missing keyboard.spec.
- * [controls/listbox.c]
- Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
- messages.
+2000-03-24 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- Call TranslateMessage() to enable shortcuts (on WM_CHAR).
+ * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
+ Moved FatalAppExit functions to win32/except.c.
+ Added a few uses of Callout instead of referencing USER functions
+ directly.
- * [include/cursoricon.h]
- Moved #pragma pack(1) back to where it belongs.
+ * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
+ Moved LoadImage and related functions to cursoricon.c.
- * [objects/palette.c]
- RealizeDefaultPalette() maps to system colors only.
- Do not broadcast palette notifications when in TrueColor.
+ * 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:
+ Moved gdi/user thunking functions into their respective dlls.
+ Moved keyboard.spec into user dll.
- * [objects/color.c] [include/palette.h]
- Miscellaneous optimizations. Had to fix several
- "improvements" made to my patch for previous release.
+ * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
+ Disable OpenGL support if the latter is thread safe.
- * [objects/dib.c]
- Reverse dib bits order for 24-bit SetDIBits().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
- * [objects/dc.c]
- GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Made the include files self sufficient.
- * [windows/scroll.c]
- Scroll update region too.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added/fixed some documentation reported by winapi_check.
- * [windows/message.c]
- Include QS_MOUSE into the event mask for nonclient mouse
- message filter. Fixes problems with Word 6 freezing when
- mouse hits nonclient area.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues reported by winapi_check.
- * [windows/win.c]
- Allow top-level windows to be linked as HWND_TOP in CreateWindow().
+ * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some ANSI C violations.
- * [windows/winpos.c] [windows/mdi.c]
- Attempt to fix control menu duplication.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI C related compile problems.
-Fri Jul 26 09:49:35 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Updated API files
+ - Don't check the *.spec.c files
+ - Better parsing of strings
+ - Better documentation checking
+ - Minor bug fixes
- * [files/drive.c]
- GetDriveType32A(): return value for CDROM fixed.
+ * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - added some debug code and cleaned-up the mouse warping code
+ - be ready once mouse will be reported relatively
- * [files/file.c]
- SearchPath* added.
+ * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed copying of the MDI 'Windows' menu items if the items are not of
+ type MFT_STRING.
- * [if1632/gdi32.spec] [objects/brush.c]
- SetBrushOrgEx() added.
+ * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Set the correct value for the cch element of MENUITEMINFO in
+ GetMenuItemInfo.
- * [loader/pe_resource.c]
- If even loading the default entry fails, we just use the first
- entry from the resource directory.
+ * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix spec file entries for EnumFontFamiliesEx*.
- [loader/task.c]
- SetSigHandler() stub added, Paradox 4.5 now starts up.
+ * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Further code simplifications and interface (consistency) improvements.
+ Fix selection of the Wine binary which was broken by a recent change.
- * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
- COMM functions updated to win32, not complete.
+ * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added proper termination upon failure.
- * [misc/lstr.c]
- FormatMessageA partially implemented.
+ * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed basic type evaluation.
- * [include/miscemu.h] [memory/selector.c]
- [memory/global.c] [miscemu/dosmem.c]
- DOS memory handling changed: 1MB preallocated block, real-mode
- segment handling possible, SetSelectorBase into lower physical 1MB
- possible.
+ * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Ensure that non-NULL terminated stings are saved correctly.
- * [miscemu/dpmi.c]
- Real-mode segments changed, real-mode int 21,ax=6506 added.
- AX=0x0303 added.
+ * windows/input.c: Rein Klazes <rklazes@casema.net>
+ Correct the NotifyCode in the WM_COMMAND message sent by
+ KBD_translate_accelerator().
- * [multimedia/time.c]
- Fixed bug in killTimer.
+ * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
+ work around EXEC SCSI commands which do not set the host<->target data
+ flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
- * [objects/bitmap.c]
- LoadImageA partially implemented.
+ * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
+ PTRACE_POKEUSR for libc5(?) compile.
-Wed Jul 24 18:20:24 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
+ messages to the parent.
- * [include/dde_mem.h][include/dde_proc.h]
- [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
- [ipc/generic_hash.h][library/miscstubs.c]
- Changes for error free compilation using "--with-ipc":
- replaced some names with *16-equivalent (e.g. MSG to MSG16),
- modified prototype of function DDE_GlobalFree() .
+ * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
+ Added (correct) prototype for HeapWalk.
- * [objects/palette.c]
- Added check for metafile-DC in GDISelectPalette(),
- GDIRealizePalette(),RealizeDefaultPalette() and
- IsDCCurrentPalette().
+ * dlls/ole32/ifs.c, include/wine/obj_base.h:
+ Francois Gouget <fgouget@psn.net>
+ - The ICOM_CMETHODxxx cause problems because the 'const' changes the
+ signature. There's no such thing on Windows anyway (it's a shame) so
+ just remove them altogether.
+ - HeapMinimize returns a void, not a 'void*'
-Tue Jul 23 22:46:53 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+2000-03-20 Alexandre Julliard <julliard@winehq.com>
- * [controls/edit.c]
- EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
- fixes Winhelp.
+ * 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:
+ Moved graphics initialisation to the x11drv/ttydrv dll init code.
+ Merged event, keyboard and mouse drivers into USER driver.
- * [windows/dialog.c]
- DIALOG_CreateIndirect: Initialise dlgProc before creating children.
+2000-03-19 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Wed Jul 17 16:10:16 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
+ Improved CompareStringA performance.
- * [configure.in]
- Generate include/config.h instead of putting everything on the
- command-line.
- Removed -with-malloc-debug option (not useful for end users
- anyway).
- Added check for memmove().
+ * library/winestub.c: Added missing debugtools.h include.
- * [include/wintypes.h] [*/Makefile.in]
- Added definition of __WINE__ symbol when compiling Wine code
- (emulator or library) as opposed to user programs.
+ * 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:
+ Niels Kristian Bech Jensen <nkbj@image.dk>
+ Fixed some compiler errors and warnings.
- * [debugger/editline.c] [debugger/readline/*]
- Moved all the readline code into debugger/editline.c. Removed the
- readline subdirectory.
+ * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
+ Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
+ function pending a more complete implementation of locales.
- * [files/profile.c]
- Added PROFILE_GetWineIniInt().
+ * loader/module.c:
+ Hack: always try builtin module before elf or elfdll to avoid loading
+ a builtin dll .so file in the wrong mode.
- * [include/stackframe.h] [loader/task.c]
- The 16-bit stackframe now also exists for Winelib (even though it
- only ever contains one frame).
+ * graphics/x11drv/xfont.c, objects/font.c:
+ Moved font resource functions out of the X11 driver.
- * [loader/module.c]
- Added function MODULE_CreateDummyModule() to create a dummy Win16
- module for Winelib and Win32.
+ * tools/makedep.c:
+ Added support for source files stored in subdirectories.
- * [memory/ldt.c]
- Make sure the ldt entry contents will be acceptable for the Linux
- kernel.
+ * 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:
+ Added GetDCOrgEx in graphics device interface and removed X11 code
+ from dc.c.
- * [memory/selector.c]
- Fixed SetSelectorLimit() when the limit is in pages.
+ * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed segmented/linear buffers manipulation.
+ Better IO buffering.
+ Added some missing prototypes.
- * [misc/port.c]
- Added memmove().
+ * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
+ Francois Gouget <fgouget@psn.net>
+ Explicitly use the TVN_xxxA version of the macros.
- * [miscemu/dpmi.c]
- Clear the segment registers that contain the selector being freed
- in int31/ax=0001.
- Added missing break after SelectorAccessRights call.
+ * include/commctrl.h: Francois Gouget <fgouget@psn.net>
+ - Added the TVN_xxxA macros
+ - Added missing TBNOTIFY macros and types
+ - Added SNDMSG
- * [win32/struct32.c]
- Added conversions for MDICREATESTRUCT.
+ * include/winuser.h: Francois Gouget <fgouget@psn.net>
+ Added WM_APP.
- * [windows/winproc.c]
- Added message conversions for WM_MDICREATE.
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Removed most calls to xmalloc/xrealloc.
-Tue Jul 16 19:46:24 1996 Pavel Kankovsky <KAN@frode.dcit.cz>
+ * include/windef.h: Francois Gouget <fgouget@psn.net>
+ - Added missing definition for GLOBALHANDLE and LOCALHANDLE
+ - Fixed the prototype of WNDENUMPROC
- * [windows/class.c]
- Added GetExePtr() call in CLASS_FindClassByAtom().
+ * include/ddeml.h: Francois Gouget <fgouget@psn.net>
+ Added some missing defines.
-Mon Jul 15 17:49:38 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
+ Propagate IsDialogMessage to the parent if the dialog has the
+ DS_CONTROL flag.
- * [if1632/*.spec]
- Some more trivial specs added.
+ * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added an exception frame for lstrcpy16.
- * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
- CreateFont32* added, changed to new naming std.
+ * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now attaching imported DLLs of a winelib executable.
- * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
- Some defines/types added.
+ * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
+ IOleItemContainer has OLEGUID(0x11c), not 0x11a.
- * [win32/thread.c]
- TlsSetValue() returns boolean.
+ * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed memory corruption with CoTaskMemRealloc.
- * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
- [controls/menu.c] [objects/bitmap.c]
- Cleanup of the resource functions, mostly changes to new naming
- standard and fixing of argument types so that they agree with the
- win16/win32 API.
+ * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
+ Made various changes to tools/genpatch including suggestions from Ove
+ Kaaven (Place added files last in the patch. Add a switch that
+ specifies modified files.)
-Thu Jul 11 15:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
+ Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
- * [windows/winpos.c]
- ShowWindow() fixes.
+ * include/windows.h: Francois Gouget <fgouget@psn.net>
+ Should include 'winspool.h'.
- * [windows/mdi.c]
- Fix reversed LPARAM in WM_MDIACTIVATE.
+ * tools/wrc/parser.h, tools/wrc/parser.l:
+ Francois Gouget <fgouget@psn.net>
+ - An extern statement finishes with the first closing '}' or the first
+ outer ';'
+ - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
+ 'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
+ co). But still don't issue an error if '#error' is found when in the
+ 'pp_false' state.
- * [wine.ini]
- New option AllocSystemColors tells Wine how many colors to grab
- from the system colormap.
+ * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
+ Make the first comma in the control's definition optional.
- * [objects/bitblt.c] [objects/dc.c]
- Fixed pink garbage over Word buttons in PseudoColor. Added
- optional DSTINVERT shortcut for faster text selection.
+ * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
+ Support loading any presentation aspect.
- * [misc/wsprintf.c]
- Skip bogus segmented pointers in wsvnprintf16().
+ * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid a link error from another DLL on FreeBSD.
- * [objects/gdiobj.c]
- Added palette handling to UnrealizeObject().
+ * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed joystick ID/deviceID/driver handle/instance ID mixup.
- * [objects/color.c] [objects/palette.c] [windows/dce.c]
- Wine gets palette manager with support for more than 20 colors.
- Only PseudoColor and TrueColor visuals tested so far.
+ * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
+ Delete the shm segment as soon as wine and X have attached it.
- * [windows/winpos.c] [windows/win.c]
- Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
- use XReconfigureWMWindows() instead of XConfigureWindow() in
- managed mode.
+ * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
+ Corrected handling of proto==NULL in WINSOCK_getservbyname and
+ WINSOCK_getservbyport.
- * [memory/global.c]
- Do not allocate more than 640K of DOS memory.
+ * 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:
+ Created separate dlls for user,gdi,ttydrv,x11drv.
+ Fixed Winelib argc handling (thanks to Eric Pouech).
- * [misc/main.c]
- Do not allow -desktop and -managed together.
+2000-03-18 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Fri Jul 12 17:43:05 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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:
+ Misc small cleanups.
- * [controls/scroll.c]
- Use Win32 heap functions to allocate scroll-bar info structure.
+ * 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:
+ Avoid calling the *Rect USER functions from inside GDI.
+ Moved a few USER functions to a more appropriate location.
- * [debugger/dbg.y] [debugger/registers.c]
- Added support for FS and GS segment registers.
- Check that segment registers value are OK before returning from
- the signal handler.
+ * 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:
+ Moved command-line option handling out of the X11 driver.
+ Added support for "--" prefix on options.
+ Replaced a few X11 command-line options by wine.conf parameters.
- * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
- Changed relay debugging for Win32 function: the relay code now
- passes the entry point address instead of the function name.
+2000-03-17 Alexandre Julliard <julliard@winehq.com>
- * [tools/build.c] [miscemu/*.c]
- Added support for data entry points in Win32 DLLs.
- Added 'cdecl' function type for Win32.
- For 'register' function, the relay code now passes a pointer to
- the SIGCONTEXT structure.
-
- * [include/registers.h] [include/wine.h]
- Moved SIGCONTEXT structure definition in registers.h.
+ * 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:
+ Made ddraw and dinput separate dlls.
- * [loader/pe_image.c]
- Don't die at once if some Win32 entry points cannot be found, but
- set them to NULL, just like we do for Win16. This allows some
- programs to go further before crashing.
+ * 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:
+ Have threads and processes exit more cleanly whenever possible.
- * [loader/task.c] [loader/main.c]
- Moved global initializations from InitTask() to MAIN_Init(), as
- they no longer need a task context with the new SEGPTR heap functions.
+ * relay32/builtin32.c:
+ Include space for resources in the module header instead of doing a
+ separate allocation.
- * [memory/string.c]
- Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
- very convenient.
+ * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
+ Made MPR a separate dll.
- * [windows/graphics.c]
- Partially implemented DrawEdge().
+ * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
+ Andrew Lewycky <andrewl@corel.com>
+ Rewrite the BIGBLOCKFILE implementation for better performance.
- * [windows/timer.c] [windows/caret.c]
- Implemented Win32 timer handling. Updated caret management to use
- Win32 timers (avoids having to use a Win16 callback).
+ * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Further simplify the code and remove some redundant code.
+ Make the user interface more consistent and appealing.
- * [windows/win.c]
- Prevent programs from setting some style bits with
- SetWindowLong(). This should fix some BadMatch crashes.
- Link new windows at the end of the linked list.
+ * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
+ Avoid a refcount leak in QueryInterface when delegating.
+ And a couple of minor bugs.
- * [windows/winpos.c]
- Don't try to activate a child window in ShowWindow().
+2000-03-15 Alexandre Julliard <julliard@winehq.com>
- * [windows/winproc.c]
- Added a 32->32 thunk to support Ansi-Unicode translation.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
+ Added watch (hardware assisted debugging) and whatis (type of expr) commands.
+ Fixed some issues in local vars handling (stabs parsing & registers optimization).
-Wed Jul 10 22:11:12 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
+ Karl Lessard <karll@corel.ca>
+ Update DIB sections in text output and for graphics primitives.
- * [files/directory.c]
- Additional (undocumented) return value for GetTempDrive() added.
+ * windows/dce.c, windows/x11drv/event.c:
+ Michael Abd-El-Malek (on behalf of Corel)
+ When we were switching to another desktop, the popup windows lost
+ their WS_VISIBLE flag.
- * [files/dos_fs.c] [files/file.c] [include/windows.h]
- GetTempFileName32* added.
- GetShortPathName* added.
+ * server/context_i386.c:
+ Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
+ Fixed context flags handling (thanks to Eric Pouech).
- * [memory/string.c]
- Win16 lstrcpy() can get NULL ptrs as argument and survive.
+ * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
+ Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
- * [misc/lzexpand.c]
- LZOpenFile(): also try opening with compressed filename if normal
- open fails.
+ * server/debugger.c: Fixed bug in generate_startup_debug_events().
- * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
- Char* added.
- CompareString* added.
+ * 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:
+ Joshua Thielen <fozey@netzero.com>
+ Added winemine app.
-Sun Jul 7 01:22:14 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Improved the visual appearence of the user interface. Made the code
+ somewhat simpler.
- * [objects/font.c] [if1632/gdi32.spec]
- CreateFontIndirect32A and CreateFontIndirect32W added.
+2000-03-12 Alexandre Julliard <julliard@winehq.com>
- * [misc/ole2nls.c]
- GetUserDefaultLCID return values updated for new languages.
- Finnish support added for GetLocaleInfoA.
+ * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
+ Waldek Hebisch <hebisch@math.uni.wroc.pl>
+ Implemented _read and _lseek.
- * [object/palette] [gdi32.spec]
- RealizePalette32 and SelectPalette32 added.
-
-Sat Jul 6 17:27:30 1996 Ronan Waide <root@waider.ie>
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
+ Correct conversion of level parameter if WINSOCK_setsockopt is called
+ for option WS_SO_DONTLINGER.
- * [misc/shell.c]
- Fixup for SHELL_FindExecutable so that File->Run from progman
- works once more. Still needs some more fixups - grep for FIXME in
- this file.
+ * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
+ Correct rounding of the result in MulDiv16().
-----------------------------------------------------------------------
-Fri Jul 5 16:27:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed FreeBSD compilation.
- * [controls/desktop.c]
- Use Windows file I/O routines to load the desktop bitmap.
+ * 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:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Make registry usage a little more correct and modern
+ - Create home for all dplay name server functionality
+ - Add the framework for EnumSessions
+ - Documentation update
- * [files/file.c]
- Implemented RemoveDirectory* and DeleteFile*.
+ * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
+ Dimitrie Paun <dimi@bigfoot.com>
+ Cleaned up debug channels a bit.
- * [include/wine.h]
- Added SIGCONTEXT typedef to replace #define sigcontext_struct.
+ * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Implemented stretched blts for depth 24 (unoptimized).
- * [loader/task.c]
- Fixed initial breakpoint setting for Win32 tasks.
+2000-03-10 Alexandre Julliard <julliard@winehq.com>
- * [misc/wsprintf.c]
- Ignore Unicode formats for wsprintf16().
+ * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
- * [objects/font.c]
- Implemented Win32 version of GetTextMetrics.
+ * include/process.h, memory/virtual.c, scheduler/process.c:
+ Removed PROCESS_IsCurrent().
- * [windows/winproc.c] [windows/win.c] [windows/class.c]
- [windows/dialog.c]
- Modified windows procedures to use thunks, to ensure that the
- procedure can be called directly from the Windows program.
+ * 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:
+ Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
+ Generate a breakpoint event on process attach.
+ Misc cleanups in request handling.
- * [windows/win.c]
- Added function WIN_BuildWinArray() to make it easier to enumerate
- windows. Implemented Win32 version of EnumWindows() and friends.
+2000-03-09 Alexandre Julliard <julliard@winehq.com>
-Fri Jul 5 11:56:22 1996 Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
+ * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now relying on exception codes to know when debugger is entered for a
+ single step trap.
- * [controls/button.c] [windows/win.c]
- Operator precedence fixes.
+ * debugger/winedbg.c, miscemu/main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added proc to start debugging process from its command line (by launching it).
- * [controls/edit.c]
- Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
- Fixed word wrap with long words.
+ * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleanup.
- * [debugger/debug.l]
- New alias "where" for command "backtrace".
+ * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add Black as a valid font weight.
+ Cope with afm files that do not contain {Family|Full}Name entries.
- * [if1632/gdi.spec]
- Corrected parameter of ExtTextOut.
+ * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
+ - Got rid of PROFILE functions.
+ - Use functionality of aspi.c.
+ - Automagically read /proc/scsi/scsi (part of aspi.c which is already
+ in tree).
- * [loader/module.c]
- Corrected printing of table of modules.
+ * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
+ Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
- * [misc/spy.c]
- Removed superfluous \n in message name.
+ * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
+ Added resource.h include.
- * [windows/message.c]
- Declared MSG_SendMessage as static.
- Changed parameter of DirectedYield() from queue handle to task handle.
- Removed warning mesages for argument of printf.
+ * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
+ IsRectEmpty also returns true for negative width/heights (verified
+ against Windows), found by Brad Oliver <bradman@pobox.com>.
- * [windows/nonclient.c]
- Added the flag DT_NOPREFIX when drawing window titles.
+ * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
+ Take type from referenced variant for VT_BYREF && VT_VARIANT.
- * [windows/win.c]
- WIN_WalkWindows now prints the invalid window handle.
- Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
+ * 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:
+ Store the list of loaded dlls in the server, and generate debug events
+ internally.
- * [windows/winproc.c]
- Allows creating dialog windows with NULL as dialog function.
+2000-03-08 Alexandre Julliard <julliard@winehq.com>
-Wed Jul 3 09:26:41 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+ * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
+ Added server protocol version check.
- * [windows/event.c]
- EVENT_key: Fixes to VK_ code generation for space bar and
- punctuation.
+ * 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:
+ David Elliott <dfe@netnitco.net>
+ - Slightly reworked include files (less messy, more straightforward).
+ - Moved DOS ASPI functionality to msdos/dosaspi.c.
+ - Got rid using PROFILE to get SCSI info from wine.conf.
+ - Read scsi info from /proc/scsi/scsi.
+ - Added setting of a reasonable timeout when opening a SCSI device (5
+ minutes, defined in winescsi.h).
+ - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
+ behavior).
- * [files/file.c]
- GetTempFileName: first character in temporary name is "~".
+ * 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:
+ Simen Zamecnik <simen@nextra.sk>
+ Added Slovak language support.
- * [memory/heap.c]
- HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
+ * 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:
+ Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
+ Added some Japanese resources.
- * [objects/text.c]
- ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
+ * 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:
+ Abey George <abey@macadamian.com>
+ Implemented OLE clipboard functionality for Embed Source format.
+ It helps you cut and paste data with Embed Source format between
+ applications. It also implements OleCreateFromData and
+ OleQueryCreateFromData and fixes some bugs in datacache.c.
- * [misc/driver.c]
- Removed some bugs and reformatted. Actually loads drivers now.
+ * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
+ wm->modname might be invalid at the end of FreeLibrary.
- * [include/callback.h]
- Added CallDriverProc() and CallWindowsExitProc().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Removed a lot of unnecessary includes and fixed the compile errors.
- * [loader/module.c]
- MODULE_CallWEP(): new function.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
- * [misc/lzexpand.c]
- LZSeek(): return new pointer, not old one.
+ * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
+ Corrected value for DAYS_IN_ONE_YEAR.
- * [misc/ver.c]
- find_ne_resource(): fixed dependence on LZSeek() bug.
- GetFileResource(): initialize reslen before using it.
+ * dlls/crtdll/crtdll_main.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Cleaned up CRTDLL__unlink.
- * [windows/class.c]
- SetClassWord(): add missing else.
+ * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
+ The static control only needs to invalidate its rect when we SetText.
- * [objects/font.c]
- lpFontList is now MAX_FONTS+1. It used to overwrite the array.
- InitFontList: allocate one huge array of structures.
- FONT_MatchFont: uppercase the face name.
+ * include/winuser.h, misc/spy.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a few messages for IME.
-Thu Jun 27 12:41:40 1996 Bruce Milner <bruce@genetics.utah.edu>
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer directly accessing debuggee memory.
+ Execution context (mode, steps...) are now linked to a thread.
+ Removed some X11 crst hacks.
+ Rewrote info/walk commands.
+ Removed direct debugger invocation code (and moved the rest to the new
+ winedbg.c file).
- * [memory/heap.c]
- Fixed a typo in HeapReAlloc().
+ * 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:
+ Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
+ Implemented IsDebuggerPresent().
-Tue Jun 25 22:22:03 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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:
+ Generate CREATE_PROCESS/THREAD debug events internally in the server.
- * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
- [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
- GetTempPath* added
- GetDriveType* fixed, updated to NewNameStandard.
- GetCurrentDirectory* fixed (needs to prepend X:\).
+2000-03-07 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- Missing NULL check added.
+ * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
+ Better implementation of inline functions SetLastError and
+ GetCurrentThreadId. Added asm inlines for Interlocked* functions.
- * [if1632/winmm.spec] [loader/builtin.c]
- winmm.dll (32bit mmsystem equivalent) specs added.
+ * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
+ Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
- * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
- Rtl{Move,Zero,Fill}Memory added.
+ * loader/ne/module.c, loader/ne/segment.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed second instance DGROUP loading.
- * [misc/registry.c]
- Some NULL ptr dereference bugs fixed.
+ * include/winuser.h, misc/main.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implement SPI_GETICONMETRICS.
+ Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
- * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
- Check for NULL ptr.
- Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
- Aliasing should work for all MCI devices.
+ * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
+ Actual write the cached struct in GlobalMemoryStatus.
- * [windows/win.c]
- Allow passing invalid window handles to CloseWindow().
+ * documentation/fonts, graphics/x11drv/xfont.c:
+ Rein Klazes <rklazes@casema.net>
+ Include in the AddFontResourceA/W fixme message a pointer to the fonts
+ document. In this document tell the user how to find the needed tools.
-Tue Jun 25 20:02:15 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
+ Add a message and fix error code if __ws_getservbyname() and
+ __ws_getservbyport() cannot find the requested service.
+ Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
- * [files/directory.c] [if1632/kernel32.spec]
- GetSystemDirectory32A and GetSystemDirectory32W added.
+ * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Check for existence if MMIO_EXIST is passed to MMIO_Open.
- * [misc/main.c] [if1632/kernel32.spec]
- Beep and SetEnvironmentVariable32W added.
+ * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
+ The pathname was stored in a string of size 100, which was not always
+ large enough. It should be set to MAX_PATH (255).
-----------------------------------------------------------------------
-Wed Jun 19 14:49:27 1996 Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
+ * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Several fixes to MakeProcInstance.
- * [files/drive.c]
- GetFreeDiskSpace*, GetVolumeInformation* added.
+2000-03-05 Alexandre Julliard <julliard@winehq.com>
- * [files/file.c]
- FlushFileBuffers, CreateDirectory* added.
+ * 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:
+ Added support for creating extra symlinks for .so files that contain
+ multiple dlls.
- * [include/winbase.h] [include/windows.h]
- Prototypes, defines added and fixes.
+2000-03-04 Alexandre Julliard <julliard@winehq.com>
- * [if1632/kernel32.spec] [include/resource32.h]
- [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
- Fixes to resource handling.
+ * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
+ Moved dll-specific make rules to a separate Makedll.rules file.
- * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
- Specs for implemented functions added
- Some thunks to functions which are same as win16 equivalents.
+ * misc/registry.c: Fixed error checking in registry saving.
- * [loader/task.c]
- GetAppCompatFlags() added.
+ * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
+ WSACleanup should set last error to WSANOTINITIALISED if failing
+ because Winsock was not initialized...
- * [misc/registry.c]
- One missing else added, small hack to RegQueryValue16().
+ * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
+ Whitney), removed the dllName component of the openDlls. Added some
+ debugstr_guid().
- * [win32/file.c]
- GetFileAttributesA() fixed (was using DOS path as UNIX path).
+ * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
+ Fixed typos in _alldiv() and _allmul().
-Tue Jun 18 21:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
+ Added message for missing xpm devel libs for debian/corel.
- * [loader/ne_resource.c]
- Fixed FreeResource() return value.
+ * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
+ OleRegGetUserType did query wrong registry key.
- * [objects/text.c]
- Fixed a bug in ExtTextOut() that was causing overlapped characters
- in WinWord.
+ * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
+ Some applications call GlobalMemoryStatus() very often. Cache the
+ results of the call for 1 second (spotted by Corel).
- * [windows/winpos.c]
- SWP_FRAMECHANGED for top-level windows now invalidates client
- area as clock.exe wants.
+ * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
+ GetClipboardData16 might return an invalid global handle (spotted by
+ Corel).
-Tue Jun 18 11:30:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * objects/enhmetafile.c: Lilia Roumiantseva
+ cbCountSizeOfEnhMetafile callback function instead of increasing a
+ contents of the pointer to the size increased the pointer itself.
- * [controls/listbox.c]
- Mini bugfix: 'revival' of missing scrollbar in listboxes.
+ * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix docs to reflect change to .winerc processing.
-Mon Jun 17 20:27:41 1996 Robert Pouliot <krynos@clic.net>
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of config.cache problems.
- * [resources/sysres_Fr.rc] [resources/TODO]
- Made changes for Choose_Font dialog.
+ * dlls/comctl32/trackbar.c: Vahid Pourlotfali
+ Trackbar contol did not have proper position value in case of
+ SB_THUMBTRACK notification message: it was always sending 0.
-----------------------------------------------------------------------
-Sun Jun 16 16:51:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ Jim Aston <jima@corel.ca>
+ Made the slider control a rect. It had been trying to draw a notched
+ slider, but the result didn't look right.
- * [memory/heap.c]
- Fixed bug in HeapRealloc (thanks to Bruce Milner).
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
+ Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
- * [misc/wsprintf.c]
- Fixed argument size for %c format in wsprintf16().
+ * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
+ CURSORICON_IconToCursor: inconsistent Lock/Unlock
- * [objects/dc.c]
- Don't free hFirstBitmap for saved DCs.
+ * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ PROFILE_GetString: only accept NULL for keyname to return the list of
+ keys as Win95 does.
- * [windows/event.c]
- Added timer handling in EVENT_WaitXEvent().
+ * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
+ Fix a sign bug where memcpy was called with negative length.
- * [windows/message.c]
- In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
- event is for the current task; if not, wake the other task.
+2000-02-29 Alexandre Julliard <julliard@winehq.com>
- * [windows/queue.c] [include/queue.h]
- Added 'self' handle in queue structure.
+ * files/profile.c: Make profile key a global handle.
- * [windows/timer.c]
- Added TIMER_ExpireTimers() function to mark expired timers and
- wake up the corresponding tasks.
+ * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
+ Renamed libwin32s to use the proper dll name (libw32skrnl).
-Thu Jun 13 01:46:33 EDT 1996 William Magro <wmagro@tc.cornell.edu>
+ * 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:
+ Niels Kristian Bech Jensen <nkbj@image.dk>
+ Removed superfluous #include statements for header files included twice.
- * [windows/mapping.c]
- First point in list was mapped multiple times in DPtoLP and
- LPtoDP. Other points were not mapped.
+ * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
+ Make updown control work. UpDown control always sends WM_*SCROLL
+ message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
-Wed Jun 12 18:08:45 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
+ Implemented the behavior of sending WM_CONTEXTMENU when receiving a
+ WM_RBUTTONUP.
- * [misc/shell.c]
- Some fixes for ExtractIcon function family.
+ * dlls/ole32/storage32.c: Murali Pattathe
- * [documentation/user_module]
- Chapter about windowing and messaging subsystems.
+ This is the patch for the OleConvertOLESTREAMToIStorage wine API.
+ This API calls another function called OLECONVERT_LoadOLE10 which
+ basically read the OLE stream from the file through the callback
+ function (this is passed by the application).
-----------------------------------------------------------------------
-Tue Jun 11 15:20:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ The reading format was wrong. Still I am not very sure this is 100 %
+ correct format. I did some reverse engineering and found the format. I
+ have tried with different OLE object and its worked in paradox. I
+ haven't tested with any other apps.
- * [debugger/break.c] [loader/signal.c]
- Fixed breakpoints in 32-bit code.
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some stubs and added forwards in order to make both winapi_check
+ and checklink happy.
- * [include/windows.h]
- Added many more Win32 versions of standard structures.
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ Moved the rest of the API specification from the global file to the
+ local files.
- * [include/winreg.h] [misc/registry.c]
- Moved private types into registry.c.
+2000-02-27 Alexandre Julliard <julliard@winehq.com>
- * [memory/string.c] (New file)
- Moved most string functions from misc/lstr.c; added Win32 version
- of all functions.
+ * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
- * [misc/wsprintf.c]
- Implemented Win32 wsprintf functions.
+----------------------------------------------------------------
+2000-02-27 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitmap.c]
- Implemented Win32 bitmap functions.
+ * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetComputerNameA(): added parameter check like Win95 does.
- * [windows/dialog.c]
- Don't set dialog procedure before the controls are created. This
- avoids a crash in Winhelp.
+ * tools/build.c: Patrik Stridvall <ps@leissner.se>
+ - Fixed some Solaris specific assembler problems
+ - Fixed some missing .type @function (helps debugging with dbx)
+ - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
+ - Fixed use of zero width arrays (ANSI C violation)
+ - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
-Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * memory/selector.c, include/selectors.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some Solaris specific assembler problems.
- * [controls/menu.c] [if1632/user.spec] [windows/message.c]
- Replace PeekMessage with PeekMessage16.
+ * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [if1632/kernel32.spec][misc/main.c]
- GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
- MAIN_ParseVersion: new function, new command line option -winver.
- GetVersion: modified to take command line argument into account.
+ * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Updated winapi_check.
- * [if1632/kernel32.spec] [win32/process.c]
- FreeLibrary32: new function.
- TlsAlloc: initialize Tls to zero.
- InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
- functions.
+ * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
+ Added utility that generates patches for submission to
+ wine-patches@winehq.com.
- * [if1632/kernel32.spec]
- SetErrorMode,GetActiveWindow: new relays to existing functions.
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
+ oleaut32 should not import functions from olepro32.
- * [if1632/kernel32.spec][win32/user32.c]
- PeekMessage32A,PeekMessage32W: new functions.
+ * dlls/comctl32/listview.c, include/listview.h:
+ Pierre Mageau <pierre@macadamian.com>
+ Don't display the context menu on a double click.
- * [include/struct32.h][include/windows.h]
- Moved MSG32 to windows.h.
- Renamed MSG to MSG16.
- Modified prototypes to use MSG16
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Set the font on the edit label control to that used by the listview
+ control. It also uses text metrics to set a more reasonable initial
+ edit control size.
- * [include/winbase.h]
- OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
+ Pierre Mageau <pierre@macadamian.com>
+ Handle M_SETREDRAW in ListView.
+ Fix to EnsureVisible to handle small and large icon correctly.
+ Add edit label functionnality to the listview and the file open dialog.
-Sun Jun 9 20:53:30 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ Ulrich Czekalla <ulrichc@corel.ca>
+ RelaseDC in CreateEditLabel.
- * [if1632/Makefile.in] [loader/builtin.c]
- version.dll,lz32.dll added.
+ Pierre Mageau <pierre@macadamian.com>
+ Add functionnality to create new folder in the open dialog.
+ Add support for right click menu in common file dialog.
+ LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
- * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
- [misc/lzexpand.c]
- lz32.dll added.
- Modified to new function naming standard.
+ Serge Ivanov <sergei@corel.ca>
+ LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
- * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
- version.dll added (win32 version of ver.dll).
- Modified to new function naming standard.
- Use registry to look up a LOCALE langids too.
- (VerInstallFile,VerFindFile still stubs)
+ Luc Tourangeau <luc@macadamian.com>
+ Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
+
+ Don Kelly
+ -Implemented the sorting on insert of items into a ListView control
+ with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
+ -(helping evil applications): sometimes not so well structured apps
+ (PFPI90, in this case) will not fully initialize structs. In the case
+ of the LVM_GETITEM message the app may have only initialized the mask
+ and iItem members of the struct. Added processing of the LVIF_PARAM
+ mask in the case that iSubItem was set but is invalid/uninitialized.
-Fri Jun 7 20:40:20 1996 Albrecht Kleine <kleine@ak.sax.de>
+ Pierre Mageau <pierre@macadamian.com>
+ Fix for handling correctly the cancelling mode of the Edit label.
+ Fix width calculation of the edit label.
- * [files/file.c]
- Added a warning if GetTempFileName() gets a bad drive parameter.
+ Pascal Lessard <pascal@macadamian.com>
+ Implemented the behavior of sending WM_CONTEXTMENU when receiving a
+ WM_RBUTTONUP.
+
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed a painting problem with listview when the view changes and an
+ edit label is active.
+
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed a notification problem with listview. On creation if the user
+ specifies an item with focus and/or selection we should send the
+ proper notification. Insert was preventing LISTVIEW_SetItem from
+ seeing the changes and sending the notification.
+
+ Make the draw item rectangle consistent with the selection
+ rectangle. This allows us to click on the folders and icons in the
+ file open dialog box and the item actually gets selected.
- * [misc/commdlg.c]
- Changed file listbox color to gray in SaveFile dialog
- (just like Windows does this).
+ * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
+ - Write serial numbers to the device (FAT)
+ - DRIVE_ReadSuperblock: better checking for the FAT fs.
-----------------------------------------------------------------------
-Wed Jun 5 20:13:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetFullPathName fixes.
+
+2000-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed definition of the RtlMemory functions. Use macros internally and
+ for Winelib, use real functions for exports from ntdll.
+
+ * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
+ Prototypes OleInitialize, OleUninitialize.
+
+ * dlls/commdlg/filedlg95.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ ArrangeCtrlPositions: fix for user-defined template with no stc32.
+
+ * controls/menu.c, include/menu.h, windows/message.c:
+ Ulrich Czekalla <ulrichc@corel.com>
+ Send WM_HELP message when F1 is pressed.
+
+ * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
+ In the listbox, when the last item is selected and deleted, it still
+ appeared in the window.
+
+ Sheri Steeves <sheri@macadamian.com>
+ In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
+ style it would just return. This left the horizontal scroll bar
+ uninitialized and it was appearing at the bottom of the listbox when
+ it did not have to.
+
+ Serge Ivanov <sergei@corel.com>
+ LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
+ (it says it is for column margins). Obviously it is wrong, because
+ margins must be internal.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
+ ErrorInfo functions need to be in ole32, not oleaut32.
+
+ * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Moved file functions to shlfileop.c
+ New SHELL_DeleteDirectoryA
+ Use shell notifications.
+ Enabled file manipulation functions.
+
+ * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fix for OpenIcon.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Stub PathIsDirectory.
- * [controls/button.c] [controls/listbox.c]
- Fixed wParam of WM_DRAWITEM message.
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixes for ShellExecuteEx.
- * [if1632/Makefile.in] [loader/builtin.c]
- Remove WPROCS32 DLL, as the relay code can call Wine routines
- directly.
+ * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Basic implementation of shell notifications.
- * [loader/module.c] [loader/ne_image.c]
- Fixed initial stack layout for self-loading modules.
+ * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
+ Updated.
+
+ * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added Winelib types.
- * [tools/build.c]
- Fixed data segment building for Win16 modules.
+ * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
+ Added icon no 4 (open folder).
- * [windows/defdlg.c]
- Implemented Win32 versions of DefDlgProc().
+ * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added stubs for {Create,Get,Set}ErrorInfo.
- * [windows/dialog.c]
- Merged Win16 and Win32 dialog code.
- Added support for control extra data in dialog item template.
+ * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
+ Return an error instead of a success code in OleCreate stub function.
- * [windows/win.c]
- Unified Win16 and Win32 versions of CreateWindow().
- Implemented Win32 version of GetWindowLong().
+ * dlls/comctl32/tab.c, include/tab.h: Don Kelly
+ In Windows Property Sheet can have any mix of icon-less tabs and tabs
+ with icons. Adds a check to see if the icon we're adding is non-NULL
+ (otherwise random junk from memory can be rendered) when the application
+ has specified the PSP_USEICONID flag is set. Changes to the Tab control
+ to only render icons for tabs that have the TCIF_IMAGE flag set
+ (previously, if the flag was set the entire image list of icons was
+ rendered).
- * [windows/winproc.c]
- Changed the implementation of window procedures, so that 16-bit
- winprocs are valid segmented pointers.
+ Stephane Lussier <stephane@macadamian.com>
+ Fixes for some tab control bugs
-Sun Jun 2 16:39:46 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ Henning Hoffmann
+ Fixed some width problem with OWNERDRAW tab.
- * [misc/registry.c]
- Fixed another bug in the w95 loader. Quietened some debug output.
+ Luc Tourangeau <luc@macadamian.com>
+ TCM_ADJUSTRECT is now returning consistant compare to Windows.
-Sun Jun 2 10:00:22 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ Serge Ivanov <sergei@corel.ca>
+ Fixed problem with tab selection. When you select tab it becames first
+ visible tab. Now leftmost visible tab is calculated properly.
+ - Added code for correct handling of updown control.
+ - Forced recalculation of tabs' coordinates when:
+ a) all items are deleted,
+ b) window style is canged
- * [windows/winproc.c]
- Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
+ * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
+ Added necessary defines and structures to compile WineLib apps using
+ MFC 6.0 headers.
+ Fixed typo in TCM_SETMINTABWIDTH constant.
-Sat Jun 1 12:37:22 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
+ * controls/button.c: Bill Jin <billj@corel.ca>
+ Bitmap buttons were not refreshed correctly.
- * [resources/TODO] [resources/sysres_It.rc]
- Updated font dialog box.
+ * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
+ This reverts Matts patch. The messaging needs double checking.
-Thu May 30 21:05:19 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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:
+ Improved the selector get/set functions.
+ Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
- * [include/commdlg.h] [misc/commdlg.c]
- ChooseFont() and ChooseColor():
- Bugfixes and added more support for some CF_* and CC_* flags:
- dialog templates and font size control.
- Bugfix in structure definition of CHOOSECOLOR definition.
+ * 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:
+ Made winmm a separate shared library.
- * [ipc/dde_proc.c] [windows/event.c]
- Replaced SendMessage with SendMessage16 and added inclusion of
- dde_proc.h for error-free compilation of ipc module.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI C violations.
-Thu May 30 19:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
+ Fixed Solaris specific compiler issue.
- * [windows/scroll.c]
- Made ScrollDC to save/restore current clipping region.
+ * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
+ Fixed some debug message crashes.
- * [misc/clipboard.c] [windows/event.c]
- Implemented most of the previously missing features (not tested),
- improved text pasting from/to X.
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - implement EnumObjects and GetProperty for Mouse and Joystick drivers
+ - implement SetDataFormat for the Mouse driver
- * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
- [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
- [windows/winpos.c] [windows/painting.c]
- Updated DCE code, implemented dynamic invalidation of owned DCs.
- This fixes a lot of problems with scrolling in WinWord. Not
- sure about the effect on -desktop.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved hardware related handling to dlls/winmm/joystick driver.
+ Got rid of joySendMessages() hack (now implementation with a timer).
-Wed May 29 23:35:44 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+2000-02-25 Alexandre Julliard <julliard@winehq.com>
- * [win32/time.c] [if1632/kernel32.spec]
- Added SetSystemTime and SetTimeZoneInformation.
+ * misc/debugstr.c:
+ Release unused space in debug strings to avoid too frequent
+ wrap-arounds in the circular buffer.
- * [if1632/kernel32.spec]
- Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
+ * dlls/oleaut32/Makefile.in: Added import of olepro32.
- * [include/windows.h]
- Added SYSTEM_POWER_STATUS structure and prototypes for
- GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
+ * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added OLE entries and comments.
- * [include/kernel32.h]
- Added a prototype for SetTimeZoneInformation.
+ * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Japanese support implemented.
- * [win32/environment.c] [if1632/kernel32.spec]
- Added GetSystemPowerStatus and SetSystemPowerState stubs.
+ * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
+ Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
+ order to allow Windows 9x Perl to start.
-----------------------------------------------------------------------
-Tue May 28 19:36:36 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
+ This patch initializes the return buffer used in GetPrinterDriverA to
+ zeros. This prevents buffer overruns caused by accessing garbage data.
+ Some improvements to the NULL check patch.
- * [controls/combo.c]
- Destroy the listbox and edit control when destroying the
- combo. This should prevent crashes on application exit.
+ Gautam Jain
+ EnumPrinters is not returning the number of printers found in case the
+ parameter dwLevel is 1.
- * [misc/system.c] [if1632/system.spec]
- Implemented InquireSystem().
+ * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not overwrite the valid ObjectAttributes->RootDirectory.
+ Perform case insensitive comparison for the registry paths.
- * [loader/task.c] [windows/message.c] [windows/queue.c]
- First attempt at inter-task SendMessage(). Still has a lot of
- problems.
+ * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added prototypes for registry functions.
-Tue May 28 14:26:04 1996 Peter Bajusz <hyp-x@inf.bme.hu>
+ * include/winbase.h, include/winnls.h:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Move definition of CPINFO structure from winbase.h to winnls.h
+ Add definition of CPINFOEX structure to winnls.h
- * [windows/mdi.c]
- Fixed MDITile with iconic children.
+ * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add prototype for CRTDLL_wcstol.
-Mon May 27 20:28:18 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for toolbar button size.
- * [misc/commdlg.c]
- ChooseFont dialog:
- - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
- not real available font types (e.g. "Bold") can not selected
- - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
+ * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed CharNextA/CharNextExA for DBCS.
- * [objects/font.c]
- In FONT_MatchFont perform check if "lfFaceName" is family from X11
- only if "lfFaceName" is a windows font family then do a call of
- FONT_TranslateName() : this results in better font selections in
- ChooseFont() or applications like charmap.exe or write.exe.
- Added a ParseFontParms() call if necessary in function
- FONT_MatchFont(): we need a font name as basis for GetTextFace()
- even if there isn't one...
+ * 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:
+ James Abbatiello <abbeyj@WPI.EDU>
+ Misc. fixes for compiler warnings.
- * [resources/TODO]
- Inventory of resource translations in sysres_??.rc
+ * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
+ Pierre Mageau <pierre@macadamian.com>
+ Implementation of OleConvert routines.
-Fri May 24 16:33:28 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ Thuy Nguyen <thuy@macadamian.com>
+ Don't allow to resize stream open in read only mode
+ Allow write access for stream/storage open with STGM_READWRITE.
+ StgOpenStorage return values are now more detailed.
+ Don't rely on STGM_CREATE flag in the Storage constructor.
+ Preventing to write out of date property.
- * [misc/registry.c]
- _w95_loadreg: use offset to determine next RGDB position too.
+ Owen Wang <owenw@corel.ca>
+ Allow both positive & negative 32-bit integers as with MFC assumption.
+ This patch improves the 32bit limit on IStream::*_Seek operations.
-Thu May 23 19:35:38 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ John Li <johnl@corel.ca>
+ When WP opens a linked file, the malloc function in
+ OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
+ crash. The actual problem is the function reading a large data length.
- * [controls/combo.c]
- Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
+ * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
+ Made some local functions static.
- * [misc/main.c]
- Result of option "-fixedmap" is to turn flag on.
+ * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
-Thu May 23 19:15:41 1996 Ronan Waide <root@waider.ie>
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some of the API specification from the global file to the local
+ files.
- * [misc/shell.c]
- ShellExecute and FindExecutable now both use common code to
- determine the required executable file.
+ * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
+ James Abbatiello <abbeyj@WPI.EDU>
+ Better thread safety for WarpPointer hack.
-----------------------------------------------------------------------
-Tue May 21 14:06:07 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added AddAccessAllowedAce.
- * [controls/button.c]
- Made ButtonWndProc a 32-bit window procedure.
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
+ Some more ListView_ macros, winelib fixes.
- * [controls/desktop.c]
- Made DesktopWndProc a 32-bit window procedure.
- Added handling of WM_SETCURSOR.
+ * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed allocation of 16x16 icons.
- * [controls/menu.c]
- Allocate menu items and strings on the 32-bit system heap.
- Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
- AppendMenu and LoadMenuIndirect.
+ * dlls/commdlg/filedlg95.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ For unicode: give the selected filename back.
- * [controls/widgets.c]
- Added possibility to have 32-bit built-in classes.
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
+ necessary.
- * [files/drive.c]
- Implemented GetLogicalDrive() and GetLogicalDriveStrings().
+ * windows/painting.c: Serge Ivanov <sergei@corel.ca>
+ We don't need to call LPtoDP in here as far as PatBlt does it internally.
- * [misc/spy.c] [include/spy.h]
- Added support for spying Win32 messages.
+ * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
+ In Windows, if PropertySheet can't create some page it just skips it. This
+ patch adds similar behaviour to Wine. It also adds some NULL checks.
- * [loader/builtin.c]
- Fixed bug in -dll option parsing.
+ <yuxi@corel.com>
+ Fix property sheet initialization bugs.
- * [memory/local.c]
- Added back the change by Huw D. M. Davies to free the block in
- LocalRealloc() before allocating the new one.
+ Matthew Robertson
+ The template was calling GetActiveIndex which was not being set in the
+ propsheet code, and the call was moved before we call SetActive -
+ because that's where we query for the Active Index.
- * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
- Fixed bug in bitmap size that caused memory corruption for 24bpp.
+ Noomen Hamza
+ Resize property sheet to the largest dialog size.
- * [windows/defwnd.c]
- Implemented Win32 version of DefWindowProc().
+ Don Kelly
+ In the WM_INITDIALOG handler for the prop sheet, there is a call to
+ PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
+ PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually
+ aligns the sizes of the "largest" prop. sheet dialog template and the tab
+ control. The IsTooSmall() call doesn't properly catch this mismatch.
+ Modified the function to return TRUE if the sizes mismatch and renamed it to
+ PROPSHEET_SizeMismatch() to reflect its proper use.
- * [windows/dialog.c]
- Implemented Win32 version of SendDlgItemMessage,
- Get/SetDlgItemText and Get/SetDlgItemInt.
+ * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
+ We define PathISURLA, so use it.
- * [windows/mdi.c]
- Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
- Don't make a copy of the OBM bitmaps for every MDI window.
+ * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
+ In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
+ fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
+ to improper display of overlay images.
- * [windows/message.c]
- Implemented Win32 version of SendMessage().
-
- * [windows/winproc.c] [windows/class.c] [windows/win.c]
- New scheme for 32-bit window procedures to replace aliases. All
- 32-bit window procedure get a 16-bit address pointing to a
- WINDOWPROC structure.
- Implemented Ansi<->Unicode translation for CallWindowProc().
- Added translation of WM_DRAWITEM between Win16 and Win32.
+ * windows/win.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ ATOMs are considered unique, so we don't need to check class
+ pointers in FindWindow.
- * [windows/win.c] [include/callback.h]
- Added ugly hack to build CREATESTRUCT on the stack when sending
- WM_NCCREATE.
- Implemented Win32 version of Get/SetWindowWord/Long and
- Get/SetWindowText.
-
-Fri May 17 10:20:16 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * objects/region.c: Serge Ivanov <sergei@corel.com>
+ Not all region functions updated 'type' field to reflect current
+ region state.
- * [controls/button.c]
- Avoid gray text on gray background in disabled push buttons
- using a b/w raster and some raster operations (PatBlt,BitBlt).
+ * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
+ Eric Williams <ewill@ncal.verio.com>
+ Minor fixups and tweaking, and a dummy hook.
- * [objects/text.c]
- DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
+ * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed handling of filedlg flags.
-----------------------------------------------------------------------
-Thu May 16 13:35:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+2000-02-20 Alexandre Julliard <julliard@winehq.com>
- * [*/*.c]
- Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
- SIZE16. Implemented Win32 version of most functions that take
- these types as parameters.
+ * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added FIXME comment for entry point parameter.
- * [configure]
- Patched autoconf to attempt to correctly detect -lnsl and
- -lsocket. Please check this out.
-
- * [controls/button.c]
- Added support for Win32 BM_* messages.
+ * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - stub for OLE32.MkParseDisplayName
+ - spelling fixes
- * [controls/menu.c]
- Avoid sending extra WM_MENUSELECT messages. This avoids crashes
- with Excel.
+ * windows/dialog.c, windows/win.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - fixed my slightly incorrect EndDialog patch
+ - cleaned up win.c
- * [memory.heap.c] [include/heap.h]
- Added support for SEGPTRs in Win32 heaps. Added a few macros to
- make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
- but they work with Win32.
+ * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Spelling fixes.
- * [memory/atom.c]
- Implemented Win32 atom functions.
+ * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
+ Made the buffer list in the directsound object thread-safe.
- * [memory/local.c]
- Fixed LocalReAlloc() changes to avoid copying the whole block twice.
+ * loader/module.c, loader/ne/module.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ It seems to be GetModuleFileName16 that checks exe version on whether
+ to return long or short paths, not GetModuleFileNameA.
- * [win32/memory.c]
- Use /dev/zero instead of MAP_ANON for VirtualAlloc().
+ * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
+ Avoid too much refreshing when changing the drive in the 16 bits file
+ dialog.
- * [windows/class.c]
- Properly implemented the Win32 class functions.
+ * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
+ GetLongPathName rewrite.
- * [windows/winproc.c] (New file)
- New file handling the message translation between Win16 and Win32.
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
+ Corel merge:
-Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ Pierre Mageau
+ Don't update the combo box selection when closing the dialog only when
+ clicking on OK button. Adjust file dialog size when help button isn't
+ present.
- * [windows/mdi.c] [windows/menu.c]
- Improved WM_MDICREATE and WM_MDICASCADE handling.
+ Don Kelly.
+ Fixes problems with open dialog box filters.
- * [windows/event.c] [objects/bitblt.c]
- Handle GraphicsExpose event for BitBlt from screen to screen.
+ Ulrich Czekalla
+ Prevents the help button from displaying on OpenFile dialogs unless
+ the proper flag is set in the OPENFILENAME struct.
- * [windows/event.c] [windows/win.c] [windows/nonclient.c]
- Bunch of fixes for problems with -managed.
+ Yuxi Zhang
+ Fixed memory leak.
- * [windows/win.c] [windows/winpos.c]
- Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
- in CreateWindow.
+ Jean-Claude Batista
+ Add tooltips to the file Dialog toolbar.
- * [windows/win.c] [windows/queue.c] [misc/user.c]
- Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
- on window creation/destruction.
+ Sylvain Bouchard, Bill Jin
+ Three new functions
+ EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
+ Instead of passing in a copy of ofn, passing in the pointer of ofn.
- * [objects/palette.c]
- Crude RealizePalette(). At least something is visible in LviewPro.
+ David Golding
+ A "!" was missing in a check against lpstrInitialDir.
-Sun May 12 02:05:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ Rick Mutzke
+ Fixed crash: if dialog has no filetypes appearing in the dropdown list.
- * [if1632/gdi32.spec]
- Added Rectangle (use win16 version).
+ Matt Robertson, Ulrich Czekalla
+ Fixed problems occurring with selection of files inside openfiledlg.
- * [if1632/kernel32.spec]
- Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
+ * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
+ - activated use of templates
+ - moved the creating of new folders to the shellview
- * [if1632/user32.spec]
- Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
- versions).
- Added SetWindowsHookExA (empty stub for now).
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Started with shell-clipboard handling (context menu cut&paste,
+ drag&drop).
- * [include/handle32.h]
- Changed #include <malloc.h> to #include <stdlib.h> to prevent
- hate message from FreeBSD compiler.
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Removed ItemIDListList, reorganisation, more formats.
- * [win32/newfns.c]
- Added new function SetWindowsHookEx32A (empty stub for now).
+ * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
+ - implemented rename, copy and delete file
+ - "new file" is activating label edit for rename
+ - implemented IShellView_SelectItem
- * [win32/user32.c]
- Removed redundant debugging printf statement.
+ * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Better context menus.
-Sun May 12 01:24:57 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - new files related to context menu and drag drop file operations
+ - render functions for clipboardformats
- * [memory/local.c]
- Avoid creating adjacent free blocks.
- Free the block in LocalReAlloc() before allocating a new one.
- Fixed LocalReAlloc() for discarded blocks.
-
-Fri May 10 23:05:12 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
+ Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
- * [resources/sysres_Fi.rc]
- ChooseFont and ChooseColor dialogs updated.
+ * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Started implementation of shell notifications.
-Fri May 10 17:19:33 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/shell32/shlfileop.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ New file (SHFileOperation).
- * [files/drive.c,if1632/kernel.spec]
- GetCurrentDirectory(),SetCurrentDirectory() implemented.
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Fixes.
- * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
- [include/windows.h] [include/winreg.h] [loader/main.c]
- [misc/main.c] [misc/shell.c] [misc/registry.c]
- Registry fixes:
- - loads win95 registry databases,
- - save only updated keys on default,
- - now adhers to the new function naming standard,
- - minor cleanups.
+ * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
+ - implemented IPersistFolder2 interface
-Tue May 7 22:36:13 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ New aPidl handling functions.
- * [combo.c]
- Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
- and synchronized mine with Greg Kreider's works.
+ * misc/main.c: Avoid crash on usage message.
- * [commdlg.c]
- Bugfix in ChooseFont: font size handling.
+ * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
-----------------------------------------------------------------------
-Mon May 6 12:56:26 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added stub for RtlAssert().
- * [DEVELOPERS-HINTS]
- Added paragraph on naming conventions for Win16/Win32/Winelib.
+ * windows/x11drv/keyboard.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added Japanese jp106 and pc98x1 keyboard layout.
- * [controls/menu.c]
- Create a default system menu that is the same for all windows
- instead of making a copy every time.
+ * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of PROFILE_ functions, now accessing Wine config options
+ through the registry.
- * [include/wintypes.h]
- Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
- Added xx16 and xx32 definitions for most types. General clean-up.
+ * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ While creating the wine config key, make sure that only Wine's subkeys
+ are volatile.
- * [memory/global.c] [memory/local.c] [*/*]
- Renamed Global and Local heap functions to xxx16. Added all xxx32
- versions of the same functions.
+ * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for NULL ptr in PSDRV_GetDeviceCapabilities.
- * [memory/selector.c]
- Mask out lower bits of selector in FreeSelector().
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Added a bit magic to CONSOLE_get_input so we don't get single Escapes
+ from function key escape sequences.
- * [misc/lstr.c]
- Fixed wvsprintf().
+2000-02-19 Alexandre Julliard <julliard@winehq.com>
- * [windows/class.c]
- Changed the class structure to make Win32 support easier.
+ * memory/atom.c: Bug fix for native USER.
- * [windows/defwnd.c]
- Added handling of WM_INITMENUPOPUP for system menu to gray out
- invalid options.
+ * loader/loadorder.c, wine.ini:
+ Hard-coded DllPairs configuration; there is no need for the user to
+ change it.
- * [windows/winpos.c]
- Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
- a SEGPTR.
+ * 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:
+ Store config file contents in the registry so we only have to load it
+ once per session.
+ Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
+ Removed a few unnecessary/unused command-line options.
-Sun May 5 03:51:26 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+2000-02-18 Alexandre Julliard <julliard@winehq.com>
- * [memory/local.c]
- Implementation of moveable and (rudimentary) support for
- discardable local memory, plus several bug fixes.
+ * 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:
+ Store the handle of the process exe file in the server.
+ Removed PROCESS_Initial().
-Sat May 4 18:33:35 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
+ Set the type of VarBstrFromDate to dwFlags, instead of lcid.
- * [include/windows.h] [windows/win.c] [if1632/user.spec]
- FindWindowEx() implemented (someone reported it was missing
- for FrameMaker 4.1).
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed the problem with the date being off by one.
- * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
- [win32/resource.c]
- Misc small stubs/small functions which bring win95 binaries
- further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
- Small fix in WIN32_LoadAcceleratorsA.
+ Petar Djukic
+ VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
+ with VariantClear.
+ Coerce function doesn't implement coercion for VT_DISPATCH type.
-Fri May 3 19:43:12 1996 Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
+ * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added/corrected ordinals of kernel, gdi, user.
- * [controls/edit.c] [controls/EDIT.TODO]
- Changed / fixed some types and typecasts.
- Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
- Added heap initialization in WM_CREATE.
+ * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
+ Popup windows will be hidden when minimizing the main frame.
-Fri May 3 19:30:02 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Changed the loading of typelib files to use a memory mapping instead
+ of reading the file bit by bit.
- * [controls/combo.c] [controls/listbox.c]
- Pass WM_[HV]SCROLL to listbox, but not combo.
- Don't try to redraw non-existant scroll bars (changes dwStyle flags).
- Combo box gets border.
- Combo box includes button (otherwise button won't trigger dropdown).
- Proper border around RectButton.
- Check size consistancy of combo, listbox, and button after resizing
- or before painting. These routines still aren't completely correct.
- Localize size checks in separate routines.
- Listboxes are white.
+ * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
+ path component even if a match already occurred.
-Thu May 2 19:21:23 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed prototype for OleTranslateColor.
- * [controls/combo.c][include/commdlg.h][include/commdlg.c]
- [resources/sysres_De.rc][resources/sysres_En.rc]
- Introduced ChooseFont dialog, but needed some patches in
- handling of comboboxes with edit controls.
+ * files/file.c: Matthew Cline <matt@nightrealms.com>
+ Added WARN messages on open errors.
-Tue Apr 30 00:33:27 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ The maximum size of the buffer is 1024 bytes in Win32.
- * [programs/winhelp/*]
- Added a help viewer and a simple `.hlp' to `.sgml' converter.
+2000-02-16 Alexandre Julliard <julliard@winehq.com>
-Mon Apr 29 14:17:57 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
+ * 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:
+ Moved SystemHeap allocations to the process heap.
- * [resources/sysres_*.rc] [misc/shell.c]
- Modified size of "About" dialog boxes.
+ * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+ Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
-Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Send WM_HELP message when F1 is pressed.
- * [if1632/Makefile.in][loader/builtin.c]
- crtdll.spec, ntdll.spec, wsock32.spec: new files.
+ * 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:
+ Alastair McKinstry <Alastair.McKinstry@digital.com>
+ Added support for the following celtic languages: Irish Gaelic, Scots
+ Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
- * [loader/pe_image.c]
- Fix error message if import by ordinal failed.
+2000-02-14 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Sun Apr 28 14:32:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added stub for CoResumeClassObjects.
- * [Makefile.in]
- Subdir memory is now also compiled for Winelib, in order to get
- the Win32 heap functions.
+ * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - added argument printing to stubs
+ - replaced memcmp by IsEqualGUID
+ - implemented GetCapabilities for Mouse and Keyboard
- * [if1632/Makefile.in]
- Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
- DLL names > 8 characters.
+ * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
+ ioctlsocket() now returns success if the app sets nonblocking mode for
+ WSAAsyncSelect()-ed sockets.
- * [loader/builtin.c] (New file)
- Grouped all built-in DLLs code in a single file.
+ * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed FreeBSD compile.
- * [memory/global.c]
- Use the Win32 heap code instead of malloc() to allocate linear
- memory. This will help test the heap code.
+ * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - fixed crash on mci channel tracing
+ - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
- * [memory/local.c]
- Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
+2000-02-13 Alexandre Julliard <julliard@winehq.com>
- * [tools/build.c] [if1632/relay.c]
- Removed 'id' directive in spec files. For relay debugging, the DLL
- entry point is now computed from the CS:IP entry point address.
- Added 'heap' directive to specifiy a local heap for the DLL. USER
- and GDI heap are now created this way.
+ * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
+ Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
- * [windows/class.c] [include/class.h]
- Changed the class structure to use pointers instead of handles.
- Changed Get/SetClassWord/Long to use a switch statement; this
- allows changing the layout of the CLASS structure.
+ * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
+ Dave Pickles <davep@nugate.demon.co.uk>
+ Added definition for STILL_ACTIVE.
- * [windows/win.c] [include/win.h]
- Use a CLASS * instead of a handle for the window class.
+ * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
+ Juergen Lock <nox@jelal.kn-bremen.de>
+ Added configure check for the unix domain sockaddr length.
-Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fixed CDROM_Audio_Seek for non-linux systems.
- * [if1632/kernel32.spec] [memory/global.c]
- [win32/memory.c] [win32/process.c]
- GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
- LocalLock,SetThreadAffinityMask: new relays.
+ * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
+ GetObjectA() now rejects GDI handles which are invalid.
- * [win32/cursoricon32.c]
- Return same handle if a cursor is loaded multiple times.
+ * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ VERSION_GetSystemDLLVersion crashed when being called on a .so.
-Sat Apr 27 15:13:37 1996 Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
+ * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Display the system popup menu when clicking with the right mouse
+ button in the window caption.
- * [resources/sysres_Ko.rc]
- Added support for Korean [Ko] language.
+ * dlls/ole32/clipboard.c: Removed check for class existence.
-Fri Apr 26 00:49:05 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * 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:
+ Alexandre Julliard <julliard@codeweavers.com>
+ Removed superfluous GlobalFindAtom calls.
- * [objects/dc.c] [objects/font.c]
- Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Reading of ri blocks.
+ Better error handling.
- * [objects/metafile.c] [objects/dcvalues.c]
- Fixed broken SetTextAlign() on metafiles.
+ * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
+ Check that ci->hWindowMenu is not zero before using it.
- * [objects/metafile.c]
- Delete objects in handle table at end of PlayMetaFile().
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
+ David Howells <David.Howells@nexor.co.uk>
+ Implemented isw*() wctype.h functions.
-Wed Apr 24 19:21:01 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Better error messages.
- * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
- VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
- [If it doesn't work for you, use -dll -ver and report it to me]
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ Fixed off-by-one error.
- * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
- [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
- [windows/graphics.c]
- Simple win32 functions, where we can just use the win16 counterpart.
- Misc. stubs.
+ * 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:
+ Moved global atoms to the server (based on the work of Sergei
+ Turchanov <turchanov@otvprim.ru>).
- * [misc/lstr.c]
- Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
+2000-02-12 Alexandre Julliard <julliard@winehq.com>
- * [misc/registry.c]
- Some alloclens were off by 1, one double fclose() fixed.
- Requesting value 0 of a key with no values returns an error
- (should we always return a made up value NULL? what does win3.1?)
+ * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
+ Added a PTEXTMETRIC[A|W] definition.
-Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * include/windef.h: Matthew Cline <matt@nightrealms.com>
+ Added typedefs for PSHORT and PUSHORT.
- * [misc/shell.c]
- Implemented FindEnvironmentString(), DoEnvironmentSubst(),
- ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
+ * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Protect EndDialog() from invalid window handles.
- * [misc/user.c]
- Do extensive cleanup on application exit.
+ * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Replaced fprintfs by proper debug macros and fixed some compilation warnings.
- * [windows/hook.c] [windows/win.c] [windows/class.c]
- Added miscellaneous cleanup routines.
+2000-02-10 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- More efficient popup menu window handling.
+ * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
+ Added GUIDs, defines, and structures for DirectX7.
-Mon Apr 22 21:35:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
+ Oleg Korda <oleg@isp.nsc.ru>
+ Added Russian translation.
- * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
- Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
+ * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
+ Added missing goto in switch statement.
-----------------------------------------------------------------------
-Sat Apr 20 23:23:16 1996 Robert Pouliot <krynos@qbc.clic.net>
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
- * [resources/sysres_Fr.rc] [resources/TODO]
- Made changes for Choose_Color dialog.
+ * 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:
+ Optimized debugging API to reduce code size.
-Sat Apr 20 15:43:49 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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:
+ Removed extra includes from ole.h and wingdi.h.
- * [controls/button.c]
- Fixed test that got miscompiled by some old gcc versions.
+ * */*:
+ Jeremy White <jwhite@codeweavers.com>
+ Removed #include of wingdi.h and windef.h from winuser.h (and resolved
+ the resulting compilation failures).
- * [memory/local.c]
- Fixed the layout of handle tables so that moveable handle entries
- can be freed on LocalFree().
- Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
- GetHeapSpaces().
+2000-02-07 Alexandre Julliard <julliard@winehq.com>
- * [misc/main.c] [ANNOUNCE]
- Update the list of contributors. Please let me know if I forgot
- someone.
+ * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
+ Make CLSIDFromString return a CLSID of zeros instead of crashing when
+ passed a null pointer.
-Fri Apr 19 20:07:20 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed unconditional use of JOYDEV.
- * [controls/edit.c] [controls/EDIT.TODO]
- Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
- Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
- Added WM_ENABLE implementation (gray text).
- Fixed buffer > 32767 bug.
- Fixed argument types / typecasting.
- Faster selection (re)drawing.
+ * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
+ Michael Cardenas <michael_cardenas@deneba.com>
+ Added a bunch of macros needed for compiling Winelib apps.
-Thu Apr 18 13:38:26 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
+ Added ListView_EditLabel macros.
- * [misc/registry.c] [include/winreg.h]
- Changed savefile format again to human readable/editable
- (UNICODE chars >0xff are specified by \uXXXX, data by XX).
- Has now global / local registry databases (including merging them).
- HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
- HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
+ * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Changed import to ordinal.
- * [misc/comm.c]
- Allow " " as COMx: ... spec delimiter too.
- (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't
- remember the x).
+ * include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added IPersistFolder2 interface.
-Thu Apr 18 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - implemented serial numbers for audio CDs and data CDs
+ - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
+ naming and such
+ - split debug channel cdaudio into cdrom and mcicda
+ - fixed some typos
- * [windows/mdi.c]
- Miscellaneous changes.
+ * dlls/oleaut32/olefont.c, include/olectl.h:
+ Sean Langley <seanl@corel.ca>
+ Made OleCreateFontIndirect have the same signature (exactly) as the
+ header file. Added olepro32 dll stubs.
- * [windows/winpos.c]
- Use BitBlt whenever possible in SetWindowPos.
+ * 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:
+ Sean Langley <seanl@corel.ca>
+ OLEPRO32 stubs.
- * [windows/painting.c]
- Fix incompatibilities with hrgnUpdate being 1.
+ * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Added CF_HDROP.
-Wed Apr 17 19:19:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
+ Extended the winmm joystick API calls to support the new Linux
+ joystick driver.
- * [misc/commdlg.c]
- Many bugfixes in ChooseColor dialog.
- Added a user defined dialog title in FileOpen-/FileSave- dialog.
+ * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Added context functions for FreeBSD.
- * [misc/commdlg.c][include/commdlg.h]
- [if1632/commdlg.spec][if1632/winprocs.spec]
- Introduced dialog-, callback- and enum- stub functions
- for ChooseFont dialog
+ * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
+ Fix for the system tray, Icon and popup menu's now work.
-Wed Apr 17 19:08:38 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl>
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Use window properties instead of window long, also use them to
+ determine if we really own a window and can destroy it.
+ The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
+ Set paintable flag for application passed cooperative/drawing window.
+ GetDisplayMode: We might have and do support 2 backbuffers.
- * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
- Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
- Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug
- fixes.
+ * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
+ Running object table are not using 0 as a valid index anymore.
- * [windows/winpos.c]
- Don't try to hide the window if it's already hidden.
+ * controls/static.c: Luc Tourangeau <luc@macadamian.com>
+ Implementation of Static OwnerDraw.
- * [windows/message.c]
- Let MSG_PeekHardwareMsg fill the message queue with events if
- it's empty.
+ * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
+ Height calculation was 1 off in ImageList_Read.
-Wed Apr 17 17:54:04 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
+2000-02-03 Alexandre Julliard <julliard@winehq.com>
- * [resources/sysres_It.rc]
- Updated to support the new CHOOSE_COLOR_DIALOG.
+ * 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:
+ Removed resource.h.
-Tue Apr 16 11:50:00 1996 Anand Kumria <akumria@ozemail.com.au>
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added .spec files for all libtest/ and programs/ WineLib apps.
+ Updated all Makefiles to use .spec files and new resource handling.
- * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
- [include/w32sys.h] [include/dlls.h]
- [misc/Makefile] [misc/w32sys.c]
- W32SYS.DLL partially implemented.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added .spec keyword 'mode' to allow creating built-in EXE modules.
+ Use built-in EXE modules for WineLib apps (instead of ELF modules).
+ Removed dummy ELF module creation.
+ Removed LIBRES handling.
+
+ * programs/notepad/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed memory overwrite bug.
+
+ * include/windef.h, include/wine/windef16.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Moved definitions such as BOOL16 and INT16 from windef.h into
+ wine/windef16.h.
+
+ * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
+ GetNumberFormatA implementation added.
+
+ * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Save and restore cursor in WriteConsoleOutputA.
+
+ * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
+ Alex Priem <alexp@sci.kun.nl>
+ - Implementation of WM_SETFORMAT
+ - Reworked drawing/selection
+ - Implementation of WM_KEYDOWN
+
+ * include/miscemu.h, msdos/int09.c, msdos/int16.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added INT_Int16ReadChar and made int09 handle special keys.
+
+ * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
+ Added alphanumeric mode to the VGA emulation.
+ Use service thread for the periodic refresh.
+
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Cleanup VGA refresh when terminating.
+
+ * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
+ Handle backspace correctly.
+
+2000-01-31 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, Make.rules.in, */Makefile.in:
+ Build most dlls as separate shared libraries.
+
+2000-01-30 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, include/config.h.in, server/context_i386.c, configure:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added configure check for sys/reg.h.
+
+ * dlls/comctl32/imagelist.c, include/imagelist.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Overlay indices are signed shorts (-1 means no overlay)
+ (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
+ (ImageList_Read) We can read a NxM bitmap from the stream and have
+ to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
+ documentation.
+ (others) removed some potential operator precendence problems.
+
+ * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
+ GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved debugger to libwine to make it available to WineLib apps.
+ Try to invoke external debugger if internal debugger crashes.
+ Try to handle early invocation of debugger more gracefully.
+
+ * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Mark initial process as 32-bit for WineLib apps.
+ Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
+ Removed unused thread event.
+
+ * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - Windows skips the '\t' and ' ' at the beginning and end of section
+ key names of .INI files.
+ - Fixed Get/WritePrivateProfileStructA():
+ - (re-)translate the binary data into ASCII hex chars
+ - add checksum / checking of it
+
+----------------------------------------------------------------
+2000-01-30 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, include/config.h.in, server/context_i386.c, configure:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added configure check for sys/reg.h.
+
+ * dlls/comctl32/imagelist.c, include/imagelist.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Overlay indices are signed shorts (-1 means no overlay)
+ (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
+ (ImageList_Read) We can read a NxM bitmap from the stream and have
+ to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
+ documentation.
+ (others) removed some potential operator precendence problems.
+
+ * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
+ GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved debugger to libwine to make it available to WineLib apps.
+ Try to invoke external debugger if internal debugger crashes.
+ Try to handle early invocation of debugger more gracefully.
+
+ * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Mark initial process as 32-bit for WineLib apps.
+ Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
+ Removed unused thread event.
+
+ * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - Windows skips the '\t' and ' ' at the beginning and end of section
+ key names of .INI files.
+ - Fixed Get/WritePrivateProfileStructA():
+ - (re-)translate the binary data into ASCII hex chars
+ - add checksum / checking of it
+
+ * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - fixes, loading of settings per user
+ - autodetecting of windows registry version
+
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ The COM virtual tables must use the
+ 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
+
+ * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
+ Made int9 handler add keystroke to BIOS keyboard buffer.
+
+ * loader/dos/dosmod.c, loader/dos/dosmod.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
+
+ * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
+ Added a couple of prototypes.
+
+ * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add information about code pages to default registry.
+
+ * configure.in, Make.rules.in, configure:
+ Patrik Stridvall <ps@leissner.se>
+ - Unixware (Solaris) linker typo fixed
+ - Solaris (and possibly Unixware) specific linker support for the
+ GNU:ism --[no-]whole-archive
+ - Solaris make specific makefile fix
+
+ * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
+ Solaris support for {set,get}_thread_context added.
+
+2000-01-29 Alexandre Julliard <julliard@winehq.com>
+
+ * server/context_i386.c:
+ Added our own user_regs_struct definition for better compatibility.
+
+ * controls/button.c, windows/dialog.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Correct the behaviour of the accelerator keys in dialogs according to
+ the Windows' one.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Link only a single .rc file with application.
+
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - add some documentation items
+ - fix some spelling
+ - fix some warnings
+
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - support for reading labels and serial nums from device
+ - "reasonable" misc/cdrom.c device handling
+ - much improved audio CD support
+ - serial number overwrite bug fix
+ - spelling fixes
-----------------------------------------------------------------------
-Sun Apr 14 12:51:27 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added SETUPX dll.
- * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
- Made the resource loading code always use the correct Windows
- layout for Winelib on other CPUs.
+ * dlls/ole32/ole2.spec, server/process.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed minor issues found by winapi_check.
- * [include/module.h] [loader/module.c]
- Added self handle in NE_MODULE structure, so we can use a pointer
- instead of a handle.
- Added function MODULE_GetPtr() to validate a HMODULE.
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor fixes.
+ - Moved some of the API specifications from the global file to the
+ local files.
- * [memory/heap.c]
- Implemented Win32 heap management.
+ * include/imagelist.h, dlls/comctl32/imagelist.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented ImageList_Read (not 100% correct in regarding to setting
+ the bitmap).
+ Filled out unknown members of ILHEAD.
+ Started reordering IMAGELIST to make it Windows binary compatible.
- * [memory/selector.c]
- Fix selector limit for huge blocks.
+ * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
+ nIconIndex == -1 should return nr of available icons, not 0.
-Sat Apr 13 00:19:12 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * Makefile.in: Fixed building of dosmod and wineclipsrv.
- * [objects/metafile.c]
- Fixed memcpy bug to allow memory based metafiles to work.
+ * misc/debugstr.c:
+ Bug fix: added temp structure to cope with debug traces during thread
+ startup.
-Fri Apr 12 19:25:41 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * 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:
+ Removed debugstr.h.
- * [controls/edit.c] [controls/EDIT.TODO]
- Complete rewrite. Everything changed: new features, new bugs.
- Main addition: WordWrap.
+ * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
+ Use a per-thread buffer and write(2) for debug traces.
+ Removed debug_dumpstr.
-Fri Apr 12 20:29:55 1996 Tristan Tarrant <tst@dcs.ed.ac.uk>
+2000-01-27 Alexandre Julliard <julliard@winehq.com>
- * [resources/sysres_It.rc]
- Fixed a few mistakes in the file and resized some of the controls.
+ * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Small fix.
-Fri Apr 12 09:55:13 1996 John Harvey <john@division.co.uk>
+ * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Get HCU name from unix user name.
- * [misc/winsocket.c]
- Fixed broken #if defined that stopped unixware compiling.
+ * 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:
+ Implemented GetThreadSelectorEntry through the server.
- * [win32/resource.c]
- Added missing return to end of FindResource32.
+2000-01-26 Alexandre Julliard <julliard@winehq.com>
-Thu Apr 11 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * dlls/winmm/lolvldrv.c:
+ Dynamically load version.dll in MMDRV_GetDescription32.
- * [windows/keyboard.c] [windows/event.c]
- Fixed GetKeyState for mouse buttons.
+ * dlls/ole32/ole2.c:
+ Use a linked list instead of a DPA for the hook list.
- * [windows/message.c]
- WM_MOUSEACTIVATE wasn't sent in some cases.
+ * windows/x11drv/clipboard.c:
+ Use a linked list instead of a DPA to manage pixmaps.
-Wed Apr 10 18:59:53 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl>
+ * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Returns an error if trying to write to a stream opened for read.
- * [objects/font.c]
- Match slightly bigger font if height negative.
+ * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Add a newbie warning for slashes in the search Path= of wine.conf.
-Mon Apr 8 13:46:15 1996 Deano Calver <deano@rattie.demon.co.uk>
+ * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
+ Wait for ShmCompletion during Flip.
- * [multimedia/mmsystem.c]
- Changed read's to FILE_read's in mmsystem to fix mmio bug.
+ * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
+ Made --enable-dll the default.
+ Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
+ Cleaned up install targets in main Makefile.
-Sun Apr 7 21:40:29 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
- * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
- Introduced ColorDlgProc() for ChooseColor() and replaced fitting
- En-,De- resources.
- As written in TODO: some national language support is needed here.
+2000-01-25 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Fri Apr 5 15:22:55 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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:
+ Use argv[0] to locate the server executable.
- * [controls/button.c] [controls/static.c]
- Changes to use WND * wherever possible.
+ * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
+ Alexandre Julliard <julliard@codeweavers.com>
+ Share the system heap between different address spaces. Made process
+ heap per-address space instead of per-process.
- * [debugger/dbg.y] [debugger/debug.l]
- Added 'info module' and 'walk module' commands.
+ * 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:
+ Alexandre Julliard <julliard@codeweavers.com>
+ Made the server listen for new clients on a Unix socket in
+ $HOME/.wine. Newly started wine processes now attach to an existing
+ server if one is running.
- * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
- Added assembly code generation to call from Wine into 32-bit code.
- Changed all 'call32' references in 'callfrom16' to avoid confusion
- with Win32 routines.
+ * files/profile.c, include/options.h:
+ Added PROFILE_GetConfigDir function.
- * [include/callback.h]
- Added prototypes for 32-bit callbacks.
+2000-01-24 Alexandre Julliard <julliard@winehq.com>
- * [loader/module.c] [if1632/relay32.c] [tools/build.c]
- Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
- now generated by the build program.
+ * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
+ Changed the server to return STATUS_* error codes.
- * [include/module.h]
- Added extra info to NE_MODULE for Win32 modules to point to the PE
- module data.
+ * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
+ Built a complete translation table for RtlNtStatusToDosError.
- * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
- Removed the wine_files list. The PE data for a module can now be
- accessed with the NE_WIN32_MODULE macro.
+ * include/winerror.h, include/winnt.h: Added some error codes.
- * [loader/signal.c] [miscemu/instr.c]
- Don't start the BIOS timer at startup, but only after an access to
- the 0x40 segment.
+ * windows/nonclient.c:
+ Use GetProcAddress instead of calling ShellAboutA directly.
- * [memory/local.c]
- Changed LOCAL_Lock() to return a 32-bit pointer.
+2000-01-23 Alexandre Julliard <julliard@winehq.com>
- * [misc/main.c] [include/dlls.h]
- Some built-in DLLs (like KERNEL) can no longer be disabled from
- the command-line.
-
-Thu Apr 4 19:54:39 1996 Keith Reynolds <keithr@sco.COM>
+ * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
+ Merged dlls/ver into dlls/version.
- * [*/*]
- A lot of small changes to support SCO OpenServer 5.
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
+ NtAllocateLocallyUniqueId
+ - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
+ RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
+ RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
+ RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
+ RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
+ RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
+ RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
+ RtlValidSid, RtlxUnicodeStringToOemSize
+ - corrected most RtlString* functions, added documentation
+ - more fixes and partial implementations
-Thu Apr 4 15:38:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added -dxgrab command line option, which confines cursor motion to the
+ DirectX primary surface.
- * [controls/edit.c]
- Fixed GetKeyState() call to use 0x8000 convention.
+ * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
+ Replaced some weird C constructs (char[]="" ) with more compatible ones.
+ Added another NULL ptr check in _OnOpen.
- * [include/windows.h]
- Added undocumented messages EM_SCROLL and EM_GETTHUMB.
+ * 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:
+ Moved winsock implementation to dlls/winsock.
-Thu Apr 4 09:52:52 1996 John Harvey <john@division.co.uk>
+ * dlls/*/.cvsignore:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
- * [if1632/except.S]
- Modified code to assemble on unixware.
+ * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
+ Corrected arguments to VirtualFree().
-Wed Apr 3 09:38:26 1996 Juergen Marquardt <marqu@lunar.advantest.de>
+ * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
+ lstrcpynWtoA().
- * [objects/font.c]
- Implementation of a second font cache which will be updated
- dynamically.
+ * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
+ Map WM_MENUSELECT 32->16 bits for closing menu.
-Mon Apr 1 16:47:40 1996 Robert Pouliot <krynos@qbc.clic.net>
+ * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
- * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
- [resources/sysres_De.rc] [resources/sysres_Eo.rc]
- [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
- [resources/sysres_No.rc] [resources/TODO]
- Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
+ * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
+ Implemented (Register|Get|Revoke)ActiveObject from the docs.
-----------------------------------------------------------------------
-Sun Mar 31 13:54:46 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Supercharged XShm implementation for DirectDraw.
- * [tools/build.c]
- Changed BuildSpec32Files() to generate assembly instead of C code.
- Unified -spec16 and -spec32 options; DLL type is now determined by
- the 'type' declaration in the .spec file.
- New -stdcall option to build all stdcall assembly relays.
+ * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: missing NULL pointer checks.
- * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
- Started to unify 16- and 32-bit builtin DLLs.
+ * loader/pe_image.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Check for MZ header before trying to decipher the PE header.
- * [loader/module.c]
- Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
+ * relay32/kernel32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Export GetLongPathName[A|W].
- * [loader/pe_image.c] [loader/resource.c]
- All modules now have a NE signature, and can be distinguished by
- the NE_FFLAGS_WIN32 flag.
+ * memory/global.c, memory/heap.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix problems with GlobalHandle and GlobalFree so results match Win98.
+ Restructure HEAP_ValidateInUseArena, HeapValidate, and add
+ HEAP_IsRealArena to eliminate *bogus* error messages.
- * [windows/alias.c]
- Aliases for built-in window procedures are now all created at
- startup in ALIAS_Init().
+ * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Actually print return value of message.
-Fri Mar 29 14:56:39 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
+ Corrected arguments in DIB_DeleteDIBSection.
- * [controls/combo.c]
- Limit rectangle to clear to size of item when painting combo, not
- default. Only draw items in list when there is enough room for them.
+ * files/file.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
+ help of James Feeney <james@nurealm.net>.
- * [controls/listbox.c]
- Get the measure of every item that's added and store in the item's
- data structure. Scroll listbox if mouse near edge of box. Only
- draw items in list when there is enough room.
+2000-01-20 Alexandre Julliard <julliard@winehq.com>
-Fri Mar 29 12:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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:
+ Alexandre Julliard <julliard@codeweavers.com>
+ Added Get/SetThreadContext support through the server.
- * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
- [windows/nonclient.c] [controls/menu.c]
- Various changes for better keyboard handling.
+2000-01-18 Alexandre Julliard <julliard@winehq.com>
- * [windows/event.c] [windows/message.c] [misc/keyboard.c]
- Proper keyboard message ordering, working GetKeyState() (finally!),
- improvements in ToAscii().
+ * 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:
+ Added debugstr_guid function and used it to replace
+ WINE_StringFromCLSID in all debugging messages.
- * [windows/win.c] [windows/message.c]
- Small improvements in WIN_FindWinToRepaint.
+ * dlls/winmm/wineoss/audio.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Always initialize lpWaveHdr->lpNext to NULL.
+ Don't fail on strange fragment sizes.
- * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
- Put update region in WM_NCPAINT wParam.
+2000-01-17 Alexandre Julliard <julliard@winehq.com>
- * [loader/task.c]
- Kill task timers when task is deleted, switch timers to the
- new queue in SetTaskQueue().
+ * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add some defines needed for Unicode to Ascii conversions.
- * [loader/signal.c] [miscemu/dosmem.c]
- Added SIGALRM signal handler to increment BIOS clock.
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Better error handling, less keys held open.
- * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
- Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
- MDI client.
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ EnumDisplayModes must pass lPitch.
- * [windows/winpos.c]
- Improvements in handling of owned popups. "Floating" toolboxes
- work better now.
+ * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
+ Validate the menu handles.
-Thu Mar 28 12:38:29 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
+ Rounds to the lowest integer, not the nearest.
- * [misc/registry.c]
- New file, registry rewrite including win32 extensions
- - Unicode
- - multiple valus per key
- - different datatypes for values
- - multiple rootkeys
- - saving and loading in different registries.
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed race between Win16 parent and child for first rescheduling
+ of child process. This fixes WinExec returning too early.
- * [include/winreg.h]
- New file, definitions and structs for registry.
+2000-01-16 Alexandre Julliard <julliard@winehq.com>
- * [include/winerror.h]
- Some new error defines added... there are more, someone please
- check a (real-)windows winerror.h.
-
- * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
- Registry specs added.
+ * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Use --whole-archive to force linking all of libwine.a. into wine.
- * [if1632/relay.c]
- Switch internal SHELL.DLL to default 'used'.
+ * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
+ Added automatic registration of built-in DLLs.
- * [win32/string32.c] [include/string32.h]
- Some new functions added.
- char should be unsigned char when converting to 16bit ints.
+2000-01-15 Alexandre Julliard <julliard@winehq.com>
- * [misc/shell.c] [include/shell.h] [win32/advapi.c]
- Removed old registry functions.
+ * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
+ Fixed IPX detection.
-Tue Mar 26 15:01:46 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ New implementation of the win95 registry loader.
- * [include/bitmaps/ocr_ibeam]
- Fixed the position of the hotspot.
+ * dlls/advapi32/registry.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ If there is enough space in the buffer and the type is REG_SZ and the
+ string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
- * [objects/text.c]
- Fixed a few bugs in TEXT_TabbedTextOut().
+ * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
+ Display the external modules after the internal modules in crash report.
- * [windows/event.c]
- Fixed the order of the bits in the KeyStateTable.
- 0x80 is the up/down-bit. 0x01 is the toggle bit.
+ * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
+ Made SetVolumeLabel report failure on CD-ROM drives.
- * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
- Fixed the calls to GetKeyState().
+ * documentation/status/directplay:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Updated documentation.
-Tue Mar 26 08:43:15 1996 Robert Pouliot <krynos@qbc.clic.net>
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Replaced Wine specific DRIVER_GetType by a correct implementation of
+ GetDriverFlag.
- * [resources/sysres_Fr.rc] [resources/TODO]
- Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
+ * configure, configure.in, include/wine_gl.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - (ugly) fix for the 'Xmd.h' problem
+ - fix the detection of DGA 2 in configure script
-Mon Mar 25 17:38:59 1996 Tristan Tarrant <tst@dcs.ed.ac.uk>
+ * include/thread.h, scheduler/thread.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - added NT fields to TEB
+ - moved tls-fields and some wine specific fields to a higher offset
+ - added some documentation
+ - initialisation of the UnicodeString
- * [resources/sysres_it.rc]
- Added support for Italian [It] language.
+ * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
+ Add HAVE_SOUNDCARD_H to support OpenBSD.
-----------------------------------------------------------------------
-Sun Mar 24 13:13:11 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added some missing EMR record types and updated and fixed others
+ - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
+ - Added header for SetICMMode
+ - Added ability to play more enhanced metafile records
- * [include/win.h] [windows/*.c]
- Replaced next, parent, child and owner handles by pointers in WND
- structure. This should improve performance, and should be
- reasonably safe since Microsoft did the same in Win95.
+ * graphics/enhmetafiledrv/init.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Store reference hdc size into enhanced metafile header when creating.
- * [include/wintypes.h] [*/*]
- Redefined HANDLE to be UINT instead of a pointer for Winelib. This
- allows removing a lot of unnecessary casts and NPFMTs.
+ * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented OleRun.
- * [windows/caret.c]
- Create the caret brush upon CreateCaret(); use the bitmap
- dimensions for the caret.
- Fixed CARET_DisplayCaret() to use PatBlt().
+ * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
+ Removed DeleteObject call left over from previous patch.
-Fri Mar 22 16:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
+ * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed bad register constraint in InterlockedCompareExchange.
- * [misc/winsocket.c]
- More sanity checks, fixup some erroneous return codes.
+ * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
+ Added prototypes for the NT synchronization functions
+ InterlockedCompareExchange and InterlockedExchangeAdd.
- * [documentation/winsock]
- Description of how compatible the winsock is currently.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't access 'wm->modname' after the modref has been flushed.
-Fri Mar 22 13:05:34 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
+ Added null check in GlobalHandle.
- * [library/winmain.c]
- Set `lpszCmdParam' by concatenating arguments.
+2000-01-12 Alexandre Julliard <julliard@winehq.com>
- * [loader/module.c]
- WinExec: accept Unix commands, use Wine emulator.
+ * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
+ Removed a dependency between oleaut32 and comctl32.
-Mon Mar 18 12:16:27 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
+ More STATUS_ codes.
- * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
- DeleteCriticalSection, EnterCriticalSection,
- InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
- TlsFree, TlsGetValue, TlsSetValue: new functions.
- CRITICAL_SECTION: new structure.
+ * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
+ Fixed macro definition of IDirectDrawSurface_Restore.
+ Added defines for Ddraw's WaitForVerticalDisplay().
- * [if1632/kernel32.spec][win32/code_page.c]
- WideCharToMultiByte: new function.
+ * include/dsound.h: Steve Langasek <vorlon@dodds.net>
+ Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
+ IDirectSoundBuffer_Unlock.
- * [if1632/kernel32.spec][win32/file.c]
- GetFileAttributesA: new function.
+ * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
+ Missing Winelib declarations for AUXCAPS.
- * [if1632/kernel32.spec][misc/main.c]
- GetEnvironmentStringsW, FreeEnvironmentStringsA,
- FreeEnvironmentStringsW: new functions.
-
- * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
- cursoricon32.c: new file.
- LoadCursorA, LoadCursorW: modified implementation from LoadCursor
- to WIN32_*.
- LoadIconA, LoadIconW: modified implementation from LoadIconA32
- to WIN32_*.
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix (harmless) assembler warnings.
- * [include/struct32.h]
- pragma pack inserted.
- CURSORICON32 structures added.
+ * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Fix problem with initialization (reported by Andreas Mohr).
- * [include/winnls.h]
- Constants CP_* and WC_* added.
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
- * [loader/pe_image.c]
- PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
+----------------------------------------------------------------
+Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
-Sun Mar 17 16:59:12 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
+ Non-Linux compile fix.
- * [misc/commdlg.c]
- Introduced hook function handling in file dialog.
- Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
+ * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
+ DOSFS_DoGetFullPathName would underflow (p would get past the
+ beginning of buffer) if given the name "//..".
+ Regrouped the handling of the directory separators.
+ Directory separators in the returned path are now alway a single "\"
+ which simplifies the handling of ".." in the name.
+
+ * dlls/advapi32/registry.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Corrected behaviour of RegOpenKey in case of failure.
+
+ * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - removed copying of HKEY_USERS to HKEY_CURRENT_USER
+ - HKEY_CURRENT_USER is now subkey of HKEY_USERS
+ - changed query_key_info_request to return the key name too (NtQueryKey needs this)
+ - the rootkeys (MACHINE and USER) do have names
+
+ * include/gdi.h, objects/dc.c, objects/gdiobj.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Avoid deleting of the default 1x1 bitmap for memory DCs.
+
+ * 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:
+ Built-in DLLs resources are now specified in spec file.
+ Removed unnecessary flags in built-in DLLs tables.
+
+ * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
+ Erez Volk <erez@gmx.net>
+ Added stubs for some BiDi API functions.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Fixed race condition between app and wine in WAVE_mciPlay.
+
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Stop menu tracking when clicking on the menu bar where there is no
+ menu item.
+
+ * win32/newfns.c: Erez Volk <erez@gmx.net>
+ Better error reporting.
+
+Sat Jan 8 22:27:31 2000 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/xfont.c:
+ Backed out scalable bitmap change (gives ugly results).
-Thu Mar 14 10:50:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
+ GetMenuString should return itemlength on 0 nMax or NULL str
+ InsertItem pos=-1, flags = 0 should append item
+ (thanks to Sander van Leeuwen)
+
+ * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
+ David Elliott <dfe@netnitco.net>
+ Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
+ Added critical section around code dealing with global variables.
+ Added a few comments about how ASPI is supposed to work.
+ Copy sense info into the correct place (right after the fixed 16-byte CDB).
+ Now returns target status (many Windows apps won't even look at the
+ sense are unless they get an error code).
+ Added SC_ABORT_SRB FIXME.
+ Added SC_GET_DISK_INFO place holder for clarity.
+ Updated Linux SG interface structure to include new kernel 2.2
+ status fields.
- * [if1632/gdi32.spec]
- Added GetNearestColor.
+ * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
+ Look for our header files first, then for systems headers.
+
+ * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
+ The new filedialog stuff does not handle template. So do not call if
+ there are any.
+
+ * windows/winpos.c: Rein Klazes <rklazes@casema.net>
+ Avoid problems during changing the Z-order if the window and the
+ window to insert after are the same.
+
+ * libtest/expand.c, libtest/hello5.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Removed GUI junk from expand.c, so you can use it in commandline mode.
+ Fixed hello5.c.
+
+ * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Added support for auto allocated ordinals
+ - Fixed varargs (16 bit) bug
+ - Minor fixes
+
+ * dlls/version/info.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed alignment problem with VERSION_INFO members.
+
+Wed Jan 5 03:24:52 2000 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
+ Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
+ of the $X_EXTRA_LIBS are required.
+
+ * windows/defwnd.c, windows/painting.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Made FillRect behave like it does on Windows
+ - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
+ - Added some comments on how Windows behaves
+
+ * windows/winhelp.c: Peter Ganten <peter@ganten.org>
+ Check if winhelp is already running; use winhlp32.exe or winhelp.exe
+ depending on the emulated version, relase win16lock before calling
+ WinHelpA.
+
+ * AUTHORS, include/authors.h:
+ Updated authors list from the Changelog. Please let me know if you
+ have been left out.
+
+ * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
+ TrueType clarification.
+
+ * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - detect if the OpenGL implementation defines the paletted texture and
+ color table extensions
+ - small warning fixes
+ - fix the double '-lXxf86dga' when having DGA 2.0
+
+ * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
+ Some comm clean up, much more error messages, only use TIOCOUTQ if
+ defined [wine-bugs/104], tried implementing SetCommTimeouts.
+
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ - When processing WM_PAINT messages, the treeview might sometimes use
+ the wrong hdc. Fixed.
+ - Better checking for TREEVIEW_INFO *infoPtr=NULL.
+ Similar to code in toolbar.c
+ - Other small fixes (subclassed edit control).
+
+ * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: uninitialized pointer caused crashes.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Made virus warning a bit more drastic, since some people don't believe us.
+
+ * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
+ Some comm clean up, much more error messages, only use TIOCOUTQ if
+ defined [wine-bugs/104], tried implementing SetCommTimeouts.
+
+ * files/profile.c: Rein Klazes <rklazes@casema.net>
+ Implement WritePrivateProfileSectionA().
+
+ * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
+ Fix for compilers that don't support 'long long' (From Ove Kaaven).
+
+Tue Jan 4 02:40:22 2000 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/thread.c, server/thread.c:
+ Moved allocation of the socket pair for a new thread to the server.
+
+ * server/debugger.c: Made debug events and contexts standard objects.
+ Use sleep_on to wait on debug events.
+
+ * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+ Made sleep_on usable from all requests.
- * [if1632/kernel32.spec]
- Added GlobalAddAtomA.
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added more MIDI messages 16<=>32 mapping.
+ Fixes some bugs in buffers handling and index for MAPPER.
- * [win32/param32.c]
- Added stackframe.h to includes.
- WIN32_GlobalAddAtomA() - new function.
+ * include/callback.h, if1632/thunk.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed the obsoleted CallTimeFuncProc, CallDriverProc,
+ CallDriverCallback.
-----------------------------------------------------------------------
-Wed Mar 13 19:46:50 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Put back visible minimum timer resolution to 1 ms.
+ Decorrelate the service thread resolution from the user required timer
+ & visible minimum resolutions.
+ Removed the Callback.TimeFuncProc entry.
- * [controls/edit.c]
- Removed calls to memmove (not portable).
+ * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Give +0+0 as a default position for the desktop window.
- * [debugger/dbg.y] [debugger/debug.l]
- Prefixed all token with 't' to avoid conflicts with type
- definitions.
- Added 'walk queue', 'walk class' and 'info class' commands.
+ * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Convert mmio to allow the use of 32 bit mmio procedures.
- * [debugger/info.c]
- Moved queue and window information functions to windows/queue.c
- and windows/win.c respectively.
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Small fixes.
- * [loader/signal.c]
- Added SIGHUP handling to force entry into built-in debugger.
- Cleaned up a bit.
+ * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [misc/spy.c]
- General cleanup and performance improvements.
+ * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Updated winapi_check to handle the new additions.
- * [windows/class.c]
- Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
- debugger.
+ * dlls/comctl32/monthcal.c, include/monthcal.h:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented WM_SIZE message support. Optimized drawing to use
+ precalculated size values rather than recalculating during each call
+ of MONTHCAL_Refresh.
- * [windows/event.c]
- Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
- sure if this key combination is a good choice...
+ * relay32/user32.spec, windows/dialog.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Corrected parameter count for DialogBoxIndirectParamAorW.
- * [windows/message.c] [windows/queue.c] (New file)
- Moved message queue handling functions to windows/queue.c.
+ * controls/scroll.c: Rein Klazes <rklazes@casema.net>
+ Don't show the scrollbar if SetScrollinfo() is called with only the
+ SIF_DISABLENOSCROLL flag.
-Tue Mar 12 14:55:16 1996 Onno Hovers <onno@stack.urc.tue.nl>
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ Added extra US keymap with the infamous phantom key.
- * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
- Implemented Win32 exception functions: RaiseException(),
- RtlUnwind(), SetUnhandledExceptionFilter() and
- UnhandledExceptionFilter().
+ * Makefile.in, dlls/winmm/wineoss/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Use a uniform naming scheme for driver modules.
-Mon Mar 11 19:23:29 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Encapsulated Wine internal data into an ifdef __WINE__.
- * [controls/listbox.c] [include/listbox.h]
- Special handling for COMBOLBOX styles introduced via extension of
- HEADLIST structure: lphl->dwStyle.
+ * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved the 16 bit driver functions callout into the dir.
-Mon Mar 11 13:31:06 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for WODM_BREAKLOOP message.
- * [controls/combo.c]
- Any mouse movement within a small distance (defined by CBLMM_EDGE)
- of the top or bottom edge causes the window to scroll. Also moved
- some assignments so the routine works correctly.
+ * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed extraneous ERR message.
- * [controls/listbox.c]
- Changing selection in ListBoxSetCurSel now updates PrevFocused.
- Added to LBSetFont and CreateListBoxStruct a fake hdc that tests
- and sets the standard text height.
+ * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
-Sun Mar 10 08:39:23 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Use case insensitive comparison while searching for new modules.
- * [windows/dce.c]
- Fixed memory leak in DCE_ClipWindows().
+ * dlls/ntdll/ntdll.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added spec entry for _itoa.
-----------------------------------------------------------------------
-Fri Mar 8 19:07:18 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Generated labels of resource names must be unique throughout the
+ generated code.
- * [configure.in]
- Quote '[' and ']' in the test program for the strength-reduce
- bug. This should work much better...
+ * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ "resultp" can be NULL in SendMessageTimeout*().
- * [files/file.c]
- Augmented DOS_FILE structure. Most internal functions now return a
- DOS_FILE* instead of a Unix handle.
- Added a local file array to replace the PDB list upon startup, to
- allow using file I/O functions before the first task is created.
- Added FILE_SetDateTime() and FILE_Sync() functions.
-
- * [loader/module.c]
- Use the DOS file I/O functions in MODULE_LoadExeHeader().
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - prevent mem leak of CRTDLL_acmdln_dll
+ - better argument parsing
+ - last xargv entry has to be NULL
+ - return value is environment pointer instead of NULL
+ - added a spec entry for bsearch()
- * [objects/bitblt.c]
- Use visible region instead of GC clip region to clip source
- area. This fixes the card drawing bug in freecell.
+Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
- * [objects/region.c]
- Fixed CombineRgn() to allow src and dest regions to be the same.
+ * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
+ Peter Ganten <peter@ganten.org>
+ Implemented WaitForInputIdle.
-Fri Mar 8 16:32:23 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * misc/ddeml.c, windows/win.c:
+ Fixed potential buffer overflows (spotted by Francois Gouget).
- * [controls/EDIT.TODO]
- Updated so it reflects the current status.
+ * 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:
+ Make use of automatic ordinal allocation.
- * [controls/edit.c]
- Implemented internal EDIT_WordBreakProc().
- Implemented ES_READONLY.
- Implemented WM_LBUTTONDBLCLK to select whole words.
- Fixed a lot of types in the function definitions.
+ * 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:
+ Moved poll handling to the generic part of the server objects.
+ Fixed busy waiting on POLLERR events.
+ Merged struct client into struct thread.
-Wed Mar 6 19:55:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
- * [debugger/info.c]
- Added "walk window" command to walk window list.
+ * 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:
+ Cosmetics.
- * [windows/mdi.c]
- Added proper(?) WM_MDISETMENU message handling.
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Buffer overflows and strncpy fixes.
-Wed Mar 6 09:27:12 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * loader/pe_image.c:
+ PE_FindExportedFunction: use a binary search for function names.
- * [if1632/callback.c][if1632/relay32.c]
- RELAY32_CallWindowProcConvStruct: new function.
+Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
- * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
- struct32.c: new file. Moved all structure conversions into that file
- PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16:
- renamed to STRUCT32_POINT32to16, ...
- WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
- POINT32, ...
- New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
- CREATESTRUCT.
+ * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
+ Fixed/commented out duplicate entry point names.
- * [include/windows.h][misc/exec.c]
- WINHELP, MULTIKEYHELP, HELPWININFO: new structures
- WinHelp: Reimplemented. Thanks to Peter Balch
- (100710.2566@compuserve.com) for his valuable research.
+ * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
+ Added support for automatic ordinal allocation.
+ Output list of function names in sorted order.
+ Added support for nameless (ordinal-only) entry points.
+ Cleaned up error handling.
- * [win32/winprocs.c]
- WIN32_CallWindowProcTo16: new function, call in
- USER32_DefWindowProcA,...
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
+ Map a few Unicode chars to the first 0xff in psdrv.
+ Don't expect x11drv to display Unicode chars yet.
-Mon Mar 4 23:22:40 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Wrapped some strings in a debugstr_* call.
+ Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
+ Removed redundant 'L's for Unicode strings.
+ Tried to harmonize the traces a little bit.
- * [include/wintypes.h]
- Added "#define __export".
+ * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
+ debugstr_w now returns something looking like 'L"xxxx"...'
- * [objects/bitblt.c]
- Put in a few hacks to make bitblt-ing work when upside-down and/or
- mirrored. BITBLT_StretchImage should really be checked over
- thoroughly.
+ * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
+ FILEDLG95_HandleCustomDialogMessages:
+ - for the three handled messages we must return the required buffer size
+ - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
+ - fixed multiple potential buffer overflows.
+ FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
+ FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
+ leading to a buffer overflow.
- * [programs/progman/main.c]
- Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
+Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
- * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
- Eliminated shift/reduce conflict in style definition.
- Added crude error message support: "stdin:%d: parse error before '%s'".
- Implemented string table support to the best of my ability (it works
- with LoadString() calls).
+ * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added support for playing more record types (still more to come).
- * [windows/nonclient.c]
- Fixed bug in NC_DoSizeMove() that made system menu pop up when title
- bar of non-iconized window was clicked (checked for iconization).
+ * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
+ Better support very long strings by avoiding to copy them in a fixed
+ size buffer (one exception partly remains: callback strings).
+ Raise the buffer size to 512 characters.
+ Merge the handling of item 0 and other items together in GetItemA to
+ reduce code duplication.
-Mon Mar 04 20:55:19 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
- * [if1632/lzexpand.spec] [if1632/relay.c]
- [include/lzexpand.h][misc/lzexpand.c]
- LZEXPAND.DLL added.
+ * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
+ Cast the unsigned int to signed, or NEAR_MATCH will not work.
-Sun Mar 03 18:10:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed first/last playable frame referencing.
- * [windows/win.c]
- Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
- this prevents too early termination of EnumChildWindows().
+ * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
+ Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
-----------------------------------------------------------------------
-Sat Mar 2 18:19:06 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
+ Test pointers passed to copyrect for NULL.
- * [controls/scroll.c]
- Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
- current tracking window.
+ * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Restore erroneously deleted lines.
- * [files/file.c]
- Fixed two file descriptor leaks in FILE_OpenFile().
+ * dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ DPA_DeletePtr was resizing the array to a too small size.
- * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
- [tools/build.c]
- Replaced LOADEDFILEINFO structure by OFSTRUCT.
+ * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
+ client area is less than the icon spacing.
- * [memory/atom.c]
- Reload the pointer to the atom table in ATOM_GetTable() and
- ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
- move in linear memory.
+ * documentation/linux-fat-permissions:
+ Steven Elliott <elliotsl@mindspring.com>
+ Added a document that describes configuring FAT filesystem permissions
+ for Wine.
-Fri Mar 1 11:57:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
+ NT allocates one page as TEB. Some native NT-dlls are using this.
- * [include/callback.h]
- Added support for CallWordBreakProc().
+ * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Don't skip usable X fonts. Add support for koi8 fonts.
- * [controls/edit.c]
- New caret handling (really efficient / fast).
- Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
- Fixed EM_SETFONT so it now also creates a proper new caret.
+ * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
+ Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
+ crash if the handle is INVALID_HANDLE_VALUE.
-Wed Feb 28 22:03:34 1996 Daniel Schepler <daniel@frobnitz.wustl.edu>
+ * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
+ Changed the "this_is_a_syntax_error" error message to a more specific
+ error message.
- * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
- Added WM_DELETE protocol to top-level windows.
+Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/scroll.c]
- Fixed a problem which caused slow scrolling to continue uncontrollably.
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Move Bezier code out of x11drv into commmon GDI code; if any driver
+ does not implement PolyBezier[To] the curve is approximated to lines
+ and drawn with Polyline.
+ Implement many GDI-Path recording functions (at least the win9x subset).
+ Implement FlattenPath and FillPath.
- * [misc/exec.c]
- Implemented ExitWindows().
+ * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Fixed ordinal numbering and added new spec stub.
- * [windows/win.c]
- Set top-level owned windows to be transient.
+ * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
+ Readded Xpm autoconf checks.
-Wed Feb 28 19:13:22 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
+ EnumSystemLocalesA should look for registry values, not subkeys.
- * [programs/progman/*]
- Added a program manager.
+ * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
-Wed Feb 28 18:38:01 1996 Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
+ * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Corrected background color and fixed leaking GDI brush.
- * [resources/sysres_Eo.c]
- Added support for Esperanto [Eo] language.
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ NT loader: don't stop loading a hive when an error occurs.
-Wed Feb 28 00:23:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ PlayMetaFile and EnumMetaFile should work if the hdc is a
+ (enh)metafile DC.
- * [if1632/user32.spec]
- Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
+ * README: Juergen Lock <nox@jelal.kn-bremen.de>
+ Updated the FreeBSD notes, the LDT patch finally made it into -current.
- * [win32/init.c]
- Added task.h to includes. GetModuleHandleA() - return hInstance
- if called with NULL parameter. Freecell needs this. NOTE this
- may indicate a problem with differentiation between hModule and
- hInstance within Wine.
+ * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
+ If lpTitle==NULL and cbBuf==0 then we must return the required buffer
+ size.
- * [win32/resource.c]
- FindResource32() and LoadResource32() - Removed #if 0's around
- conversion from hInstance to hModule. See remarks above.
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
+ Shaun Morris <shaun@blueneptune.com>
+ Implemented _TrackMouseEvent for the TME_LEAVE flag.
- * [win32/string32.c]
- WIN32_UniLen() - removed stray semicolon.
+ * graphics/ddraw.c, graphics/ddraw_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Adds resolution / depth switching with DGA 2.0.
-Tue Feb 27 21:05:18 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
-
- * [windows/caret.c]
- Set blink rate with call to GetProfileInt().
+----------------------------------------------------------------
+Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [rc/winerc.c]
- In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
- instead of 0. This seems to correspond to Borland's defaults, and
- the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
- or "| NOT WS_VISIBLE" technique in the *.rc file.
+ * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed handling of DGA2.0 keyboard events.
- * [win32/time.c]
- In GetLocalTime() and GetSystemTime(), used tv_sec field of result
- returned by gettimeofday() instead of making second call to
- time(). This eliminates clock jitter if the seconds change
- between the two calls (rare, but possible).
+ * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added the ability to open several streams on the same driver.
+ Added a few acmMetrics options.
- * [include/wintypes.h]
- Added "#define _far" and "#define _pascal".
+ * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ SysStringLen can get a NULL pointer (and shall return 0).
- * [windows/win.c]
- Added function GetDesktopHwnd().
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using notification for detecting when a WAVEHDR has been played
- * [include/xmalloc.h]
- Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
- have been removed from 'configure', and was causing redefinition
- warnings.
+ * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Enhanced synchronization between playback thread and stop/close commands
+ Now using notification for detecting when a WAVEHDR has been played
-Tue Feb 27 19:31:11 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ ComboBox should not send bogus messages to edit buddy and to itself.
- * [windows/winpos.c]
- Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
- to force a repaint when setting menu bars with different rows.
+ * files/dos_fs.c: Peter Ganten <peter@ganten.org>
+ Fixed GetShortPathNameA.
-Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * Makefile.in, configure, configure.in:
+ Moses DeJong <dejong@cs.umn.edu>
+ Fixed missing libwine.so symlink during install. Set the runtime
+ linker path.
- * [windows/syscolors.c] [controls/scroll.c]
- Fixed DrawFocusRect pen and SCROLL_THUMB painting.
+ * windows/dialog.c: Murali Pattathe
+ GetNextDlgGroupItem: needs to check the control parent is the main dialog.
+ GetNextTabItem: make sure this control is visible and not disabled.
-----------------------------------------------------------------------
-Sat Feb 24 16:17:05 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * loader/module.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed cmd line length calculation.
- * [files/profile.c]
- Added \r when writing profile files, for DOS compatibility.
+ * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added support of DGA-2.0 events
+ - fixed the leaving of DGA-2.0 mode
- * [memory/global.c]
- Fixed bug in GlobalReAlloc() that caused a discarded block not to
- be reallocated if its size was not changed.
+ * controls/menu.c, include/menu.h, windows/winproc.c:
+ Rein Klazes <rklazes@casema.net>
+ In win32 a WM_MENUSELECT message should contain the position when the
+ item refers to a submenu, not the submenu's handle as in win16.
- * [memory/selector.c]
- Avoid setting a valid LDT entry with base and limit set to 0, as
- this causes the kernel to clear the entry. This fixes a crash when
- exiting Windows program manager.
+ * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed arg types of FIXMEs.
- * [objects/metafile.c]
- Removed call to creat() instead of _lcreat() for WINELIB.
+ * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for passed invalid window handle in DefMDIChildProc*.
-Fri Feb 23 00:35:54 1996 Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
+ * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix no. of arguments in a WARN statement.
- * [if1632/gdi32.spec]
- GetTextExtentPointA now has win32 specific implementation.
+ * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Allows DrawText(16|A|W) to get a NULL string as parameter.
- * [include/struct32.h]
- Define new structure tagSIZE32 and typedef SIZE32 to it.
- Define prototype for function PARAM32_SIZE16to32
+ * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed compiler warnings.
- * [win32/param32.c]
- New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
+ * controls/listbox.c, misc/registry.c, misc/version.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed 2 useless include winversion.h
+ Do not make autodetected version fix on first calls if it is Win31.
- * [win32/memory.c]
- Added missing file pointer parameter to fprintf.
+ * dlls/shell32/shell32.spec:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added StrNCpyA, StrNCpyW.
-Thu Feb 22 01:14:21 1996 Eric Warnke <ew2193@csc.albany.edu>
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Message translation WM_CREATE fixed.
- * [windows/nonclient.c]
- Added more familiar icon activity, ie single click brings up
- system menu.
+Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Feb 21 13:07:04 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * 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:
+ Xiang Li
+ Implementation of a proxy ODBC32 dll.
- * [controls/menu.c]
- Added calls to HideCaret() and ShowCaret() from within
- TrackPopupMenu(), MENU_TrackMouseMenuBar() and
- MENU_TrackKbdMenuBar(). Are there any more places where this
- should be done?
+ * 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:
+ Kai Morich <kai.morich@bigfoot.de>
+ Marcus Meissner <marcus@jet.franken.de>
+ Added systray support.
+ Swallow the windows systray icons into kpanel systray if KDE/KWM is
+ running.
- * [controls/static.c]
- Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
- the previous icon. Added a new FIXME at the point where
- WM_SETTEXT is handled for a SS_ICON static control.
+ * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added loader for NT registry files.
- * [misc/commdlg.c]
- Implemented FindText() and ReplaceText()
- Still missing : Templates and Hooks handling / error checking
+ * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
+ Small fixes.
- * [resources/sysres_En.c]
- Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
- Languages other than En should update these too, though, as well
- as redimension the controls because some of the text doesn't fit.
- Created file resources/TODO to explain this.
+ * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Implemented GetEnhMetaFilePaletteEntries
+ - Added fixme stubs for SetMetaRgn and GetMetaRgn
+ - Added support for playing several enhanced metafile records
+ - Added beginnings of implementation for playing the rest of the
+ enhanced metafile records
- * [windows/caret.c]
- Re-written. It now uses the correct R2_XORPEN. It resets the
- blink timer on SetCaretPos(). It does its own hide/show scheme
- when SetCaretPos() is called (should be faster).
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Improved the TTY driver.
-Mon Feb 19 21:50:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * files/file.c: Peter Ganten <peter@ganten.org>
+ Return an error if lpOverlapped is provided to ReadFile / WriteFile.
- * [controls/listbox.c]
- Miscellaneous changes for better LBS_EXTENDEDSEL support.
- Removed several superfluous redrawals of item list.
+ * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
- * [controls/scroll.c]
- WM_GETDLGCODE return value.
+ * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
+ Bradley Baetz <bbaetz@student.usyd.edu.au>
+ The wavemap driver wasn't passing the callback type to the
+ DriverCallback routine correctly.
- * [windows/win.c]
- FlashWindow function.
+ * files/tape.c: Added missing WINAPIs.
- * [windows/painting.c] [windows/scroll.c]
- Added HideCaret/ShowCaret calls.
+ * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
+ If we have registry entries, use them. Never mind which version we
+ autodetected.
+
+ * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Minor fixes and additions.
+
+ * loader/ne/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Added missing 'return' statement.
+
+ * dlls/commdlg/filedlg95.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Small fixes.
+
+Fri Dec 10 03:47:14 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Perform 16/32A/32W message mapping for posted messages.
+
+ * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Added stubs for the WinNT tape backup functions.
+
+ * debugger/msc.c, debugger/source.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Parse CodeView type/symbol info with 32-bit type indices.
+ Added (partial) support for VC 5/6 .PDB files.
+ Fixed treatment of source file names containing path.
+
+ * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed off-by-one error.
+
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Show main window if CreateProcess was called without the
+ STARTF_USESHOWWINDOW flag.
+
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented PE_UnloadLibrary().
+
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - do not loose initial auto-repeat status when acquiring the keyboard more
+ than one time
+ - support of DirectX 7's DIMOUSESTATE2 structure
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+ Marcus Meissner <Marcus.Meissner@lst.de>
+ Added NtPowerInformation stub.
+
+ * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
+ Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
+
+Wed Dec 8 03:56:34 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
+ Use the default version of FIXME, ERR, WARN, TRACE for the default
+ channel.
+
+ * include/module.h, loader/module.c, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Delay sending debug events until process initialization is complete.
+
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated, added chapter on configuration and architecture.
+
+ * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
+ - Fix MMIO_{Open,Rename} to check the filename (of the form
+ file.ext+ABC) for the correct mmio procedure to use.
+ - mmioStringToFOURCC now converts to uppercase if asked to, and handles
+ strings of length < 4.
- * [objects/font.c]
- Added GetCharABCWidths stub.
+ * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Fix problem with EN_UPDATE notification sent by edit control.
+
+Mon Dec 6 01:20:01 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added .rc file support for Win16 NE modules.
+ Moved display.c and mouse.c to separate dll directories.
- * [include/windows.h]
- "#define"s needed for changes mentioned above.
+ * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
+
+Sun Dec 5 23:54:04 1999 Alexandre Julliard <julliard@winehq.com>
-Mon Feb 19 20:12:03 1996 Hans de Graaff <Hans.deGraaff@twi72.twi.tudelft.nl>
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixes several bugs in gdi path handling.
+ Adds *Path functions to dc funcs table + add EnhMetaFile recording.
+ Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
+ funcs table to enable proper enhmetafile recording.
+ The current position update in *To functions is now handled by the
+ main function and not in the drivers.
+ Move USER functions from graphics/painting.c -> windows/painting.c
+
+ * 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:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - the OLE version returned was too low
+ - renamed OABuildVersion16 to OaBuildVersion16
+ - spelling fixes
+
+ * files/drive.c: Peter Ganten <peter@ganten.org>
+ Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
+ if the buffer size is not large enough.
+
+ * controls/button.c, windows/dialog.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Remove hack for keyboard messages in dialogs.
+
+ * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
+ Implementation for VWin32 Int31/DPMI dispatch call.
+ Fixed "dangling else" compiler warning.
+
+ * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
+ Whenever we do an strncpy we should make sure we put a '\0' at the end
+ of the buffer.
+
+ * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added Thread32First/Next stubs.
+
+ * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved wineserver's buffer & buffer_size at the end of TEB so that IE
+ doesn't overwrite them.
+
+ * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed mciInfo.
+
+ * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for WAVE_FORMAT_QUERY flag in wodOpen.
- * [include/winsock.h]
- Change order of includes to get in_addr struct defined in time.
- (Note: Linux 1.3.66, libc 5.2.18)
+ * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
+
+ * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed MCI_OPEN command for types like "CDAUDIO!H:".
+
+ * graphics/ddraw_private.h, graphics/ddraw.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged _all_ lpClipper into common_surface.
+ Add NULL ptr check to SetClipper.
+ Some more debug output.
- * [misc/main.c] [include/options.h] [miscemu/int2f.c]
- Changed the -enhanced option into a -mode option, which can be
- either 'standard' or 'enhanced'. 'enhanced' is the default.
+ * include/config.h.in, misc/port.c, configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use the real glibc openpty if present.
-----------------------------------------------------------------------
-Sun Feb 18 16:35:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added typedef to insure compilation on all gcc&egcs versions.
+
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed _copy_registry().
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added some constants for Spanish.
+
+ * include/module.h, loader/ne/module.c, loader/ne/segment.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
+ just for the first one.
+ Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
+
+ * if1632/user.spec, windows/user.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added USER.DllEntryPoint().
+
+ * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call 16-bit instead of 32-bit UserSignalProc entry point.
+ Don't load USER32.DLL unless requested by the program.
+ Bugfix: Pass the correct thread ID to UserSignalProc.
+
+ * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when map fails.
+
+ * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Show use of undocumented messages.
+
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - removed keyboard auto-repeat when DInput acquires it
+ - removed some (now) obsolete fixme's
+
+ * graphics/ddraw_private.h, graphics/ddraw.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Moved lpClipper into common_directdrawsurface struct
+ Release old clipper on new set
+
+ * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fake MIDI_IO_STATUS support in midi in open
+ Fixed bug in midi in while reading data
- * [controls/desktop.c]
- Look for the wallpaper file in the Windows directory.
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed infinite loop for 0-length wavehdrs.
- * [controls/menu.c]
- Fixed swapped parameters in SetMenuItemBitmaps().
- Create a separator in MENU_SetItemData() when the string is NULL.
+ * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed buggy playback for non PCM files
+ Added support for from & to indexes for playback
+ Now using double wavehdr for better output
+ Cleaned-up internal structs and removed last 16 bit API adherence
- * [file/dosfs.c]
- DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Tried to reduce echo in playSound API (using two wavehdr instead of
+ one).
- * [files/file.c]
- Added a DOS_FILE structure to store per-file information (not
- really used yet).
- Fixed _lread and _hread to check the size of the buffer before
- calling Unix read() to avoid EFAULT error.
+ * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added callback mechanisms for MIDI IN.
- * [misc/exec.c]
- Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
+ * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed improper acm streams closing.
- * [miscemu/instr.c]
- Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
- programs that poll the BIOS counter, provided they reload the
- selector on every read.
+ * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Debug traces cosmetic fixes.
- * [miscemu/int21.c]
- Re-implemented FindFirst/FindNext for FCB calls.
+ * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some errors (thanks to F Gouget for reporting them).
+ Added some bits on thunking and resources for DLLs.
- * [windows/message.c] [windows/winpos.c]
- Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
+Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/nonclient.c] [windows/win.c] [include/windows.h]
- Added a per-window WIN_MANAGED flag; only windows that have a
- dialog frame or a sizing border are managed.
+ * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ First support of DGA 2.0 for DirectDraw.
-Sat Feb 17 18:25:00 1996 Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
+ * include/winuser.h, relay32/user32.spec, win32/newfns.c:
+ Erez Volk <erez@gmx.net>
+ Stubs for Get/SetProcessDefaultLayout.
- * [if1632/Makefile.in]
- Added -g flag to compilation of .c files generated from *32.spec.
+ * files/profile.c, relay32/kernel32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for CloseProfileUserMapping.
- * [if1632/gdi32.spec]
- Numerous additional functions implemented.
+ * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Use DInput's internal mouse event handler to handle the GetDeviceState
+ function.
- * if1632/user32.spec]
- wsprintfA maps to vsprintf not wsprintf
- Numerous additional functions implemented.
+ * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
+ waveHdr.lpData was eventually HeapFree()ed uninitialized.
- * [include/gdi.h] [objects/gdiobj.c]
- New #define MAGIC_DONTCARE added. This is used in
- GDI_GetObjPtr to enable getting a pointer to a GDI object of
- unknow type.
+ * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
+ Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
+ is unknown.
- * [win32/gdi32.c]
- New file.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed 32-bit module name handling to conform better to Win9x.
+ Removed OFSTRUCT passing during process creation sequence.
+ Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
- * [win32/param32.c]
- WIN32_MoveToEx() - handle NULL pointer argument.
+ * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
+ Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Added code to some service functions (some untested), fixed
+ declaration of service main function.
- * [win32/user32.c]
- USER32_InvalidateRect - handle passing of a NULL pointer.
- USER32_SetTimer - New function.
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
+ Pierre Mageau
+ Murali Pattathe
+ Francois Boisvert
+ Francis Baudet
+ Henning Hoffmann
+ Many fixes.
- * [files/directory.c]
- Fixed DIR_Init() (off by one in allocation of space for
- environment variables).
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added stubs for several MRU list functions and documented some others.
- * [files/drive.c]
- Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
- on FreeBSD).
+ * server/file.c: Marcus Meissner <marcus@jet.franken.de>
+ Flush handle in any access mode.
-Fri Feb 16 10:26:56 1996 Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
+ * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixes off by one error in item insertion.
- * [controls/menu.c]
- Memory leak plugged.
+ * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
+ Allow 1% deviation from specified sampling rate for some soundcards.
- * [controls/edit.c]
- Erase space with function ExtTextOut(). This eliminates the use of
- xmalloc(). Memory leak in EDIT_WriteText plugged.
+ * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
+ Suppressed the inclusion of OpenGL headers.
- * [debugger/db_disasm.c]
- Operand for scas now is di.
+ * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added stub for conversion from meta to enhance meta files.
+ - Implemented GetEnhMetaFileBits for enhanced meta files.
- * [files/profile.c]
- PROFILE_GetSection was copying too much data.
- PROFILE_GetSection now returns the correct value. It was returning
- the number of unused instead of used bytes.
+ * graphics/ddraw.c, graphics/ddraw_private.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Improved stubs for the ddraw clipper routines.
- * [objects/dc.c]
- Corrected two typos in comments.
+Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/font.c]
- FONT_MatchFont didn't return if it couldn't find any font.
+ * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
- * [objects/oembitmap.c]
- Free object only if it has been allocated.
+ * server/event.c, server/file.c:
+ Fixed get_event_obj/get_file_obj to use the process parameter (thanks
+ to Eric Pouech).
- * [windows/scroll.c]
- Memory leak in ScrollDC plugged.
+ * server/process.h, scheduler/process.c, server/process.c:
+ Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
-Tue Feb 13 11:17:00 1996 William Magro <wmagro@tc.cornell.edu>
+ * 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:
+ Implemented waitable timers.
- * [controls/edit.c]
- Implemented ES_NOHIDESEL style, shift+click selection,
- shift+{arrow,home,end,pgup,pgdn} selection. Optimized
- (de)selection drawing. Changed selection drawing to use correct
- system colors instead of inverting. Fixed deleting or backspacing
- across a '\r\n' end of line pair. Selection now anchors
- correctly. Fixed text leaking and extra garbage problem bug
- uncovered by change in class style in wine960131.
+Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/widgets.c]
- Class flags now match those of Windows.
+ * tools/bin2res.c: Bug fixes.
-Mon Feb 12 21:28:19 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
+ Serge Ivanov
+ Pierre Mageau
+ Thy Nguyen
+ Don Kelly
+ Noomen Hamza
+ Lots of bug fixes and new features in property sheets.
- * [controls/widgets.c]
- WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
+ * 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:
+ Niels Kristian Bech Jensen <nkbj@image.dk>
+ Compiler warnings fixed.
- * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
- comctl32.spec ole32.spec winspool.spec: new files.
- RELAY32_Init: call initialization of new DLLs.
- RELAY32_GetEntryPoint: expects WIN32_builtin* now.
- RELAY32_MakeFakeModule: new function.
+ * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Give the app back the exact font name it asked for.
- * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
- Added Win95 functions. Ordinals now differ from both NT and Win95
- HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
- CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
- DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
- new relays.
+ * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
+ Prevent a crash if messages are sent to a toolbar window before
+ WM_NCCREATE or after WM_DESTROY.
- * [if1632/shell32.spec]
- shell32.spec: renumbered all functions to take into account ordinals.
- These seem to be identical between NT and Win95.
+ * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
+ Updated Spanish MM error string translation.
- * [include/dialog.h][windows/dialog.c]
- xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
+ * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
+ Alex Priem <alexp@sci.kun.nl>
+ - (final?) update of TreeView_* macro's.
+ - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
+ - fixed some typo's
+ - custom draw enhancements
+ - implementation of state images
+ - implementation of TVS_CHECKBOXES
- * [include/handle32.h]
- New handle types VRANGE, HEAP, HEAPITEM.
+ * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some visual toolbar bugs.
- * [include/pe_image.h][loader/pe_image.c]
- struct w_files: new field builtin.
- PE_FindExportedFunction: support ordinals.
- PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
- fixup_imports: support ordinals.
- PE_LoadImage: prefer directories over segments.
-
- * [include/resource.h][win32/resource.c]
- FindResource32: changed parameter from LPCTSTR to LPCWSTR
- check LANG_NEUTRAL if LANG_ENGLISH fails.
- LoadAcceleratorsW,SizeofResource32,AccessResource32:
- disabled because it's broken.
- Casted to and from LPWSTR at various places.
+ * README: Juergen Lock <nox@jelal.kn-bremen.de>
+ Added notes about Wine-related FreeBSD kernel patches.
- * [include/string32.h][win32/string32.c]
- Changed prototypes to take const arguments where appropriate.
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Use RegQueryInfoKey to count number of printers.
- * [include/struct32.h]
- New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
-
- * [tools/build.c]
- BuildSpec32Files: generate Base value into code, generate call to
- RELAY32_MakeFakeModule.
-
- * [win32/heap.c]
- This is still not finished and needs rework.
- HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
- HeapCreate: implemented on top of VirtualAlloc, which does not work yet
- HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
-
- * [win32/memory.c]
- Support for VRANGE_OBJECT. This is not yet called from any place,
- and needs more platform specific support
- MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
- MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
-
- * [win32/user32.c]
- WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
- names, as in dialogs.
- Implemented dialog functions (see user32.spec).
-
- * [windows/caret.c]
- CARET_Initialize: call RELAY32_GetBuiltinDLL.
-
-Mon Feb 12 18:52:40 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
-
- * [controls/edit.c]
- Removed commented out #ifdefs for WINELIB.
-
- * [tools/makehtml.pl]
- Put in error checking when trying to open a file.
-
- * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
- Added two new targets: hello4 and new.
-
- * [include/windows.h]
- Added definition of DEVMODE structure, although it's not yet used.
- Modified various API functions from CreateDC() to Escape(), in
- order to make them more compliant with the strict API definitions.
-
- * [include/wintypes.h]
- Added 'typedef char TCHAR'. It probably should be defined as
- 'short', but then we would have to support such characters. Also did
- 'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
- Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
- MFENUMPROC, and HGDIOBJ.
-
-Mon Feb 5 16:42:07 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
-
- * [misc/commdlg.c]
- Patched a bug that occurred in the internal COMMDLG module for the
- FileOpen(), FileSave() and FileSaveAs() functions. The file-type
- combobox is now handled correctly.
-
-Fri Feb 2 22:52:58 1996 Roman Dolejsi <roman@sorry.vse.cz>
-
- * [resources/sysres_Cz.rc]
- Added support for Czech [Cz] language.
-
-Thu Feb 1 00:35:04 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
-
- * [objects/font.c]
- FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
- for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
- is -1, assume 0.
- CreateFontIndirect : if font parameter is NULL, issue an error message.
- CreateFont : null-terminate lfFaceName.
- ParseFontParms : debug code turned off : too verbose.
- InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
+ * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
+ Don't try to call towupper() when there's no wctype.h.
- * [objects/color.c]
- ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
-
---------------------------------------------------------------------
-Wed Jan 31 10:58:00 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ When combobox selection changes, update its edit box accordingly.
- * [configure.in]
- Added --with-dll option to build libwine.so.
+ * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Notify parent of listbox if requested.
- * [controls/listbox.c]
- Fixed ListBoxDirectory(), DlgDirSelect() and
- DlgDirList(). Hopefully their behavior is correct now.
-
- * [controls/menu.c]
- Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
- ModifyMenu() for the item data, to avoid corrupting the pointer
- for owner-drawn items.
-
- * [controls/static.c]
- Attempt to load OEM icons for SS_ICON controls. Probably not
- entirely correct.
- Don't clip the text output.
+Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [files/directory.c]
- Add temp dir and Windows dir to environment.
-
- * [files/dos_fs.c]
- Fixed a few path handling bugs in DOSFS_GetUnixFileName().
- Cache last used directory in DOSFS_FindNext() to avoid quadratic
- search time.
-
- * [files/drive.c]
- New format for drives configuration in wine.conf; allows
- specifying the type, label and serial number of a drive.
-
- * [files/file.c]
- New function FILE_OpenUnixFile to make sure we don't open a
- directory instead of a file.
- Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
+ * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
- * [files/profile.c]
- Rewrote profile handling. Should be closer to Windows behavior now.
- New function PROFILE_GetWineIniString() to get a string from wine.conf.
- Support environment variables in wine.conf.
+ * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Set/use fs/gs from the sigcontext struct, the corresponding kernel
+ change now finally has been MFC'd to -stable.
- * [loader/task.c]
- Fixed the order of deletion in TASK_DeleteTask() to avoid memory
- corruption.
+ * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
+ Mention free Truetype font servers (Xfstt and xfsft).
- * [memory/global.c]
- Create a discarded block on GlobalAlloc() if the size is 0; thanks
- to John Harvey for noticing this.
+ * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
+ Note what to do with the winedefault.reg in the file.
- * [memory/local.c]
- LOCAL_GetHeap: make sure the pointer is valid before checking
- magic number.
-
- * [misc/main.c]
- Moved profile and registry saving to ExitWindows(), so we don't
- try to save them in case of a crash.
-
- * [miscemu/int21.c]
- INT21_GetFreeDiskSpace: try to compute the cluster size from the
- filesystem size instead of hard-coding it to 64.
- Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
- reading or writing 65535 bytes (thanks to Bruce Milner for this one).
-
- * [windows/message.c]
- Fixed bug in linked-list handling in MSG_DeleteQueue().
- Simplified SetMessageQueue().
-
- * [wine.ini] [wine.man]
- Updated for new drives configuration format.
+ * win32/device.c: Peter Ganten <peter@ganten.org>
+ Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
+ _PageChangePermissions() and _PageFree() using the
+ Virtual*()-Functions (with the great help of Ulrich Weigand).
-Tue Jan 30 11:24:46 1996 William Magro <wmagro@tc.cornell.edu>
+ * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Removed fixme.
- * [controls/edit.c]
- Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
- EM_GETPASSWORDCHAR messages.
-
- * [controls/widgets.c]
- Adjusted class creation flags to better match values Windows uses.
-
- * [include/windows.h]
- Fixed ES_NOHIDESEL typo.
+ * misc/registry.c: Several bug fixes in save_key().
- * [loader/ne_image.c]
- Added detection for zero offset in RADDR fixups. Quicken
- was in an infinite loop here.
-
-Mon Jan 29 20:12:22 1996 Albrecht Kleine <kleine@ak.sax.de>
-
- * [files/dos_fs.c]
- Bugfix: range error in month value (0..11 set to 1..12).
+ * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bogus error detection for RegEnumValue[AW] and
+ RegQueryValueEx[AW].
- * [windows/caret.c]
- Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
- appearance of the caret.
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added global data mutual exclusion
+ - Removed hack for creating processes suspended now that it's implemented
+ - Fixed ordinal numbering and added spec stubs
+ - Fixed EnumConnections callback to fill in all parameters with valid data
+ - Made direct play allocation/deallocation follow the same pattern as
+ direct play lobby
- * [windows/mdi.c] [include/mdi.h]
- Changed MDITile(): added a new parameter WORD wParam for
- WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
- used in Win3.1
-
-Sun Jan 28 14:20:00 1996 Cameron Heide <heide@ee.ualberta.ca>
+ * dlls/win87em/emulate.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Several improvements.
- * [miscemu/int2f.c]
- Added a small bit of MSCDEX emulation.
+ * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
- * [windows/alias.c]
- ALIAS_RegisterAlias was returning the hash value when it should
- have been returning the record number.
-
-Sat Jan 27 10:53:51 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Made win16 serial comms less of a CPU hog.
- * [include/shell.h] [include/wintypes.h]
- Moved definition of HKEY and LPHKEY types to include/wintypes.h.
- Declared FONTENUMPROC in wintypes.h.
+ * 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:
+ Store all object names as Unicode in the server.
- * [include/windows.h]
- Added definition of KERNINGPAIR and LPKERNINGPAIR types. Added
- declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
- ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
- GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
- IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
- RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
- RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
- and wsprintf().
+Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
- * [tools/makehtml.pl] [documentation/apiw.index]
- New files that scan windows.h, commdlg.h, and toolhelp.h and output
- an HTML sorted list with optional links to www.willows.com and a
- tally of unimplemented APIW functions.
+ * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
+ Added wine.conf option for new format registry files.
+ Added optional periodic saving of the registry.
- * [objects/cursoricon.c]
- Added Win32 versions of CopyIcon() and CopyCursor() for use in
- libwine.
+ * misc/registry.c, server/registry.c:
+ Added support to the server for loading new format (version 2) files.
- * [win32/resource.c] [win32/winprocs.c]
- Added '#include "libres.h"' and explicit declarations of windows
- procs in order to avoid warnings.
+ * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
- * [windows/utility.c]
- Added Win32 version of MulDiv() for libwine.
+ * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
+ Added current context to the exception debug event sent to the server.
- * [*/*] [include/windows.h]
- Changed several function declarations to comply more strictly to
- the windows API (without, hopefully, altering their functionality).
+ * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
+ Fixed handling of debug events on thread/process exit.
- * [controls/menu.c]
- Made the return value of CheckMenuItem be the previous state of
- the menu item if it was found, otherwise -1 as specified in the
- SDK. This conflicts with the APIW specification, which says it
- should return TRUE if successful, otherwise FALSE.
+ * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
+ Raise an exception when a critical section wait failed.
- * [include/windows.h]
- Added obsolete WM_SIZE message wParam names for compatibility.
- Added WinHelp() command constants, even though they are not yet
- supported.
+Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [rc/winerc.c]
- Tidied up transform_binary_file(). In argument checking, flattened
- any invalid characters specified with the prefix argument.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Improved the stubs.
- * [library/libres.c]
- Made FindResource() case-insensitive when parameter 'name' is a string.
+ * dlls/comctl32/imagelist.c, include/imagelist.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - first 'dummy' implementation of ImageList_Read
-Sat Jan 27 02:30 1996 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
+ * include/rebar.h, dlls/comctl32/rebar.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - added version messages
- * [files/drive.c]
- If root "/" is given in wine.conf, use it as last resort.
+ * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - implemented LBItemFromPt
- * [files/file.c]
- Report ER_AccessDenied it disk ist not writable
- More Debug Output
+ * include/commctrl.h, dlls/comctl32/listview.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - implemented simple column order array functionality
+ - implemented some virtual listview notifications
- * [miscemu/int21.c]
- Squeezed some bugs in ExtendedOpenCreateFile
-
- * [windows/winpos.c]
- Some windows may not be moved or resized. We are missing some
- structures to be exact, but the approach should help in some cases
- and make things worse in much fewer.
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - minor update to mru list functions
+ - stubs for COMCTL32_411 to COMCTL32_413
-Fri Jan 26 10:24:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * dlls/comctl32/toolbar.c, include/toolbar.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - added version messages and some simple get/set messages.
+ - added unicode messages
- * [loader/pe_image.c]
- fixup_imports: Find builtins for Borland style entries, too
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - made IShellFolder a aggregable object
+ - SHCoCreateInstance can create CSIDL_FSFolder now
+ - browsing into folders on the desktop implemented
+ - corrected returnvalue of Ico_ExtractIconEx
+ - fixed SHGetDataFromIDList to return data of simple pidls
-Fri Jan 26 10:24:00 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
+ Moses DeJong <dejong@cs.umn.edu>
+ Added implementation for WSARecvEx function. This is a Microsoft
+ specific extension to the winsock API.
- * [controls/menu.c]
- LoadMenu: branch to Win32 for PE modules
+ * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Corrected wrong parameter counts for WNetCachePassword and
+ WNetEnumCachedPasswords.
- * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
- DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
- WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
- EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
- DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
- LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
- to convert parameters or naming convention
+ * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Added stub for DllInstall().
- * [include/kernel32.h][include/wintypes.h]
- moved WCHAR, defined LPWSTR
+ * 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:
+ Changed to use new server-side registry support.
- * [include/string32.h][win32/string32.c][include/struct32.h]
- New files
+ * 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:
+ Added registry support to the server.
- * [loader/module.h]
- LoadModule: exit after returning from PE_LoadModule
+ * tools/make_requests:
+ Differentiate tracing functions between request and reply.
+ Added possibility to have dumping functions for specific types.
- * [loader/pe_image.c]
- my_wcstombs: isascii does not work on Linux for Unicode
- PE_LoadImage: Handle directories
+Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/user32.c]
- USER32_RECT32to16, USER32_RECT16to32: new functions
- implemented new user32 relays
+ * include/server.h, scheduler/client.c:
+ Added server_call_noerr function that avoids touching the last error.
- * [misc/newfns.c]
- WIN32_WinHelpA: new function
+ * include/winerror.h: Added a few registry error codes.
- * [win32/param32.c]
- New file
+ * graphics/x11drv/xfont.c, objects/font.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed some unaligned accesses.
- * [win32/resource.c]
- GetResDirEntry: added support for named entries
- WIN32_LoadAcceleratorsW: invoke *32 resource functions
- WIN32_LoadBitmapA: convert name to unicode if appropriate
- WIN32_ParseMenu: new function
- implemented new resource functions from user32.spec
+ * dlls/commdlg/filedlg95.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - the fodInfos were used before initialized
+ - lpTemplateName can be a resource id
+ - if lpTemplateName is a string don't free the original one
-Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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:
+ Niels Kristian Bech Jensen <nkbj@image.dk>
+ Removed extra #include statements.
- * [objects/cursoricon.c]
- GetIconId() and LoadIconHandler() functions.
+ * files/file.c:
+ Fixed MoveFileExA behavior when target file does not exist.
- * [windows/mdi.c]
- Better maximization support, TranslateMDISysAccel() function,
- misc improvements.
+ * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
+ Gustavo Junior Alves <twinfo@bestway.com.br>
+ Added Portuguese language support.
- * [windows/defwnd.c]
- Fix for WM_WINDOWPOSCHANGED message handler.
+ * dlls/comctl32/monthcal.c, include/monthcal.h:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented current day circling. Fixed many bugs in the month
+ calender control including control spacing and alignment. Fixed
+ defines monthcal.h. Optimized control drawing and removed many
+ extranious redraws. Improved control behavior. Fixed inconsistent
+ formatting in both .c and .h files.
- * [windows/winpos.c]
- Rewrote WindowFromPoint() function.
+ * files/profile.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Flush current profile before using a newly opened one.
-Sun Jan 21 1996 17:05:09 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
- * [include/toolhelp.h] [misc/toolhelp.c]
- Added Notify(Un)Register, but no callbacks yet.
+ * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stub for GetFontData16.
-Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
+ * windows/display.c, if1632/display.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added some ordinals and GetDriverResourceID().
- * [Makefile.in]
- Added target for libwine.so.1.0.
+ * server/process.c, server/ptrace.c: Portability fixes.
- * [library/winmain.c]
- For WINELIBDLL, _WinMain just returns hInstance instead of calling
- WinMain().
+ * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
- * [misc/main.c]
- For WINELIBDLL, renamed main() to _wine_main() for calling from the
- stub main function.
+ * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Fixed compile error.
- * [library/winestub.c] (new file)
- Provides a stub main() function for using libwine.so.
+ * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
+ Implemented StartServiceCtrlDispatcherA according to DispatcherW.
-Tue Jan 16 11:04:34 1996 Anand Kumria <akumria@ozemail.com.au>
+ * Makefile.in: Make sure we clean dlls/ too.
- * [winsocket.c]
- Fix EPERM problem.
+ * dlls/advapi32/service.c:
+ Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
+ of QueryServiceStatus.
- * [global.c]
- Attempt to do some sanity checking in MemManInfo().
+ * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing ';'.
- * [Changelog]
- Fix changelog oversight for previous entry.
+ * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Error reporting fix.
----------------------------------------------------------------------
-Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * tools/bug_report.pl:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Changed default relay line number from 100 to 200.
- * [configure.in]
- Added check for gcc strength-reduce bug.
+ * dlls/comctl32/toolbar.c, include/commctrl.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added undocumented feature to InsertButtonA.
+ Added dropdown button support.
- * [controls/listbox.c]
- Changed ListBoxDirectory() to use the new DOS file functions.
+ * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed play back of uncompressed AVI file.
+ Fixed exiting conditions.
- * [controls/menu.c]
- Fixed parameters for DeleteMenu() call in ChangeMenu().
+ * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a crash in IDirectDrawSurface:BltFast.
- * [debugger/stack.c]
- Also display current frame in back-trace.
+ * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed forwarding and handling messages directed to the mappers.
- * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
- Complete rewrite of the DOS file handling.
- Implemented per-task file handles.
- Removed default Z: drive; needs to be put explicitely in wine.ini
- if desired.
+ * loader/ne/module.c, loader/ne/segment.c, include/module.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Simplified hInstance creation/handling.
+ Fixes problems with self-loaders creating DGROUP themselves.
- * [loader/module.c]
- Fixed file descriptor leak in LoadModule().
+ * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add stubs for Get/SetLayout().
- * [loader/task.c]
- Initialise PDB file handle table in TASK_CreateTask().
- Close file handles on task termination.
- Implemented SetErrorMode().
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
+ Jim Aston <jima@corel.ca>
+ Added stub for StgSetTimes.
- * [misc/network.c]
- Fixed WNetGetConnection() to use GetDriveType().
+ * dlls/shell32/shlmenu.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ SHFind_InitMenuPopup is supposed to return a pointer.
- * [misc/xmalloc.c]
- Added function xstrdup().
+ * dlls/icmp/icmp_main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ u_int[16|32]_t might not be defined.
- * [miscemu/int21.c]
- Many changes for new DOS file functions.
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ - fixed crash when adding items with TVI_SORT and wineItem->pszText is
+ set to LPSTR_TEXTCALLBACK.
+ - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
- * [miscemu/interrupts.c]
- Moved DOS_GetEquipment() function into INT_Int11Handler().
+----------------------------------------------------------------
+Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- Bug fix: create system menu before sending WM_NCCREATE.
+ * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
- * [*/*.c]
- Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
- better portability.
+ * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed hash function.
-Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
+Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/wintypes.h]
- Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
- with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
- it should suffice.
+ * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ The adwInfo[0] field was no longer used on mmioOpen (may contain file
+ handle).
- * [include/winsock.h]
- Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
- out some old style internet address #define's.
+ * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
+ FreePropVariantArray.
- * [loader/task.c]
- Made MakeProcInstance() return first parameter #ifdef WINELIB32.
- Made FreeProcInstance() do nothing #ifdef WINELIB32.
- '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
+ * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed suicide code when playback thread's father dies.
- * [library/miscstubs.c]
- Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
- with name="ActivateAppProc". This hardly seems correct, but it's my
- best guess as to how the emulator responds.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - the colums in the shellview are now created depending on the
+ attributes of the folder object shown
+ - get all attributes from the shellfolder instead directly from the idlist
+ - header fields localized (only engl. and german till now)
+ - small fixes
-Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - corrected control positions
+ - use the icons from comctl32 for the buttons
- * [if1632/kernel32.spec][win32/process.c]
- WIN32_GetProcAddress, LoadLibraryA: new functions
+ * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: relay/snoop debugging was broken by last patch ...
- * [if1632/relay32.c]
- RELAY32_GetEntryPoint: Removed code to load PE DLLs
+ * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
+ Moved ptrace support to ptrace.c. Tried to improve portability.
- * [include/pe_image.h][include/pe_exe.h]
- struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
- struct PE_Reloc_Block: new structure
+ * server/debugger.c: Bug fixes.
- * [loader/module.c]
- MODULE_RegisterModule: new function
+ * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed some unresolved externals on non-Intel archs.
- * [loader/pe_image.c]
- PE_FindExportedFunction,PE_GetProcAddress: new functions
- fixup_imports: expect struct w_files* now, fill dlls_to_init,
- load PE DLLs
- do_relocations: new functions
- calc_vma_size: renamed from dump_table
- PE_LoadImage: use malloc to allocate memory for image
- PE_InitDLL: expect HMODULE
- PE_InitializeDLLs: new function
+ * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
+ Added missing WINAPI attribute to two forward declarations.
- * [loader/task.c]
- NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
- GetExePtr: Accept PE modules
+ * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
+ Removed leftover #undefs.
- * [misc/commdlg.c]
- FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
+ * dlls/winmm/mcicda/mcicda.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
-Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
+ * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
+ Work around glibc bug, that does not handle latin-1 umlauts.
- * [misc/port.c]
- New file with usleep() function for SVR4.
+Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [configure.in]
- Check for usleep() function.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to new register function handling.
-Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
+ * tools/build.c, include/stackframe.h, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Modified Win32 register function handling.
- * [if1632/toolhelp.spec] [include/toolhelp.h]
- [misc/user.c] [windows/message.c]
- Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
+ * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
+ Francois Gouget <fgouget@psn.net>
+ Use BSD headers for ICMP portability.
- * [winsocket.c]
- Fixed ENOENT error.
+ * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - inserted markers for the bin2res tool
+ - reformated hexdump in shres.rc
- * [miscemu/dpmi.c]
- Implement DPMI Get Page Size (AX=0604, INT 31)
+ * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ New tool to convert the binary resources in *.rc files (hexdumps) from
+ and to a binary.
- * [memory/global.c]
- Implement TOOLHELP.72 GetMemManInfo.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added better missing function emulation.
-Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Made debugger compile and marginally work on non-Intel archs.
- * [if1632/callback.c]
- CallWindowProc() - When calling RELAY32_CallWindowProc, check
- whether lParam should be a SEGPTR, and if so convert it to one.
+ * dlls/ntdll/exception.c, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved GET_IP macro to winnt.h
- * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
- Numerous functions added, mostly calls to original (win16)
- functions. Note that some (many) of these are probably not
- strictly correct, but with these additions freecell will at least
- display its main window though it is garbled.
+ * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Move PostScript driver docs to documentation/ . Add instructions on
+ how to use regapi to get information into the registry. Supply sample
+ input to regapi.
- * [if1632/winprocs.spec]
- Completely rewritten - all WndProcs now have win32 versions to
- help with the lparam SEGPTR fix in callback.c
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Implemented the PrintSetup dialog box for the PrintDlgA.
- * [include/kernel32.h]
- LPTCSTR defined.
+ * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
+ Added validations for page index before using it.
- * [include/peexe.h]
- Definition of PE_Export_Directory amended.
+ * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
+ - fixed the index of the item chosen in the filter combo box
+ - added support for the OFN_OVERWRITEPROMPT flag
+ - fixed positioning of controls in the user-defined templates
- * [include/resource32.h]
- New file.
+ * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
+ Added support for WriteProcessMemory through the server.
- * [include/stackframe.h]
- Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
- prototype for replacement function in memory/selector.c which
- can operate on any given memory address. This is currently
- required for win32 support. It is a dreadful cludge, and will
- certainly slow down other programs. If you are not interested
- in win32 development you may wish to reverse this patch.
+ * server/mapping.c, server/object.h: Added get_page_size function.
- * [include/windows.h]
- Definition of SW_SHOWDEFAULT added.
+Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- Extensive rewrites of xmmap() fixup_imports().
- PE_LoadImage() - initialisation of bss added, extraction of
- module name fixed, initialisation of DLL added.
- PE_InitDLL() - now does something.
- PE_Win32CallToStart() - initialisation of TEB pointed to by
- fs added.
- PE_InitTEB() created to perform TEB initialisation.
+ * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
+ Added support for ReadProcessMemory through the server.
- * [memory/selector.c]
- New function MAKE_SEGPTR() - see include/stackframe.h above.
+ * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
+ Added support for CREATE_SUSPENDED flag in CreateProcess.
- * [misc/user32.c]
- USER32_RegisterClassA(), CreateWindowExA() memory allocation
- method changed. This is probably now unnecessary with the
- new MAKE_SEGPTR handling code.
- USER32_DefWndProcA() removed to win32/winprocs.c
- USER32_TranslateMessage added.
+ * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Implemented VWin32 VxDCall mechanism and 2 calls.
- * [tools/build.c]
- handling of win32 spec files changed to support gcc2.6.X
- this requires optimisations to be disabled.
+ * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
+ Fixed joystick scaling.
- * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
- New files.
+ * 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:
+ Gustavo Junior Alves <twinfo@bestway.com.br>
+ Use constants IDOK and IDCANCEL in .rc files.
- * [win32/Makefile.in]
- New files heap.c, newfns.c, resource.c and winprocs.c added to build.
+ * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Portability fix: renamed PTRACE_* into PT_*.
- * [win32/file.c]
- New function W32_SetHandleCount.
+ * relay32/kernel32.spec, win32/device.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow for buggy apps that call the wrong VxDCall routine.
- * [win32/init.c]
- WIN32_GetModuleHandle() - now returns handle of running process
- if called with NULL.
- GetStartupInfoA() - set cbReserved2 to 0.
+ * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
+ Complete stub for RasEnumEntries by saying we have 0 entries.
- * [win32/memory.c]
- VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
- it work with FreeBSD. Also check for return value. Removed extra
- return.
+ * include/debugstr.h, misc/debugstr.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Add debugstr_hex_dump to allow display hex dumps of data in any
+ debugging message.
- * [windows/winpos.c]
- ShowWindow() - SW_SHOWDEFAULT handling kludged in.
+ * server/thread.c:
+ Added use_ptrace flag to disable ptrace usage. Should eventually be
+ made into an option.
-----------------------------------------------------------------------
-Sat Dec 23 18:15:59 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Made the buttons in the filedlg change when selecting a different
+ view type by the context menu, cleanup.
- * [configure.in] [Makefile.in] [tools/install-sh]
- New 'install' target installs Wine binary, library and man page.
- Library is now more logically named libwine.a.
- Split toolkit/ directory into library (for library code) and
- libtest (for test programs).
+ * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
+ Julio Cesar Gazquez <jgazquez@dld.net>
+ Added Spanish (pure Castillan) MM error string translation.
- * [controls/edit.c]
- Quick hack to partially support EM_PASSWORD style (avoids
- displaying your passwords on the screen when testing programs...)
+ * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added signal handling for SPARC / Solaris.
- * [configure.in] [controls/menu.c] [include/resource.h]
- [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
- Language is now a run-time option (wine -language xx).
+ * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Comment out explicit call to SHELL_SaveRegistry since winelib programs
+ now exit properly. Change several NULLs to '\0's. Fix some spelling.
- * [debugger/dbg.y]
- Dump some more debugging info on crash.
-
- * [misc/profile.c]
- Only consider ';' as a comment if it's the first non-blank
- character on the line.
+ * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed XShm completion event leak.
- * [miscemu/dpmi.c]
- More debugging info for real-mode callback.
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed recursion count while calling midiStream(Pause|Restart).
- * [objects/gdiobj.c]
- Rewrote EnumObjects() to do the Right Thing.
+ * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix save_check_tainted to properly scan the tree so that all tainted
+ branches get saved.
- * [resources/sysres*]
- New directory containing system resources.
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ Bernd Paysan <bernd.paysan@gmx.de>
+ Added a stub for setjmp.
-Fri Dec 22 11:24:39 GMT 1995 John Harvey <john@division.co.uk>
+Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
- * [win32/file.c] [win32/memory.c]
- Unixware doesn't have MAP_ANON ifdefed out for now.
+ * server/thread.c:
+ Don't crash when we get a SIGCHLD for a removed thread.
- * [misc/dos_fs.c]
- DOS_GetDosFileName didn't truncate paths starting ./ properly.
+ * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
+ Solaris compile fixes.
- * [tools/build.c]
- Produces assembly code that works with the unixware assembler.
+ * dlls/ntdll/exception.c, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ (Preliminary) CONTEXT structure for SPARC added.
-Wed Dec 20 22:22:29 +0100 1995 Morten Welinder <terra@diku.dk>
+ * include/process.h, loader/module.c, scheduler/debugger.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
- * [miscemu/instr.c]
- INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
+ * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ When decommitting, remap zero pages using MAP_FIXED.
- * [misc/dos_fs.c]
- DOS_readdir should always return directories, even if they don't
- match the file name mask.
+ * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
+ CoGetClassObject should complain about not being able to do
+ out-of-process servers *only* if the application doesn't include the
+ in-process options.
-Tue Dec 19 18:00:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
-
- * [misc/exec.c]
- Give arguments to winhelp.
+ * misc/version.c, controls/edit.c, include/winversion.h:
+ Rein Klazes <rklazes@casema.net>
+ Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
+ disabled edit control if the application expects a windows version
+ before WIN95 and NT40.
- * [miscemu/int21.c]
- Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
- Created function ExtendedOpenCreateFile.
- Give for some Windows95 interrupts the return value 'not
- implemented'.
+ * include/winbase.h, relay32/kernel32.spec, files/file.c:
+ Moshe Vainer <moshev@easybase.com>
+ Stub for GetOverlappedResult.
-Sun Dec 17 16:51:56 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Determine expected_version of PE buddies from the SubsystemVersion.
- * [include/kernel32.h] [include/windows.h]
- Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
- include/kernel32.h to include/windows.h and declared the new Win32
- API functions Sleep(), GetLocalTime(), and GetSystemTime().
- Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
+ * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Exception handlers are *not* WINAPI.
- * [rc/rc (new file)]
- Created the shell script 'rc', which should simplify resource
- compilation.
+Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [win32/environment.c]
- Kludged around an undefined reference to wine_files. This change
- should be fixed some time.
+ * server/process.c, server/select.c, server/thread.c, server/thread.h:
+ Preliminary ptrace support.
- * [win32/time.c] [if1632/kernel32.spec]
- Added the functions GetSystemTime(), and Sleep().
+ * memory/virtual.c:
+ Remap zero-pages when decomitting a page range (based on a patch by
+ Gerard Patel).
- * [miscemu/int21.c]
- Renamed static function GetSystemTime to INT21_GetSystemTime to
- avoid conflicts with the API function of the same name.
+ * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
+ Install the wine server in $(bindir) and exec it from there.
- * [include/wintypes.h]
- Added the SPFMT definition for printf statements.
+Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/shell.c] [include/shell.h]
- Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
- with the ones in include/winerror.h. They should probably use the
- versions in winerror.h, but I'm not certain, and that can be done
- later.
+ * server/debugger.c:
+ Do not free the handles once they have been sent to the client (thanks
+ to Jeremy White).
- * [windows/mdi.c]
- Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
- WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32. The ? parameter
- (boolean) was discarded with this translation. Translated handler
- of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
- WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
- false, call DrawMenuBar() if desired).
+ * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when asked to use strings identified by resource id
+ instead of pointer.
- * [*/*]
- General explicit casts and more rigid typing to remove warnings.
+ * windows/dce.c: Jim Aston <jima@corel.ca>
+ When window class has CS_CLASSDC style we should not remove the DC
+ when destroying the window.
- * [include/winpos.h] [windows/winpos.c]
- Changed return type of WINPOS_ChangeActiveWindow to BOOL.
+ * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
+ Patrik Stridvall <ps@leissner.se>
+ Minor fixes.
- * [include/commdlg.h] [misc/commdlg.c]
- Added prototypes for ChooseColor(), CommDlgExtendedError(),
- FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
- PrintDlg, and ReplaceText().
- Renamed the CommDlgExtendError() function to CommDlgExtendedError().
- Made GetFileTitle return a short, as per the API definition.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Minor fixes and reorganizations.
+
+ * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
+ Patrik Stridvall <ps@leissner.se>
+ Removed obsolete files no longer in use.
+
+ * 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:
+ Ove Kaaven <ovek@arcticnet.no>
+ DirectX-XShm now waits for the X server to finish the previous frame
+ before sending another frame down its pipe, avoiding the X server
+ overload and resulting slowness that used to be.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - unified templates for the open and the save dlg
+ - replaced buttons with a toolbar
+
+ * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - new interface declaration for IShellfolder2
+ - added this interface to all shell folders
+ - small fixes to shellview (crash with native comdlg32)
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed the relocation hack in PE_InitTls. Added some more for the other
+ pointerfields in the TLS entry. (With testing help from Jussi
+ Jumppanen <jussij@zeusedit.com>).
+
+ * relay32/user32.spec, windows/user.c, include/winuser.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added ChangeDisplaySettingsExA stub and some flag defines.
+
+ * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
+ Added the hex triplets to the console color definitions.
+
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added the possibility to have mouse movements reported relative to
+ Wine's mouse driver.
+
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Added ICMP DLL implementation.
+
+ * 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:
+ Juergen.Schmied@debitel.net
+ - Bugfix: Styles were evaluated as expressions. The NOT in combination
+ with style flags was not overwriting the default styles like WS_VISIBLE.
+ Solved by introducing own rules for parsing styles.
+
+ * controls/combo.c: Jim Aston <jima@corel.ca>
+ Fixed the height of the ComboBox drop list.
+
+ * windows/dialog.c: David Grant <davidgra@corel.ca>
+ Windows sends WM_GETDLGCODE only in response to keyboard messages
+ (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
+
+ * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added missing __attribute__ ((com_interface)) for IUnknown with.
+ ICOM_USE_COM_INTERFACE_ATTRIBUTE
+ - Small addition to comments surrounding
+ ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
+
+ * ole/ole2nls.c, if1632/ole2nls.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implementation of RegisterNLSInfoChanged.
+
+ * scheduler/critsection.c, windows/queue.c, memory/heap.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Addresses issues with multiple processes accessing non-global critical
+ sections.
+
+ * server/sock.c: Jeremy White <jwhite@codeweavers.com>
+ Fixed bug in WINSOCK_accept when no event is present.
+
+ * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
+ Rein Klazes <rklazes@casema.net>
+ Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Implementation of custom dialog messages and notifications.
+
+ * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
+ - Proper initialization of cchTextMax field was added for
+ TVN_GETDISPINFO notification message.
+ - TVM_SETITEM should update 'mask' field to synchronize it with
+ current item state.
+
+ * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ If PageSize/InputSlot entry doesn't contain an options translation
+ string use the option name instead.
+
+ * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed SetTitleA when string resources were to be loaded.
- * [Makefile.in]
- Added line to clean and distclean that removes temporaries from
- the include directory.
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ - Fixed an error for scrolling in Listview (sometimes a column would
+ not be visible) due to my last checkin.
+ - Fixed an error for the header control when the Listview is resized with WM_SIZE
+ - Fixed the scrolling for small and large icon (this broke because of
+ the use of SB_PAGE in scrollInfo)
+ - Added a patch made by Noomen Hamza to update the item width when
+ adding a new item
-Sat Dec 16 19:39:14 MET 1995 Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
+ * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
+ Handle socket creation errors.
- * [controls/edit.c]
- Almost rewrote EDIT_GetLineMsg.
+ * controls/menu.c: Karl Lessard <karll@corel.com>
+ When a popupmenu is currently active on the screen, it shouldn't
+ remove mouse click messages that don't belong to it from the queue.
-Sat Dec 16 13:51:48 MST 1995 Andrew Taylor <andrew@riscan.com>
+ * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
+ sockets to it (otherwise windows stay around when wine hangs).
- * [windows/mdi.c]
- Fixed MDITile() bug that occurs when 0 windows are present or all
- windows are minimized.
+Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Dec 12 23:30:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * loader/main.c: Fixed -debugmsg +server.
- * [misc/profile.c]
- Try harder to find files, especially in the working directory.
- Look in $HOME/.wine too and create it there if it isn't found.
+ * scheduler/handle.c:
+ Added special handling for the stdio handles in CloseHandle.
-----------------------------------------------------------------------
-Mon Dec 11 19:08:55 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * server/handle.c:
+ Made all handles multiple of 4. Fixed semantics for pseudo-handles.
- * [misc/lstr.c]
- Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
- they do the same job.
+ * server/debugger.c:
+ Free the handles of the event structure in the right process (thanks
+ to Jeremy White).
- * [tools/build.c]
- Fixed __attribute__((stdcall)) to make it compile with gcc
- versions under 2.7. Doesn't mean it will run OK though...
+ * 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:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added dplayx LibMain for initialization of all dplayx 'global' data
+ - Added start for global data manipulation
+ - TODO list updated
+ - Added some missing header file definitions
+ - Added the ansi versions of dplay and dplobby
+ - Fixed invalid macro for IDirectPlay4
+ - Cleaned up compiler warnings
+ - More implementation, bug fixes and critical region protection
-Sat Dec 09 13:22:58 1995 Cameron Heide <heide@ee.ualberta.ca>
+ * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
+ Never send a WM_CLOSE message to a popup window.
- * [include/kernel32.h] [include/winerror.h]
- Added file attribute definitions and more error codes.
+ * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
+ Check if the window is managed before trying to give it focus.
- * [win32/error.c]
- Added some rudimentary errno-to-Win32 error conversion
- code.
+ * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
+ Enhanced linux joystick api detection slightly.
- * [win32/file.c]
- Added to GetFileInformationByHandle, filled in some known
- error codes, and switched to dprintf_win32.
+ * windows/x11drv/keyboard.c:
+ Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
+ Added Polish keyboard support.
- * [win32/time.c]
- Added GetLocalTime.
+ * graphics/win16drv/prtdrv.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
-Fri Dec 8 14:37:39 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add `Cassette' to PPD -> windows printer-bin mapping.
- * [controls/combo.c]
- Converted functions of the type LONG _(HWND,WORD,LONG) to the type
- LRESULT _(HWND,WPARAM,LPARAM) where needed.
+ * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Modified lstrcpynWtoA to put terminating null at end of string, not
+ end of buffer.
- * [include/libres.h]
- Restructured libres prototypes to closer match the windows API.
+ * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
+ Removed duplicate macro definitions for the IStorage and IStream COM
+ interfaces.
- * [include/windows.h]
- Changed several API prototypes' parameter types from 'short' to INT,
- which is #defined as short in the emulator, but is a normal int in
- WINELIB32. Also changed SEGPTR from DWORD to void* when WINELIB32.
- (This creates a lot of warnings at library-compile time, but less
- warnings at app-compile time. I'll remove the warnings soon.)
-
- * [loader/resource.c]
- Fixed parameter mismatch in call to LIBRES_FindResource(). Changed
- various implementations of the LIBRES_* API functions.
-
- * [loader/signal.c]
- Deleted local 'i' from win_fault(), since it was unused.
+ * windows/defwnd.c: Karl Lessard <karll@corel.com>
+ Fixed COLOR_MAX definition for new Win32 values.
- * [objects/bitblt.c]
- Mirrored changes to include/windows.h mentioned above.
+ * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
- * [toolkit/hello3.c]
- Changed LoadMenuIndirect() call to LoadMenu() to test the new
- resource registration technique.
+ * dlls/comctl32/listview.c, include/listview.h:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Set proper item focus on DeleteItem.
+ Clean up edit label implementation.
- * [toolkit/libres.c]
- Removed definition of 'struct resource' and fixed bugs in the resource
- implementation. Implemented LIBRES_FindResource.
+ * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
+ Fixed a long standing (and annoying) typo, that prevented
+ GetDiskFreeSpaceA from working...
- * [windows/graphics.c]
- Mirrored changes to include/windows.h mentioned above.
+ * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Enable safe reading of registry file, even if file is broken.
-Thu Dec 7 23:15:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
- * [controls/edit.c]
- LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
+----------------------------------------------------------------
+Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
+ * scheduler/client.c: Set close-on-exec flag on server socket.
- * [include/listbox.h]
- change HeapSel from WORD to HANDLE
+ * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added explanation on creating a new DLL.
- * [include/resource.h][rc/winerc.c]
- struct ResourceTable: removed
- struct resource: moved to header file
- autoregister resources if supported by compiler
+ * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Better version autodetection.
- * [memory/local.h]
- LOCAL_GetHeap: expect HANDLE rather than WORD
-
- * [toolkit/Makefile.in]
- Add ALLCFLAGS to make hello3
+ * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
- * [toolkit/heap.c]
- LocalFree, HEAP_Free: handle 0 parameter gracefully
+ * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
+ Fail when LPRECT contains negative values.
-Wed Dec 06 15:34:23 1995 Greg Cooper <cooper@ima-inc.com>
+ * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
+ On ConfigureNotify, find the first visible window above the current one.
- * [misc/winsocket.c]
- Fixed the msgsnd and msgrcv errors that winsock programs get.
+ * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
+ Corrected operand sizes for the "enter" instruction.
-Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
-
- * [if1632/kernel.spec]
- Fixed _hread and _hwrite return type
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ PSM_ADDPAGE returns TRUE or FALSE.
- * [if1632/relay32.c] [loader/pe_image.c]
- Hacked loading of PE-dll's in
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made msacm32 really load ACM drivers.
- * [win32/advapi.c]
- Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
+ * graphics/painting.c: Jim Aston <jima@corel.ca>
+ Prevent FillRgn from using a NULL pointer.
- * [win32/file.c]
- Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
+ * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed a few problems with RegEnumKey*.
- * [win32/process.c]
- Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
- WaitForSingleObject, DuplicateHandle, GetCurrentProcess
-
-Mon Dec 04 13:06:37 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Implementation of user defined templates.
- * [include/wine.h] [misc/lstr.c]
- Define wine_strncpy(). This function does not pad the buffer with
- zeroes like GNU strncpy(), which might break some Windows programs
- that pass bogus size arguments.
+ * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
+ IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
- * [loader/module.c]: GetModuleFileName(),
- [misc/commdlg.c]: GetFileTitle(),
- [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
- [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
- [multimedia/mmsystem.c], [objects/font.c]:
- Use wine_strncpy() where strings are returned to Windows programs.
-
- * [objects/metafile.c]
- PlayMetafile(): Clear the handle table before using it.
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not clear the drawing area for etched static controls.
+ Replaced our own drawing stuff in etched static controls by DrawEdge.
- * [misc/shell.c] [misc/main.c]
- Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
-
- * [misc/profile.c]
- load(): Need to handle comments.
-
- * [toolkit/libres.c]
- Make it compile.
-
- * [windows/nonclient.c]
- Use MAKE_SEGPTR macro in two places where a user heap block used
- to be allocated instead.
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ In report view mode of the listview control, implemented the
+ horizontal scrollbar functionality.
-Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
+ * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a small bug in the behavior of maximized MDI children.
- * [windows/winpos.c]
- In function SetWindowPos: do not redraw the parent of
- a window if the specified window is placed on the top.
- This avoids that ShowWindow(hwnd,1) hides hwnd instead
- of showing it.
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Rewrite of EnumPrinters.
-Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Fill in the hwndFrom field of the NMHDR structure when sending
+ notifications.
- * [windows/scroll.c]
- Now it can scroll children along with the client region of parent
- window. Tried to optimize update region calculation.
-
- * [windows/mdi.c]
- ScrollChildren function, more other features added. Basically
- a rewrite.
-
- * [windows/winpos.c] [windows/focus.c]
- Reimplemented window activation and focus handling.
-
- * [windows/nonclient.c]
- Added new flag WIN_NCACTIVATED.
-
- * [windows/message.c] [loader/task.c]
- Small changes (to maintain linked list of message queues).
-
-Wed Nov 29 15:51:48 1995 Daniel Schepler <daniel@shep13.wustl.edu>
-
- * [include/options.h] [misc/main.c] [windows/defwnd.c]
- [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
- Implemented a -managed option to replace the standard Windows
- frame of top-level windows with the window manager's decorations.
- If a top-level window makes its own frame, this will still show
- up, inside the window manager decorations (I believe ctl3dv2.dll
- would do this, although I can't test this).
-
-----------------------------------------------------------------------
-Tue Nov 21 18:49:10 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [configure.in] [Makefile] [misc/dos_fs.c]
- Got rid of autoconf.h file.
-
- * [debugger/dbg.y]
- More logical behavior upon syntax errors.
-
- * [include/hook.h] [windows/hook.c]
- Changed hook structure and rewrote most of the hook functions for
- better compatibility, based on investigations by Alex Korobka.
-
- * [include/message.h] [windows/message.c]
- Added hooks to message queue structure and made the structure
- layout Windows-compatible.
- Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
- WH_JOURNALRECORD hooks.
-
- * [misc/main.c]
- Added command-line option for changing the language at run-time
- (not implemented yet), based on a suggestion from Michael Patra.
-
- * [objects/cursoricon.c]
- Fixed silly SEGPTR bug in DumpIcon().
-
-Mon Nov 20 22:22:22 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
-
- * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
- Partial implementaion of LBS_EXTENDEDSEL style,
- yet more updates for drag & drop support. Now works.
-
- * [windows/defwnd.c]
- More message handlers.
+ * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ When reading a profile entry remove trailing quote when there's an
+ opening one.
- * [windows/win.c]
- DragObject, DragDetect, AnyPopup functions.
-
- * [controls/listbox.c]
- More kludgy fixes (WM_...TOITEM, etc.).
-
- * [objects/cursoricon.c] [objects/oembitmap.c]
- IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
- cursor.
-
- * [include/bitmaps/ocr*]
- New OEM cursors.
-
-Mon Nov 20 11:05:20 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
-
- * [toolkit/heap.c]
- Swapped flags and size arguments to LocalRealloc as per changes in
- memory/local.c by William Magro in previous release.
-
- * [include/wintypes.h]
- Reinstated the #define's for 'min' and 'max', since they're part of
- the Windows API. I really don't think it's a wise idea, so I put
- a '#ifndef DONT_DEFINE_min_AND_max' around them. I think the actual
- WINE code should never use these (it should use 'MIN' and 'MAX'
- instead).
+ * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
+ Return correct height and width for stock fonts in GetObject.
- * [loader/*]
- Put '#ifndef WINELIB' around many things that WINElib should not need.
+ * programs/avitools/aviplay.c: Compile fix.
- * [controls/edit.c]
- Took out many '#if defined(WINELIB)' sections with the associated
- comment 'temporary fix, until Local memory is correctly implemented in
- WINELIB', since the effective translations are now in
- toolkit/miscstubs.c.
- Took out the #ifndef's I put in EDIT_ClearText. Whoever modified this
- file fixed (or at least postponed) the bug I had encountered.
+ * programs/wcmd/.cvsignore: Added wmcdrc.h
- * [loader/task.c]
- Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
- C: This will probably cause a lot of trouble if this change is
- forgotten in the future, but it will let things like the OpenFileName
- dialog work for now.
-
- * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
- [include/libres.h]
- Made new libres.c file, which will contain functions for supporting
- accessing resources by name in WINElib. 'winerc' will need to be
- changed.
-
- * [toolkit/heap.c]
- Refined memory routines to allow for differences between LocalAlloc
- and GlobalAlloc and between LocalSize and GlobalSize.
-
- * [windows/message.c] [include/windows.h]
- Defined the GetCurrentTime routine in windows/message.c, and removed
- the #define in windows.h.
+ * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Added support for the addition and removal of custom I/O preocedures.
-Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
-
- * [*/*]
- Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Abey George<abey@macadamian.com>
+ Implemented ProgIDFromCLSID.
- * [loader/module.c]
- Added undocumented GetExpWinVer.
+ * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
+ Thuy Nguyen <thuy@macadamian.com>
+ Wizard mode property sheets have a tab control.
- * [tools/build.c]
- Previous code didn't pop possibly changed %esi, %edi and %edx
- from the stack.
-
- * [win32/advapi.c]
- Added GetUserNameA.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added built-in msacm.drv and midimap.drv drivers.
- * [win32/code_page.c]
- Added stub for MultiByteToWideChar.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor fixes and reorganizations.
+ - Added checks for documentation inconsistencies.
- * [win32/console.c]
- Added SetConsoleCtrlHandler stub.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added missing configuration #if:s and #includes:s.
- * [win32/file.c]
- Added ReadFile CreateFileA GetFileInformationByHandle stubs.
- Added CloseHandle.
+ * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed documentation.
- * [win32/memory.c]
- Changed VirtualAlloc and VirtualFree.
+ * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
+ Solaris make doesn't like unnecessary \.
- * [win32/process.c]
- Added ExitProcess.
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
-Sun Nov 19 17:54:42 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * windows/win.c, windows/x11drv/wineclipsrv.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed a couple of compiler warnings.
- * [include/windows.h]
- Fixed a few broken structure definitions.
+ * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
+ A crash would occur if the file type in report mode was empty.
- * [loader/resource.c]
- FindResource(): Need to check for '#xxx' strings here.
+ * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Changed the initialisation of the KeyState array.
- * [miscemu/int21.c]
- FindNext(): Return MS-DOS filenames uppercase.
+ * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Better handling of newlines in FormatMessage*.
- * [objects/cursoricon.c]
- CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
- initializers.
-
- * [misc/file.c]
- _lopen(): Files opened in OF_WRITE mode are truncated.
- OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
- created; use read/write mode.
-
- * [misc/profile.c]
- load(): Rewritten.
-
- * [misc/commdlg.c]
- Fixed bad call to strncpy() that smashed the stack.
-
- * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
- Operator precedence fixes. People who use gcc 2.7.1 don't need a
- debugger :-)
-
- * [if1632/gdi.spec] [objects/palette.c]
- Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
- but sometimes that's good enough.
-
-Fri Nov 17 09:10:35 GMT 1995 John Harvey <john@division.co.uk>
-
- * [include/wine.h] [include/registers.h] [include/winsock.h]
- Added definitions for Unixware.
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fix (some) bad behavior with buffer underrun.
- * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
- Misc. fixes for Unixware.
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed PlaySound proc for non PCM content.
- * [loader/task.c]
- Made assignemts to context in InitTask for registers use the macros
- from registers.h to make them more portable. (Needed for Unixware)
+ * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
+ - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
+ - Treeview: colors returned by TVM_GET**COLOR are mixed up.
- * [tools/build.c]
- Fixed register acces routines to work on Unixware. Bit grubby but
- it seems to work.
+ * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
+ Clicking the combo box would cause a crash if it was empty.
- * [controls/edit.c]
- EDIT_WM_NCCreate allocates local heap if hasn't been previously
- allocated.
-
- * [miscemu/int21.c]
- mkdir now creates directory with permission to access it.
+ * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ It appears that StartDoc sends the STARTDOC escape with the DOCINFO
+ structure pointed to with the output data parameter.
- * [misc/dos_fs.c]
- mkdir now creates directory with permission to access it.
- DOS_opendir now uses linked list of dirents to avoid problems with
- realloc changing address of malloced memory.
+ * graphics/fontengine.c, if1632/gdi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stub for EngineRealizeFontExt (used by the win98 pscript driver).
-Thu Nov 16 12:47:13 1995 Michael Patra <patra@itp1.Physik.TU-Berlin.DE>
+ * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
+ Selected button within tab control will be painted with the right
+ color brush.
- * [controls/menu.c]
- MENU_CalcItemSize(): Fixed handling of empty menu items.
+ * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
+ Do not send two PSN_KILLACTIVE messages.
-Sat Nov 11 21:46:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
+ * wine.ini: Marcus Meissner <marcus@jet.franken.de>
+ ini variables do not like ; comments after them (they are not shell
+ scripts). Fixed a typo in one of the names.
- * [misc/file.c]
- In OpenFile, unlink should be done on the unix filename.
+Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
-Sat Nov 11 16:43:29 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
+ Francois Gouget <fgouget@psn.net>
+ Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
+ a COM interface one never has to name the lpVtbl field explicitly.
- * [include/handle32.h]
- New header file containing internal Win32 kernel handle
- information.
+ * dlls/oleaut32/ole2disp.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ SysAllocStringLen16 needs to handle NULL pointers, too.
- * [win32/file.c]
- Added ReadFile, CreateFile, and CloseFileHandle, and did
- some reorganizing to match the new handle allocation scheme.
+ * memory/local.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Bug fix.
- * [win32/init.c]
- Added CloseHandle and the creation of standard I/O handles.
+ * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
+ Fixed small typos and slightly outdated comments.
- * [win32/object_mgt.c]
- New module for allocating and freeing Win32 kernel handles.
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Partial implementation of the Shell32 call Win32DeleteFile(), required
+ by IE5's Explorer.
-----------------------------------------------------------------------
-Fri Nov 3 20:08:17 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * 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:
+ Added dependency on winestub.o
- * [configure.in]
- Attempt to check for -li386 on NetBSD. Please test this.
+Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
-Mon Oct 30 12:40:32 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Added missing configuration #if:s and #includes:s.
+ - Minor configuration related changes.
- * [*/*]
- Eliminated various warnings with either explicit casts or more
- accurate variable/parameter declarations (e.g. INT instead of short
- or WORD).
- Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
- macros.
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ Made LoadHomeRegistryFiles default to TRUE.
- * [controls/edit.c] [windows/defdlg.c]
- Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
- definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
- DEFDLG_FindDefButton to avoid warnings.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Made the include files self-sufficient.
- * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
- [windows/message.c] [windows/nonclient.c]
- Converted MAKEPOINT macro call to manual conversion.
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ - Fixed the long long problem.
+ - Added configure include consistancy checking.
+ - Added progress indicator.
+ - Began splitting up the win16api.dat and win32api.dat files.
+ - Added various minor checks.
+ - Minor fixes.
- * [include/windows.h]
- For WINELIB32, structures POINT, SIZE, and RECT have LONG members
- instead of INT. This also invalidates the macro MAKEPOINT(), which
- is not supported in Win32. Also defined the POINTS structure (SHORT
- members) and the MAKEPOINTS macro.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added spec file declarations for already implemented functions.
- * [misc/commdlg.c]
- Changed a lot of 'strcpy' calls to 'strncpy' calls. I'm desperate to
- find this memory bug, and this should be done anyway.
+ * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added Win16 variants of existing Win32 functions.
- * [controls/edit.c]
- Well, the alteration mentioned above didn't do it, but #ifdef'ing out
- a few lines in EDIT_ClearText did. This leads to bugs, but for now,
- it's better than bizzare memory troubles.
+ * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
+ Solaris compile fix.
- * [toolkit/miscstubs.c]
- Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
- and RELAY32_GetEntryPoint(). These are the most popular warnings, and
- their current implementation seems fine.
+ * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
+ Remove prefixing by a tilde for GetTempFileName 32bits.
-Sat Oct 28 09:39:18 1995 Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
+ * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing include.
- * [objects/cursoricon.c]
- Fix for "broken" X servers that invert masked cursor colors.
+ * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Warn users to use -the -desktop option together with the native user DLLs.
-Fri Oct 27 19:27:21 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
+ * loader/resource.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Return the size of the needed resource when buffer is NULL for LoadString().
- * [windows/dialog.c] [windows/nonclient.c]
- Remove unnecessary items from the system menu.
+ * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
+ Francis Beaudet <francis@macadamian.com>
+ Enabled the persistent clipboard server.
-Thu Oct 26 05:03:03 MET 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
+ Improved registry isolation possibilities.
- * [objects/color.c] [objects/palette.c]
- Make GetNearestColor return a RGB value instead of a pixel value.
+ * multimedia/*.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Split the multimedia/ directory into dlls/ subdirectories.
-Wed Oct 25 23:33:39 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * 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:
+ Gustavo Junior Alves <alves@correionet.com.br>
+ More Portuguese language support.
- * [controls/desktop.c][controls/menu.c][include/menu.h]
- Changed WORD parameters to UINT parameters.
+ * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
+ Fixed top-down DIB handling in StretchDIBits32().
- * [include/wintypes.h]
- Made UINT 32bit for WINELIB.
+ * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added macro definitions for memory allocation.
- * [loader/main.c]
- Disabled RELAY32_Init and MODULE_Init for WINELIB.
+ * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Make sure that all calls use the extended structures which are a
+ superset of the regular structures.
- * [misc/main.c]
- Assume CPU386 for WINELIB.
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ Added the functionality of the thumb track.
- * [rc/winerc]
- add_popup: set MF_POPUP flag on menu item.
+ * windows/focus.c: Adrian Thurston <adriant@corel.com>
+ Do not set focus to a disabled window.
- * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
- Add resource demo hello3 for WINELIB.
- New file README.resources.
+ * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed an entry in the keyboard translation table for Ctrl-Break.
- * [toolkit/miscstubs.c]
- Add a case for 17.
+ * include/debugdefs.h, scheduler/debugger.c:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ New channel 'debugstr' used to print OutputDebugString API calls.
-Tue Oct 17 15:13:10 IST 1995 Itai Nahshon <nahshon@vnet.ibm.com>
+ * windows/nonclient.c, windows/x11drv/event.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Popup windows will be hidden when we minimize a main frame or shown
+ when we maximize or restore a minimized main frame.
- * [loader/module.c]
- Do not append .exe if the file name already has an extension.
+Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/profile.c]
- Avoid creating a file with a junk name if a .ini file does not
- exist.
+ * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
+ PropertySheet didn't destroy page dialog's window while removing page.
- * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
- Added a lot of dummy stubs for Windows Hebrew version.
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ Update the item width upon a new column in the header control.
-Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
+ * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
+ Reorder parameters to fix position of base reg relative to exception
+ frame.
- * [controls/button.c]
- Fix for buttons with no label.
+ * documentation/Makefile.in: Fixed typo.
- * [controls/combo.c][controls/listbox.c]
- Fixes for scrollbar positioning. Now disappears correctly
- for short lists.
+ * include/*.h:
+ Francois Gouget <fgouget@psn.net>
+ Define the COM macros even in C++.
- * [controls/edit.c]
- Handle memory allocation differently when building as library.
+ * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed loop with WM_SYSCHAR.
- * [controls/static]
- Don't destroy old icon before drawing new icon. (Fixes landscape/
- portrait toggle icon in print dialog.)
+ * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
+ Fixed tooltips positioning.
- * [if1632/gdi.spec]
- New functions SetMetaFileBits and GetMetaFileBits
+ * graphics/x11drv/dib.c: Re-applied lost change.
- * [include/sysmetrics.h] [windows/sysmetrics.c]
- Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
+ * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Ignore wrong hInstance.
- * [include/windows.h]
- META_EXTTEXTOUT, not META_SETTEXTOUT
- define GetCurrentTime as GetTickCount (for wine library)
+ * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
+ Robert 'Admiral' Coeyman <admiral@corner.net>
+ Report non-hercules video. Turned on int 2a.
- * [loader/main.c]
- Don't initialize built-in modules in wine library
+ * include/file.h, include/winbase.h, loader/module.c, files/file.c:
+ Jim Aston <jima@corel.ca>
+ Fixed compiling with STRICT.
- * [memory/local.c]
- LocalReAlloc was defined incorrectly. Swap flags and size arguments.
+ * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
+ Proper resource support for dialog title.
- * [misc/main.c]
- Always report CPUTYPE=4 to wine library.
+ * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed some wrong defines.
- * [objects/dib.c]
- RLE8 images were missing top line when decompressed.
+ * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Copy bitmaps properly.
- * [objects/metafile.c]
- SetMetaFileBits and GetMetaFileBits implemented. Works when called
- from winhelp. More testing needed. Various memory leaks plugged.
- Various other bug fixes. New metafile operations added in
- PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
- SetMapperFlags, RealizePalette, ExtTextOut, Escape. Testing needed.
+ * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Allow loading of modules debug information after first invocation of
+ debugger.
- * [toolkit/heap.c]
- LocalUnLock changed to LocalUnlock
+ * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
+ Jim Aston <jima@corel.ca>
+ Added a few stubs.
-Sun Oct 15 21:55:33 1995 Anand Kumria <akumria@ozemail.com.au>
-
- * [misc/winsock.c]
- Return the correct error number, for host lookup operations.
- Also, correct the problem with send_message.
+ * include/listview.h, dlls/comctl32/listview.c:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Implementation of edit labels.
-Fri Oct 13 19:04:35 1995 Morten Welinder <terra@diku.dk>
+ * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed some anonymous union accesses.
- * [Makefile.in]
- Using nm's built-in sorting.
+ * controls/listbox.c: Abey George <abey@macadamian.com>
+ Draw the item text from the top of the item rect.
- * [*/*.c]
- Use xmalloc for malloc and xrealloc for realloc in all ungarded
- cases.
+ * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
+ Pierre Mageau <pierre@macadamian.com>
+ Fixed the ascending and descending sort order for the File Dialog.
- * [debugger/dbg.y]
- Handle C-like expressions. Clean-up.
+ * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
+ - adds calling application defined callback function once PropertSheet
+ Dialogbox has been initialized just after creating the tab control
+ - handle the case when pszCaption specifies a resource instead of a string
- * [debugger/debug.l]
- Lots of new tokens for expressions.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - removed all unnecessary "winapi" from internal _IL* functions
+ - better parameter checking for shellfolder
+ - removed dead code from shv_bg_contextmenu
- * [debugger/info.c]
- Implement "list" command for disassembling.
+ * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
+ Jim Aston <jima@corel.ca>
+ Added another anonymous union using the DUMMYUNIONNAME style.
- * [misc/ole2nls.c]
- Implement more Danish stuff.
+ * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Properly copy text into user supplied buffer.
-Fri Oct 6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
+ * 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:
+ Ove Kaaven <ovek@arcticnet.no>
+ Winsock rewrite. Sockets are now proper win32 handles.
+ Internal structures are now really internal.
- * [loader/module.c]
- Updated self-loading modules to support for new 32 bit
- stack frames.
+ * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Tab control doesn't refresh tab area on TCM_SETCURSEL.
-----------------------------------------------------------------------
-Sun Oct 1 15:48:34 1995 Alexandre Julliard <julliard@sunsite.unc>
+ * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Implemented StrRChrA.
- * [controls/menu.c]
- Fixed GetMenuString() for non-string items.
+ * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Perform proper process shutdown on 'quit' and error.
- * [debugger/*.c]
- First attempt to check validity of pointers before memory
- accesses. For now only segmented pointers are checked.
+ * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
+ Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
- * [debugger/dbg.y] [memory/ldt.c]
- Added possibility to dump only one segment with 'info segment'.
+ * include/winuser.h: Jim Aston <jima@corel.ca>
+ Fixed a small typo.
- * [include/bitmaps/ocr_*]
- Added all OEM cursors as XPM bitmaps.
+ * windows/dialog.c: Adrian Thurston <adriant@corel.com>
+ Protect against wrong return value from WM_INITDIALOG.
- * [include/cursoricon.h] [objects/cursoricon.c]
- Rewrote all cursor and icon management to use the same memory
- layout as Windows, and to factor common code between icons and
- cursors. Implemented icon directory lookup to find the best
- matching icon (i.e. the color one).
- Implemented CopyCursor() and DumpIcon().
+ * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
+ Removed an illegal character.
- * [loader/module.c]
- For disabled built-in modules, we now try to load the Windows DLL
- first, and if this fails we fall back to using the built-in module
- anyway.
-
- * [memory/global.c]
- Fixed GlobalHandle() to return the correct selector in the high
- word even if we are passed a handle in the first place.
-
- * [miscemu/instr.c]
- Take into account the size of the operand and of the stack segment
- when incrementing the stack pointer.
- Avoid referencing FS_reg and GS_reg on *BSD.
-
- * [objects/dib.c]
- All DIB functions now accept a BITMAPCOREHEADER format bitmap.
- Monochrome DIBs are created as monochrome bitmap iff they are
- black and white.
-
- * [objects/oembitmap.c]
- Added support for OEM cursors, changed OBM_LoadIcon to use the new
- icon memory layout.
-
- * [rc/sysres_Fr.rc]
- Added French [Fr] language support.
-
- * [win32/environment.c]
- Fixed GetCommandLineA() to use current PDB.
-
- * [windows/event.c] [windows/winpos.c]
- Simulate a mouse motion event upon SetWindowPos() to force the
- cursor to be set correctly.
-
-Sat Sep 30 17:49:32 Cameron Heide (heide@ee.ualberta.ca)
-
- * [win32/*]
- New Win32 kernel functions: GetACP, GetCPInfo,
- GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
- GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
- SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
- WriteFile. Completed implementations of GetCommandLineA.
-
- * [include/kernel32.h]
- New file.
-
- * [loader/main.c]
- Call initialization function for Win32 data (doesn't currently do
- anything).
-
- * [misc/main.c]
- Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
-
-Sat Sep 30 00:26:56 1995 Niels de Carpentier <niels@cindy.et.tudelft.nl>
-
- * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
- [misc/commdlg.c]
- Misc. bug fixes
-
-Fri Sep 29 16:16:13 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
-
- * [*/*]
- For Winelib, explicit casts have been placed where warnings were
- usually generated.
- printf formats which give the format for printing a handle as
- "%04x" or something similar have been changed to use the NPFMT
- macro defined in include/wintypes.h. Some times, explicit casts
- were also necessary.
- Parameter, field, and variable declarations have been made more
- exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
- 'WORD hFont' to 'HFONT hFont'.
- Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
- replaced with a call to WIN_GetWindowInstance(hwnd).
-
- * [controls/combo.c]
- Added WINELIB32 support in CLBoxGetCombo().
-
- * [include/dialog.h]
- Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
- winelib needs the packing as well (e.g. when accessing resources
- like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
-
- * [include/windows.h]
- Got rid of the F[a-k] macros, which were cluttering up the global
- namespace.
-
- * [include/windows.h] [windows/defwnd.c]
- Added Win32 messages WM_CTLCOLOR*.
-
- * [include/wintypes.h]
- Put in preprocessor '#define WINELIB32' if appropriate and changed
- the types of some typedefs (WPARAM, HANDLE) based on this.
-
- * [loader/module.c] [toolkit/miscstubs.c]
- Added #ifdef'd portion in LoadModule to handle loading a WINElib
- module (already loaded, just init values). '#ifdef'ed out the
- definition for GetWndProcEntry16 and added a new version to
- toolkit/miscstubs.c.
-
- * [misc/shell.c]
- Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
- Same amount of total storage, but much more reasonable. Also, changed
- calls to strcpy() in ShellAbout() to calls to strncpy() instead.
- This was a difficult bug to track down, but the AppMisc field was
- being initialized with the contributers text, which was much larger
- than 512 characters.
-
- * [toolkit/atom.c]
- New file for atom-handling functions. Copied from memory/atom.c and
- then heavily modified. Right now, it's just a linked list of atoms.
- Consider it as a hash table with just one entry. It's easily changed
- later.
+ * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Now inits the policy cache when shell32 is first instantiated.
+ Matches Windoze behavior.
- * [toolkit/heap.c]
- Commented out the heap functions with a "#ifdef WINELIB16" and put in
- a Win32 version (which is basically a modified copy).
+ * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Real implementation of SHRestricted(), clarified SHInitRestricted()'s
+ role a little, added policy data table.
- * [toolkit/sup.c] [toolkit/miscstubs.c]
- Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
- added quite a few more stubs.
+ * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
+ Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
- * [toolkit/winmain.c]
- Rearranged startup code in _WinMain. I think this will work.
+ * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
+ Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
- * [toolkit/Makefile.in]
- Added targets for 'hello' and 'hello2' in case anyone cares to try
- out the sample programs.
+ * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
+ The property sheet dialog needs flag WS_VISIBLE.
-Wed Sep 27 23:13:43 1995 Anand Kumria <akumria@ozemail.com.au>
-
- * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
- First attempt at support for some VxDs. Comm, Shell and Pagefile.
+ * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
+ Set the default view button to List in the FileDialog.
-Tue Sep 26 21:34:45 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
- * [misc/dos_fs.c]
- DOS_SimplifyPath: Also remove "/./" from path. (Happens when
- starting applications like 'wine ./excel.exe')
+ * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed potential crash in string variable printing.
-Sat Sep 23 23:32:40 1995 Morten Welinder <terra@diku.dk>
+ * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added WM_GETFONT support.
- * [configure.in]
- Avoid relative path for wine.ini.
+ * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
- * [rc/sysres_Da.rc]
- Support for Danish [Da] language.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
+ mmioDescend offset and alignment issues).
- * [misc/main.c] [miscemu/cpu.c]
- Return the processor we're running on correctly.
+ * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
+ We are supposed to delete the palette object with the DeleteObject
+ function.
- * [miscemu/int2f.c]
- Minor stuff in int 0x2f, function 0x16.
+ * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
+ Listview items will be drawn with the right item dimensions.
-Sat Sep 23 1995 17:58:04 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
+ Some small corrections to the ExtTextOut function.
- * [misc/shell.c] [misc/main.c]
- Implement saving and loading of the registry database (needed for
- OLE). Very experimental. Fixed ShellExecute().
-
- * [miscemu/int21.c]
- EEXIST is not a critical error condition for mkdir().
+ * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
+ Make sure that the drop effect of a DnD operation is set to
+ DROPEFFECT_NONE if the user cancelled the operation.
-Fri Sep 22 01:33:34 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
+ * dlls/comctl32/animate.c, include/animate.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ First working version.
- * [include/shell.h] [misc/shell.c]
- Implemented 4 drag/drop functions with documented functionality.
+ * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added the mute capability to most control lines.
- * [multimedia/time.c]
- "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
+ * windows/win.c: Rein Klazes <rklazes@casema.net>
+ Use the module handle, if CreateWindowEx is called with
+ hInstance==NULL.
- * [*/*]
- Added new files, more message definitions, structures, debug info,
- etc. Rewrote message logging functions to produce output similar
- to WinSight. Check out -debugmsg +message option.
+ * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing prototypes for StrRetToBuf(A|W).
- * [misc/file.c]
- Fixed GetDriveType return value.
+Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/message.c]
- Hooks are invoked in normal order.
+ * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
+ Added Pt.s.
- * [miscemu/*]
- Added some functions and interrupts.
+ * objects/dib.c: Backed out previous change (breaks with metafiles).
- * [misc/shell.c]
- Implemented Drag... functions.
+ * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added socket interface to wineserver.
-Thu Sep 21 23:50:12 1995 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Correct filename for kernel module is KRNL386.EXE.
- * [rc/sysres_Fi.rc] [rc/sysres.rc]
- First attempt at Finnish [Fi] language support.
+ * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing (and now required) filename directive.
-----------------------------------------------------------------------------
-Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * tools/build.c, include/builtin32.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added filename to 32 bit builtin module descriptors.
- * [configure.in] [*/Makefile.in] [Make.rules.in]
- Cleaned up makefiles, added configuration option for Winelib,
- grouped common make rules in Make.rules.in.
+ * if1632/builtin.c, relay32/builtin32.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fix loading of modules: now search key is module's filename, not
+ module's name.
- * [Configure]
- Renamed to 'Configure.old'; please use 'configure' instead.
+ * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
+ Pierre Mageau <pierre@macadamian.com>
+ When an error occurred in a property sheet because of invalid data,
+ clicking on another tab, would activate the new tab but keep the
+ original property sheet.
- * [controls/menu.c]
- Fixed DestroyMenu() to avoid deleting the same menu twice.
- More fixes to WM_MENUSELECT, and added WM_INITMENU.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - implemented sorting the listview by clicking on the column header
+ - implemented the context menu entrys for sorting
+ - some more functions to gather data form pidls
- * [if1632/relay.c]
- Fixed wrong register values displayed by RELAY_DebugCall32().
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Removed linking by GetProcAddress for StrRetToBuf sinc not all
+ versions of shlwapi exporting this function.
- * [memory/local.c]
- Fixed LocalLock() and LocalUnlock() to increment/decrement the
- lock count for moveable blocks.
+ * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Removes extraneous comparison of data pointed to by the relocation
+ offset when no relocation entries exist.
- * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
- Modified the generated C file so that the resource information
- (size, etc.) is also exported.
- Modified common dialogs to use the new informations.
+ * if1632/wprocs.spec, loader/ne/module.c:
+ Marcus Meissner <Marcus.Meissner@lst.de>
+ WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
+ BLINKER selfextracting executables).
- * [misc/main.c] [ANNOUNCE]
- Update the list of contributors. Please let me know if I forgot
- someone.
+ * windows/dialog.c: Abey George <abey@macadamian.com>
+ Changed EndDialog to behave like as in Windows.
+ Call SetWindowPos instead of ShowWindow in EndDialog.
- * [rc/sysres.rc] [rc/sysres_En.rc]
- Moved English resources to sysres_En.rc.
- Changed ids from numeric to symbolic for dialogs.
+ * windows/winpos.c: Abey George <abey@macadamian.com>
+ Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
+ Code for activating and setting focus to other windows when a window
+ is hidden, is moved to ShowWindow from SetWindowPos.
+ Activate the top level window if it's not active in ShowWindow(SW_SHOW).
- * [windows/dialog.c]
- Modified template parsing to be able to pass segmented pointers to
- CreateWindow().
+ * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
- * [windows/win.c]
- CreateWindow() now takes segmented pointers for class and window
- names.
- Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
- or WS_MINIMIZE bits are set.
+ * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
+ dimensions are equal).
-Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
+ * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
+ Gustavo Junior Alves <alves@correionet.com.br>
+ Added Portuguese language support.
- * [controls/scroll.c]
- Fixed scroll-bar bugs for non-client windows.
+ * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
+ Francois Gouget <fgouget@psn.net>
+ Use the COM macros rather than directly accessing the lpvtbl field.
-Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
+ * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use LoadString16 for FormatMessage16 and handle
+ FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
- * [include/cursor.h] [windows/cursor.c]
- Cursor is not mirrored any more and the hotspot is set right.
+ * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
+ Some adjustments to ExtTextOut.
-Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Fixed the clipping for the postscript driver and turned it on (by setting
+ PSDRV_SetDeviceClipping in the function table).
- * [ole.h]
- Misc small fixes.
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Account for the trailing NULL in GetLogicalDriveStringsA.
-Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
+ * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
+ Fixed a typo in a function declaration.
- * [rc/sysres_Es.rc]
- First attempt at Spanish [Es] language support.
+ * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
+ Added Hungarian keyboard support.
-Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
+ We have to activate MDI child windows.
- * [include/alias.h][windows/alias.c][include/relay32.h]
- New files
+ * dlls/commdlg/filedlg.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
+ hWnd.
- * [controls/widgets.c]
- WIDGETS_Init: register alias window procedures
+ * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
+ Correct usage of a scratch array in X11DRV_PolyBezier.
- * [if1632/callback.c]
- CallWndProc: Call alias functions if necessary
+ * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+ Make WM_GETTEXTLENGTH return length for dropdownlist combos.
- * [if1632/gdi32.spec]
- GetStockObject, TextOutA: new relays
+ * controls/button.c: Francois Boisvert <francois@macadamian.com>
+ Removed FillRect in the ownerdrawn button procedure.
- * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
- user32.c: new file
- BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
- GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
+ * windows/x11drv/event.c: Abey George <abey@macadamian.com>
+ Make sure the Focus Out window is still the Foreground window before
+ doing SetForegroundWindow(0) in Event_FocusOut.
- * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
- PE_Win32CallToStart: new function
- MODULE_CreateInstance: removed static attribute
- LoadModule: Try loading PE image on error 21
- PE_LoadModule: new function
- PE_LoadImage: initialize pe_data with 0
-
- * [include/dlls.h][include/peexe.h]
- moved pe_data and w_files to peexe.h
-
- * [misc/shell.c]
- ShellAbout: Register AboutWndProc aliases
+ * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixes problems with color drift when switching to/from
+ logical/physical colors.
- * [miscemu/int21.c]
- handle 0x440A and 0xDC
+ * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
+ Mouse position is signed.
- * [miscemu/int2f.c]
- handle 0x84
+ * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
+ Set the COLOR_3DLIGHT system color to the right window default value.
- * [objects/dib.c]
- CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
+ * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Small hack to check if we need to relocate the TLS directory or not
+ (some seem to need this pointer relocateable, some already do relocate
+ it by themselves).
- * [tools/build.c]
- include windows.h and relay32.h into generated Win32 relays,
- don't declare the implementation as int (*)();
- limit in WIN32_builtin was off by one
+ * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Relink subdirectory objects on Makefile.in/Make.rules.in change.
- * [windows/caret.c]
- CARET_Initialize: new function, call on strategic places
+ * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
+ Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
- * [windows/messagebox.c]
- MessageBox: register message box proc aliases
+ * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
+ Don't ref NULL ptrs in debug.
- * [if1632/advapi32.spec][if1632/comdlg32.spec]
- New files
+ * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
+ If the joydevice is not present, do not create a DirectInputDevice.
- * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
- added new spec files
- RELAY32_GetBuiltinDLL: perform lookup case insensitive
- RELAY32_GetEntryPoint: start name search at 0
+ * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Map PrintDlg16 to PrintDlgA.
- * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
- Added stubs for new Win95 API
+ * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
-Sat Sep 2 1995 Martin Roy
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
+ true.
- * [misc/commdlg.c]
- In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
- When process IDOK button in FILEDLG_WMCommand(),
- lpofn->nFilterIndex should be updated to current selection.
+ * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Prevent self referencing next pointer during insert.
-Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
+ * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing definitions.
- * [loader/module.c] [loader/ne_image.c]
- Added support of self-loading modules.
+ * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Added Dutch to the languages supported by MCI.
----------------------------------------------------------------------
-Thu Aug 31 17:19:57 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * documentation/status/internationalisation:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Updated status of internationalisation.
- * [Configure]
- Added compile-time option for IPC.
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: *Don't* resolve PE imports if asked not to ...
- * [configure.in]
- Added command-line options for language, IPC and malloc
- debugging.
+ * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: DdeNameService was broken.
- * [controls/menu.c]
- WM_MENUSELECT was sometimes sent to the wrong window.
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: When loading an executable module fails, don't perform module
+ cleanup before the corresponding task is destroyed.
- * [debugger/break.c]
- For the 'next' command, only step over instruction that require
- it. This allows 'next' to do the right thing with jmp and ret
- instructions.
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Moved bitmap resource to language-independent resource file.
- * [ipc/*.c] [memory/atom.c] [memory/global.c]
- IPC can now be configured out at compile-time.
+ * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added warning for future VERSION_GetVersion() (mis-)users and made
+ OSVERSIONINFO warning more detailed.
- * [loader/task.c]
- Bug fix in TASK_Reschedule() that could cause a task to be deleted
- twice.
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added stubs for RevokeActiveObject, GetActiveObject, fixed
+ RegisterActiveObject stub argtypes.
- * [miscemu/dosmem.c] (New file)
- Partial emulation of the BIOS data segment.
+ * windows/x11drv/keyboard.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added german keyboard layout with "nodeadkeys" option enabled (just to
+ apostrophes are switched).
- * [miscemu/instr.c]
- Trap attempts to access selector 0x40 and remap the access to
- segment __0040H.
+ * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Stub for VideoCapDriverDescAndVer.
- * [tools/build.c]
- Fixed bug in CallTo32_LargeStack() that caused problems when
- compiling Wine with the -fomit-frame-pointer option.
+ * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replicate CreateDirectory() LastError workaround for the LFN part.
- * [windows/message.c]
- Fixed bug in hardware event handling that could cause some events
- to get ignored.
+ * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Also escape characters >=0x80 within the wineregistry savefile.
-Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
+ * dlls/wnaspi32/winaspi32.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Don't use malloc/free in winaspi32.
- * [ipc/README] [ipc/dde.tex]
- LaTeX documentation for the ipc and DDE stuff.
+ * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Use 1 macro for rgbbitdepth -> byte determination.
+ xshm/image creation now uses 1/8 of the space for every image.
-Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
+ * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replaced double ChangeDisplaySettingsA by (Ex)[AW].
- * [ipc/Imakefile] [ipc/wine_test_stub.c]
- Fixed IPC testing. Now it can be compiled with "make tests"
+Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Aug 23 21:04:14 1995 Fons Botman <botman@wab-tis.rabobank.nl>
+ * if1632/builtin.c, loader/module.c, loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Don't call GetVersionExA too early, to avoid breaking
+ automatic emulated Windows version detection.
- * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
- Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
+ * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
+ Rein Klazes <rklazes@casema.net>
+ First implementation of LoadTypeLibEx().
-Sun Aug 20 13:49:42 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * if1632/mmsystem.spec, multimedia/mmsystem.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for WMMMIDIRUNONCE called by midimap.drv.
- * [miscemu/int21.c]
- Misc fix to int21,ah=40 (write) to match _lwrite().
- AX=0x440A (check if handle is remote) added.
+ * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
+ Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
+ following WSACleanup will already free the structures.
- * [multimedia/mmsystem.c]
- Moved mciSendString to mcistring.c.
+ * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
+ Create DirectSound object even without sounddevice. Games can be
+ played without sound, but not without DirectSound object (tested with
+ Monkey Island 3).
- * [multimedia/mcistring.c]
- New file, string interface for MCI (not complete, not thoroughly
- tested).
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some of the issues reported by winapi-check, by adding arguments
+ to varargs.
- * [multimedia/audio.c]
- IOCTL prints errors; one paranoid check disabled.
+ * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
+ Added ability to call winapi_check from the Makefiles.
- * [misc/file.c]
- Misc operator precedence fixes.
+ * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
+ Modification due to problems with winapi-check.
- * [if1632/gdi.spec] [objects/bitblt.c]
- Stub for FastWindowFrame (parameters not correct).
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ - Adapted to changes in Wine.
+ - Minor improvements.
-Sat Aug 19 01:31:23 1995 Graham Menhennitt <gfm@werple.mira.net.au>
+Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/ne_image.c]
- Preliminary support for iterated segments.
+ * server/event.c, server/object.h:
+ Made event manipulation routines public.
-Sat Aug 19 00:43:04 1995 Andrew Taylor (andrew@riscan.com)
+ * 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:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Moved dplay and dplayx to a proper home in the dlls directory.
+ - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
+ - Implemented a class factory for dplay and dplobby. COM interfaces
+ now work for dp and dpl.
+ - Added a few more entries to dplayx.spec files. How do you find the
+ ordinals? I just guessed :(
+ - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
+ - Included some missing header file definitions.
+ - Implemented the dplay dll in terms of the dplayx dll. I haven't
+ tested it so it may not work...
+ - A few bug fixes and a little new implementatioe.n
+ - Updated document with a more detailed implementation plan.
- * [windows/mapping.c]
- In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
- the absolute value of (ydim / xdim) or (xdim / ydim).
+ * windows/win.c: Noomen Hamza <noomen@macadamian.com>
+ Rewrite the ShowOwnedPopups function with a safety algorithm.
-Thu Aug 15 23:00:16 Gregory Trubetskoy <grisha@mira.com>
+ * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
+ Make ExecFocusedItem return -1 on failure.
- * [objects/oembitmap.c]
- Added some includes for Windows 95.
+ * graphics/ddraw.c, multimedia/dsound.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Changed return code for failure on *_DllGetClassObject to
+ CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
+ - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
+ - Changed "return 0;" with S_OK or DS_OK as appropriate.
- * [include/sysmetrics.h]
- Added some sysmetrics for Windows 95.
+ * dlls/ntdll/signal_i386.c:
+ Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
- * [include/bitmaps/*95]
- New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
- obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
+ * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Remember the allocated string to free it.
-Thu Aug 10 12:00:00 1995 Jan Willamowius (jan@janhh.shnet.org)
+ * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
+ Force recalculation of menu when calling InsertMenuItem.
- * [misc/shell.c] [rc/sysres*.rc]
- The caption of the ShellAbout dialog box is language specific and
- should be defined in the resources.
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
+ Explorer work better.
-----------------------------------------------------------------------
-Thu Aug 17 19:30:14 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in hDrv for sending message.
- * [*/Makefile.in]
- Removed winelibclean target, as it doesn't work anyway.
+Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/button.c]
- Avoid drawing the focus rectangle outside of the button.
+ * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
+ DLLs.
- * [controls/widgets.c]
- Fixed bug with the size of the reserved bytes for the Edit
- control (caused Eudora to crash).
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
+ discrimination.
+ Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
- * [debugger/*] [include/debugger.h]
- Unified debugger address handling. Segmented and linear addresses
- are no grouped in a single type DBG_ADDR.
- All commands now accept seg:off addresses.
- Module entry points are now loaded upon first entry to the
- debugger, so that entry points of the loaded executable also
- appear in the symbol table.
+ * multimedia/mixer.c, multimedia/mmaux.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check for OSS driver presence and return error accordingly.
- * [include/registers.h] [miscemu/*.c]
- Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
- This makes code less readable, but will prevent a lot of name
- clashes with other definitions. It also avoids a hidden reference
- to the 'context' variable.
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of hack on MIDHDR's reserved field for 16/32 bit
+ discrimination.
- * [ipc/dde_atom.c] [misc/atom.c]
- All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
- to allow supporting integer atoms.
- Moved atom.c to memory/ directory.
+ * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash with mapper loading.
+ Got rid of hack on WAVEHDR's reserved field for 16/32 bit
+ discrimination.
- * [loader/task.c]
- Fixed environment allocation to compute the size dynamically.
- Added 'windir' environment variable.
- Fixed GetDOSEnvironment() to return the current task environment.
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of hack on WAVEHDR's reserved field for 16/32 bit
+ discrimination.
- * [windows/message.c]
- Fixed bug in MSG_GetWindowForEvent().
+ * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Typo correction.
-Wed Aug 9 11:40:43 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Fix integer based resource id assumption.
+ Add support for string based type ids.
- * [include/ole.h]
- Added a lot of structures from my Borland Manual. Neither complete,
- nor 100% right (check please)
-
- * [misc/shell.c]
- Fixed some of the Reg* functions.
- Enhanced ShellExecute.
- Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
- Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
+ * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
+ Added some basic Winsock2 definitions.
- * [misc/dos_fs.c]
- Make umsdos mounted windows dirs work again.
+ * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
+ Added EXCEPT_EVENT to wineserver select loop.
- * [miscemu/emulate.c]
- Added some comments, preimplementation of subfunction 7.
+ * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
+ Fix for VFAT_IOCTL_READDIR_BOTH.
- * [multimedia/mmsystem.c]
- Implemented mciSendString. not complete, not clean, not
- necessarily working (only checked with a program which uses
- 'cdaudio' (one working program is cool.exe, a shareware waveditor
- with cdaudio play facilities.)
+ * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
+ Small wing enhancement.
- * [multimedia/mcicda.c]
- Segptr fixes in DriverProc
- Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
- link to your real cdrom device.
+ * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
+ Return key should not be ignored in multiline edit even if
+ ES_WANTRETURN flag isn't set.
-Tue Aug 8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
+ * include/gdi.h, objects/gdiobj.c:
+ Francis Beaudet <francis@macadamian.com>
+ DPtoLP needs to round the result.
+ Fixed MulDiv to deal better with negative numbers.
+
+ * windows/painting.c: Francis Beaudet <francis@macadamian.com>
+ rcPaint has to be returned in logical coordinates but was intersected
+ with a client rectangle in device coordinates.
- * [loader/resource.c]
- Don't crash in a LoadString to NULL
+ * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Fixed GetRandomRgn.
- * [loader/resource.c]
- Fixed accelerators to work with modifiers. (ALT-x modifiers still
- won't work unless the ALT keypress exited the menu.)
+ * files/drive.c: Abey George <abey@macadamian.com>
+ Made GetCurrentDirectory return long name of the current directory.
- * [misc/file.c]
- Expand a file to the current offset with an _lwrite of size zero.
+ * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
+ Use an extra bit in the button status byte to flag whether the
+ DefButtonWndProc should process the WM_LBUTTONUP message.
- * [misc/file.c]
- Set a newly created file to read-write instead of write-only.
-
-Sun Aug 6 20:28:35 1995 Anand Kumria <akumria@ozemail.com.au>
+ * 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:
+ Moved all signal support to a new platform-specific file.
+ Make use of the per-thread signal stack (Juergen Lock).
+ Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
- * [misc/main.c] [include/msdos.h]
- Fixed to return DOS version 6.22, and the correct byte order
- for Windows programs.
+----------------------------------------------------------------
+Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Aug 2 12:36:33 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
+ Noel Borthwick <noel@macadamian.com>
+ Added clipboard server.
- * [include/options.h] [memory/global.c] [misc/main.c]
- Make the new IPC run-time selectible, disabling it by default.
- (I think it's only useful for libwine, anyway.)
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Made a new improved version of winapi-check in perl.
- * [loader/task.c] [memory/selector.c]
- In FreeSelector(), walk up the stack and fix the frames.
+ * msdos/int21.c:
+ Implemented uppercasing functions (based on a patch by Robert
+ 'Admiral' Coeyman).
- * [objects/dib.c]
- Missing break statement in DIB_SetImageBits_RLE8().
- In GetDIBits(), set the compression flag in the bitmap info to zero.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some of the issues reported by winapi-check.
- * [windows/dialog.c]
- GetNextDlgGroupItem() needs to treat the first child as if it had
- an implicit WS_GROUP bit set.
+ * misc/comm.c: Patrik Stridvall <ps@leissner.se>
+ Modification due to problems with winapi-check.
-Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
+ * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
+ WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
+ closed after loosing the focus.
- * [misc/dos_fs.c]
- Quick'n dirty fix for the initialisation of the Z: information
- structure.
+ * objects/dib.c: Francois Boisvert <francois@macadamian.com>
+ CreateDIBitmap creates a monochrome bitmap only when the first color of the
+ colormap is black followed by white. Otherwise it creates a color bitmap.
-----------------------------------------------------------------------
-Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
+ * windows/defwnd.c, windows/nonclient.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Non active window should be activated when it gets any
+ client/non-client double/single left/medium/right mouse click(s).
- * [ipc/*]
- New directory. This directory contains the new inter-wine
- communications support. It enables DDE protocols between two wine
- instances. Currently it is limited to DDE, but can be enhanced to
- support OLE between 2 different wine instances. This is very
- important for libwine.a DDE/OLE support.
+Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [tools/ipcl]
- A script to delete garbage IPC handles (shared memory, semaphores
- and message queues). The current inter-wine communication is not
- perfect, and sometimes leaves garbage behind.
-
- * [if1632/relay.c] [include/atom.h] [include/global.h]
- [loader/selector.c] [loader/task.c] [loader/module.c]
- [loader/signal.c] [memory/global.c] [misc/atom.c]
- [windows/class.c] [windows/message.c] [windows/win.c]
- [Imakefile]
- Hooks for inter-wine DDE support, current Global.*Atom functions
- renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
- DDE communication. (The first call to these functions sets up the
- IPC structures - which otherwise cause unneeded overhead.
-
-Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [controls/menu.c]
- Don't crash if a NULL string is passed to menu functions.
-
- * [memory/selector.c]
- We now use a bit in ldt_flags_copy to indicate free LDT entries.
- Fixed a bug in SELECTOR_ReallocBlock that could cause it to
- overwrite valid LDT entries when growing a block.
-
- * [miscemu/instr.c]
- Emulate int xx instruction by storing the interrupt vector in
- CS:IP and returning directly. This allows a program to install an
- interrupt vector.
-
- * [windows/win.c]
- Added function WIN_GetTopParent to get the top-level parent of a
- window.
-
-Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
-
- * [loader/resource.c]
- Added LoadIconHandler. It doesn't do anything yet, but now you
- can use borland help files with winhelp.exe.
-
-Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
-
- * [misc/main.c]
- Fixed to return 386 Enhanced mode correctly. Also return the same
- type of CPU, for both Enhanced and Standard mode, namely a 386.
-
-Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [Configure] [include/options.h] [include/wineopts.h]
- [misc/main.c][misc/spy.c]
- Removed support of spy file. Redirected spy messages to stddeb.
- Removed -spy option. Added -debugmsg +spy option.
-
- * [debugger/dbg.y][debugger/debug.l]
- Enabled segmented addresses (seg:offs) for break and x commands.
-
- * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
- [include/region.h]
- FrameRgn, REGION_FrameRgn: New functions
-
- * [if1632/kernel.spec]
- IsWinOldApTask: Return false
-
- * [if1632/mouse.spec]
- CplApplet: Removed
-
- * [if1632/user.spec] [windows/win.c]
- ShowOwnedPopups: New function
-
- * [if1632/winsock.spec] [misc/winsocket.c]
- inet_addr, select: New prototypes in relay code
- Fixed memory layout for netdb functions (getXbyY).
- WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
-
- * [objects/clipping.c]
- RectVisible: Fixed call to LPToDP
-
- * [rc/winerc.c]
- main: Removed extra argument to getopt for Linux.
-
-Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c]
- Yet another fix for ListBoxDirectory().
-
- * [loader/module.c] [if1632/kernel.spec]
- Make GetModuleHandle() accept instance handles as parameter.
-
- * [if1632/relay.c] [loader/task.c]
- Put a magic cookie at the bottom of the 32 bit stack, and check on
- each return from a 32 bit function whether it's still there. Complain
- if it's not.
-
- * [if1632/user.spec]
- Wrong entry for CloseDriver().
-
- * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
- [miscemu/int21.c]
- Large parts of dos_fs.c simplified. Changed it to use one
- current drive/directory per task, which is set to the module path on
- task creation.
- Prevent CorelPaint from closing stdin.
- open() with O_CREAT set must be passed three parameters.
- DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
- it's in DOS_readdir() now.
-
- * [misc/profile.c]
- Some badly written software (Lotus Freelance Graphics) passes a bogus
- size parameter that caused Wine to write off the end of a segment.
- Fixed. (It's probably too paranoid now.)
-
- * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
- [multimedia/Imakefile] [if1632/winprocs.spec]
- 16 bit entry point for MMSysTimeCallback.
- Split off time.c and joystick.c from mmsystem.c.
-
- * [objects/dib.c]
- GetDIBits(): call XGetImage() via CallTo32_LargeStack.
-
- * [windows/cursor.c]
- DestroyCursor(): do nothing for builtin cursors.
-
- * [windows/mdi.c]
- Half of WM_MDISETMENU implemented.
-
- * [windows/win.c]
- EnumWindows() and EnumTaskWindows() never enumerated any windows.
- Fixed.
-
- * [windows/*.c]
- Fixed GetParent() to return correct values for owned windows.
-
- * [windows/message.c]
- Don't try to activate disabled top-level windows.
-
- * [windows/nonclient.c]
- Work around a bug in gcc-2.7.0.
-
- * [tools/build.c] [include/stackframe.h] [memory/global.c]
- [loader/task.c] [memory/selector.c]
- Some Visual Basic programs (and possibly others, too) expect ES to be
- preserved by a call to an API function, so we have to save it.
- In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
- to prevent segfaults if ES contained the selector to be freed.
-
-Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
-
- * [*/*]
- Added missing prototypes to header files and relevant includes
- to reduce compile time warnings.
-
-Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
-
- * [configure.in] [include/config.h] [*/Makefile.in]
- New configuration scheme based on autoconf.
-
-Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
-
- * [miscemu/ioports.c]
- Revamp to have only one in- and one out- variant, both really
- implemented.
-
- * [miscemu/instr.c]
- INSTR_EmulateInstruction: Use new ioport interface. Implement
- string io. Correct instruction pointer for 32-bit code.
-
- * [include/miscemu.h]
- Update port function prototypes.
-
- * [include/registers.h]
- Defined FS and GS.
-
-Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
-
- * [misc/dos_fs.c]
- ChopOffSlash(): A path consisting off a single slash is left
- intact, and multiple slashes are all removed.
-
-----------------------------------------------------------------------
-Wed Jul 5 19:06:35 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [controls/scroll.c]
- Fixed drawing bug that caused part of a non-client scroll bar
- to be painted even when the scroll-bar was hidden.
-
- * [debugger/break.c] [debugger/dbg.y]
- Rewrote breakpoint handling to work in 16-bit mode.
- Implemented single-stepping ('step' and 'next' instructions).
-
- * [debugger/debug.l]
- Format specifier is now a separate token.
- Entering an empty line at the debugger prompt causes the previous
- command to be repeated, like under gdb.
-
- * [debugger/debug.l] [debugger/registers.c]
- Differentiate 16-bit and 32-bit registers without taking current
- mode into account ($eax is always 32-bit, $ax always 16-bit).
-
- * [debugger/stack.c]
- Fixed stack information routines to differentiate between 16-bit
- and 32-bit stacks.
-
- * [loader/task.c]
- Option -debug now sets a breakpoint at the first instruction of
- every loaded task.
-
- * [miscemu/instr.c]
- Added handling of lock, repe and repne prefixes.
-
- * [objects/dib.c]
- Changed StretchDIBits() to do the correct thing, even if it's still
- not really optimal.
-
- * [windows/graphics.c]
- Fixes in RoundRect(), thanks to Babak Masalehdan.
+ * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added WINEOSS descriptor.
- * [windows/message.c]
- Tried to fix mouse event handling with respect to disabled
- windows.
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ MMSYSTEM_GetIData() now dies when no iData is present
+ Better error recovery when the process attachment fails
+ PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
+ Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
+ Makes use of new lolvldrv.c interfaces
- * [windows/painting.c]
- Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
- infinite loops.
+ * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added lolvldrv.c and oss.c.
+ Thunks to 16 bit are now generated for the MMSYSTEM module.
- * [windows/win.c]
- Fixed IsWindowVisible() to return FALSE when one of the parent
- windows is hidden.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added dlls/winmm and dlls/winmm/wineoss directories.
-Sat Jul 1 22:08:21 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer checking for correct iData in code.
- * [if1632/compobj.spec][misc/compobj.c]
- CoGetMalloc: New function
- Added relay entries for COMPOBJ ordinals above 100
- CoInitialize: Changed parameter to DWORD
+ * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing DriverCallBack function.
- * [if1632/ole2.spec]
- Exported implementation of OleBuildVersion
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ All headers (wave and midi functions) are now seen as segptr.
+ Added stub for joyGetPosEx16().
- * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
- ole2disp.c: New file
- SysAllocString, SysReallocString, SysAllocStringLen,
- SysReAllocStringLen, SysFreeString, SysStringLen: new functions
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing defines.
- * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
- CompareStringA: New function
+ * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using the same structs for low-level drivers as Windows do.
-Thu Jun 29 19:42:02 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
- * [objects/font.c] [if1632/gdi.spec]
- New stubs for CreateScalableFontResource, GetGlyphOutline.
+ * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make it (almost) 32 bit only.
+ Reflected creation of WINEOSS module.
-Thu Jun 29 13:47:08 GMT 1995 Göran Thyni (goran@norrsken.bildbasen.se)
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make it (almost) 32 bit only.
+ Reflected creation of WINEOSS module.
+ No longer using ERR when no MIDI card is present.
- * [misc/commdlg.c]
- Extensive changes and bug fixes to FileDialog handling,
- behaves more like native Windows.
+ * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added stub for joyGetPosEx16().
-Wed Jun 28 13:04:44 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer checking for correct iData in code.
+ Added look-up tables to command tables (speeds up queries).
- * [controls/listbox.c] [controls/combo.c]
- Some minor optimizations.
-
- * [memory/local.c]
- LOCAL_FindFreeBlock(): Never use the last one.
-
- * [memory/global.c]
- GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
-
- * [misc/file.c]
- read() returns an error when length==0. This is not what Windows
- programs expect, so pay attention to this in _lread(). Changed this
- in _lwrite(), _hread(), _hwrite(), too.
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
- * [loader/resource.c]
- LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
- there.
-
- * [if1632/shell.spec] [misc/shell.c]
- Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
- Accept some more combinations of parameters in the Reg..() functions.
-
- * [if1632/toolhelp.spec]
- Make InterruptRegister() and InterruptUnregister() return false.
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using modReset() instead of tweaking MIDI controls.
- * [windows/hook.c]
- CallNextHookEx() used to crash when called with a null hhook. Fixed.
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed returned type upon open.
+ Fixed some bogus error checking.
-Wed Jun 28 10:14:34 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
+ * multimedia/mcianim.c, multimedia/mciavi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed returned type upon open.
- * [include/neexe.h][loader/ne_image.c]
- NE_LoadSegment: Detect iterated segments
+ * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Do not set EH_NONCONTINUABLE.
- * [misc/ole2nls.c]
- LOCALE_SLONGDATE: fixed typo
+ * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
+ Morten Eriksen <mortene@sim.no>
+ Added simple console mode example program which lists information
+ about the version of Windows we're currently running on.
- * [miscemu/int5c.c]
- Reordered include files to avoid conflicts with Linux libc.5.1
+ * loader/module.c: Fixed memory allocation bug.
- * [rc/winerc.c]
- Added -b option to process binary resource files into C arrays
+ * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix infinite loop with glastXFocusWindow.
- * [include/callback.h]
- CallWndProc: Added dummy ds parameter for libwine
+ * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
+ Allow creation of empty imagelist.
- * [include/gdi.h][include/user.h]
- USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
+ * objects/palette.c, relay32/gdi32.spec:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Added partial implementation of GetICMProfileA, required by Paint Shop
+ Pro 5.
- * [include/ldt.h][include/stackframe.h]
- defined segment conversion macros for libwine
+ * controls/menu.c: Abey George <abey@macadamian.com>
+ Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
+ when TPM_NONOTIFY flag is set in TrackPopupMenu.
- * [misc/atom.c]
- Defined USER_HeapSel for libwine
+ * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
+ getpeername() and getsockname() return errors in errno not h_errno.
- * [misc/main.c]
- Disable -dll option for libwine
+Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/user.c]
- removed GetFreeSystemResources, SystemHeapInfo from libwine for now
+ * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI C violations.
- * [toolkit/heap.c]
- fixed LocalLock prototype
+ * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
- * [toolkit/sup.c]
- sync'ed load_mz_header, load_ne_header with structures
+ * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't create thunk for task signal proc, call it directly.
- * [toolkit/winmain.c]
- Disabled resource DLLs for libwine for now
+ * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ DC hook proc thunk management simplified.
-Mon Jun 26 19:30:24 1995 Hans de Graaff (graaff@twi72.twi.tudelft.nl)
+ * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ System timer proc thunk creation moved out of if1632/thunk.c.
- * [misc/main.c]
- Fixed -enhanced option to report a 386 CPU instead of a 286.
+ * scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't create thunk for CreateThread16 proc, call it directly.
-Fri Jun 23 23:18:25 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Windows hook proc thunk management simplified.
- * [misc/dos_fs.c]
- Remove maximum open dosdirent limit (fixing the winfile.exe
- problem) by using telldir()/seekdir().
-
-Fri Jun 23 13:42:25 1995 Hans de Graaff (graaff@twi72.twi.tudelft.nl)
+ * include/callback.h, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
+ Removed persistent thunk creation routines.
- * [misc/profile.c]
- Fixed problem parsing empty lines within sections in .ini files.
+ * 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:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added the possibility to use DGA 2.0.
-----------------------------------------------------------------------
-Mon Jun 19 20:29:50 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
+ * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
- * [debugger/*.c]
- Modified debugger to use segmented pointers everywhere.
+ * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
+ It's no error to send a WM_COMMAND to MenuHelp.
- * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
- Declared all functions that return only 16-bit as 'pascal16'.
+ * files/file.c: Francois Boisvert<francois@macadamian.com>
+ CreateFileA returns HFILE_ERROR when the filename contains a wild card.
- * [include/ldt.h] [memory/ldt.c]
- Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
- Maintain a copy of the selector flags, removing the need to make a
- system call to retrieve an LDT entry.
+ * controls/static.c: Francis Beaudet <francis@macadamian.com>
+ Fixed display bug in the static control.
- * [loader/module.c]
- Fixed bug with module file handle cache.
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Message removed when menu tracking finish on a WM_LBUTTONDOWN.
- * [loader/ne_resource.c]
- Fixed file name bug in NE_AccessResource().
+ * 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:
+ Noel Borthwick <noel@macadamian.com>
+ - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
+ and native Linux applications.
+ - Respond to the MULTIPLE selection request target when Wine is the
+ selection owner.
+ - Relax type checking for TARGETS selection.
- * [loader/resource.c]
- Fixed bug in LoadIcon() that caused wrong colors to be used for
- the icon mask.
+ * if1632/builtin.c, loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Set 'expected_version' of built-in and dummy modules according to
+ emulated Windows version.
- * [loader/signal.c]
- Moved instruction emulation to miscemu/instr.c.
+ * if1632/relay.c, loader/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Make CallTo16 return stub segment owned by KERNEL.
- * [misc/dos_fs.c] [miscemu/int21.c]
- Lots of small fixes, thanks to Morten Welinder.
+ * include/wine/winbase16.h, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
- * [miscemu/dpmi.c]
- More complete DPMI emulation.
+ * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
+ Added some values that were missing in the Swedish nls file.
- * [miscemu/instr.c]
- Added support for prefixes in instructions to emulate.
+Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/int2f.c]
- Use register macros instead of destroying the high part of 32-bit
- registers.
+ * graphics/x11drv/dib.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
- * [objects/dc.c]
- Fixed bug in GetDCState() that failed to clear the new DC.
+ * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Added missing export.
- * [rc/sysres.rc]
- Removed dialogs 11 and 12 that were never used.
+ * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash when loading *.ani files.
- * [tools/build.c]
- 'pascal16' generated functions did not save %dx.
- Removed use of %fs to access the stack.
- %ds is no longer initialized before calling a 16-bit routine.
+ * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved bulk of OLE implementation to dlls/ subdirectories.
- * [windows/defwnd.c]
- Accept a NULL pointer as window title.
+ * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
+ Send correct WM_MENUSELECT when menu closes.
- * [windows/mdi.c]
- MDICascade: skip iconic windows.
- Implemented CalcChildScroll().
-
- * [windows/utility.c]
- Fixed MulDiv() for illegal values.
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
+ Francois Boisvert <francois@macadamian.com>
+ Added small feature in the file dialog.
- * [windows/win.c]
- Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
- a zero width or height.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added support for anonymous structs/unions on compilers that implement it.
-Sun Jun 18 22:22:30 MET DST 1995 Fons Botman (botman@inter.nl.net)
+ * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
+ Peter Ganten <ganten@uni-bremen.de>
+ Stubs for PolyTextOutA/W.
- * [controls/edit.c]
- Fixed "uninitalized" message which -Wall couldnt see to be ok
- in EDIT_WriteText.
+ * graphics/x11drv/dib.c, objects/dib.c:
+ Karl Lessard <ybicubuk@umail.corel.com>
+ Some more minor GDI fixes.
- * [include/debug.h]
- Added define for extra checks in API definitions during debugging.
+ * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
+ In ImageList_Draw when drawing the bitmap with the transparent flag
+ set, background color/foreground color should be set to white/black,
+ when doing bitblt operation with the bitmap mask.
- * [loader/ne_image.c]
- Added newline in NE_FixupPrologs to avoid long lines.
+ * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Extend DRAWMODE struct to win95 spec.
+ Add some more Escape -> Escape16 conversions.
- * [misc/dos_fs.c]
- Added extra safety check in DOS_ValidDrive.
+ * graphics/win16drv/prtdrv.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stop trashing devmode if in and out devmodes are the same.
- * [misc/exec.c]
- Fixed definition of ExitWindows.
-
-Sun Jun 18 21:16:08 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
+ The MDIClient class must be registered with the IDC_ARROW cursor.
- * [controls/edit.c]
- Some fixes, mostly for memory management, but also for text selection
- and tab postitions. General cleanup. Notepad.exe now works.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Implemented the disabled state of the combobox.
- * [controls/combo.c]
- Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
- the combo box, not the ComboLBox that belongs to it.
+ * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Protect SetMenu from rogue menu handle.
+ GetMenu16 can just call GetMenu.
- * [controls/listbox.c]
- Handle itemID field correctly throughout.
+ * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Protect MDISetMenu from rogue menu handles.
- * [memory/local.c]
- Implemented flag LMEM_ZEROINIT.
- LocalReAlloc() could trash the heap. Fixed.
+ * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Tidy up TRACE etc to use default channel.
- * [objects/font.c]
- FONT_MatchFont(): don't get confused by negative widths.
- Fixed a segfault in EnumFonts().
+ * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
- * [objects/text.c]
- DrawText(): DT_CALCRECT implies DT_NOCLIP.
+ * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
+ Thuy Nguyen <thuy@macadamian.com>
+ Added support for wizard property sheets.
- * [objects/dcvalues.c]
- MAKELONG was used with bad parameters in DC_GET_X_Y.
+ * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
- * [windows/dialog.c]
- Don't show the dialog if WS_VISIBLE isn't set in the template.
+ * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
+ - iSelected should be -1 if no item selected (Gerard Patel)
+ - some of the checks for invalid items where > when they should have been >=
+ (Marcus Meissner)
+ - made InsertItem behave similarly to DeleteItem, ie, if the current item is
+ after where the item is inserted, increment the selected item (David Luyer)
- * [windows/utility.c]
- UTILITY_convertArgs(): Never pass an expression containing ++ into a
- macro...
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
- * [windows/win.c]
- SetParent() should unlink the window before changing the parent.
+ * debugger/db_disasm.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: (E)IP-relative offsets depend on operand, not address, size.
- * [windows/message.c]
- Don't call timer functions via CallWindowProc(), since it checks
- whether hwnd==0 and does not call the function in that case.
+ * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub implementation for EnumDisplayDevices*.
- * [miscemu/instr.c]
- Ignore interrupt 0x3D, for VBRUN300.DLL.
+ * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Added SC_GET_DEVTYPE.
- * [misc/commdlg.c]
- Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
- pointer to the item text.
-
- * [if1632/relay.c]
- Disable OLE and DDEML DLLs by default, since they contain nothing but
- stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
- some programs may work better without them.
-
- * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
- Begun cleaning things up a little. Replaced printfs with dprintf_
- macros, made functions static where possible, and some other minor
- changes.
-
-Sun Jun 11 23:19:10 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
-
- * [debugger/dbg.y][debugger/dbg.l]
- Removed special handling for FILE_IDENTIFER, because it caused
- problems with x/<format> statements.
-
- * [debugger/info.c]
- Use SC_ESP instead of SC_EIP for stack dump.
-
- * [misc/compobj.c][if1632/compobj.spec]
- CoBuildVersion, CoInitialize, CoUninitialize: new functions
-
- * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
- New files ole2.c, ole2.h
- OleBuildVersion, OleInitialize, OleUninitialize: new functions
-
- * [if1632/ole2disp.spec]
- Added missing ordinals above 109
-
- * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
- New file winnls.h
- GetLocaleInfoA: new function
-
- * [if1632/shell.spec]
- Added FindEnvironmentString as stub
-
- * [misc/olecli.c][if1632/olecli.spec]
- OleIsDcMeta: New function
-
- * [objects/font][misc/gdi.spec]
- GetKerningPairs: new function
-
- * [misc/shell.c]
- ShellExecute: Implemented support for starting programs
-
- * [if1632/user.spec]
- Inserted missing relay to GetClipCursor
-
-Sun Jun 11 20:34:47 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/edit.c]
- Fix a problem with the local heap.
-
- * [include/wintypes.h]
- Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
-
- * [include/mdi.h] [windows/mdi.c]
- This code still assumed segmented address==linear address. Fixed.
-
- * [include/msdos.h] [misc/dos_fs.c]
- The filemask field of the dosdirent structure could be overrun. Fixed.
- If you had a file called foobar and a file called foo, trying to
- FindFile(foo) could accidentally find file foobar instead. Fixed.
-
- * [misc/file.c]
- OpenFile(): Always return the full pathname in ofs->szPathName. This
- also fixes GetModuleFilename().
- Prevent _lclose() from closing stderr or stdout.
-
- * [misc/profile.c]
- Search for .ini files in the path of the current module as well.
- (Needed by Lotus Organizer.)
-
- * [loader/task.c] [loader/ne_image.c] [loader/module.c]
- [memory/local.c]
- Local heaps are now initialized by InitTask() for executables. DLLs
- have to call LocalInit() themselves, LocalInit() has to put the
- heap at the end of the segment when called with start==0. We no longer
- allocate the DGROUP with 64k on startup, but grow the local heap
- in LOCAL_GetBlock() when necessary.
-
- * [loader/module.c]
- LoadLibrary() should call LoadModule() in all cases, even if the
- DLL is already loaded, to ensure that the reference count is correct.
-
- * [loader/ne_image.c]
- Some changes to function prolog fixup. Does anyone know exactly how
- this is supposed to work? I am only guessing here.
- In NE_InitializeDLLs(), initialize the DLLs a module refers to before
- the module itself.
-
- * [loader/task.c]
- Initialize instance data at the beginning of the DGROUP in InitTask().
-
- * [memory/local.c]
- Some fixes for moveable blocks.
-
- * [memory/selector.c]
- All the IsBad*Pointer() functions returned exactly the wrong boolean
- value in all cases!
-
- * [objects/bitblt.c]
- Fixed another null pointer dereference in debugging output.
-
- * [objects/font.c]
- Some more recovery possibilities for FONT_MatchFont() if a specified
- font does not exist.
-
- * [windows/win.c]
- The dialog code may call CreateWindowEx with an integer in windowName.
- This happens for static icon controls that expect a resource ID as
- the window name. CreateWindowEx() used to crash. Fixed.
-
- * [windows/class.c] [windows/win.c]
- Window classes are owned by modules, not instances. Changed
- RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
- accordingly.
-
-Sat Jun 10 16:10:53 1995 Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
-
- * [miscemu/int21.c]
- clock.exe was displaying incorrect year.
-
-Fri Jun 9 20:36:56 1995 Victor Schneider <tailor@crl.com>
-
- * [include/cursor.h] [windows/cursor.c]
- Implemented CreateCursorIconIndirect().
-
-----------------------------------------------------------------------
-Tue Jun 6 12:11:41 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [controls/menu.c]
- Fixed bug with drawing multi-column menus with vertical separator.
-
- * [debugger/debug.l]
- Fixed NULL-pointer reference after readline().
-
- * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
- Added interrupt vector emulation. Allows to retrieve an interrupt
- vector and jump to it without crashing.
-
- * [loader/ldt.c]
- Moved ldt.c to memory directory.
-
- * [loader/task.c]
- Implemented LockCurrentTask() and GetInstanceData().
-
- * [objects/bitblt.c]
- Fixed a bug that caused StretchBlt() to use wrong colors when
- stretching a monochrome bitmap to a color display.
-
- * [objects/bitmap.c]
- Fixed a segmented pointer bug in CreateBitmapIndirect().
-
- * [tools/build.c]
- Added possibility to have arguments for register functions; used
- by interrupt vectors to remove the flags from the stack.
- Generate a new function CallTo32_LargeStack(), that allows calling
- a 32-bit function using the original 32-bit stack, for functions
- that need more that 64k of stack.
-
-Tue May 30 10:29:56 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
-
- * [if1632/shell.spec] [misc/shell.c]
- DoEnvironmentSubst: fixed prototype
-
- * [if1632/gdi.spec] [objects/palette.c]
- SetSystemPaletteUse: new function
-
- * [if1632/kernel.spec] [loader/resource.c]
- DirectResAlloc: new function
-
- * [if1632/user.spec] [windows/keyboard.c]
- SetKeyboardState: new function
-
-Mon May 29 12:58:28 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [tools/build.c]
- Prevent interrupts from destroying the args for a 32 bit function
- by loading the correct value into %esp directly after %ss.
-
- * [loader/ne_image.c] [loader/module.c]
- The new instance must be created earlier in LoadModule(), so that
- fixups referencing it will be handled correctly.
- Initialize the local heap for a DGROUP in NE_LoadSegment().
-
- * [objects/dib.c]
- Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
- This used to crash Wine. Fixed.
-
- * [objects/text.c]
- Fix possible null pointer dereference in debugging output.
-
- * [misc/commdlg.c]
- Handle user input in the edit control better. Some bugs fixed.
-
- * [memory/local.c]
- Started implementing moveable blocks. This is unfinished (!), but
- at least it does not seem to break things.
-
-Wed May 24 13:26:36 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [loader/module.c]
- LoadModule(): DLLs occasionally have a data segment, and they work
- much better if it is loaded :-)
- LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
- FindModule(): also strip off the last backslash of the pathnames
- (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
- GetModuleHandle(): just call MODULE_FindModule, it does the same job,
- only better.
-
- * [loader/ne_image.c]
- LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
- not really correct, it seems that all programs and DLLs try to do
- this themselves. But they pass weird parameters.)
- NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
-
- * [loader/task.c] [misc/user.c]
- Finish global initializations in InitTask instead of InitApp, or
- all the DLLs will be initialized in InitTask without any available
- window classes!
-
-----------------------------------------------------------------------
-Sun May 21 12:30:30 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [debugger/hash.c] [debugger/info.c]
- Added support for symbolic segmented addresses. Add symbols for all
- built-in API entry points.
-
- * [if1632/relay.c] [include/dlls.h]
- Removed dll_table structure, as we now use the built-in module
- structures.
-
- * [if1632/relay.c] [loader/main.c]
- Removed winestat option, as it was no longer very meaningful.
-
- * [include/stackframe.h]
- New macro MAKE_SEGPTR that creates a segmented pointer to a local
- variable on the 32-bit stack.
-
- * [loader/module.c]
- Added support for multiple instances of an application.
- Implemented LoadModule() and FreeModule().
-
- * [loader/ne_image.c] [loader/task.c]
- Moved initialisation of built-in DLLs to InitTask().
-
- * [memory/global.c]
- Implemented discardable blocks.
-
- * [misc/file.c]
- Search path of current executable in OpenFile().
- Fixed bug with searching in Windows path.
-
- * [misc/lstr.c]
- Hard-coded translation tables for Ansi<->Oem.
-
- * [misc/user.c]
- Moved some global initializations to InitApp(), because they need
- a task context to be performed.
-
- * [objects/dc.c]
- Handle R2_BLACK and R2_WHITE specially so that they work correctly
- with palette displays.
-
- * [tools/build.c]
- Suppressed generation of the C file for DLL specs, because it's no
- longer needed. Output all the assembly code directly to stdout.
- Some changes to integrate Win32 support from Martin von Loewis.
-
- * [windows/msgbox.c]
- Moved message box code from misc/ to windows/.
-
-Mon May 15 23:40:04 1995 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
-
- * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
- [misc/mmaux.c] [misc/mmsystem.c]
- Modify code & use pointers conversion macros.
- Make cdaudio & wave devices work again (only using some applets).
-
- * [misc/profile.c]
- Change getc() to fgetc() where needed.
-
-Mon May 15 22:10:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/Imakefile]
- added entries for the new files gdi32.spec, kernel32.spec,
- user32.spec, shell32.spec and winprocs32.spec.
-
- * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
- [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
- ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
- ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
- stub implementations provided
- marked storage.dll,storege.sys functions as stubs
-
- * [include/pe_image.h]
- Added structures WIN32_builtin and WIN32_function
-
- * [include/peexe.h]
- PE_Import_Directory: renamed reserved fields to
- TimeDate, Forwarder, Thunk_List
-
- * [include/winerror.h]
- New file.
-
- * [loader/main.c]
- called RELAY32_Init
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Added stub for OLE32.DllGetClassObject.
- * [loader/pe_image.c]
- xmmap: map BSS anonymous
- dump_imports: renamed to fixup_imports, do the fixup of imported
- symbols
- PE_LoadImage: pass raw data size to xmmap
+ * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ More support for special pidls in SHGetSpecialFolderLocation.
- * [loader/resource.c]
- DumpIcon: new function
+ * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Implemented invisible pens.
- * [misc/kernel32.c]
- New file.
+ * objects/dib.c, graphics/x11drv/dib.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small DIB fixes.
- * [misc/main.c]
- make stdout and stderr unbuffered
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Added a case for menu handling in win31.
- * [misc/shell.c]
- DoEnvironmentSubst: new function
+Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/font.c]
- FONT_MatchFont: try oblique if there is no italic
+ * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
+ Karl Lessard <karll@corel.com>
+ Fixed GetDIBits problems.
- * [rc/Imakefile][rc/parser.l]
- yywrap: new function
- Don't link with libfl.a on Linux
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Add support for anonymous struct/unions on compilers that implement it.
- * [tools/build.c]
- Added keywords stdcall, subsystem, base
- GenerateForWin32: new function
- BuildSpecFiles: call GenerateForWin32 if subsystem is win32
+Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
-Mon May 15 10:38:14 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
- Minor fixes.
-
- * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
- Rewrote message box handling.
-
- * [windows/dialog.c]
- Dialogs should be invisible until after WM_INITDIALOG is seent.
- Don't switch to invisible dialog items on a TAB keypress.
-
- * [windows/mdi.c]
- Send WM_NCPAINT message in MDIRestoreChild().
-
- * [windows/painting.c]
- Fixed typo (&& -> &).
-
- * [windows/message.c] [if1632/user.spec]
- Implemented PostAppMessage().
-
- * [windows/event.c]
- SetCapture(0) should act like ReleaseCapture().
-
-Tue May 9 11:55:52 1995 Eddie C. Dost (ecd@dressler.de)
-
- * [Imakefile]
- Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
- Added ASFLAGS to exported variables.
-
- * [debugger/readline/Imakefile]
- Moved defines for libreadline from DEFINES to EXTRA_DEFINES
-
- * [memory/local.c] [miscemu/int21.c]
- Added some more debugging outputs.
-
-Mon May 8 00:55:27 MET DST 1995 Dag Asheim (dash@ifi.uio.no)
-
- * [misc/message.c]
- Fixed a "FIXME" concerning norwegian translation.
-
-Sun May 7 23:25:23 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [*/*]
- Removed warnings in a couple of files and deleted some obsolete code.
-
- * [controls/listbox.c]
- Cleanup, speed improvements & lots of bug fixes.
-
- * [controls/combo.c]
- Mostly rewritten. This is still very buggy, but not quite as bad as
- before.
-
- * [include/commdlg.h] [misc/commdlg.c]
- Removed the need for sysres.dll. Small bug fixes.
-
- * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
- [loader/library.c] [loader/main.c] [rc/sysres*.rc]
- Removed sysres.dll and replaced the remaining bitmaps/icons with
- XPM equivalents.
-
- * [misc/message.c] [windows/nonclient.c] [misc/main.c]
- [if1632/winprocs.spec]
- "About Wine..." now brings up a standard ShellAbout() window with
- the Wine icon and the list of contributors.
-
- * [misc/shell.c]
- Fixed ShellAbout()/AboutDialogProc() to show the right icon.
-
- * [windows/event.c]
- Small hack for non-alphanumeric keys: Dont't send the ascii value in
- the WM_KEYDOWN message, but some unused code instead. Should be done
- properly by sending different codes for each key. The edit control
- used to get a VK_DELETE message each time the user typed '.'.
-
- * [windows/class.c]
- Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
- This used to be no problem, but breaks Resource Workshop in 950403.
-
- * [objects/dib.c]
- New diagnostic for a bug I've been encountering. If it shows up,
- please report it.
-
-Sun May 7 23:11:18 EDT 1995 William Magro (wmagro@tc.cornell.edu)
-
- * [objects/color.c]
- Handle situation when 'dc' exists, but palette mapping
- does not. (Fixes kidpix2 demo.)
-
-Sun May 7 03:32:00 1995 Charles M. Hannum (mycroft@mit.edu)
-
- * [loader/ldt.c]
- LDT_Print: Only show the number of entries that the kernel
- returned. Make this work for NetBSD.
-
-Fri May 5 02:53:26 1995 Charles M. Hannum (mycroft@mit.edu)
-
- * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
- Modify cs and ds selector values for NetBSD-current.
-
- * [debugger/debug.l]
- $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
-
- * [debugger/regpos.h]
- Modify sigcontext format for NetBSD-current.
- SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
-
- * [include/ldt.h]
- SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
- value, since only 16 bits of it may have been saved.
-
- * [misc/winsocket.c]
- Set structure packing with `#pragma pack' to accomodate
- other/older compilers.
-
-Tue May 2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
-
- * [misc/commdlg.c]
- Fixed path-names so when changing directory the listboxes
- changes too.
-
- * [debugger/dbg.y debugger/debug.l wine.ini]
- Added SymbolTableFile to wine.ini so symbols can be read
- without standing in the directory containing wine.sym.
- Added the possibility to specify full name of wine.sym from
- the debugger prompt.
-
-----------------------------------------------------------------------
-Sat Apr 29 20:42:01 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [controls/static.c]
- Fixed painting of SS_*FRAME controls.
-
- * [if1632/callback.c]
- Pass the window instance as DS to the 16-bit window procedure.
- Rewrote Catch() and Throw() to make them work with multiple tasks.
-
- * [loader/main.c]
- New function MAIN_Init() to perform initializations before the
- first task is started instead of doing them in InitApp().
- Temporary hack to command-line parsing to load one program per
- command-line argument, to make testing task-switching easier.
-
- * [loader/*.c]
- Reimplemented modules to use a Windows-compatible layout and to
- allow multiple tasks and multiple module instances. Not really
- finished yet.
-
- * [loader/task.c] [misc/exec.c]
- Reimplemented tasks to use a common address space, and implemented
- preliminary task-switching capabilities.
-
- * [memory/global.c]
- Fixed bug in GlobalNext().
-
- * [misc/main.c]
- Updated the list of contributors. Let me know if I forgot someone.
-
- * [miscemu/int21.c]
- Use one DTA per task instead of a global one.
-
- * [objects/bitblt.c]
- Fixed bug in BitBlt() that could cause BadMatch errors.
-
- * [tools/build.c]
- Added new function type 'stub', that makes possible to export an
- unimplemented function by name as well as by ordinal. This will
- avoid loading errors for unimplemented functions.
- Generate an in-memory module layout for built-in DLLs so that the
- same code can be used for built-in and loaded modules.
- Changed relay code to make it unnecessary to save the value of the
- BP register.
-
- * [windows/message.c]
- Implemented multiple message queues and preliminary task-switching
- capabilities. Inter-task SendMessage() calls are not implemented
- yet and will probably cause crashes if used.
-
- * [windows/property.c]
- Reimplemented properties and allocate them on the USER heap.
-
- * [windows/win.c]
- Fixed bug in SetWindowWord().
- Reimplemented EnumWindows() and EnumTaskWindows().
-
-Tue Apr 18 09:48:38 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [misc/main.c]
- GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
-
- * [loader/resource.c]
- Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
- control.exe.
- Fixed icon loading.
-
- * [objects/font.c] [include/windows.h]
- Fixed a bug in InitFontsList() and worked on the EnumFonts()
- functions to make them comprehensible.
-
- * [controls/button.c]
- Fixed my previous patch to handle LBUTTONUP messages.
-
-Fri Apr 14 11:41:28 1995 Cameron Heide (heide@ee.ualberta.ca)
-
- * [misc/network.c, misc/dos_fs.c]
- Implemented WNetGetConnection. All that is currently
- supported are drives, for which the remote name is simply
- the redirected UNIX directory name.
-
- * [miscemu/int2?.c]
- More drive number validity checking.
-
-Wed Apr 12 11:28:37 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c]
- Oops, my previous change to ListBoxDirectory broke the Borland
- file open dialog. Fixed.
-
-Mon Apr 10 23:17:12 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
- New file ole2nls.c. Added stubs for GetUserDefaultLCID,
- GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
-
-Mon Apr 10 10:05:18 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [memory/global.c] [memory/local.c] [include/windows.h]
- GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
- LocalReAlloc(): Same for LMEM_MODIFY.
-
- * [controls/listbox.c]
- Fixed a bug in ListBoxDirectory that prevented commdlg from working.
- Check for errors in some more places.
-
- * [if1632/gdi.spec] [if1632/user.spec]
- 16 bit callback functions should be passed as segptrs.
-
- * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
- [loader/library.c]
- Prevent a DLL from being initialized twice (Borlands Resource
- Workshop used to do this).
- Provide an additional flag for each w_file that indicates whether
- it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
-
- * [controls/button.c]
- Handle LBUTTONUP messages even if the button no longer has the
- capture (for WinHelp).
-
- * [include/wintypes.h]
- FARPROC is now a segptr for the emulator and a function
- pointer for the library.
-
- * [misc/commdlg.c] [misc/commdlg.h]
- Cleaned the file dialogs up a little. They now work reasonably well,
- although there are still some problems (e.g. files are initially
- invisible).
-
- * [windows/class.c] [if1632/user.spec] [include/windows.h]
- GetClassInfo() must take a segptr, as it checks whether the
- highword is zero.
- GetClassName() called the wrong atom function. No surprise it didn't
- find anything.
-
- * [misc/lstr.c]
- AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
- Removed some warnings.
-
- * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
- New spec file for the 3.1 DDEML DDL.
-
- * [controls/menu.c]
- Small fix to ChangeMenu - mask out the obsolete flags
- (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
- problems with the MF_BYPOSITION flag.
-
- * [windows/message.c]
- SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
- ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
- stack for speed reasons.
-
- * [windows/hook.c] [include/windows.h]
- Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
- they have slightly different semantics.
- MS Hearts now works somewhat, if you disable the new builtin DDEML.
- The graphics are completely messed up, though.
-
-----------------------------------------------------------------------
-Sun Apr 2 18:31:12 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [Configure] [if1632/Imakefile]
- Removed new build and short names options.
-
- * [if1632/*.c] [tools/build.c]
- Implemented compiled call-back functions for better performance;
- all the relay code is now done in assembly code generated by the
- build program.
- Relay code is no longer dependent on being loaded below 64K.
-
- * [loader/resource.c]
- Fixed memory leak in LoadString(). A fix will also be needed for
- other resources.
-
- * [memory/global.c]
- Implemented global heap arenas, so we can store informations about
- global blocks, like lock counts or owner handle.
- Implemented FarGetOwner() and FarSetOwner().
- Implemented global heap TOOLHELP functions.
-
- * [memory/selector.c]
- Bug fix: it was not possible to re-use a free selector.
-
-Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis (csapuntz@mit.edu)
-
- * [controls/listbox.c]
- Major work on listbox code
- - Many bugs fixed (still many bugs)
- - More messages supported
- - Code simplified
-
-Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
-
- * [controls/edit.c]
- Lots of bug fixes related to diappearing text, lost carets,
- highlighting, segmentation faults, occurance of random
- characters, insertion of characters over selection, misplaced
- caret location, display corruption, end of line behavior, etc.
-
- * [controls/widgets.c]
- EDIT class doesn't want to use CS_PARENTDC flag.
-
-Thu Mar 30 20:58:25 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [loader/selector.c]
- FixupFunctionPrologs() should also handle multiple data modules.
- (this bug only became visible because MakeProcInstance() was fixed
- in 950319)
-
- * [misc/dosfs.c]
- Simplified DOS_SimplifyPath.
- Small fix to DOS_opendir to reuse an entry if an open directory
- is opened again, to prevent "too many open directories" messages.
-
-Thu Mar 30 12:05:05 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
- CoDisconnectObject: new stub function
-
- * [include/msdos.h]
- fix DOSVERSION
-
- * [loader/ne_image.c]
- NE_FixupSegment: Be more generous on additive fixups
-
- * [if1632/user.spec][misc/network.c]
- Add more WNet* stubs
-
-Wed Mar 29 11:47:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c]
- DlgDirList(): send segptr instead of linear pointer
- in message to static control
- * [controls/menu.c]
- Tried to implement ownerdrawn menuitems. Doesn't work.
- * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
- Provide a stub for GetRasterizerCaps()
- * [loader/selector.c]
- Pass end address instead of length to LocalInit() in
- CreateSelectors()
- * [memory/local.c]
- LocalInit(): If there's already a local heap in the segment, do
- nothing and return TRUE
- * [objects/linedda.c]
- Replaced buggy LineDDA() with a Bresenham algorithm. Should work
- now.
- * [windows/cursor.c]
- LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
- more work still.
-
-Tue Mar 21 17:54:43 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
- [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
- [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
- [windows/nonclient.c] [misc/message.c]
- Added a new builtin DLL that provides 16 bit entry points for all
- the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
- again.
- * [misc/shell.c]
- RegOpenKey()/RegCreateKey() bugs fixed.
- * [loader/ne_image.c]
- Skipping the initialization of a DLL when CS == 0 was broken.
-
-----------------------------------------------------------------------
-Sun Mar 19 16:30:20 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [*/*]
- Implemented a new memory mapping scheme. There's no longer a
- one-to-one mapping between 16-bit and 32-bit pointers. Please see
- file DEVELOPERS-HINTS for technical details.
-
- * [controls/scroll.c]
- Fixed bug when dragging mouse in horizontal scrollbars.
-
- * [tools/build.c] [if1632/*.spec]
- Removed support for C callback functions and for re-ordering
- of the 32-bit arguments, as these were never used. This should
- allow a more efficient callback scheme to be implemented.
-
- * [if1632/olecli.spec]
- Reduced the number of entries to make the 16-bit code fit in 64k.
- This limitation will soon be removed.
-
- * [loader/ldt.c]
- Rewrote LDT manipulation functions and implemented LDT_GetEntry().
-
- * [memory/global.c]
- Rewrote Global*() routines to use the new selector allocation
- mechanism.
-
- * [memory/local.c]
- Rewrote local heap handling to use a Windows-compatible layout
- (not really finished yet).
- Implemented TOOLHELP heap-walking routines.
-
- * [memory/selector.c]
- Implemented LDT manipulation API functions.
-
-Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
-
- * [windows/defdlg.c]
- Fixed problem where dialogs closed using the System menu
- ('Close' item or double click on close box) would
- hang Wine.
-
-Sun Mar 12 14:28:13 1995 Michael Patra <micky@marie.physik.TU-Berlin.DE>
-
- * [controls/listbox.c]
- Removed most of the statements for sending a notification message
- ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
- code; Borland's standard file open dialog will work now.
-
- * [misc/main.c], [misc/file.c], [miscemu/int21.c]
- Added support for new command line option "-allowreadonly". If set
- an attempt to open a read only file in write mode will be converted
- to opening it read only (many programs try to open all files in
- read/write mode even if they only intend to read it - this might
- cause a few under problems under an unix-like environment where most
- files are read only for a "normal" user)
-
- * [loader/selector.c]
- GetMemoryReference(): Added support for __AHIncr and __AHShift
-
- * [misc/dos_fs.c]
- DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
- will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
- match(): rewritten
-
- * [objects/text.c]
- TEXT_NextLine(): Removed a bug in the handling of LF's
-
- * [miscemu/int21.c]
- GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
-
-Sat Mar 11 19:46:19 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [controls/menu.c]
- ChangeMenu: defaults to MF_INSERT
- InsertMenu: allow insertion even if position is one after last item
+ * controls/button.c, controls/uitools.c:
+ Dennis Bj|rklund <dennisb@cs.chalmers.se>
+ Fixed win9x look on checkboxes and radiobuttons.
- * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
- [if1632/storage.spec] [include/dlls.h]
- Added stubs for STORAGE.DLL and COMPOBJ.DLL
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
+ Remove relays for win16drv from CallBack table, instead use build to
+ generate them directly in graphics/win16drv/prtdrv.c.
+ If Printer AbortProc is 16bit then allocate thunk and store that as a
+ 32bit proc in DC. Setting of abortprocs now done in the correct place
+ (i.e. not in the driver).
- * [if1632/user.spec] [windows/message.c]
- InSendMessage: new function
+ * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
+ Relaxed parameter checking for GetDIBits.
- * [include/neexe.h][include/ne_image.c]
- NE_FixupSegment: fixed handling of additive records
+ * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed last error code when trying to load unknown VxD with CreateFile.
- * [loader/selector.c]
- GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
+ * dlls/shell32/shell32_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Pretend successful execution of SHELL_NotifyIcon*().
- * [loader/signal.c]
- win_fault: Enter debugger on SIGFPE, too
+ * controls/menu.c, relay32/user32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added MenuItemFromPoint stub.
-Wed Mar 1 21:47:42 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed off by one allocation error (DPA and DSA).
- * [miscemu/int*.c]
- Various minor modifications to the clock tick counter,
- FindFirst/FindNext funcs, and DPB handling.
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash in PlaySound thread.
-----------------------------------------------------------------------
-Thu Mar 2 17:44:32 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
+Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c] [objects/oembitmap.c]
- Removed sysres bitmap code; you need libXpm to compile now.
- Implemented LoadIcon() for OEM icons.
+ * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
+ For Win 3.x applications, if they have either horizontal or vertical
+ scrollbars, enable both.
- * [include/bitmaps/oic_*]
- Added OEM icons in XPM format.
+ * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
+ Patrik Stridvall <ps@leissner.se>
+ Eliminated warnings.
- * [objects/dib.c]
- Bug fix in DrawIcon().
+ * controls/combo.c, controls/listbox.c:
+ Pierre Mageau <pierre@macadamian.com>
+ Set the mouse capture on the combo listbox.
- * [rc/sysresbm.rc]
- Removed; all bitmaps are stored in XPM format now.
+ * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - fixed the creation of back-buffers in DGA mode
+ - added a check on the validity of the Locking rectangle
+ - fixed the enumeration for DX-6.0
-Tue Feb 28 18:54:28 1995 Tomi Leppikangas (tomilepp@paju.oulu.fi)
+ * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
+ Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
- * [controls/edit.c]
- Small patch to fix edit-control when it's created with text.
+ * controls/button.c: Abey George <abey@macadamian.com>
+ Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
+ BS_CHECKBOX, BS_AUTO* styles.
-Sun Feb 26 20:22:15 1995 Michael Veksler (e1678223@tochnapc2.technion.ac.il)
+Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [tools/make_debug]
- The created macros won't have side effects anymore when used in
- an "if-else" structure. No more warnings from the compiler when
- compiled without defining DEBUG_RUNTIME.
-
-Sun Feb 26 20:20:49 1995 Michael Patra <micky@marie.physik.TU-Berlin.DE>
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Winspool DocumentProperties and DeviceCapabilities should now work on
+ native 16 bit drivers.
- * [controls/listbox.c]
- ListBoxDeleteString(): Fixed
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixes DeviceCapabilities for DC_PAPERSIZE.
+ Various fixes for OpenPrinter and EnumPrinters.
+ Separation of GetPrinter in preparation for unification with EnumPrinters.
- * [loader/selector.c]
- GetMemoryReference(): When special segments are referenced by
- pseudo-functions like __0040H, a reference to a "normal" segment
- will be returned preventing the program from crashing as soon
- as the referenced segment is actually accessed.
+ * graphics/psdrv/ppd.c, include/wingdi.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add support for a large number of different paper sizes to PostScript
+ driver.
-Sun Feb 26 15:55:14 MET 1995 Martin von Loewis (loewis@informatik.hu-berlin.de)
+ * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added definitions of COM objects for D3D 6.x support.
- * [Configure]
- Ask for OLE stubs and malloc debugging
+ * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
+ If there is not an exact match found for the requested font name,
+ instead of using the first font defined for the printer, map some
+ common font families (e.g. Arial -> Helvetica), and search again.
- * [Imakefile]
- link with libmcheck.a if necessary
+ * if1632/kernel.spec, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed bug in CBClient routines by storing the SEGPTR in the global
+ table and translating it on every use.
- * [if1632/relay.c][include/dll.h][if1632/Imakefile]
- Add OLE stubs, increase number of builtins
- dll_name_table_entry_s: new field dll_is_used
+ * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
+ Changed the pixmap to look like the windows default application icon.
- * [loader/library.c]
- GetModuleHandle,ModuleNext: Check dll_is_used
+ * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Stop crash in GetDiskFreeSpaceEx.
- * [loader/ne_image.c]
- Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
- to mean, anyway?)
+ * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
+ Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
+ handled by the window manager.
- * [misc/olecli.c][misc/olesvr.c]
- New files. Add to misc/Imakefile
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ Implemented the behavior around the ES_WANTRETURN style in the edit
+ control.
- * [misc/dos_fs.c]
- DOS_GetUnixFileName: make a copy of the input parameter to
- prevent overwriting
+ * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
+ Pressing the delete key using an extended keyboard with numlock on is
+ not generating anymore a WM_CHAR message.
- * [misc/main.c]
- MAIN_ParseDLLOptions: new function
- MAIN_ParseOptions: treat -dll command line flag
- main: add support for malloc debugging
+ * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
+ Fixed pattern matching in PathMatchSpecA/W
-Fri Feb 24 12:43:27 1995 Erik Svendsen <z3esv@kmd-ac.dk>
+ * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
+ Tabbing in the listview of the shellview.
- * [loader/signal.c]
- Small patch for people using FreeBSD-2.1.0.
+ * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
+ Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
+ LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
+ column width.
+ Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
-Fri Feb 17 22:49:18 1995 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+ * dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash in detach sequence.
- * [toolkit/sup.c]
- Added return values to the Call* routines
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed wrong return value.
- * [toolkit/winmain.c]
- Load the resource file properly for WineLib applications.
+ * dlls/crtdll/crtdll_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Prevent endless loop in except2.
-----------------------------------------------------------------------
-Thu Feb 16 18:57:31 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
+ * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
+ Now works around wine never exiting the debugger.
+ Should put bug reports in the right place now.
- * [if1632/call.S]
- Only save the lower 16-bits of SP and BP.
+ * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added stub for RegisterActiveObject().
- * [if1632/callback.c]
- When calling to 16-bit code, restore DS from its previous value on
- entry to the 32-bit code, instead of from the code segment owner.
+ * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
- * [if1632/relay.c] [include/stackframe.h]
- Use a structure to represent the 16-bit stack frame layout
- instead of hard-coded offsets.
-
- * [rc/Imakefile]
- Use y.tab.c for bison output file for compatibility with yacc.
+Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [tools/build.c]
- Small optimization for calls to 32-bit code.
+ * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
+ Removed __winelib flag.
-Sun Feb 12 03:19:47 1995 Michael Veksler (s1678223@t2.technion.ac.il)
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated to new MM header organization.
- * [tools/build.c]
- Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
+ * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved DDK level material to new include/mmddk.h file.
+ Copied some SDK level material from include/multimedia.h file.
-Sun Feb 11 20:00:00 1995 Göran Thyni (goran@norrsken.bildbasen.se)
+ * multimedia/mciwave.c, multimedia/mcimidi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated to new MM header organization.
+ Cleaned-up internal structures (now 32 bit only).
+ Now using the MMSYSTEM entry points rather than the low level driver
+ ones directly.
- * [debugger/dbg.y]
- Remove unnecessary sym-table loading when stopped in 16-bit mode.
+ * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fix %fs for signal handlers in the FS_sig undefined case (this patch
+ actually from Ulrich Weigand, I only tested it).
- * [include/segmem.h] [loader/selector.c]
- Added dynamic alloction of selectors.
- Fixed some problems with large programs SIGSEGV-ing while
- running out of selectors.
+ * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
+ Ron Record <rr@sco.com>
+ Added support of __thr_errno for reentrance on UnixWare.
- * [include/segmem.h] [loader/selector.c] [if1632/callback.c]
- [memory/global.c] [memory/heap.c] [memory/linear.c]
- Use __AHSHIFT and __AHINCR instead of 3 and 8.
+ * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ No longer needs to calculate its own character size.
-Mon Feb 6 18:07:38 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Consequential changes to default system font sizes
- * [misc/dos_fs.c]
- Better relative path handling when converting filenames between
- dos and unix, allowing '.' to be used in the Windows path.
- Startup working dir is now based on current working dir.
+ * graphics/x11drv/xfont.c, include/x11font.h:
+ Richard Cohen <richard@jubjub.demon.co.uk>
+ Various fixes for the X11 font mapper, particularly:
+ - size fonts with negative heights correctly
+ - calculate average width correctly.
-Sat Feb 4 21:21:13 1995 Michael Veksler (s1678223@t2.technion.ac.il)
+ * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
+ Use a special value in the hotspot coordinate to identify which HICON
+ are cursors and which are icons.
- * [if1632/relay.c] [include/dlls.h] [tools/build.c]
- Squeezed data structure that references internal dll's (mostly
- "struct dll_table_entry_s"). Caused 20% reduction in executable
- code size.
+ * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
+ Modified CBDropDown to find the best height of the listbox.
-Fri Feb 3 18:53:15 1995 Martin v. Loewis (loewis@marie)
+Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
- * [Imakefile]
- make wine.sym only when making emulator
+ * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
+ Added configure check for str[n]casecmp.
- * [misc/file.c]
- OpenFile(): report as not implemented for WINELIB
+ * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
- * [misc/winsock.c]
- Fix CONVERT_HOSTENT and friends for use with WINELIB
+ * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added type PWORD.
- * [rc/Imakefile][rc/rc.y][rc/parser.c]
- Rename rc.y to parser.y
- Use flex and bison on Sun
+ * dlls/winspool/info.c, include/winspool.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added loads of types, defines and declarations to winspool.h.
- * [toolkit/sup.c]
- CallWindowProc: fix parameter type
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
+ Francois Boisvert<francois@macadamian.com>
+ Fixed the height of items in the lookin combobox of the filedlg95.
- * [windows/event.c]
- Commented #ifdef sparc
+ * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
+ Initialize the enabling state variable in the edit.
-----------------------------------------------------------------------
-Wed Feb 1 19:27:55 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
+ The fast window frame size should be the same as the frame size used
+ by NC_DrawFrame function.
- * [windows/nonclient.c] [windows/winpos.c]
- Implemented maximized windows.
- Implemented icon positioning and ArrangeIconicWindows().
- Bug fixes in SetWindowPos().
+ * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed compiler warnings.
- * [windows/painting.c]
- Implemented GetControlBrush().
- Window frame is no longer contained in the update region.
+ * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ lstrncmpi isn't a windows API, use strncasecmp instead.
- * [windows/win.c]
- Destroy owned windows upon DestroyWindow().
+ * memory/global.c:
+ Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
-Sun Jan 29 16:17:22 1995 David Metcalfe <david@prism.demon.co.uk>
+ * windows/msgbox.c: Added missing HFONT type.
- * [controls/edit.c]
- Changed line terminator to \r\n to be compatible with
- Windows. Fixed bug in text selection.
+ * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
+ Pierre Mageau <pierre@macadamian.com>
+ Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
+ CURSORICON_FindBestIcon changed to find the correct icon.
+ ImageList_ReplaceIcon now calls CopyImage internally.
+ Assign a value for the hIconSm CLASS member (using CopyImage).
-Sun Jan 29 14:10:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
+ Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
- * [misc/shell.c]
- Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
- Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
- These functions now work somewhat more the way Windows programs expect
- them to work.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Give applications a copy of the property sheet dialog template as they
+ might modify it.
-----------------------------------------------------------------------
-Sun Jan 22 18:55:33 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Relay exclude lists were not working due to some CharUpperA()
+ somewhere else.
- * [loader/resource.c] [objects/dib.c]
- Fixed icon loading and drawing, now that BitBlt() works correctly.
-
- * [objects/clipping.c] [objects/region.c]
- Implemented elliptic regions with a set of rectangle. This greatly
- simplifies the region code and should boost clipping performance.
+ * loader/loadorder.c, wine.ini:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ winspool -> winspool.drv
- * [objects/color.c]
- Fixed bug that caused seg-fault on 24bpp displays.
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented StrCmpNIA like the other StrCmpXX functions.
- * [objects/bitblt.c]
- Fixed bug when shrinking a bitmap to more than half its size.
+ * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
+ Resolve environment variable when enumerating values.
- * [windows/graphics.c]
- Fixed bugs in PaintRgn() and Polyline().
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ The format rect is recalculated for each font change. MoveEnd &
+ MoveHome improved.
- * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
- Fixed some problems with window background painting.
+Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
+ * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
+ Karl Lessard <karll@corel.com>
+ Ian Ward
+ Dan Langlois
+ Speed up conversion between XImages and DIBSections.
- * [tools/build.c]
- * [tools/newbuild.c]
- * [Imakefile]
- * [include/wine.h]
- * [loader/call.S]
- * [loader/selector.c]
- * [include/segmem.h]
- * [misc/main.c]
- Changed selector code and 16/32 bit xfer code so that wine
- no longer has to be loaded low in memory. Changed wine
- to work with ELF binary formats under Linux.
-
-Sat Sep 17 11:08:49 1994 Eric Youngdale (eric@esp22)
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
+ Francois Boisvert <francois@macadamian.com>
+ Some <open> features in the file dialog 95.
- * [debugger/db_disasm.c]
- New instruction disassembler - borrowed from Mach kernel. Has a
- BSD style of license as opposed to the gdb code we were previously
- using which was under the GPL.
+ * include/winnt.h, scheduler/sysdeps.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed global variable pCurrentTeb.
-----------------------------------------------------------------------
-Mon Jan 9 18:27:11 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ HEAP_Commit/Decommit were assuming a page size of 4KB
+ unconditionally.
- * [Imakefile]
- Compiling with -Wall flag.
+ * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ A few more DC_ defines from Win2000.
- * [*/*]
- Fixes to minimize the number of compilation warnings.
+ * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Check that lpCreate->lpszName is non-NULL.
- * [objects/bitblt.c]
- Fixed BitBlt() and used the same code to rewrite PatBlt() and
- StretchBlt(). The three *Blt() functions should now be correct in
- every case (famous last words).
+ * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ More restrictive checks, so DIALOG_IsAccelerator don't loop
+ endlessly.
- * [objects/brush.c] [objects/dither.c]
- Merged the two files into brush.c
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Menu hides when clicked for a second time.
- * [objects/dc.c]
- Fixed bug when the Windows programs forget to re-select the
- original bitmap in a memory DC.
+ * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ - select the font into the dc before calculating the extent
+ - make buttonheight correspond to text height + width to caption
+ - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
+ - #defines for DlgItemIds
+ - implement MB_RETRYCANCEL
- * [objects/font.c]
- Tty to use 'fixed' font when the system font can't be found.
+ * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
+ Keep the enable state in the edit structure instead of calling
+ IsWindowEnabled().
- * [windows/dialog.c]
- Tentative fix to make dialogs look better when using fixed-width
- fonts.
+ * 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:
+ Noel Borthwick <noel@macadamian.com>
+ - Implement interprocess clipboard communication.
+ - Support for the PRIMARY and CLIPBOARD selection atoms.
+ - Support for the TARGETS selection format.
+ - Expose native Windows clipboard formats through X selection targets.
- * [windows/graphics.c]
- Partially implemented the PS_INSIDEFRAME pen style.
+ * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Make stock fonts independent of mapping mode.
+ System font should only be bold for Win31.
- * [windows/nonclient.c]
- Fix for windows that have the WS_EX_DLGMODALFRAME style bit
- without the WS_DLGFRAME style.
+ * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
+ Removed truncating errors that happen when converting fom dialog units
+ to pixels.
-Thu Jan 5 13:37:42 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * windows/winpos.c: Abey George<abey@macadamian.com>
+ Check new coordinates received in WM_NCCALCSIZE message.
- * [memory/global.c]
- GlobalCompact should now return the correct value when the
- largest run of free blocks includes the last block.
+ * controls/button.c: Francis Beaudet <francis@macadamian.com>
+ Slight 1 pixel adjustment on the position of the radio button bitmap.
- * [windows/mdi.c]
- Tiling and cascading windows without any MDI children should
- no longer crash (assuming no-op is the correct thing to do).
+ * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed off by one allocation errors.
-Sun Jan 1 23:30:25 1995 Fons Botman <botman@rabo.nl>
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ The backspace is now handled in the WM_CHAR message.
- * [objects/font.c]
- GetTextExtentPoint: fixed debug output, str is counted string, not
- zero terminated.
+ * windows/mdi.c, windows/nonclient.c:
+ Francis Beaudet <francis@macadamian.com>
+ Make sure that all MDI children have the WS_EX_MDICHILD style set.
- * [if1632/relay.c]
- DLLRelay: when debugging_stack got segv, added upper bound for
- stack dump.
+ * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed prototype order.
-----------------------------------------------------------------------
-Tue Dec 27 13:35:16 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
- * [*/Imakefile]
- All objects files are now kept in their respective directory.
+ * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash.
- * [README]
- Rewrote most of it.
+ * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
+ Fixed the support for the close button in the ShellAbout dialogs.
- * [objects/bitblt.c]
- Rewrote BitBlt() to look right in every case, while minimizing
- the impact on performance. Not really finished yet.
+ * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
+ Added Dutch resources for PrintDlg32.
- * [objects/bitmap.c] [objects/dc.c]
- Fixed bug with pattern brushes.
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Completed PrintDlg32 resource stringtable.
- * [objects/clipping.c] [windows/painting.c]
- Fixes for logical coordinates.
+ * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
+ Added sanity checks in the cleanup code.
- * [objects/color.c] [windows/graphics.c]
- Fixed GetPixel() to return the correct color, and made it faster.
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Completed GetKeyNameText for non-character keys.
- * [objects/region.c]
- Fixed bug in CombineRgn() when one of the region is empty.
+ * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
+ Make directories name appear in the BrowseForFolder dialog.
-Fri Dec 22 01:42:57 MET 1994 Dag Asheim (dash@ifi.uio.no)
+ * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Do not remove .drv from filenames.
- * [Configure]
- Don't assume that expr handles '==', use '=' instead.
- Give a (hopefully informative) message if imake fails.
+ * controls/button.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a little positioning bug with the checkbox.
-----------------------------------------------------------------------
-Wed Dec 7 14:52:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
+ Abey George <abey@macadamian.com>
+ Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
+ styles.
- * [controls/listbox.c]
- Fixed problems due to new scroll-bar code.
+ * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Changed snprintf to wsnprintfA to remove unresolved external when
+ compiling on Solaris/Sun.
- * [loader/signal.c] [miscemu/ioports.c]
- Handle I/O opcodes that use an absolute address.
+ * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
+ Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
+ equivalents. (WinWord 97, File Open dialog)
- * [objects/text.c]
- Implemented TabbedTextOut().
+ * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
+ Use in GetClassInfoW the same hack for systemclasses as in
+ GetClassInfoA (winword 97 with native comctl32).
-Sat Dec 3 18:53:08 1994 Kenneth MacDonald <K.MacDonald@ed.ac.uk>
+ * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
- * [objects/metafile.c]
- Implemented GetMetafile().
- Fixed bug in PlayMetaFile() when reading disc based metafile records.
- Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to
- PlayMetaFileRecord().
-
-Wed Nov 30 06:32:25 1994 Martin von Loewis (martin@cs.csufresno.edu)
+ * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
+ Implemented wParam of WM_PAINT msg for edit control.
- * [Imakefile]
- wine.sym: Remove gcc2_compiled and friends
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix off by one error in WINSPOOL_GetOpenedPrinterA.
- * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
- [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
- Replace #ifdef DEBUG_XXX with if(debugging_xxx){
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ subkey_found did not search for _all_ sub keys.
- * [if1632/call.S]
- CallToLibMain: New function
+Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/relay.c][include/options.h][misc/main.c]
- [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
- removed Options.relay_debug
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
+ Francois Boisvert <francois@macadamian.com>
+ Implemented basic browsing in the file name edit of the filedlg 95.
- * [include/heap.h]
- HEAP_OWNER: Use ds instead of cs:ip
+ * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
+ Avoid changing the activation state in EnableMenuItem.
- * [loader/ne_image.c]
- LoadNEImage: Remember current exe, handle nodata dlls
- InitNEDLL: handle nodata dlls, call CallToLibMain
+ * include/winnt.h: Fixed #ifdef symbol for PowerPC.
- * [loader/selector.c]
- CreateSelectors: Initialize auto_data_sel with 0
+ * ole/parsedt.c, ole/parsedt.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Only declare DateStyle in a single compilation unit.
- * [memory/heap.c]
- HEAP_CheckHeap: Check prev
- HEAP_CheckLocalHeaps: new function
+ * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
+ Added the case of a user defined icon for the sysbutton hittest.
- * [misc/profile]
- Remember and dump only changed profiles
+ * ole/typelib.c: Rein Klazes <rklazes@casema.net>
+ Fixed typelib reading to correctly use the offset of the typelib that
+ is embedded in for example a dll file.
- * [tools/makedebug]
- Introduce debugging_xxx flags
+ * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
+ Fixed CreateDIBSection() called with negative height to set the height
+ positive in the created DIBSECTION, as per MS knowledgebase Q186586.
-Sun Nov 27 23:13:22 MET 1994 <erik@xs4all.nl>
+ * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
+ The paint rectangle return in the PAINTSTRUCT in BeginPaint should
+ never be bigger than the client area of the window.
- * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
- if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h
- pe_image.h selectors.h wintypes.h]
- Added.
+ * controls/listbox.c: Rein Klazes <rklazes@casema.net>
+ Make sure that an empty string never matches a listbox entry in
+ LISTBOX_FindString().
- * [*/*]
- - Commented all 'static char copyright statements', see misc/main.c
- - moved prototypes to headers files, fixed wrong prototypes.
- - *please* add a header file for each .c if you need to export
- things.
+ * dlls/version/info.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Alignment fix.
- * [misc/main.c]
- Added one static string which list the names of the contributors.
+ * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when accessing sysmenu.
-Fri Nov 25 16:24:27 MET 1994 Dag Asheim (dash@ifi.uio.no)
+ * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Really do a silent backtrace when requested.
- * [Configure]
- Made the support for multiple languages more automatic. Added
- a [fonts] section to the wine.conf file. Made the defaults
- better. Generally cleaned it up.
+ * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Do not set the address if the symbol is still tagged INVALID.
- * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
- Norwegian resources and small fixes to the german resources.
+ * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for N_BINCL and N_EINCL instructions.
+ Fixed type parsing (as generated by egcs).
-Wed Nov 23 20:28:59 1994 Martin von Loewis (martin@cs.csufresno.edu)
+Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
- * [debugger/break.c]
- bark(), toggle_next(), should_continue(): New functions
- insert_break(): Fixed, adds write access to page before writing
- wine_bp.next_addr: new structure field
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use typedef to work around egcs problem.
- * [debugger/dbg.y]
- Changed symbol's value to be it's value instead of the value
- pointed to by the symbol.
- Changed SIGTRAP handling to allow continuation after break point
+ * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed unnecessary includes from ole related files.
- * [misc/shell.c]
- ShellAbout(): Load resource from memory
+ * ole/compobj.c, multimedia/mmsystem.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to WOW changes.
-----------------------------------------------------------------------
-Sun Nov 20 18:30:06 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved implementation of WOW routines to single file.
+ Added all missing WOW routines, fixed WOWCallback16Ex.
- * [controls/scroll.c] [include/scroll.h]
- Rewritten most of scroll-bar code for better Windows look & feel.
- Implemented EnableScrollBar().
- Preliminary keyboard support.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed internal buffer for 16 bit mmio MEM files.
- * [objects/bitblt.c]
- Fixed BadMatch error for BitBlt() and StretchBlt() when reading
- bits from outside the visible region.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - some errors in cleaning up values returned by MCI drivers: this
+ should solve the issues reported with the CD player/writer
+ - crash when command was requested with automatic open (note, this
+ will now gracefully report an error, not do the correct thing).
- * [objects/oembitmap.c] [include/bitmaps/obm_*]
- Use XPM symbolic colors to load bitmaps. This allows the colors
- of the bitmaps to depend on the system colors.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
+ flags.
- * [tools/make_debug]
- Made the make_debug script more robust.
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: EFlags were passed incorrectly by CallFrom16Register.
- * [windows/dialog.c]
- Fixed CheckRadioButton().
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
- * [windows/nonclient.c]
- A few changes to scroll-bar drawing and tracking.
+ * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Wrc did not check any IDs which are only 16 bit. Common dialogs had some
+ IDs larger and that caused problems. This is now solved (I hope).
- * [windows/winpos.c]
- Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
- avoid confusion, and optimized it somewhat.
+----------------------------------------------------------------
+Sun Aug 15 18:52:32 1999 Alexandre Julliard <julliard@winehq.com>
-Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
+ * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
+ Fixed cursor stretch code.
- * [misc/audio.c]
- * [misc/mcianim.c]
- more coding but nothing spectacular.
+ * memory/selector.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Inhibit wraparound in comparison.
- * [misc/mmaux.c]
- some coding to access '/dev/mixer'.
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New internal dll, exporting already existing path functions.
- * [misc/midi.c]
- some coding to read .MID files, but it's not playing yet.
+ * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
+ Francis Beaudet <francis@macadamian.com>
+ Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
+ for the MSG_InternalGetMessage() call is a WM_TIMER.
-Sun Nov 13 19:31:03 1994 James Youngman (mbcstjy@afs.man.ac.uk)
+ * rc/winerc.c, include/resource.h, include/windef.h:
+ Patrik Stridvall <ps@leissner.se>
+ GCC 3.0 has not been released yet, but it is good to be prepared.
- * [objects/dib.c]
- Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
- bitmaps which don't end 0x00, 0x02 (previously it blew up). This
- includes some bitmaps output by Paint Shop Pro. Implementation is
- possibly now too lax. Please see the notes on the function about
- why.
+ * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Added resolution of LVM messages.
- * [controls/desktop.c]
- The desktop pattern should be painted if the wallpaper doesn't
- cover the whole screen width OR the whole screen height.
+ * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
+ Added protection against possible memory corruption.
-Sun Nov 13 00:07:11 MET 1994 Erik Bos <erik@xs4all.nl>
+ * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
+ Fixed cursor selection to find the correct cursor when more than one
+ available.
- * [objects/dib.c]
- Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
- now work.
+ * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
+ Thuy Nguyen <thuy@macadamian.com>
+ Replaced a static ten element array with a dynamic pointer array.
- * [loader/ne_resource.c] [include/resource.h]
- Some cleanup.
+ * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix special case when no printer installed.
-Thu Nov 10 20:44:58 1994 Martin von Loewis (martin@cs.csufresno.edu)
+ * dlls/shell32/shell.c, dlls/shell32/shell.spec:
+ James Juran <jrj120@psu.edu>
+ New routine DllEntryPoint for shell.dll. Loads shell32.dll,
+ since most shell.dll functions call their 32-bit counterparts.
- * [Configure]
- [rc/sysres.rc]
- Primitive compile-time support for multiple languages
+ * dlls/version/info.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed alignment.
- * [rc/sysres_De.rc]
- New file
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ EM_SETSEL scrolls if outside of the visible range.
+ "shift+home" selection improved in the edit control.
- * [loader/resource.c]
- LoadBitmap: Recognize end of sysresbm properly
+ * ole/parsedt.c: Removed RCS keyword.
- * [rc/Imakefile]
- Rules to compile resources simplified, dependencies changed
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ More use of rc files for strings and menus, fixes. First internal
+ icons.
- * [rc/sysresbm.rc]
- Don't use sysresbm if using XPM
+ * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New interface: DropSource.
- * [windows/dialog.c]
- CreateDialogIndirectParam: Reverse Z-order of controls
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Better DropTarget.
- * [windows/message.c]
- MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
+ * dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHGetFileInfo better.
- * [windows/winpos.c]
- NextWindowFromPoint: New function
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Protect cache with critical section.
+ Removed hack to load icons from external shell32.dll.
- * [controls/button.c]
- WM_NCHITTEST: Group Box is HTTRANSPARENT
- BUTTON_CheckAutoRadioButton: New function
- BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ QueryGetData, EnumFormatEtc implemented.
-Mon Nov 7 11:20:26 1994 Paul Falstad (pf@zoof.cts.com)
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed mapping of file extensions to text.
- * [objects/text.c]
- Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
- is too long to break.
+ * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed ascii/unicode issue for naming of the mutexes.
+ Made mutex handles global.
+ Fixed incorrect interpretation of return values of WaitForSingleObject.
- * [objects/font.c]
- Don't assume helvetica if there is no font family; let the other
- font attributes decide what font to use.
+ * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
+ First implementation of GetCharacterPlacementA.
- * [controls/widgets.c]
- Listboxes and combo boxes need to be notified of double-clicks.
+ * windows/defwnd.c, include/winuser.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implemented the WM_SETICON and WM_GETICON messages.
- * [controls/listbox.c]
- [include/listbox.h]
+ * files/drive.c: Morten Eriksen <mortene@sim.no>
+ FIXME on unimplemented feature made less obtrusive.
- scrolling to bottom of list box should display last item at the
- bottom, not at the top.
-
- list boxes need to allocate a separate heap for their item data,
- rather than using the user heap. Otherwise, it's very easy to run
- out of memory for list box items.
+ * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
+ Now the conversion in the blt functions round up the result.
- removed redundant code in ListBoxAddString(). Implemented simple
- version of LBS_SORT.
+ * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
+ Document use of "init" in build-spec.txt, and make build.c print a
+ warning if someone tries to use "init" in a Win16 spec file.
- Don't put [.] in the list box when using DDL_DIRECTORY.
+ * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
+ Make sure we have a dgroup before patching prologs.
- * [controls/combo.c]
- Combos should pass CBS_SORT onto their list box.
+ * */Makefile.in, */.cvsignore:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to glue code generation changes.
- * [windows/win.c]
- If window creation is aborted, remove the window from the
- linked lists.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to new-style Wine thunks.
+ Removed some now unnecessary function pointers.
- * [controls/static.c]
- static controls with SS_ICON were always returning 0 from
- WM_NCCREATE.
+ * include/builtin16.h, include/stackframe.h, tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ CallTo16... / CallFrom16... Wine thunks reorganized:
+ - Cleaner separation between core and glue code.
+ - Argument conversion glue code now in C.
+ - Glue code needed for 16-bit .spec files inlined.
- Make sure static controls have text to draw before drawing it.
+Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Sun Nov 6 18:52:04 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - implemented GetCommModemStatus
+ - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
+ - added more verbose TRACEing
- * [objects/oembitmap.c] (New file)
- Added possibility to use .xpm files for OEM bitmaps.
+ * misc/version.c: Morten Eriksen <mortene@sim.no>
+ Made GetVersionEx() behave in accordance with the specification with
+ regard to error handling.
- * [include/bitmaps/obm*] (New files)
- Redrawn all OEM bitmaps in xpm format.
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Mark G. Adams <madams@livepage.com>
+ Added stub for DrawDibClose.
- * [objects/font.c]
- Add space for internal leading when using a negative font height.
- Stubs for AddFontResource() and RemoveFontResource().
- Fix in FONT_Init() for uninitialised default font.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed the look of the combobox's drop down button when in Win95 look.
- * [windows/dialog.c]
- Make font height negative as it is really a point size and not a
- pixel size; dialogs using 8-point fonts look better now.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Added support for icons in property sheet tabs.
- * [windows/graphics.c]
- Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
+ * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Version 1.0.14 of wrc.
- * [windows/nonclient.c]
- A few changes for new OEM bitmaps.
+Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Nov 6 18:22:18 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
+ * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
- * [windows/class.c]
- The names of local classes have to be stored using GlobalAtom*.
- Otherwise they couldn't be accessed from other modules (e.g. BWCC)
+ * 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:
+ Replaced a few calls to lstr* functions by their CRTDLL or libc
+ equivalent.
- * [if1632/call.S]
- CallTo16(cx): It's possible to set the contents of the cx-register.
+ * memory/string.c:
+ Added an exception handler around a few lstr* functions.
- * [loader/ne_image.c]
- InitNEDLL(): The size of the local heap is now passed in the cx-
- register when initializing a DLL.
+ * 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:
+ Reimplemented multi-byte and wide-chars functions to not depend on
+ lstr* functions; added a few missing ones; fixed a couple of bugs.
- * [memory/heap.c]
- LocalInit(): The case start==0 is now handled in the way it should.
+Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- GetWindowLong(): If the adress of the windows function is requested
- it's no longer returned if it's within the Wine code (and therefore
- unreachable by a windows program). This makes Borland's OWL happy.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Separated Win16 (USER) and Win32 (MPR) network routines.
+ Moved implementation of MPR to dlls/mpr/.
+ Added proper headers and stubs for missing MPR routines.
- * [controls/edit.c]
- EDIT_GetStr(): Added handling for off<0.
+ * misc/registry.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Improved (sort of) RegFlushKey.
-Sun Nov 6 17:37:14 1994 Chris Jones <chrisj@ichips.intel.com>
+ * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
+ If the window is already the topmost window in ShowWindow(SW_SHOW), it
+ must not be activated.
- * [loader/library.c]
- Fixed infinite loop bug when two DLLs refer to each other (fixes
- hangup of Quicken during loading).
+ * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
+ WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
-Thu Nov 04 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
+ * windows/dce.c, windows/x11drv/wnd.c:
+ Stephane Lussier <stephane@macadamian.com>
+ X11drv SetDrawable function modifies the DC origin, this translation
+ should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
- * [misc/dos_fs.c]
- Bug fix: The size of a disk an the available space
- is now returned in bytes instead of (incorrectly)
- KBytes.
+ * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
+ Set focus to the dialog in EndDialog.
-Thu Nov 03 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
+ * libtest/Makefile.in: James Juran <jrj120@psu.edu>
+ Make sure we compile winestub.o before trying to build a Winelib test
+ program.
- * [windows/graphics.c]
- Bug fix: Pie segments are now filled with correct brush.
+ * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed case sensitivity flag.
-Thu Nov 3 10:40:09 1994 Martin von Loewis (martin@cs.csufresno.edu)
+ * include/commdlg.h, dlls/commdlg/printdlg.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Implemented the return of hDevModes and hDevNames in the PRINTDLG
+ structure of PrintDlgA().
- * [Imakefile]
- generate rc.o before loader.o
+ * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
+ Made hardware_event use win32-conformant parameters.
- * [controls/menu.c]
- CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
+ * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Explicitly load shell32.dll.
- * [include/resource.h]
- Add struct ResourceTable
+ * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
+ Take into account icons when determining tab size.
- * [loader/bitmap.h]
- Load system bitmaps from sysresbmTable
+ * files/drive.c: Morten Eriksen <mortene@sim.no>
+ Improved GetDiskFreeSpaceEx() implementation a little bit.
- * [misc/clipboard.c]
- [windows/event.c]
- IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
-
- * [rc/Imakefile]
- generate rc.o from sysres.o and sysresbm.o. Added -lfl
+ * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - added some more Baudrates
+ - fixed a hang in tcsetattr when the input buffer isn't empty
+ - added more verbosity for debugging
- * [rc/rc.y]
- change style handling to allow ( S1 | S2 ) | S3
+ * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
+ Handle the case when the button is really small.
- * [rc/sysres.rc]
- [rc/sysresbm.rc]
- Put bitmaps and icons to sysresbm, everything else to sysres
+ * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
+ WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
+ specify WS_CAPTION.
- * [rc/winerc.c]
- [rc/winerc.h]
- Added -o, -c flags. New function set_out_file. Output to files.
+Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/dialog.c]
- DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions
+ * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented DirectInput Joystick support (tested with WC:Prophecy).
- * [windows/nonclient.c]
- Create AboutWine dialog from template pointer
+ * relay32/kernel32.spec, win32/time.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Implemented SetLocalTime.
-----------------------------------------------------------------------
-Sun Oct 30 13:01:18 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
+ Minor fix to the French Canadian keyboard.
- * [controls/static.c]
- Bug fix for SS_ICON controls.
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ When flipping backbuffer -> frontbuffer, first exchange surfaces, then
+ copy XImage, since the palette might only be defined in the frontbuffer.
- * [if1632/Imakefile]
- Fixed call.o dependencies.
+ * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
+ Create sysconfdir on install.
- * [objects/clipping.c] [objects/dc.c]
- Fixed visible region handling. hVisRgn is always non-null now.
+ * dlls/stress/.cvsignore: Fixed typo.
- * [windows/dce.c]
- Bug fix in GetDCEx for CS_OWNDC windows.
+ * 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:
+ Got rid of dsprintf and related macros.
- * [windows/nonclient.c] [windows/painting.c]
- Fixes to icon window drawing.
+ * server/mutex.c:
+ Remove the mutex from the thread list when destroying it.
- * [windows/winpos.c]
- A few fixes in SetWindowPos().
+ * */*:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved various DLLs to dlls/
-Sun Oct 30 12:50:24 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
+Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitblt.c]
- BitBlt(): BitBlt is now able to handle any raster operation. If
- the request can't be passed to XWindows directly, it's quite
- slow, though.
+ * 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:
+ Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
+ aliasing optimization problems.
- * [*/*.c]
- [misc/main.c]
- Improvements of the system for handling debug messages. Options are
- now also loaded from /usr/lib/X11/app-defaults/Wine (insert
- *debugoptions: +xxx there if you want to have turn messages xxx on).
+ * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
+ Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
- * [controls/menu.c]
- DestroyMenu(): The whole window won't be destroyed as a sideeffect
- any longer.
+ * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
+ Removed async I/O support.
- * [misc/file.c]
- OpenFile(): Fixed bug in searching in system/window-directory.
+ * include/comm.h, misc/comm.c:
+ Use the service thread for comm notifications.
-Sun Oct 30 12:25:53 1994 Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
+ * 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:
+ Made stack manipulation macros into inline functions.
+ Changed a few accesses to context registers to avoid potential
+ aliasing optimization problems.
- * [include/windows.h]
- Bug fix for window related structures.
- DCB and COMSTAT are affected. They must be packed.
+ * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
+ Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
+ SIGCONTEXT.
- * [misc/comm.c]
- Bug fix for COM ports:
- Dial and dialog window in terminal.exe now works.
- Non sequential COM assignments in wine.conf should not break now.
- Baudrate can be specified in wine.conf to overcome baudrate limitation
- in mswindow. See sample wine.ini
+ * Makefile.in: Remove wine.conf.man on distclean
- * [include/comm.h]
- add baudrate field to DosDeviceStructre
+----------------------------------------------------------------
+Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [object/font.c]
- Bug fix for font assignment.
- Use pairs of foundry and family fontnames in X11 to correspond with
- window's fonts.
- Put font assignment ini wine.ini.
+ * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
+ Close the right window when clicking on a non active window close
+ button.
- * [wine.ini]
- Adding optional baudrate after port name in "serialports" section
- Add new section, "fonts".
- "default" is special key in "fonts" to match any unmatch window font.
+ * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
+ Removed the dependency on "dummy" for wine and wine.sym.
-Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
+ * files/profile.c:
+ Remove file from cache when flushing it (based on a patch by Ian
+ Schmidt).
- * [if1632/relay.c]
- * [if1632/commdlg.spec] New file.
- * [misc/commdlg.c] New file.
- * [include/commdlg.h] New file.
- Begin of an emulated COMMDLG DLL, built-in for now.
- (BTW, if you want to switch between built-in & 16bits CommDlg, only
- thing you need to do is to put the real/dummy name in file relay.c)
+ * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
+ Added CONTEXT for ALPHA and MIPS.
- * [controls/scroll.c]
- * [controls/combo.c]
- * [controls/listbox.c]
- Few bug fixes and/or cosmetic.
+ * configure.in, Make.rules.in, Makefile.in, configure:
+ Patrik Stridvall <ps@leissner.se>
+ Added support for Solaris Lint.
- * [misc/audio.c]
- * [misc/mmaux.c]
- bug fixes and flags returned to emulate SB16.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some of the issues reported by Solaris Lint.
- * [misc/midi.c] New file.
- skeleton for 'Midi' MMSYSTEM & MCI driver.
+ * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
+ Solaris C/C++ compile fix.
- * [misc/mcianim.c] New file.
- skeleton for 'Animation1' MCI driver.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Various ANSI C compability fixes.
- * [windows/win.c]
- Add new stub for GetLastActiveWindow().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some of the issues reported by winapi-check.
-Tue Oct 25 09:17:25 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
+ * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Actually create the man/ subdirectories before installing.
- * [if1632/call.S] [tools/build.c]
- Support for ELF format. (Not complete)
+ * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.447 (WIN32_OldYield16).
-Sun Oct 23 00:51:50 1994 Paul Falstad (pf@zoof)
+ * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Suspend WND lock before EVENT_Synchronize.
- * [if1632/user.spec]
- Add stubs for ArrangeIconicWindows(), etc.
+ * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Create VxD handle only for known VxDs.
- * [if1632/kernel.spec]
- Add IsBad*Ptr() functions.
+ * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
+ Made compilation of *.spec.c files use -fno-builtin regardless of
+ where they are.
- * [loader/signal.c]
- Add test_memory(), for use with IsBad*Ptr().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed/added missing/wrong function prototypes and made internal
+ functions static.
- * [windows/winpos.c]
- Add stubs for TileChildWindows(), etc.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed missing prototypes and made it work with Solaris X11.
- * [windows/win.c]
- IsWindow() shouldn't crash if it's given a bad handle.
- Add stub for GetLastActivePopup().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Eliminated warnings.
- * [memory/global.c]
- Implement the IsBad*Ptr() functions.
+ * loader/ne/segment.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed the DSEG value in the SEGTABLEENTRY struct.
- * [controls/listbox.c]
- Return the full longword of the item data in LB_GETITEMDATA.
+ * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added builtin toolbar bitmaps.
- * [controls/edit.c]
- Don't let the user select an area past the end of the text.
+ * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Some more messages.
- * [objects/text.c]
- In DrawText(), the code to delete crlfs also removed multiple
- consecutive newlines. Also, using DT_CALCRECT didn't return
- the right height, and the width wasn't returned at all.
- This caused MessageBoxes to be missing much of their text.
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for CryptSetKeyParams().
- * [windows/scroll.c]
- ScrollWindow[Ex] didn't work right with null LPRECT arguments.
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stubs for DAD_SetDragImage() and PathCleanupSpec().
-Fri Oct 21 21:47:19 1994 Paul Falstad (pf@zoof.cts.com)
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for _except_handler2().
- * [miscemu/int21.c]
- Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
+ * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetRandomRegion().
- * [misc/property.c]
- Fixed inverted logic in EnumProps(), and changed CallBack16()
- call to use new arg format.
+ * controls/menu.c, windows/nonclient.c:
+ Pascal Lessard <pascal@macadamian.com>
+ Implemented the system button behavior and associated it to the system
+ menu in win95. Also permit the SC_CLOSE item to be disabled.
- * [windows/win.c]
- Fixed CallBack16() call in Enum[Child]Windows to use new arg
- format; this fixes crashes in enum procedures.
+ * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Bugfixes and a fake GETBASEIRQ.
-Wed Oct 19 21:30:00 PDT 1994 martin@cs.csufresno.edu
+ * files/async.c: Ove Kaaven <ovek@arcticnet.no>
+ Made async fds nonblocking.
- * [misc/clipboard.c]
- [windows/event.c]
- [windows/message.c]
- Added cut and paste between Wine and other X clients via
- the PRIMARY selection. Text only this time.
+ * windows/mdi.c: Dan Langlois <daniell@corel.com>
+ Removed an inappropriate if statement from MDI_ChildActivate that
+ prevented the activation code from executing.
- * [controls/edit.c]
- EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
+ * dlls/comctl32/monthcal.c, include/monthcal.h:
+ Alex Priem <alexp@sci.kun.nl>
+ Bugfixes & further updates for the month calendar common control.
- * [windows/defwnd.c]
- Send WM_SYSCOMMAND to overlapped ancestor window,
- not the receiver of WM_SYSKEYDOWN
+ * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
+ Alex Priem <alexp@sci.kun.nl>
+ Started implementing date/time common control.
-Sat Oct 22 15:01:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
+ * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ PSDRV_WriteArc shouldn't write a newpath.
- * [controls/edit.c]
- ClientWidth()/ClientHeight() macros: return 0 if size would
- be negative
- EDIT_StrLength(): takes unsigned char* instead of char*
+ * controls/button.c: Rein Klazes <rklazes@casema.net>
+ Fix handling of WM_LBUTTONDCLICK message for buttons with certain
+ styles.
- * [controls/listbox.c]
- ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
- case instead of in each place required (it was omitted in
- some places causing problems!)
+ * windows/dce.c: Abey George <abey@macadamian.com>
+ Bug fix for updating the clipping region in nested GetDCEx calls.
- * [controls/menu.c]
- MENU_CalcItemSize(): don't try to find size of a text item
- if the pointer is NULL
+ * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
+ Tried to fix the code for SetWindowPos to erase the background
+ properly.
- * [include/heap.h]
- added definition of HEAP_LocalInit()
+Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/msdos.h]
- removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
- instead)
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
+ don't display yet).
+ - added status strings.
+ - added string table for internationalisation of several internal
+ message boxes.
- * [loader/selector.c]
- IPCCopySelector(): added missing flags to shmget() call
- ? does this break linux - I added these flags in a previous
- patch but they were missing in the corresponding release ?
+ * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
+ Removed duplicated defines in winuser.h and commctrl.h. Also corrected
+ a typo for SW_MAX value.
- * [loader/signal.c]
- win_fault(): added missing definitions of i, dump for those
- not running NetBSD or linux
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
+ Francis Beaudet <francis@macadamian.com>
+ Fixed a memory leak in the file dialog.
- * [misc/dos_fs.c]
- DOS_GetCurrentDir(): made temp[] static so it can be safely
- returned
+ * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Strip .drv extensions to MODULE_GetLoadOrder.
- * [miscemu/int21.c,int25.c,int26.c]
- Changed all invocations of pointer() to SAFEMAKEPTR(). Included
- segmem.h where necessary.
+ * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a memory leak.
- * [windows/dialog.c]
- CreateDialogIndirectParam(): Changed HEAP_Init() call to
- HEAP_LocalInit(), removed redundant variables
+ * scheduler/process.c, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
-Sat Oct 22 00:29:41 MET 1994 Dag Asheim (dash@ifi.uio.no)
+ * graphics/psdrv/ps.c, include/psdrv.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Added a call to the newpath operator immediately before the arc
+ operator.
- * [loader/library.c] [loader/main.c] [loader/ne_image.c]
- [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
- [objects/bitblt.c] [objects/metafile.c]
- Rewritten more printf's to use the new debugging system, and
- made wine less verbose per default. Use "-debugmsg +module"
- to get (almost) the same behavior as before.
+ * controls/button.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
+ icon needed to be centered when the button is smaller than the bitmap.
-----------------------------------------------------------------------
-Sun Oct 16 13:29:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a memory leak that occurs when we maximize/minimize an MDI
+ child.
- * [controls/button.c]
- Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
- BM_SETSTATE.
- Implemented default button painting.
- Optimised redrawing.
- Fixed owner-draw buttons.
+ * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
+ Added more support for buddy windows in the updown control.
- * [controls/static.c]
- Implemented WM_SETFONT.
- A few optimisations in painting code.
- Bug fix for SS_SIMPLE controls.
+ * controls/edit.c: Francis Beaudet <francis@macadamian.com>
+ Implemented proper win95 support for the WS_BORDER style.
- * [if1632/callback.c]
- Preliminary GetCodeHandle().
-
- * [if1632/gdi.spec]
- Changed 'pascal' to 'pascal16' everywhere it's needed.
+ * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
+ Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
+ listbox control.
- * [include/windows.h]
- Fixed a few data structures.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed the border for the listbox created by the simple combobox.
- * [memory/heap.c]
- Bug fix in HEAP_ReAlloc().
+ * ole/compobj.c, if1632/compobj.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
- * [misc/cursor.c]
- Fixed SetCursor().
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GetModuleHandle16: treat Win32 modules correctly.
- * [objects/bitblt.c]
- Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
+Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/font.c]
- Better font mapping code.
- Implemented GetTextFace().
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed use of StrRetToStrN.
- * [objects/region.c]
- Bug fix in REGION_MakePixmap().
- Faster region copying.
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
- * [objects/text.c]
- Implemented ExtTextOut().
- Implemented DT_NOCLIP style for DrawText().
+ * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
+ Added explanation of the current DLL support.
- * [windows/dc.c]
- Free the bitmap when deleting a memory DC.
+ * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: fixed freshly introduced bug in GlobalLock16.
- * [windows/dce.c]
- Added support for windows that have no associated X window.
- Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Added stubs for InitMUILanguage and COMCTL32.410.
+ Fixed some compiler warnings.
- * [windows/defdlg.c]
- Implemented default push button handling and DM_SETDEFID.
- Implemented WM_NEXTDLGCTL.
-
- * [windows/dialog.c]
- Implemented default push button handling.
- Beginning of a keyboard interface in dialogs
- (does not really work yet).
- Fixed dialogs that use a special font.
+Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/event.c] [windows/focus.c]
- Added support for non-X windows.
+ * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added FinalUserInit16/FinalGdiInit16 stubs.
+ Call out to FinalUserInit in MAIN_EmulatorRun.
- * [windows/graphics.c]
- Rewritten FloodFill() and implemented ExtFloodFill().
+ * if1632/kernel.spec, memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added IsBadFlatReadWritePtr16().
- * [windows/message.c]
- Cleaner hardware messages and X events handling.
+ * controls/edit.c: Abey George <abey@macadamian.com>
+ Fixed incorrect edit control behaviour in mouse message handling.
- * [windows/defwnd.c] [windows/painting.c]
- Implemented WM_SETREDRAW.
+ * windows/message.c: Abey George <abey@macadamian.com>
+ Send normal mouse messages to WM_SETCURSOR when non-client mouse
+ messages occur.
- * [windows/win.c]
- Only create an X window for top-level windows, or for the desktop.
- Child windows now use their parent's drawable.
+ * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
+ Check if the window has the WS_CLIPSIBLINGS style before using the
+ DCX_CLIPSIBLINGS flag.
- * [windows/winpos.c]
- Beginning of support for non-X windows (still somewhat broken).
- Implemented *DeferWindowPos().
+ * 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:
+ Francois Boisvert <francois@macadamian.com>
+ Implemented the Win95 file open/save dialogs.
- * [*/Imakefile]
- Cleaned up some Imakefiles.
- Moved dc.c from windows/ to objects/.
- Moved cursor.c from misc/ to windows/.
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Do tools/ before any of the other subdirectories, even when doing
+ parallel makes.
-Sun Oct 16 12:21:52 1994 Michael Patra <micky@marie.physik.tu-berlin.d400.de>
+ * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Return selector also in CX from GlobalLock16().
- * [include/debug.h]
- [include/stddebug.h]
- [*/*.c]
- Rewritten all the calls to printf for displaying debug-information
- (messages like "LoadImage: loading SOL (SOL.EXE)" etc.)
- Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
- all these messages on, "-debugmsg -dll" will turn all messages
- concerning DLLs off.
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ More gcc bug workarounds.
- * [controls/combo.c]
- Added some handling for combo controls with ownerdraw-styles
- (just creating and passing the necessary messages to the
- corresponding listbox control; the edit-control needs to be
- replaced with something else).
+ * graphics/psdrv/ppd.c, include/wingdi.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added more paper sizes and bin names to PPD parser.
- * [controls/edit.c]
- [windows/dialog.c]
- Added support for use of global heap memory in dialogs with
- edit controls.
+ * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
+ Actually return the number of events in Mouse_GetDeviceData (fixes
+ Wing Commander Prophecy). Added timestamp and sequence generation,
+ critical section for mousedata. Disabled mouse warping in
+ GetDeviceData for now (generates excess mouse events).
- * [controls/listbox.c]
- Added support for item data.
- ListBoxInsertString(): Fixed bug for elements which are not inserted
- after the currently last element.
-
- * [misc/dos_fs.c]
- [miscemu/int21.c]
- DOS_ValidDirectory(): Checks whether a given string is in fact the
- valid name of a directory.
+Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
-Sat Oct 15 17:35:00 PDT 1994 <martin@cs.csufresno.edu>
+ * */*.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved .spec files to corresponding dlls/ directory.
- * [Imakefile]
- generate wine.sym after creating wine
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Several focus and selection problems in listboxes.
- * [debugger/dbg.y]
- load "wine.sym" when entering debugger
+ * windows/dce.c: Francis Beaudet <francis@macadamian.com>
+ Retrieve the clipping region before setting the drawable and reset the
+ clipping region after.
- * [debugger/info.c]
- symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many fixes/reimplementations.
-Sun Sep 25 12:00:00 PDT 1994 <martin@osiris.cs.csufresno.edu>
+ * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Removed experimental/unused code.
+ Use ShellFolder to get ViewObjects.
+ Started cleanup of the contextmenu code.
- * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
- Files created
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Complete redesign, split into 3 implementations (Desktop, MyComputer
+ and filesystem folders). All parsing and binding is done recursive.
-Sun Sep 18 11:04:45 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
+ * dlls/shell32/shellpath.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHGetSpecialFolderPathA.
- * [misc/spy.c]
- Exclude and Include no longer requires a terminating ';' to
- register the last component.
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHCreateShellFolderViewEx.
-Thu Sep 15 23:10:09 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
+ * dlls/shell32/shellole.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Removed special CoCreateClassObject and use ole functions instead.
+ SHCreateDefClassObject implemented.
- * [Configure]
- Rewrote much of it. Added capability to generate a wine.ini
- file. Commented out the processor emulator options until that
- becomes interesting. Gives a warning if it sees any *.rej
- files. I hope I haven't assumed to much about the shell/OS so
- that it breaks under *BSD.
+ * dlls/shell32/shelllink.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented access to lnk's to a IStream interface.
- * [misc/dos_fs.c]
- Removed/changed calls to ToUnix() (which calls tolower()) so
- that the part of the pathname which correspond with the drive
- letter on DOS no longer will be mapped to lowercase. This
- means that it should be possible to have uppercase letters in
- the [drives] section of wine.ini.
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed icon background (was black).
- * [LICENSE]
- Cosmetic changes so that it displays better in the window you
- get from pressing "Credit_License" in the "About WINE" window.
+ * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed getting icons from filetypes.
-Sun Aug 21 21:12:06 MET DST 1994 <erik@xs4all.nl>
+ * dlls/shell32/enumidlist.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented enumeration of shell extensions, seperated enum stuff for
+ the 3 seperate shellfolder implementations.
- * [controls/menu.c]
- LoadMenu() moved to loader/resource.c.
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Rewrote GetData so support multiple selections.
- * [misc/main.c]
- Added stub for FileCDR().
+ * dlls/shell32/contmenu.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Separated stuff for shv background contextmenu to separate file.
- * [include/peexe.h]
- Added, from Eric's pe-test.
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New functions to access attributes in HCR.
- * [include/resource.h]
- Added.
+ * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file. Seperate implementation of the shellview background
+ contextmenu.
- * [loader/resources.c]
- Removed duplicated code in *Resource() functions.
- Moved NE-program specific functions into ne_image.c.
- Moved NE-fileformat functions to ne_resource.c.
+ * include/wine/undocshell.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file. Contains functions not in the official headers but widely
+ used from other dlls.
- * [pe_image.c] [pe_resource.c]
- Added. Nothing implemented to run PE-executables, resource
- loading only.
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
- * [misc/file.c]
- Changed OpenFile() to use macros.
+ * Makefile.in: Make sure we build tools first.
- * [misc/shell.c]
- Added NULL-ptr checks to ShellAbout().
+ * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Relay code for Win16 register functions converts arguments.
+ New 'interrupt' keyword added (for Win16 interrupt handlers).
+ Adapted .spec files and implementations of register routines.
- * [miscemu/int21.c]
- Fixed a few typos.
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ {Start|End}{Doc|Page} go through DCfuncs.
+ Implement these in the PostScript driver.
+ Change PSDRV_Escape to use them.
+
+ * loader/dos/dosvm.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Work around 'local extern declaration with attribute' gcc bug.
+
+ * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Implementation of SetEventNotification for the mouse driver.
+
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
+
+ * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed incomplete proto.
+
+ * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
+ New keys nessesary for running the new shell32.
+
+ * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Use GDI APIs to access bitmap info.
+
+ * graphics/psdrv/clipping.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
+
+Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Unify startup sequence for Wine and WineLib.
+
+ * windows/clipboard.c, include/clipboard.h, memory/global.c:
+ Noel Borthwick <noel@macadamian.com>
+ Fix bug with pasting Wine clipboard content to external applications,
+ by storing clipboard data on the shared system heap.
+
+ * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
+ Draw an additional white bit for each invert bit of a cursor.
+
+ * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
+ While handling the X FocusIn message in managed mode, if the window
+ has been disabled revert the X focus back to the last focus window.
+
+ * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
+ Francois Boisvert<francois@macadamian.com>
+ Implemented TREEVIEW_InsertItemW.
+
+ * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implemented ExtEscape.
+
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Trying to fix parallel make by doing direct subdir/subdir.o rules.
+
+ * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
+ Sylvain St-Germain <sylvain@macadamian.com>
+ Fixed inconsistency in conditions that determines if a window requires
+ a WM border.
+
+ * graphics/x11drv/xfont.c, include/x11font.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ For large font sizes call XLoadQueryFont with a 100 pixel high font
+ and rescale the metrics.
+
+ * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implement handling of 32 bit AbortProc.
+
+ * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Suppressed compiler warning by using the 'unused' attribute.
+
+ * debugger/Makefile.in, debugger/external.c:
+ Kevin Holbrook <kwh@neosoft.com>
+ Added utility function to invoke external debugger.
+
+ * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added WINMM resources.
+
+ * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed obsoleted mcistring.c.
+ Added support for resources.
+
+ * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
+ MCI_STATUS) for mciSendString.
+
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Spread the use of MM crit sect.
+
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved some MCI functions to mci.c.
+ Now loads error messages from string table.
+ Spread the use of MM crit sect.
+
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added parsing & storing of command tables.
+ Merged some MCI functions from mmsystem.c.
+
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed some no longer used prototypes.
+ Added command tables to MCI structure.
+
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed buggy prototype.
+
+ * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
+ Avoid crashing on a bad symbol address of 0x0000.
+
+ * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed MODULE_GetWndProcEntry16().
+ Use 32-bit window procedures in COMMDLG instead.
+
+ * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed cut&paste bug.
+
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Add a few stubs, some C++ compatibility, and fix a few types.
+
+ * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
+ Declare only one instance of GUID_NULL.
+
+ * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed various problem with ImageList_Draw.
+
+ * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
+ Re-enable the owner window in the EndDialog().
+
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed notifications.
+
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Always retrieve Callout routines using GetProcAddress().
+
+ * windows/defwnd.c: Abey George <abey@macadamian.com>
+ Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
+
+ * windows/x11drv/keyboard.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed compiler warning.
- * [miscemu/kernel.c]
- Added _DI = _DS, to put the caller's instance in DI. Doesn't
- work properly if caller changed DS :-(
-
-----------------------------------------------------------------------
-Thu Aug 25 15:24:36 EDT 1994 <jrichard@cs.uml.edu>
-
- * [include/win.h]
- Removed seperate X window for icon, added icon width,height.
-
- * [include/windows.h]
- Commented out the old SW_xxx emum and added defines since
- they aren't enumerated.
-
- * [windows/dce.c]
- Removed some older IsIconic checks from GetDCEx(), functionality
- is now in nonclient and generic wine window handling code.
- Lots of thanks to Alexandre Julliard all the hints and
- help...
-
- * [windows/defwnd.c]
- Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
- WM_PAINTICON now calls NC_HandleNCPaint.
-
- * [windows/event.c]
- Removed IsIconic checks.
-
- * [windows/icon.c]
- Removed everything in this file for now... could be used later.
- Icon functionality is now handled by the generic wine windows
- handling functions.
-
- * [windows/mdi.c]
- Added a ShowWindow in MDIRestoreChild(). MDI child windows now
- show up when deiconified. Removed IsIconic checks.
-
- * [windows/message.c]
- Removed old icon routines from hardware_event().
-
- * [windows/nonclient.c]
- Changed NC_HandleNCCalcSize() so it doesn't change the size
- of an icon window. Made NC_InternalNCHitTest() on an Iconic
- window always return HTCAPTION. Made NC_HandleNCLButtonDblClk()
- on an Iconic window always send a SC_RESTORE message.
-
- * [windows/painting.c]
- Changed RedrawWindow() so it doesn't redraw an iconic window
- unless it has to (no icon for this class).
-
- * [windows/win.c]
- Removed creation of seperate icon window from CreateWindowEx().
-
- * [windows/winpos.c]
- Added saving and restoring of window rectangle during
- iconification/deiconification to ShowWindow(). Added
- functions to recursively hide and show children... called
- by ShowWindow during iconification/deiconification.
-
-Sat, 27 Aug 1994 18:47:34 +0100 (MET DST) micky@marie.physik.tu-berlin.de (Michael Patra)
-
- * [windows/message.c]
- WaitMessage(): Fixed handling of wm_timer-messages
-
- * [miscemu/int21.c]
- FindNextFCB(): Rewritten to support other functions than just
- returning the volume label
-
- * [misc/file.c]
- OpenFile(): Fix in handling of OF_CREATE
-
-Wed Aug 24 19:40:42 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
-
- * [if1632/user.spec]
- Added SetParent.
-
- * [windows/win.c]
- Added SetParent.
-
-Fri Aug 19 16:37:00 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
-
- * [loader/selector.c]
- Many changes throughout file to correct handling of shared memory
- function return codes. FreeBSD and SunOS shm functions return
- -1 not 0 on error. If Linux is different, these changes
- will have to be backed out.
- CleanupSelectors(): this is a new (internal) call to free
- up all selectors (and shm handles/memory) for use on exit.
-
- * [include/segmem.h]
- Change comment to reflect new use of shm_key
-
- * [misc/main.c]
- called_at_exit(): add call to CleanupSelectors()
-
-Mon Aug 22 18:19:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/button.c]
- Use OBM_CHECKBOXES to draw check boxes with correct colors.
- Fixed bug with WM_SETTEXT handling.
- A few drawing optimisations.
-
- * [controls/menu.c]
- Implemented correct \t and \a handling in menu items.
- Implemented help items (flush right) on menu bar.
- Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
-
- * [controls/static.c]
- Fixed SS_ICON controls and implemented STM_SETICON message
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Let through more flags to EnumPrinters.
+ Fixes for GetPrinter/GetPrinterDriver.
+
+ * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix stupid `rubbish at end of %%Title' bug.
+ Don't complain about palette relative RGBs.
+ If output param to CreateDC is NULL default to `LPT1:' - Hack.
+
+Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.in, include/config.h.in, include/wine_gl.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Better detection of OpenGL.
+
+ * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Reverted CallTo16 routines to STDCALL convention.
+
+ * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ String to GetTextExtentPoint is not necessarily 0 terminated.
+ Fix function name `32's in comments - API naming madness makes this
+ worthwhile.
+
+ * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ EnumJobs stub.
+ Update graphics/psdrv/README.
+ Add warnings to DRIVER_GetDriverName.
+
+ * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bad ptr occurrence in this class WndProc.
+
+ * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - Added a new option 'noxshm'
+ - Added a 16bpp -> 32 bpp conversion function
+
+ * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
+ Change color gray text to 128 128 128 for win9x look.
+
+Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/debugger.c:
+ Do not output text in OutputDebugStrAW when not being debugged
+
+ * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
+ MDIDestroyChild: MDI window menu item was deleted only if the current
+ destroyed child was active.
+
+ * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
+ Reset disabled style for the dialog boxes set on property pages.
+
+ * 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:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Generalized the distinction between 2 and 4 byte integers slightly through
+ a new parser state. The is now a warning when a 2 byte integer is larger
+ than 16 bit (and is truncated).
+ - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
+ this type will work as expected.
+ - Added generalized language/version/characteristics support to the DLGINIT
+ resource type.
+
+ Ulrich Czekalla <ulrichc@corel.ca>
+ - Added support for DLGINIT resource-type.
+ - Added string continuation and embedded quoting.
+ - Added numeric IDs for icons in controls.
+
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
+
+Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/Attic/string.c, misc/Makefile.in:
+ Albert den Haan <albertd@corel.ca>
+ Remove string.c because all of its functions were moved to crtdll.c
+ where they belonged.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Make it possible to compile with GNU C's -I- option.
+
+ * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Work around gcc sig11 fault.
+
+ * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed rounding in MulDiv.
+
+ * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
+ Luc Tourangeau <luc@macadamian.com>
+ - implementation of SetDeviceClipping
+ - coordinate system origin fix
+
+ * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Work-around for compiler bug.
+
+ * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
+ Alex Priem <alexp@sci.kun.nl>
+ - Implementation of simple comctl32 v5.0 changes.
+ - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
+
+ * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
+ Added pointer validation and additional sanity check to IsValidSid().
+
+ * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
+ Small fix in UITOOLS95_DrawRectEdge().
+ Also a fix to draw scrollbar-buttons more like in win9x.
+
+ * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
+ afterwards, but a copy of it.
+
+ * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check better that handles are actual handles to a region.
+
+ * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
+ Stop DCE_GetVisRect dereferencing a null wndPtr.
+
+ * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
+ James Juran <jrj120@psu.edu>
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Updated README and man page.
+ Split documentation for wine.conf into new wine.conf(5) manpage.
+
+ * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
+ Noel Borthwick <noel@macadamian.com>
+ Implemented the OLE Clipboard API.
+
+ * windows/winpos.c: Abey George <abey@macadamian.com>
+ Validate the parent with the child window client rectangle when the
+ parent's update region is not empty.
+
+ * include/win.h, windows/painting.c:
+ Francis Beaudet <francis@macadamian.com>
+ Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
+
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed fake WM_LBUTTONUP message.
+
+ * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
+ Added version information for Win98.
+
+ * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
+ Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
+
+ * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
+ are now stored uppercase.
+
+ * controls/button.c: Francis Beaudet <francis@macadamian.com>
+ Implemented the BS_ICON style.
+
+ * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
+ CreateDialogParamA should not call CreateDialogParamW, because
+ that'd create a dialog box with a Unicode dialog procedure...
+
+ * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
+ Win9x look & feel on scrollbars.
+
+ * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Introduced a [psdrv] section in wine.conf with a ppdfile value
+ specifying the path and name of the PPD file.
+
+ * dlls/comctl32/updown.c, include/updown.h:
+ Sylvain St-Germain <sylvain@macadamian.com>
+ Implementation of the updown buddy windproc subclassing for the
+ handling of keyboard up and down arrow.
+
+ * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
+ Updated documentation to reflect renamed header.
+
+ * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
+ Added missing include netinet/tcp.h, for TCP_NODELAY.
+
+ * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
+ GetIcon bug fix.
+
+Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/module.h, loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add WINAPI for EntryAddrProc.
+
+ * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
+ Minor bug fixes in DdeNameService, also changes to move towards
+ process-safe code.
+
+ * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
+ Win9x look & feel on buttons and a fix for ownerdrawn buttons
+ (background set to COLOR_BTNFACE).
+
+ * if1632/kernel.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GlobalSmartPageUnlock() stub added.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use position-independent code in assembly glue when building .so.
+ Include if1632/ and graphics/win16drv/ into WineLib.
+ Move miscemu/emulate.c into dlls/win87em/.
+
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed way of allocation open mci drivers (array => list); this list
+ is now stored on a per process basis.
+
+ * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed fixed size array to store specific data (now using
+ mci(Set|Get)DriverData to store specific data).
+ Make use of default debugtools.h channel.
+ Added CALLBACK attribute to DriverProc.
+
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed way of allocation open mci drivers (array => list).
+ First valid ID for mci devices is now 1 (some progs were testing this
+ value).
+ Started implementing mci command table resources.
+ Handled closing on MCI_ALL.
+
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed fixed size array to store specific data (now using
+ mci(Set|Get)DriverData to store specific data).
+ Deferred opening of low-level device until play is requested.
+
+ * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed return value for 'open' command.
+ Changed way of allocation open mci drivers (array => list).
+
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed fixed size array to store specific data (now using
+ mci(Set|Get)DriverData to store specific data).
+ Fixed mmio chunk lookup on odd size 'fmt ' chunks.
+
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Uniformized use of fd to midi device.
+ Now allocating memory on system heap.
+ Fixed bug when stopping all notes.
+
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cosmetic fixes.
+ Changed way of allocation open mci drivers (array => list).
+ Started implementing mci command table resources.
+
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer calling mm timers callbacks with mm timer crit sect locked.
+
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ ERROR_MORE_DATA requires to write the needed number of bytes into the
+ lpcchX value (verified against NT3.51 advapi32.dll).
+
+ * include/winnt.h, win32/device.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed some CONTEXT86 vs. CONTEXT mismatches.
+
+ * include/neexe.h, loader/ne/segment.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added support for 32-bit NE code segments.
+
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ Fix a hang when we process WM_STYLECHANGED.
+ Small optimization in TREEVIEW_DrawItem.
+ Fix debugging crash in TREEVIEW_Expand.
+
+Mon Jul 12 13:46:38 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing prototype for ILFindChild().
+
+ * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Compiler warnings fix.
+
+ * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Dumb fixes.
+
+ * if1632/kernel.spec, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed bugs introduced by 'register' and 'return' function changes.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
+ level physical surfaces (verified for XLIB with WC Prophecy).
+
+Sun Jul 11 17:20:06 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Take advantage of the new registers saved in the STACK16FRAME to turn
+ some 'register' functions into normal functions.
+ Removed the few remaining 'return' functions to simplify relay
handling.
- * [controls/widget.c]
- Set cursor to IDC_ARROW for built-in classes.
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed the old, historical and no longer working IPC support.
- * [include/options.h] [misc/main.c]
- Backing store is now off by default.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Modularized CallFrom/To16 routines. Adapted dependent routines,
+ 16-bit snoop/relay debugging, and make rules.
- * [objects/region.c]
- Use X regions for rectangle and polygon regions: *major* speed
- improvement.
+ * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
+ Revert last change in window activation on mouse click.
- * [windows/dialog.c]
- Fixed the fix for integer ids in controls. SS_ICON controls in
- dialogs should work now.
- Implemented DS_ABSALIGN style.
-
- * [windows/graphics.c]
- Implemented InvertRgn().
- New internal function GRAPH_DrawBitmap() to draw bitmaps faster
- than with CreateCompatibleDC() + BitBlt().
-
- * [windows/message.c]
- Determining the window for a mouse message is now done at
- GetMessage() time.
- Modified PeekMessage() handling to avoid needlessly flushing the
- output queue.
+ * memory/global.c: Rein Klazes <rklazes@casema.net>
+ Fixed a case when GlobalSize did not return zero after an error.
- * [windows/timer.c]
- Check for restart of a timer (SetTimer call with the same hwnd and
- id than an existing timer).
-
-----------------------------------------------------------------------
-Tue Aug 9 23:58:29 MET DST 1994 <erik@hacktic.nl>
-
- * [misc/file.c]
- OpenFile(): Completly rewritten.
-
- * [miscemu/int21.c]
- CreateFile(): Fixed wrong mode in call to open.
- OpenExistingFile(): Implemented file sharing.
- FindNext(): Fixed.
- CreateNewFile(): Fixed wrong mode in call to open.
- fLock(): Added to handle record locking.
- GetFileAttribute(): Added.
- As a result, AH = 0x5c, 0x09, and 0x0b were changed.
-
- * [miscemu/int2f.c]
- AH = 0x10: SHARE installation check
-
- * [loader/resource.c]
- AccessResource(): Fixed. A new file descriptor will be returned by
- every call to AccessResource().
-
- * [windows/utility.c]
- wvsprintf(): Fixed.
-
- * [controls/menu.c]
- FindMenuItem(): Fixed (handling for nPos == -1 added).
-
- * [windows/win.c]
- CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
-
- * [Configure]
- Added two options for a processor emulator that might be
- plugged in later..
-
- * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
- CreateNewTask() stores real modulename instead of 'TASKxxxx'.
- Added TaskFirst(), TaskNext(), TaskFindHandle().
-
- * [memory/global.c]
- Added stub for MemManInfo().
-
- * [objects/text.c]
- Added stub for GetTabbedTextExt().
-
- * [miscemu/*]
- Changed all references to registers. Please don't access
- the context structure.
- fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
-
- * [misc/lstr.c]
- Fixed bug in AnsiUpper() & AnsiLower().
-
- * [misc/winsocket.c]
- bugfix in getsockopt()/setsockopt(): winsock uses different values
- than unix.
-
- * [objects/dib.c]
- Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
-
-Mon Aug 8 21:12:33 1994 David Metcalfe <david@prism.demon.co.uk>
-
- * [controls/edit.c]
- Added support for WM_COPY, WM_CUT and WM_PASTE messages.
-
- * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
- Modified dialog code to create new heap for edit controls
- unless DS_LOCALEDIT style is set.
-
-Thu Aug 4 18:50:56 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/button.c] [controls/edit.c] [controls/static.c]
- Removed unneeded GlobalUnlock() calls.
-
- * [controls/menu.c] [include/menu.h]
- Lots of changes, fixed a lot of old bugs and introduced a lot of
- new ones :-)
- - Changed message loop to use MSG_GetInternalMessage().
- - Fixed a bug that caused the main window to lose activation when
- displaying a menu.
- - Correctly send initialisation messages (WM_INITMENUPOPUP).
- - Implemented EndMenu() and LookupMenuHandle().
- - Changed internal structures to be as compatible as possible with
- MS-Windows.
- - Allocated everything on the USER heap instead of the global heap.
- - Prefixed all internal function names with MENU_ and declared
- them static.
- - Moved "About Wine..." handling to NC_HandleSysCommand().
- - Multi-line menus should now work correctly.
-
- * [loader/resource.c] [objects/bitmap.c]
- Added the possibility to create OEM bitmaps directly as X bitmaps.
-
- * [objects/dcvalues.c] [windows/dc.c]
- Fixed GetDCOrg() to return screen coordinates.
+Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/message.c]
- Fixed double-click checks when the message is not removed from the
- queue.
- Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
+ * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
+ Renamed static global variable 'iovec' to 'myiovec'.
- * [windows/nonclient.c]
- Bug fix in system menu hit-test calculation.
- A few changes for new menu functions.
+ * 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:
+ Howard Abrams <howard@cs.nps.navy.mil>
+ Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
-Thu Aug 11 17:51:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
+ * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Create dialog window using CreateWindowEx16/W depending on template
+ type, not dialog procedure type.
- * [controls/edit.c]
- Bug fix in Edit_NCCreateMessage
- es->textlen was being used before being set
+ * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
+ Made IShellFolder::fnParseDisplayName return a relative pidl.
- * [controls/menu.c]
- Bug fix in MENU_DrawMenuItem
- don't try to write text if NULL pointer passed
+ * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
+ Alex Priem <alexp@sci.kun.nl>
+ First try at the month calendar common control. Main features
+ basically OK.
-----------------------------------------------------------------------
-Thu Aug 4 07:18:02 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
+ * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implemented GetPrinterA and GetPrinterDriverA.
- * [windows/message.c]
- Implemented WaitMessage() (USER.112).
+ * controls/button.c: Luc Tourangeau <luc@macadamian.com>
+ Added BN_CLICKED notification in WM_SETFOCUS.
- * [if1632/user.spec]
- Added WaitMessage.
+ * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
- * [windows/defwnd.c]
- WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
+ * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented StrToOleStrN.
+ Fixed crash in ShellExecuteEx.
+ Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
+ Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
- * [miscemu/int{13,21,2a}.c]
- * [miscemu/Imakefile]
- * [signal/loader.c]
- Added a few basic disk information and diagnostic functions to
- prevent programs using this function from crashing. All drives
- are claimed to be remote ones, so direct I/O isn't allowed.
+ * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ IStream interface for file access.
- * [controls/edit.c]
- EDIT_WriteText(): Added code to correctly erase the remaining space
- of the edit-control if the size of the control has changed sinced it's
- creation.
+ * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash during second DLL_PROCESS_DETACH if the dll
+ refcount reached zero after the second one (memory freed twice).
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Some more pidl-types.
+ Implementation of ILIsParent.
+
+ * dlls/shell32/shelllink.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Completely rewritten. IPersistStream interface implemented.
+
+ * dlls/shell32/shellole.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ DLLGetClassObject/Classfactory: create objects by CLSID not IID.
+
+ * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: exit() replaced by ExitProcess().
+
+ * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: correctly cope with end > 0xfffe.
-Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
+ * library/winestub.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call ExitProcess() after WinMain() returns.
- * [if1632/mouse.spec]
- Added mouse.dll entry, no functions.
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
+ Don't try to call WEP of dummy modules in FreeLibrary16().
- * [loader/resource.c]
- Bug fix in AccessResource().
+ * include/winreg.h, misc/registry.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added `const's to some registry API functions.
- * [misc/keyboard.c], added [include/keyboard.h]
- Changed functions to return more useful values.
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Added a couple of DirectX CLSID entries. This makes Unreal completely
+ independent of a windows installation.
- * [windows/dialog.c]
- Hacked DIALOG_GetControl() to support resources which
- have 0xff00 - 0xffff as id. ** Needs to be done properly by
- someone who knows the NE fileformat **
+ * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
+ GetTimeFormat() should return LocalTime not SystemTime.
-Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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:
+ Dave Pickles <davep@nugate.demon.co.uk>
+ FOR and IF commands added.
+ MOVE command added, but no wildcard support.
+ Redirection added.
+ Fixed TIME (was reporting in GMT).
+ More help text.
- * [windows/event.c]
- Add new stub for EnableHGardwareInput() function.
+ * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
+ Sometimes the text on a tab control got truncated.
- * [windows/message.c]
- Add coding for HWND_BROADCAST in PostMessage().
+ * controls/combo.c: Abey George <abey@macadamian.com>
+ Fixed the height of the dropped list when there are few items in the
+ list.
- * [misc/file.c]
- Add coding for OpenFile() also search in WindowPaths.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
+ calling XFlush() instead.
+
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added patterned brushes (level 2 PostScript only).
+ Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
+
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
+ to use the same code path.
- * [misc/mmsystem.c]
- * [misc/audio.c]
- * [misc/mmaux.c]
- * [misc/mcicda.c]
- Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
- Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
- SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
-----------------------------------------------------------------------
-Mon Jul 18 23:55:13 MET DST 1994
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix InitTask() to work if DGROUP was manually resized.
+
+ * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
+ Ian Schmidt <irsman@iag.net>
+ Added stub for SetThreadToken(), required by Office 2000.
+
+ * include/commdlg.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: COMMDLG hook procedures were not CALLBACK.
- * [if1632/call.S]
- CallTo16(): added `mov %eax,%edx' just before lcall,
- to make sure that DX contain the DLL's hinstance when
- initialised.
+ * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
+ It is possible for a stream to have both small block and big block
+ chain as NULL.
- CallTo32_16() added, equal to CallTo32() except for
- one thing: it saves DX and
+ * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
+ Made string compare case insensitive in GetModuleHandle16() as a
+ quick fix for WinWord 6.
+
+ * misc/network.c, relay32/mpr.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added stub for WNetGetUniversalName[A|W].
- * [tools/build.c]
- Added some code to support 16 and 32 bit return values.
+ * graphics/x11drv/palette.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash due to invalid GDI_Obj.
- * [1632/{kernel,user}.spec]
- Changed most of the `pascal' style to pascal_16 when
- function returned a 16bit value.
+ * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash due to invalid pointer.
-Tue Jul 19 18:40:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+----------------------------------------------------------------
+Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- Reorganized sizing and drawing code to implement multi-line menus.
- Implemented MENUBREAK style.
- Use system colors to draw menus.
+ * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * [objects/color.c]
- Bug fix in COLOR_IsSolid().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Started on an implementation of Win64 for use on 64 bit platforms.
- * [objects/font.c]
- Bug fix in FONT_GetMetrics(): calculate average character width
- only on existing chars (dialogs look much better).
+ * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
+ Windows should be activated in these cases:
+ 1- when we click on non active window.
+ 2- when we cancel a moving or resizing of a non active window.
- * [objects/text.c]
- Bug fix in DrawText(): use text color to underline mnemonic.
+ * documentation/distributors:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added sample wine.conf.
- * [windows/nonclient.c]
- Changed WM_NCHITTEST handling to cope with multi-line menu bars.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Moved code to the X11 driver.
- * [windows/syscolor.c]
- Added system objects for menu colors.
+ * include/winuser.h, loader/resource.c, relay32/user32.spec:
+ Joshua Thielen <thielen@netperson.net>
+ Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
-Mon Jul 18 19:32:08 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
+ * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
- * [controls/menu.c]
- Fixed bug in SelectPrevItem that caused seperators to not be
- skipped when using the up arrow key.
+ * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed check for whether to call SetWindowPos when showing a window
+ scroll bar.
-----------------------------------------------------------------------
-Thu Jul 14 17:50:45 1994 Bob Amstadt (bob@pooh)
+ * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for complete lcid or just the primary language id in the
+ registry lookups (fixes one FirstClassClient 32 problem).
- * [Configure]
- Autodetects Linux version (if running Linux).
+ * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
+ Fixed a problem with apps that override the default behaviour on
+ WM_MOUSEACTIVATE message (main window was not activated).
- * [loader/signal.c]
- New signals for Linux.
+ * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
+ When enumerating resource, only use the lower 31 bit of the name as
+ the offset (for the highest bit is '1'). Should fix wine-net/257.
- * [loader/ldtlib.c]
- New structure field in sys call.
+ * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixes for compile on non-Intel platforms.
-Sun Jul 10 19:31:34 1994 Olaf Flebbe (olaf@dragon)
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed/moved/added missing/wrong function prototypes.
- * [load/resource.c]
- fixed Memory (Resource) Leak.
+ * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
+ Henrik Olsen <henrik@iaeste.dk>
+ Cleanup of the Danish support.
- * [load/main.c]
- fixed a printf.
+ * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
+ Fix a bug in SetWindowPos to prevent parent from erasing its child
+ painting area when parent window and child window don't have
+ WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
-Tue Jul 12 18:50:34 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
+ Make defwndproc erase the correct location.
- * [controls/desktop.c]
- Implemented desktop wallpaper (only 16 colors for now).
+Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c] [windows/nonclient.c]
- Preliminary work to allow multi-line menus.
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ some small include fixes, some checks for NULL ptrs,
+ loader/elf.c: fixed the "lib" insertion
+ crtdll: added fsopen()
+ dinput: return that we are attached.
- * [misc/main.c]
- No backing store on desktop window (not useful).
+ * controls/button.c: Reverted previous change.
- * [objects/text.c]
- A few fixes to DrawText() to make underlines under mnemonic
- letters to look better.
+ * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
+ Cancel pending notifications when EM_SETMODIFY is called.
- * [windows/graphics.c]
- More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
- Implemented PolyPolygon() (partially working).
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ Fix a crash when doing sorted inserts at top level.
- * [windows/winpos.c]
- New function WINPOS_SendNCCalcSize().
- Cleaned up SetWindowPos() and added preliminary support for
- multi-line menus.
+ * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
+ Reworked nonclient drawing code. Win31 look now works more like real
+ Win31, so apps like Delphi 1.0 no longer go into infinite recursion
+ etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
+ (e.g. WS_EX_WINDOWEDGE is still not handled).
-Mon Jul 11 19:15:51 1994 Miguel de Icaza (miguel@sphinx)
+ * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
+ SM_C[XY]FRAME is BorderWidth + 1.
- * [controls/edit.c]
- Changes to work as a library.
+ * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: LocalInit with start == 0 always places heap at end of segment.
- * [if1632/callback.c]
- Ifdefed module.
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
- * [if1632/relay.c]
- Changes to allow linking with WineLib.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ On NE process creation, move major part of NE EXE module loading and
+ NE instance creation into the child process.
- * [include/windows.h]
- Added macro WINELIB_UNIMP
+ * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
+ Window style updates.
- * [loader/library.c]
- When compiling WineLib, GetProcAddress is not implemented yet.
+ * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
+ Some enhancements, and removal of C++ constructs.
- * [loader/main.c]
- Added empty InitDLL when using WineLib.
+ * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented chains of surfaces. This allows an unlimited number
+ of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
+ whatever).
- * [loader/ne_image.c]
- Some parts of the loader are needed for WineLib, ifdefed correctly
+ * files/file.c, relay32/kernel32.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added UnlockFileEx stub.
- * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
- Disable compilation of module when compiling WineLib.
+ * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
+ Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
+ Added missing 61762 entry on system resources in Spanish and
+ Catalonian languages.
- * [toolkit/heap.c]
- Fixed small bug. When passed an invalid handle WineLib would
- crash, now return NULL.
+ * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
+ Make GetScrollInfo return scroll pos when program requests thumb pos
+ outside drag operation.
- * [toolkit/winmain.c]
- Call CreateNewTask in _WinMain.
+Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Jul 10 09:08:02 1994 David Metcalfe <david@prism.demon.co.uk>
+ * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Converted to the new debug interface.
- * [controls/edit.c] [controls/widget.c]
- More changes to improve compatibility with Windows' edit
- control. Finished off tab stop support.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ ReadConsoleA: use ir as pointer to (req+1).
-Mon Jul 11 21:05:02 MET DST 1994 Erik Bos <erik@hacktic.nl>
+ * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
+ Remove the validated child area from the update region of parent for
+ windows without WS_CLIPCHILDREN style.
- * [if1632/relay.c]
- # of ordinals in shell.dll changed to 103.
+ * debugger/db_disasm.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Grp8 instructions have *byte* BitOffset operand.
- * [loader/signal.c]
- sti, cli will now be ignored.
+ * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: missing WINAPIs added.
- * [objects/brush.c]
- Added stub for GetSysColorBrush().
+ * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
+ OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
-----------------------------------------------------------------------
-Sun, 3 Jul 1994 20:15:56 +0100 (BST) David Metcalfe <david@prism.demon.co.uk>
+ * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
+ Return ERROR_DISK_FULL for WriteFile.
- * [controls/edit.c]
- Bug fixes and tidying up. Preliminary tab stop support
- (doesn't work yet).
+ * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
+ Fixed missing return after about dialog.
- * [windows/dialog.c]
- Reversed order of buttons in CheckRadioButtons so that all
- buttons are now displayed.
+Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
-Tue Jul 5 18:30:24 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * [include/options.h] [misc/main.c] [windows/win.c]
- Removed nosaveunders option, replaced by handling
- the CS_SAVEBITS flag.
+ * 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:
+ Changed CONTEXT into CONTEXT86 everywhere we really want an i386
+ context.
+ Added #ifdef __i386__ around accesses to 386 registers in the generic
+ CONTEXT structure.
- * [windows/class.c]
- Modified the fix for negative size in class extra bytes to
- avoid modifying the caller's data.
+ * include/winnt.h: Added CONTEXT86 definition.
+ Added PowerPC context as an example (not tested).
- * [windows/dc.c]
- Bug fix: system font must be a proportional font.
- Fixed a bug that caused the default pen to not be selected
- correctly in a DC.
+ * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
+ Fixes for non-i386 compiling.
- * [windows/graphics.c]
- Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
- noticing it.
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ ANSI C fixes.
+ Removed warnings.
+ Made the include files self-sufficient.
+ Some Solaris fixes.
- * [windows/painting.c]
- Removed incorrect selecting of default objects in BeginPaint()
- (no longer needed because of the fix in dc.c).
+ * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed DPA_LoadStream and improved DPA_Merge.
-Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added check for invalid parent item.
- * [misc/mmsystem.c]
- * [misc/audio.c]
- Add more code to interface '/dev/dsp'.
+ * dlls/shell32/shellord.c, relay32/shell32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added SHDoDragDrop() stub.
- * New file [misc/mcicda.c]
- Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
+ * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetRandomRegion().
- * New file [misc/mmaux.c]
- Stubs to make a future driver connected to '/dev/mixer'.
+ * misc/network.c, relay32/mpr.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WNetRemoveCachedPassword() stub.
- * [windows/win.c]
- Temporary patch to CreateWindowEx() for reseting negative
- coordinates to 0,0 ; because 'soundrec.exe' give negative values
- and I need it to work on MMSYSTEM ... :-)
+ * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Store buddy window.
- * [miscemu/int2f.c]
- add a stub 'do_int2f_16' (function 0x16) for DMPI server.
+ * include/tooltips.h, dlls/comctl32/tooltips.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Started WM_NOTIFYFORMAT support.
-Mon Jun 20 10:08:40 BST 1994 William Smith (wos@dcs.warwick.ac.uk)
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Better ComboBoxEx placement.
- * include/comm.h
- New file -- some definitions that were in comm.c now need to
- be shared with misc/dos_fs.c
+ * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
+ Ensure that the command-line passed to the various *CreateProcess
+ functions contains the path to the program being invoked.
- * misc/comm.c
- Some definitions moved into include/comm.h
+ * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
+ Prevent bad window X error.
- * misc/dos_fs.c (DOS_GetEquipment):
- Fixed error in equipment -- bitwise or of two values should
- be used instead of logical or. Also added code to correctly
- report the number of serial and parallel devices.
+ * windows/mdi.c, windows/sysmetrics.c:
+ Abey George <abey@macadamian.com>
+ The system menu icon on a MDI child window was corrupted when the
+ child frame window is maximized within the main frame when the wine
+ look is Windows 95.
-----------------------------------------------------------------------
-Mon Jun 20 14:26:41 1994 Bob Amstadt (bob@pooh)
+ * controls/scroll.c, windows/defwnd.c:
+ Slava Monich <Slava.Monich@netmanage.com>
+ In case if scrollbar has the same background color as the window
+ it belongs to, it needs to be filled with 0x55aa bitmap brush.
- * [objects/bitmap.c]
- Allow negative bitmap sizes.
+ * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
-Sun Jun 19 12:00:04 1994 David Metcalfe <david@prism.demon.co.uk>
+ * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fix (well kludge around) FreeBSD's `Invalid address' errors.
- * [controls/edit.c]
- Improved selection display. Added processing for WM_SETFONT,
- EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
- EM_GETHANDLE, EM_SETHANDLE messages. Text buffer now stored on
- application's local heap.
+ * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Draw a 3D border around edit controls when not in WIN31_LOOK.
- * [windows/graphics.c]
- Corrected bug in Rectangle(). XFillRectangle has the same
- width as Rectangle, but XDrawRectangle is one pixel wider
- for the same co-ordinates.
+ * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Only draw a black border around normal buttons when in WIN31_LOOK.
- * [memory/heap.c] [include/heap.h]
- Added HEAP_LocalSize function.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed alignment and position when looking for mmio chunks.
- * [windows/event.c] [windows/keyboard.c]
- Improvements to KeyStateTable and addition of AsyncKeyStateTable.
- Added supporting code to GetKeyState and GetAsyncKeyState and
- merged mouse button states into GetKeyboardState.
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer using global vars (shared data) for mm timers, but a
+ specific structure for each attached process.
+ Fixed alignment and position when looking for mmio chunks.
+ Fixed WAVE mapper handling in waveGetCaps.
- * [loader/resource.c] [include/accel.h]
- Added recognition of SHIFT, CONTROL and ALT keys to
- TranslateAccelerator.
+ * include/multimedia.h, multimedia/time.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer using global vars (shared data) for mm timers, but a
+ specific structure for each attached process.
- * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
- A bit more metafile support.
+ * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
+ Wrote a small document on how to package WINE for distributors.
-Sun Jun 19 17:29:00 MET DST 1994 Erik Bos (erik@hacktic.nl)
+ * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
+ SetCursorPos() function was called with a window coordinates
+ parameter.
- * [loader/resource.c]
- SizeofResource() and AllocResource() added, AccessResource() updated.
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed null ptr deref introduced in last patch.
- * [if1632/kernel.spec]
- FreeLibrary() used for FreeModule().
+ * if1632/ole2.spec, ole/ole2.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Kind of implemented OleMetaFilePictFromIconAndLabel.
- * [windows/graphics.c]
- Rectangle(): swap left & right corners when right < left,
- swap top & bottom when botton < top.
+ * include/toolbar.h, dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed various problems related to bitmaps and flat toolbars.
-Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed problems with disappearing text.
- * [controls/combo.c]
- Fix bug in window style of the associated listbox.
+ * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Complete rewrite of messaging code to implement/fix all input behaviors.
+ Fixed a few fixmes.
- * [controls/menu.c]
- Skip separators in keyboard navigation by using new internal
- functions SelectPrevItem() & SelectNextItem(),
+ * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+ Dave Pickles <davep@nugate.demon.co.uk>
+ Added more batch functionality, including the CALL GOTO and SHIFT
+ commands plus batch command arguments.
- * [misc/profile.c]
- Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
- IntBuf must be alloc to (5+1)=6. char instead of 5.
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated to reflect current status.
- * [misc/main.c]
- Put code in functions SetEnvironment() & GetEnvironment().
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ NE_LoadFileModule: Free module when NE_LoadDLLs fails.
- * [misc/shell.c]
- Start putting some code in ExtractIcon() function.
+ * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implemented the underline and strikeout text attributes for the Wine
+ PostScript driver.
- * [misc/mmsystem.c]
- Some code for MMTimer functions & timers list.
+ * windows/win.c: Pascal Lessard <pascal@macadamian.com>
+ EnableWindow doesn't release the capture of a child window.
- * [miscemu/int31.c]
- Few stubs for DPMI interrupt calls. Nothing work yet.
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
+ non-blank.
-Mon Jun 20 07:37:43 EDT 1994 John Richardson (jrichard@cs.uml.edu)
+ * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
+ Remove the WM_LBUTTONUP message from the queue after selecting a mouse
+ menu item.
- * include/win.h (tagWND):
- Added icon fields icon, hIcon and rectClientSave to
- the tagWND struct.
+ * 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:
+ Further server optimizations:
+ - merged request and reply structures
+ - build requests directly into the buffer to avoid a copy
- * windows/Imakefile
- Added icon.c to the list of files to compile
+Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
- * windows/dce.c (GetDCEx):
- Added some checks for iconic mode and pass icon window as drawable,
- not the real window.
+ * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
+ Alexander Kanavin <ak@cave.hop.stu.neva.ru>
+ Standard dialog boxes resources and OLE strings are now in cp1251 encoding
+ Font mapper does not anymore use fonts in -koi8-r encoding
+ Font mapper now recognises fonts in -windows-* encodings (these are
+ provided by xfstt TrueType server)
+ Font mapper now sees max 16384 fonts (was 2048)
- * windows/defwnd.c (DefWindowProc)
- Added PAINTICON default windows procedure.
+ * relay32/builtin32.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Share the HMODULE of built-in modules over all processes.
+ Use the cached HMODULE to speed up relay debugging.
+ Display the multi-instantiation warning only for 'dangerous' DLLs.
- * windows/event.c (EVENT_Expose)
- Added check for iconic window expose. If iconic window is exposed
- send a WM_PAINTICON message
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Load USER32.DLL before calling UserSignalProc.
- * windows/icon.c
- New file. ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
+ * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use separate service for each windows timer.
- * windows/mdi.c (DefMDIChildProc)
- Test for IsIconic during a SC_RESTORE, this doesn't work yet.
+ * if1632/compobj.spec, ole/compobj.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
- * windows/message.c (hardware_event)
- Looks for icon as well as window now.
+ * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Thou shalt not use C++ comments.
- * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
- Added iconify/deiconify in NC_HandleSysCommand, new function
- NC_DoNCPaintIcon which paints an icon.
+ * include/driver.h, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved to new trace interface.
+ Fixed driver closing.
- * windows/painting.c (BeginPaint)
- Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
- and STOCK_SYSTEM_FONT objects since this is (hopefully) default
- windows behavior.
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Better handling of double quotes in MCI string commands.
- * windows/win.h (CreateWindowEx)
- Set the default background color of a window to be white.
- Create icon window, turn off MINIMIZE if it is on, since
- I don't know what to do with it as of yet... register
- the icon with the hwnd of its window so we can identify where
- icon messages are coming from.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed memory leak in mci structures.
-Mon Jun 20 10:15:59 1994 Miguel de Icaza (miguel@sphinx)
+ * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
- * windows/event.c: Added a hack to define XPointer when using
- X11R4.
+ * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing GDI heap unlock.
+ Moved to new debug interface.
- * toolkit/hello.c: Test application for WineLib. To compile you'll
- need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
- need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm
+ * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
+ OFN_EXPLORER bits set.
- * toolkit/heap.c: Extended the size of the block size per chunk.
+ * dlls/comctl32/imagelist.c:
+ Francois Boisvert <francois@macadamian.com>
+ Modified ImageList_LoadImageA to check the case where cx is set to zero.
- * misc/stress.c (GetFreeFileHandles): Fixed typo.
+ * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
+ Added Swiss french keyboard layout.
- * misc/main.c (main): Changes to allow compilation under SunOS.
+ * server/select.c: Dump server objects on SIGHUP.
- * loader/library.c: Changed some ifdefs to compile WineLib.
+ * 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:
+ Made server communication faster by using a shared memory block.
+ A few other optimizations in request processing in the server.
+ Moved automatically generated request definitions to server.h and
+ removed include/server/request.h.
-----------------------------------------------------------------------
-Tue Jun 14 08:09:14 1994 Bob Amstadt (bob@pooh)
+ * 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:
+ Merged THDB and TEB structures.
+ Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
- * loader/selector.c (GetCurrentPDB):
- Added trivial function GetCurrentPDB() which returns the program
- segment prefix selector.
+ * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
+ Added Wa.s
- * memory/heap.c (HEAP_Free):
- If free list is empty, make the freed block the free list.
+Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
-Fri Jun 10 07:56:49 1994 Bob Amstadt (bob@pooh)
+ * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
+ Fixed Winelib compilation.
- * controls/edit.c (EDIT_SetTextMsg):
- Do not append a newline at the end of the last line.
+Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
- * windows/event.c (SetCapture):
- Set winHasCursor if mouse capture succeeds.
+ * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
+ Include instruction emulation in Winelib.
-Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * include/wine/exception.h, win32/except.c: A few optimizations.
- * [controls/listbox.c]
- Fix bug in listbox : InsertString should call AddString if -1.
+ * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
- * [controls/menu.c]
- New function GetMenuState().
+ * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
+ Added DebugBreak.
- * [controls/scroll.c] [windows/nonclient.c]
- Try to make ShowScrollBar() recalc NC_ regions. Not finished !
+ * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
+ Debugger is now called by exception handling.
+ Added 'pass' command to pass exceptions to the app.
- * [objects/text.c]
- Add Stub for TabbedTextOut(), which temporarely call Textout().
+ * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
+ Moved signal handling to exception.c, generate exceptions on signals.
+ Added hook for debugger in exception handling (temporary).
- * [windows/keyboard.c] [windows/event.c]
- New function GetKeyBoardState() with an KeyStateTable array
- & associated handling in function EVENT_key().
+ * 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:
+ Pablo Saratxaga <srtxg@ping.be>
+ Walloon language update.
-Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
+ * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ - Do not call XConfigureWindow if SetWindowPos was called due to a
+ received ConfigureNotify event (to avoid recursion).
+ - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
+ walking the tree.
+ - Set XSizeHint.win_gravity to StaticGravity for managed windows.
- * [controls/menu.c]
- IsMenu() added.
+ * misc/version.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Bug fix.
+
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix compiler warning.
- * [loader/library.c]
- ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
- added.
+ * documentation/Makefile.in, Makefile.in:
+ Alexander V. Lukyanov <lav@long.yar.ru>
+ Install wine.man from current directory.
+ Remove wine.man on distclean, not on clean.
- * [object/gdiobj.c]
- IsGDIObject() added.
+----------------------------------------------------------------
+Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/int2[56].c]
- bugfix: both didn't leave flags pushed on 16bit-stack.
- (winfile gets a bit further)
+ * dlls/comctl32/listview.c, include/listview.h:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
- * [miscemu/int16.c]
- Added (empty).
+ * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
-Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
- * windows/event.c:
- Added code to drop redundant motion Events in the XEvent queue.
+ * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Adds some undocumented behavior to TREEVIEW_GetItemA().
-Thu Jun 9 10:55:55 MET DST 1994 Jochen Hein ( Hein@Student.TU-Clausthal.de )
+ * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed ambigous else/brace problem, moved "name" computation in
+ CreateProcess _before_ outputting it in the FIXME_()s.
- * [misc/main.c misc/message.c include/texts.h]
- Removed the text-constants from message.c into variables
- which may be changed from X-resources.
+ * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not reuse a passed CONST RECT * pointer.
- * [misc/main.c misc/message.c]
- added <locale.h> and setlocale() to main.c, used toupper() in message.c
+ * windows/x11drv/mouse.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
+ used with native USER ...
-Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
+ * loader/pe_image.c, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
+ replaced it by a somewhat less broken hack :-/
- * controls/button.c ( [CR]B_LButton* )
- left rc.right at full window width so click on label also
- activates the control (MSWin behavior)
+ * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed small memory corruption.
-Sat Jun 11 19:05:40 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
+Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
- * include/windows.h:
- functions pointers can not be packed.
- (annoying warnings with forthcomming gcc-2.6.x)
-
- * loader/main.c (InitDLL):
- Fixed a printf statement. (for control.exe)
+ * include/*.h:
+ Patrik Stridvall <ps@leissner.se>
+ Mad the include files idempotent using a consistent macro naming
+ scheme.
- (InitializeLoadedDLLs):
- deleted shadow definition of *wpnt.
- (Breaks many programs, because now COMMDLG will be
- initialized :-(
+ * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
+ Avoid painting destroyed windows.
- * windows/win.c (SetWindowText):
- added missing breaks; (PENSATE starts)
+ * dlls/*.c, if1632/*.c, loader/*.c:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * windows/graphics.c (FloodFill):
- Proper boundarys. (BANGBANG starts) FloodFile_rec should
- be rewritten.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added missing/wrong includes.
- * objects/font.c (FONT_GetMetrics):
- TYPO: use font->perchar only if it is defined. (WRITE starts)
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Removed direct references to CLASS internals.
-Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
- controls/scroll.c:
- Fixes for improved behaviour when dragging thumb;
- Added SB_THUMBPOSITION message when thumb is released.
+ * include/process.h, misc/version.c, scheduler/process.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Rearrange winver detection code and cache the winver value we
+ determined in the PDB to speed up.
-----------------------------------------------------------------------
-Tue Jun 7 08:41:27 1994 Bob Amstadt (bob@pooh)
+ * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
+ Draws a border around windows with old win31 style (only ws_border) in
+ win95 look.
- * loader/selector.c (FixupFunctionPrologs):
- New function to fixup loaded DLL function prologs. It replaces the
- do nothing code with code that loads DS with the appropriate data
- segment for the DLL.
+ * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added CINTERFACE and NONAMELESSUNION support.
- * misc/cursor.c (LoadCursor):
- Disabled cursor loading from .EXE or .DLL. The code needs to handle
- the possibility of multiple cursors in a single directory. Also,
- it should check to see if the cursor is the right size.
+ * include/*.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added extern "C" if __cplusplus is defined.
- * objects/font.c (EnumFonts):
- Checked for lpLogFontList[i] == NULL
+ * include/combo.h, controls/combo.c, controls/listbox.c:
+ Francis Beaudet <francis@macadamian.com>
+ Fixed a few behaviors of the combobox that were broken.
- * objects/gdiobj.c (SetObjectOwner):
- Removed stub. Replaced with simple return in gdi.spec. This
- function is not defined for the retail version of Windows.
+ * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Add new "walk" command options to list processes and modref's.
- * memory/heap.c (WIN16_LocalHandleDelta):
- New function. This is really a dummy that imitates the proper
- return values.
+ * graphics/x11drv/dib.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
+ and negative lines.
- * loader/library.c (GetProcAddress):
- Fixed definition of IS_BUILTIN_DLL() macro.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Changed xxx(VOID) to xxx(void).
-Mon Jun 6 18:15:40 1994 Bob Amstadt (bob@pooh)
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - simplified internal data
+ - thread safe access to internal structures
+ - fixed bug on ONE_SHOT timers
+ - deferred service thread call until really needed (no longer on WINMM
+ or MMSYSTEM attachement)
- * miscemu/int21.c (SeekFile):
- Needed to return current position in DX:AX.
+ * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made the service thread instanciable in every process.
- * windows/utility.c (windows_wsprintf):
- Added support for '#' in format, and fixed bug with "ptr" being
- incremented too many times.
+ * Make.rules.in, Makefile.in, configure, configure.in:
+ James Juran <jrj120@psu.edu>
+ Use Autoconf to find path to ldconfig.
- * miscemu/int21.c (OpenExistingFile):
- Add code to handle opening files read-only and write-only.
+ * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a problem with the LoadTypeLib method.
- * loader/wine.c:
- Segment fixups now done in LoadImage instead of _WinMain. This
- is necessary to support LoadLibrary().
+ * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
+ Use @sysconfdir@ for the default registries in misc/registry.c too.
-Sun Jun 5 17:34:24 1994 Erik Bos (erik@hacktic.nl)
+ * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
+ Added generic pixel converter for 8->24.
- * [loader/*]
- - fixed: GetModuleHandle() sometimes returned
- a wrong handle.
- - don't init dlls when cs == 0 (lzexpand, doesn't
- seem to have a init function)
- - LoadLibrary & LoadImage now return error instead
- of stopping wine.
- - moved most of NE-functions into one file.
- - LoadLibrary() uses w_files list instead of its
- own list.
- - NE exectables are now fixed-up and initialised when
- loaded instead of only once before calling InitTask.
+ * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
+ DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
+ were expanded to WORD incorrectly.
- * [miscemu/int15.c] [miscemu/int31.c]
- Added.
+ * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Various DPMI fixes and preliminary DPMI raw mode switch handler.
- * [loader/selector.c]
- Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
+ * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
+ Fixed imprecision in the MDI tiling functionality.
- * [misc/main.c]
- Stub added for IsRomModule().
+ * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Open files with more appropriate sharing mode.
- * [miscemu/int21.c]
- Some cleanup, added heap for returning data.
+ * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small fixes for EnhMetaFile playback.
-Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
+ Fixed an error and an off-by-one bug in DSA_SetItem(). This
+ eliminates some crashes with Win98 native SHELL32.
- * [tools/build.c]
- Change MAX_ORDINALS define to higher value, 1299 entries.
- (MMSYSTEM doesn't have succesive numbers, some are around 1200).
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
+ with caps1==NULL.
- * [windows/utility.c]
- Bug fix in windows_wsprintf(), (twice increments ...).
+ * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
+ dwDataSize needs to be reset before each RegQueryValueEx() call.
- * [windows/winpos.c]
- Bug fix in SetWindowPos(), redraw was done if flag
- was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Don't ignore application-requested primary buffer flags.
- * [misc/message.c] [controls/combo.c]
- Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
+ * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
+ Clear high word of %esp when returning from CallFrom16.
- * [windows/win.c]
- In CreateWindowEx(), do SetMenu() calls after window creation,
- just before sending to WM_NCCALCSIZE.
+ * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Implementation of EV_RXFLAG.
- * [controls/menu.c]
- In function SetMenu(), now use SetWindowPos() with
- flags SWP_FRAMECHANGED to readjust menu area.
- Function MenuBarCalcSize() redone.
+ * windows/winpos.c, windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Better implementation of [GS]etForegroundWindow.
+ Fixed focus handling on inter-thread activation.
+ Adapted FocusIn/Out event handling to per-queue focus.
-Sun May 29 11:08:24 1994 David B. Thomas (dt@yenta.abq.nm.us)
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Release Win16Lock during PROCESS_Create.
- * [objects/text.c]
- Fixed problems associated with DT_WORDBREAK flag. String length
- was not being properly decremented when lines were folded, and
- wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
- both on in addition to DT_WORDBREAK. Windows does wrapping in
- this case, and now so does wine.
+ * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
+ ImageList_GetIcon bug fix.
-Sun Jun 5 19:17:49 1994 Olaf Flebbe (olaf@dragon)
+ * win32/time.c: Rein Klazes <rklazes@casema.net>
+ Corrected a problem in GetTimeZoneInformation() due a change to
+ mktime() in glibc-2.1.1 when daylight saving time is in effect.
- * [edit.c]
- cp1 was uninitialized iff lineno == 0
+ * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
+ Changed K&R C function definition to ANSI C.
- * FindFile tests for existance of file even if a full
- filename was supplied. What about unix file names?
+ * graphics/psdrv/bitmap.c, include/psdrv.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ PSDRV_StretchDIBits should use logical co-ords.
+ Some versions of ghostscript seem to eat one too many characters of
+ image data. Add a '%' to the output file to work around this.
- * [controls/listbox ]
- wndPtr was uninitialized for LB_SETTOPINDEX
+ * relay32/wnaspi32.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed WNASPI32 ordinals.
- * [misc/property.c]
- Do not free lpProp. Is it really allocated by malloc?
- {edited by Bob Amstadt: changed free() to GlobalFree()}
+ * include/winbase.h:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added the function definitions of GetStartupInfo*().
-----------------------------------------------------------------------
-Sat May 28 12:03:23 1994 Bob Amstadt (bob@pooh)
+ * documentation/status/dde, misc/ddeml.c:
+ Keith Matthews <keith_m@sweeney.demon.co.uk>
+ 1st cut implementation of DdeNameService (omits monitor callback)
+ 1st cut implementation of DdeKeepStringHandle (probably complete)
+ DdeInitializeW - minor changes to initialise service names structure
+ DdeGetLastError - start of proper last error retrieval
+ DdeCreateStringHandle16 - added code for default codepage where not
+ supplied.
+ Various documentary/comment corrections.
- * miscemu/int21.c (OpenExistingFile):
- OpenExistingFile needed to return handle in AX register instead
- of the BX register.
+Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
- * miscemu/int21.c (ioctlGetDeviceInfo):
- Added a little code to give a fake result for normal files.
+ * include/process.h, memory/environ.c, scheduler/process.c:
+ Use the normal environment routines to build the env db of the initial
+ process.
-Wed May 25 21:55:38 1994 Bob Amstadt (bob@pooh)
+ * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
+ Return console handles in alloc_console request.
+ Fixed read_console_input parameters to conform to the reply structure
+ declaration.
- * [memory/global.c]
- return value from GlobalSize was completely wrong.
-
- * [miscemu/int21.h]
- fixed bug in FindFirst. Directory pointer (dp) was not placed in
- dta correctly.
-
- * [tools/build.c]
- fixed creation of pop.h to guarantee that flags are restored correctly.
+Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/comm.c]
- changed all occurance of strncmp() to strncasecmp().
- BuildCommDCB() should not require that OpenComm() be called first.
+ * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed CreateCompatibleBitmap when called with 0 width or height.
- * [loader/selector.c]
- Heap initialized to size of full segment less stack size and
- automatic data size.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed mmioDescend when called with a parent chunk.
-Sat May 28 09:14:33 1994 Rick Sladkey (jrs@world.std.com)
+ * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
+ Trying to fix sigaltstack() problem reported by Debian users.
+ SIGTRAP might be undefined (beos).
- * [controls/listbox.c]
- Correct typos in ListBoxResetContent where lpls variable is
- used where lsls2 variable is meant. Don't call USER_HEAP_FREE
- twice on the same handle if hData and hMem are the same.
+ * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
+ Fixed TLB_FindTlb (strstr on binary data will not work).
- * [debugger/opcodes/i386-dis.c]
- Add new name array names_rmw for table driven decoding of the
- 16-bit mod/rm field. Omit large case statement in OP_E and
- replace with array reference to match existing coding style.
- Add new static variable machine with value 286 or 386 to
- correctly decode mod/rm field in either 16 or 32 bit modes.
- Set it in print_insn_i{2,3}86. In OP_E use it to decide how
- to decode mod/rm. While the code was correct for 16 bit code,
- it was improperly decoding mod/rm fields on word prefixed
- 32 bit instructions.
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed >> and * operator precedence problem.
- * [debugger/debug.l]
- Recognize new token ABORT. Recognize single letters 'p'
- and 'q' as tokens.
+ * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed order for entering critical sections (X11 vs. WndLock) when
+ calling X11DRV_MOUSE_SetCursor.
- * [debugger/dbg.y]
- Add new token ABORT. Allow print command to be invoked by
- 'p' and quit command by 'q', ala GDB. Change lots of '};'
- to just '}'. Add static dummy_regs to wine_debug so that
- wine_debug(0, NULL) doesn't core dump with qmagic.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Consult ne.operating_system field for NE files in GetBinaryType().
- * [debugger/info.c]
- Correct syntax of break command in helptext and omit former
- comment about probable bugginess of the disassembly since it
- is now correct. Change fprintf of first backtrace stack
- frame to match that of the second and subsequent frames.
+ * server/process.c: Fixed initial process refcount.
- * [loader/selector.c]
- Change construction of command line in CreatePSP from creating
- a string that looks like "arg1 arg2 \r" to "arg1 arg2". A DOS
- PSP command line looks like " arg1 arg2\r" with the length not
- including the trailing "\r" but that is not how Windows does it.
+Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/library.c]
- Change uses of %s to print strings in GetModuleHandle to %x so
- that string IDs don't cause a core dump with qmagic. Handle
- converting a string id to a literal module handle. For
- example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
- it is a real module handle.
+ * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
+ Forced commit to get rid of the vendor branch
- * [misc/message.c]
- In MessageBox, translate a NULL title argument to the string "Error".
+ * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
- * [misc/profile.c]
- In GetSetProfile translate a NULL Default argument to "". Any
- caller whose Default argument is NULL is buggy, but CHARMAP does it
- anyway.
+ * programs/regapi/regapi.c:
+ Avoid use of strncmpi (reported by Ron Cemer).
- * [objects/font.c]
- Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
+ * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
+ Moved inclusion of winestring.h to winebase.h.
+ Added Winelib macros for lstrncmp functions.
-Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es)
+ * controls/scroll.c: Ron Cemer <roncemer@gte.net>
+ Fixes for several bugs in which portions of the scrollbar were not
+ being redrawn correctly, the focus rectangle was not being correctly
+ removed from the thumb before redrawing, etc.; added complete Win9x
+ and WinNT look and feel support.
- * New options/resourses nosaveunders and nobackingstore. By
- default backingstore and saveunders are now enabled, these use
- more memory but avoids those slow (sometimes multiple) redraws
- caused be exposure events.
+ * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
+ Fixes for Win9x and WinNT look and feel.
-May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed response of GetFullPathNameA when buffer==NULL.
- * [misc/driver.c] New file
- Skeleton for 'Installable Wine Drivers' functions. :-)
- * [misc/audio.c] New file
- Skeleton for basic 'Audio Driver' functions.
- * [misc/network.c] New file
- Stubs for few networking functions.
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
- * [misc/mmsystem.c]
- More coding ... a dust in a galaxy ...
- * [misc/shell.c]
- Some coding for 'RegXXX' functions ... a dust in the wind ...
+ * 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:
+ Dave Pickles <davep@nugate.demon.co.uk>
+ Added Wine command-line interpreter.
- * [misc/profile.c]
- Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
+ * if1632/thunk.c, include/callback.h, misc/callback.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed Callback.CallTaskRescheduleProc().
+
+ * include/main.h, miscemu/main.c, tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Switch stacks in CALL32_Init().
- * [objects/gdi.c]
- New function CreateDiscardableBitmap(), it just calling
- CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
-
- * [controls/listbox.c]
- * [controls/combo.c]
- New font member assigned to SYSTEM_FONT as default.
- Added processing for WM_SETFONT message;
-
-
-Tue May 31 20:34:25 EDT 1994 John Richardson <jrichard@cs.uml.edu>
-
- * [windows/event.c]
- Added AsyncMouseButtonsStates array for GetAsyncKeyState.
-
- * [windows/keyboard.c]
- Implemented beginning of GetAsyncKeyState.
+ * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ 16-bit scheduler reorganized: run all tasks in their own thread.
+ Process creation sequence adapted to new scheduler.
-Wed May 25 23:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
-
- * [objects/metafile.c] [include/metafile.h]
- [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
- [windows/dc.c]
- Further metafile support.
+ * include/services.h, loader/main.c, scheduler/services.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed SERVICE_Exit().
-----------------------------------------------------------------------
-Mon May 23 15:07:36 1994 Bob Amstadt (bob@pooh)
+ * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Release WND lock before calling PostEvent16().
- * [loader/selector.c]
- Allocate heap and stack segments as 64k.
+ * include/wnaspi32.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add some defines.
-Sat May 21 01:15:49 1994 Rick Sladkey (jrs@world.std.com)
+ * dlls/wnaspi32/winaspi32.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ ASPI_ExecScsiCmd: better return value and verbose error when no device
+ found.
- * [loader/selector.c]
- Correct typos where memcpy is used instead of memset.
+ * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
+ Use SearchPath to test for existance of programs in lpCmdLine
+ processing. For lpApplName do not append ".exe" and use
+ DOSFS_GetFullName to locate the program. Move module find process
+ after flag testing and provide quick exit if not found.
- * [loader/resource.c]
- Allow for legitimate cases where biSizeImage is 0 in LoadIcon
- by calculating the value when the bitmap is not compressed.
+ * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
+ Implemented dialog units -> pixels conversion very close to how it's
+ actually done by Windows.
- * [miscemu/int21.c]
- Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
+Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c]
- New function type_match to handle string resource types as
- well as IDs. In addition, compare only low 4 bits of type_id
- when both numbers are IDs so that 0x0002 matches 0x8002.
- In FindResourceByNumber and FindResourceByName use type_match
- instead of comparing numbers. In FindResource handle the
- "#number" syntax and empty strings in both the resource and
- type names.
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Some non-threatening fixes to some headers, as well as some casting
+ changes that make winelib more win32 code compatible.
-Mon May 23 00:48:25 1994 Rick Sladkey (jrs@world.std.com)
+ * files/drive.c, include/winbase.h, relay32/kernel32.spec:
+ <davep@nugate.demon.co.uk>
+ Stub for SetVolumeLabel().
- * [windows/dialog.c]
- Fix inadvertent printing of string IDs as strings.
+ * windows/message.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add back lost treatment of HWND_TOPMOST.
-May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Try to improve ConfigureNotify event processing.
- * [controls/menu.c]
- New functions GetMenuItemCount(), GetMenuItemID().
- GetMenuString() & HiliteMenuItem().
- Bug fix in CheckMenuItem().
- Function SetMenu() now make client area recalc if menu removed.
+ * objects/pen.c: Joshua Thielen <thielen@netperson.net>
+ Allow pens with styles greater than PS_INSIDEFRAME to be created with
+ ExtCreatePen.
- * [windows/winpos.c]
- Bug fix in SetWindowPos(), no more XMapping or XConfiguring of
- windows with initial width or height equal zero.
+ * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
+ Rein Klazes <rklazes@casema.net>
+ Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
+ ITypeLib2 and ITypeInfo2 methods.
+
+ * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
+ Allow NULL as argument to SysFreeString in accordance with SDK.
+
+ * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
+ - more up-to-date description of source tree
+ - better example of required comments for an API implementation
+ - replacement of WINE_PACKED by "pshpack1.h", etc.
+ - naming conventions for non-api calls and types
+ - location conventions for non-api header files and prototypes
+
+ * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
+ Robert W Hall <bobh@n-cantrell.demon.co.uk>
+ Added 2 stubs.
+
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
+
+ * windows/x11drv/event.c, windows/x11drv/wnd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed potential memory corruption in EVENT_QueryZOrder.
+ Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
+
+ * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
+ Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
+
+ * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
+ o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
+ o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
+ CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
+ parameter to ShowWindow(). Some apps (CALC.EXE for Win98
+ is one of them) use this undocumented feature to create
+ hidden window with WS_VISIBLE style set.
+
+ * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Ian Schmidt <irsman@iag.net>
+ Added partial implementation for DPA_LoadStream and stub for
+ DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
+ the partial implementation and parameter information.
+
+ * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Make it possible to link Wine statically (at least on RedHat 6.0).
+
+ * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ When looking into sys menu, check if items are present before
+ dereferencing.
- * [objects/gdiobj.c]
- New function EnumObjects(), using new lpPenBrushList buildup
- from calls to new function GDI_AppendToPenBrushList().
- ('pbrush.exe' don't show its face yet ! ... :-( )
- New EMPTY STUB for function SetObjectOwner(),
- ('mplayer.exe' call it via GetProcAddress() ...)
+ * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
+ Autoconfigure the directories in the manpage.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed DummyMotionNotify EVENT driver routine.
+
+ * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Autoconfigure the directories in the manpage.
+
+ * files/file.c, include/winbase.h, relay32/kernel32.spec:
+ James Juran <jrj120@psu.edu>
+ Add stub for LockFileEx (KERNEL32.513).
+
+ * documentation/status/internationalisation:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Current status of Wine on internationalisation.
+
+ * controls/button.c: Rein Klazes <rklazes@casema.net>
+ Do not process WM_LBUTTONUP message in ButtonWndProc()
+ when the mouse is not captured.
+
+ * graphics/psdrv/init.c, objects/dc.c:
+ Noel Borthwick <noel@macadamian.com>
+ From CreateCompatibleDC, pass the device name associated with the
+ source DC in order to allow PSDRV_CreateDC to locate the printer info
+ for the device.
+
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some digital video interface
+ Fixed a few bugs (device names are no longer converted to upper case,
+ added call back window, all structures moved to 32 bit...).
+
+ * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Workaroung gcc 2.7.2.x sig 11 issue.
+
+ * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added (still incomplete) handling of MCI_BREAK command.
+
+ * documentation/no-windows: James Juran <jrj120@psu.edu>
+ Updated documentation/no-windows.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
+ using a faster generic routine and some inline assembly for i386
+ (cleanups by Ove).
+
+Fri Jun 4 19:49:54 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
+ Made handle table a separate object.
+ Global handle table is no longer bound to a process.
+ Removed special handling of the initial process.
+
+ * server/main.c, server/object.c, server/object.h:
+ Added optional debugging code in object management.
+
+Sat May 29 14:27:27 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Got rid of THREAD_InitDone.
+ Made THREAD_Current() inline.
+ Moved server tid into TEB.
+
+ * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
+ Reimplemented the CheckRadioButton function.
+
+ * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed incorrect lookup of background color.
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed problems when using multiple style flags together.
+
+ * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed a problem when using string resources as tooltext.
+
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a behavior of the focus when a parent window is disabled.
- * [objects/font.c]
- New internal functions ParseFontParms() & InitFontsList().
- EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
- FONT_MatchFont now make retries to find closest-smallest font.
- ('charmap.exe' can now show the differents fonts available)
+ * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
+ Fixed a bug which causes the PolyBezier to not be updated on redraw
+ (when you want them to be).
- * [windows/nonclient.c]
- Use small dos OBM_OLD_CLOSE button for MDI windows.
+ * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
+ Remove unnecessary warning in TranslateAccelator.
- * [windows/graphics.c] [objects/bitmap.c]
- Start to remove obsolete globals such XT_screen ...
+ * server/handle.c:
+ Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
+ Meissner).
- * [loader/library.c]
- Make function GetProcAddress() working also with builtin DLLs.
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ ver.h is a legacy header. winver.h should be used instead.
-Tue May 24 20:18:02 1994 Erik Bos (erik@hacktic.nl)
+ * dlls/tapi32/phone.c, misc/crtdll.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some warnings.
+
+ * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
+ Luc Tourangeau <luc@macadamian.com>
+ - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
+ - Implemented LVM_FINDITEM message.
+ - Added some new window styles.
+ - Fixed some bugs and extended a number of existing functions.
+ - Modified selection functions to support area selection (for group
+ selection in LVS_ICON and LVS_SMALLICON).
+
+ * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of missing event notifications. Some more debugging
+ messages.
- * [if1632/system.spec] [if1632/toolhelp.spec]
- system.dll & toolhelp.dll added.
+ * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
+ Icelandic keyboard support.
- * [loader/library.c]
- Modified GetModuleFileName() to return the full
- filename.
- Added a check to LoadLibrary() to prevent loading
- built in dlls. (eg. user.exe)
- Added a check to FreeLibrary() to prevent built-in
- dlls from being freed.
- Modified GetProcAddress() to support builtin dlls.
+ * graphics/ddraw_private.h, graphics/ddraw.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - better debug output for surface creation
+ - added (experimental) DIBSection implementation of GetDC / ReleaseDC
- * [loader/signal.c] [miscemu/int2f.c]
- Added => pifedit runs.
+ * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
+ Corrected warning.
- * [misc/dos_fs.c]
- Added a NULL-ptr check to DOS_closedir().
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Support TPM_RETURNCMD in TrackPopupMenu.
-----------------------------------------------------------------------
-Tue May 17 23:03:16 1994 Bob Amstadt (bob@pooh)
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Fix <return> key (somehow we get a control keystate).
- * [windows/dce.c]
- Fixed bug with dce initialization that was causing dialog boxes to not
- be displayed.
+ * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed compilation erros on non-Linux systems.
- * [if1632/callback.c]
- Better fix for bug found by Martin.
+ * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing TRACE define when NO_DEBUG_MSGS was defined.
-Sat May 14 19:48:39 1994 Rick Sladkey (jrs@world.std.com)
+ * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
+ Added missing WINAPI for SHValidateUNC.
- * [ memory/heap.c ]
- Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
+ * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
+ Adapted to the new dll resource handling by Bertho Stultiens.
-May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/font.c]
- Make EnumFonts() calling a callback with dummy fonts ... :-)
+ * misc/shell.c: Release the Win16Lock before calling WinExec.
- * [objects/text.c]
- Add Empty Stub for ExtTextOut(), which temporarely call Textout().
+ * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
+ Removed process argument to PROCESS_CallUserSignalProc.
- * [if1632/callback.c]
- Temporarely go around bug in CallWindowProc(), you will see printfs.
+ * scheduler/process.c:
+ Moved remaining initialisations to the new process context.
+ Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
+ Changed PROCESS_CallUserSignalProc to avoid accessing another process
+ address space.
- * [controls/edit.c]
- Make EDIT controls focused by a mouse click.
+ * include/server.h, server/process.c, server/trace.c, tools/make_requests:
+ Added support for dumping variable-size data of server replies.
+ Added cmd_line and cmd_show in new_process request.
- * [misc/property.c]
- Bug Fix in function EnumProps(), better use of CallBack16().
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ fixed builtin mmsystem.dll init sequence
- * [misc/mmsystem.c]
- Basic Skelton's for MCI messages dispatching function.
+ * multimedia/Attic/init.c, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ removed obsoleted init.c source file
-Sun May 15 16:15:17 1994 Erik Bos (erik@hacktic.nl)
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ removed unnecessary MCI drivers entry point
+ added undocumented mmsystem functions
- * [windows/utility.c]
- Added windows_wsprintf() for the emulator, wsprintf() is
- for libwine.
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ moved to new trace interface
+ now calling time init function from mmsystem and/or winmm entry point
-Sat May 14 22:16:40 1994 Rick Sladkey (jrs@world.std.com)
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ included DLL init sequence (from obsoleted init.c)
+ fixed builtin mmsystem.dll init sequence
+ fixed PlaySound when used with an asynchronous audio driver
+ fixed midiStream functions for Stop/Pause/Restart functions
+ fixed error handling in waveOutOpen with QUERY_FORMAT flag
- * [misc/cursor.c]
- Fix pointer problems in LoadCursor leading to heap corruption.
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ included midi init sequence (from obsoleted init.c)
+ moved to new trace interface
+ simplified code with using new configuration constant (HAVE_OSS_MIDI)
+ fixed erroneous warnings
- * [ controls/menu.c ]
- Fix two NULL dereferencing bugs.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ included mci init sequence (from obsoleted init.c)
+ moved to new trace interface
-Sun May 15 20:07:48 1994 Rick Sladkey (jrs@world.std.com)
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ output: better internal thread interface (orthogonalization of states and events)
+ output: removed use of DSP_IOCTL_GETOSPACE
+ output: fixed latency in reset messages handling
+ output: replaced some polling mechanisms with blocking ones
+ output: fixed get/set volume functions
- * [objects/font.c]
- Fix NULL pointer dereferencing bug in GetCharWidth.
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ moved to the new debug interface
+ fixed bugs in pause/play/stop functions
+ fixed signature of driver entry point
- * [loader/resource.c]
- Fix under-allocation of memory in LoadAccelerators.
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ moved to the new debug interface
+ fixed bugs in pause/play functions
+ fixed signature of driver entry point
- * [windows/class.c]
- Ignore negative sizes for extra fields in RegisterClass.
+ * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated traces.
-Sun May 15 06:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Remove extraneous winuser16.h.
- * [objects/metafile.c] [include/metafile.h] [include/windows.h]
- [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
- [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
- [windows/dc.c] [windows/mapping.c]
- Beginnings of metafile support.
+ * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed printf into TRACE.
- * [misc/file.c]
- Corrected spelling of _lcreat.
+ * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few typos.
- * [controls/edit.c]
- Minor bug fixes.
-----------------------------------------------------------------------
-May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check when backtracking the stack if frames are correct (readable).
- * [controls/scroll.c]
- Make thumbtrack button disappear if scroll box ratio < 3:1.
- Make arrow buttons rectangular if scroll box ratio < 2:1.
- Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN,
- SBS_LEFTALIGN & SBS_RIGHTALIGN.
- Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
+ * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved WINSOCK network IO event handling to special thread.
+ Removed EVENT_WaitNetEvent, introduced a global scheduler event.
- * [loader/library.c] [loader/task.c] [misc/exec.c]
- Continue playing around trying to get a second task running.
+ * miscemu/main.c, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Wait until child initialized before returning from PROCESS_Create.
- * [windows/mdi.c]
- Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
+ * relay32/kernel32.spec, win32/kernel32.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use register functions with arguments for LogApiThk...
- * [everywhere]
- Adding previous works of the Apr 25, 94.
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
+ variable in LISTVIEW_GetNextItem.
-Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
+Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
- Added Martin's mmsystem.dll stubs.
+ * 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:
+ Use the new debug functions to send debug events at appropriate places.
+ Pass the process creation flags to PROCESS_Create.
- * [misc/sound.c]
- Added remaining stubs for sound.dll.
+ * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
+ Implemented the Win32 debug API functions.
- * [if1632/shell.spec] [misc/shell.c]
- Fixed prototypes (I found them in BC 4) and added ShellAbout()
- and AboutDlgProc().
+ * 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:
+ Added debug events support.
-----------------------------------------------------------------------
-May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+----------------------------------------------------------------
+Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/signal.c]
- Add XUngrabPointer() & XUngrabServer() in wine_fault().
+ * 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:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
-Fri Apr 22 19:30:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: dwFlags must describe target process in UserSignalProc.
- * [objects/bitblt.c]
- color_stretch() rewritten to use ints only. *fast!*
- BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
- use color_stretch().
+ * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
+ Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
+ Explorer.
-Mon May 2 21:39:43 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ LISTVIEW_KeyDown: Invalidate the listview window only when the
+ selected item changes.
- * [controls/menu.c]
- SetSysMenu() added.
+ * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
+ (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
+ and SSConfirmSmallStack (KERNEL.704).
- * [misc/cursor.c]
- GetCursor() added.
+ * if1632/display.spec, windows/display.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix typo (wrong DISPLAY.CheckCursor ordinal).
+ Superfluous FIXME converted to TRACE in CheckCursor.
- * [misc/main.c]
- SwapMouseButton() added, (NOP).
+ * relay32/relay386.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: syslevel relay check was too strict.
- * [windows/win.c]
- GetDesktopHwnd() added.
+ * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not use pagesize aligned size_low to grow mapped file, but original
+ size_low. (fixes Heises Index Register)
- * [if1632/*spec]
- Added not implemented functions defs as comment.
+Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/winsocket.c]
- Change WSAGetXbyY() functions to non-blocking ones,
- Added WSAAsyncSelect().
- (WSA functions can't be canceled yet).
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ - added some more debug output
+ - corrected a slight bug in DGA DirectDraw creation
-Wed Apr 20 23:58:58 1994 Scott A. Laird (scott@curly)
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a major memory leak in the window management code.
- * misc/profile.c: Fixed bug with GetIniFileName returning wrong
- path when given a simple file name. Fixed GetSetProfile to allow
- enumerating all key names when KeyName is null.
+ * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ In SetWindowPos if changing Z order and child window not yet in its
+ parent list, do not link it in WINPOS_ShowIconTitle, check for retval
+ of WIN_FindWndPtr.
-Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
+ colormap is used.
- * [objects/bitblt.c]
- Add protection to BitBlt() & StretchBlt() for width or height = 0.
+ * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't freeze other thread while it may hold the X critical section.
- * [windows/nonclient.c]
- Avoid painting in NC_DoNCPaint() if IsWindowVisible().
- Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
+ * include/display.h, loader/main.c, windows/display.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added UserRepaintDisable16().
- * [windows/win.c]
- CreateWindowEx() & DestroyWindow() now call respectively
- AddWindowToTask() & RemoveWindowFromTask().
- New empty stub for function AnyPopup().
+ * windows/dinput.c, windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed EVENT_WaitNetEvent() calls.
- * [loader/library.c]
- Bug Fix : GetModuleFileName() now return full path filename.
+ * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added IsUserIdle16().
- * [include/menu.h] [controls/menu.c]
- Add hText handle and remove obsolete MENUITEM struct members.
- Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
- Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
+ * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to EVENT_ driver changes.
- * [misc/file.c]
- GetTempFilename() now create a file.
- _lcreate() use unix open (name, mode, perm), with perm=O666.
+ * loader/task.c, scheduler/synchro.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to event synchronization changes.
- * [if1632/relay.c]
- Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
+ * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved X input event handling out of EVENT_WaitNetEvent and into
+ service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
+ driver. Changed winContext to hold HWND instead of WND *.
- * New file [misc/mmsystem.c]
- * New file [include/mmsystem.h]
- * New file [if1632/mmsystem.spec]
- Many, many empty stubs ... :-)
+ * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't change Z-order of child windows when activating.
-----------------------------------------------------------------------
+ * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
+ Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
-Wed Apr 20 14:53:35 1994 Bob Amstadt (bob@pooh)
+ * configure, configure.in, include/acconfig.h, include/config.h.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Create a new configuration manifest constant HAVE_OSS_MIDI.
- * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
- Fixed bug for non-Linux systems.
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed silly EINTR bug with starting dosmod.
-Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
+ Should compare to X11 constant "None" since a colormap is an X
+ Resource ID and not a pointer.
+
+ * controls/listbox.c: Paul Quinn <paulq@corel.ca>
+ Stop a listbox bug that causes a div by zero when the item height
+ is zero. Doesn't solve the root of the problem though.
+
+ * dlls/shell32/shell32_Pt.rc:
+ Andre Malafaya Baptista <Malafaya@milenio3.pt>
+ About dialog translated to Portuguese.
+
+ * if1632/thunk.c: James Juran <jrj120@psu.edu>
+ task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
+
+ * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check if dc has been created before using it.
+
+ * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add a few more 32->16 Escape conversions.
+
+ * relay32/relay386.c, if1632/relay.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Check for syslevel violations while relay debugging.
+
+ * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Improved syslevel handling, store currently held syslevels in thread
+ database, WIN_CritSection converted to syslevel.
+
+ * include/windows.h: Joshua Thielen <thielen@netperson.net>
+ Added mmsystem.h include.
+
+ * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
+ MapProcessHandle; stub for BUNNY_351.
+
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Handle proc == NULL in THUNK_SetDCHook correctly.
+
+ * files/profile.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added support for the undocumented combination
+ GetPrivateProfileStringA(section == NULL, entry == NULL, ...
+
+ * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
+
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented GetNextItem for the Listview control.
+
+ * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
+ Expire timers on expiry time too, not just after.
+
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Microsoft com vtable compatibility workaround for g++. Basically adds
+ an optional 8 bytes padding to COM objects where the RTTI would be.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
+ GetSystemMetrics(SM_xx), removed no longer needed includes of
+ sysmetrics.h.
+
+ * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
+ Added INT_Int16AddChar.
+
+ * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Bugfix: Prevent null-pointer dereference in TRACE argument list in
+ RES_FindResource
+
+ * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Fixed wrong NE module registration so that resources work.
+
+ * if1632/thunk.c, tools/build.c, win32/kernel32.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Set %ebx to point to real 16-bit stack in CBClientThunkSL.
+ Pass %esi back-and-forth in CBClientThunkSL(Ex).
+ Copy modified buffers back after return from FT_Thunk.
+ Fix broken recognition of LS thunklets.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed use of win.h, sysmetrics.h and associated WINE USER internal
+ variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
+
+ * 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:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Toolbar customization dialog (take one).
+
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Fixed GetTopWindow so it will correctly handle the NULL parameter.
+
+ * include/process.h, loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
+ Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
+ FreeLibrary calls.
+
+ * if1632/mmsystem.spec, multimedia/mmsystem.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
+
+ * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
+ on the correct address space. Added DOSMEM_MovePointers() that
+ relocates selectors when the DOS address space changes (i.e. when
+ dosmod is spawned, particularly from Win16 apps that uses DPMI to
+ execute real-mode code). More complete DOS device implementation.
+
+ * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
+ (DOSVM idle message loop), and fields hConInput and hConOutput.
+
+ * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
+ Add some null checking in the Get/SetBitmapBits functions.
+
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added init function for CRTDLL, allocate stdio/stderr/stdout on
+ DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
+ needs 1.3KB).
+
+ * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
+ Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
- * [windows/win.c]
- Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
- New empty stub for function SetSysModalWindow().
+ * misc/winsock.c: James Juran <jrj120@psu.edu>
+ Print a more effective (and visible) error message when an application
+ can't create a socket with type == SOCK_RAW.
- * [misc/exec.c]
- New empty stub for function ExitWindows().
+ * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Some more defines for multimedia.
+
+ * msdos/vxd.c, win32/device.c:
+ Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Some stubs for pccard vxd to debug the native shell32.
- * [objects/font.c]
- New empty stub for function EnumFonts().
+ * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
+ Use service thread for "true" multimedia timers.
+ Removed implementation of fake multimedia timers.
+ Set minimum resolution to 10 ms (the timing resolution of the Linux
+ kernel). Fixed a couple of flaws.
- * New file [misc/property.c]
- New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
+ * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Implemented printing out of some structures.
- * New file [misc/shell.c]
- New empty stubs for function RegisterShellProc(),
- ShellExecute() & ShellProc().
+Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
- * New files [loader/task.c] & [include/task.h]
- Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
- from 'loader/library.c'.
+ * server/select.c, server/socket.c:
+ Set only the client socket in non-blocking mode instead of all fds;
+ should avoid problems with stdio handles.
- * [if1632/user.c] [if1632/kernel.c]
- Put Atoms functions entries.
+Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/combo.c]
- New functions DirDlgSelectComboBox() & DirDlgListComboBox().
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implement DocumentProperties, DeviceCapabilities, beginnings of
+ Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
+ Split off WINSPOOL into its own directory.
+ Several functions added to DC_Funcs.
+ Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
- * [controls/listbox.c]
- New functions DirDlgSelect() & DirDlgList().
+ * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
+ glide2x loadorder is "so,native".
-Sun Apr 17 20:57:59 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Improved shortcuts - follows jumps in trying to avoid switching to
+ real mode unnecessarily.
- * [objects/test.c]
- GrayString() added.
+ * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
+ Updated and improved instructions.
- * [if1632/callback.c]
- CallGrayStringProc() added.
+ * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
+ Made "Wine-dbg>set *seg:off = val" work (previously only
+ "Wine-dbg>set *off = val" worked).
- * [if1632/relay.c] [if1632/mmsystem.spec]
- Added.
+ * multimedia/mcimidi.c, multimedia/mciwave.c:
+ Jukka Kangas <jtkangas@nic.fi>
+ When opening the file we don't need MMIO_EXCLUSIVE
+ rights. MMIO_DENYWRITE should be sufficient.
- * [if1632/kernel.spec] [if1632/user.spec]
- Added forgotten specs for atom functions.
+ * dlls/shell32/shellpath.c:
+ Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Prevent crash in stub of SheGetDirW.
-----------------------------------------------------------------------
-Tue Apr 12 00:05:31 1994 Bob Amstadt (bob@pooh)
+ * dlls/shell32/shlmenu.c:
+ Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Further implementation of the FileMenu.
- * misc/spy.c (SpyInit): Added more message types
+ * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Set the default menu item of the window menu
- * [windows/mdi.c] [include/mdi.h]
- Maximizing and restoring child windows.
- Tiling of child windows.
+ * wine.ini: James Juran <jrj120@psu.edu>
+ Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
+ accordance with Linux 2.2 Changes file.
-Mon Apr 11 20:48:28 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * if1632/kernel.spec, loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Release Win16Lock when calling LoadLibrary32 from 16-bit code.
- * [windows/winpos.c]
- Revert focus and activation to previous window when hiding a window.
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed THUNK_SetDCHook when using native USER.
- * [windows/syscolor.c]
- Implemented system color objects (brushes and pens created at
- SetSysColor() time for better performance).
+ * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: FT_PrologPrime was broken due to relay changes.
- * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
- Changed painting code to use system color objects.
+ * misc/network.c, relay32/mpr.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Some stubs added.
- * [windows/message.c]
- New function MSG_InternalGetMessage() for internal messages
- loops (e.g. for dialogs or menus).
+ * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Suspend window locks before calling hook procedure.
- * [windows/hook.c] [include/hook.h] (New files)
- Beginning of the window hooks implementation.
+ * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed window refcount handling in GetNextDlgGroupItem.
- * [windows/dialog.c]
- Use new function MSG_InternalGetMessage() in DialogBox().
+ * controls/button.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed superfluous WIN_ReleaseWndPtr.
- * [if1632/callback.c]
- Added function CallHookProc().
+ * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
+ Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
+ previous one. (reported by Ove)
-Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/event.c]
- Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
+ * include/winbase.h, include/winnt.h:
+ Added a few missing debug event definitions.
- * [misc/exec.c]
- Nothing much more than a stub for LoadModule(), I saw there a lot
- to be done in that corner, I will come back later ...
+ * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
+ Adapted to new select interface.
+ Fixed bug in *_signaled routines that could cause busy-waiting in the
+ select loop.
- * [loader/library.c]
- New functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
- and associated modules & tasks linked-lists.
- (it's only an 'emerging bud', more to come next weeks).
+ * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
+ Changed select interface, separated timeouts from file descriptors.
- * [loader/wine.c]
- Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
+ * server/handle.c, server/handle.h, server/process.c, server/process.h:
+ Moved process structure definition to process.h.
+ Added suspend/resume_process.
+ Moved handle table back into the process structure.
- * [control/menu.c]
- You can now click outside menu region without problem.
- Keyboard navig more smootly, even if a child has the focus.
- Bug fix in InsertItem(), (bad linklist when insert point not found).
- change Realloc for Free & Alloc in ModifyItem().
- MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores
- done by DrawText(), (maybe it should done in DrawText() itself ?).
+ * scheduler/client.c, server/trace.c, include/server.h:
+ Added TEB in init_thread request.
-Sun Apr 10 14:06:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
+Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/profile.c]
- .INI files will now be stored in / loaded from the windows dir
- if no path is supplied.
+ * miscemu/instr.c:
+ Tried to add an error message when crashing on a selector load because
+ of missing LDT sharing between threads (untested).
- * [if1632/kernel.spec]
- Fixed GetDriveType's prototype.
+ * 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:
+ Server reorganization:
+ - moved request handlers to the specific C files
+ - moved handle management to handle.c
+ - moved server private includes to server/ instead of include/server/
- * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
- Fixed prototypes: winsock uses a word as socket handle not an int.
+ * Make.rules.in: Get include files from the current directory first.
- * [misc/winsocket.c]
- Added heap allocation for returned structures.
- Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
+Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/wine.c]
- Added IsDLLLoaded(), used in LoadImage() to prevent loading
- a dll multiple times.
- Directory is added to wine's path when a fullpath is supplied when
- starting wine.
- LoadImage(): DLL filename used instead DLL's own internal name,
- fixes 'Bad DLL name' errors.
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
+ removed unnecessary win.h includes, added syslevel.h to queue.c.
-Sat Apr 9 08:26:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * controls/combo.c: Francois Boisvert <francois@macadamian.com>
+ Changed CBGetDroppedControlRect to be compliant with Windows API.
- * [controls/edit.c] [controls/widgets.c]
- First release of edit control.
+ * include/wine/exception.h, win32/except.c:
+ Fixed a few bugs, and improved the exception macros (based on
+ suggestions by Sergei Turchanov).
-----------------------------------------------------------------------
-Tue Apr 5 14:36:59 1994 Bob Amstadt (bob@pooh)
+ * 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:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * [include/mdi.h] [windows/mdi.c]
- Use WM_PARENTNOTIFY messages to activate children.
- Generate WM_CHILDACTIVATE messages.
- Beginnings handler for maxmized child window.
- Clean up when children are destroyed.
+ * 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:
+ Converted to the new debug interface.
- * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
- Removed code add 94/03/26.
+ * windows/painting.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed invalid window refcount handling in RDW_Paint().
-Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/message.c: Noel Borthwick <noel@macadamian.com>
+ Fix a deadlock with the system message queue by ensuring the system message
+ queue is unlocked while the actual message is being processed.
- * [control/menu.c]
- Make mouse menu navigation working again. :-))
- (be carefull, clicking outside menus (ie.: clientrect)
- not resolved yet)
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Check if in depth-conversion mode before returning an error message
+ in IDirectDrawPaletteImpl_GetEntries.
- * [windows/nonclient.c] [controls/scroll.c]
- Bugs fix in NCTrackScrollBars().
+Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/dos_fs.c]
- Bug fix in 'ToDos()' in conversion for '/',
- (example: '/window/' was translated to 'WINDOWs').
+ * 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:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Replaced all the Mesa specific code by GLX code. Should work now on
+ any OpenGL implementation.
- * [miscemu/int21.c]
- Function ChangeDir() extract possible drive before DOS_ChangeDir().
+ * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
+ Added Italian keyboard support.
- * [loader/library.c] [loader/wine.c]
- Playing around moving function GetProcAddress() and put some code in.
+ * graphics/enhmetafiledrv/graphics.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed a couple of memcpy errors.
-Mon Apr 4 21:39:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small fix to help native win95 PrintDlg on the way.
- * [misc/main.c]
- Better explanation of command-line options.
+ * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented InsertInASPIChain and fixed minor things.
- * [objects/dib.c]
- Implemented SetDIBitsToDevice().
+ * windows/x11drv/mouse.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed quite ill window locking code.
- * [windows/dc.c]
- Bug fix in SetDCState().
+ * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
+ Fixed an infinite loop in ChildWindowFromPointEx.
- * [windows/event.c]
- Removed WS_DISABLED handling (now done in message.c).
+ * controls/menu.c:
+ Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ - prevent crash when GetMenuDefaultItem is called on empty menu
+ - set default item on system menu
- * [windows/message.c]
- Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
- Use WindowFromPoint() to find the window for mouse events, taking
- into account disabled windows.
+ * 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:
+ Adapted for new register functions support (ESP_reg in register
+ functions now points after the arguments).
- * [windows/painting.c]
- Bug fix in BeginPaint() to allow calling it at other times than
- on WM_PAINT (Solitaire needs it...)
+ * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
+ Win32 register functions can now have arguments.
+ Simplified relay debugging for register functions.
- * [windows/win.c]
- Implemented FindWindow().
- Rewritten EnableWindow() to behave more like Windows.
+ * relay32/kernel32.spec, win32/device.c:
+ VxDCall functions do not need to be 'register'.
- * [windows/winpos.c]
- Rewritten WindowFromPoint() to also search child windows.
+Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
-Mon Apr 4 17:36:32 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
- * [include/int21.h] -> [msdos.h]
- renamed.
+ * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
+ Added macros and definitions for using exception inside Wine or
+ Winelib code.
- * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h]
- new, added for int 10, 25 and 26.
+ * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
+ Moved some exception definitions to winnt.h and ntddk.h.
- * [miscemu/ioports.c]
- new, added to allow win apps to use ioports.
+ * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing WINAPI for the callback procs.
- * [loader/signal.c]
- Added support for in, inb, out, outb instructions.
+ * include/sig_context.h: Added ERROR_sig.
-----------------------------------------------------------------------
-Sun Mar 27 13:40:25 1994 Bob Amstadt (bob@pooh)
+ * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
+ Bug fix.
- * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
+ * misc/winsock.c, include/winsock.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
+ replaced all pwsi->err references.
-Sat Mar 26 21:23:55 1994 Bob Amstadt (bob@pooh)
+ * loader/pe_image.c: Changed some error handling a bit.
- * [windows/mdi.c]
- Window list properly updated.
+ * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
+ Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
- * [windows/message.c]
- Call WINPOS_ChildActivate() when mouse pressed.
+ * relay32/kernel32.spec, relay32/ntdll.spec:
+ Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
+ the ntdll one.
- * [windows/nonclient.c]
- Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
- NC_HandleNCPaint().
+ * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
+ Added import declaration for Win32 built-ins.
- * [windows/winpos.c]
- Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
+Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Mar 24 14:49:17 1994 Bob Amstadt (bob@pooh)
+ * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
+ Added support for forwarded ordinals in built-in dlls.
- * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
- (DeleteMenu): Many bug fixes.
+Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- Created function FindMenuItem().
+ * win32/console.c:
+ Fixed request size for alloc_console and free_console.
-Thu Mar 24 14:17:24 1994 Bob Amstadt (bob@pooh)
+ * 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:
+ Improved exception handling.
+ Based on the work of Sergey Turchanov <turchanov@usa.net>.
- * [windows/win.c]
- Removed incorrect MDI handling code from CreateWindowEx().
+ * loader/module.c:
+ Use OpenFile() to test for file existence, so that the path gets
+ searched.
- * [controls/menu.c]
- MF_STRING items needed to allocate a private copy of string.
+ * server/select.c: Ove Kaaven <ovek@arcticnet.no>
+ Restart interrupted select() (happens with -pg).
- * [controls/menu.c]
- Fixed buggy calls to GlobalFree().
+ * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed off-by-one bug in memory access check.
- * [memory/global.c]
- Eliminated some redundant code with function call.
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ More debug output for RegQueryInfoKey.
-Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
+ * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of bugs (silent backtrace not totally silent, crashes
+ when the stack is corrupted or similar).
- * [windows/timer.c]
- timer list pointers looped in InsertTimer
+----------------------------------------------------------------
+Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
-Tue Mar 29 13:32:08 MET DST 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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:
+ Jean-Louis Thirot <thirot@univ-brest.fr>
+ Added graphical configuration tool wineconf.tcl.
- * [misc/cursor.c]
- A few changes for desktop window support.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Ignore ESC[%dc reports generated by 8bit control codes.
+ Open console even if we already have one in the process.
- * [misc/main.c]
- Added -depth option.
+ * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed off by 1 error in section code (did not return len-2 on buffer
+ overflow in some cases, but len-1).
- * [misc/rect.c]
- Yet another bug fix in SubtractRect().
+ * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed warning.
- * [objects/bitmap.c]
- Changes to use only one depth (specified with -depth)
- for color bitmaps.
+ * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed palette handling for true/high-color X11.
- * [objects/brush.c]
- Added support for dithered solid brushes.
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed extension handling in LoadLibrary16.
- * [objects/color.c]
- Use the same 20 system colors as in Windows.
- System palette initialisation now done in COLOR_InitPalette().
- Added support for a color mapping table to map logical color
- indexes to X colormap entries.
- Implemented GetNearestColor() and RealizeDefaultPalette().
+ * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
+ Alex Korobka <alex@aikea.ams.sunysb.edu>
+ Rearranged PAINT_RedrawWindow() so that it first recursively updates
+ invalid regions and only then starts sending out messages. This should
+ help with reentrancy during message processing and now it needs just
+ one (or none) scratch region for all there is to do. Also, small fixes
+ for SetWindowPos().
- * [objects/dib.c]
- Added support for color mapping table.
+ * configure, configure.in: Added check for missing __i386__ definition.
- * [objects/dither.c] (New file)
- Implemented solid color dithering.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ ANSI C fixes.
- * [objects/palette.c]
- Implemented GetSystemPaletteEntries() and SelectPalette().
+ * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
+ Pass PROPSHEETPAGE to propertypage dialog as lParam.
- * [windows/class.c]
- Make a copy of the menu name in RegisterClass().
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ ANSI C fixes.
- * [windows/dc.c]
- Fixed device caps when using a desktop window.
- Added support for the color mapping table in DCs.
+ * 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:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
+ to bring wingdi.h almost upto a complete NT4.0 interface.
+ Fix return value of SetRectRgn().
- * [windows/event.c]
- Added ConfigureNotify handler on desktop window.
+ * 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:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed #include "wine/winuser16.h" and use "struct tag????" instead.
- * [windows/message.c]
- Removed call to XTranslateCoordinates() on every mouse motion
- New function MSG_Synchronize() to synchronize with the X server.
+ * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
+ Improved Wine debugger backtrace. New features:
+ - Displays ebp, in case you want to check stackframes manually
+ - Detects far calls even when windows apps don't mark them
+ - Tracks CallFrom16/CallTo16 relaying (thunking)
- * [windows/syscolor.c]
- Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
+ * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Bugfix: get_sobasename was off by one pointer increment.
- * [windows/winpos.c]
- Added synchronization on window mapping. Solves the double redraw
- problem when starting Solitaire.
+ * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
+ Fixed implicit type warning.
-Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
- * [control/menu.c] * [windows/defwnd.c]
- Make keyboard navigation working with menubar,
- but temporarely inserted a bug in menubar mouse handling ... :-((
- (it will be fix next week !)
+ * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
+ Francis Beaudet <francis@macadamian.com>
+ Second part of the OLE datacache implementation.
- * [windows/defwnd.c]
- Connect VK_MENU to menubar navigation.
+ * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved DOS List of Lists initialization, and added the beginnings of
+ the DOS device structures.
- * [loader/library.c]
- GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
+ * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Bug fixes.
-Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * ole/hglobalstream.c, relay32/ole32.spec:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implemented GetHGlobalFromStream.
- * [misc/main.c]
- Added Copy(). Added a check for `-h' to show usage.
+ * include/thread.h, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call THREAD_FreeTHDB as service thread callback.
- * [misc/dos_fs.c]
- Fixed bug in FindFile(), to load directories as dlls.
+ * include/message.h, loader/task.c, windows/timer.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed TIMER_SwitchQueue.
- * [misc/dos_fs.c]
- Fixed ToUnix() and ToDos() again, as my previous patch
- didn't make it.
+ * debugger/memory.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
+ chars.
- * [misc/dos_fs.c] [miscemu/int21.c]
- Bug fixes, should be able to handle all winfile and progman int21
- requests now except for a few small things.
+ * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
+ Stop winelib programs on fault instead of endless faultlooping.
-Tue Mar 29 06:25:54 1994 crw@harris.mlb.semi.harris.com (Carl Williams)
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Run ldconfig in make install if using --enable-dll.
+ Cleaned up uninstall_lib as well.
- * [memory/heap.c]
- Implemented GetFreeSystemResources().
+ * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implementation of IStorage supported by an implementation of
+ ILockBytes on top of an HGLOBAL.
-----------------------------------------------------------------------
-Mon Mar 21 17:32:25 1994 Bob Amstadt (bob@pooh)
+ * files/profile.c, relay32/kernel32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Return the correct value from GetPrivateProfileSectionA.
+ Copy/convert back the buffer in GetPrivateProfileSectionW.
+ Replace some output pointers str/wstr->ptr in kernel32.spec.
- * controls/menu.c (GetSubMenu): Function did not return correct value
+ * loader/task.c, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Some initialization sequence bugfixes:
+ - Initialize process crst for 16-bit processes.
+ - Don't crash due to uninitialized stack frames in WineLib.
+ - Map system DLLs before calling UserSignalProc.
+ - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
- * [windows/mdi.c]
- Beginnings of menu handling.
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call Callout routines directly when using builtin USER.
-Thu Mar 10 11:32:06 1994 Stefan (SAM) Muenzel (muenzel@tat.physik.uni-tuebingen.de)
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: all PE modules were marked 'internal'.
- * [objects/font.c]
- if font.width equals zero use asterix instead.
+ * include/dce.h, objects/dc.c, windows/dce.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Check for busy DCE moved to DCHook16().
-Mon Mar 21 17:23:37 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * include/win.h, loader/main.c, windows/win.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Initialize WIN_CritSection earlier.
- * [objects/bitmap.c]
- Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
+ * dlls/comctl32/trackbar.c, include/trackbar.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Removed the timer that was used to queue TRACKBAR_Refresh calls.
+ Removed all direct calls to TRACKBAR_Refresh (except from within the
+ WM_PAINT handling section) and replaced them by calls to
+ InvalidateRect.
+ Fixed a bug in the TRACKBAR_SetPos function.
+ Fixed the behavior for different types of mouse input.
- * [objects/brush.c]
- Some changes with pattern brushes because of the new bitmap code.
+ * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
+ Implemented toolbar multirow button layout.
- * [objects/color.c]
- Added function COLOR_ToPhysical for better color mapping.
+ * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
+ Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
- * [objects/dib.c]
- Heavily optimized SetDIBits().
+ * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
+ Implemented OleTranslateColor.
- * [windows/dc.c]
- Opimized SetDCState() and DC_SetupGC*() functions.
- Added stub for CreateIC().
+ * include/winuser.h, windows/input.c:
+ Francis Beaudet <francis@macadamian.com>
+ Changed the return value of GetKeyboardState and SetKeyboardState from
+ VOID to BOOL.
-Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
+ Prevented LISTBOX_RepaintItem from repainting a non visible item.
- * [misc/message.c]
- Call SetFocus() after closing box to give back focus to previous owner.
+ * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo.
- * [misc/files.c]
- Small bug fix in GetTempFilename() : replace a '\' to '\\'.
+ * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Bugfix for TRACE in UnregisterClass.
- * [control/scroll.c]
- Calls to BitBlt() replace by StretchBlt().
+Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
- * [control/menu.c]
- Call SetFocus() to previous owner after closing Popups.
- Fill stub DeleteMenu().
+ * include/Attic/propsheet.h: No longer necessary.
- * [control/listbox.c]
- * [control/combo.c]
- Use SetFocus() in WM_LBUTTONDOWN.
- Close ComboBox List upon WM_KILLFOCUS.
- Early development of WM_MEASUREITEM mecanism.
+Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/defwnd.c]
- Early development of WM_MEASUREITEM mecanism.
+ * objects/dc.c, windows/dce.c, include/dce.h:
+ Francis Beaudet <francis@macadamian.com>
+ Check if DC is busy before deleting it.
-Tue Mar 22 10:44:57 1994 Miguel de Icaza (miguel@xochitl)
+ * win32/newfns.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ GetMailslotInfo is supposed to check for pointer validity.
- * [misc/atom.c]
- Fixed sintaxis problem when building the library.
+ * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Possible crash in select_loop() fixed.
-----------------------------------------------------------------------
-Tue Mar 15 13:11:56 1994 Bob Amstadt (bob@pooh)
+ * include/services.h, loader/task.c, scheduler/services.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed various stupid bugs in services thread routines.
+ Added SERVICE_Exit routine to kill the services thread.
- * [include/windows.h]
- Added message types and structures for MDI
+ * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Inverted class/channel in __(SET|GET)_DEBUGGING macros.
- * [include/mdi.h]
- Created internal structures for handling MDI
+ * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Correct implementation of GetWindowThreadProcessId().
- * [windows/mdi.c]
- Began creating MDI support
+ * if1632/mmsystem.spec, multimedia/mmsystem.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added PlaySound16, sndPlaySound16.
-Thu Mar 10 16:51:46 1994 Bob Amstadt (bob@pooh)
+ * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixes winproc deadlock for win16.
- * [loader/wine.c] [include/wine.h]
- Added new field to "struct w_files" to hold the "name table"
- resource for Windows 3.0 programs
+Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c]
- Added code to handle programs with a "name table" resource.
- LoadResourceByName() modified to check for the existence of
- this resource.
+ * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some deadlock(s) in message sending.
-Mon Mar 14 22:31:42 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ cleaned up debug channels to use default one (mmsys)
+ more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
+ fixed callback bug in midiStream functions
+ fixed compilation bug with egcs
+ changed to the new debug channel interface
- * [objects/color.c]
- Added installing the private colormap on the desktop window.
+ * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ small range fixes for OSS driver
+ changed to the new debug channel interface
- * [windows/event.c]
- Cleaned up focus event handling (see focus.c).
- Use GetFocus() to direct key events to the correct window.
+ * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ first (working) shot at OSS mixer low level interface
+ changed to the new debug channel interface
- * [windows/focus.c]
- Rewritten SetFocus() to:
- - only set X focus on top-level windows
- - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
- - prevent setting focus to disabled windows
- - install private colormap so -privatemap option works again
+ * misc/network.c, relay32/mpr.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed off-by-one ordinals in MPR.
+ Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
- * [windows/message.c] [windows/timer.c]
- Changed timer management to no longer use PostMessage(), but
- to generate timer messages on the fly. Also fixed a related bug
- in GetMessage() which could cause busy-waiting.
+ * loader/module.c, if1632/relay.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
- * [windows/win.c]
- Only select focus events on top-level windows.
+ * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Load system DLLs into WineLib applications.
- * [windows/winpos.c]
- Added some sanity checks for desktop window.
+ * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small update to the PostScript encoding vector.
-Fri Mar 4 20:42:01 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * loader/module.c, loader/task.c: Bug fixes.
- * [misc/dos_fs.c]
- bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName().
- Support for tilde symbol added for rootdirectories in [drives]
- section of wine's configfile.
+Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/file.c]
- hread(), hwrite() added.
+ * scheduler/process.c:
+ Moved a few more initialisations to the new process context.
- * [misc/main.c]
- hmemcpy() added.
+ * loader/task.c: Don't initialise the stacks for 32-bit processes.
- * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
- Added STRESS.DLL, an useless dll used to stress a windows system.
+ * miscemu/main.c: Only check number of tasks after first message.
+ Use a 16-bit module for creating the initial task.
- * [*/*]
- Added missing #includes, fixed prototypes for prototype checking.
+ * include/authors.h, AUTHORS:
+ Updated authors list from the Changelog. Please let me know if you
+ have been left out.
- * [include/prototypes.h]
+ * loader/task.c, scheduler/process.c:
+ Converted to the new debugging interface (done with the help of the
+ script written by Patrik Stridvall).
+ Some changes to the initialisation sequence for 32-bit processes.
- Added prototypes for loader/*c, if1632/*c.
+ * */*.c:
+ Converted to the new debugging interface (done with the help of the
+ script written by Patrik Stridvall).
-----------------------------------------------------------------------
-Tue Mar 8 09:54:34 1994 Bob Amstadt (bob@pooh)
+ * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
+ Misc fixes and improvements.
- * [Configure]
- Added reminder to set WINEPATH, if it is not set.
+ * include/config.h.in, configure, configure.in:
+ Added check for -lmmap for OS/2.
- * [Imakefile]
- Removed #elif's
+ * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
+ Francis Beaudet <francis@macadamian.com>
+ Fixed a few bugs in the OLE storage implementation, added a new set of
+ trace statements for the OLE storage related methods and introduced a
+ new debug channel for the storage subsystem.
- * [controls/button.c]
- Added BN_CLICKED notification for owner-draw buttons.
+ * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed redundant include of winbase.h from winuser16.h.
+ Moved types from winbase.h to winuser16.h .
- * [if1632/kernel.spec] [memory/heap.c]
- Changed Local* functions to WIN16_Local* to prevent unconcious use
- of these functions.
+ * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
+ - default item handling
+ - small drawing fixes
- * [if1632/relay.c]
- Push old Stack16Frame on stack before setting.
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ More implementation of PrintDlgA.
+ Conversion of resource identifiers of Print32 window to comply to the
+ M$ numbering.
- * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
- Added multiple local heap handling in Atom* functions.
+ * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't crash if queuing an APC on a thread that doesn't wait.
- * [include/regfunc.h] [miscemu/int21.c]
- Rewrote DOS3Call() use context frame that is already on the stack.
+ * windows/timer.c, windows/x11drv/event.c, include/message.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use SERVICES callback to implement Windows timers.
+ Timer expiration handling removed from EVENT_WaitNetEvent loop.
- * [misc/profile.c]
- Fixed to allow leading ";" to mark comments.
+ * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Call SetLastError in HeapCompact().
- * [misc/spy.c]
- Fixed bugs and added support for "include" and "exclude" filters.
+ * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
+ Added prototype for TryEnterCriticalSection.
- * [misc/user.c]
- Rearranged calls in InitApp().
+ * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
+ Make all structures packed and removal of some WINE_PACKED.
- * [misc/font.c]
- Fixed font handling to create system fonts, if they are used.
+ * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Pushbuttons should only be rounded in Win31 look.
- * [windows/dc.c]
- If text drawn on window with no font specified, then default the
- font to the system font.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - default item handling
+ - small drawing fixes
-Mon Mar 7 20:32:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
+ Fixed an unbalanced windows lock/unlock sequence in
+ WINPOS_ActivateOtherWindow.
- * [controls/desktop.c]
- Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
- Implemented SetDeskPattern().
+ * include/debugdefs.h: enhmetafile added
- * [misc/main.c]
- Added -desktop option to get a large desktop window with
- everything inside it.
- Added -name option.
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - got rid of all the internal MM tweaks to load builtin MCI
+ drivers. They are all seen as drivers, loaded as DLLs and standard
+ module loadorder is used to know which type to use (builtin vs
+ native).
+ - first full working implementation of mmThread??? functions (to
+ support gracefully native MCI drivers).
+ - support of mmShowMMCPLPropertySheet.
+ - fix of some heap validate bugs (thanks to Ulrich for reporting them).
- * [misc/rect.c]
- Bug fix in SubtractRect().
+ * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
+ Fix CreateProcessA to implement correct actions on ambiguous command
+ line names (try longer and longer strings).
- * [objects/*.c]
- Replaced the DefaultRootWindow() macro by the rootWindow variable.
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Started implementing Enhanced MetaFile driver.
- * [windows/event.c] [windows/message.c]
- [windows/nonclient.c] [windows/win.c]
- A few changes to accomodate the new desktop window.
-
- Tue Mar 8 11:13:03 1994 Miguel de Icaza (miguel@xochitl.nuclecu.unam.mx)
-
- * [toolkit/arch.c] --New file--
- Routines for converting little endian data structures to
- big-endian data structures, currently only BITMAP structures are
- converted.
-
- * [misc/atom.c]
- When used as part of the WineLib, the code is much simpler.
- Doesn't depend on alignement.
-
- * [loader/wine.c]
- Ifdefed Emulator dependent code if compiling WineLib.
-
- * [loader/resource.c]
- Moved misc/resource.c to loader/resource.c.
-
- * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
- Ifdefed whole code if compiling WINELIB.
-
- * [include/winsock.h]
- Added compilation define to allow compilation on SunOS.
-
- * [include/wine.h]
- Removed load_typeinfo and load_nameinfo prototypes, they belong
- to neexe.h
-
- * [include/neexe.h]
- Added load_typeinfo and load_nameinfo prototypes.
-
- * [include/arch.h]
- Fixed some bugs in the conversion routines.
- Added macros for Bitmap loading.
-
-Tue Mar 8 12:52:05 1994 crw@maniac.mlb.semi.harris.com (Carl Williams)
-
- * [if1632/kernel.spec] [memory/global.c]
- Implemented GetFreeSpace()
-
- * [if1632/user.spec] [loader/resource.c]
- Implemented CreateIcon()
-
-----------------------------------------------------------------------
-Tue Mar 1 11:30:21 1994 Bob Amstadt (bob@pooh)
-
- * [Configure] [*/Imakefile]
- Created configure script to handle different types of Wine builds.
-
- * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
- Added ability to compile Wine on systems with 14-char filename limit.
-
- * [if1632/relay.c] [include/options.h] [misc/main.c]
- Added -relaydbg option to command line if DEBUG_RELAY is defined.
-
- * [loader/selector.c]
- Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
-
- * [memory/heap.c]
- Fixed LocalInit() to work correctly.
-
- * [misc/user.c]
- Added code to call loaded DLLs' initialization routines.
-
-Tue Mar 1 01:01:17 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [windows/dce.c]
- Added clipping of child windows by their parent's client area.
-
- * [windows/nonclient.c]
- Bug fix in NC_DoNCPaint().
-
- * [windows/painting.c]
- Bug fix in RedrawWindow().
-
-Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [mem/atom.c]
- Bug fix again in ATOM_DeleteAtom() :
- change LocalFree() by USER_HEAP_FREE().
- (Previous patch done Feb 13th had been lost)
-
- * [controls/scroll.c]
- Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
-
- * [windows/class.c] (sorry Alex ...)
- There was no bug there "in RegisterClass() :
- WNDCLASS->lpszClassName was reset to NULL."
- ^^^^^
-
- * [misc/clipboard.c] --- New File ---
- New function EnumClipboardFormats().
- New function OpenClipboard().
- New function CloseClipboard().
- New function EmptyClipboard().
- New function GetClipboardOwner().
- New function GetClipboardViewer().
- New function CountClipboardFormats().
- New function IsClipboardFormatAvailable().
- New function OpenClipboard().
- New function GetClipboardData().
- New function SetClipboardViewer().
- New function EnumClipboardFormats().
- New function RegisterClipboardFormat().
- New function ChangeClipboardChain().
- New function SetClipboardData().
- New function GetOpenClipboardWindow().
- New function GetPriorityClipboardFormat().
- New function GetClipboardFormatName().
+ * 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:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the OLE object default handler and data cache.
-Tue Mar 1 20:15:45 1994 Erik Bos <erik@trashcan.hacktic.nl>
+ * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Several improvements to Enhanced MetaFile playback.
- * [misc/comm.c]
- bugfix in OpenComm().
+ * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Only try to append ".dll" if a library is loaded implicitely.
-----------------------------------------------------------------------
-Tue Feb 22 18:04:02 1994 Jeffrey Hsu <hsu@freefall.cdrom.com>
+ * dlls/shell32/shellord.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Fix TRACE formatting warnings.
- * [include/winsock.h]
- The sockproto struct is already defined in <sys/socket.h>
+ * dlls/shell32/shlfolder.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed a small syntax problem.
- * [misc/winsock.c]
- Need to include <netinet/in.h> for struct in-addr.
- Use sys_errlist[] instead of strerror[].
+ * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - better stubs for Get/Set special (Progman/Taskman) window functions
- *[toolkit/heap.c]
- ANSI C specifies that the malloc functions are defined in stdlib.h,
- so we don't need to include malloc.h.
+ * relay32/user32.spec, windows/message.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - new SendMessageCallbackW
+ - some fixme's for missing A<->W conversion
- *[loader/ldtlib.c]
- Print informative error message about probable cause of i386_set_ldt()
- failure and then exit.
+ * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
+ Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
- *[Imakefile]
- For systems that don't use gmake by default, set the MAKE variable
- to gmake and propagate it on recursive makes.
- Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
- can be built with the FreeBSD 1.0.2 compiler.
+ * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
+ Bugfix for EnumPrinters level 2.
-Tue Feb 22 02:52:19 EST 1994 jrichard@cs.uml.edu (John Richardson)
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Correct logic in GetKeyNameText.
- * [objects/bitblt.c]
- Added in three functions to do stretching and compression
- for WHITEONBLACK, BLACKONWHITE, and color copies.
+ * documentation/bugreports:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Removed +snoop from documentation/bugreports.
-Tue Feb 22 15:01:31 EST 1994 jrichard@cs.uml.edu (John Richardson)
+Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/graphics.c]
- Added FloodFill and FloodFill_rec. FloodFill_rec is pretty
- inefficent, but should suffice for now.
+ * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
+ LoadImageW fixed for hicolor displays.
- * [include/windows.h]
- Changed the x,y paramaters for the FloodFill prototype
- from ints to shorts
+ * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
-Tue Feb 22 00:58:28 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
+ to handle wide character strings properly. Fix of our previous patch
+ for null pointer checking.
- * [windows/widgets.c]
- Added desktop window class.
+ * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
+ the ILockBytes interface based on an HGLOBAL.
- * [windows/painting.c]
- Bug fix in RedrawWindow().
- Implemented ExcludeUpdateRgn().
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a bug in CoRegisterClassObject.
- * [windows/win.c] [windows/winpos.c]
- Implemented desktop window.
+ * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
+ Removed some flickering when inserting or deleting buttons.
- * [controls/desktop.c]
- Preliminary desktop window procedure.
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
+ between lpItem and lpLVItem. Now compares the pszText string of the
+ lpItem and lpLVItem structs. Fixes a bug where the old and new item
+ have the same attributes but their text differs and GetItemChanges()
+ compares them as equal.
-Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
+ Thuy Nguyen <thuy@macadamian.com>
+ Added support for adding and removing pages dynamically from a
+ property sheet.
- * [controls/menu.c]
- New function LoadMenuIndirect().
- New function GetMenuCheckMarkDimensions().
+ * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed the gotos from the WndProcs, always use a small wrapper that
+ locks the window, calls the real wndproc, unlocks the window.
- * [if1632/user.spec]
- Entry for DefDlgProc().
+ * dlls/shell32/contmenu.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed default menu item.
- * [windows/class.c]
- Fix bug in RegisterClass() :
- WNDCLASS->lpszMenuName was reset to NULL.
+ * win32/code_page.c, misc/ddeml.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed typo.
- * [windows/win.c]
- In CreateWindowEx(), if hMenu == 0 then use
- wndclass->lpszMenuName to load Menu from resource;
+ * windows/queue.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added a missing LeaveCriticalSection.
-Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
+ Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
+ TranslateMDISysAccel16.
- * [loader/library.c] [loader/wine.c]
- Fixed runing DLL's as main executable problem.
+ * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed off-by-one bug in async output buffers.
- * [misc/dos_fs.c]
- Added wildcard support in DOS_readdir().
+ * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a little Drag and Drop bug.
- * [misc/winsocket.c]
- Added proper error handling of BSD winsocket functions.
+----------------------------------------------------------------
+Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/int21.c]
- KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
+ * include/config.h.in, configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added autoconf check for "inline". You can now use it, it will be
+ defined to (empty) for compilers that do not have it.
- * [main/main.c]
- Added functions for GetVersion, GetWinFlags and GetTimerResolution
- for libwine.a, SystemParametersInfo() partly implemented.
+ * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Don't include alloca.h.
-Tue Feb 22 19:00:02 1994 Miguel de Icaza (miguel@xochitl.nuclecu.unam.mx)
+ * README, documentation/wine.man: James Juran <jrj120@psu.edu>
+ Update to reflect recent changes and discussions.
- * [toolkit/winmain.c]
- Added _WinMain function. Setups the library (calls USER_InitApp).
+ * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ The load order parser should not always complain about extensions.
- * [toolkit/sup.c]
- Added load_mz_header, load_ne_header, load_type_info and
- load_name_info functions.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - align magic buttons right
+ - shortcuts alignment working again
- * [toolkit/heap.c]
- Code cleanup.
+ * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loading of native NE dlls.
- * [misc/user.c]
- Moved from loader/misc.c. I hope to put back all the loader
- functions in the ~loader subdirectory in the future. CUrrently is
- needed since it has USER_InitApp.
+Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/resource.c]
- Since WineLib will probably need DLLs (currently it needs
- Sysres.dll). WineLib will be using much code of the loader again.
- So I removed some ifdefs that were used by WineLib.
+ * memory/heap.c: Fixed __builtin_return_address arg.
- Added load_typeinfo and load_nameinfo (and the corresponding
- functions in [toolkit/sup.c]
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI compabillity.
- Added integer convertion functions in the needed places.
+ * */*:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Built-in dlls now have resources attached via the PE-header like
+ normal dlls. This enables the use of the resource API.
- Added very ugly patch (includes wine.c). In the next release I
- plan to move back all the loader routines to ~/loader. In the
- meantime I needed this patch. It doesn't affect any of the
- emulator code (its ifdefed for WineLib).
+ * misc/registry.c:
+ Use $HOME instead of getpwuid for user's home directory.
+ Fixed messed up indentation.
- * [misc/main.c]
- Cleaned up call to WinMain (now uses [toolkit/winmain.c]
- Ifdefed argument number checking when compiling the library.
+ * graphics/x11drv/xfont.c:
+ Use $HOME instead of getpwuid for user's home directory.
- * [loader/wine.c]
- Modified to use load_(mz|ne)_header instead of doing a direct
- read. When compiling the emulator it still uses the direct read
- for performance.
+ * */*.h:
+ Patrik Stridvall <ps@leissner.se>
+ #pragma pack(?) changed to #include "*pack*.h"
- * [include/wine.h]
- Prototypes for loading routines.
+ * 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:
+ Jim Aston <jima@corel.ca>
+ Added some missing #defines I've run across.
- * [include/class.h]
- Added WINE_PACKED macro instead of __attribute__ ((packed))
+ * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Ignore trailing dots on file names.
- * [include/arch.h]
- Macros for converting integers (Little endian to big-endian).
- Needed in the Sun to allow loading of DLL files.
+ * 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:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added a possibility to let the internal debugger use a separate
+ heap. Not enabled by default, change #if in include/debugger.h to use
+ this (the heap allocator is very slow).
-----------------------------------------------------------------------
-Mon Feb 14 23:48:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ wine.conf should not overrule content of burned in data in
+ loadorder.c.
- * [windows/clipping.c]
- Moved everything into windows/painting.c and removed this file.
+ * graphics/mapping.c: Karl Lessard <karll@corel.com>
+ SetMapMode should not reset the window and viewport origins to 0.
- * [windows/message.c]
- Removed calls to memmove() in MSG_RemoveMsg().
+ * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Allow to automatically copy part of wine.ini into generated file.
+ Small perl enhancement (work in strict mode).
+ Small updates in heuristics.
- * [windows/nonclient.c]
- Added WM_GETMINMAXINFO support for window resizing.
+ * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Upgraded to have a decent multimedia DLLs configuration.
- * [windows/painting.c]
- Implemented RedrawWindow().
+ * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Fixed a counting bug in the win32 count and sort routine.
+ - Fixed sort order of resources (must be name before ordinal).
+ - Shuffled a couple of global variables so that built-in dlls now can
+ load resources through the proper PE interface.
- * [windows/scroll.c]
- Bug fix in ScrollWindowEx().
+ * include/windef.h, include/winreg.h:
+ Adrian Thurston <adriant@corel.ca>
+ Added support for strict handles. Only works on machines where
+ sizeof(UINT) == sizeof(void*).
- * [windows/win.c]
- Moved UpdateWindow() to windows/painting.c.
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Initialize process critical section in the correct process context.
-Fri Feb 11 12:41:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [loader/wine.c] [misc/dos_fs.c]
- getenv() eq NULL bugfixes.
+ * scheduler/critsection.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Warn if wrong process tries to enter critical section.
+ Better implementation of Reinitialize/UninitializeCriticalSection
+ (still not quite correct).
- * [misc/comm.c]
- cfmakeraw changed for SunOS.
+ * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
+ debug.h must be last in list of includes.
-Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Return 32-bit module in GetModuleHandle16() if appropriate.
- * [mem/atom.c]
- Bug fix in ATOM_DeleteAtom() :
- change LocalFree() by USER_HEAP_FREE().
+ * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when status was read with cd-rom tray open.
- * [misc/message.c]
- New function FatalAppExit().
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a bug in msg conversion.
- * [objects/font.c]
- New empty stub SetMapperFlags().
+ * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent crash when nMinRange > nMaxRange.
- * [controls/menu.c]
- Better CheckMark & other bitmaps placement.
+ * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing manifest constants for Queue Status functions (QS_????).
- * [windows/graphics.c]
- New function RoundRect() : calc.exe now working...
+ * controls/button.c, controls/edit.c, windows/mdi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing WIN_ReleaseWndPtr.
-Tue Feb 15 14:29:37 1994 John Richardson
+ * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ More appropriate default size for fonts with invalid sizes.
- * [objects/bitblt.c]
- Fixed StretchBlt so it works quicker and faster. It still doesn't
- use the StretchMode bits for bitmap compression, but that will
- come soon.
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented SetColumnWidth for ListView control.
-Mon Feb 14 13:21:04 1994 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+ * documentation/config: Adam Sacarny <magicbox@bestweb.net>
+ Added new documentation for the configuration file.
- * [include/windows.h,dialog.h,gdi.h]
- Changed __atribute__ ((packed)) for WINE_PACKED.
- When compiling the library this is defined as nothing. This gets
- rid with all the problems compiling under SunOS. Also
+ * misc/version.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Improved VERSION_GetVersion.
- * [windows/utility.c]
- Added DebugPrintString.
+ * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
+ Added Swedish keyboard layout.
- * [toolkit/sup.c]
- Added hSysRes = 1 definition to resolve externals.
- Added CallLineDDAProc function (toolkit version).
- Added toy, and hi ineficient memmove until code in message.c get
- rewritten.
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ General tidy up of the MetaFile driver - make sure that everything
+ goes through the DCFuncs table.
- * [objects/gdiobj.c]
- Ifdefed linux/emulator-dependent code to allow compilation of
- WineLib.
+ * misc/toolhelp.c, if1632/kernel.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add a stub for GlobalMasterHandle.
- * [misc/winsocket.c]
- Added ifdef to allow compilation under SunOS.
+ * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
+ Much nicer way to select wine's location.
+ Option to disable creation of debugging output.
+ Debugging output is now created in directory script was started in.
- * [misc/resource.c]
- When compiling the library, the resource file is expected to be in
- a file called $argv[0].Res. Also the information of the resource
- is expected to be at offset 0 of the .Res file.
+ * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
+ Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
+ style were appearing with a title bar. According to the docs for
+ WS_DLGFRAME a window with this style cannot have a title bar.
- * [misc/main.c]
- Call WinMain with arguments if compiling WineLib.
- Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
- Call sync_profiles to preserve changes to .INI files.
+ * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
+ Use DllOverrides from wine.ini as defaults also in
+ loadorder.c (merged in some MM dlls lines from Eric Poeuch).
- * [misc/comm.c,dos_fs.c]
- removed call to atexit(Comm_DeInit)
- removed call to atexit(DOS_DeInitFS)
- Shutdown functions are now called from the return of WinMain
+ * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bogus infinite expiration time.
- * removed memorylib subdirectory
+ * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
+ - consolidate both cases of !pending in WaitNetEvent
+ - select() returns -1 not 0 on error in WaitNetEvent
- * moved memory/atom.c to misc/atom.c
- moved memorylib/heap.c to toolkit/heap.c
+ * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
+ Made HeapValidate threadsafe, and added some macros to track callerEIP
+ a little better.
+ Added HEAP_xrealloc.
- * [loader/wine.c]
- Moved DebugPrintString to windows/utility.c
+Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/winsock.h]
- Define SO_DONTLINGER only if it has not been previously defined.
+ * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ autoconf fixes and cleanups (check for dlopen() in libc too).
- * [include/windows.h]
- added definition for DLGPROC.
- added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
- When compiling WineLib WNDPROC is defined with all the parameters
- to avoid compilation problems.
+ * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented CreateStreamOnHGLOBAL.
- * [include/user.h]
- When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
- calls are translated to the library allocation routines.
+ * ole/compobj.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Let CoSetState() accept state == NULL.
- * [include/gdi.h,user.h]
- When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
- translated to the library allocation routines.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Made internal format more compatible.
- * [include/atom.h]
- Defined LocalAlign. When compiling the emulator it's translated as
- a call to LocalAlloc (the original code), when compiling WineLib
- as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
- (atom.c needs aligned data on a 4 byte boundary).
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
- * [misc/file.c]
- Renamed KERNEL_* functions and fixed prototypes.
+ * windows/class.c, windows/dce.c, controls/combo.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix locking with proper calls to WIN_ReleaseWndPtr.
- * [if1632/kernel.spec]
- Renamed KERNEL_* functions in order to be used by applications
- using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
- _llseek, _lopen, _lwrite).
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Don't malloc/free for every mixing operation, use the same buffer over
+ instead...
- * [Makefile]
- Create library instead of executable when building target
- libwine.a
+ * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbejy@wpi.edu>
+ HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
+ text strings as null strings, as Windows does. Fixes wine crash on
+ startup of CuteFTP.
-----------------------------------------------------------------------
-Tue Feb 8 13:52:11 1994 Miguel de Icaza (miguel@roxanne)
+ * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
+ Set (when registry loaded) data to "\0" and length to 2 in empty
+ string value case, in place of setting data to NULL and length to 0,
+ and this is without initializing output buffer parameter of
+ RegQueryValue*.
- * [Makefiles]
- Use $(CC) instead of cc.
- Added libwine target.
+ * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Added Panose defines and EXTLOGFONT[A|W].
- * [include/prototypes]
- #ifdefed section for WineLib
+Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
- * moved loader/cursor.c to misc/cursor.c
- moved loader/resource.c to misc/resource.c
- moved misc/emulate.c to miscemu/emulate.c
- moved misc/int1a.c to miscemu/int1a.c
- moved misc/int21.c to miscemu/int21.c
- moved misc/kernel.c to miscemu/kernel.c
- moved misc/user.c to miscemu/user.c
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI compabillity.
- * [memorylib/heap.c]
- Heap management for WineLib
+ * 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:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed some includes of 16 bit API.
- * [misc/comm.c]
- Modified to allow compilation under SunOS (#include errno, SunOS
- doesn't have atexit ()).
+ * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
+ Adrian Thurston <adriant@corel.ca>
+ ICOMization of remaining interfaces.
- * [misc/dos_fs.c]
- Modified to allow compilation under SunOS (#include vfs.h)
+ * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
+ Fixed bug with tooltips stealing focus whenever a tooltip was created,
+ shown, hidden or tracked. The SetWindowPos calls needed to have the
+ SWP_NOACTIVATE flag set additionally.
- * [misc/file.c]
- Modified to allow compilation under SunOS (OPEN_MAX constant,
- #include unistd.h)
+ * objects/clipping.c: Karl Lessard <karll@corel.com>
+ Fixed coordinates conversion in OffsetClipRgn.
- * [objects/palette.c]
- Modified to allow compilation under SunOS (#include limits)
+ * include/objbase.h: Adrian Thurston <adriant@corel.ca>
+ Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
- * [toolkit/sup.c]
- WineLib version of CallWindowProc.
+ * relay32/kernel32.spec, scheduler/handle.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
- * [windows/event.c]
- Typedef XPointer under X11R4 (OpenWindows).
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Moved stuff to the right place.
- * [windows/win.c]
- When compiling WineLib, use direct callbacks instead of the
- windows supplied callbacks.
+ * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fixed syscolors for win 3.1.
-Mon Feb 7 22:37:34 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * files/profile.c, if1632/kernel.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added missing profile KERNEL routines (call 32-bit versions).
- * [loader/cursor.c]
- New function CURSOR_SetWinCursor(), for internal use, to set
- the cursor of a specific window more reliably than with SetCursor().
+ * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
+ entry table layout.
- * [windows/nonclient.c]
- Better window management. Moving and resizing from the system
- menu should work now.
- Added scroll-bar mouse tracking.
+ * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Add Enhanced MetaFile record structures.
- * [windows/win.c]
- Moved scroll-bar creation and destruction to defwnd.c.
+ * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
+ Thuy Nguyen <thuy@macadamian.com>
+ First patch implementing property sheets.
-Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * relay32/gdi32.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: GDI32.100-104 are ordinal-only routines.
+ Added stubs for some Win98 GDI32 routine.
+ Re-numbered all named exports (lexicographically).
- * [windows/nonclient.c]
- Call to StdDrawMenuBar() during NC's drawing.
- New NC_TrackMouseMenuBar() function which call
- MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
+ * graphics/driver.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added prototypes (stubs) for GDI32.100-104.
- * [controls/menu.c]
- New ChangeMenu() function.
- Remove permanently old Xt menu code.
- Make common functions MenuButtonDown(), MenuButtonUp()
- & MenuMouseMove() for both popups & menubar.
-
- * [controls/combo.c]
- Paint OBM_COMBO directly in combo client.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - more checks for valid pidl formats
- * [controls/listbox.c]
- Fix bug in multicolumns calculations.
+ * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - corrected parameter count for SHGetSettings
+ - stub SHValidateUNC
- * [controls/Makefile]
- Remove rules for old file 'caption.c'.
+ * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #else branch compile fix.
- * [misc/kernel.c]
- Remove empty stub GetModuleFileName().
+ * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Change wine's dlopen search-patch strategy not using the environment
+ and added #if:s to seperate the code out if libdl isn't availble.
- * [loader/library.c]
- New GetModuleHandle() function.
- New GetModuleUsage() function.
- New GetModuleFileName() function.
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Added a check for a NULL pointer in CoFreeUnusedLibraries.
- * [loader/resource.c]
- Try to find the bug a missing menu loading ... Not found yet !
+ * relay32/builtin32.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Include debug.h last (ERR() macro problem on Solaris).
- * [windows/win.c]
- Remove old menubar creation.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a sizing bug in the combobox control.
-Thu Feb 3 22:30:11 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Internal NE entry point tables were bad (one huge bundle).
- * [misc/winsocket.c]
- More functions added.
+ * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
+ Initialize the output buffer parameters to 0 in RegQueryValue*
+ functions. This is important specially when there's no data to return.
- * [if1632/winsock.spec] [misc/winsocket.c]
- Added John Brezak's winsock.dll stuff.
+ * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Do not increment module refCount if self is loaded from within
+ DllEntryPoint during the attach notification.
-----------------------------------------------------------------------
-Tue Feb 1 21:14:47 1994 Bob Amstadt (bob@pooh)
+Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/selector.c]
- Added function CreateNewSegments(). Modified IPCCopySelector
- to allow aliasing to any arbitrary memory space.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - protect TRACE against NULL-ptr
+ - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
- * [memory/global.c]
- Fixed potential bug in GlobalGetFreeSegments().
+ * dlls/comctl32/toolbar.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed typo.
- * [memory/linear.c]
- Created functions GlobalLinearLock() and GlobalLinearUnlock().
+ * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Reimplementation of GetModuleHandle16 according to how win95 handles
+ it (thanks to Marcus Meissner <marcus@jet.franken.de>).
-Tue Feb 1 05:51:43 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Corrected wrong return values of built-in loader to work with the
+ loadorder stuff.
- * [controls/widgets.c]
- Removed CAPTION window class.
+Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/cursor.c]
- Bug fix in LoadCursor(): don't allocate memory every time for
- built-in cursors.
+ * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Implemented recording of StretchDIBits and SetDIBitsToDevice and
+ playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
- * [windows/clipping.c]
- Invalidate child windows in InvalidateRgn().
+ * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Removed non-portable hacks and replaced them with more general
+ versions.
- * [windows/defwnd.c]
- Added repaint of the caption when changing window text.
+ * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
+ Code added to re-evaluate stale DC information in DCE cache.
- * [windows/event.c]
- Modified SetCapture() to allow keyboard events while capturing.
+ * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Attach notifications must be send after all recursive dependencies are
+ loaded and not before.
- * [windows/message.c]
- New function MSG_GetHardwareMessage(), to do mouse tracking
- without returning control to the Windows program.
+ * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
+ Fixed typo.
- * [windows/nonclient.c]
- A couple of changes in frame drawing for DLGMODALFRAME windows.
- Rewritten window moving code, to use MSG_GetHardwareMessage()
- instead of non-client mouse events (this is the way Windows
- does it), and to send WM_ENTERSIZEMOVE messages.
- Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed playing position when required by track number.
- * [windows/win.c]
- Allocate temporary structures on the USER heap instead of
- using GlobalAlloc().
+ * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
+ Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
- * [windows/winpos.c]
- Added function WINPOS_GetMinMaxInfo() to get sizing informations.
+ * wine.ini: Marcus Meissner <marcus@jet.franken.de>
+ Native toolhelp will not work (missing GLOBALMASTERHANDLE).
-Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
+ Updated.
- * [windows/nonclient.c]
- Call to StdDrawScrollBar() during NC's drawing.
- Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
- Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
- Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
+ * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
+ Test for static was reversed.
- * [controls/menu.c]
- New GetSubMenu() function.
- Move GetMenu() & SetMenu() functions from 'windows/win.c'.
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ New debug scheme with explicit debug channels declaration.
- * [controls/listbox.c]
- Start changes to satisfy recent changes in scrollbars/windows.
+Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c]
- Put some code in LoadAccelerators() stub.
- New TranslateAccelerator() function.
+ * loader/ne/module.c: Removed extra call to TASK_StartTask.
- * [windows/win.c]
- Remove GetMenu() & SetMenu() functions.
- Call to NC_CreateScrollBars() if required by CreateWindow().
+ * include/acconfig.h, include/config.h.in, configure, configure.in:
+ Removed check for union semun; cleaned up a bit.
-----------------------------------------------------------------------
-Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
+ * include/server.h, server/process.c, server/trace.c, tools/make_requests:
+ Added env ptr to new_process request
- * [window/win.c]
- Added functions EnumWindows, EnumChildWindows, and helper
- WIN_EnumChildWin. EnumWindows won't list all wine windows
- because GetDesktopWindow isn't complete. However, the code
- is in place for it to work correctly and only needs
- GetDesktopWindow to do so.
+ * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - use fonts/fontsizes given by SystemParametersInfo
+ - drawing/alignment fixes, win98 style for menubar
+ - ownerdrawn menus are working now for the first time
+ - complete constants magic items
+ - use right owner for popupmenus
+ - new: Get/SetMenuInfo
+ - implemented: Get/SetMenuContextHelpId
+ - more flags for Get/SetMenuItemInfo
-Tue Jan 25 05:51:47 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
+ Make DOSFS_MatchLong match a search string ending in '*.' to a zero
+ extension file name, allowing Mathcad to run.
- * [windows/defwnd.c]
- Added handling of activation messages (WM_ACTIVATE,
- WM_NCACTIVATE, WM_MOUSEACTIVATE)
+ * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed memory freeing.
- * [windows/event.c]
- De-activate the window when losing input focus.
+ * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
+ Renamed cmdlgr.h to cmdlgtst.h.
- * [windows/focus.c]
- Bug fix in SetFocus().
+ * scheduler/critsection.c: Added timeout to critical section waiting.
- * [windows/message.c]
- Added activation of the window on mouse-clicks.
+ * include/thread.h, scheduler/sysdeps.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Merged Linux/FreeBSD reentrant errno handler, added Solaris.
+ Preliminary support for Solaris low-level threads (LWPs) added.
- * [windows/nonclient.c]
- Changed non-client area painting to use the correct colors
- depending upon the activation state.
- Added WM_NCACTIVATE message handling.
- Fixed a couple of bugs in window moving and resizing.
+ * configure, configure.in, include/acconfig.h, include/config.h.in:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Reentrant libc check for Solaris added.
+ Fixed reentrant X11 check for FreeBSD and Solaris.
+ Added check for Solaris low-level thread routines.
- * [windows/winpos.c]
- Implemented Get/SetActiveWindow().
- Implemented SWP_NOACTIVATE flag in SetWindowPos().
+ * loader/ne/module.c:
+ Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
+ Stultiens).
-Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Automatic install script, which automatically configures and compiles
+ wine and regapi, runs tools/wineconf to generate a configuration file
+ if one does not already exist, and uses regapi to install the default
+ registry.
- * [misc/message.c]
- MessageBox has a CaptionBar for his title except for
- MB_SYSTEMMODAL with MB_ICONHAND.
+ * documentation/gui, windows/win.c, windows/winpos.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Properly handling cases like calling SetWindowPos while processing
+ WM_NCCREATE.
- * [windows/nonclient.c]
- Call to NC_TrackSysMenu on SysMenu button mouse click.
+ * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few bugs (typos from cut & paste & invalid heap block
+ freeing).
+
+ * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Bug fix in GetLen.
+
+ * 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:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Reorganization of the loader to correctly load and free libraries and
+ implementation of load order to load different types of libraries.
- * [windows/defwnd.c]
- Call to NC_TrackSysMenu on Alt key (VK_MENU).
+ * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Updated commandline changes of -dll option and wine.conf entries.
- * [controls/menu.c]
- New GetSystemMenu() function.
- New CopySystemMenu() internal function.
- New NC_TrackSysMenu() internal function.
+ * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Updated the example with the new configuration entries.
- * [include/windows.h]
- New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
+ * dlls/shell32/shell32_main.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Bugfix: free loaded library not before exit.
-----------------------------------------------------------------------
-Thu Jan 13 11:45:13 1994 John Richardson <jrichard@cs.uml.edu>
+ * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ New files to support load order and partial stubs for elfdlls.
- * [window/win.c]
- Added functions EnableWindow, IsWindowEnabled, and helper
- WIN_SetSensitive.
-
- * [window/event.c]
- Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
- EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
- EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify. Key and
- button presses beep for a disabled window.
- If anyone finds better places for these checks, please tell me.
+ * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixes for upside-down DIBs.
-Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Changed 'GetDisplayMode' to return the mode previously set by
+ 'SetDisplayMode' (and not the current monitor mode).
- * [misc/message.c]
- Cleanup on buttons answer value returned.
+ * include/tab.h, dlls/comctl32/tab.c:
+ Luc Tourangeau <luc@macadamian.com>
+ -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
+ TCM_SETITEMSIZE and TCM_DELETEITEM.
+
+ * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
+ LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
+ returns 0, it is interpreted as if it were 256.
+
+ * loader/module.c, scheduler/process.c:
+ Kevin Holbrook <kwh@neosoft.com>
+ Fix ambiguous else warning.
+
+ * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Loading color values from the registry fixed.
- * [control/combo.c]
- Now use OBM_COMBO bitmap dropdown button.
+ * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
+ - Removed all floating point math.
+ - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
+ - Implemented source and dest color-keying for 8, 16, and 32 bit color.
+ - Implemented some trivial raster operations.
+ - Minimized inner loops for maximum speed.
+ - Use memcpy whenever possible.
-Mon Jan 17 21:56:45 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Reduced fragment size.
+ Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
+ Fixed buffer underrun recovery.
+ Fixed bug in wodReset()/wodClose().
- * [misc/comm/c]
- A few bugfixes.
+ * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Simplify propertyNameCmp() and fix a warning in the way by removing
+ CRTDLL__wcsupr() calls.
-Tue Jan 18 06:36:48 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
+ DdeNameService: expansion of stub to trap unused instanceids at start of run.
+ DdeGetLastError: catch 'not initialized' situation and return correct response.
+ DdeFreeStringHandle: complete test for error set by previous call of
+ something and ignore it, also release handle table mutex on normal exit.
+ DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
+ handle table mutex on normal exit.
- * [loader/cursor.c]
- Added X cursor for IDC_SIZENS and IDC_SIZEWE.
+ * include/wnet.h, misc/network.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Don't announce the WNetDirectoryNotify capability WNetGetConnection.
+ Change the return value for local files.
- * [include/options.h] [misc/main.c] (New files)
- Rewrote main() function to get rid of Xt application context,
- and added command-line option parsing.
+ * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Add "win.h" to fix implicit function declaration warnings.
+
+ * console/interface.c, include/console.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Only declare console "driver" once, use external refs elsewhere.
+
+ * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
+ When the vertical scrollbar is removed, the background was not
+ properly repainted.
+
+ * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
+ Disable AC bit on receiving alignment exceptions.
+
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
- * [objects/color.c]
- Use of a private map now configurable with command-line option.
+ * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
+ While handling the WM_DELETEWINDOW client message check if a window
+ has been disabled and if so prevent an SC_CLOSE message from being
+ sent.
- * [windows/defwnd.c]
- Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
+ * windows/dce.c: Noel Borthwick <noel@macadamian.com>
+ Make access to the DCE list thread safe by ensuring we have acquired
+ the Windows lock before using it.
- * [windows/event.c]
- Removed ConfigureNotify event handler (no longer needed).
+Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * resources/.cvsignore: Changed for renamed files
- * [windows/message.c]
- Send WM_SETCURSOR message on mouse events.
+ * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Fixed warnings.
- * [windows/nonclient.c]
- Use OEM bitmaps for the drawing of the non-client area.
- Added caption bar buttons handling, and moving and resizing of
- the window via the window frame (bypassing the window manager).
+ * 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:
+ Pablo Saratxaga <pablo.sarachaga@ping.be>
+ Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
+ -> Pt; to conform to standard names for those languages).
- * [windows/painting.c]
- Bug fix in BeginPaint().
+ * configure, configure.in, relay32/Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add -fno-builtin when compiling with gcc in relay32/ subdir.
- * [windows/win.c]
- Set the override_redirect flag for windows (to bypass window
- manager).
+ * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ - Implemented proper ("real", compressed) Win16 entry tables.
+ - Fixed MyAlloc (AKA NE_AllocateSegment).
+ - Implemented PatchCodeHandle16.
- * [windows/winpos.c]
- Implemented WindowFromPoint(), ChildWindowFromPoint(),
- BringWindowToTop(), Get/SetInternalWindowPos(),
- Get/SetWindowPlacement().
+ * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
+ Robert Pouliot <krynos@clic.net>
+ A few patches to help Wine to compile on OS/2.
-Mon Jan 17 20:48:24 1994 Bob Amstadt (bob@pooh)
+Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
- * [memory/heap.c]
- Added support for multiple local heaps.
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
+ global memory handles). Fixed disk-based MetaFiles. Better
+ separation between MetaFile playback and the metafiledrv.
-----------------------------------------------------------------------
-Tue Jan 4 13:01:33 1994 David Metcalfe <david@prism.demon.co.uk>
+ * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
+ _CIpow argument order was confirmed with Starcraft v1.05.
- * [window/caret.c]
- Modified code to use system timer.
+ * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
+ Clarified a few points.
-Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Added IOCTL function 0x440d/0x72.
- * [windows/win.c]
- Windows create if required new XLIB MenuBar & CaptionBar.
+ * relay32/kernel32.spec, scheduler/critsection.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ UnitializeCriticalSection partial stub implementation.
- * [windows/defwnd.c]
- WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
- (I'm not sure it's the good place for it, but it work...)
+ * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing proto for GetExitCodeThread.
- * [loader/resource.c]
- optimize in FindResourceByNumber, make lseek() if next type ...
+ * include/driver.h, include/wine/keyboard16.h:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Added missing windef.h includes.
- * [controls/scroll.c]
- scrollbar buttons are now using system resources bitmaps.
+ * windows/input.c, include/winuser.h:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ ReleaseCapture() is supposed to return a BOOL value.
- * [controls/caption.c] - new file ...
- captionbar showing title, close button with SysMenu,
- and other buttons using system resources bitmaps.
+ * configure, configure.in, include/config.h.in, loader/signal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
+ reentrant concerning errno. Revert unneeded FreeBSD hack to
+ loader/signal.c from last patch.
- * [controls/menu.c]
- New functions: SetMenuItemBitmaps() with 'glues',
- Make new version of LoadMenu() & ParseMenu(),
- ( put #define USE_POPUPMENU ).
- Implementation of MenuBar functions.
-
- * [sysres.dll]
- New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
- New SYSMENU menu, it don't work yet ! :-((
+ * windows/x11drv/keyboard.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ index == 3 corresponds to Alt-Gr + Shift.
-Tue Jan 11 05:27:45 1994 julliard@di.epfl.ch (Alexandre Julliard
+ * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
+ More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
+ and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
+ DdeCreateStringHandleA.
- * [memory/atom.c]
- Fixed a bug that could cause atoms to be case-sensitive.
+ * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed ugly disabled controls and black background in Write and Lotus
+ Notes.
- * [misc/rect.c]
- Bug fix in SubtractRect().
+ * controls/button.c, include/button.h, include/winuser.h:
+ Pascal Lessard <pascal@macadamian.com>
+ Implement the button with bitmaps.
- * [objects/clipping.c]
- Bug fix when setting the clip mask to an empty region.
+ * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Implementation of IStorage::CopyTo and IStream::CopyTo.
- * [windows/dce.c]
- Bug fix in ReleaseDC().
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Always release the Win16Lock in TASK_Reschedule.
- * [windows/dialog.c]
- Call AdjustWindowRectEx() before creating the dialog window.
- Added support for DS_MODALFRAME style.
+ * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
+ Solved a deadlock between global lock and wnd lock in event.c.
- * [windows/event.c]
- Cleaned up event handling and removed old Xt stuff.
- Moved double-click handling to windows/message.c
+ * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
+ Typo that broke Solaris compile fixed.
- * [windows/focus.c]
- Bug fix: only set the X focus when the window is viewable.
+ * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
+ Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
- * [windows/graphics.c]
- Rewritten DrawReliefRect() to use brush instead of pen, and
- to use the system colors.
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Fix scancodes for NumLock and Num-/.
+ Fix MapVirtualKey() (maptype=2) to return proper ascii code.
+ Reworked GetKeyNameText() again.
- * [windows/message.c]
- Implemented WM_NCHITTEST message sending, and non-client
- mouse messages.
- Cleaned up double-click handling, and removed the Xt code.
+ * graphics/psdrv/font.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Limit lastChar to 0xff in PSDRV_GetCharWidth.
- * [windows/nonclient.c] (New file)
- Implemented AdjustWindowRect().
- Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
+ * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI for RegisterSystemThread.
- * [windows/painting.c]
- Added sending of the WM_NCPAINT message in BeginPaint().
+Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/sysmetrics.c] [include/sysmetrics.h] (New files)
- Implemented system metrics.
+ * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed "Display Combination" call.
- * [windows/win.c]
- Bug fix in setting the parent and owner in CreateWindow().
- Removed the Xt code.
+ * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed a crash due to invalid OpenComm return value for busy comm port.
+ Cleaned up/fixed several things.
- * [windows/winpos.c]
- Added sending of the WM_NCPAINT message in SetWindowPos().
- Removed the Xt code.
+ * windows/win.c: Francois Boisvert<francois@macadamian.com>
+ Enabled thread safeness for wnd structure code.
-Sun Jan 2 12:38:53 1994 David Metcalfe <david@prism.demon.co.uk>
+ * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
- * [windows/class.c]
- Implemented GetClassName and GetClassInfo.
+ * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added new CLIENT_DebuggerRequest routine, implemented support for
+ DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
+ Run wine server in the main wine process.
+ Bugfix: never free initial thread!
- * [windows/caret.c]
- Various improvements to text caret code.
+ * scheduler/process.c, include/process.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
-Fri Dec 31 15:22:22 1993 John Brezak <brezak@apollo.hp.com>
+ * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
+ Teached TIMER_GetNextExpiration that a timer that has already expired
+ (but not processed yet) HAS already expired...
- * [misc/comm.c]
- Patches to work with NetBSD.
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Default values for registry.
-Thu Dec 30 12:11:55 1993 John Richardson <jrichard@cs.uml.edu>
+ * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
+ Optimized code for SetImageBits_X, making bitmap creation faster.
- * [objects/bitblt.c] Added StretchBlt().
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
-Tue Jan 4 05:22:07 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ - Started multithreading for FreeBSD (incomplete, but some
+ applications now at least start up again).
+ - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
+ - CR2 on pagefault gets passed in sc_err (some kind of kludge in
+ FreeBSD owns fault handling we can use)
- * [misc/user.c]
- Added creation of system message queue.
+ * include/selectors.h, memory/global.c, memory/selector.c:
+ Made SELECTOR_ReallocBlock preserve the current selector access rights
+ (problem reported by Andreas Mohr).
- * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
- Added DC size fields into DC structure.
+ * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use services thread instead of timer signals.
- * [objects/clipping.c]
- Bug fix in CLIPPING_IntersectRect().
+ * server/thread.c, scheduler/synchro.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow user APCs with NULL 'func' (just wake up the thread).
- * [windows/class.c]
- Allocate a DCE instead of a DC for CS_CLASSDC classes.
+ * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented 'kernel services thread'.
- * [windows/clipping.c]
- Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
+ * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Added stub for PrinterProperties.
- * [windows/dce.c]
- Implemented GetDCEx() and GetWindowDC().
+ * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented NtTerminateProcess and NtDisplayString.
- * [windows/defwnd.c]
- Implemented WM_WINDOWPOSCHANGED handling.
+ * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ FreeLibrary partial implementation.
- * [windows/event.c]
- Preliminary support for Xlib event handling instead of Xt callbacks.
- Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
+ * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
+ Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
+ Wars) now works perfectly with Wine's crtdll. Wrote a test
+ implementation of _CIpow too, which those who do have Brood Wars can
+ report on, so it can be implemented correctly.
- * [windows/message.c]
- Preliminary support for multiple message queues.
- Implemented hardware_event() to store messages into the system queue.
- Implemented Get/SetTaskQueue().
- Better WM_PAINT and WM_TIMER handling.
- Changes to use Xlib instead of Xt for events.
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Partial implementation for GetKeyNameText for new keyboard structure.
- * [windows/painting.c]
- Use GetDCEx() to retrieve the DC, to get a correct visible region.
+ * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
+ Fixed warning.
- * [windows/timer.c]
- Moved the timer procedure callback into DispatchMessage().
- Changed implementation to get rid of Xt timeouts. Timer checking
- is now done inside GetMessage().
+ * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing ReadClassStg prototype.
- * [windows/win.c]
- Allocate a DCE instead of a DC for CS_OWNDC windows.
- Replaced Xt calls with Xlib calls.
- Moved window positioning functions into windows/winpos.c
+ * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ - Fix comments after the big renaming (xxxx32y --> xxxxy).
+ - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
+ Avoid ugly type casting, and fix compilation warnings of wsprintf.c
- * [windows/winpos.c] (New file)
- Rewritten most of the window positioning functions.
- Implemented SetWindowPos() and MapWindowPoints().
+ * documentation/status/dde:
+ Keith Matthews <keith_m@sweeney.demon.co.uk>
+ Status document for DDE/Ddeml.
-Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added event callback mechanism.
+ Introduction of MCI yield procs.
+ Updated (prepare|unprepare)header functions (wave, midi) to allow
+ correct callback mechanisms.
+ Made midiStreamXXX functions working.
+ First try at mmThreadXXX functions.
+
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated (prepare|unprepare)header functions to allow correct callback
+ mechanisms.
+
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Small enhancement.
+
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ New method for structure conversion (16 <-> 32).
+ More MCI structures correctly mapped.
+ Introduction of MCI yield proc and break facility.
+
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated (prepare|unprepare)header functions to allow correct callback
+ mechanisms. Implemented waveOut playback as asynchronous.
+
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Started implementation of mmThreadXXX functions.
+
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing defines (MIDI, WAVE, callbacks).
+ Structures for midiStreamXXX functions.
+
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated (prepare|unprepare)header functions (wave, midi) to allow
+ correct callback mechanisms. Added wine specific entry for mmThreadXXX
+ functions thread starting point.
+
+ * include/wine/obj_storage.h:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Introduce STATSTG16 - a 16 bit variant of STATSTG.
+
+ * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
+
+ * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
+ Fixed menu type setting in SetMenuItemInfo32_common().
+
+ * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Send USIG_PROCESS_CREATE signal.
+ Bugfix: GetProcessDword offset -8 should return parent process ID.
+
+ * relay32/user32.spec, windows/user.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Added RegisterSystemThread stub.
+
+ * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the CoCreateInstanceEx method.
+
+ * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
+ Fixed crash due to a value of name length 0, value length 0 at the end
+ of the registry.
+
+ * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
+ Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
+ QUEUE_Lock.
+
+ * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
+ - updated because of the splitting of interface/implementation
+ - updated to use ICOM_THIS
+
+ * include/dplay.h, include/dplobby.h, ole/guid.c:
+ Francois Gouget <fgouget@psn.net>
+ - use the latest ICOM macros
+ - moved the IDirectPlayLobby interface to dplobby.h
+ - removed all the implementation aspects since they need to be
+ separate
+
+ * include/dsound.h, multimedia/dsound.c:
+ Francois Gouget <fgouget@psn.net>
+ ICOMisation of the DirectSound API.
+
+ * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - reorganised icon extracing from files
+ - made extracting from ne and ico files working
+ - IPersistFile interface for IExtractIcon
+
+ * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed buffer overrun.
+
+ * include/cursoricon.h, objects/cursoricon.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Changed ressource dir structures.
+ Adapted FindBestIccon/FindBestCursor.
+
+ * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Loading the color schema for registry.
+
+Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Reimplemented winsock asynchronous DNS services. No longer use a
+ fork()ed process, but either a service thread or inline blocking calls
+ for non-threading architectures. (Makes Free Agent16 work again.)
+
+ * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
+ <ewill@ncal.verio.com>
+ - color and font dialogs now actually do something interesting,
+ and force a redraw when successful. Background color is adjustable.
+ Text color is also adjustable, but the user has to set the CF_EFFECTS
+ flag first.
+ - text is output left-right centered, baseline, at the middle
+ of the window, and moves with the window. Text font is adjustable.
+ - Success and failure MessageBox calls for Color, Font, Open,
+ and Save have been removed or suppressed. They annoyed me after
+ awhile, and I suspect they annoyed others, too. Use my tool! :-)
+ - cmdlgtst now has the full pathname in the upper left corner; which may
+ assist in debugging certain problems -- or it may not. :-)
+ - usage dialog added
+
+ * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Corrected debug output.
+
+ * windows/driver.c, relay32/winmm.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
+ bit drivers.
+ Added stub for GetDriverFlags.
+
+ * windows/user.c, relay32/user32.spec:
+ Sergey Turchanov <turchanov@usa.net>
+ Stubs for CloseDesktop and CloseWindowStation.
+
+ * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ GetModuleFromPath now checks for loaded modules via filenames which
+ were specified without a path.
+
+ * misc/registry.c, include/winreg.h:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ Implementation of HKU key saving and loading. Add new supported data
+ type in debug_print_value.
+
+ * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
+ Small change how to get icons for listview.
+
+ * include/shlobj.h, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ ILLoadFromString and SHGetSettings implemented.
+
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ SHGetSettings implemented.
+ ExitWindowsDialog() simulated by Messagebox.
+
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ ILLoadFromString implemented.
+
+ * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
+ Richard Mortimer <remitrom@my-dejanews.com>
+ Added missing *IsDark entries into PALETTE_Driver instance
+ initialisation.
+
+ * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
+ Fixed X11DRV_MOUSE_WarpPointer initial value.
+
+ * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
+ Ensure that the bitmap is properly initialized when created with the
+ LR_CREATEDIBSECTION flag.
+
+ * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Fixed the messaging problem of the edit box for node label edition.
+ Substituted WM_PAINT for InvalidateRect.
+ Some graphical fixes.
+
+ * misc/main.c: James Juran <jrj120@psu.edu>
+ Check for drivers==NULL before trying to delete them at exit. This
+ could happen if the emulator initialization failed for some reason and
+ the drivers hadn't been initialized yet.
+
+ * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call InitApp16 (using Callout) for initial process.
+
+ * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Clear invalid selectors also in CallTo16 relay code.
+
+ * programs/notepad/Es.rc:
+ Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
+ Revised Spanish resources.
+
+ * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fixed window locking bug in CalcChildScroll.
+
+ * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed fake multimedia timers. Grim Fandango is now able to start up
+ when under favorable conditions. The preview movie on the Brood Wars
+ disc now plays, too.
+
+ * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
+ Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
+ instead of returning the right buffersize.
+
+Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * files/directory.c: galberte <galberte@neo.rr.com>
+ Fixed SearchPathA return value.
+
+ * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - clean-up of texture 'loading'
+ - added SetColorKey callback for already loaded textures
+
+ * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
+ Fixed a problem pointed out by Kevin Holbrook.
+
+ * include/commctrl.h: Francois Gouget <fgouget@psn.net>
+ commctrl.h must include prsht.h.
- * [if1632/user.spec]
- Bad arguments description for function SetDlgItemText.
+ * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
+ Warning fix.
- * [objects/text.c]
- Function DrawText now handle DT_CALCRECT request.
+ * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
+ Added a new implementation of the ICOM macros that use Microsoft style
+ virtual methods to implement the COM interfaces in C++.
- * [misc/message.c]
- Message boxes now use DrawText with DT_CALCRECT.
+ * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
+ Correction of Mutex handling in DdeInitializeW for cases other than
+ 1st call. Addition of instance handling to DdeCreateStringHandleA,
+ DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
+ cut implementation of DdeUnitialize, move of internal structure defs
+ in from ddeml.h. Removed non-ANSI comment.
- * [windows/graphics.c]
- Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
+ * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
+ Moved internal structures to ddeml.c, also removed non-ANSI comments,
+ and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
- * [windows/win.c]
- Bug fix for flags in function ShowWindow.
- More accurate WM_SIZE generated by function ShowWindow.
+ * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed memory leaks in mixerOpen16/mixerClose,
+ midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
+ midiInOpen16/midiInClose16.
- * [controls/listbox.c]
- More code for LBS_MULTIPLESEL.
- More code for LBS_MULTICOLUMN.
+ * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
+ Added sanity check for whitespace in file names, various other fixups.
- * [include/windows.h]
- Bad define for MF_SEPARATOR.
+Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- New functions: PopMenuWndProc() with 'glues',
- CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(),
- DeleteMenu(), ModifyMenu(), TrackPopupMenu().
- Code in stubs: CreateMenu(), DestroyMenu().
+ * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
+ WM_MOUSEMOVE implementation bug fix.
-Sat Jan 1 10:22:43 1994 Bob Amstadt (bob@pooh)
+ * windows/x11drv/keyboard.c:
+ José Marcos López <jose.lopez@upcnet.upc.es>
+ Added Spanish keyboard layout.
- * loader/wine.c: Added support for relocation types 5 and 6.
+ * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
+ Fixed the modem control part of EscapeCommFunction16.
-Mon Dec 27 11:06:03 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+ Added missing goto.
- * [misc/comm.c]
- new functions: BuildCommDCB(), OpenComm(), CloseComm(),
- SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
- GetCommError(), SetCommEventMask(), GetCommEventMask(),
- SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(),
- WriteComm().
+ * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ EnumCalendarInfoA stub.
-Wed Dec 22 13:00:15 1993 David Metcalfe <david@prism.demon.co.uk>
+Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/caret.c]
- Implemented text caret functions.
+ * windows/mouse.c, windows/keyboard.c:
+ Francois Boisvert <francois@macadamian.com>
+ Suspend the window locks before DefKeybEventProc and
+ DefMouseEventProc.
-Tue Dec 21 06:13:58 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
+ Joerg Mayer <jmayer@telesun2.telemation.de>
+ More #pragma fixes (idea Ove Kaaven, mistakes are mine).
- * [loader/wine.c]
- Bug fix in LoadImage().
+ * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
+ WM_CREATE messages.
- * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
- [windows/dc.c] [windows/dce.c] [windows/graphics.c]
- Modified graphics calls to take into account the DC origin.
+ * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
+ Added some SetLastError()s in GetProcAddress() and LoadLibrary().
- * [windows/defwnd.c]
- Added preliminary WM_NCCALCSIZE handling.
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Christian Schlaile <up9n@rz.uni-karlsruhe.de>
+ Implemented makepath, rand() returns correct range, fixed fputc.
- * [windows/event.c]
- Send WM_NCCALCSIZE message on resize event.
+ * files/file.c, include/file.h, msdos/int21.c:
+ Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
+ Moved _lcreat16_uniq to int21.c
- * [windows/win.c]
- Send WM_NCCALCSIZE message in CreateWindow().
- Realize widgets at creation time (should prevent problems with
- unrealized widgets).
+ * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Casts to (SEGPTR) removed. They did nothing anyway.
+ Includes added or removed where necessary.
+ Win16 functions replaced with their Win32 counterparts. Comments added
+ where it was impossible.
+ CALLBACK added where necessary. Some declarations fixed.
+ Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
+ DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
+ Listbox enabled in hello3.
-Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated French keyboard.
- * [controls/static.c]
- Send mouse & keyboard message received to its parent.
+ * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
+ Fancier version of hello.c courtesy of Huw Davies.
- * [controls/scroll.c]
- Send keyboard message received to its parent.
+ * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed compilation of the Control panel.
- * [controls/listbox.c]
- Add Navigation keys .
- ListBox now use VSCROLL & HSCROLL instead of children.
- Alpha version of LBS_MULTIPLESEL.
- Alpha version of LBS_MULTICOLUMN.
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ 'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
+ the dead key mapping stuff to the actual mapping code too. Prettied
+ up the fixme message. Added a check where if the keys of two layouts
+ match exactly, the one with the best-matching keycode order is chosen,
+ so that the QWERTY and Dvorak layouts can be distinguished.
- * [controls/combo.c]
- Add Navigation keys on closed ComboBox.
- Remove useless 'COMBOBOX_CreateComboBox' function.
+ * win32/device.c, relay32/kernel32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added (empty) stub for OpenVxDHandle.
+
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ mmioOpen() now handles correctly MMIO_PARSE flag.
+
+ * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
+ Background color fix when disabled or read only.
+
+ * windows/win.c: Francois Boisvert <francois@macadamian.com>
+ Transfered the window struct memory release from WIN_DestroyWindow to
+ WIN_ReleaseWndPtr.
+
+ * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
+ DLGITEMTEMPLATE structure had one too many member.
+
+ * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent crash in debugger.
+
+Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, controls/listbox.c, include/combo.h:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the Win95 look and feel.
-Mon Dec 19 20:39:34 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
+ Wrote a basic implementation of the WM_PRINT message.
+
+ * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
+ Francois Boisvert <francois@macadamian.com>
+ Suspend all windows locks before the control is passed to the
+ application.
+ Also fixed some bugs in dce.c
+
+ * Make.rules.in, Makefile.in:
+ Joerg Mayer <jmayer@telesun2.telemation.de>
+ - Remove some old rc make stuff
+ - "make clean" omitted some include subdirs
+
+ * relay32/ddraw.spec, graphics/ddraw.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added DllClassFactory to DirectDraw.
+
+Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
+ Split off keysym/deadchar -> char mapping, use it in DetectLayout.
+
+ * 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:
+ Alex Korobka <alex@aikea.ams.sunysb.edu>
+ Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
+ mode go through window manager, small bugfixes for menu and window
+ code, extended clipboard driver model to handle formats other than
+ text.
+
+ * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
+ EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
+ true for multiline controls too, as my tests show.
+
+ * dlls/comctl32/listview.c, include/listview.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Added support for icon and smallicon views.
+
+ * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
+ Made DOSVM_GetTimer survive EAGAIN errors...
+
+ * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Implemented async comm buffers (but probably not bugfree), and along
+ with them, the functionality of async event notifications, mong them
+ EnableCommNotification. Removed a previous hack that was faking the
+ buffers, since we now have real buffers...
+
+ * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
+ Added CN_* flags used in WM_COMMNOTIFY.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Implement the EnumAttachedSurface method.
- * [loader/wine.
- LoadImage() modified to use FindFile().
+ * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
+ Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
+ OleDestroyMenuDescriptor along with a bunch of internally used methods
+ and data structures.
- * [misc/file.c]
- SetErrorMode added
+ * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
+ Adrian Thurston <adriant@corel.ca>
+ initguid.h should only contain the macro that defines the guids.
+ Added olectl.h to guid.c so some needed guids get defined.
+ Made GUID_NULL an actual guid set to 0,0,0...
- * [misc/dos_fs.c]
- bug fixes.
+ * if1632/gdi.spec, objects/gdiobj.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added GdiSignalProc() stub.
-Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added USER32.UserSignalProc to Callout table.
+ Implemented built-in UserSignalProc().
+ Don't announce Win3.1-style USER handler any more.
- * [memory/global.c]
- bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
+ * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented PROCESS_CallUserSignalProc().
+ Send USER signals at various appropriate places.
+ Moved [GS]etProcessDword() to scheduler/process.c.
- * [sysres.dll]
- preliminary version of a 'glass of wine' bitmap
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ All 19 FileMenu_* functions, some as stubs, some implemented.
- * [windows/event.c]
- New function 'GetCapture'.
+ * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ SHCLSIDFromString, StrToOleStr implemented.
+ RLBuildListOfPaths stub.
- * [controls/scroll.c]
- Remove useless 'SCROLLBAR_CreateScrollBar' function.
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ DllGetVersion (not yet exported).
+ Small change to SHAppBarMessage.
- * [controls/listbox.c]
- Remove useless 'LISTBOX_CreateListBox' function.
+ * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
-Mon Dec 13 13:51:00 1993 David Metcalfe <david@prism.demon.co.uk>
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added StackEnter() and StackLeave() stubs
- * [objects/font.c]
- Corrected bugs in GetCharWidth().
+ * multimedia/mci.c, multimedia/mmsystem.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Starting implementation of MCI creator tasks
+ Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
+ Better implementation of mmTaskCreate16
- * [windows/event.c]
- Modified EVENT_key to send Windows virtual key codes for
- WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
- for printable characters.
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added creator task to MCI struct.
-Wed Dec 08 19:20:00 1993 Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
+ * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Replaced 0xC000 by symbolic constants.
- * [windows/graphics.c]
- Added Polyline and Polygon
+ * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
+ Fixed small ==, != mixup.
+
+ * windows/defdlg.c, windows/defwnd.c:
+ Luc Tourangeau <luc@macadamian.com>
+ Implemented WM_NOTIFYFORMAT.
+
+ * loader/elf.c: Marcus Meissner <marcus@mud.de>
+ "foo" was not translated to "foo.so" in elf loader.
+
+ * include/bitmap.h, objects/bitmap.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ LoadBitmap16()/LoadImage16() calling sequence simplified.
+
+ * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow NULL NE resource handler; call the default handler directly.
+ Removed WPROCS / Callbacks support for WineLib resource handlers.
+
+ * include/process.h, relay32/utthunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Made Universal Thunk list per-process, not system global.
+
+ * include/commctrl.h: Paul Quinn <paulq@corel.ca>
+ Additional macro definitions.
-Mon Dec 13 14:51:54 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
+ Implemented TCM_ADJUSTRECT.
+
+ * msdos/int09.c, msdos/ioports.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed "implicit declaration" warnings.
+
+ * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
+ Fixed OpenGL devices implementation.
+
+ * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ In UserYield16, when current thread is a 32 bit one which hold the
+ Win16Lock, must take care of a LockCount > 1.
+
+ * */*.c:
+ Patrik Stridvall <ps@leissner.se>
+ More code moved to the X11 driver (bitmap and palette and misc).
+
+----------------------------------------------------------------
+Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winbase.h, include/wingdi.h:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Move DM* defines from winbase.h -> wingdi.h.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Fixed QueryInterface functions for IDirect3D 1 and 2.
+
+ * ole/nls/Attic/dnk.nls: Apparently no longer needed.
+
+ * 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:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Changed some debug messages from one channel to another, to clean up a
+ bit the debug channel usage.
- * [controls/listbox.c]
- ListBoxDirectory() modified to use dos_fs.c's functions to
- access files&|drives.
+ * loader/module.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed CreateProcessA so it can handle commandlines with arguments and
+ no .exe.
-Sat Dec 04 17:04:23 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed GetModuleHandle16.
- * [misc/dos_fs.c]
- Added FindFile() to search a file in a dos/unix style path.
-
- * [misc/file.c]
- New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
- GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
- GetDriveType.
+ * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Added Russian keyboard support.
- * [misc/int21.c]
- Modified.
+ * include/winuser.h, relay32/user32.spec, windows/user.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added stub for SetSystemCursor.
-Wed Dec 1 16:20:45 1993 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+ * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
+ SetFileAttributesA: "implemented" setting of directory flag as test of
+ compatibility.
- * [misc/profile.c]
- The Profile functions now return the correct values. They now
- implement all the features described in the SDK.
+ * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
+ keyboard support.
-Tue Nov 30 13:55:27 1993 Bob Amstadt (bob at amscons)
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Aaron Barnes <aaronb@corel.ca>
+ Adrian Thurston <adriant@corel.ca>
+ Bundle of new stubs.
- * [loader/selector.c]
- Rewrote selector aliasing routines to use System V IPC
- routine to alias memory segments.
+ * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Added missing WINAPIs.
-Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * relay32/kernel32.spec, win32/newfns.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Added CreateIoCompletionPort stub.
- * [controls/listbox.c]
- More consistency in functions using wIndexes
+ * windows/queue.c, windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call EVENT_Pending() to flush X11 output queue before blocking in
+ MsgWaitForMultipleObjects().
+ Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
+ Protect system queue access in hardware_event().
+
+ * 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:
+ Francois Boisvert<francois@macadamian.com>
+ Fixed some bugs in thread safeness for wnd struct.
+
+ * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Made libtest/hello3 work again, now with Windows-compatible resource
+ loading.
+
+ * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
+ Jiuming Luo <jiuming_luo@yahoo.com>
+ Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
+ then deleted the duplicated typedefs (in imm.h and mmsystem.h).
+
+ * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
+ Rewrote EnumPrintersA, added CriticalSection around Registry reads and
+ implemented PRINTER_INFO_2 request.
+
+ * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
+ Added Swiss German keyboard layout.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - adjusted printing of refcounts to be equal
+ - cleaning up icon cache on PROCESS_DETACH
+ - fixed ascii/unicode use in SH/ILCreateFromPath
+ - fixed small memory leak in shellview
+
+ * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
+ Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
+
+ * programs/cmdlgtst/cmdlgtst.c:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed warnings.
+
+ * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
+ Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
+
+ * 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:
+ Alex Korobka <alex@aikea.ams.sunysb.edu>
+ Moved hrgnUpdate from client to window coordinates, made nonclient
+ painting depend on the update region, reworked SetWindowPos() and
+ RedrawWindow() to speed up update region calculation, made -desktop
+ work properly, added WM_CANCELMODE here and there, fixed several
+ window activation bugs that crept in since the last time.
+
+ * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
+ Fixed occasional loss of SendMessage() return value.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added initialisation of the pixmap_depth field in
+ Xlib_DirectDrawCreate.
+
+ * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed a warning.
+
+ * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
+ Added stub for int2f 4b.
+
+ * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed memory leak in waveOutOpen/waveOutClose.
+
+ * graphics/psdrv/escape.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ More Escapes for the PostScript driver.
+
+Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
+ Francois Gouget <fgouget@psn.net>
+ Adapted to the interface/implementation separation.
+ Now uses ICOM_THIS to access the implementation structures.
+ Replaced 'this' with 'This' for ICOM_THIS.
+ Direct access to the virtual table has been eliminated too.
+
+ * graphics/d3d_private.h, graphics/ddraw_private.h:
+ Francois Gouget <fgouget@psn.net>
+ Updated to include all the implementation aspects that were previously
+ in the public includes.
+
+ * graphics/vga.c: Francois Gouget <fgouget@psn.net>
+ Removed direct access to the virtual table
+
+ * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
+ Removed all implementation aspects.
+ Modified to use the latest ICOM macros.
+ Added the macros for use in C.
+ Added the method parameter names (when I had them).
+
+ * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed sequence of DLL_PROCESS_DETACH notification calls.
+ Moved PE_MODREF flags to WINE_MODREF level.
+ Better handling of LoadLibraryEx flags.
+ PE_InitTls() changed to work only on the current thread.
+
+ * include/server.h, scheduler/process.c, server/trace.c:
+ Added cmd line in new_process request.
+
+ * scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ All threads created with CreateThread are 32-bit threads.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Reading of binary streams implemented (SHOpenRegStream).
+
+ * msdos/int25.c, msdos/int26.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed int25 & int26 error code.
+
+ * loader/task.c, windows/queue.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow UserYield16 to be called from 32-bit thread.
+
+ * include/oledlg.h, include/winbase.h:
+ Albert Den Hann <albertd@corel.ca>
+ Additional macro definitions.
+
+ * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
+
+ * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixed metafile recording of CreatePatternBrush.
+
+Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
+ Pascal Lessard <pascal@macadamian.com>
+ Change the AddBitmap function. Implement flat toolbar. Change
+ CreateToolbarEx. Implement partially the hot buttons for toolbar.
- * [controls/scroll.c]
- New function : ShowScrollBar().
+ * msdos/int16.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented Get Shift Flags function.
- * [loader/cursor.c] ... New file
- Move cursor functions from [loader/resource.c].
- New function : ClipCursor().
- New function : GetClipCursor().
- New function : CreateCursor().
- SetCursor() now working using gloabal variable 'winHasCursor'.
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI.
- *[object/palette.c]
- New stub only : SelectPalette().
- New stub only : RealizePalette().
+ * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Changed stdlib.h to string.h.
- *[win/event.c]
- New function : EVENT_enter_notify(),
- update 'winHasCursor' and send WM_SETCURSOR.
+ * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Added string.h.
- *[win/defwnd.c]
- Add processing of WM_SETCURSOR message.
+ * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
+ David Luyer <luyer@ucs.uwa.edu.au>
+ Changed "strings.h" to "string.h".
- *[win/win.c]
- New members in WND structure : hCursor, hWndVScroll & hWndHScroll.
- CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
- New function ClientToScreen().
- New function ScreenToClient().
+ * graphics/x11drv/bitblt.c, windows/nonclient.c:
+ Randy Weems <rweems@home.com>
+ Fixed off-by-one error if bitblt width or height is negative.
-Mon Nov 25 18:25:40 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * dlls/comctl32/tab.c, include/tab.h:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented:
+ - showing the selected tab as highlighted
+ - support for drawing the focus rectangle
+ - basic keyboard support
+ - support for a tab with horizontal scrolling.
- * [files.h / regfunc.h / misc/dos.c]
- Removed.
+ * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Thread-safe implementation of profile functions (Windows and Wine).
- * [misc/dos_fs.c]
- Added support for loading dosdrive cfg from wine.ini.
+ * include/message.h, loader/main.c, windows/timer.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Made the timer code thread safe.
- * [misc/int21.c]
- Modified.
+ * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
+ Fixed possible endless loop.
+ * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
+ Fixed LB_GETCURSEL message to return LB_ERR on empty list.
-Wed Nov 24 11:37:33 1993 julliard@disuns2.epfl.ch (Alexandre Julliard)
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Use the new header for COM definitions.
- * [include/atom.h] [memory/atom.c]
- Implemented atoms.
+ * dlls/shell32/shellord.c, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stub shell_654.
- * [windows/class.c]
- Modified RegisterClass() to use atoms.
- Implemented CS_GLOBALCLASS style.
+ * include/treeview.h, dlls/comctl32/treeview.c:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ Implementation of TVM_SORTCHILDRENCB.
+ Implementation of TVI_SORT insertion.
+ Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
+ Fix problems related to TVIS_EXPANDEDONCE.
- * [windows/message.c]
- Implemented RegisterWindowMessage().
+ * dlls/comctl32/comctl32undoc.c:
+ Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
+ Fix problem in DPA_QuickSort where the sort order was inverted.
- * [loader/resource.c]
- Bug fix in LoadResource().
+ * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added infrastructure and definitions for general-purpose event and IRQ
+ handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
+ event message loop, message handling, CLI/STI handling, and minimal
+ PIC support.
- * [windows/dialog.c]
- Modified CreateDialogParam() to use Find/LoadResource().
+ * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
+ Added handling of SIGUSR2 for the new event interruption handling,
+ bumping up the protocol revision. Made some debug messages not be
+ output when it's not necessary.
-Mon Nov 22 13:58:56 1993 David Metcalfe <david@prism.demon.co.uk>
+ * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
+ Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
- * [windows/scroll.c]
- Preliminary implementations of ScrollWindow, ScrollDC and
- ScrollWindowEx.
+ * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added int 0x09 and int 0x33.
-Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
+ Implemented a int 0x33 handler, with a minimal implementation of the
+ mouse routines, including callbacks.
- * [controls/listbox.c]
- Optimization of redraw during 'Add' or 'Insert'.
+ * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
+ Implemented a int 0x09 handler, and a scancode queue that simulates
+ IRQ 1 in the dos box.
- * [controls/scroll.c]
- Optimization of WM_PAINT during 'thumbtracking'.
+ * include/docobj.h: Paul Quinn <paulq@corel.ca>
+ Creation of docobj.h.
- * [controls/button.c]
- Add of beta implement of 'BS_OWNERDRAW'
+ * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Allow depth of DIB to differ from depth of bitmap in GetDIBits.
- * [controls/static.c]
- Style 'SS_ICON' new supported.
+Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/message.c]
- Begin of implemantation of MB_XXX styles.
+ * debugger/editline.c: Abort on input error.
- * [loader/resource.c]
- Function LoadIcon() : now prepare transparency Bitmap mask.
- Function LoadCursor() : now prepare a 'X pixmapcursor'.
- New function SetCursor() : not finished.
- New function ShowCursor() : not finished.
- New function AccessResource() : stub.
+ * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
+ Population of oledlg.
- * [obj/dib.c]
- Function DrawIcon(): deugging phase of icon transparency mask.
+ * windows/x11drv/event.c, windows/painting.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Add IsWindow() checks after SendMessage() returns.
- * [loader/library.c]
- new file for news functions LoadLibrary() & FreeLibrary().
+ * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed a small bug in int10.
- * [sysres.dll]
- Resources only 16bits DLL for System Resources, icons, etc...
+ * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
+ COMBO_Size: maintain the height of the RectCombo when the window is
+ resized.
-Sun Nov 14 14:39:06 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
+ Paul Quinn <paulq@corel.ca>
+ Added various definitions.
+ Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
- * [include/dialog.h] [windows/dialog.c]
- Simplified dialog template parsing.
- Implemented DialogBoxIndirect().
+ * include/windef.h: Jim Aston <jima@corel.ca>
+ Added a few empty macros.
- * [windows/win.c]
- Fixed bug in CreateWindow() when aborting window creation.
- Modified UpdateWindow() to only update visible windows.
- Implemented IsWindow().
+ * include/cursoricon.h, objects/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CURSORICON_Destroy: missing WINAPI added.
-Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
+ Added translation for SO_RCVTIMEO (as seen by IE4).
- * [controls/listbox.c]
- Listbox control window : new messages.
+Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/combo.c]
- Combo box control window : new messages.
+ * server/process.c: Create startup info for the initial process.
- * [misc/message.c]
- Moved stub MessageBox() to this new file.
- Implemented of a callback, now MessageBox show a window.
+ * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
+ Added server pid and tid in init_thread request, and use them in
+ CLIENT_InitThread.
- * [loader/resource.c]
- New function DestroyIcon()
- New function DestroyCursor()
- Filled stub LoadIcon()
- Filled stub LoadCursor()
- Bug fixed in FindResourceByName() : missing lseek().
+ * 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:
+ Noomen Hamza <noomen@macadamian.com>
+ Implemented:
+ - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
+ GenericCompositeMoniker
+ - IRunningObjectTable interface, and
+ - IBindCtx interface.
- * [obj/dib.c]
- New function DrawIcon()
+ * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Added StretchDIBits for the PostScript driver.
- * [windows/win.c]
- New function CloseWindow()
- New function OpenIcon()
- New function IsIconic()
- New Function FindWindow()
+ * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
+ Added missing ending pragma pack.
-Sun Nov 14 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
+ * misc/comm.c: Rein Klazes <rklazes@casema.net>
+ Corrected small bug in GetCommState16. Parity check can be disabled
+ even when a parity bit is used. SetCommState16() can override baudrate
+ setting in wine.conf.
- * [loader/selector.c]
- Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
+Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Nov 14 08:27:19 1993 Bob Amstadt (bob at amscons)
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: cope with quoted arguments for CreateProcess().
- * [loader/selector.c]
- Wrote AllocSelector() and PrestoChangoSelector(). YUK!
+ * loader/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed typo in SizeofResource().
-Sat Nov 13 13:56:42 1993 Bob Amstadt (bob at amscons)
+ * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ lstrcpyA can't use strcpy.
- * [loader/resource.c]
- Wrote FindResource(), LoadResource(), LockResource(),
- and FreeResource()
+ * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added -dll option for winelib programs. (Note: will not print warnings
+ on failure currently).
- * [include/segmem.h] [loader/selector.c] [loader/signal.h]
- Changed selector allocation method.
+ * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Added strlwr.
-Sun Nov 10 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
+ * loader/pe_image.c, msdos/int21.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Cosmetics.
- * [if1632/callback.c if1632/call.S if1632/user.spec]
- added Catch (KERNEL.55) and Throw (KERNEL.56)
-
-Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * if1632/mmsystem.spec, relay32/winmm.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
- * [controls/scroll.c]
- Scroll bar control window
- Bug resolved : Painting message before scroll visible.
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Started calling mixer as a 32 bit low level driver (no longer 16 bit)
+ Added support for yield proc in mci struct
+ Added mmTaskXXX16 and mmThreadXXX16 functions
+ Refreshed implementation of 16 bit native & asynchronous MCI driver
+ command (through mmtask.tsk).
- * [controls/listbox.c]
- Listbox control window
- Destroy cleanup.
+ * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few bugs. Started implementing mixerMessage as a 32 bit
+ function (no longer 16 bit).
- * [controls/combo.c]
- Combo box control window
- Destroy cleanup.
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Implemented mciExecute.
- * [controls/button.c]
- GetCheck Message now return is state.
+ * include/multimedia.h, multimedia/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added yield proc members to mci struct.
- * [windows/win.c]
- New function IsWindowVisible()
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added mixer specfic error codes, fixed type in function name.
-Mon Nov 1 14:40:21 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed return codes for default driver proc.
- * [if1632/user.spec]
- Removed some duplicate entries.
+ * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
+ Made LB_GETCURSEL return focus_item if no item has been selected.
- * [include/dialog.h] [windows/dialog.c]
- Implemented dialog units and fonts.
- Added preliminary loading of dialog resources.
- Preliminary implementation of DialogBox().
- Implemented Get/SetDlgItem* functions.
+ * windows/x11drv/keyboard.c:
+ Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
+ Added Finnish keyboard layout.
- * [windows/win.c]
- Implemented WM_PARENTNOTIFY message.
- Implemented CreateWindowEx() and GetWindow().
- Completed DestroyWindow().
+ * 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:
+ Veksler Michael <mveksler@techunix.technion.ac.il>
+ Removed winuser16.h from x11drv.h.
-Mon Nov 1 18:19:34 1993 Erik Bos
+ * include/winspool.h, misc/printdrv.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Implementation of EnumPrintersA, info level 4 and 5.
- * [loader/signal.c]
- Added support for int 0x11 & 0x12.
+ * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
+ Check if the build is stripped, and die if it is.
+ Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
+ (thanks Ryan Cumming!).
- * [loader/int21.c]
- Improved function handling.
+ * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
+ Fixed "reached end of non void..." warnings.
-Sun Oct 31 12:38:09 1993 David Metcalfe <david@prism.demon.co.uk>
+ * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
+ MessageBox32A -> MessageBoxA
- * [objects/font.c]
- Implemented GetCharWidth().
+ * loader/module.c, relay32/kernel32.spec:
+ Sergey Turchanov <turchanov@usa.net>
+ Implementation for FreeLibraryAndExitThread.
+ Made GetBinaryType = GetBinaryTypeA.
-Wed Oct 27 09:56:06 1993 John Brezak <brezak@ch.hp.com>
+ * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Run Win32 processes in their own threads.
+ Process exit sequence adapted.
- * [Makefile]
- Use GNU malloc.
+Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/int21.h include/wine.h]
- Change sc_eflags to sc_efl .
+ * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
+ Changed process initialisation to use the new server requests.
+ Started to move the process init to the right context, not finished yet.
- * [include/wine.h]
- Fix misplaced #endif
- Include <signal.h> for NetBSD
+ * 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:
+ Added new_process and init_process request.
+ Split out process creation from thread creation.
+ Changed server initialisation to ensure that we always have a current
+ thread.
- * [loader/int21.c]
- Don't include <sys/vfs.h> in NetBSD
- Do include <sys/mount.h> in NetBSD
- Cleanup some lint.
+ * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
+ One small error corrected and the 102th key...
-Mon Oct 26 17:59:01 1993 Erik Bos
+ * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
+ Made commerror and eventmask local to each port (for win16), made the
+ win16 routines use port indices instead of UNIX fds (this should make
+ some Visual Basic stuff and similar garbage start working), moved some
+ stuff around (win16 routines at top of file, win32 routines at
+ bottom), made a couple of win32 routines use win32 handles, and added
+ a few hints as to how to implement asynchronous buffers, based on
+ which EnableCommNotification can eventually be implemented.
- * [include/int21.h]
- Added.
+ * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
+ Fixed prototypes of a couple of comm routines.
- * [loader/int21.c]
- Added support for many dos ints.
+ * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed typo.
- * [misc/file.c] [include/files.h]
- Moved OPEN_MAX and DosDriveStruct to files.h.
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Clear update region before WM_NCDESTROY.
-Sun Oct 24 13:36:50 1993 David Metcalfe <david@prism.demon.co.uk>
+ * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
+ Got rid of SYSTEM_LOCK macros.
- * [controls/button.c]
- Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
- RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
- a preliminary USERBUTTON control.
+Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/text.c]
- Corrected bugs in TEXT_NextLine() and added handling of prefix
- character.
+ * misc/main.c: No longer need to delete system heap critical section.
- * [controls/button.c]
- Disabled focus handling by commenting out SetFocus() calls until
- serious bug can be found.
+Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
-Oct 20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
+ Added a check for desktop in SHGetFileInfo.
- * [controls/listbox.c]
- Listbox control window
- Painting cleanup, new messages processed.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bugs in MCI message mapping (32A => 16).
- * [controls/scroll.c]
- Scroll bar control window
- Painting cleanup.
+ * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed WIN_SendDestroyMsg.
- * [controls/combo.c]
- Combo box control window
- Painting cleanup.
+ * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
+ Removed definitions for FIONREAD and FIONBIO.
-Tue Oct 12 17:50:11 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixes some return values for DefDriverProc.
- * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
- Better support for the private color map.
- Using a private map is now the default.
+ * programs/regapi/regFixer.pl:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ Removed the chop command that was there to get rid of dos ^M.
+ The script now process only unix file format.
- * [windows/win.c]
- Bug fix.
+ * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Hide dialog windows created by CreateDialog* in EndDialog just as
+ Windows does.
+
+ * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
+ Set type of destination variant in VariantChangeTypeEx function.
+
+ * windows/x11drv/keyboard.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Fixed Danish keyboard layout.
+
+Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Lots of warning fixed, one missing WINAPI in ddraw.c added.
+
+ * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
+
+ * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
+ msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
+
+ * relay32/kernel32.spec, misc/toolhelp.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added Module32* stubs.
+
+Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/keyboard.c:
+ Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
+ Added Portuguese keytable.
+
+ * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
+ Added Canadian French keyboard layout.
+
+ * windows/x11drv/keyboard.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Added UK keyboard layout.
+
+ * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
+ <paranoid07@hotmail.com>
+ Fixed/implemented various interrupt functions.
+
+ * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some warnings. removed some unneccessary includes, removed one
+ direct WND* access in controls/menu.c.
+
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Implemented a more defensive version of WIN_SendDestroyMsg.
+
+ * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
+ Install headers from $(SRCDIR).
+
+ * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
+ Removed the obsolete ICOM macros.
+
+ * include/vfw.h: Francois Gouget <fgouget@psn.net>
+ Moved the APIs closer to the corresponding COM interface, removed two
+ duplicates and added 2-3 macros for A/W APIs.
+
+ * msdos/int15.c: <paranoid07@hotmail.com>
+ Added some stubs for int15 functions.
+
+ * windows/message.c, windows/queue.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Inter-thread SendMessage() bugfixes:
+ - Insert new message to be received at the *end* of the SM_PENDING_LIST.
+ - Do *not* process received messages in ReplyMessage().
+ - Clear the QS_SMRESULT flag only immediatedly before waiting.
+
+ * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
+ Return error if not a valid OLE compound file.
+
+ * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
+ Fix crash if lpuCurDirLen or lpuDestDirLen==0.
+
+ * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
+ Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
+ strange).
+
+Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
- * [include/dialog.h] [windows/dialog.c]
- Implemented CreateDialog*() and IsDialogMessage().
+ * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Pass new arguments (suspend/inherit) to the server.
- * [misc/xt.c] [windows/defwnd.c]
- Moved DefWindowProc() to defwnd.c.
- Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
+ * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Handle suspend/resume_thread requests in phase STARTING correctly.
+ Set initial suspend count for threads created with CREATE_SUSPENDED.
+ Set 'inheritable' flag for process/thread handles.
- * [windows/defdlg.c]
- Started the implementation of DefDlgProc().
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed no longer necessary win.h include, added now necessary other
+ includes (win.h used only by UPDOWN now).
- * [windows/win.c]
- Added WM_NCCREATE and WM_NCDESTROY messages.
- Implemented IsChild().
+ * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
+ debug.h must be last, or we get ERR() macro problems again.
-Tue Oct 12 17:50:20 1993 David Metcalfe <david@prism.demon.co.uk>
+ * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a slight bug that was included in the change from WND ptr to
+ hwnd last week.
- * [windows/focus.c]
- Implemented GetFocus() and SetFocus().
+ * loader/main.c, misc/callback.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix compiler warnings.
- * [windows/event.c]
- Added processing of FocusIn and FocusOut events.
+ * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ Fixed some graphical problems of the treeview and added support LMB
+ click on +/- sign to open and close.
+ Fixed a bug in imagelist where the last image could not be displayed.
- * [windows/graphics.c]
- Added DrawFocusRect().
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Avoid unnecessary error messages.
-Sat Oct 9 14:36:57 1993 Erik Bos
+ * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Ignore HIWORD of boolean return values of 16-bit hook procedures, to
+ match buggy Windows behaviour.
- * [loader/int1a.c]
- Added more function handling.
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Corrected bug in enumeration function.
-Wed Oct 6 12:21:22 1993 Erik Bos
+ * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed bug introduced in WIN_FindWindow.
- * [loader/signal.c]
- Split signal.c into int1a.c, int21.c and signal.c.
+ * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
+ 0 is a valid index for a tab item.
+ CreateSolidBrush takes a COLORREF as a parameter.
+ Tab controls were always displayed in the top left corner.
-Tue Oct 5 22:12:40 1993 David Metcalfe
+Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/static.c] [control/widgets.c]
- Static control class.
+ * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
+ Francois Gouget <fgouget@psn.net>
+ Updated the interfaces to use the latest ICOM macros.
- * [objects/text.c]
- Added processing of additional DT_ flags to DrawText().
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated.
- * [windows/win.c] [misc/xt.c]
- Added SetWindowText() and WM_SETTEXT processing.
+ * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved all MCI internal functions/variables/macros to mci.c.
+ Changed some interface names.
-Tue Oct 5 22:12:40 1993 Martin Ayotte
+ * include/digitalv.h, multimedia/mciavi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make use of digitalv.h file.
- * [controls/listbox.c]
- Listbox control window
+ * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed how list of loadable MCI drivers is obtained.
- * [controls/scroll.c]
- Scroll bar control window
+ * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
+ Describes in newbie terms how to add new keyboard layouts.
- * [controls/combo.c]
- Combo box control window
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ Better comments, and added ANSI codepages in table.
+ US keyboard contributed by Uwe Bonnes.
+ French keyboard contributed by Eric Pouech.
+ German keyboard contributed by Ulrich Weigand.
+ Danish keyboard contributed by Bertho Stultiens.
- * [include/combo.h]
- Combo box definitions
+ * 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:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
+ - Some header inclusion cleanup.
- * [include/listbox.h]
- Listbox definitions
+ * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cosmetic fixes.
- * [include/scroll.h]
- Scroll bar definitions
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Makes use of new CDAUDIO_Seek() function.
-Sat Oct 2 09:35:54 1993 Bob Amstadt (bob at pooh)
+ * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Various fixes for MSCDEX traps.
+
+ * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added new function CDAUDIO_Seek().
- * [if1632/callback.c]
- Fixed bug in MakeProcInstance().
+ * include/driver.h, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Better 16/32 bit driver messages mapping and handling.
+ Better protection against bad handles.
+
+ * include/peexe.h, loader/resource.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
+ code.
+
+ * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
+ Fixed make install.
+
+----------------------------------------------------------------
+Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Francois Boisvert <francois@macadamian.com>
+ Made access to the wnd struct thread-safe.
+
+ * */*: Jim Aston <asto0001@algonquinc.on.ca>
+ Renamed wintypes.h to windef.h.
+
+ * memory/heap.c: Make the system heap critical section global.
+
+ * Make.rules.in:
+ Fixed Makefile up-to-date check to avoid relinking all the object
+ files.
+
+ * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
+ Reimplemented some code without using X11.
+
+ * graphics/ddraw.c, relay32/ddraw.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
+
+ * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
+ Added tracing for delayed imports and removed the fixme.
+
+ * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
+ Better implementation of GetShortPathNameA/W.
+
+ * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
+ Allow the file names and paths for the registry files (user.reg and
+ system.reg) to be specified in a [Registry] section of wine.ini or
+ other config file.
+
+ * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix OemToAnsiBuff for real Win31 behavior.
+
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ First attempt at supporting different keyboard layouts with their
+ correct scancode mapping.
+
+ * 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:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ Added command line tool to access the registry.
+
+ * rc/winerc.c: Fixed compilation.
- * [debugger/info.c]
- Changed x/w and x/b to display in hex.
+ * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
+ Ignore generated files.
- * [debugger/i386-pinsn.c]
- Added code to properly unassemble 16-bit indexing.
+ * programs/notepad/lcc.h: Fixed make depend.
-Fri Oct 1 08:29:05 1993 Bob Amstadt (bob at pooh)
+ * 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:
+ Paul Quinn <paulq@linuxmaster.hungrycats.org>
+ Many new defines, and structs to help compile MFC. As well as a few
+ OLE corrections from earlier.
- * [loader/files.c] [misc/profile.c]
- System initialization file is now called "wine.ini" and can
- be located in the current directory, the user's home directory,
- or any directories specified in the WINEPATH environment variable.
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make GetModuleHandle16 only look for module names, not path names.
- * [tools/build.c] [if1632/call.S] [include/regfunc.h]
- Changed register function stack to match sigcontext structure.
+ * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
+ Added some more vga video modes.
-Thu Sep 30 22:30:21 1993 Bob Amstadt (bob at pooh)
+ * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Prevent X11 errors when XCreateWindow is called with zero width or
+ height.
- * [loader/files.c]
- Created function to search a path for files to load.
+ * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Added metafile support for ExtFloodFill.
- * [loader/wine.c]
- Modified exe and dll file loading to search through path
- specified by the environment variable WINEPATH.
+ * controls/button.c:
+ Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
+ Paint gray text on gray background in checkboxes/radiobuttons by
+ stippling. Also changed the brush used in this case to give better
+ readability with X fonts.
-Thu Sep 30 22:30:21 1993 Eric Youngdale
+ * 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:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Implemented (nearly) all TAPI functions as stubs.
- * [loader/signal.c]
+ * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
+ Michael McCormack <Michael.McCormack@alcatel.com.au>
+ Basic support for WIN32 serial communications API.
+ Modify DOSFS_OpenDevice to allow opening of COM ports.
+ Change Win32 comm functions to accept file handle.
+ Add declaration of COMSTAT32 structure.
+
+ * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a silly VGA-emulation palette bug.
+
+ * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of ugly warnings (caused by ugly errors).
+
+ * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Bug fix.
-Thu Sep 30 22:30:21 1993 John Brezak
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - IShellFolder and IEnumIDList are using the new COM headers
+ - fixed sort order for folders and drives
+
+ * README: Ove Kaaven <ovek@arcticnet.no>
+ Corrected location of FAQ.
+
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Fully implemented Direct Console Input.
+
+Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed newly introduced and some leftover warnings.
+
+ * include/wingdi.h: Francois Gouget <fgouget@psn.net>
+ It is now possible to use the standard macros for GetTextExtentPoint
+ and GetTextExtentPoint32.
+
+ * include/prsht.h: Francois Gouget <fgouget@psn.net>
+ Fixed some SendMessage32A that escaped the renaming.
+
+ * include/ole2.h: Francois Gouget <fgouget@psn.net>
+ On windows ole2.h includes oleauto.h and some programs depend on this.
+
+ * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
+ Fixes in the SysAllocString functions prototypes. It's mostly 'const'
+ problems that prevent regular code from compiling.
+
+ * 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:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ File open dialog now uses icons instead of bitmaps.
+
+ * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
+ Updated AVI* class interface to new ICOM_ methods.
+
+ * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
+ Some fixes and additions.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Started on avifil32 implementation (only stubs currently).
+
+ * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
+ Reimplemented DrawFocusRect without using X11.
- * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c]
- [debugger/obstack.h]
- Updates to allow debugger to function under NetBSD.
+ * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented mode setting things as well as VESA additions and other
+ things. Cleaned up DOSMEM_BiosData handling.
-Tue Sep 28 19:59:21 1993 David Metcalfe
+ * include/wine/obj_olefont.h, ole/olefont.c:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the IPersistStream interface on the OLE font object.
- * [windows/win.c]
- Implemented support for windows with no borders. Added
- GetParent(), GetDlgCtrlID(), GetWindowText() and
- GetWindowTextLength() functions.
+ * miscemu/emulate.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make function BX=6 round ST0 to integer.
- * [misc/xt.c]
- Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
- to DefWindowProc and Implemented MessageBeep().
+ * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
+ Adrian Thurston <adriant@corel.ca>
+ - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
+ LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
+ - Added some missing structures and definitions to wingdi.h
+ - Added proper defines for GetCharWidthsXXX
+ - Added c++ protection to wingdi.h
- * [windows/syscolor.c]
- Added preliminary system color support.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - mostly cleanup after the renaming
+ - implemented SHILCreateFromPath
+ - small changed to SHGetFileInfo
- * [controls/button1.c]
- Mods to new button control and integration with Wine.
+ * include/prsht.h, include/winuser.h:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
+ structure for compatibility.
-Tue Sep 28 19:59:21 1993 Johannes Ruscheinski
+ * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Moved error codes to cderr.h.
- * [controls/button1.c]
- New button control using GDI functions.
-
-Tue Sep 28 19:59:21 1993 Eric Youngdale
+ * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
+ Fix CreateProcess to handle lpCommandline better.
- * [debugger/*]
- Added debugging capabilities to Wine
+ * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
+ Change GetStartupInfoA/W to return the real StartupInfo.
-Sat Sep 25 13:22:50 1993 Alexandre Julliard (julliard@di.epfl.ch)
+ * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
+ Handle null wndPtr for mdi window.
- * [objects/region.c]
- Bug fix
+ * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
+ Fixed a couple of missing #defines for Win32 API functions with
+ ASCII/Unicode versions.
-Fri Sep 24 07:35:11 1993 Bob Amstadt (bob at pooh)
+ * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented UTRegister and UTUnRegister.
- * [tools/build.c]
- Changed the entry point code to reduce the standard entry
- point size from 22 bytes to 10 bytes. This leaves about
- 4000 free entry points instead of the 800 in version 0.4.2.
+ * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
+ <keith_m@sweeney.demon.co.uk>
+ Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
+ bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
+ DdeSetQualityOfService, DdeSetUserHandle.
+ Corrected heap handling in DdeInitializeW, refined CreateMutex error
+ handling.
+ General tidying.
+
+ * if1632/olecli.spec, include/ole.h, ole/olecli.c:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
+ OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
+ OleRevertClientDoc, OleEnumObjects.
+
+ * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
+ Definition for OleCreateLinkFromClip was incorrect.
+
+ * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
+ Mask out the upper 12 bits from the resourceid, just like win95 does.
+
+ * BUGS: Ove Kaaven <ovek@arcticnet.no>
+ Updated bug list by my knowledge of them.
+
+ * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
+ StgCreateDocfile accepts NULL as a file name.
+
+ * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Added support for alternate DIBBITBLT layout.
+
+ * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
+ Buffer size bug in LocateDebugInfoFile.
+
+ * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Improved "error" message readability.
+
+ * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
+
+ * dlls/comctl32/listview.c: Fixed make depend
+
+Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Replaced direct access to the WND structure by corresponding calls to
+ Win32 functions.
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some bugs introduced by the automated renaming.
+
+ * resources/.cvsignore: Added sysres_Ru.s
+
+ * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Changed the listview control to add the report view and fix some bugs
+ for the list view.
+
+ * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed use of WND struct.
+
+ * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
+ Added #ifdef HAVE_WCTYPE_H.
+
+ * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
+ Removed direct access to the WND struct.
+
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Message translation for WM_WININICHANGE.
+
+ * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
+ obm_closed_95 should not be drawn inverted.
+
+ * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Removed direct access to the WND struct.
+
+ * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Improved performance.
+
+ * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
+ Create a new DC in GetDCEx when none are available.
+
+ * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
+
+ * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Changed the button state to "up" as soon as it is known that the
+ selection has been cancelled, so the button is redrawn in the "up"
+ state.
+
+ * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
+
+Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Added a lot of new OLE interfaces.
+
+ * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
+ Alexander Kanavin <ak@cave.hop.stu.neva.ru>
+ Added support for Russian language.
+
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Temporary fix: Activate 16-bit system timer callback routines, but
+ skip calling them if timer signal occured while current thread was
+ holding the Win16Lock (to prevent 16-bit stack corruption).
+
+ * include/syslevel.h, scheduler/syslevel.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented _ConfirmWin16Lock (KERNEL32.96).
- * [loader/resource.c]
- Rewrote functions to allow loading of resources from any
- DLL.
+ * graphics/ddraw.c, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - some clean up in handling of depth
+ - more depth conversion routines for X11 (15, 16 and 32 -> 8)
- * [loader/wine.c] [include/wine.h]
- Added functions GetFilenameFromInstance() and GetFileInfo()
- to search for a loaded file based on its instance handle.
- Added a field in struct w_files to make searching by an instance
- handle faster.
+ * include/queue.h, windows/message.c, windows/queue.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented SendMessageTimeout() functions.
-Tue Sep 21 09:57:01 1993 miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
+ * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
+ Marcel Baur <mbaur@g26.ethz.ch>
+ Added Boyer-Moore text search.
- * [misc/profile.c]
- Implementation of .INI file handling
+ * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added USER.DestroyIcon32 to Callout struct.
-Mon Sep 20 10:54:32 1993 David Metcalfe
+ * include/module.h, loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Deleted NE_FreePEResource().
- * [misc/profile.c.old]
- Implementation of .INI file handling
+ * include/user.h, loader/main.c, loader/module.c, windows/user.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to cursor/icon handling changes.
-Mon Sep 20 10:54:32 1993 John Brezak
+ * loader/ne/resource.c, loader/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow accessing both NE and PE resources with both 16- and 32-bit API.
+ Hook cursor/icon destruction into FreeResource (like Win95).
- * [controls/WinButton.c]
- Bug fix with call to XtVaSetValues.
+ * include/cursoricon.h, objects/cursoricon.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented Win95-style shared cursor/icon cache.
+ Merged NE and PE resource handling.
-Mon Sep 20 10:54:32 1993 Alexandre Julliard
+ * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed folder bitmap colors for 8bpp.
- * [windows/win.c]
- Quick patch to get colormaps to work with button widget.
+ * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Windows doesnt allow dashed and dotted lines > 1.
-Mon Sep 20 02:42:54 1993 (yngvi@hafro.is)
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a reference-counting problem in the external lock mechanism.
- * misc/keyboard.c:
- Ifdefed out some bogus Ansi<->Oem conversion functions
+ * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a simple bug in the implementation of the ShellView objects.
- * misc/lstr.c:
- New file with string functions like lstr* IsChar* *Ansi*
+ * dlls/shell32/shell32_main.c, include/shell.h:
+ Sergey Turchanov <turchanov@usa.net>
+ Added some extra CSIDLs.
-Wed Sep 15 20:35:10 1993 John Brezak
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Allow lpCommandLine == NULL in CreateProcess().
- * [loader/signal.c]
- Additional changes to support NetBSD.
+ * windows/x11drv/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
-Wed Sep 15 22:19:22 1993 Martin Ayotte
+ * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Avoid unnecessary GraphicsExpose events.
+
+ * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
+ Fixed index calculations of the upper and lower bounds of a safearray.
+ Fixed a wrong initialization of the VT sizes array.
- * [windows/graphics.c]
- Added FrameRect function
+ * ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Implementation of the ReleaseStgMedium method.
-Tue Sep 14 13:54:45 1993 Alexandre Julliard
+Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/color.c] [objects/palette.c]
- Preliminary support for private color map.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - sorted API by groups
+ - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
+ - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
+ RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
+ - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
+ RtlTimeFieldsToTime
- * [windows/class.c]
- Implemented CS_CLASSDC style.
+ * include/ntddk.h, include/ntdef.h, include/winnt.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many new prototypes.
- * [windows/dce.c]
- Moved DCEs to USER heap.
- Implemented class and window DCs.
+ * loader/resource.c, include/module.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fix use of wrong prototype from ntdll.h.
- * [windows/event.c]
- Implemented CS_DBLCLKS style.
+ * dlls/advapi32/security.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Make more functions just calling down to ntdll.
+ New: GetSecurityDescriptorSacl.
- * [windows/graphics.c]
- Bug fix in SetPixel().
+ * graphics/psdrv/afm.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Accept "Normal" as a valid AFM weight.
- * [windows/win.c]
- Implemented CS_OWNDC style.
- Implemented Get/SetWindowLong().
+ * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
+ Smarter way of searching for a free block.
- * [controls/menu.c] [windows/class.c] [windows/clipping.c]
- [windows/dce.c] [windows/message.c] [windows/win.c]
- Moved windows from global heap to USER heap.
+ * windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
+
+ * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
+ Corrected cast so hello5 compiles again.
-Mon Sep 13 05:00:11 1993 Eric Youngdale
+ * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
+ Don't copy lpstrFileTitle if given NULL pointer for this.
+ Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
+
+ * misc/winsock.c, include/winsock.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
+
+ * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
+ __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
+ removed additional "eax" from clobber list, so egcs-current likes it.
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ CreateFileMapping SetLastError(0)s on newly created mappings.
+
+Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Klaas van Gend <Klaas@vangend.demon.nl>
+ Create a new subdirectory for the common dialog box DLL and move all
+ code from /misc/commdlg.c to this directory. Also made a start in
+ documenting the API calls.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ More include optimizations.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
+ additional {}. Rewrote GetCreationModeFromSTGM so we don't get
+ "possible use of uninitialized variable".
+
+ * include/mmsystem.h, include/multimedia.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
+
+ * files/directory.c, msdos/int21.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed CreateDirectory LastError returns to match Win32 (found out by
+ experiment). Adapted int21 CreateDirectory call to still return the
+ correct DOS error codes according to Ralph Brown.
+
+ * graphics/ddraw.c, relay32/ddraw.spec:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added function DirectDrawEnumerateEx
+ - added (or corrected) check for the return value of the enumeration functions
+
+ * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
+ Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
+
+ * multimedia/mcicda.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Added missing <sys/types.h>.
+
+ * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
+ Added the button states as returned by IsDlgButtonChecked().
+
+ * loader/module.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added support for quoted file names in CreateProcess().
+
+ * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
+ CLIENT_WaitReply: don't clear last error on success; fixed callers
+ accordingly (based on a patch by Juergen Schmied).
+
+ * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
+ Added some support and stubs for VESA to msdos/int10.c.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ More include optimisations and fixes.
+
+ * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
+ open_object should return ERROR_FILE_NOT_FOUND when the named object
+ is not found.
+
+ * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Better error message.
+
+ * 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:
+ Use server handles directly for Win32 handles. Removed use of K32OBJ.
+
+ * 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:
+ David Luyer <luyer@ucs.uwa.edu.au>
+ - fixed missing stdlib.h and string.h includes everywhere
+ - removed a couple of unneeded stdlib.h and stdio.h includes
+
+ * 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:
+ Process and thread id now use the server-side id instead of an
+ obfuscated pointer.
+
+ * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
+ Ove Kaaven <ovek@arcticnet.no>
+ The Windows GUI behaviour tester used on the Windows computer. It was
+ used with Borland C++ 4.52, but should be easy to adapt to Winelib by
+ whoever feels like it; I haven't, I just released this useful test app
+ in case it would benefit other developers.
+
+ * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
+ This file details the results (message traces) the GUI behaviour
+ tester app gave under real Windows for various events. It was useful
+ for some of my debugging at least, perhaps it could be of some use to
+ other Wine GUI debuggers as well.
+
+ * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
+ needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
+ defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
+ needs "winuser.h".
+
+ * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
+ and .PIF files.
+
+ * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to CreateProcess changes.
+
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ NE modules adapted to CreateProcess changes.
+ LoadModule16/LoadLibrary16 reorganization.
+
+ * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Process creation sequence reorganized:
+ - Removed instance data segment for all but NE modules.
+ - Check binary type in CreateProcess before loading module.
+ - Unix process creation moved from WinExec to CreateProcess.
+ - Bugfix: fill in thdb->teb.htask16 member correctly.
+
+ * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
+ - Code to return default language code as keyboard layout.
+ - Implemented other stubs associated with keyboard layout:
+ GetKeyboardLayoutNameA, ActivateKeyboardLayout,
+ LoadKeyboardLayout[AW], GetKeyboardLayoutList.
+
+ * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Preliminary implementation of the PrintDlgA stub.
+
+ * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
+ Now compliant to the Dutch standards.
+
+ * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
+ FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
+
+ * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of dosmem block resize bugs.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ - no more 3D capabilities if Direct3D support is not compiled in
+ - some debug messages clean-up (replaced fprintfs by DUMPs)
+
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ We got passed a NULL Dialect ptr and accessed it unprotected.
+
+ * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
+ Added support for mappings with no associated file.
+
+ * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
+ Removed dst_handle in duplicate_handle request.
+ Added inherit flag in create_mapping request.
+
+ * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented support for arrays and safe arrays in VARIANT data
+ structures. Also moved the SAFEARRAY definition (yet again) to the
+ obj_oleaut.h file.
+
+ * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed Filesystem documentation.
+
+ * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Made folder icons gray-yellow instead of blue.
+
+ * windows/message.c: Francis Beaudet <francis@macadamian.com>
+ Order of send message processing was not respected and the message
+ stacked last finished after the message stacked first.
+
+ * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
+ Added checks to guard against NULL active window.
+
+ * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
+ Don't check children of disabled or invisible controls for dialog
+ keyboard accelerators. Fixes problems with dialogs with tab boxes.
+
+ * ole/compobj.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the CoTaskMemRealloc API. Also clean-up around that API
+ call.
+
+ * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
+ Added a missing Release.
+ STGM_CREATE should translate to CREATE_ALWAYS.
+
+----------------------------------------------------------------
+Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * DEVELOPERS-HINTS: Updated for new naming conventions.
+
+ * */*: Large-scale renaming of all Win32 functions and types to
+ use the standard Windows names.
+
+----------------------------------------------------------------
+Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/main.c: Albert den Haan <albertd@corel.ca>
+ For various reasons some of our libwine executables must have a "." in
+ their file names. The "." causes trouble when the file name is used as
+ the class name for an X resource as wine does for command line parsing
+ under X.
+
+ * windows/win.c:
+ Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
+ GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
+
+ * include/gdi.h, include/heap.h, include/wintypes.h:
+ David Luyer <luyer@ucs.uwa.edu.au>
+ Added __attribute__ ((unused)) on static inline functions declared in
+ header files.
+
+ * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
+ Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
+ which uses my bug_report.pl script.
+ Added info on a command that can be run on all shells to print debug
+ msgs to a file and not to xterm.
- * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
- [loader/wine.c] [tools/build.c]
- Added ability to generate missing functions statistics.
+ * msdos/dpmi.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Needs thread.h for non-Linux.
-Mon Sep 13 12:09:47 1993 Scott A. Laird (scott@curly)
+ * include/win.h, windows/win.c:
+ Francois Boisvert <francois@macadamian.com>
+ Adding of new functions to make the wnd struct thread safe. Adding of
+ irefCount in wnd struct.
- * [WIN31-APPLETS]
- Added new file.
+ * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Added configure check for getbkgd and define HAVE_GETBKGD.
- * [if1632/kernel.spec]
- Added definitions for GetProfile{Int,String} and SetHandleCount.
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Many interface declarations that originated from oleidl.h, oaidl.h and
+ ocidl.h separated into somewhat relevant obj_* files.
- * [if1632/keyboard.spec]
- Created interface specification for Keyboard driver DLL.
+ * files/drive.c, ole/compobj.c, resources/sysres.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Fixed warning and compilation errors.
+
+ * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed includes of wine/* headers.
- * [if1632/relay.c]
- Added keyboard.dll to list of included DLLs.
+ * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Made message "Resource not found" WARN.
- * [if1632/user.spec]
- Added LoadAccelerators definition.
+ * dlls/shell32/contmenu.c, include/shlobj.h:
+ Adrian Thurston <adriant@COREL.CA>
+ - Use the new COM definition macros in the header.
+ - Put the implementation of the object in the contmenu.c.
+ - Make appropriate name changes in contmenu.c.
+
+ * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
+ Zygo Blaxell <zygob@corel.ca>
+ Modifies parameter list of a couple of functions to comply with SDK.
+
+ * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
+ ScrollDC32 modified to return rect in logical coordinate.
- * [loader/resource.c]
- Added LoadAccelerators stub.
+ * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
+ Adds C++ nameless union support to tagVARIANT.
- * [misc/file.c]
- Changed OpenFile, and added SetHandleCount (for winfile.exe)
+ * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
+ Adrian Thurston <adriant@COREL.CA>
+ Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
+ Removed a redundant include.
+ Added some c++ protection.
+
+Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/keyboard.c]
- Added keyboard code.
+ * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Changed pidl structure to match the pidl's used in lnk-files.
+
+ * dlls/shell32/shelllink.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented reading of *.lnk-files.
+
+ * include/wine/obj_shelllink.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ new file, including the IShellLink definition.
- * [misc/profile.c] [misc/xt.c]
- Moved GetPrivateProfile* commands here, and added GetProfile*
- commands.
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Modified process creation sequence: call PE_CreateModule in the
+ context of the new process (in TASK_CallToStart).
+ Changed all PE/Module routines so as to always operate on the current
+ process; adapted all callers.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Optimized away more includes, readded some #includes for necessary
+ prototypes.
+
+ * msdos/int2f.c: <smil@mechatronika.hu>
+ Added low-level Netware installation check.
+
+ * include/console.h, console/interface.c, console/ncurses.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Added GetBackgroundColor call to the console struct. Will be used
+ later.
+
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
+ (Interrupt list did not have correct.)
+
+ * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added stubs for two missing methods of DInput.
+
+ * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed a bug.
+
+ * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
+ Added support for larger files.
+
+ * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixes buffer overrun problems with GetDIBits.
+
+ * windows/message.c: Stephane Lussier <stephane@macadamian.com>
+ Fixed some SendMessage bugs.
+
+ * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Fix COM_ExternalLockFreeList to do not fail with an empty list.
+
+Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/Makefile.in, misc/string.c:
+ Zygo Blaxell <zblaxell@furryterror.org>
+ Implemented some CRTDLL string functions.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some more recursive include fixes/optimizations.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - eliminated one element of the pidl struct (dwSFGAO)
+ - changed some superflous FIXME
+
+ * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - header uses the last macros now
+ - rewrote IDropTarget according to the new COM headers
+ (was local declared not using the already written prototypes)
+ - corrected Drop method (wrong parameter count)
+
+ * windows/dinput.c: Francois Gouget <fgouget@psn.net>
+ Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
+ Added the interface implementation structures.
+ I remembered from an email that even when asked for a
+ IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
+ considered that we would only implement the latter. The
+ IDirectInputDeviceA_xxx methods have been renamed to
+ IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
+ implementation as before.
+ Renamed the implementation structures to XxxImpl.
+
+ * include/dinput.h: Francois Gouget <fgouget@psn.net>
+ Use latest COM macros
+ Defined the IDirectInputDeviceA interface independently from
+ IDirectInputDevice2A.
+ Removed the 32 suffix of the interfaces. Hopefully this will not
+ cause any problem with the renaming.
+ Moved the implementation specific stuff to dinput.c (well, the
+ interfaces at least).
+
+Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
+ Changed initial process creation to avoid memory allocations.
+ Removed a few unused fields in PDB and THDB.
+
+ * scheduler/client.c, scheduler/thread.c:
+ Removed thread queue functions.
+ Changed initial thread creation to avoid memory allocations.
+ Moved server startup to THREAD_CreateInitialThread.
+
+ * scheduler/synchro.c:
+ Removed use of per-thread wait_struct, cleaned up a bit.
+
+ * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
+
+ * include/winnt.h: Added a few exception codes.
+
+ * 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:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ - Fix headers to include less or smaller header files.
+ - Fix header and source files to include missing header files to avoid
+ warnings and errors.
+
+ * loader/signal.c, memory/ldt.c, misc/port.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
+ wine_sigaction __PIC__ cases, since "g" will not work with
+ -fomit-frame-pointer ("g" is referenced using %esp which was
+ invalidated before). Bug found and (other) fix suggested by
+ <daniel@mat.utfsm.cl> Daniel Serpell.
+
+ * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing WINAPIs.
+
+ * 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:
+ Stephane Lussier <stephane@macadamian.com>
+ Fix problem where you need mouse activity to unlock some 16 bits
+ thread with multi-threaded apps.
+
+Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the OleCreateFontIndirect method and the associated COM
+ object. That object supports the IFont and IDispatch interfaces.
+
+ * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Problems reported by Donald Page, PR 105-107.
+
+ * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
+ More commenting, better debugging of color problems, and support for
+ the new TerminalType option in wine.ini. This allows us to select
+ which terminal type we are really using so that we can, for example,
+ use its color capabilities.
+
+ * console/interface.c, include/console.h:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Support for the new InitialRows andf InitialColumns options in wine.ini
+ (Generic replacement for XtermResolution option...)
+
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
+
+ * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
+ Removal of obsolete XtermResolution option.
+
+ * documentation/console, wine.ini:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Add information about the new wine.conf options.
+
+ * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed backtrack issue on 16bit code.
+
+ * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
+
+ * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed comment for Wine documentation.
+
+ * include/server.h, include/server/request.h, server/request.c, server/trace.c:
+ Added get/set_handle_info request.
+
+ * graphics/x11drv/dib.c:
+ Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
+
+ * 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:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Fix a couple of 64bit platform problems and speed up compilation. See
+ tools/wrc/CHANGES for details.
+
+ * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
+ mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
+ correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
+
+ * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
+ Added a check for the existence of wine.sym before installing it.
+
+ * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Added some new stubs for the OLE menu descriptor methods.
+
+Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
-Mon Sep 13 10:24:37 1993 Andrew Bulhak
+ * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
+ Fixed message filtering check.
- * [windows/utility.c]
- Implemented MulDiv(), OutputDebugString() and wvsprintf()
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - made the security functions consistent. advapi calls down to ntdll now
+ - new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
+ SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
+ - nt-header cleanup
+
+ * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixed a few broken includes.
+
+ * windows/nonclient.c: Reverted broken close button change.
+
+ * 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:
+ Jeff Garzik <jgarzik@pobox.com>
+ Added missing string.h include.
+
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Only append .dll if no extension yet.
-Fri Sep 10 09:13:30 1993 John Brezak
+ * windows/message.c: Francis Beaudet <francis@macadamian.com>
+ Temporary fix suggested by Ulrich to allow the
+ MsgWaitForMultipleObject method to be called from 16 bit threads.
- * [*/Makefile]
- Created patch to allow BSD make to build wine.
+ * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
+ Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
+ case it's sent to a window that doesn't handle it (i.e. not MDI
+ client).
- * [windows/win.c]
- Fixed NULL pointer reference.
+ * include/dce.h, windows/dce.c, windows/winpos.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added extra child arguments to DCE_GetVisRgn() to be able to handle
+ PARENTDC class style combined with CLIPCHILDREN window style, to
+ prevent mis-redraws in Free Agent 16-bit.
- * [windows/message.c] [misc/xt.c]
- Defined HZ to handle system specific timing.
+ * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
+ Don't hang on the last child if it's not wanted.
- * [windows/graphics.c]
- Use M_PI is PI
+ * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
+ Partial stub implementation of undocumented KERNEL routine PK16FNF,
+ needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
- * [objects/pallete.c]
- NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
+ * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
+ Fix redraw problems for ChooseColor dialog.
- * [dump.c] [ldt.c] [wine.c]
- ifdef'ed linux headers for linux compile.
+ * */*.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed a lot of occurences of windows.h (and added necessary other
+ includes).
- * [loader/ldtlib.c]
- Add NetBSD system calls when compiled on that system.
+ * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
+ Francois Gouget <fgouget@psn.net>
+ Small fixes.
- * [loader/selector.c]
- Use mmap(MAP_ANON, ...) for NetBSD.
+ * include/dsound.h, multimedia/dsound.c:
+ Francois Gouget <fgouget@psn.net>
+ Changed the first parameter from LPGUID (Windows headers) to REFGUID.
+ This makes it a 'const GUID*' which means DirectSoundCreate must not
+ change it.
- * [if1632/call.S]
- Fixed selector assumptions.
+ * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
+ Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
+ include/wine/obj_base.h)
-Thu Sep 9 20:01:37 1993 David Metcalfe
+Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/WinButton*] [controls/button.c] [controls/widget.c]
- [windows/win.c] [windows/class.c]
- Added 3D button control and tied into CreateWindow()
+ * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
+ Stephane Lussier <stephane@macadamian.com>
+ - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
+ to support thread-safeness, and nested SendMessage.
+ - Addition of ReplyMessage32.
-Thu Sep 9 07:35:24 1993 Scott Laird
+ * windows/x11drv/wnd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
- * [if1632/sound.spec]
- Created interface specification for SOUND DLL.
+ * misc/commdlg.c, resources/sysres_En.rc:
+ Pascal Lessard <pascal@macadamian.com>
+ Applied the changes of the resulting color of the choose color dialog.
+ Initialize values in the choose color dialog.
+
+ * include/wine/obj_base.h, include/wine/obj_marshal.h:
+ Francois Gouget <fgouget@psn.net>
+ Removed references to ICOM_INHERITS.
+
+ * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Fixed bug with read-only files.
+
+ * multimedia/mciavi.c, multimedia/mcimidi.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
+
+ * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
+ dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
+
+ * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
+ Francois Gouget <fgouget@psn.net>
+ Modified so that they do not use the VTABLE_FUNC macros that performed
+ casts of all methods put in the jump table. I find it too risky to use
+ such macros because nothing guarantees that you actually put the right
+ method at the right place or that the prototype is right.
+
+ * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
+ Francois Gouget <fgouget@psn.net>
+ Updated to use the latest COM macros. Defined more interfaces and API
+ functions.
+
+ * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
+ Francois Boisvert<francois@macadamian.com>
+ Implementation of the pushed close button.
+
+Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Moved some definitions to their proper include file.
+
+ * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
+ Francois Gouget <fgouget@psn.net>
+ Fixed some ICOM_INHERIT stuff and added new related API functions.
+
+ * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
+ Added new API. Part of it was in 'include/objbase.h' before and part
+ of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
+ perfect but it's better than having it in 'include/objbase.h'.
+
+ * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
+ Francois Gouget <fgouget@psn.net>
+ Fixed a number of warnings concerning the matching of the printf
+ format string and the associated parameters (actually it's mostly
+ TRACE and FIXMEs).
+
+ * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
+ mciLoadCommandResource32: second arg is wide string
+ mciGetDriverData: spec has just one long argument
+
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Changed ICOM_THIS definition.
- * [if1632/win87em.spec]
- Added more functions to the WIN87EM DLL interface specification
+ * dlls/version/info.c, include/ver.h:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
+ The VS_VERSION_INFO is a simple define and would cause confusion.
+ Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
- * [misc/emulate.c]
- Created stubs for the new math emulation functions.
+ * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
+ "Configure finished" message suggests to call make when make depend
+ was successful.
+
+ * */*: Marcus Meissner <marcus@jet.franken.de>
+ Optimized include/*.h: (recursively) include all headers needed by
+ this .h file, but only those. Necessary fixes to a lot of .c files,
+ started optimizing "windows.h" away from some of them. Moved
+ GetCurrentTask prototype to wine/winbase16.h.
+
+ * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
+ Luc Tourangeau <luc@macadamian.com>
+ Preliminary listview control implementation.
+
+ * controls/menu.c: Francois Boisvert <francois@macadamian.com>
+ Give the context menu its proper behaviour and modify TrackPopupMenu
+ to comply with windows API.
+
+ * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
+ GetUpdateRect should return client coordinates unless the window was
+ created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
+ in which case the result should be in logical coordinates.
+
+ * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
+ Added the actual definitions of the interfaces.
+
+ * include/servprov.h: Francois Gouget <fgouget@psn.net>
+ Converted to the new COM declaration 'standard' for better
+ compatibility with C code implementating that interface.
+
+ * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
+ Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
+ able to modify it.
+
+ * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Defined IDropTarget for ShellFolder. Implemented the Constructor,
+ Destructor, AddRef, Release and QueryInterface methods.
+
+ * memory/selector.c, if1632/kernel.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
+
+Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/msacm.h, include/winuser.h:
+ Douglas Ridgway <ridgway@winehq.com>
+ c2man doesn't like extra semicolons.
+
+ * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
+ Resetting X focus should not be done with SetFocus32. Called
+ the windowing (X11) driver's SetFocus routine directly instead.
+ This apparently fixes a big heap of user interface problems.
+
+----------------------------------------------------------------
+Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed some functions prototypes (were returning void).
+
+ * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
+ Fixed some Winelib names.
+
+ * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Corrected prototypes func() ->func(void).
+
+ * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
+ Brian Joseph Czapiga <root@glacid.com>
+ Fixed a few #ifdefs.
+
+ * windows/scroll.c, windows/x11drv/wnd.c:
+ Jerome Vouillon <vouillon@claranet.fr>
+ Make a correct use of clipping rectangles.
+
+ * include/bitmaps/ocr_cross:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added white border.
+
+ * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented better output for indirect calls.
+
+ * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in winmm.spec.
+
+ * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
+ Gavriel State <gavriels@COREL.CA>
+ A few non-x86 Winelib fixes.
- * [misc/sound.c]
- Created stubs for the SOUND DLL.
+ * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not print 'wine: no executeable found' if we did execute something.
-Sun Sep 5 21:02:10 1993 John Burton
+ * programs/notepad/*:
+ Marcel Baur <mbaur@g26.ethz.ch>
+ - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
+ - Improved printing support (not yet complete)
+ - Improved file drag and drop (should now work)
+ - General code cleanup
+
+ * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bugs on MCI notification (callback info are copied before
+ asynchronous return) - make use of it in MCI wave and midi.
+ Implemented mci(Set|Get)DeviceID(16|32) functions.
+
+ * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
+ Since SetParent now hides/shows, explicitly invalidating DCs in the
+ parent change operation should no longer be necessary.
+
+ * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
+ Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
+
+ * msdos/ioports.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Moved VGA port access check at the beginning in order to improve
+ performance a little bit.
+
+ * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
+
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Added comments. Think I've fixed INT 10/08 (Get Character and
+ Attribute at Cursor).
+
+ * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
+ Added configuration options XtermProgram and XtermResolution.
+ Fixed a warning.
+
+ * documentation/console, wine.ini:
+ Joseph Pranevich <jpranevich@lycos.com>
+ New examples/documentation for console configuration options.
+
+ * 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:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Moved initialization until later. Also moved around code a bit to be
+ consistant.
+
+ * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
+ Added possibility to load .stabs/.stabstr sections from PE dlls.
+ Unfortunately my samples use currently typedefs which wine-dbg does
+ not understand, so no actual parsing.
+
+ * 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:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Change a couple of names that would conflict after all 32[AW] suffixes
+ are removed. Structures defined in both mmreg.h and mmsystem.h are
+ protected with #ifdef:s as in MS' headers.
+
+ * misc/imm.c: Patrik Stridvall <ps@leissner.se>
+ Fixed wrong typecasts.
+
+ * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
+ Compilation fix.
+
+ * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
+ Fix for X11 includes detection.
+
+ * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added possibility to load .stabs/.stabstr sections from PE dlls.
+ Unfortunately my samples use currently typedefs which wine-dbg does
+ not understand, so no actual parsing.
+
+ * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
+
+ * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implementation of ConvertDefaultLocale32.
+
+ * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ WIN31 Look still needs a close button on the left of the menu bar.
+
+ * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
+ Changed SetWindowPos32 to force the update of the non-client area.
+
+Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Fixed a couple of faulty names used in wine and typos so that it will
+ compile again after conversion from 32[AW] naming to [AW] naming.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Moved the if1632/signal.c stuff into loader/signal.c, adapted function
+ pointers for wine_debug and INSTR_EmulateInstruction.
+
+ * ole/compobj.c: Francois Gouget <fgouget@psn.net>
+ All guid 'REFxxx' types already have a 'const' inside them.
+
+ * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some warnings fixed, one useless VERSION warning removed (winelib).
+
+ * misc/registry.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ RegFlushKey: wrong error code.
+
+ * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Adds a warning message if permissions not sufficient.
+
+ * 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:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for MCI AVI driver
+ Added some fixes mixer functions
+ Fixed MCI string comparison (thanks to Lionel ULMER)
+ No longer using 16 bit USER functions (use their 32 bit counter part)
+ Reindenting.
+ Added function sndPlaySound32W
+
+ * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
+ Francois Gouget <fgouget@psn.net>
+ Added the actual interface definitions to the obj_marshal.h skeleton
+ file. Also defined the associated C API.
+
+ * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
+ Use global synchronization objects, to be able to use it in different
+ processes (not only the process which create the synchro object).
+
+ * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
+ Set hwndActiveChild when maximizing a mdi child window because it is
+ not set when maximizing a window other than the active child.
+
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Change the GetMenuItemRect to comply with windows API.
+
+ * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
+ James Juran <jrj120@psu.edu>
+ Created include/Makefile.in to separate header file installation from
+ the top-level Makefile.
+
+ * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ - Fixed a small block depot bug.
+ - Implemented converting from small blocks to big blocks.
+ - Validated file attributes and flags.
+ - Fixed a bug for larger files.
+
+ * resources/.cvsignore: added sysres_Nl
+
+ * 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:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the OLE Drag and Drop target registration mechanism and
+ the DoDragDrop loop to perform the DnD operation.
+
+ * windows/mdi.c, controls/menu.c, include/menu.h:
+ Francois Boisvert <francois@macadamian.com>
+ Implemented the WIN31 Look mdi buttons and also some defines for the
+ magic menu items.
+
+ * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
+ Ian Schmidt <irsman@iag.net>
+ Added entries for most Crypt* calls.
+ Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
+ to get farther.
+
+ * controls/edit.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ An app left junk in the undo buffer of an edit control upon creation.
+
+ * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
+ Changed SetParent32 to adhere to Windows behaviour (mostly),
+ which should also keep it from leaving garbage around.
+
+ * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Implementation of a simple linked list (static) that stores and counts
+ references to COM objects.
+
+ * include/objbase.h, include/wtypes.h:
+ Francois Gouget <fgouget@psn.net>
+ Make the REFxxx types const even in C. Also add FMTID.
+
+ * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
+ Don't call EVENT_DummyMotionNotify for hidden windows.
+
+ * windows/message.c: Stephane Lussier <stephane@macadamian.com>
+ Fix some thread-safeness problem when accessing the system message
+ queue.
- * [if1632/kernel.spec]
- Added interface specifications for OpenFile, _lclose, _lread, _lopen,
- and _lwrite.
+ * windows/input.c, include/winuser.h, relay32/user32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented MapVirtualKeyEx (ticket 21).
+ Ignore keyboard layout for now.
- * [include/windows.h]
- Added OF_ macros
+ * include/objidl.h, include/wine/obj_clientserver.h:
+ Francois Gouget <fgouget@psn.net>
+ Added the actual interface definitions to the obj_clientserver.h
+ skeleton file.
- * [misc/file.c]
- Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
+ * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - documented most of the undocumented functions in nt.c
+ - implemented RtlGetDaclSecurityDescriptor
+ - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
+ - stubs for NtRaiseException, RtlRaiseException (this both will crash)
-Fri Sep 3 18:47:03 1993 Alexandre Julliard
+Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/dc.c]
- Bug fix
+ * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes to compile with the headers (mostly nt-security).
- * [objects/text.c]
- Bug fix
+ * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Made nt-related types compatible, throw out wine-specific types.
+
+ * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use MONITOR_... instead of DESKTOP_... routines to get screen
+ dimensions; these work also with native USER.
+
+ * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
+ WM_ACTIVATE default processing should set window focus.
+ Should fix focus problems in non-managed mode.
+
+Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Added support for the Dutch language.
+
+ * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
+ Adrian Thurston <adriant@corel.ca>
+ Zygo Blaxell <zblaxell@corel.ca>
+ Move property sheets from commctrl.h into into prsht.h.
-Fri Sep 3 18:47:03 1993 Bob Amstadt
+ * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added 'objbase.h' to prevent compiler warnings.
- * [objects/linedda.c]
- Finished LineDDA().
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Better detection of XShm errors (should now run on remote displays).
+
+ * multimedia/mmsystem.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixes mixerGetID16/32 problems/errors.
+
+ * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
+ IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
+ declarations must surrender or prepare to be met with deadly force :-)
+
+ * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
+ Added new functions (from Win98)
+ Added comments with the parameter types for future use with dllglue
+
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Set the flags for GetVolumeInformation32A.
+
+ * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
+ FindWindow failed for 32 bit windows with style != WS_CHILD.
+
+Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Paul Quinn <paulq@corel.ca>
+ Albert Den Haan <albertd@corel.ca>
+ Moves files from print.h to winspool.h for better SDK header compliance
+ for Winelib programs.
+
+ * 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:
+ Albert Den Haan <albertd@corel.ca>
+ Adrian Thurston <athursto@corel.ca>
+ Paul Quinn <paulq@corel.ca>
+ Zygo Blaxell <zygob@corel.ca>
+ Miscellaneous patches to header files. All of these are supposedly there
+ to help build Winelib applications.
+
+ * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
+ Adrian Thurston <athursto@corel.ca>
+ Paul Quinn <paulq@corel.ca>
+ Zygo Blaxell <zygob@corel.ca>
+ More types we need for compiling Winelib/MFC applications.
+
+ * include/commctrl.h: Paul Quinn <paulq@corel.ca>
+ Adrian Thurston <adriant@corel.ca>
+ More types for common controls. Needed for Winelib.
+
+ * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
+ Francois Gouget <fgouget@psn.net>
+ Better set of macros for defining the COM interfaces.
+
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Fixed debug output to follow '-debugmsg' flags.
+
+Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Added missing includes to avoid warnings/errors.
+
+ * 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:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Moved everything out of windows.h.
+
+ * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
+ Brad Pepers <brad@linuxcanada.com>
+ WinG fixes.
+
+ * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
+ Stephane Lussier <stephane@macadamian.com>
+ -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
+ So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
+ with this patch. Unicode version of those functions is currently only
+ calling the ASCII version.
+ -Fixed queue signaling using a new EVENT object in the queue for 32 bits
+ thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
+ right EVENT.
+
+ * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ GetMetaFileBitsEx should work in bytes not words.
+
+ * include/shlobj.h: Francois Gouget <fgouget@psn.net>
+ DllGetClassObject should take a REFCLSID not an LPCLSID.
+
+ * objects/dib.c, include/global.h, memory/virtual.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Change fault handler 'addr' argument to LPCVOID.
+
+ * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call VIRTUAL_HandleFault if read/write returns EFAULT.
+
+ * dlls/comctl32/treeview.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Fix typo to map GetTextExtentPoint to the correct 32A version.
+
+ * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some small bugfixes, added more PE relocation types (for WinCE mostly),
+ some console prototypes, -dll is useful for winelib too, regtest
+ compile fixed.
+
+ * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
+ Paul Quinn <paulq@corel.ca>
+ GetCursorPos is actually a BOOL.
+
+ * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
+ Adrian Thurston <adriant@corel.ca>
+ More types, C++ protection, and a typo correction for mmsystem.h.
+
+ * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Move the #define of DUMMYUNIONNAME* to before they are used.
+ Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
+ Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
+ Define "TV_ITEM" to agree with you-know-who's documentation.
+
+ * dlls/version/info.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ NULL is a valid argument as handle for GetFileVersionInfoSize32A.
+
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added buffered device access for DInput's mouse driver.
+
+ * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Wrong access on server handle was demanded (GENERIC_READ instead of
+ GENERIC_WRITE).
+
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Better implementation (takes strings or res-id's now).
+
+ * dlls/version/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: NULL pointer check for output parameters.
+
+ * dlls/shell32/brsfolder.c:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fixed two pointer/integer mismatch warnings.
-Fri Sep 3 11:52:18 1993 Bob Amstadt
+ * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Spelling fixes.
- * [windows/timer.c]
- Changed to use CallWindowProc() rather directly calling callback.
+ * console/xterm.c, win32/console.c:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ wine_openpty is not properly declared (either missing or mismatched
+ declarations) in both places where it is used.
- * [windows/event.c]
- Implemented SetCapture() and ReleaseCapture()
+ * include/wingdi.h, objects/dib.c:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fix types of GetDIBits functions (LPSTR should be LPVOID).
- * [windows/keyboard.c]
- Created stub for GetKeyState()
+ * graphics/x11drv/dib.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixes several problems with SetDIBitsToDevice if xSrc != 0.
+ Thanks to Ian Schmidt for the logs.
- * [objects/linedda.c]
- Created stub for LineDDA()
+ * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
+ The systems buttons (minimize/restore/close) now appear on the menu
+ bar of mdi application.
- * [if1632/callback.c]
- Created callback handler for LineDDA callback procedure.
+ * controls/menu.c: Francois Boisvert <francois@macadamian.com>
+ Implemented the magic menu items id's used by windows when inserting
+ the minimize/maximize/close buttons in the menu bar of an application.
- * [if1632/callback.c]
- Created FreeProcInstance()
+ * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
+ Adds support for EMR_STRETCHDIBITS in EMFs.
+
+ * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed image size and line size, added 8bit color/palette handling.
+
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ Fixed formatting of code
+ Now changes to directory of program to be run before starting wine
-Fri Sep 3 08:36:52 1993 David Metcalfe
+ * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Cleaned up the message queue when a thread exit (but not the process).
+ - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
+ queue link list is corrupted.
- * [loader/signal.c]
- Patch to and code for INT 1A
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Sounds were cut off due to integer overflow. Fixed.
-Thu Sep 2 00:31:54 1993 Alexandre Julliard
+ * include/windowsx.h: Paul Quinn <paulq@corel.ca>
+ Added windowsx.h for Winelib.
+
+Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/font.c] [objects/text.c]
- More text support: implemented justification and underlining.
+ * 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:
+ <ewill@ncal.verio.com>
+ Added common dialogs test program.
+
+ * 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:
+ Noel Borthwick <noel@macadamian.com>
+ Added management and allocation of the PERQUEUEDATA structure.
+
+ * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added a dump of the palette creation flags
+ - changed palette creation code in vga.c to prevent useless error
+ message
+
+ * documentation/wine.man, files/drive.c, wine.ini:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Use vfat/win95 as default.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
+ aviinfo and aviplay programs.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Continued hack to win32/console.c, so that the IDA Pro Disassembler
+ works again. Needs much more work however.
- * [windows/clipping.c] [objects/clipping.c]
- Moved low-level clipping functions to objects/clipping.c.
+ * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
+ Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
+ problems).
- * [windows/clipping.c] [windows/event.c] [windows/message.c]
- Implemented window update regions.
+ * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing ULONG to static const OFFSET_xx.
- * [windows/dc.c] [objects/dcvalues.c]
- Moved some device-independent DC functions to objects/dcvalues.c.
+Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/wine.man: James Juran <jrj120@psu.edu>
+ Various manpage updates, including the incorrect statement about glibc
+ and clone().
+
+ * documentation/debugging: James Juran <jrj120@psu.edu>
+ Fix pointer to the Windows Disassembler 32. Thanks to Herbert
+ Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
- * [windows/graphics.c]
- Implemented InvertRect() and GetPixel().
+ * dlls/msacm32/driver.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Another usage of non-portable functions...
-Sat Aug 28 08:40:23 1993 Eric Youngdale
+ * msdos/dosmem.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Some values of pBiosData added/fixed.
- * [include/neexe.h] [loader/wine.c]
- Added code to handle relocation type 4.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some more code to the X11 driver.
- * [loader/signal.h] [loader/wine.c] [loader/selector.c]
- Added support for dos interrupts.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ TTY driver changes.
-Thu 26 Aug 19:15:00 1993 Eric Youngdale
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ X11 driver changes.
- * [loader/selector.c]
- Fixed bug dealing with loading DLLs.
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Non-X11 compile fix for generated code.
-Thu Aug 26 19:22:40 1993 Alexandre Julliard
+ * include/monitor.h, windows/multimon.c:
+ Patrik Stridvall <ps@leissner.se>
+ Implementation of the new monitor abstraction.
- * [include/gdi.h] [objects/font.c] [windows/dc.c]
- Beginning of real font support.
+ * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ New TTY driver for GDI.
- * [windows/graphics.c]
- Implemented PatBlt().
+ * configure, configure.in, include/acconfig.h, include/config.h.in:
+ Patrik Stridvall <ps@leissner.se>
+ - Added the graphics/ttydrv directory.
+ - Don't search for reentrant X when X doesn't exist.
+ - Added config options HAVE_LIBXXPM
+ - Added checks if the header files also exist for some libraries
- * [memory/global.c]
- Corrected a bug with linked list handling in GlobalAlloc().
+Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitmap.c]
- Corrected a bug in BITMAP_SelectObject().
+ * 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:
+ Francois Gouget <fgouget@psn.net>
+ Replaced references to interfaces.h by wine/obj_xxx.h headers instead
+ since these headers already provide the necessary definitions.
-Tue Aug 24 19:22:40 1993 David Metcalfe
+ * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed references to obsolete msdos/cdrom.c file.
+ Make use of new Wine internal CD ROM interface.
- * [controls/Command*] [controls/Label*] [controls[MenuButto*]
- [controls/SmeMenuButt*]
- Change code to support & as a special character in menu item text.
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed tracks indexing in mcicda.c
+ Make use of new Wine internal CD ROM interface.
+
+ * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ New Wine internal interface for handling CD Rom (especially audio CD
+ ROM).
-Tue Aug 24 19:22:40 1993 Alexandre Julliard
+ * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Change a few types to match you-know-who's declarations.
+ HTREEITEM is a struct _TREEITEM FAR*
+ GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
+ Adjustment of Wine C code to match the new types included.
- * [include/gdi.h] [windows/dc.c]
- Heavily modified the DC structure for better device-independence.
+ * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed GET_LZ_STATE macro.
- * [objects/bitmap.c]
- Implemented bitmap dimensions.
+ * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
- * [windows/dc.c] [windows/dce.c]
- Implemented DC state saving and restoring.
+ * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
+ Albert den Haan <albertd@corel.ca>
+ Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
- * [windows/dc.c]
- Implemented ROP mode.
+ * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
+ reslen could be used uninitialised in GetFileResource32 (fixes some
+ strange VerQueryValue crashes).
- * [windows/graphics.c]
- Implemented FillRect().
+ * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
+ Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
+ LOCALE_IINTLCURRDIGITS.
-Mon Aug 23 22:08:34 1993 Bob Amstadt (bob at pooh)
+ * memory/selector.c, relay32/kernel32.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Preserve EAX in UnMapSLFixArray().
- * [misc/xt.c]
- Fixed bug in InvalidateRect(). Solitaire attempted to
- clear window before it was realized.
+ * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixes little pointer bug in DPA_DeletePtr().
+
+ * if1632/kernel.spec, memory/string.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.434 (UnicodeToAnsi).
+
+ * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ GetDiskFreeSpaceEx32A can get null pointers and still not crash.
+
+ * graphics/psdrv/driver.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Clear up args to PSDRV_AdvancedSetupDialog.
+
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Reduce MAX_FONT_SIZE to 1000.
- * [loader/resource.c]
- Began rewrite of LoadBitmap().
+Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/wine.c]
- Fixed code which set Argv and Argc global variables.
+ * 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:
+ Added input queue to server-side console object,
+ read/write_console_input requests, and use them for
+ Read/WriteConsoleInput.
- * [loader/selector.c]
- Added code to set up command line arguments.
+ * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
+ Fix to allow for recvmsg() returning less data than is needed.
+
+ * include/toolhelp.h, include/windows.h:
+ Attempt at fixing the MAX_PATH multiple definition problem.
+
+----------------------------------------------------------------
+Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/neexe.h]
- Fixed error in PSP structure.
+ * include/module.h, loader/ne/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
+ usable by the VERSION code.
-Tue Aug 17 20:41:12 1993 Alexandre Julliard
+ * include/pe_image.h, loader/pe_resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added GetResDirEntryA for use by the VERSION code.
+
+ * misc/Attic/ver.c, misc/Makefile.in:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed old VER.DLL code.
- * [include/gdi.h] [windows/dc.c]
- Implemented device capabilities.
+ * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implementation of VERSION.DLL. Based on old misc/ver.c.
+ - Accessing PE version info resources should work correctly now.
+ - Fixed memory leaks.
+ - Clean separation of 16- and 32-bit parts.
+ - Minor bugfixes.
- * [objects/region.c]
- Implemented EqualRgn() and CombineRgn().
+ * Makefile.in, configure, configure.in, dlls/Makefile.in:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Add new subdirectories dlls/ver and dlls/version.
- * [windows/clipping.c]
- Implemented Save/RestoreVisRgn().
+ * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implementation of VER.DLL. Thunks up to VERSION.DLL.
- * [windows/graphics.c]
- Implemented PaintRgn() and FillRgn().
+ * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
+ IsCharAlpha32A: use look-up table from ole2nls.c.
- * [windows/mapping.c]
- Implemented mapping modes.
+ * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
+ LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
+ NORM_IGNORESYMBOLS in string mapping mode.
-Tue Aug 10 14:07:38 1993 Alexandre Julliard
+ * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
+ Create X window for child windows reparented to be top level windows.
- * [if1632/user.spec] [misc/rect.c]
- Implemented rectangle API functions.
+ * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for PathQualify32[A|W].
- * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
- Implemented regions.
+ * graphics/d3dmaterial.c, graphics/ddraw.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Babrian Viktor <v@ulysses.sch.bme.hu>
+ - added support for ColorKeying during blits
+ - miscellaneous fixes
- * [windows/class.c]
- Corrected a typo in UnregisterClass().
+ * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Added an implementation of MRSW locks.
- * [windows/clipping.c] [windows/dc.c]
- Implemented DC clipping and visible region.
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Added missing includes (the PSP handling was incorrect, as the
+ MZ_SUPPORTED definition was missing). Added a simple handler for
+ direct console input, which needs to be improved.
-Tue Aug 10 20:57:56 1993 Bob Amstadt (bob at pooh)
+ * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
+ Small fix.
- * [controls/menu.c] [windows/win.c]
- SetMenu(), GetMenu(), CheckMenuItem() implemented
+ * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
+ List handles WaitForMultipleObjects is waiting for when running with
+ -debugmsg +win32.
-Thu Aug 5 22:33:22 1993 Bob Amstadt (bob at pooh)
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetSecurityDescriptorControl.
- * [controls/menu.c] [windows/win.c]
- Many improvements menus. LoadMenu() should work.
+ * relay32/user32.spec, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetUserObjectSecurity.
-Wed Aug 4 14:55:36 1993 Alexandre Julliard
+ * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented handling of REG_MULTI_SZ and fixed small bug in
+ RegSetValue.
+
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Every EM_GETLINE send between a 32W to a 32A window returned
+ incomplete values before (the first 2 chars where cut away).
+
+ * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix typo in SetWindowPos32.
+
+Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/builtin32.h, misc/main.c, relay32/builtin32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Enable/disable relay32 debugging on the fly. Start app with
+ -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
+
+ * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added check for the presence of Mesa's header files.
+
+ * multimedia/audio.c, multimedia/dsound.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed error messages.
+
+ * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
+ Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
+
+ * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
+ SetParent should link the window at the start of the list.
+
+ * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
+ In Window SetWindowPos with SWP_HIDEWINDOW does not remove
+ the focus from the focus window; ShowWindow with SW_HIDE does.
+ So move the code that does this from SetWindowPos to ShowWindow.
+
+ * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for NULL in lstrcpy* (Windows uses real exception handlers).
+
+ * Makefile.in: James Juran <juran@cse.psu.edu>
+ Don't install include files when --disable-lib is used.
+
+ * relay32/winmm.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added WINMM joy* .spec entries.
+
+ * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ XMS fix.
+
+ * msdos/dosmem.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Spelling fix.
+
+ * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Doc update.
+
+ * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Some interrupt enhancements.
+
+ * msdos/ioports.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ implemented timer latching
+ trace message fix
+ temporary "fix" for Linux's coarse timer resolution
+
+ * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the startup-shutdown mechanism for the COM subsystem.
+ Implemented the Class object registration mechanism.
+
+ * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
+
+ * 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:
+ Francis Beaudet <francis@macadamian.com>
+ Added an implementation of the OLE structured storage. The main
+ features of this implementation are:
+ - Can open storages created in Windows.
+ - Can create new storages that the windows libraries can
+ read.
+ - Provides all the functionality to create/open/remove and
+ rename streams and storages inside the main storage object.
+
+ * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
+ through a function pointer instead. Added a few traces. Fixed the
+ "Memory corruption !" message in DGA mode. Commented out an
+ unnecessary TSXF86VidModeSetViewPort that caused my X server to
+ act up, relying on TSXF86DGASetViewPort instead.
+
+ * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some more warnings and bugs fixed.
+
+ * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
+ Small update.
+
+ * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
+ Alex Priem <alexp@sci.kun.nl>
+ - The usual bugfixes.
+ - Better unicode support (only defines, currently)
+ - Drag & drop implemented.
+ - LPSTR_TEXTCALLBACK should work now.
+ - First start at custom draw code.
+
+ * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
+ Make sure that the keystate received by the WM_XBUTTONUP and
+ WM_XBUTTONDOWN matches the message. In X, the keystate is changed
+ after the message is processed. In Windows, it is changed before.
+
+ * dlls/advapi32/security.c, dlls/advapi32/service.c:
+ Matthew Becker <mbecker@glasscity.net>
+ Doc updates.
+
+ * win32/file.c: Berend Reitsma <berend at asset-control.com>
+ SetFileAttributes32A changed to make file writeable when
+ FILE_ATTRIBUTE_READONLY is not set.
+
+ * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Preliminary color console support.
+
+ * 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:
+ Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
+ Updated Finnish language support.
+
+Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Updated msvideo. New program 'icinfo [-about] [-configure]' to
+ query installed (win32) compressors. Started on AVIFILE support.
+
+Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/dib.c]
- Started the implementation of device-independent bitmaps.
+ * 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:
+ Noomen Hamza <noomen@macadamian.com>
+ Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
+ classes.
+
+ * debugger/dbg.y, debugger/debug.l:
+ NF Stevens <norman@arcady.u-net.com>
+ Implemented the symbolfile command (as mentioned by the help
+ command). This reads a symbol file in the format generated by nm.
+
+ * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Small bug fix.
+ - Added direct play ascii interfaces.
+ - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed FILE_VIEW struct initialisation.
+
+ * include/dosexe.h:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed non-i386 compile.
+
+ * 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:
+ James Juran <jrj120@psu.edu>
+ Commented out unused variables to prevent needless compiler warnings.
+
+ * include/ddeml.h, misc/ddeml.c:
+ Keith Matthews <keith_m@sweeney.demon.co.uk>
+ 1st cut implementation of DdeInitialize32W and supporting code.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
+ Matthew Becker <mbecker@glasscity.net>
+ Documentation standardizations.
+
+ * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Made the message queue access to be thread safe. (Using two new
+ functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
+ instead of GlobalLock16()).
+ - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
+ wine-debugger).
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed a lot of warnings for possible problems.
+
+ * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
+ Fixed typo.
+
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ Fixed various bugs.
+ Made newbie mode easier.
- * [objects/bitmap.c]
- Added support for multiple bitmap depths.
+ * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
- * [objects/brush.c]
- Implemented pattern brushes.
+ * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
+ Switch ncurses.h/curses.h include (works better for FreeBSD).
- * [windows/dc.c] [windows/graphics.c]
- Implemented some GDI graphics primitives.
+ * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed loading of win32 drivers.
-Tue Aug 3 21:16:47 1993 Bob Amstadt (bob at pooh)
+Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c] [windows/win.c] [include/menu.h]
- Code to load class menus from executable file.
+ * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
- * [if1632/user.spec]
- Fixed specification of SendMessage() and PostMessage.
+ * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Temporary #if 0'ed part for builtin modules in MSACM to make it
+ compile with the patch for loadable drivers.
-Mon Jul 26 21:53:24 1993 Alexandre Julliard
+ * include/driver.h, relay32/winmm.spec, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for loading drivers in Wine.
- * [if1632/call.S]
- Corrected a bug in KERNEL_InitTask().
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ A perl script to produce a bug report with little hassle.
- * [include/windows.h]
- Added a lot of constants.
+ * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
+ Added (dummy) Death/Resurrection calls to DisplayDib.
- * [loader/selector.c]
- Corrected a bug in segment allocation in CreateSelectors().
+ * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
+ Allocate a DOS handle if we open a normal file with LZOpenFile16.
- * [objects/bitmap.c]
- Implemented SelectObject() for bitmaps.
+ * graphics/ddraw.c, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added depth conversion routines (only 8bpp -> 16 bpp for now)
+ - added support of DEPTH_FILL for Blits
+ - added some flags in GetCaps to get some games working
- * [objects/brush.c]
- Implemented hatched brushes and SelectObject().
+ * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented GetIconInfo16 -> call to GetIconInfo32.
- * [objects/gdiobj.c]
- Removed linked list (not needed).
+ * scheduler/client.c: Commented out EXEC_SERVER
- * [objects/palette.c]
- Implemented system palette creation and misc. palette API functions.
+ * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
+ 3 missing WINAPI added.
- * [windows/timer.c]
- Implemented timers.
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
- * [windows/dc.c]
- Implemented memory device contexts.
+ * dlls/comctl32/treeview.c, include/commctrl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Changed some treeview related definitions.
-Tue Jul 20 10:38:59 1993 Bob Amstadt (bob at pooh)
+ * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHBrowseForFolder() dialog.
- * [dos.c]
- Split DOS3Call() out of kernel.c. Added support for get date
- and time functions.
+ * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in type (removed quite a few warnings).
- * [call.S]
- Added function ReturnFromRegisterFunc() to allow DOS calls
- to return values in registers.
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
+ Return NULL from OpenThreadToken.
- * [regfunc.h]
- Macros to access registers saved on stack.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not endlessly loop in CONSOLE_get_input after EOF.
+ Create xterm even if stdin is not a terminalhandle.
+ SetConsoleCursorPosition: Only make complex console on row change,
+ ignore interline positioning (so the cygwin cmdline tools do not
+ create xterms unnecessary)
-Tue Jul 20 10:38:59 1993 Alexandre Julliard
+ * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Make sure DrvGetPrinterData returns the correct data if cbData <= 1
- * [win.c]
- Corrected allocation of the WM_CREATE data structure.
+ * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Changing MESSAGEQUEUE structure according to Ulrich proposition.
+ - One message queue for every thread needing it.
+ - Messages in the message queue are now stored in a linked list
+ - Messages are allocated in the system heap.
+ - Messages in the message queue are 32 bits (MSG32).
+ - All read/write operations regarding messages in the message queue are
+ thread safe.
- * [dce.c] [dce.h]
- Implemented DCE handling.
+Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec]
- [gdiobj.c] [palette.c] [pen.c]
- Implemented the GDI objects data structures and allocation.
+ * 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:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed several bugs and typos.
- * [windows.h]
- Added several structures and constants for GDI objects.
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updates and fixes.
-Mon Jul 19 12:51:10 1993 Bob Amstadt (bob at pooh)
+ * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ New drag list control.
- * [ldtlib.c]
- Modified system calls to match Linus' new interface for
- the LDT modification.
+ * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
- * [win.c]
- Fixed bug with WM_CREATE message.
+ * dlls/comctl32/progress.c, include/progress.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WM_[G/S]ETFONT handling.
- * [heap.c] [kernel.spec]
- Completed local heap allocation functions.
+ * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WM_COMMAND and WM_NOTIFY handling.
- * [global.c]
- Created function GlobalQuickAlloc() for easy allocation from DLLs
+ * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed redraw bug for tracking tooltips.
-Tue Jul 13 20:31:31 1993 Bob Amstadt (bob at pooh)
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added some messages to the rebar control.
+
+ * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
+ Several internal functions won't compile when the conditional
+ #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
+ comes out false. I moved the conditionals around so that
+ the file would at least compile. Not sure if it does the
+ right thing on non-linux/FreeBSD/NetBSD systems.
- * [global.c]
- Completed global memory pool API
+ * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
+ Moved process.h higher up the include list, to avoid a problem with
+ "ERR" being redefined in sys/regset.h.
+
+ * misc/comm.c: Geoff Clare <gwc@root.co.uk>
+ The B57600 and B115200 symbols are not defined in Unixware.
+
+ * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
+ Change SW_??? options on list box scrolling so that they match what
+ Windows does.
+
+ * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
+ Moved DOS handle allocation slightly, to fix potential memory
+ leaks and lost handles. Also removed some useless init code.
+
+ * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
+ Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
+ Internal PostScript printer driver improvements.
+
+ * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
+ Changed EDIT_EM_CharFromPos to return line number.
+
+ * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
+ Free the private data pointer, THEN set it to NULL.
+
+ * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI.
+
+ * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ Implementation of the SafeArray family functions.
+
+ * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Added stub for SetThreadLocale.
+
+ * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
+ Finished GetTextCharsetInfo routine.
+
+ * ole/nls/enu.nls, ole/ole2nls.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fixed FIXME in EnumTimeFormats32W
+ Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
+ GetLocaleInfo32W.
+
+ * documentation/internal-dll, documentation/shell32, documentation/wine.man:
+ Pascal Cuoq <Pascal.Cuoq@inria.fr>
+ Fixed typos.
+
+ * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
+ Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
+ searching for DBG and PDB files.
+
+ * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
+ Fix for files which do not contain exports (fg, EXE) to get processed
+ for debug information.
+
+ * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.621 (CBClientThunkSLEx).
+
+ * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Allow switching off/on of debugmsgs in the debugger.
+
+ * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
+ data.
+
+Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
+ DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
+ WIN16_PeekMessage32 and WIN16_TranslateMessage32.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - some fixes, cleaned up includes, fixed leaks
+ - clean DllReferenceCount, better DllMain()
+ - dynamically linking LookupIconIdFromDirectoryEx32 and
+ CreateIconFromResourceEx32 to USER32
+ - moved guid's instances to new file shellguid.c
+ - implemented ShellExecuteEx32W
+
+ * ole/Makefile.in, ole/compobj.c, ole/guid.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Moved the instance creation of GUID's to a new file.
+ Size of compobj.o goes down to 1/3; should prevent more sig11's.
+
+ * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
+ New file to instantiate GUID's ms-like.
+
+ * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
+ Set private data struct to NULL to expose problems in other code
+ better. Fixes the XUnmapWindow problems reported by replacing them
+ with NULL ptr dereferences.
+
+ * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fixed typos.
+
+ * files/file.c, include/file.h, loader/dos/dosvm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DOS programs use handles 0-4 without opening/closing any of those
+ handles first. Split up Init from AllocDosHandle and call it from
+ the DOSVM.
+
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Remove configure.in->configure rule (we might not have autoconf).
+
+ * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
+ Added "user-friendly" warning for missing X.
+
+ * include/ole.h: Fixed GetObject macro problem.
+
+ * documentation/status/direct3D:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - updated documentation to be in sync with current code
+
+ * graphics/d3dmaterial.c, graphics/d3dviewport.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - various warning and bug fixes
+
+ * graphics/d3ddevices.c, graphics/d3dtexture.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added more texture formats using OpenGL's packed pixel formats
+
+ * graphics/d3dexecutebuffer.c, include/d3d.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - better support for ExecuteBuffers
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ - corrected bug in Z Buffer allocation
+ - put VIDEOMEMORY flag for all primary surfaces
+ - put something in a surface after a ReleaseDC
+
+ * misc/printdrv.c: Morten Welinder <terra@diku.dk>
+ Missing WINAPI.
+
+ * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
+ Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
+
+ * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
+ Check opened enhmetafile for magic values.
+
+ * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
+ Fixed duplicate sound buffer handling. Updated status.
+
+ * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New functions lmemcpynAtoW and lmemcpynWtoA for converting
+ REG_MULTI_SZ (including \0x00)
+ Better debug output for REG_BINARY and REG_MULTI_SZ
+ Rewritten RegQueryValueEx32[A|W]
+
+ * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented CreateHalftonePalette.
+ Fixed 3 crashes (1 real, 2 potential).
+
+ * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
+
+ * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ DoDragDrop and OleIsCurrentClipboard stub implementation.
+
+ * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
+ Make LoadTypeLib stub return failure instead of success.
+
+Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
+ API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
+
+Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ There were two copies of the DdeCmpStringHandles (A and W) and that
+ API does not have 2 versions. Removed the extra version.
+
+Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
+ Small patch.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Win32 console needs SYNCHRONIZE access.
+
+ * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
+ fixed includers.
+
+ * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
+ LCMapStringA: if dstlen is insufficient, return
+ ERROR_INSUFFICIENT_BUFFER (verified).
+
+ * objects/enhmetafile.c, relay32/gdi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some small fixes to enhmetafiles.
+
+ * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not call ownerdraw for invalid items (empty focusrects).
+ Fixes Eudora 16bit empty Inbox problem.
+
+ * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
+ Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
+ these functions with the same logic as the NC_DrawCloseButton function.
+
+ * windows/win.c: Noel Borthwick <noel@macadamian.com>
+ Reparenting a window with SetParent in Windows should cause the child
+ window being re-parented to be moved up to the topmost in the z-order,
+ and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
+
+ * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
+ Use external DirectPlay DLLs by default.
+
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow passing task handles to GetThreadQueue() and SetFastQueue().
+
+ * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Handle (console) applications that never created a queue correctly
+ in USER_AppExit(); call InitThreadInput() in InitApp().
+
+ * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ - Fixed creation of message queue in hook API routines.
+ - Some preparations for thread-local message queues.
+
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Check module name length in ModuleNext().
+
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use Callout to call RedrawWindow32.
+
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Clear DOS extended error only for funcs >=0x2f (thanks to Dave
+ Pickles).
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Unified palette create, do allocate colorcells on init for DGA.
+
+Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Hacked server-side device support
+ Added user APCs support.
+ Many changes to the xterm console to make use of the server (not
+ finished yet).
+ Moved some other small stuff to the server.
+
+ * tools/make_requests: Added long type format.
+
+ * server/Makefile.in, server/device.c:
+ Added server-side device support (only a hack for now).
+
+Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * ChangeLog:
+ Recovered log entries from CVS mailing list.
+
+ * relay32/ntdll.spec, dlls/ntdll/rtl.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
+
+ * files/file.c
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle ERROR_WRITE_PROTECT too in readonly fallback open.
+
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GetSecurityDescriptorLength stub for regedt32.exe.
+
+ * debugger/Makefile.in, files/Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add "" around -D defines for paths with spaces in them.
+
+ * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Cleaned up ColorKey handling.
+
+ * objects/metafile.c:
+ Paul Quinn <paulq@COREL.CA>
+ METARECORD member rdParam should be rdParm (in win32 sdk)
+ lots of changes in this source file to reflect this change.
+
+ * 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,
+ relay32/gdi32.spec:
+ Paul Quinn <paulq@COREL.CA>
+ Fixed bad defines, added a few types 'n defines.
+
+ * windows/dinput.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Disable broken callbacks which lead to crashes.
+
+ * multimedia/mcistring.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
+ internal structures).
+
+ * misc/toolhelp.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ debug.h needs to be included last since it #undefs ERR for Solaris.
+
+ * debugger/debug.l, debugger/memory.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added /u format to debugger display for UNICODE strings.
+
+ * loader/pe_image.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Remove irritating FIXME line no longer needed.
+
+ * msdos/int2f.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing '\n' in FIXME message.
+
+ * graphics/ddraw.c:
+ Robert Riggs <rriggs@tesser.com>
+ objbase.h needed for WINE_StringFromCLSID(), fix C function
+ declarations, install a colormap if we are not managed, release
+ backbuffers in DGA mode, fix video mode switching logic to avoid
+ possible NULL pointer dereference.
+
+ * msdos/dpmi.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Small fix.
+
+ * 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:
+ Better DOS file handle management.
+
+ * documentation/common_controls:
+ Francis Beaudet <francis@macadamian.com>
+ This should help prevent duplicate work.
+
+ * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented Death() and Resurrection(), two functions needed by some
+ TPWin (?) command line tool.
+
+ * windows/winproc.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added 32->16 translation for WM_ACTIVATEAPP.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
+ Implementation for SHGetSpecialFolderPath32[A|W].
+ Many bugfixes.
+
+ * console/xterm.c, misc/port.c, win32/console.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Change all Wine openpty() implementations to match the "standard" and
+ then make them both call the same code leaving the option to change
+ that code to call the "standard" openpty() at a later date.
+
+ * relay32/kernel32.spec, scheduler/process.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added SetProcessAffinityMask stub.
+
+ * graphics/ddraw.c, include/ddraw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed the other union misuse too (one less mem corruption)
+ Re-added XInstallColormap (or non managed does not change palette)
+
+ * if1632/kernel.spec, scheduler/synchro.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added an implementation for KERNEL.495.
+
+ * 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:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added bitmask to store which ColorKey structures are valid
+ - handle many new rendering states, some optimizations in state changes
+ - 8bit palettized textures now support ColorKeying
+ - some miscellaneous bug fixes and code rewrite
+
+ * controls/menu.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Fixed the look of the menu so it would be compliant with Win95: modified
+ the mouse tracking code so it would change the selection every time the
+ mouse moved over a menu item.
+
+ * documentation/how-to-port:
+ Mike Castle <dalgoda@shell.rt66.com>
+ Small fix.
+
+ * dlls/comctl32/updown.c:
+ Noel Borthwick <noel@macadamian.com>
+ Fixed bugs:
+ - When an edit control buddy was used single digit values were not
+ being displayed.
+ - Comma values were not displayed correctly when thousands separation
+ was requested.
+
+ * win32/newfns.c:
+ Tom Bech <tomb@ii.uib.no>
+ While the debug event messages are not implemented, WaitForDebugEvent
+ should return FALSE.
+
+ * if1632/user.spec, objects/bitmap.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented CopyImage16.
+
+ * documentation/bugreports
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Small fix.
+
+ * console/generic.c, msdos/int21.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed 0x01 to use generic console, fixed 0x0b.
+ Fixed CONSOLE_GetCharacter (two args swapped).
+
+ * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow specifying module name for NE dummy module.
+
+ * loader/pe_image.c
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Set module name of dummy module equal to module name of PE module.
+
+ * controls/scroll.c, controls/uitools.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Missing include wine/winuser16.h added.
+
+ * graphics/vga.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Create an actual primary surface for screenbuffer.
+
+----------------------------------------------------------------
+Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added config.sys parser.
+
+ * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
+ Small change in LB_SETCURSEL32 handling (the caret should be moved as
+ well).
+
+ * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use autoconf check for presence of sys/file.h.
+
+ * dlls/ntdll/rtl.c, relay32/ntdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented DbgPrint, added ultoa.
+
+ * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ PeekConsoleInput & ReadConsoleInput need to return 0 records read in
+ the case of an invalid handle.
+
+ * console/ncurses.c, loader/main.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ More verbose debugging output.
+ Remove compilation warning.
+
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Fix up some interrupt calls to return at the data that they are supposed
+ to. Also increase comment verbosity to help debug things later.
+
+ * include/options.h, misc/main.c, misc/version.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added switch -dosver.
+ Cleanup for OaBuildVersion().
+
+ * libtest/.cvsignore: Added vartest and volinfo
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many bugfixes, code cleanup.
+ Removed a few glitches from the COM patch.
+
+ * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
+ Only destroy window once.
+
+ * graphics/ddraw.c, include/ddraw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ - moved drawable to common since it is used by both DGA and Xlib.
+ (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
+ - added BltFast sanity checks.
+
+ * windows/queue.c, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ InitApp() call removed from 32-bit application startup;
+ create task message queue in InitThreadInput() instead.
+
+ * loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added accelerator table PE->NE resource conversion.
+
+ * debugger/editline.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Restart read() in case of EINTR in TTYget().
+
+ * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
+ Ptr ref wrong.
+
+ * 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:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Wrc version 1.0.8. Toolbar resources are now supported. A couple of
+ other fixes are also included. See file tools/wrc/CHANGES for details.
+
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI.
+
+ * 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:
+ James Juran <jrj120@psu.edu>
+ Add missing #includes and prototypes to eliminate some implicit
+ function declaration warnings and 'extern's in .c files.
+
+ * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Check for resizeterm in ncurses.
+
+ * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
+ Francis Beaudet <francis@macadamian.com>
+ New test program for VARIANT functions.
+
+ * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Some debug information (PDB) was not mapped when loading a module,
+ which caused a core in the debugger when it tried to access it.
+
+ * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
+ Links libwine.so.1.0 to libwine.so in Wine's main directory.
+ Makes Wine compile with --enable-dll again.
+
+Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Francois Gouget <fgouget@multimania.com>
+ Added a lot of COM interfaces definitions.
+ Restructured COM header files for better compatibility and clarity.
+
+Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
+ Make GetFileType work for all handle types.
+
+ * win32/device.c: Avoid crash on NULL dev->info.
+
+ * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
+ Alex Priem <alexp@sci.kun.nl>
+ Added stubs and defines for the flat scrollbar common control.
+
+ * include/commctrl.h, dlls/comctl32/datetime.c:
+ Alex Priem <alexp@sci.kun.nl>
+ Added some defines needed for custom draw'ing and datetime common
+ controls.
+
+ * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
+ Fixed a small bug in function ExtractIconEx32A.
+
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
+
+ * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Make DeleteFile fail for empty path.
+
+ * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
+
+ * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed wrong buffer which caused fixups to fail.
+
+ * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added all the Direct3D error codes
+ - added 8bit palettized texture support
+
+ * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
+ ifdefs for defines not in linux 2.0.
+
+ * relay32/winspool.spec, misc/printdrv.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added two stubs for AddPrinterDriver.
+
+ * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Queue SIGALRM to reduce the "signal 14 lost" complaints.
+ Added support for reprogramming the DOS timer, and reading back the
+ current value.
+
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ Wine hangs when registry (corrupted) has lone \ at end of file.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
+ Kostya Ivanov <kostya@warmcat.excom.spb.su>
+ Small patch that enables Clarion for Windows not to trap while
+ loading.
+
+ * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ Replace troublesome assignments by memset for whole struct.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added handling of the 'palent' field of the CreatePalette procedure.
+
+ * documentation/wine.man:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added description about including/excluding functions from relay
+ trace.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Read at least 1 input record in ReadConsoleInputA.
+
+ * memory/virtual.c:
+ Fixed CreateMapping when a mapping with the same name already exists.
+
+Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * server/file.c: Fixed file destruction when file has no name.
+
+Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Warns user if multiple -dll switches are used on command line.
+
+ * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
+ Fixed a leftover HeapFree in the trackbar common control.
+
+ * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
+ Alex Priem <alexp@sci.kun.nl>
+ Fixed some problems with the tab common control (with thanks to Anders
+ Carlsson <anders.carlsson@linux.nu>).
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
+ Alex Priem <alexp@sci.kun.nl>
+ Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
+ and some missing defines.
+
+ * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use MakeCriticalSectionGlobal on all critical sections used across
+ process boundaries.
+
+ * include/winbase.h, include/windows.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
+
+ * documentation/wine.man:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added environment variables in the man page.
+
+ * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed args of MZ_CreateProcess.
+
+ * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed string bug in programs/.
+
+ * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
+ Added stupid "action" emulation for hardware timers in ioports.c.
+
+ * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
+ Again a small DOSASPI patch.
+
+ * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Documentation updates.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ - check if palette is not null when setting a palette
+ - check if window handle is valid before getting its 'drawable'
+
+ * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent core dump with some TTF (when X11 runs with a true type
+ server).
+
+ * server/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Use stdout for default console output.
+
+----------------------------------------------------------------
+Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
+ - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
+ - added stretching to Blt function
+
+ * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
+ Try to autodetect NT4.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ 0 means success, all else failure for WaitForSingleObject.
+
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Do not advance the cursor in certain routines. This cleaned up the
+ implementation quite a bit.
+
+ * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
+ Set console video mode when loading DOS app. (Eventually, I want to
+ mimic Windows 9x's behavior by setting the video mode only when non
+ INT 21 calls are used to allow for arbitrary-sized consoles).
+
+ * console/interface.c, console/xterm.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Xterm driver can now resize the terminal when a mode change is
+ detected.
+
+ * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
+ Long standing scroll bug fixed!
+
+ * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Rewrite of configuration system to support "regular" curses as well as
+ eliminating the --with-ncurses option. Now, ncurses support will be
+ built in if a compatible library is detected.
+
+ * include/wintypes.h, windows/defdlg.c:
+ NF Stevens <norman@arcady.u-net.com>
+ Fix the return type of DLGPROC type and mask out the unset highword of
+ the return when a 16 bit dialog proc is called.
+
+ * include/interfaces.h: Rein Klazes <rklazes@casema.net>
+ Add interface ID's for upcoming ITypeLib implementation.
+
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix for trailing slashes, repetition of '/' or '\' and
+ SetLastError() in GetFullPathname.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Moved ADVAPI32 files to dlls/advapi32.
+ Added stubs for eventlog functions.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
+ Cleanup, some more functions UNICODE ready.
+
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ SHCloneSpecialIDList implemented.
+ SHGetDataFromIDListA corrected.
+
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Shell_GetCachedImageIndex32[A|W] implemented.
+
+ * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ Implemented raw device access calls for ioctlGenericBlkDevReq()
+ and therefore moved the core functionality of int2[56].c into files/drive.c.
+
+ * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
+ Added automatic CMOS RAM checksum calculation.
+
+ * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ SendASPI32Command32 has to be __cdecl.
+ Updated documentation/aspi and reverted an ERR back to WARN.
+
+ * documentation/bugreports: James Juran <jrj120@psu.edu>
+ Of course we want the last 100 lines, not the first 100 lines.
+ Use 'tail' instead of 'head'. Also fix text alignment from
+ previous patch.
+
+ * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
+ Reading joystick 5 when we only support 4 should fail instead of
+ hang.
+
+ * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
+ Playing a non-existent CD should fail instead of crash.
+
+ * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Check for necessary configure reruns for Makefile and Make.rules
+ generation.
+
+ * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
+ Emulates ins/outs correctly for DOS programs.
+
+ * 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:
+ Implemented file sharing checks in the server.
+ Added set file time server request.
+ Overall clean up of the file handling (DOS device handling is now
+ broken, should be redone).
+
+Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c:
+ Fixed bug in CreateFileMapping when name is not NULL.
+
+ * server/request.c: Fixed CHECK_STRING display.
+
+Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * if1632/kernel.spec, memory/local.c:
+ Richard A Lough <ralough.ced@dnet.co.uk>
+ Put return value of LocalAlloc in CX too.
+
+ * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Protect against multiple includes.
+
+ * dlls/shell32/iconcache.c: Use proper system directory.
+
+ * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
+
+ * 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:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Moves more stuff from windows.h.
+ - include/winuser.h - interface relevant to user32.spec
+ - include/wine/winuser16.h - the old 16 bit interface (internal use)
+ - include/winbase.h - some minor updates to keep things coherent.
+ - Lot of other files made to include wine/winuser16.h, which is no
+ longer included from windows.h
+
+ * scheduler/handle.c: Fixed CloseHandle() on global handles.
+
+ * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
+ James Juran <jrj120@psu.edu>
+ Add some information to the man page and README file.
+ Make documentation/win95look say [Tweak.Layout] instead of
+ [Tweaks.Layout].
+ Fix incorrect command given in documentation/bugreports.
+ Standard error was not being redirected, so most of the
+ output was lost.
+
+ * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
+ Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
+
+ * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
+ Initialize lpdwNeeded.
+
+ * if1632/snoop.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Include stuff even if not on __i386__ for debug defines.
+
+ * ole/variant.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Another // comment fixed.
+
+ * server/file.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Need <errno.h> for errno decl. on Solaris.
+
+ * include/wingdi.h, include/x11font.h, objects/font.c:
+ Douglas Ridgway <ridgway@winehq.com>
+ Implement TranslateCharsetInfo, change charset type to BYTE.
+
+ * controls/combo.c, controls/listbox.c, include/combo.h:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Better CB_SETCURSEL message handling.
+
+ * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
+ Moved MsgWaitForMultipleObject implementation to USER routines, using
+ a normal Win32 event.
+
+ * tools/make_requests: Send debugging output to stderr.
+
+ * 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:
+ Cleaned up and removed some no longer used code.
+
+ * memory/virtual.c: Use server file mapping objects.
+
+ * 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:
+ Added server-side file mapping object support.
+
+ * misc/crtdll.c:
+ Hacked stdio functions to use Win32 file handles. Still needs a proper
+ stdio emulation.
+
+ * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
+ Use Win32 file handles instead of Unix ones.
+
+ * 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:
+ Take into account handle inheritance flag.
+
+Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/db_disasm.c:
+ Changed db_task_printsym to always print a full address, no matter
+ what the operand size is.
+
+ * scheduler/critsection.c: Re-implemented using a real semaphore.
+
+ * 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:
+ Removed client-side wait functions; all waiting is now done through
+ the server.
+
+ * 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:
+ Added change notifications.
+ Added global handle support.
+
+Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/thread.h, scheduler/synchro.c:
+ Changed server wait logic a bit.
+
+ * win32/console.c:
+ Hacks to support server-side console. Should be redone properly
+ some day.
+
+ * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
+ Reimplemented Read/WriteFile to use server file descriptors.
+ Removed file position hack as it is wrong for Win32 (should be redone
+ for Win16 only).
+
+ * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
+ Added anonymous pipe support
+
+ * 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:
+ Added several file server requests
+ Added server-side pipes and consoles
+
+Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Added beginnings of server-side file handling.
+ Added -debugmsg +server support.
+ Better server request dumping for varargs requests.
+
+ * windows/x11drv/wnd.c:
+ Fixed SetFocus that was broken when moved to x11drv.
+
+ * 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:
+ Added add_queue/remove_queue to server object operations.
+ Moved select() loop functions to select.c.
+
+Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/regtest/regtest.c:
+ Renamed ERR macro to avoid confusing the make_debug script.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed tons of incomplete prototypes, assignment's of pointer with
+ different signedness, superflous ',' and ';' in structures, wrong
+ return-types, lose of digits and some small glitches.
+
+ * graphics/x11drv/xfont.c, include/x11font.h:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Cleaned up font encoding handling. Added 'Ignore#' option to the
+ [fonts] section. Also, file with cached metrics now has the value of
+ $DISPLAY appended to the filename.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed // comments to /* */ so WINE compiles with non-gcc compilers
+ again.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Moved more things to the X11 driver.
+
+ * include/wingdi.h, objects/brush.c:
+ Francois Gouget <fgouget@multimania.com>
+ Fixed the prototype of CreateDIBPatternBrushPt
+
+ * include/windows.h: Francois Gouget <fgouget@multimania.com>
+ Removed the CN_xxx macros since they are not used, do not correspond to
+ any Windows define and conflict with MFC defines.
+ windows.h must provide all the definitions contained in winbase.h
+ Some Xxx32 functions did not have the associated Xxx macro.
+
+ * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
+ Added a typedef for __int64 which is a builtin Visual C++ type
+ Added a typedef for PUINT
+
+ * include/objbase.h: Francois Gouget <fgouget@multimania.com>
+ REFIID was not defined.
+
+ * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ configure first checks whether it is possible to compile IPX code with
+ Glibc headers. If it fails, next check determines whether direct inclusion
+ of <linux/ipx.h> works.
+
+ * include/tchar.h: Francois Gouget <fgouget@multimania.com>
+ Provides the mappings. MBCS and Unicode functions are not implemented.
+ Standard (SBCS) functions may exist or not, with the same or a different
+ semantics.
+
+ * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
+ Alex Priem <alexp@sci.kun.nl>
+ IPaddress common control implementation. First try; needs more work to
+ remove boring bugs.
+
+Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed the TEXT redefined warnings.
+
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Hook into the (stubbed) resize code in msdos int10.
+
+ * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Add support for selection of console mode drivers to use using the
+ -console option. Currently "tty", "ncurses", and "xterm" are
+ supported.
+ Add stubs for resizing the screen on mode changes.
+
+ * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
+ Jean-Claude Cote <jean-claude@macadamian.com>
+ Partial implementation for the following DDE APIs:
+ DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
+ DdeQueryString, DdeUninitialize.
+
+Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
+ Jean-Claude Cote <jean-claude@macadamian.com>
+ Added VarDateFromStr API.
+
+ * dlls/comctl32/trackbar.c, include/trackbar.h:
+ Alex Priem <alexp@sci.kun.nl>
+ - Tooltip support
+ - Vertical trackbars supported now
+ - TBS_BOTH support (goes along with partial cleanup of drawing code)
+ - Use COMCTL32 heap instead of system heap
+
+ * graphics/ddraw.c, include/ddraw.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added all clipper&3d stubs.
+ Starting ColorKey support.
+ Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
+ Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
+ Added SurfaceEnum dwFlags.
+
+ * include/dplay.h, multimedia/dplay.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added macros to header file for easier function calling.
+ Changed implementation a little bit.
+ Added stubs for dplay3. Still need to break into A and W versions.
+
+ * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ CreateFile32A was only allowing console opens on CONIN$/OUT$. This
+ has been changed to have a case insensitive compare.
+
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
+
+ * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
+ Jean-Claude Cote <jean-claude@macadamian.com>
+ Implemented the GetBinaryType API function.
+
+ * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added some new dosmod communication possibilities, including
+ activating a dosmod-specific setitimer(), and the capture of some
+ common signals, which is returned to Wine (previously a SIGILL
+ would just cause a "dosmod sync lost" without explanation, now it
+ invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
+ SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
+ be reported by -debugmsg +relay instead of -debugmsg +int. And
+ fixed non-i386 compilation of dosmod. (Anything else?!)
+
+ * loader/main.c, windows/win.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Desktop window queue handling adapted.
+
+ * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Queue handling adapted to new queue routines.
+
+ * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented stub for InitThreadInput.
+ Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
+
+ * loader/task.c, miscemu/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use Callout table instead of direct GetProcAddress.
+ UserYield moved to USER.
+
+ * include/callback.h, misc/callback.c, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Callout table (for KERNEL->USER calls) added.
+ Callbacks->CallPostAppMessageProc removed.
+
+ * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Handle non-hardware X events correctly with native USER
+ (removed reference to MESSAGEQUEUE from KERNEL code).
+ Handle Expose events with native USER.
+
+ * misc/crtdll.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Better _ultoa().
+
+ * win32/time.c: Rein Klazes <rklazes@casema.net>
+ Fix small problem in GetTimeZoneInformation().
+
+ * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
+ Lowest scan code seems to be 1, not zero.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
+
+ * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs.
+
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixes crash when running without external shell32.dll.
+
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More messages [LB_*,EM_*] translated 32A from/to 32W.
+
+ * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Dest buffer was printed out as str.
+
+ * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Getting strings with VerQueryValue32W was broken. Complete
+ reconstruction of the function.
+
+ * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix number and type of args in debugging statements.
+
+ * ole/storage.c: Marcus Meissner <marcus@mud.de>
+ IStorage32 vtable was missing 3 stub entries.
+
+Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
+ Douglas Ridgway <ridgway@winehq.com>
+ Documentation for TranslateCharsetInfo.
+
+ * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Make the DOSASPI part use the excellent DPMI RMCB implementation done
+ by Ove Kaaven, which makes the code _much_ cleaner.
+
+ * Make.rules.in, Makefile.in, configure, configure.in:
+ Todd Vierling <tv@pobox.com>
+ Use -lwine for linking.
+
+ * windows/message.c, windows/queue.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: always clear QS_... from *both* changeBits and waitBits.
+ Bugfix: queue->hSendingTask is *queue* handle, not task handle.
+
+ * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
+ François Gouget <gouget@metaintegration.net>
+ First step to make it possible to call COM interfaces from C++ code in
+ Winelib.
+
+ * dlls/comctl32/treeview.c, include/treeview.h:
+ Alex Priem <alexp@sci.kun.nl>
+ Preliminary tooltip support.
+ WM_SETFONT/GETFONT added.
+ Some bug fixes.
+ Use COMCTL32 heap instead of system heap.
+
+ * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Implemented PolylineTo.
+
+ * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
+ The Zw... Functions in ntdll.dll are just alternate entry
+ points for the same functions as the Nt... function of the
+ same names. Changed ntdll.spec to match this.
+
+ * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Reorganized PE module loading to prepare for elf-dll loader.
+ WINE_MODREF creation moved to one central location.
+ Bugfix: correctly select native/built-in version if .DLL
+ extension is missing in LoadLibrary call.
+
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed error values MCI_INTERNAL to their correct values.
+
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed warning.
+
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer sending directly messages to DriverProc but rather go through
+ MCI layer (required for open/close).
+
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
+ for pointing out the bug, see the fix in mcistring.c)
+ Fixed MCI seeking on CD audio.
+
+ * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Stubs for WaitNamedPipe[A|W].
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
+
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub Control_FillCache_RunDLL.
+
+ * dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
+
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ ILAppend seems to work now.
+
+ * relay32/kernel32.spec, win32/kernel32.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stubs for WaitNamedPipe[A|W].
+
+Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix GetTempPath32 if count=0.
+
+ * 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:
+ Todd Vierling <tv@pobox.com>
+ - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
+ (run autoconf after this). Note that the check has been altered to break
+ out of the AC_CHECK_HEADERS after the first match - this is so
+ <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
+ with the emulated ossaudio.
+ - check for <soundcard.h> along with the other two in a mutually-exclusive
+ manner in the various *.c files that need it; change include of
+ "mmsystem.h" to "multimedia.h" so this logic is all in one place
+ - change mcicda.c to allow for CD audio manipulation on NetBSD. This
+ includes:
+ * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
+ ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
+ neither splitting with #-directives nor a two-arg ioctl work;
+ * changing the #if logic to allow both FreeBSD and NetBSD to share the
+ appropriate code blocks
+ - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
+ (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
+ Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
+
+ * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
+ Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
+ Set the class hints for managed windows.
+
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix: GetFullPathName sets lpFilePart only when the last element
+ does not end with '\'.
+
+ * 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:
+ Paul Quinn <paulq@COREL.CA>
+ Lots of new defines and stubs.
+
+ * Make.rules.in, Makefile.in, configure, configure.in:
+ Todd Vierling <tv@pobox.com>
+ These patches add support for --enable-dll on NetBSD, and may even do so for
+ FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
+ mycroft@netbsd.org for doing this work!
+
+ * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
+ Global constructors using `.section .ctors' are bogus for NetBSD's
+ assembler. Use the appropriate `.stabs' when on NetBSD.
+
+ * ole/variant.c: Todd Vierling <tv@pobox.com>
+ Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
+ Fixed some constants that are too big for a plain `int'.
+
+ * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for MAXFLOAT if FLT_MAX isn't there.
+
+ * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
+ graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
+ using --enable-dll.
+
+ * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
+ Veksler Michael <mveksler@techunix.technion.ac.il>
+ Move declarations from windows.h to wingdi.h and winuser.h.
+
+Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made async IO (SIGIO) stuff from WINSOCK generic useable.
+ Added async IO support to FILE and CONSOLE objects.
+
+ * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
+ Prevent segfault in setsockopt when optname is SO_LINGER and optval is
+ null.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Some cleanup.
+
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ SHMapPIDLToSystemImageListIndex try's to determine and load the exact
+ icon for files (by type) now.
+
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New HCR_GetDefaultIcon (internal).
+
+ * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
+ RMcall shortcuts independent of dosmod. SS had been left out of
+ the REALMODECALL copy routines for some reason, fixed now. Also
+ cleaned up a few compiler warnings.
+
+ * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
+ Added ability to specify X fonts used for Helv and Tms Rmn typefaces
+ with DefaultSerif and DefaultSansSerif INI keys.
+
+ * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ - Added a global label for elf-dll linking and a long with the resource
+ size and a long with the directory size.
+ - Killed an annoying warning since version 1.0.0 in parser.y about a
+ var being used before init.
+
+ * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Adds the IPersistFile Interface to IShellLink[W] and gave both own
+ IClassFactorys.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ (ReadConsole32A): small and stupid bug fixed
+ (WriteConsoleOutput): bug fixed (attributes may change within lines)
+ and enhanced speedwise by using buffering.
+ (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
+
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ _ultoa implemented.
+
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ Small hack to get rid of annoying err:resource: message for
+ MessageBoxes.
+
+ * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
+ Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
+ the pointer.
+
+ * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
+ Save the original video mode before going fullscreen and restore it
+ when the last DirectDraw_Release is called. Also fix a problem where
+ the viewport wasn't set to 0,0.
+
+ * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
+ Made more cross-platform by changing ->_fileno to fileno().
+
+ * windows/win.c: NF Stevens <norman@arcady.u-net.com>
+ Fix the Z-order of maximized/minimized child windows.
+
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ XLFDs should be well-formed (14 hyphens) to match scalable fonts.
+ Stop slant field becoming wildcarded too early.
+
+ * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
+ (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
+
+ * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Hack OLE_GetFormat* to return something if datelen = 0.
+ Remove unnecessary WINAPI's.
+
+----------------------------------------------------------------
+Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
+ Patrick Spinler <spinler.patrick@mayo.edu>
+ Implemented CreateToolhelp32Snapshot, including two of the routines
+ using snapshots, Process32First and Process32Next.
+
+ * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
+ Justin Bradford <justin@ukans.edu>
+ Most of the currency variant conversion functions implemented.
+ Minor bugfixes and header tidying.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added RasEnumConnections stub.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix in PathCombine32[A|W].
+ View menu in explorer and on right mouse button is working now.
+
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented ILGetDisplayName.
+
+ * dlls/shell32/classes.c, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Started implementation of ShellExecuteEx32A.
+ Small changes.
+
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Moved menu resources to rc-file.
+
+ * include/pe_image.h, ole/ole2nls.c, win32/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Two debug messages clarified, one useless prototype removed.
+
+ * include/oleauto.h, ole/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ 294 missing WINAPI added.
+
+ * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
+ Kill swapped out (wine) processes too and truncate diff after some xxx
+ lines.
+
+ * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed SetLastError with wrong value.
+
+ * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
+ misc/printdrv.c and fix a few compile warnings.
+
+ * 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:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed a bunch of compiler warnings.
+
+ * files/file.c: Marcus Meissner <marcus@jet.franken.de>
+ Added Win32 synchro to FILEs (useful only for terminal handles).
+
+Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Francis Beaudet <francis@macadamian.com>
+ Sylvain St-Germain <sylvain@macadamian.com>
+ Thuy Nguyen <thuy@macadamian.com>
+ Lots of new stubs.
+
+ * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Let the System_Time_Selector clock tick.
+
+ * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to CreateSystemTimer interface change.
+
+ * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
+ (NOTE: 16-bit callbacks still don't work!)
+
+ * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
+ - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
+ the child window so that the system menu is set correctly.
+ - In MDICascade and MDITile use WM_MDIRESTORE message
+ to restore maximized window so that system menu is
+ handled correctly.
+
+ * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
+ Jean-Claude Cote <jean-claude@macadamian.com>
+ Added implementation of the VARIANT APIs.
+
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
+
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
+ better handling of LPSTR_TEXTCALLBACK32A
+ TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Warn if two .exes conflict with each other and the second does not
+ have relocation records.
+
+ * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
+ contain '/','\\' or ':'.
+
+ * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
+ Fixed a potential crash if a usable video mode is not detected.
+
+ * tools/make_authors: Script to generate authors files
+
+ * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
+ Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
+ as well as AddRef(), GetCapabilites(), EnumObjects(),
+ GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
+ and RunControlPanel() for IDirectInputDevice.
+
+ * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
+ Set window focus in _common_IDirectDraw_SetDisplayMode().
+
+ * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
+ Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
+
+ * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed deferred Expose events handling.
+
+ * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't clip VisRgn against X desktop.
+
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
+
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Sanity check on font size.
+
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing parentheses added.
+
+Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Enhanced Win32 Console (XTERM)
+ - inputhandling enhanced (keys and mouseclicks)
+ - win32 synchronization (partial)
+ - lots of enhancements to drawing functions
+ - simple/complex console (simple-stdin/stdout -> complex-xterm).
+
+ * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Add a driver to open up a new xterm window whenever console output is
+ needed. Derived from console/win32.c but we are not yet ready to merge
+ the code completely.
+
+ * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Improved the handling of font encodings.
+
+ * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
+ Implemented DPMI RMCBs using the DOS subsystem, and a few other
+ improvements. Also, some special-cased shortcut paths will allow some
+ common real-mode call/RMCB combinations to work even without calling the
+ DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
+ even on platforms that cannot use dosmod.
+
+ * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some unnecessary #include and messages removed.
+
+ * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Some small corrections to EnumSystemLocales32AW
+
+Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
+ Tried another kludge for the Xmd.h problem.
+
+ * 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:
+ Stephen Crowley <crow@debian.org>
+ Added fullscreen DGA support.
+
+ * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Fixed dummy entries in MAIN_ParseLanguageOption().
+
+ * include/mmsystem.h, multimedia/mcicda.c:
+ Brian Gerst <bgerst@quark.vpplus.com>
+ Properly implement MCI_CDA_STATUS_TYPE_TRACK.
+ Fix an off-by-one bug with MCI_STATUS_LENGTH.
+
+ * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
+ Superflous WINAPI removed.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Warn about invalid entrypoints (created by viruses) which result in
+ Wine crashes.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Create X11 palette on DirectDrawSurface::SetPalette, not before (we
+ might not have an X11 window yet).
+
+ * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Move TWEAK_Init from USER to GDIInit.
+
+ * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
+ printing functions.
+
+ * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix includes.
+
+ * graphics/x11drv/text.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
+ or charExtra are non-zero.
+
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Replace GRAPH_ functions with Win SDK equivalents.
+
+Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
+ Reverted previous patch.
+
+ * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
+ Don't define MZ_SUPPORTED on non-i386 platforms.
+
+ * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed DPMI_CallRMProc (I think).
+
+ * misc/network.c, relay32/mpr.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for NPSGetProviderHandleA.
+
+ * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
+ The scancode Windows send for extended keys is the scancode of the
+ unextended equivalent of the key, plus the extended flag.
+
+ * dlls/winaspi/winaspi16.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed a real mode problem.
+
+ * loader/ne/module.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ NE_MODULE.stack_size was set to a ridiculously small value of 5.
+ Windows sets 0x1400 in such cases for programs.
+
+ * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ We don't yet want the static control to call DestroyIcon.
+
+ * windows/class.c: NF Stevens <norman@arcady.u-net.com>
+ Added case for GCW_ATOM int GetClassLong32A.
+
+ * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
+ Stub for WNetOpenEnum32W.
+
+ * multimedia/dsound.c, relay32/dsound.spec:
+ Robert Riggs <rriggs@tesser.com>
+ More general code cleanup for readability.
+ A few more parameter validation checks.
+ Return DS_OK rather than 0 in a number of functions.
+ Fixed primary buffer ref count bug in CreateSoundBuffer().
+ Handle 1-3 byte sound fragments that would cause buffer overruns.
+ Clear primary buffer with a neutral value instead of always 0
+ (because 128 is neutral for 8-bit sound).
+ Fix bug with mixing 8-bit sound into the primary buffer.
+ Broke out the main block in DSOUND_thread() to another function for
+ readability.
+ Handle "no audio" and "audio busy" cases properly when initializing
+ dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
+
+ * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
+ Made variables optimized into registers accessible.
+
+ * relay32/user32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ The spec definition for MonitorFromWindow was wrong.
+
+ * msdos/int21.c: Stefan Leichter <sle@camline.com>
+ File handle bug fix.
+
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added paragraph about different dll versions and structure sizes.
+
+ * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added missing TOOLINFO structure.
+
+ * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
+ Fixed a heap bug.
+
+ * 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:
+ Andreas Mohr <a.mohr@mailto.de>
+ - Several kernel.spec return type mismatch fixes
+ - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
+ - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
+ - LocalNotify() basic support
+ - Fixes for local heap handling with heap handles created by Virtual*()
+
+ * graphics/x11drv/xfont.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: -microsoft-symbol encoding was not recognized.
+
+ * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: WIN_ResetQueueWindows would skip some windows.
+
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow recursively reentering CALL32_LargeStack.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Added the new TTY driver.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Moved more code to the X11 driver.
+
+Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Call the new console driver for some routines. This is not completely
+ done yet and more for testing purposes.
+
+Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Added console support.
+
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Move OEM resources to the x11drv.
+
+ * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
+ Opening a file in a directory which doesn't exist returns
+ ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
+
+ * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle atoms "# non number" (oracle client).
+
+Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * if1632/kernel.spec, misc/error.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
+ Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
+ Added names for some undocumented exports.
+
+ * memory/global.c, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented GlobalChangeLockCount (KERNEL.365).
+
+ * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
+
+ * if1632/gdi.spec, objects/gdiobj.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented GdiFreeResources (GDI.609).
+
+ * include/dsound.h, multimedia/dsound.c:
+ Robert Riggs <rriggs@tesser.com>
+ Fixed 8-bit WAV format handling (it is unsigned data).
+ Fixed off-by-one checks for buffer wrap.
+ Increment ref count for primary buffer in CreateSoundBuffer().
+ Added DSBPN_OFFSETSTOP support to position notification code.
+ Lots of minor parameter validation checks.
+ Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
+ and IDirectSound_GetSpeakerConfig().
+ Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
+ conversion.
+ Lots of thread locking for DirectSound buffers.
+ Dealloc primary buffer when dsound is deallocated.
+
+ * include/wintypes.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added the TEXT() and MAKELRESULT() definitions.
+
+ * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small change.
+
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Revert misguided change to install_lib that broke -disable-lib
+ configure option.
+
+ * misc/main.c, include/windows.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New parameter SPI_GETDRAGFULLWINDOW.
+ One missing break in SPI_GETDRAGFULLWINDOW.
+
+ * dlls/shell32/pidl.c, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New functions ILGlobalClone/ILGlobalFree.
+
+ * documentation/printing:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Add a note about WinPrinters.
+
+ * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some stubs, some ptr->str conversions.
+
+ * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added definition of DirectDrawCreateClipper.
+ - more versatile support of surfaces / better surface description support.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
+ New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
+ Stubs SHWaitForFileToOpen, PathFindOnPath.
+
+ * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Small changes to print the strings in the relay-trace.
+
+ * windows/class.c: NF Stevens <norman@arcady.u-net.com>
+ The class name needs to be converted to a getptr.
+
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed memory/status recovery when error occured in MIDI_mciOpen.
+ Fixed support for RMID files in MIDI_mciOpen.
+ Fixed bug for playing MIDI files with tempo changes. Sound output is
+ now correct, but length of tracks (and therefore of whole file) is not
+ correct.
+ Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
+
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed memory/status recovery when error occured in WAVE_mciOpen.
+ Changed error values (INTERNAL => INVALID_FILE) when file cannot
+ be read.
+
+ * multimedia/msvideo.c, relay32/msvfw32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stubs for MCIWndCreate[A|W].
+
+ * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
+ VerQueryValue, bugfix: we cant convert binary data with
+ HEAP_strdupWtoA (\VarFileInfo\Translation).
+
+Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * relay32/advapi32.spec, win32/advapi.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stubs for EnumServiceStatus32, small changes.
+
+ * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Load now the first icon from the *.ani file instead of crashing.
+
+ * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Fix warnings in miscemu/main.c.
+
+ * include/windows.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
+ - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
+ - added the function definition for StartPage,EndPage,GetCommMask,
+ GetCommModemStatus and PurgComm,WaitCommEvent.
+
+ * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
+ Fixed activation/Focus message order problem when creating a new HWND.
+
+ * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
+ Paul Quinn <PaulQ@corel.com>
+ Implementation of ChildWindowFromPointEx functions.
+
+ * misc/registry.c: Gavriel State <gavriels@corel.com>
+ Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
+
+ * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ GetSystemPaletteEntries returns palette size if entries==NULL.
+ Use this instead of COLOR_GetSystemPaletteSize.
+
+ * relay32/dsound.spec, multimedia/dsound.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented class factory for dsound.
+
+ * relay32/kernel32.spec, misc/comm.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - fixed a minimal error in GetCommMask definition.
+ - adds stubs for GetCommModemStatus and WaitCommEvent.
+
+ * include/xmalloc.h, library/winestub.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixes for C++ Winelib compilation.
+
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
+
+Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
+ James Juran <jrj120@psu.edu>
+ Documentation updates.
+
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Fixed 'make install' to really check for libwine.a before installing
+ it.
+
+ * graphics/ddraw.c, include/options.h, misc/main.c:
+ Stephen Crowley <crow@debian.org>
+ Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
+
+ * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
+ Improved GetDiskFreeSpace32A().
+
+Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Remove included color.h.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove unnecessary check for entrypoint address (test binary was
+ infected by a virus which uses invalid PE loading stuff).
+
+ * graphics/painting.c, relay32/gdi32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added stubs for Startpage and EndPage.
+
+ * if1632/thunk.c, objects/dc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed some unnecessary FIXME outputs.
+
+ * if1632/kernel.spec, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.602 and stub for KERNEL.490.
+
+ * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
+
+Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Small fixes.
+
+ * loader/ne/resource.c, include/module.h, loader/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved ...Resource16 routines to loader/resource.c.
+ Implemented accessing PE-file resources with 16-bit resource routines.
+
+ * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implementation of PE->NE resource conversion routines (KERNEL.615-618).
+
+ * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
+ and SysStringLen(). Ensure that the BSTR objects were allocated
+ according to the Windows documentation.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Moved existing path - functions to shellpatch.c.
+ New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
+ PathSetDlgItemPath32A|W.
+
+ * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Moved existing IShellLink class. New stubs for IShellLinkW.
+
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
+
+ * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
+ registers (used by DeviceIoControl). Adapted all users.
+
+ * include/winioctl.h, win32/device.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented (most) VWin32.VxD DeviceIoControl routines.
+
+Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/thread.h, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
+
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
+ for 32-bit queues.
+
+ * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
+ Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
+
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
+ Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
+
+ * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
+ Don't match against Symbol or Nil fonts.
+
+ * memory/global.c: Stephen Crowley <crow@debian.org>
+ Return the "buffers" and "cached" memory as free since it is
+ deallocated when a program needs it anyway.
+
+ * windows/dialog.c, include/windows.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix: SetDlgItemText32 returns BOOL not void.
+
+ * relay32/user32.spec, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs GetUserObjectInformationA|W.
+
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed left over 'show' and useless deadbeef checking which doesn't
+ work.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Adjust broken entrypoint addresses. (win98 notepad.exe)
+
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated according to development.
+
+ * if1632/mmsystem.spec, relay32/winmm.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Some new stubs (midiStreamXXX functions, some mci functions, and
+ some mmio functions).
+
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved MCI part to mcimidi.c ; added DriverProc.
+
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved MCI part to mciwave.c ; added some error checking ; added
+ DriverProc
+
+ * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added mcimidi and mciwave.
+
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
+ seek command.
+
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Starting writing MCI part ; fixed bug in MCI_INFO command.
+
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing stubs in 32 bit part.
+
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made use of new 16/32 MCI message handling in mmsystem.c.
+
+ * include/mmsystem.h, include/multimedia.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some new functions/structures definitions.(I couldn't get all
+ the manifest constants values that MS was referring to in its specs...
+ if someone has them...)
+
+ * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some error checking ; made use of new 16/32 MCI message handling
+ in mmsystem.c ; fixed bug in MCI_INFO command.
+
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some error checking ; made use of new 16/32 MCI message
+ handling in mmsystem.c.
+ Added Win95 command to handle cd-rom with both data and audio ; fixed
+ bug in MCI_INFO command ; shadowing MCI status for devices that can't
+ get current status ; fixed status not being updated on cd change.
+
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Factorized 16/32 bit MCI function by using message mapping from 16
+ to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
+ mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
+ yet working. Fixed some issues regarding asynchronous MCI commands ;
+ fixed MCI_SYSINFO command.
+
+ * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some quirks.
+
+Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many fixes.
+
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New function: _ILGetExtension.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file. HKEY_CLASSES_ROOT handling.
+
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updated.
+
+ * 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:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added Unicode support (at least partially).
+
+ * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added IOleAdviseHoler interface (still a dummy) and fixed
+ CreateOleAdviseHolder().
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added global subclassing atom, used by tooltips and updown (not yet).
+
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved layout code.
+
+ * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed ImageList_LoadImage().
+
+ * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added CMEM_SETITEM32A and message forwarding to combobox.
+
+ * ole/moniker.c, relay32/ole32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for CreateItemMoniker().
+
+ * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some undocumented function names and implemented DPA_Merge
+ partially.
+
+ * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Enabled double click for buttons.
+
+ * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added command and return constants used by WM_NOTIFYFORMAT.
+
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
+
+ * include/options.h, misc/main.c, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes to get the default language to a sensible value.
+ Thanks to Pablo.
+
+ * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
+ Douglas Ridgway <ridgway@winehq.com>
+ Miscellaneous small fixes.
+
+ * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added Win16 implementation for GetRegionData().
+
+ * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
+ Enhanced OABuildVersion() to return different version values for
+ different winvers.
+
+ * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
+ Added INT21_ParseFileNameIntoFCB() and some other things to get
+ COMMAND.COM working.
+
+ * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Added missing entry for GetNumberFormatW.
+
+ * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Checking for NULL-pointer.
+
+ * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
+ Robert Pouliot <krynos@clic.net>
+ Better OLE support in French languages.
+
+ * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implementation of CreateProcess32W.
+
+ * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Queuing of deferred Expose events.
+
+ * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
+ LB_GETTEXT: Handle passed NULL buffer.
+
+ * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
+ CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
+ byte NULL buffer.
+
+ * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Turn mega double switch into static table (reduces compile time).
+
+ * AUTHORS, include/authors.h: Added Robert Riggs.
+
+ * include/d3d.h: Robert Riggs <rriggs@tesser.com>
+ include ddraw.h, questionable fix for questionable struct/union
+ construct in MS's D3DVECTOR definition.
+
+ * include/dsound.h: Robert Riggs <rriggs@tesser.com>
+ More flags (DirectX 5.2), DirectSound3DListener and
+ DirectSound3DBuffer structures, include some required files
+ (windows.h, compobj.h, and d3d.h).
+
+ * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
+ DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
+ primary buffer is implemented closer to what the SDK docs specify,
+ other SDK documented behaviour enforced. Completed the devcaps list.
+
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs strdate, strtime.
+
+ * memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
+
+ * misc/comm.c: Cliff Wright <cliff@snipe444.org>
+ Fixed a mask set, and other parity setting bugs for serial ports.
+
+ * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
+ Added BSDI sigcontext definitions.
+
+ * windows/class.c: Rein Klazes <rklazes@casema.net>
+ Fixed typo.
+
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove now useless RELAY_ShowDebugmsgsRelay check.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
+ directory, for they seem to be relocated by the standard relocating
+ mechanism. (Explicitly checked one program using it)
+
+ * dlls/shell32/shellord.c, include/shell.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ PathAddBackshlash, PathRemoveBackslash: argument is not constant.
+
+ * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
+ Check wndPtr for NULL.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
+
+ * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Takes print spooler functions out of win16drv.
+ Allows the PostScript driver to go into libwine.
+
+ * if1632/gdi.spec, objects/brush.c, objects/palette.c:
+ Ian Schmidt <irsman@iag.net>
+ Added stubs for two undocumented GDI routines, SetMagicColors and
+ SetSolidBrush. This allows Win98 native USER to start up.
+
+ * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
+ Fixed the DGA detection code in ddraw. You don't need root access,
+ having r+w access to /dev/mem is enough.
+
+ * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ DirectDraw status updated.
+ Use cooperative window for drawing in xlib implementation if possible.
+ Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
+
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Micro patch for AltGr key on german keyboards.
+
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixes error handling (SetLastError() and return value).
+
+ * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
+ Partially complete GetTextCharsetInfo and corrects return values for
+ this family of functions.
+
+Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bug fix.
+
+ * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed retrieval of invalid palette data in GetDIBits().
+
+ * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
+ Allow SWP_HIDEWINDOW to be called on windows that are already hidden
+ without unmapping them again.
+
+ * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
+ Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
+ outside desktop window with gtwin.exe (Dutch banking program).
+
+ * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
+ Small atom fixes.
+
+ * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
+ Fixed bug in StretchDIBits32 (wrong origin).
+
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
+
+ * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Some corrections to the handling of off-screen buffers.
+ Correction to the EnumDisplayModes function.
+ Added XShm support to Xlib driver.
+ Open a DirectX window even when using the DGA driver.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Cleanup, small fixes, a few new stubs.
+
+ * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Handling for listviewstyles, view mode buttons in filedialogs
+ enabled and handled.
+ New listview columns Size, Type, Modified for reportview
+ created and handled.
+
+ * dlls/shell32/if_macros.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file, wrapper for IShellBrowser class.
+
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file, some helper functions for icon cache.
+ Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
+ Shell_GetImageList in this file.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
+
+ * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
+ LoadLibraryEx: show a warning when called with unimplemented parm.
+
+ * miscemu/instr.c: Cleaned up a bit.
+
+ * memory/selector.c, miscemu/instr.c, tools/build.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Clean invalid selectors on the pop %xs from the STACKFRAME itself
+ instead of using linked list hack.
+
+ * Makefile.in: Removed gets message.
+
+ * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
+ Added Thai nls-resources.
+
+ * 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:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Display the language id for "XXX not supported for your language"
+ messages.
+ Added all languages and sublanguages for languages supported in
+ resources/sysres_Xx.
+
+ * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
+ Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
+
+ * ole/moniker.c: Gavriel State <gavriels@corel.com>
+ Ensure that CreateFileMoniker functions don't return a bogus moniker
+ object on failure.
+
+ * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
+ Added code to manage Ascii and WideChar class names, and to return the
+ names in the GetClassInfo functions.
+
+ * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
+ Fix to Linux IPX so compiles on non-linux platforms.
+
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Own X11 errorhandler to locate X11 errors. Useful only with -sync.
+
+Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved X11 mouse cursor handling to the DISPLAY driver.
+
+ * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Some fixes to Wine startup/termination sequence with native USER.
+ Do not call built-in USER signal handler when using native USER.
+
+ * debugger/break.c, include/debugger.h, include/task.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: -debug didn't work anymore after the last startup sequence patch.
+
+ * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed list insertion bug in CoLoadLibrary().
+
+ * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added stubs for several VxDs / interrupts.
+
+ * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Should get win16drv AbortProc working. Hopefully.
+
+ * windows/input.c, windows/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved GetKeyboardLayoutName16 to windows/input.c.
+
+ * include/imagehlp.h, include/winnt.h, include/wintypes.h:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some declarations from imagehlp.h to common include files.
+
+ * relay32/kernel32.spec, win32/thread.c:
+ Rein Klazes <rklazes@casema.net>
+ Added implementations for InterlockedExchangeAdd() and
+ InterlockedCompareExchange().
+
+ * win32/console.c, objects/dib.c, objects/enhmetafile.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixes a few of the many compiler warnings.
+
+ * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Emulate "mov cr4,eax" (tombraider 3 demo).
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not enumerate D3D devices we can't handle anyway.
+ Return bitmasks for hi/truecolor depths in EnumDisplayModes.
+
+ * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Speed up relay32, snoop16 and snoop32 include/excludes by doing them
+ just once at creation time.
+
+ * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Added stubs for CoRevokeClassObject and OleSetClipboard.
+
+ * windows/win.c: Per Ångström <pang@mind.nu>
+ EnumTaskWindows16: Basing the selection on a window's task is not only
+ more straightforward than comparing message queues, it also works
+ better for Win32 applications.
+
+ * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Changed some of the message classes.
+
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Special case handling of : Shift + arrow, shift + home, ...
+ X returns a char for it, but Windows doesn't. Ignore X char.
+ Also added some documentation.
+
+ * include/winsock.h, misc/winsock.c:
+ Stephen Langasek <vorlon@dodds.net>
+ Bugfixes for IPX code and preliminary groundwork for other address
+ family support.
+
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
+ lookup (Registry is case insensitive).
+
+ * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
+ StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
+ RtlTimeToTimeFields.
+
+ * include/windows.h, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetNumberFormat32W.
+
+ * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
+ gets() fixes.
+
+ * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
+ Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
+ to be in nominative case.
+
+ * windows/queue.c: Per Ångström <pang@mind.nu>
+ Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
+ an invalid size parameter.
+
+ * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added correct implementation of GetCaps, changed Play and Stop handling
+ of positions indexes, suppressed warnings.
+
+ * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
+ Corrected bug in TRACE function.
+
+ * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Corrected bug in DirectDrawSurface creation and handling for driver
+ based upon Xlilb.
+
+ * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
+ Wine keyboard and mouse have now their own UIDs.
+
+ * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix allocation size in CreateDIBPatternBrush*.
+
+----------------------------------------------------------------
+Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed keystroke accelerators in dialogs which have controls containing
+ other controls as child windows.
+
+ * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
+ 16->32 bit conversion.
+
+ * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent CreateDIBSection from seg faulting when one dimension of
+ section is 0.
+
+ * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
+ Stephen Langasek <vorlon@dodds.net>
+ Support for IPX networking via winsock under Linux.
+
+ * relay32/gdi32.spec, graphics/painting.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added a stub for StartDocA and EndDoc.
+
+ * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
+ James Sutherland <JamesSutherland@gmx.de>
+ More complete implementation of the SetCtrlHandler() function (and the
+ related console functions).
+
+ * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
+ Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
+ updates.
+
+ * graphics/vga.c, include/vga.h, msdos/ioports.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Simulate the VGA vertical refresh.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added support of source and destination rectangles in Blit function.
+
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added device type constants and used them in device enumeration
+ function.
+
+ * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ API documentation says that RegEnumKeyEx, RegEnumValue and
+ RegQueryInfoKey takes the size of the buffers as characters.
+
+ * ole/compobj.c: Added missing #include "config.h"
+
+ * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
+ Justin Bradford <justin@ukans.edu>
+ Replaces CoCreateGuid stub with an implementation of DCE's UUID
+ specification. Also removes some unnecessary code from StringFromCLSID.
+
+ * include/commctrl.h, include/winbase.h, include/wintypes.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added an extern "C" safeguard.
+
+ * include/commdlg.h, include/windows.h, windows/input.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - adds GetExitCodeProcess
+ - corrects the return-type of GetKeyState
+ - corrects the winelib definition of IsDialogMessage
+ - adds winelib definitions for PrintDlg
+
+ * objects/clipping.c: Rein Klazes <rklazes@casema.net>
+ ExtSelectClipRgn fix: RGN_DIFF did not work.
+
+ * objects/cursoricon.c, windows/event.c, windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to new input event handling.
+
+ * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ USER-side part of input event handling: contains implementation of
+ keybd_event and mouse_event, and USER-related code removed from
+ windows/event.c and windows/keyboard.c.
+
+ * windows/display.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Stubs for DISPLAY.DRV removed from keyboard.c.
+
+ * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implementation of MOUSE.DRV (contains some code taken from
+ windows/event.c).
+
+ * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implementation of KEYBOARD.DRV (code mostly taken from previous
+ windows/keyboard.c).
+
+ * loader/main.c, loader/task.c, miscemu/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: really *do* switch to the initial task's stack.
+ CallLargeStack mechanism re-enabled.
+
+ * include/debug.h, include/debugdefs.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ New Files. Added 'date and time picker' and 'month calendar' control
+ dummies. They are used by Outlook Express.
+
+ * ole/ole2.c, relay32/ole32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for CreateBindCtx() and added missing CoGetClassObject()
+ to *.spec file. Makes Internet Explorer 4.01 happy ;-)
+
+ * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Little improvement.
+
+ * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added preliminary hit testing. Makes regedit.exe happy ;-)
+
+ * documentation/common_controls, dlls/comctl32/imagelist.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved documentation and fixed typos.
+
+ * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added DrawStatusText32AW() and CreateStatusWindow32AW().
+
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved display and layout code.
+
+ * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ New Files. Added 'date and time picker' and 'month calendar' control
+ dummies. They are used by Outlook Express.
+
+Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
+ Charles Suprin <csuprin@lynx.dac.neu.edu>
+ Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
+
+ * graphics/x11drv/graphics.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
+ which it did if either ellipse dimension was zero.
+
+ * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
+ is zero.
+
+ * relay32/mpr.spec, misc/network.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added stub WNetEnumCachedPasswords.
+
+ * msdos/int21.c, msdos/int25.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Made this file DOSMOD friendly.
+
+ * loader/ne/segment.c, loader/pe_image.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Unified "No implementation for..." warnings.
+
+ * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
+ monodebg.vxd used by some Origin programs implemented.
+
+ * objects/bitmap.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fail if less then one entire line requested in GetBitmapBits32.
+
+ * windows/winproc.c: Rein Klazes <rklazes@casema.net>
+ Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
+
+ * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
+ John Richardson <jrichard@zealand.mv.com>
+ Implementation of CoLoadLibrary, CoFreeAllLibraries,
+ CoFreeUnusedLibraries, CoFreeLibrary.
+ Fixed misspelling of CoUninitialize.
+
+ * programs/clock/ChangeLog, programs/clock/main.c:
+ Robert Pouliot <krynos@clic.net>
+ Fixes for other languages.
+
+Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
+ Fix wide character functions to return character count in character
+ quantities not byte quantities. Make RegQueryInfoKey and
+ RegQueryInfoKey behave correctly in win95 mode.
+
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Changed mouse button mapping and check size of return buffer.
+
+ * objects/clipping.c: Rein Klazes <rklazes@casema.net>
+ ExtSelectClipRgn() with RGN_COPY copies the wrong region.
+
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed an error in the implementation of FILE_ShareDeny.
+
+ * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Solaris redefines ERR and CS, fixed occurances.
+ Solaris has TRAPNO in its sigcontext, added to sig_context.h
+
+ * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made mmioSetBuffer callable from 16 and 32 bit code.
+
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed wrong arg type.
+
+ * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Moved X11 DIB stuff to x11drv.
+
+ * win32/code_page.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ The API for WideCharToMultiByte says that the src-string has only to be
+ treated as NULL-terminated if srclen is -1.
+
+ * include/win.h, windows/event.c, windows/win.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made sure ConfigureNotify is processed before Expose, deferring the
+ Expose event if necessary, thus working around a WM flaw with virtual
+ desktop scrolling in -managed mode.
+
+ * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
+ Translated in French (not so good anyhow) message for the mark on
+ system menu.
+
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Changed the default from 0 to 0x409 (eng-us).
+
+ * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
+ Two missing WINAPIs.
+
+ * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed one wrong parameter.
+
+ * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
+ Fixed --disable-lib.
+
+Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Constants for controls in common dialogs.
+
+Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed some compiler warnings.
+
+Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Jesper Skov <jskov@cygnus.co.uk>
+ egcs 'ambiguous else' warnings fixes.
+
+ * include/toolhelp.h, include/windows.h, scheduler/process.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
+ definition to toolhelp.h.
+
+ * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Run Winelib applications as 32-bit processes in the initial task.
+ Simplified/removed several special 'if (__winelib)' cases in
+ Wine main code obsoleted by that change.
+
+ * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call mouse driver callback also if windows are not registered with X
+ (if using native USER.EXE).
+
+ * memory/atom.c, include/atom.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to separation between KERNEL and USER.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented new Wine startup sequence, separating startup into
+ KERNEL/USER/GDI related parts, allowing native replacement.
+ Implemented initial 'kernel' task.
+
+ * include/ole.h, include/winerror.h, ole/compobj.c:
+ John Richardson <jrichard@zealand.mv.com>
+ Implementation of InprocServer32 CoGetClassObject.
+
+ * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ More bitmap fixes.
+
+ * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Started moving some X11 window management code to windows/x11drv.
+
+ * if1632/user.spec, windows/dialog.c, windows/winproc.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed IsDialogMessage16.
+
+ * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
+ Tell people to ignore the 'gets' warning. Some will listen.
+
+ * graphics/x11drv/bitmap.c, windows/graphics.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ A couple of small fixes to my bitmap patch.
+
+ * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Allow the user to put a mark in the debug log by adding a item in the
+ SYSMENU. The messages needs implementation in all other languages than
+ English and German.
+
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Give tempfile a different name even if they are created in the same
+ second. Removed some fixmes from the ShareDeny stuff.
+
+ * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
+ Rein Klazes <rklazes@casema.net>
+ CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
+ extended style is specified. Also implemented CreateMDIWindow32A()
+ call - single thread only -.
+
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Erred in the bit macros in treeview.c. Shiftcounts were wrong.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Detection of the end of imports with Characteristics 0 fail for Borland
+ programs (which seem to have always characteristics 0). Changed to algorithm
+ to something a bit more intelligent.
+
+ * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
+ Added CoFreeLibrary stub.
+
+ * README: Updated FAQ location.
+
+ * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Implement SEGPTR conversion for STARTDOC in Escape32().
+
+ * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: SetDCState did not reset clipping region to empty.
+
+ * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed small off by one error in GetComputerName32W, always killed the
+ last character of a hostname.
+
+ * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
+ Don't HeapFree() colormap if we didn't allocate one.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stubs for user32,advapi32 functions.
+
+ * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
+
+ * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
+ Changed many WARN()s related to internal Wine memory failures to
+ ERR()s.
+
+ * if1632/kernel.spec, scheduler/process.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added .spec entry for KERNEL.RegisterServiceProcess.
+
+ * if1632/display.spec, windows/keyboard.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for CheckCursor().
+
+ * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
+ Fix for non-modal dialog closing.
+
+ * windows/dinput.c: David Faure <faure@kde.org>
+ Rewrote the two routines using the vkey->scancode array to use
+ keyc2vkey for each keycode, instead. Not tested.
+ Removed unused IDirectInputDeviceA_GetDeviceState.
+ Fixed warning in TRACE() call.
+
+ * windows/keyboard.c: David Faure <faure@kde.org>
+ Deleted the vkey->sancode array, because QWERTY specific.
+ Back to using the X keycode instead as the scancode. Tested.
+
+ * graphics/psdrv/init.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Print a message if the PostScript driver can't find a PPD file.
+
+ * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
+ Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
+ (DOS apps/games using this mode comes up now, although you can't
+ really do anything with them (yet?).)
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Use macro V86_FLAG.
+
+ * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
+ Set default video mode to 3 (80x25 color).
+
+ * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
+ Ignores a couple of signals.
+
+ * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved VGA-emulating DirectX code from dispdib.c to a separate
+ file. Made it use a system timer and trap I/O accesses to the VGA
+ DAC registers to accommodate DisplayDib-using programs that try to
+ access the VGA hardware directly.
+
+ * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Indirection for INSTR_EmulateInstruction for use by DOS code.
+ Added support for a 55Hz system timer, letting DOS apps calibrate
+ their delay loops and such. Calls INSTR_EmulateInstruction for
+ instruction emulation (principally I/O port access). Added macro
+ V86_FLAG.
+
+Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dinput.c, multimedia/dsound.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small fixes.
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed the FIXME() and moved SetLastError(0) to the end (so that
+ GetTempFileName et.al. can't overwrite it).
+
+ * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
+ a bit further.
+
+ * windows/mdi.c: Rein Klazes <rklazes@casema.net>
+ MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
+ style, should not be shown at creation nor activated unless the
+ WS_VISIBLE flag is set.
+
+ * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
+ Bugfix for fixup_imports: Enable checking for terminating import
+ struct with Characteristics bitfield set to 0.
+
+ * windows/win.c: Rein Klazes <rklazes@casema.net>
+ Delay linking newly created window in linked list until after the
+ WM_NCCREATE message.
+
+ * files/file.c: Rein Klazes <rklazes@casema.net>
+ Small bug in FILE_InUse does not do a release on every acquired file
+ pointer.
+
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ lpszName of NULL is handled (removes some warnings).
+
+ * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
+ Now allows specification of a start directory on the cmdline.
+
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Gets rid of the arch-dependent bit operations (tested on Linux and
+ Solaris/x86).
+
+Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
+ A dest buffer was printed out as string.
+
+ * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Corrected 2 wrong definitions.
+
+ * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
+ Patrick Spinler <spinler.patrick@mayo.edu>
+ Added stubs for Process32First/Process32Next.
+
+ * 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:
+ François Gouget <gouget@metaintegration.net>
+ Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
+ headers prototypes.
+
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Added pBitmapBits and pCreateBitmap to the GDI function table and
+ moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
+
+ * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New SHGetSimpleIDListFromPath32AW.
+ Unicode-safe: PathFindFilename32AW.
+
+ * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
+ IExtractIcon had an extra c in a struct definition.
+
+ * relay32/dplay.spec:
+ John Richardson <jrichard@zealand.mv.spamless.com>
+ Added entry for DirectPlayEnumerate.
+
+ * ole/nls/sky.nls, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added Slovak nls-resources.
+
+ * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
+ CreateRoundRectRgn.
+
+Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
+ EnumDisplayModes* returns a static list of modes with all depths
+ (helps hexen2demo), ChangeDisplaySettings returns true all the time.
+
+ * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for midiOpenStream (helps hexen2demo).
+
+ * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
+ Robert Pouliot <krynos@clic.net>
+ Small patch for better French support.
+
+ * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: memory overwrite bug.
+
+Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
+ 32-bit clipboard support.
+
+ * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
+ on the queue.
+
+ * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed a minor problem with the menus for mdi child windows.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed no longer necessary commented out code, destroy old window
+ when SetDisplayMode is called again, EnumDisplayModes now returns
+ all possible modes (using a static list).
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Anon shared mapping fixed for file sharing.
+
+----------------------------------------------------------------
+Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
+ Fixes for LANG_NEUTRAL.
+
+ * include/task.h:
+ Added some padding to the PDB for ill-behaving apps (problem reported
+ by Andreas Mohr).
+
+ * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
+ Jonathan Buzzard <jab@hex.prestel.co.uk>
+ Added a new debugging channel io to allow read/writes on a port to be
+ logged to a file.
+
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
+ ignored. 0x00 is used for generated key events only.
+
+ * windows/message.c, windows/queue.c:
+ Douglas Ridgway <ridgway@winehq.com>
+ API Documentation for SendMessage, GetTickCount, PostQuitMessage,
+ GetMessagePos, GetMessageTime.
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Delete the filename for the mapping instantly.
+
+ * dlls/shell32/shellord.c, relay32/shell32.spec:
+ Michael Poole <poole@graviton.res.cmu.edu>
+ Stub for SHSimpleIDListFromPath.
+
+ * loader/task.c: Fixed bug in SwitchStackTo.
+
+Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
+ Check if scrollbar and parent are visible before redraw.
+
+ * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
+ Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added Drag*32 functions.
+
+ * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added Drag&Drop from KDE app to 16/32 bit Windoze app.
+
+ * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added FIXME message in PostMessage32x if parameters are truncated
+ when calling PostMessage16.
+
+ * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added support for global handles, implemented ConvertToGlobalHandle.
+ Allocate startup data and 16-bit stack for initial process.
+
+ * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
+ Small fix.
+
+ * 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:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Added Spanish resources.
+
+ * ole/nls/euq.nls, resources/sysres_Es.rc:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Small corrections.
+
+ * relay32/kernel32.spec, scheduler/process.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ LoadLibraryExW spec added (function was there).
+ SetProcessPriorityBoost stub added.
+
+ * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for Solaris.
+
+ * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented DisplayDib.
+
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ Hack to support integer ids in all static controls.
+
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Beginning of mouse support in DirectInput (only "standard" mouse
+ configuration supported for now).
+
+ * include/*.h, dlls/comctl32/*.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added xxx_Unregister() functions to all common controls.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Some minor improvements and fixes.
+
+ * dlls/comctl32/rebar.c, include/rebar.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved the rebar control.
+
+ * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added support for transparent and tracking tooltips.
+
+ * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed a popup menu selection bug.
+
+ * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed DrawCaption16() and DrawCaptionTemp16().
+
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Fixed warning.
+
+ * 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:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
+ SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
+ driver.
+
+ * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added support for int17 and int19.
+
+ * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
+ Stubs for dos mode reboot interrupt.
+
+ * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
+ Some printer stubs for DOS added.
+
+ * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ More stubs added. These changes are only partially mine, I just made
+ them compile.
+
+ * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added some traces and cleaned up a couple of things.
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Changed some string-shell32 functions to 32AW, parameter are
+ os depending 32A or 32W (-winver nt351 or nt40), some new functions.
+ Some fixes in ole2nls.
+ New OLE2NLS_CheckLocale() to handle Locale_User_Default and
+ Locale_System_Default.
+ Shell32 now dynamicly links to DPA_*(), comdlg32 works again
+ (comctl32 heap alloc patch broke it).
+
+ * include/winversion.h, misc/version.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added VERSION_IsOsUnicode().
+
+ * scheduler/handle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ More off-by-one errors fixed.
+
+ * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ File sharing fixes.
+
+Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
+ Bug fix.
+
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed DOS environment passing.
+
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
+
+ * include/font.h, objects/font.c, objects/gdiobj.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New FONT_GetObject32W(), GetObject32W().
+
+ * relay32/user32.spec, win32/ordinals.c, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stub RegisterTaskList.
+ New function EnumDisplaySettings32W().
+
+ * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More parameter checking in RltCopySid.
+
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
+
+ * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added new dll avifil32.dll.
+
+ * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ First shot at DPMI realmode calls.
+
+ * loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed several bugs with DLL initialization.
+
+Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
+ Added ordinal for two syslevel functions.
+
+ * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
+ Another missing WINAPI.
+
+ * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
+ Small corrections in mmio declarations.
+
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Take virtual sizes in account for the total vma size.
+
+ * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Add some more NLS definitions for the Romanian language.
+
+ * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
+ Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
+ to work. 'Adjust' caps flags accordingly.
+
+ * ole/compobj.c, relay32/ole32.spec:
+ Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
+ Stub for CoCreateGuid().
+
+ * dlls/comctl32/treeview.c, multimedia/mcicda.c:
+ Brian Litzinger <brian@litzinger.com>
+ Fixes for FreeBSD.
+
+ * libtest/.cvsignore, libtest/Makefile.in:
+ Petter Reinholdtsen <pere@minerva.cc.uit.no>
+ Make sure hello3res.h is generated even if 'make depend' never has
+ been run.
+
+ * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed moving and sizing of child windows.
+
+ * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
+
+Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added indirection for ctx_debug to the DOS loader, so Winelib works
+ again.
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Support anon shared mappings using temporary files (wont be deleted
+ yet).
+
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Was freeing the incorrect pointers -> crash in mallocs/frees.
+
+ * files/dos_fs.c, relay32/kernel32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ DefineDosDevice stub added.
+
+ * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
+ Added a default program option in wine.conf in section [programs] key
+ Default.
+
+ * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
+ Better fix for this_is_a_syntax_error.
+
+ * ole/nls/*.nls:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Added the entries for LOCALE_SISO639LANGNAME and
+ LOCALE_SISO3166CTRYNAME.
+
+ * documentation/wine.man: James Juran <jrj120@psu.edu>
+ Updated manpage.
+
+ * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
+ Fixed wrong ordinals.
+
+ * objects/region.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed a bug in RectInRegion.
+
+Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
+ Removed an incorrect error message.
+
+ * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
+ Make sure the access functions are always used to get label and serial
+ number.
+
+Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
+ Fixed bug on platforms were buffers returned by getenv() shall not be
+ free()'ed. Added French (default) in locale handling.
+
+ * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
+ Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
+ compile-time error message make more sense.
+
+ * scheduler/handle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed off by one error in HANDLE_GetObjPtr.
+
+----------------------------------------------------------------
+Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Try to implement the OF_SHARE_XXX options.
+ Move the mode translations to functions.
+
+ * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
+ Matthew Becker <mbecker@glasscity.net>
+ Documentation updates.
+
+ * ole/compobj.c, relay32/ole32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added stub for CoSetState32.
+
+ * miscemu/main.c: Chad Powell <pxpx@usa.net>
+ Added ability to read a startup program from wine.ini file.
+ Put it in section [programs] key Startup.
+
+ * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
+ Alex Priem <alexp@sci.kun.nl>
+ Further improvements.
+
+ * include/cursoricon.h, objects/cursoricon.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
+ drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
+
+ * include/bitmap.h, objects/bitmap.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Fixed LoadImage to support almost all LR_ flags.
+
+ * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
+ Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
+ COLOREFs had red part zeroed) that made plenty of cyan colors, minor
+ bug fixes, changes to support LR_ flags.
+
+ * include/global.h, memory/virtual.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Added VIRTUAL_MapFileW to map file to memory in one function call.
+
+ * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Moved Multimonitor API declarations to windows.h.
+
+ * 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:
+ Turchanov Sergey <turchanov@usa.net>
+ Implemented DefDriverProc32 from winmm.dll.
+
+ * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
+ Alex Korobka <korobka@ams.sunysb.edu>
+ Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
+ bit.
+
+ * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ GetLocaleInfo32A can handle len=0 now, sets LastError and touches
+ buffer only when necessary.
+ Updated deu.nls and some LCTYPES in winnls.h.
+
+ * if1632/relay.c: Rein Klazes <rklazes@casema.net>
+ CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
+ not crash.
+
+Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
+ Reduced huge (1GB) heap creation that caused Starcraft to fail.
+
+ * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
+ Patrik Stridvall <ps@leissner.se>
+ Compile fix for Solaris.
+
+ * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for non OSS systems.
+
+ * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for non XF86-DGA systems.
+
+ * libtest/Makefile.in, libtest/volinfo.c:
+ Petter Reinholdtsen <pere@td.org.uit.no>
+ New file to test DRIVE_GetLabel.
+
+ * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
+ Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
+ 32bit cdaudio bit support before it can be removed...
+
+ * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
+ Added a bunch of stubs for ddraw suface routines. All stubs for
+ surface present now.
+ Commented out message pump calls. I don't see a reason for them being
+ there. Everything works fine with -desktop and -managed still has
+ problems. Disagreements?
+
+ * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed GetLocaleInfo32A for other languages than en_uk.
+ Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
+ last but not least the first argument lcid where is all about...
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some more missing WINAPIs (hopefully correct).
+
+ * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed the = -> == bug.
+
+ * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Shell parameters (config.sys) and ANSI support stubs.
+
+ * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int16.c and int29.c.
+
+ * include/miscemu.h, msdos/interrupts.c:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ More interrupts that can be done from DOS mode.
+
+ * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int29 (Fast Write to Screen) support.
+
+ * msdos/int16.c, include/debug.h, include/debugdefs.h:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int16 (Keyboard) support, mostly stubs.
+
+Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * 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:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
+ SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
+ SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
+ SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
+ SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
+
+ * misc/ntdll.c, relay32/ntdll.spec:
+ Dietmar Kling <dietmar.kling@usa.net>
+ Added undocumented function RtlOpenCurrentUser.
+
+ * 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:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Renamed all LPIMAGE_* types to PIMAGE_*.
+
+Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winpos.c: Rein Klazes <rklazes@casema.net>
+ Fixed an error when an owned window activates its owner during
+ creation.
-Sun Jul 11 16:59:52 1993 Alexandre Julliard
+ * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
+ Closing a dialog using the menu bar ("x" or "-" button or windows
+ menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
+ normal windows when DestroyWindow() is called.
- * [message.c] [user.c] [user.spec] [windows.h]
- Added emulation of Windows message queue.
+ * dlls/shell32/pidl.c:
+ Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ Added missing WINAPIs.
-Thu Jul 8 19:29:27 1993 Bob Amstadt (bob at pooh)
+ * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
+ RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
+ GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
+ SetTaskmanWindow.
- * [build.c] Original by Bob Amstadt
- * [callback.c] Original by Bob Amstadt, updates by
- Alexandre Julliard
- * [dump.c] Original by Bob Amstadt
- * [global.c] Original by Bob Amstadt
- * [heap.c] Original by Bob Amstadt
- * [kernel.c] Original by Bob Amstadt
- * [ldt.c] Original by Bob Amstadt
- * [ldtlib.c] Original by Bob Amstadt
- * [relay.c] Original by Bob Amstadt
- * [resource.c] Original by Bob Amstadt, updates by
- Alexandre Juliard
- * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
- * [user.c] Original by Bob Amstadt
- * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
- Alexandre Julliard
- * [wintcl.c] Original by Regents of the University of California,
- updates by Peter MacDonald and Alexandre Julliard
- * [callback.h] Original by Bob Amstadt
- * [dlls.h] Original by Bob Amstadt
- * [heap.h] Original by Bob Amstadt
- * [neexe.h] Original by Bob Amstadt
- * [prototypes.h] Original by Bob Amstadt, updates by
- Eric Youngdale
- * [segmem.h] Original by Bob Amstadt
- * [tkInt.h] Original by Regents of the University of California
- * [windows.h] Original by Peter MacDonald, updates by
- Alexandre Julliard and Bob Amstadt
- * [wine.h] Original by Eric Youngdale
- * [kernel.spec] Original by Bob Amstadt, updates by
- Alexandre Julliard
- * [gdi.spec] Original by Bob Amstadt, updates by
- Alexandre Julliard
- * [shell.spec] Original by Bob Amstadt
- * [unixlib.spec] Original by Bob Amstadt
- * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
- * [win87em.spec] Original by Bob Amstadt
- * [Windows.tcl] Original by Peter MacDonald, updates by
- Alexandre Julliard
- * [build-spec.txt] Original by Bob Amstadt
- * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale
+ * relay32/ntdll.spec, misc/ntdll.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs NtQueryInformationThread, NtQueryInformationToken,
+ RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
+
+ * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
+ Fixed PlaySound to start its thread the right way.
+
+Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, controls/listbox.c:
+ Alex Korobka <korobka@ams.sunysb.edu>
+ CB_SETCURSEL and some other fixes.
+
+ * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
+ Better QUEUE_FlushMessages().
+
+ * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
+ Moshe Vainer <moshev@easybase.com>
+ Partial implementation of GetOutlineTextMetrics32A.
+ Added structures for OUTLINETEXTMETRICS.
+
+ * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Do not clip source rectangle even by visible region for bitblts.
+ Added field 'totalExtent' to WIN_DC_INFO.
+
+ * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added stub for VMM PM API AH=026[de] (never say 'safe mode').
+
+ * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Local32Free caused free handles list corruption.
+
+ * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
+ Fixed --disable-debug config option.
+
+Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * relay32/shell32.spec, dlls/shell32/shellord.c:
+ Petter Reinholdtsen <pere@td.org.uit.no>
+ Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
+ and FileIconInit() needed by Win95 explorer.
+
+Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c, controls/button.c, controls/menu.c:
+ Norman Stevens <norman@arcady.u-net.com>
+ Improving keyboard handling, including accelerator keys in dialog
+ boxes. Also fixes enter key in Agent32 edit box.
+
+Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
+ Added support in file dialog boxes handling for filters like
+ "*.txt;*.bat".
+
+ * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented new PE DLL initalization code, trying to call the
+ DllEntryPoint routines always in correct order :-)
+ Bypass snooping when getting data buffer addresses (thunk buffers,
+ __GP handlers) and for 32-bit routines directly called from 16-bit
+ (due to stack address size problems).
+
+ * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
+ Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
+
+ * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented (partially) the KERNEL Thunklet API and Callback Client
+ API (KERNEL.560-568,604-612,619-622).
+ Added stubs for K228, K237, KERNEL.365, KERNEL.447.
+
+ * objects/bitmap.c, if1632/gdi.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Stubs for CreateUser(Discardable)Bitmap16.
+
+ * memory/heap.c, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
+
+ * memory/global.c, include/windows.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GlobalFix16 is supposed to return selector to the memory area.
+
+ * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
+
+ * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use emergency TEB selector to avoid debugger crashes when stepping
+ through relay stubs (or when FS is invalid otherwise).
+
+ * windows/event.c, windows/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ MOUSE.DRV routines moved to event.c. Call mouse event procedure.
+
+ * 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:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
+ coordinates relative to the device, not the DC origin. This is
+ necessary to correctly implement GetClipRgn16 and InquireVisRgn.
+ SelectVisRgn also expects region in device-relative coordinates.
+ Adapted the rest of Wine to this coordinate change.
+ Implemented ExtSelectClipRgn.
+
+ * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
+ Andreas Mohr <100.30936@germany.net>
+ Small fix.
+
+ * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
+ Andreas Mohr <100.30936@germany.net>
+ Yet another small self-loader fix.
+
+ * files/drive.c: Andreas Mohr <100.30936@germany.net>
+ Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
+ correctly due to current drive being set too late.
+
+ * Make.rules.in: Patrik Stridvall <ps@leissner.se>
+ Use $(AS) instead of $(CC) to compile .s files.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Started the implementation of IMAGEHLP.DLL.
+
+ * 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:
+ Patrik Stridvall <ps@leissner.se>
+ Started the implementation of MSACM.DLL and MSACM32.DLL.
+
+ * win32/device.c: Patrik Stridvall <ps@leissner.se>
+ Removed things that were earlier added by mistake.
+
+ * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
+ The implementation of mmioWrite is now called instead of the stub.
+
+ * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
+
+ * relay32/shell32.spec, dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
+ Implemented: SHGetPathFromIDList32W.
+ Changed PathCombine.
+
+ * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
+ New structures DVASPECT, TYMED, IDLList.
+ Shell specific clipboard formats.
+
+ * relay32/winspool.spec, misc/printdrv.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub EnumPrintersW.
+
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented first functions.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New class IDLList "Item ID List List" (internal).
+
+ * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small changes (uses HIWORD/LOWORD).
+
+ * windows/dialog.c, relay32/user32.spec:
+ Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ Stub CreateDialogIndirectParamAorW.
+
+ * Makefile.in, configure, configure.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
+ Don't install object files when --disable-lib is selected.
+
+ * debugger/hash.c, debugger/msc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
+ Don't print name for 32 bit lib multiple times.
+ Clean up printing in DEBUG_ProcessDeferredDebug.
+
+ * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
+ David Luyer <luyer@ucs.uwa.edu.au>
+ Small fixes.
+
+ * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
+ Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
+
+ * 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:
+ Matthew Becker <mbecker@glasscity.net>
+ Documentation corrections/standardizations.
+
+ * 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:
+ Eric Pouech <eric.pouech@lemel.fr>
+ Started coding 32 bit MCI handling.
+ Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
+ Wrote MCI MIDI support.
+
+ * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
+ Yet another improvement to the bezier code.
+
+ * windows/message.c: Rein Klazes <rklazes@casema.net>
+ GetTickCounts() has a granularity in windows of 25 msec's.
+ Girotel's serial communication appears to depend on it, so I guess
+ it's a feature...
+
+ * misc/comm.c: Rein Klazes <rklazes@casema.net>
+ Update the modemn status bit that indicates whether the RLSD line is
+ active in every call to GetCommError(). This is not the proper place,
+ but since wine doesn't do any event-stuff...
+ Fixed some TRACE call's faced with non zero terminated strings.
+ Restore the terminal state at CloseCommt to the state it was at
+ OpenComm(), so the modem will go off-hook.
+
+ * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
+ GetModuleFileName32A() returns long filename if app sets osversion >=
+ 4.0. Also moved the long filename hackery to GetLongPathName32A() so
+ it can be used by win32 programs.
+
+ * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
+ GetLongPathName32A() returns dos format long filename instead of unix
+ format.
+
+ * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Small fixes.
+
+ * relay32/shell32.spec, dlls/shell32/shellord.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added SHFlushClipboard.
+
+ * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some undocumented functions.
+ Changed algorithm in DPA_QuickSort().
+ Fixed heap creation/destruction and control [un]registration in
+ ComCtl32LibMain().
+
+ * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed a bug.
+
+ * include/tooltips.h, dlls/comctl32/tooltips.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added tracking support and fixed loading of resource strings.
+ Added unregister code.
+
+ * 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:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added IPAddress and NativeFont controls.
+
+ * include/imagelist.h, dlls/comctl32/imagelist.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Some minor improvements.
+
+ * include/toolbar.h, dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved drawing and placement code. Explorer style common dialogs are
+ looking good now.
+
+ * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed bug in DrawIconEx32().
+
+ * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetSystemInformation32[A/W].
+
+ * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
+ Fixed handling of WS_EX_TOOLWINDOW.
+
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updated.
+
+ * windows/event.c, windows/keyboard.c, include/keyboard.h:
+ David Faure <faure@kde.org>
+ Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
+ activated. Uses the new KEYBOARD_UpdateOneState.
+ Fixed a problem with menu accelerators (Alt-letter generates a down
+ arrow event which beeps if not filtered).
+ Speeded up ToAscii16/32() a little bit.
+
+ * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made Wine's debugger work satisfactorily with DOS apps.
+ Perhaps dereferencing work better for Win16 apps too now, but
+ it appears the debugger core wasn't designed for segmentation.
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Simulates DPMI memory map by converting lower-MB segment base
+ addresses as necessary. Implemented allocating/freeing DOS memory
+ blocks. Added XMS hook. (DPMI remains disabled by default until
+ someone implements the raw mode switch entry points pkunzip needs.)
+
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
+ can't keep working around flaws in it like this (now stdio
+ was getting closed when programs close handles >=5)
+
+ * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
+ seems to work fine under Wine.
+
+ * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved some system dependencies to loader/dos/dosvm.c. Implemented
+ environmental argv[0] passing to DOS apps. Added XMS hooks.
+
+ * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
+ Added a memset() to prevent a debugger segfault caused by
+ uninitialized pointers in the stabs lookup tables.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ A few fixes.
+
+ * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
+ Added RtlAllocateAndInitializeSid entry.
+
+ * 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:
+ Marcus Meissner <marcus@jet.franken.de>
+ Generic dynamic dll loader using dl*() API.
+ Includes: stdcall->cdecl mapping ability, snooping.
+ (Tested only with glide2x.dll -> libglide2x.so)
+
+ * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added win32 enhanced functionality to timer callbacks.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
+ does at least a bit of keyboard input.
+
+ * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
+ Should display again.
+
+Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
+ Implemented DS_CENTER dialog style.
+
+ * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Added function to build the Windows numeric language ID from language,
+ code, charset and dialect strings, like used by Unix LANG variable.
+
+ * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ More NLS data.
+
+ * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
+ Fixed a lot of bugs in ddraw.c to make xlib support work.
+ Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
+
+ * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
+ Added DC object type to the list of valid objects that can be deleted
+ by DeleteObject32.
+
+Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ChangeLog:
+ Starting new format changelog (older changes moved to
+ documentation/ChangeLog.OLD).